/*放大镜*/
/*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;background: url(../images/icon/fdj.png) no-repeat center;width: 160px !important;height: 160px !important;}

/*图片小图预览列表*/
.spec-preview {
    width: 415px;
    height: 415px;
    border: 1px solid #e5e6e8;
    /*margin-left: 15px;*/
}
.spec-scroll {
    clear: both;
    margin-top: 8px;
    width: 415px;
}
.spec-scroll .prev {
    float: left;
    background: url(../images/icon/arrowcpl.png) no-repeat center;
    border-radius: 3px 0 0 3px;
}
.spec-scroll .next {
    float: right;
    background: url(../images/icon/arrowcpr.png) no-repeat center;
    border-radius: 0 3px 3px 0;
}
.spec-scroll .prev, .spec-scroll .next {
    display: block;
    font-family: "宋体";
    text-align: center;
    width: 15px;
    height: 89px;
    line-height: 58px;
    border: 1px solid #CCC;
    cursor: pointer;
    text-decoration: none;
}
.spec-scroll .items {
    position: relative;
    width: 373px;
    height: 92px;
    overflow: hidden;
    margin: auto;
}
.spec-scroll .items ul {
    position: absolute;
    width: 999999px;
    height: 92px;
}
.spec-scroll .items ul li {
    float: left;
    text-align: center;
}
.spec-scroll .items ul li img {
    border: 2px solid #e5e6e8;
    width: 88px;
    height: 88px;
    margin-right: 7px;
}
.spec-scroll .items ul li img:hover {
    border: 2px solid #ee731f;
}
.csd {
    /*width: 450px;
    height: 350px;*/
    width: 100%;
}
.proopen .pro_o_left .o-left {
    /*height: 415px;*/
    /*width: 415px;*/
    /*width: 34.5%;*/
/*    margin-bottom: 25px;
    margin-left: 20px;*/
    width: 44.5%;
}
 @media(max-width: 640px){
    .proopen .pro_o_left .o-left{
        margin-left: 0 !important;
    }
    .dff img{
        width: 100%;
    }
    .detail_tab a {
        height: 34px !important;
        margin-right: 0 !important;
        width: 23% !important;
        margin-left: 0px !important;
    }
    .detail_tab{
        padding-left: 0.4rem;
    }
}
@media(max-width: 750px) {
    .qr-border div p img, .qr-border div img {
        width: 100%;
    }
     .header01{
        padding: 0.1rem 0 ;
        display: none !important;
    }

@media(min-width: 1199px){
    .mhxqa{
        min-height: 28px;
    }       
}

.proopen .pro_o_right {
    width: 18%;
}

.proopen .pro_o_left {
    /*width: 81.5%;*/
}

@media(max-width: 750px) {
    .proopen .pro_o_left .o-left img {
        max-width: none !important;
    }

    .proopen .pro_o_left {
        width: 100%;
    }

    .proopen .pro_o_left .o-left {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .spec-preview {
        width: 100%;
        height: auto;
        margin:auto;
    }

    .o-left .fl {
        width: 100%;
        overflow: hidden;
        height: auto;
    }

    .jqzoom {
        width: 100%;
        height: auto;
    }

    .csd {
        width: 100%;
        height: auto;
    }
    .spec-scroll {
        margin-top: 0.2rem;
        width: 100%;
    }

    .spec-scroll .items {
        /*width: 85%;*/
        width: 88%;
        /*margin-right: 0rem;*/
        margin: 0 auto;
    }
    .spec-scroll .items ul li img {
        /*margin-right: 0.1rem;*/
        margin: 0 0.5rem;
    }

}
