#My1{
 min-height: 100vh;
 padding-top: 1rem;
}
ul,li { list-style:none; } 
img{ border:0; outline: none;}


.wrap{
    width: 100%;
	margin: 100px auto 0;
} 
/*图片放大板块开始*/
.imgdet{
    position: relative;
    height: 460px;
    width: 100%;
	margin: 100px auto 0;
    background: #fff;
}
.imgdet .imglist{
    position: relative;
    display: inline-block;
    width: 100px;
    /* height: 460px; */
    height: 100%;
    overflow: hidden;
}
.imgdet .imglist ul{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 0;
}
.imgdet .imglist ul li{
    display: inline-block;
    width: 80px;
    height: 80px;
    border: 1px solid #bcc1c7;
    margin-bottom: 10px;
}
.imgdet .imglist ul li:last-of-type{
    margin-bottom: 0;
}
.imgdet .imglist ul .active{
    border: 2px solid #f00;
}
.imgdet .imglist ul li img{
    width: 100%;
    height: 100%;
}
.imgdet .imgpart{
    vertical-align: top;
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 460px;
    height: 460px;
}
.imgdet .imgpart .pic{
    position: relative;
    width: 100%;
    height: 100%;
}
.imgdet .imgpart .pic .magnify{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    height: 200px;
    cursor: move;
    background-color: #fff;
    opacity: .3;
    filter:alpha(opacity=30);
}
.imgdet .imgpart .pic img{
    width: 100%;
    height: 100%;
}
/* .imgdet .imgpart:hover .bigpic{
    display: block;
}
.imgdet .imgpart:hover .magnify{
    display: block;
} */
.imgdet .imgpart .bigpic{
    display: none;
    position: absolute;
    top: 0;
    right: -470px;
    width: 460px;
    height: 460px;
    z-index: 333;
    border: 1px solid #fff;
    overflow: hidden;
}
.imgdet .imgpart .bigpic>img{
    position: absolute;
    top: 0;
    left: 0;
    width: 920px;
    height: 920px;
}

#tab1{width:100%;height:40px; border-bottom: 2px solid #c6c6c6;}
#tab1 ul{margin:0;padding:0;}
#tab1 li{float:left; padding:6px 10px; height:40px;line-height:24px; color:#4e4e4e; text-align:center; cursor:pointer; font-size:16px;  text-transform:capitalize; box-sizing:border-box;}
#tab1 li.now{color:#fff; background:#e30613;}
.tablist1{overflow:hidden; display:none;padding:2%;}
.block{display:block; }
.tablist .con{padding:20px;}
@media screen and (max-width:768px) {
.tablist1{background:#f5f5f5;}
#tab1{border-bottom:none; margin-bottom:0px;}
#tab1 li{width:33%; height:40px;line-height:30px; border-bottom:0; background:#f5f5f5; font-size:14px;}
}
/*轮播图*/
.owl-carousel .owl-wrapper:after {content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
.owl-carousel {display:none;position:relative;-ms-touch-action:pan-y}
.owl-carousel .owl-wrapper {display:none;position:relative;-webkit-transform:translate3d(0px,0px,0px)}
.owl-carousel .owl-wrapper-outer {overflow:hidden;position:relative;width:100%}
.owl-carousel .owl-wrapper-outer.autoHeight {-webkit-transition:height 500ms ease-in-out;-moz-transition:height 500ms ease-in-out;-ms-transition:height 500ms ease-in-out;-o-transition:height 500ms ease-in-out;transition:height 500ms ease-in-out}
.owl-carousel .owl-item {float:left}
.owl-controls .owl-page,.owl-controls .owl-buttons div {cursor:pointer}
.owl-controls {-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}
.owl-carousel .owl-wrapper,.owl-carousel .owl-item {-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}
.owl-carousel .owl-wrapper-outer {display:inline-block;padding-top:7px;margin-top:-7px}
.roll-box {margin:0 -15px}