/* CSS Document */
.left-pro {
    width: 100%;
    /*max-height: 550px;*/
    border: 1px solid #fff;
    text-align: left;
    background-color: #FFF;
    padding: 20px 60px 20px 0;
    display: flex;
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

.left-pro .t1 {
    width: 84px;
    /*margin-left: 20px;*/
    margin-right: 40px;
    position: relative;
}

.left-pro .t2 {
    width: 87%;
    text-indent: 0;
    text-align: center;
    height: 100%;
    /*flex: 1 0 auto;*/
}

.left-pro .t2 img {
    text-indent: 0;
}

#showArea img {
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
    width: 80px;
    padding: 1px;
    border: 1px solid #fff;
    height: 80px;
    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: 530px;
}
#showArea a{
    display: inline-block;
}
#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: 2px solid #ffc356;
}
.showimg{
    position:relative;
    width:100%;
    height:100%;
    display: none;
}
.show{
    width:100%;
    height:100%;
}
.showimg.active{
    display: inline-block;
}
.product-img img{
    margin:0 3px;
    width:60px;
    height:60px;
    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;
    background-color: #fff;
    border: 1px solid #ccc;
}
.showlarge img{
    width:1200px;
    height:1200px;
    position:absolute;
    z-index: 200;
}


@media screen and (max-width: 1240px) {
    .left-pro .t1 {width: 74px;margin-right: 20px;}
    #showArea img {width: 70px;height: 70px;}
    #showArea {max-height: 400px; }
    .homepage_1_2 {justify-content: center;padding: 0 20px;}
    .left-pro { padding: 20px 30px 20px 0; }
    /*.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;}
    #showArea img{width: 66px;height: 66px;}

    .left-pro .t2 { width: 100%;}
}