*{
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}
.F_L{
    width: 1618px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.FL_top{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items:center;
    justify-content: space-between;
    margin-top: 60px;
}
.l_text{
    height: 50px;
}
.l_text>p:nth-child(1){
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 15px;
}
.l_text>p:nth-child(2){
    font-size: 15px;
}
.FL_top>.zuotu{
    width: calc(50% - 12px);
}
.FL_bottom{
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}


.FL_bottom{
    width: 1350px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.frame{
    width: 302px;
    height: 299px;
    display: flex;
    overflow: hidden;
    align-items: center;
        border: solid 3px #cbcaca;
        border-radius: 10px;
        margin:20px auto;
}
.top_img{
    border-radius: 10px;
    overflow: hidden;

    position: relative;
    transition: 0.2s;
    
}
.top_img>img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.frame:hover{

    border: solid 3px #10a5fc;
}
.gongju_T{
    position: absolute;
    width: 130px;
    /* background-color: #10a5fc; */
    overflow: hidden;
    top: 10px;
    right: 5px;
    display: flex;
    align-items: center;
    justify-content: end;
    z-index: 100;
    cursor: pointer;
    opacity: 0;
    transition: 0.2s;
}
.gongju_T>img{
    width: 20px;
    height: 20px;
   background-color: rgb(28 183 255);
    border-radius: 20px;
    padding: 6px 6px;
    margin-left:5px;
}
.frame:hover .gongju_T{
    opacity: 1;
}