/* CSS Document */
.left-pro {
    width: 100%;
    /*max-height: 550px;*/
    /* border: 1px solid #E3E7EA; */
    text-align: left;
    background-color: #FFF;
    /* padding: 20px; */
    display: flex;
    flex-direction: column;
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.left-pro .t1 {
    width: 100%;
    /*margin-left: 20px;*/
    margin-right: 40px;
    position: relative;
}
.iconfont {
    line-height: 1;
}
.left-pro .t2 {
    width: 100%;
    text-indent: 0;
    text-align: center;
    height: 100%;
    /* background: #F7F7F9; */
    /* border-radius: 24px; */
    /* padding: 16px; */
    padding-top: 100%;
    position: relative;
    /* flex: 1 0 auto; */
}
.left-pro .t2 .img_photo .iconfont {
    font-size: 16px;
    padding: 8px;
    color: #707070;
    background: #FFFFFF;
    border: 1px solid #CECCD3;
    border-radius: 50%;
    transition: 0.5s;
    cursor: pointer;
    line-height: 1;
}
.left-pro .t2 .img_photo .iconfont:hover {
    background: rgba(0,0,0,0.06);
    border: 1px solid #CECCD3;
    color: #E65A09;
}
.left-pro .t2 .left_img_photo {
    position: absolute;
    top: 50%;
    left: -30px;
    transform: translate(-50%,0);
}
.left-pro .t2 .right_img_photo {
    position: absolute;
    top: 50%;
    right: -60px;
    transform: translate(-50%,0);
}
.left-pro .t2 img {
    text-indent: 0;
    /* position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
    display: none;
    padding: 16px; */
}
.left-pro .t3 {
    padding: 16px 50px 16px 50px;
    display: flex;
    gap: 16px;
    justify-content: center;
}
.left-pro .t3 .services {
    width: 100%;
    max-width: 140px;
    padding: 8px;
    background: #F7F7F9;
    border-radius: 4px 4px 4px 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.left-pro .t3 .services .services_text {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0,0,0,0.88);
    line-height: 1.5;
    margin-top: 8px;
    text-align: center;
}
.left-pro .t3 .services .iconfont {
    font-size: 26px;
}
#showArea img {
    cursor: pointer;
    display: block;
    /* margin-bottom: 5px; */
    width: 46px;
    /* padding: 1px; */
    border-radius: 8px;
    border: 1px solid #CECCD3;
    height: 46px;
    /* float: left */

}

.main_img {
    cursor: pointer;
    display: block
}

#gotop {
    cursor: pointer;
    display: none;
    width: 100%;
    font-size: 24px;
}

#gobottom {
    cursor: pointer;
    display: none;
    width: 100%;
    font-size: 24px;
}

#showArea {
    overflow: hidden;
    max-height: 550px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(0,0,0,0.06);
}
#showArea a{
    display: inline-block;
    margin-right: 10px;
}
#showArea a:last-child{
    margin-right: 0;
}

#showArea .video-class{
    display: inline-block;
    position: relative;
}
#showArea .icon-youtube1{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #999;
}
#showArea .icon-youtube1.icon-active{
    color: #ff011d;
}
#showArea .active img {
    border: 1px solid #FF640A;
}
.showimg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
    display: none;
    /* padding: 16px; */
    overflow: hidden;
    background: #F7F7F9;
border-radius: 24px 24px 24px 24px;
}
.showimg .img_hidde {
    display: flex;
    /* align-items: center; */
    height: 100%;
}
.spec-preview.videoview {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100% !important;
    height: 100%;
    display: none;
    padding: 16px;
    background: #F7F7F9;
    border-radius: 24px 24px 24px 24px;
}
.spec-preview.videoview iframe{
    height: 100%;
    border-radius: 24px;

}
.spec-preview.videoview img{
    width: 100%;
    height: 100%;
    border-radius: 24px;
}
.show{
    flex: 0;
    width:100%;
    height:auto;
    border-radius: 24px;
    cursor: zoom-in;
    padding: 16px;
}

.showimg.active{
    display: inline-block;
}
.product-img img{
    /* margin:0 3px; */
    width: 46px;
    height: 46px;
    border:2px solid #FFF;
}
.showbox{
    position:absolute;
    top:0;
    left:0;
    opacity:0.5;
    cursor:move;
    width:300px;
    height:300px;
    background-color:#fff;
    border: 1px solid #aaa;
    display:none;
    pointer-events: none;
}
.showlarge{
    position:absolute;
    overflow:hidden;
    top:0;
    left:720px;
    width:500px;
    height:500px;
    display:none;
    z-index: 200;
}
.showlarge img{
    width:1200px;
    height:1200px;
    position:absolute;
    z-index: 200;
}
@media screen and (max-width: 1400px) {
    .left-pro .t2 .left_img_photo {
        position: absolute;
        top: 50%;
        left: -20px;
   
    }
    .left-pro .t2 .right_img_photo {
        position: absolute;
        top: 50%;
        right: -55px;
        transform: translate(-50%,0);
    }
}

@media screen and (max-width: 1200px) {
    /*.showlarge{
        width: 400px;
        height: 400px;
    }
    .showbox{
        width: 200px;
        height: 200px;
    }
    .showlarge img{
        width: 800px;
        height: 800px;
    }
    */
    .showimg{
        width: 457px;
    }
}
@media screen and (max-width: 1100px){
    .showimg{
        width: 400px;
    }
}
@media screen and (max-width: 1024px) {
    .left-pro .t1 {
        width: 70px;
    }

    .left-pro .t2 {
        width: 100%;
    }
}