@charset "utf-8";
html{-webkit-font-smoothing:antialiased;height: 100%;touch-action: manipulation;}
blockquote,body,code,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,legend,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}
header, hgroup, nav, menu, main, section, article, summary, details, aside, figure, figcaption, footer{display: block;margin:0;padding:0}
table{border-collapse:collapse;border-spacing:0}
table,th,td{border: 1px solid black;}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,var{font-style:normal;font-weight:400;}
dl,ol,ul{list-style-type:none}
h1,h2,h3,h4,h5,h6{font-size:100%;}
a{text-decoration:none;color: inherit;}
a:hover{text-decoration:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;outline:none;blr:expression(this.onFocus=this.blur())}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
textarea{resize:none;outline: none;font-family: Arial;}
img{vertical-align:middle;max-width: 100%;height: auto;}
@media(min-width: 1201px){
    img{image-rendering: -webkit-optimize-contrast;image-rendering: -o-crisp-edges;image-rendering: -moz-crisp-edges;image-rendering: crisp-edges;-ms-interpolation-mode: nearest-neighbor;}
}
button,input[type=submit],input[type=text],input[type=button]{-webkit-appearance:none;-webkit-tap-highlight-color:rgba(255,0,0,0);outline:0;blr:expression(this.onFocus=this.blur())}
input{outline: 0;}
input::-webkit-input-safebox-button{display: none;/*去掉搜狗浏览器密码软盘*/}
body{font-size: 14px;color: #000;font-family: Arial;}
body *{box-sizing: border-box;}

/*编辑器盒子加editor-box这个类，editor-box以及里面的h1,h2,h3,h4,h5,h6,ul,ol,li,i.b,strong,p等标签的样式根据后台编辑器的默认样式而变*/
.editor-box{font-size: 16px;line-height: 1.5;}
.editor-box h1{display: block;font-size: 2em;margin-block-start: 0.67em;margin-block-end: 0.67em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h2{display: block;font-size: 1.5em;margin-block-start: 0.83em;margin-block-end: 0.83em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h3{display: block;font-size: 1.17em;margin-block-start: 1em;margin-block-end: 1em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h4{display: block;margin-block-start: 1.33em;margin-block-end: 1.33em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h5{display: block;font-size: 0.83em;margin-block-start: 1.67em;margin-block-end: 1.67em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box h6{display: block;font-size: 0.67em;margin-block-start: 2.33em;margin-block-end: 2.33em;margin-inline-start: 0px;margin-inline-end: 0px;font-weight: bold;unicode-bidi: isolate;}
.editor-box ul{display: block;list-style-type: disc;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor-box ol{display: block;list-style-type: decimal;margin-block-start: 1em;margin-block-end: 1em;padding-inline-start: 40px;unicode-bidi: isolate;}
.editor-box li{display: list-item;text-align: -webkit-match-parent;unicode-bidi: isolate;}
.editor-box i{font-style: italic;}
.editor-box b{font-weight: bolder;}
.editor-box strong{font-weight: bolder;}
.editor-box p{display: block;margin-block-start: 5px;margin-block-end: 5px;margin-inline-start: 0px;margin-inline-end: 0px;unicode-bidi: isolate;}

#web-ietip {width: 526px; height: 90px; padding: 83px 0 0 84px; overflow:hidden; background: url(../css/ietip/browser.png) no-repeat center center; margin: 200px auto 0;}
#web-ietip a{display: block; width: 65px; height: 80px; float: left;}

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{display: block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
 
img[img-src]{opacity: 0;}
img[done]{opacity: 1;transition: opacity .01s;}
@media(max-width: 1200px){
    img{image-rendering: auto;}
} 

html{font-size: calc(100vw / 1920 * 100);}
@media(max-width: 1920px){
    html{font-size: 100px;}
}
@media(max-width: 1500px){
    html{font-size: calc(100vw / 1500 * 100);}
}
@media(max-width: 750px){
    html{font-size: calc(750px / 1500 * 100);}
}

body{font-size: calc(16 * 1rem / 100);}
@media(max-width: 1237px){
    body{font-size: 13.2px;}
}

.s12{font-size: calc(12 * 1rem / 100);}
@media(max-width: 1500px){
    .s12{font-size: 12px;}
}
.s13{font-size: calc(13 * 1rem / 100);}
@media(max-width: 1419px){
    .s13{font-size: 12.3px;}
}
.s14{font-size: calc(14 * 1rem / 100);}
@media(max-width: 1350px){
    .s14{font-size: 12.6px;}
}
.s15{font-size: calc(15 * 1rem / 100);}
@media(max-width: 1290px){
    .s15{font-size: 12.9px;}
}
.s16{font-size: calc(16 * 1rem / 100);}
@media(max-width: 1237px){
    .s16{font-size: 13.2px;}
}
.s17{font-size: calc(17 * 1rem / 100);}
@media(max-width: 1191px){
    .s17{font-size: 13.5px;}
}
.s18{font-size: calc(18 * 1rem / 100);}
@media(max-width: 1150px){
    .s18{font-size: 13.8px;}
}
.s19{font-size: calc(19 * 1rem / 100);}
@media(max-width: 1113px){
    .s19{font-size: 14.1px;}
}
.s20{font-size: calc(20 * 1rem / 100);}
@media(max-width: 1080px){
    .s20{font-size: 14.4px;}
}
.s21{font-size: calc(21 * 1rem / 100);}
@media(max-width: 1050px){
    .s21{font-size: 14.7px;}
}
.s22{font-size: calc(22 * 1rem / 100);}
@media(max-width: 1022px){
    .s22{font-size: 15px;}
}
.s23{font-size: calc(23 * 1rem / 100);}
@media(max-width: 997px){
    .s23{font-size: 15.3px;}
}
.s24{font-size: calc(24 * 1rem / 100);}
@media(max-width: 975px){
    .s24{font-size: 15.6px;}
}
.s25{font-size: calc(25 * 1rem / 100);}
@media(max-width: 954px){
    .s25{font-size: 15.9px;}
}
.s26{font-size: calc(26 * 1rem / 100);}
@media(max-width: 934px){
    .s26{font-size: 16.2px;}
}
.s27{font-size: calc(27 * 1rem / 100);}
@media(max-width: 916px){
    .s27{font-size: 16.5px;}
}
.s28{font-size: calc(28 * 1rem / 100);}
@media(max-width: 900px){
    .s28{font-size: 16.8px;}
}
.s29{font-size: calc(29 * 1rem / 100);}
@media(max-width: 884px){
    .s29{font-size: 17.1px;}
}
.s30{font-size: calc(30 * 1rem / 100);}
@media(max-width: 869px){
    .s30{font-size: 17.4px;}
}
.s31{font-size: calc(31 * 1rem / 100);}
@media(max-width: 856px){
    .s31{font-size: 17.7px;}
}
.s32{font-size: calc(32 * 1rem / 100);}
@media(max-width: 843px){
    .s32{font-size: 18px;}
}
.s33{font-size: calc(33 * 1rem / 100);}
@media(max-width: 831px){
    .s33{font-size: 18.3px;}
}
.s34{font-size: calc(34 * 1rem / 100);}
@media(max-width: 820px){
    .s34{font-size: 18.6px;}
}
.s35{font-size: calc(35 * 1rem / 100);}
@media(max-width: 809px){
    .s35{font-size: 18.9px;}
}
.s36{font-size: calc(36 * 1rem / 100);}
@media(max-width: 800px){
    .s36{font-size: 19.2px;}
}
.s37{font-size: calc(37 * 1rem / 100);}
@media(max-width: 790px){
    .s37{font-size: 19.5px;}
}
.s38{font-size: calc(38 * 1rem / 100);}
@media(max-width: 781px){
    .s38{font-size: 19.8px;}
}
.s39{font-size: calc(39 * 1rem / 100);}
@media(max-width: 773px){
    .s39{font-size: 20.1px;}
}
.s40{font-size: calc(40 * 1rem / 100);}
@media(max-width: 765px){
    .s40{font-size: 20.4px;}
}
.s41{font-size: calc(41 * 1rem / 100);}
@media(max-width: 757px){
    .s41{font-size: 20.7px;}
}
.s42{font-size: calc(42 * 1rem / 100);}
@media(max-width: 750px){
    .s42{font-size: 21px;}
}
.s43{font-size: calc(43 * 1rem / 100);}
@media(max-width: 743px){
    .s43{font-size: 21.3px;}
}
.s44{font-size: calc(44 * 1rem / 100);}
@media(max-width: 736px){
    .s44{font-size: 21.6px;}
}
.s45{font-size: calc(45 * 1rem / 100);}
@media(max-width: 730px){
    .s45{font-size: 21.9px;}
}
.s46{font-size: calc(46 * 1rem / 100);}
@media(max-width: 723px){
    .s46{font-size: 22.2px;}
}
.s47{font-size: calc(47 * 1rem / 100);}
@media(max-width: 718px){
    .s47{font-size: 22.5px;}
}
.s48{font-size: calc(48 * 1rem / 100);}
@media(max-width: 712px){
    .s48{font-size: 22.8px;}
}
.s49{font-size: calc(49 * 1rem / 100);}
@media(max-width: 707px){
    .s49{font-size: 23.1px;}
}
.s50{font-size: calc(50 * 1rem / 100);}
@media(max-width: 702px){
    .s50{font-size: 23.4px;}
}
.s51{font-size: calc(51 * 1rem / 100);}
@media(max-width: 697px){
    .s51{font-size: 23.7px;}
}
.s52{font-size: calc(52 * 1rem / 100);}
@media(max-width: 692px){
    .s52{font-size: 24px;}
}
.s53{font-size: calc(53 * 1rem / 100);}
@media(max-width: 687px){
    .s53{font-size: 24.3px;}
}
.s54{font-size: calc(54 * 1rem / 100);}
@media(max-width: 683px){
    .s54{font-size: 24.6px;}
}
.s55{font-size: calc(55 * 1rem / 100);}
@media(max-width: 679px){
    .s55{font-size: 24.9px;}
}
.s56{font-size: calc(56 * 1rem / 100);}
@media(max-width: 675px){
    .s56{font-size: 25.2px;}
}
.s57{font-size: calc(57 * 1rem / 100);}
@media(max-width: 671px){
    .s57{font-size: 25.5px;}
}
.s58{font-size: calc(58 * 1rem / 100);}
@media(max-width: 667px){
    .s58{font-size: 25.8px;}
}
.s59{font-size: calc(59 * 1rem / 100);}
@media(max-width: 663px){
    .s59{font-size: 26.1px;}
}
.s60{font-size: calc(60 * 1rem / 100);}
@media(max-width: 660px){
    .s60{font-size: 26.4px;}
}
.s61{font-size: calc(61 * 1rem / 100);}
@media(max-width: 656px){
    .s61{font-size: 26.7px;}
}
.s62{font-size: calc(62 * 1rem / 100);}
@media(max-width: 653px){
    .s62{font-size: 27px;}
}
.s63{font-size: calc(63 * 1rem / 100);}
@media(max-width: 650px){
    .s63{font-size: 27.3px;}
}
.s64{font-size: calc(64 * 1rem / 100);}
@media(max-width: 646px){
    .s64{font-size: 27.6px;}
}
.s65{font-size: calc(65 * 1rem / 100);}
@media(max-width: 643px){
    .s65{font-size: 27.9px;}
}
.s66{font-size: calc(66 * 1rem / 100);}
@media(max-width: 640px){
    .s66{font-size: 28.2px;}
}
.s67{font-size: calc(67 * 1rem / 100);}
@media(max-width: 638px){
    .s67{font-size: 28.5px;}
}
.s68{font-size: calc(68 * 1rem / 100);}
@media(max-width: 635px){
    .s68{font-size: 28.8px;}
}
.s69{font-size: calc(69 * 1rem / 100);}
@media(max-width: 632px){
    .s69{font-size: 29.1px;}
}
.s70{font-size: calc(70 * 1rem / 100);}
@media(max-width: 630px){
    .s70{font-size: 29.4px;}
}
.s71{font-size: calc(71 * 1rem / 100);}
@media(max-width: 627px){
    .s71{font-size: 29.7px;}
}
.s72{font-size: calc(72 * 1rem / 100);}
@media(max-width: 625px){
    .s72{font-size: 30px;}
}
.s73{font-size: calc(73 * 1rem / 100);}
@media(max-width: 622px){
    .s73{font-size: 30.3px;}
}
.s74{font-size: calc(74 * 1rem / 100);}
@media(max-width: 620px){
    .s74{font-size: 30.6px;}
}
.s75{font-size: calc(75 * 1rem / 100);}
@media(max-width: 618px){
    .s75{font-size: 30.9px;}
}
.s76{font-size: calc(76 * 1rem / 100);}
@media(max-width: 615px){
    .s76{font-size: 31.2px;}
}
.s77{font-size: calc(77 * 1rem / 100);}
@media(max-width: 613px){
    .s77{font-size: 31.5px;}
}
.s78{font-size: calc(78 * 1rem / 100);}
@media(max-width: 611px){
    .s78{font-size: 31.8px;}
}
.s79{font-size: calc(79 * 1rem / 100);}
@media(max-width: 609px){
    .s79{font-size: 32.1px;}
}
.s80{font-size: calc(80 * 1rem / 100);}
@media(max-width: 607px){
    .s80{font-size: 32.4px;}
}


@media(max-width: 750px){
    html{font-size: calc(100vw / 750 * 100);}
}
@media(max-width: 750px){
    .s12{font-size: 0.22rem;}
    .s13{font-size: 0.23rem;}
    .s14{font-size: 0.24rem;}
    .s15{font-size: 0.25rem;}
    .s16{font-size: 0.26rem;}
    .s17{font-size: 0.27rem;}
    .s18{font-size: 0.28rem;}
    .s19{font-size: 0.29rem;}
    .s20{font-size: 0.30rem;}
    .s21{font-size: 0.31rem;}
    .s22{font-size: 0.32rem;}
    .s23{font-size: 0.33rem;}
    .s24{font-size: 0.34rem;}
    .s25{font-size: 0.35rem;}
    .s26{font-size: 0.36rem;}
    .s27{font-size: 0.37rem;}
    .s28{font-size: 0.38rem;}
    .s29{font-size: 0.38rem;}
    .s30{font-size: 0.38rem;}
    .s31{font-size: 0.38rem;}
    .s32{font-size: 0.38rem;}
    .s33{font-size: 0.38rem;}
    .s34{font-size: 0.38rem;}
    .s35{font-size: 0.38rem;}
    .s36{font-size: 0.38rem;}
    .s37{font-size: 0.38rem;}
    .s38{font-size: 0.38rem;}
    .s39{font-size: 0.38rem;}
    .s40{font-size: 0.38rem;}
    .s41{font-size: 0.38rem;}
    .s42{font-size: 0.38rem;}
    .s43{font-size: 0.38rem;}
    .s44{font-size: 0.38rem;}
    .s45{font-size: 0.38rem;}
    .s46{font-size: 0.38rem;}
    .s47{font-size: 0.38rem;}
    .s48{font-size: 0.38rem;}
    .s49{font-size: 0.38rem;}
    .s50{font-size: 0.38rem;}
    .s51{font-size: 0.38rem;}
    .s52{font-size: 0.38rem;}
    .s53{font-size: 0.38rem;}
    .s54{font-size: 0.38rem;}
    .s55{font-size: 0.38rem;}
    .s56{font-size: 0.38rem;}
    .s57{font-size: 0.38rem;}
    .s58{font-size: 0.38rem;}
    .s59{font-size: 0.38rem;}
    .s60{font-size: 0.38rem;}
    .s61{font-size: 0.38rem;}
    .s62{font-size: 0.38rem;}
    .s63{font-size: 0.38rem;}
    .s64{font-size: 0.38rem;}
    .s65{font-size: 0.38rem;}
    .s66{font-size: 0.38rem;}
    .s67{font-size: 0.38rem;}
    .s68{font-size: 0.38rem;}
    .s69{font-size: 0.38rem;}
    .s70{font-size: 0.38rem;}
    .s71{font-size: 0.38rem;}
    .s72{font-size: 0.38rem;}
    .s73{font-size: 0.38rem;}
    .s74{font-size: 0.38rem;}
    .s75{font-size: 0.38rem;}
    .s76{font-size: 0.38rem;}
    .s77{font-size: 0.38rem;}
    .s78{font-size: 0.38rem;}
    .s79{font-size: 0.38rem;}
    .s80{font-size: 0.38rem;}
}
 
div.mCSB_scrollTools{width: 3px;}
div.mCSB_scrollTools .mCSB_draggerRail{width: 3px;background-color: #f0f0f0;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{width: 3px;background-color: #0094d6;border-radius: 2px;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
div.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{background-color: #0094d6;filter: none;-ms-filter: none;}
div.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{background-color: #0094d6;filter: none;-ms-filter: none;}
div.mCSB_inside>.mCSB_container{margin-right: 0 ;}
 
.my-scrollbar{overflow: auto;scrollbar-color:#34a6df  #ededed;scrollbar-width: none;scrollbar-width: thin; }
.my-scrollbar::-webkit-scrollbar {width:  3px;height: 1px;}
.my-scrollbar::-webkit-scrollbar-thumb {border-radius: .05rem;box-shadow: inset 0 0 .05rem #ededed;background: #34a6df;}
.my-scrollbar::-webkit-scrollbar-track {box-shadow: inset 0 0 .05rem #ededed;border-radius: .05rem; background: #ededed;}


form input::-webkit-input-placeholder,
form textarea::-webkit-input-placeholder{color: #7d766c;}
form input:-moz-placeholder,
form textarea:-moz-placeholder{color: #7d766c;}
form input::-moz-placeholder,
form textarea::-moz-placeholder{color: #7d766c;}
form input:-ms-input-placeholder,
form textarea:-ms-input-placeholder{color: #7d766c;}

/* 动画 */

.drop{opacity:0;transform:translate3d(0,-80px,0);}
.drop.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 
.teaser{opacity:0;transform:translate3d(0,80px,0);}
.teaser.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);} 

.lter{opacity:0;transform:translate3d(-80px,0,0);}
.lter.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}
.rter{opacity:0;transform:translate3d(80px,0,0);}
.rter.is-visible{opacity:1;transform:translate3d(0,0,0);transition:opacity 2s cubic-bezier(.25,.1,.25,1),transform 2s cubic-bezier(.25,.1,.25,1);}

.scale{opacity:0;transform:scale(1.1);}
.scale.is-visible{opacity:1;transform:scale(1);transition:transform 2s cubic-bezier(.25,.1,.25,1);transform-origin: center bottom;}
.reduce{opacity:0;transform:scale(.9);}
.reduce.is-visible{opacity:1;transform:scale(1);transition:transform 2s cubic-bezier(.25,.1,.25,1);transform-origin: center bottom;}

 
@keyframes fadeInRightSmall {
    0% {opacity: 0;transform: translate(2em,0);}
    100% {opacity: 1;transform: translate(0,0);}
}
.word-in{opacity: 0;}
.word-in.is-visible{opacity: 1;}
.word-in>span{display: inline-block;vertical-align: top;opacity: 0;animation-duration: 1s;animation-fill-mode: forwards;animation-timing-function: cubic-bezier(0.3, 0, 0.24, 1);}
.word-in.is-visible>span{animation-name: fadeInRightSmall;}


body{padding-top: .6rem;}
.header{position: fixed;top: 0;left: 0;z-index: 288;width: 100%;padding: 0 .3rem;background-color: #fff;border-bottom: 1px solid #e6e6e6; box-shadow: 0px 4px 11px 0px rgb(0,0,0,.1);}
.h-main{width: 100%;max-width: 13.6rem;margin: 0 auto;display: flex;align-items: center;justify-content: space-between;}
.h-left{display: block;}
.h-logo{display: block;font-size: 0;}
.h-link{position: relative;z-index: 8;display: block;cursor: pointer; height: .6rem;line-height: .6rem;}
.h-link img{max-width: none;height: 90%;}

.h-right{font-size: 0;display: flex;align-items: center;}
.h-email{position: relative;z-index: 8;display: block;cursor: pointer; line-height: 1.6;color: #000;}
.h-email img{height: 1em;margin-right: .1rem;}
.h-quote{position: relative;z-index: 8;display: block;cursor: pointer;margin-left: .2rem;padding: 0 .15rem;line-height: 1.8em;border-radius: .9em;background-color: #000;color: #fff;}

.h-nav{position: absolute;top: 0;left: 0;width: 100%;text-align: center;font-size: 0;}
.h-item{display: inline-block;vertical-align: top;padding: 0 .2rem;}
.h-one{display: inline-block;cursor: pointer;position: relative;height: .6rem;line-height: .6rem;color: #000;letter-spacing: 4px;}
.h-one:before{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 2px;background-color: #000;}
.h-sub{display: none;position: absolute;top: 100%;left: 0;width: 100%;padding: .3rem;background-color: #fff;border-top: 1px solid #e6e6e6;}
.hs-cont{width: calc(39em + 1.6rem);max-width: 100%;margin: 0 auto; text-align: left;}
.hs-item{display: block;cursor: pointer;margin-bottom: .1rem;}
.hs-item span{display: inline-block;letter-spacing: 3px;font-weight: bold;color: #000;line-height: 2;border-bottom: 2px solid transparent;}
.hs-item span:hover{border-bottom: 2px solid #000;}

.h-sub2{display: none;position: absolute;top: 100%;left: 0;width: 100%;padding: .3rem;background-color: #fff;border-top: 1px solid #e6e6e6;}
.hb-cont{width: 100%;position: relative;text-align: left;display: flex;justify-content: space-between;flex-wrap: wrap;}
.hb-left{width: calc(1440/1920*100%);padding: .3rem .4rem;display: flex;flex-wrap: wrap;}
.hb-item{width: calc(33.33% - 14px);margin-right: 20px;}
.hb-item:nth-child(3n){margin-right: 0;}
.hb-one{display: block;cursor: pointer;width: 100%;margin-bottom: .2rem;}
.hb-one span{display: inline-block;letter-spacing: 1px;font-weight: bold;color: #000;line-height: 1.8;border-bottom: 2px solid transparent;}
.hb-one span:hover{border-bottom: 2px solid #000;}
.hb-twobox{display: inline-block;}
.hb-two{display: block;margin-bottom: .1rem;cursor: pointer;}
.hb-two span{display: inline-block;letter-spacing: 1px;color: #000;line-height: 1.8;border-bottom: 2px solid transparent;}
.hb-two span:hover{border-bottom: 2px solid #000;}
.hb-right{opacity: 0;transition: all  .3s;width: calc(370/1920*100%);}
.hb-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(520/370*100%);}
.hb-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.hb-right.show{opacity: 1;}

.h-menu {display: none;cursor: pointer;margin-left: .35rem; width: 1.6em;height:.6rem; background-image: url('../images/a-menu.png');background-size:100% auto;background-position: center center;background-repeat: no-repeat;}
.h-opa {display: none;width: 100%;height: 100%;position: fixed;left: 0;top: 0;background-color: rgba(0, 0, 0, 0.5);z-index: 10;cursor: pointer;}

@media(min-width: 1201px){ 
   .h-item.active .h-one:before{width: 100%;}
   .h-item:hover .h-one:before{width: 100%;}
   .h-item.has-nav .h-one:after{transform: rotate(0);transition: all  .3s; content: '';display: inline-block;vertical-align: middle;margin-left: .06rem;width: 1em;height: 1.5em;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
   .h-item.has-nav.show .h-one:after{transform: rotate(-180deg);}
   .h-item.has-nav2 .h-one:after{transform: rotate(0);transition: all  .3s; content: '';display: inline-block;vertical-align: middle;margin-left: .06rem;width: 1em;height: 1.5em;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
   .h-item.has-nav2.show .h-one:after{transform: rotate(-180deg);}
}
@media(max-width:1200px){  
    .h-main{max-width: 100%;}
    .h-nav{position: fixed;left: auto;right: 0;top: 0;width: 260px;height: 100vh;text-align: left;margin: 0;padding: 10px 0;background-color: #fff;overflow: auto;z-index: 1000;transform: translate(100%, 0);transition: transform .3s;}
    .h-item{width: 100%;padding: 0 !important;margin: 0 !important;position: relative;}
    .h-one{padding: 0;padding-left: 20px;height: 40px;line-height: 40px;color: #222;font-size: 16px;}
    .h-item.has-nav:after {content: "";background-image: url('../images/a-right.png');background-size: 16px auto;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
    .h-item.has-nav.show:after {background-size: 18px auto;background-image: url('../images/a-down.png');}
    .h-sub{padding: 20px;position: relative;top: 0;left: 0;width: 100% !important;background-color: #fff;box-shadow: none;transform: translate(0,0);}
    .hs-item{font-size: 14px;}

    .h-item.has-nav2:after {content: "";background-image: url('../images/a-right.png');background-size: 16px auto;background-position: center center;background-repeat: no-repeat; display: inline-block;width: 40px;height: 40px;line-height: 40px;text-align: center;position: absolute;right: 0;top: 0;font-size: 20px;color: #333;}
    .h-item.has-nav2.show:after {background-size: 18px auto;background-image: url('../images/a-down.png');}
    .h-sub2{padding: 20px 20px 5px;position: relative;top: 0;left: 0;width: 100% !important;background-color: #fff;box-shadow: none;transform: translate(0,0);}
    .hb-left{width: 100%;padding: 0;}
    .hb-item{width: 100%;margin-right: 0;margin-bottom: 15px;}
    .hb-right{display: none;}
    .hb-one{font-size: 14px;}
    .hb-two{font-size: 14px;}

    .h-menu {display: block;}
    .menu-state .h-nav{transform: translate(0, 0);}
    .menu-state .h-opa {display: block;}  
}

.footer{width: 100%;padding: .7rem .3rem .3rem;border-top: 3px solid #000; background-color: #f8f8f8;}
.f-inner{width: 100%;max-width: 13.6rem;margin: 0 auto;}
.f-cont{width: 100%;display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.f-left{font-size: 0;}
.f-list{width: 100%;}
.f-one{display: inline-block;vertical-align: middle;cursor: pointer;letter-spacing: 3px;margin-right: .3rem;margin-bottom: .2rem;color: #000;line-height: 1.6;}
.f-one:last-child{margin-right: 0;}
.f-one:hover{text-decoration: underline;}
.f-sharebox{width: 100%;font-size: 0;padding-top: .05rem;}
.f-share{display: inline-block;vertical-align: middle;cursor: pointer;margin-top: .1rem;margin-right: .35rem;}
.f-share:last-child{margin-right: 0;}
.f-share>img{width: 1.37em;}
.f-right{font-size: 0;text-align: right;}
.f-intro{width: 100%;line-height: 1.5;color: #000;}
.f-linkbox{display: inline-block;}
.f-link{display: inline-block;vertical-align: middle;cursor: pointer; line-height: 1.5;color: #000;}
.f-link:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .1rem;width: 1px;height: .9em;background-color: #000;}
.f-link:last-child:after{display: none;}

@media(max-width: 750px){ 
    .f-left{width: 100%;text-align: center;margin-bottom: .5rem;}
    .f-one{width: 100%;margin-right: 0;}
    .f-right{width: 100%;text-align: center;}
}

 

.a-main{width: 100%;position: relative;}
.a-b{width: 100%;}
.a-item{display: block;width: 100%;}
.a-link{display: block;cursor: pointer;width: 100%;}
.a-media{width: 100%;position: relative;padding-top: calc(650/1920*100%);}
.a-media img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}
.a-media video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;}

.b-main{width: 100%;padding: .8rem 0;background-color: #f8f8f8;}
.b-titles{width: 100%;text-align: center;padding: 0 .3rem;margin-bottom: .5rem;color: #000;line-height: 1;}
.b-buttom{width: 100%;text-align: center;padding-top: .4rem;}
.b-more{transition: all  .3s;display: inline-block;cursor: pointer;letter-spacing: 3px;color: #000;line-height: 3.8em;padding: 0 .2rem;border: 1px solid #000;}
.b-more:hover{background-color: #000;color: #fff;}
.b-cont{width: 100%;position: relative;}
.b-b{width: 100%;}
.b-item{width: 25%;}
.b-link{display: block;cursor: pointer;width: 100%;}
.b-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(790/530*100%);}
.b-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.b-img video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.b-img:after{opacity: 0;transition: all  .3s;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.b-text{opacity: 0;transition: all  .3s;width: 100%;text-align: center;padding-top: .2rem;}
.b-colorbox{width: 100%;font-size: 0;}
.b-color{display: inline-block;vertical-align: middle;margin: 0 3px .1rem;width: 12px;height: 12px;border-radius: 50%;}
.b-name{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.5;font-weight: bold;}
.b-price{width: 100%;color: #545454;line-height: 1.5;}
.b-item.active .b-text{opacity: 1;}
.b-item.hide .b-img:after{opacity: .5;}
.b-prev{left: .7rem;top: 70%;margin-top: 0;width: 27px;height: 27px;background-color: #000;border-radius: 50%;background-image: url('../images/a13.png');background-size: 50% auto;background-position: center center;background-repeat: no-repeat;}
.b-next{transform: rotate(-180deg);right: .7rem;top: 70%;margin-top: 0;width: 27px;height: 27px;background-color: #000;border-radius: 50%;background-image: url('../images/a13.png');background-size: 50% auto;background-position: center center;background-repeat: no-repeat;}
@media(max-width: 750px){
   .b-item{width: 50%;}
   .b-text{opacity: 1;}
   .b-prev{top: 65%;left: .3rem;}
   .b-next{top: 65%;right: .3rem;}
}

.c-main{width: 100%;padding:  0 .3rem .4rem;background-color: #f8f8f8;}
.c-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.c-cont{display: flex;flex-wrap: wrap;align-items: center;flex-direction: row-reverse;width: 100%;}
.c-imgbox{width: 50%;margin-bottom:  .4rem;}
.c-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(700/700*100%);}
.c-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.c-text{width: 50%;margin-bottom:  .4rem;}
.c-box{position: relative;right: -1.25rem;width: 6.75rem;max-width: 100%;}
.c-titles{width: 100%;margin-bottom: .3rem;font-size: 1rem;line-height: 1;color: #000;}
.c-intro{width: 100%;max-width: 23em;margin-bottom: .5rem;color: #000;line-height: 1.37;}
.c-more{transition: all  .3s;display: inline-block;cursor: pointer;letter-spacing: 3px;color: #000;line-height: 3.8em;padding: 0 .2rem;border: 1px solid #000;}
.c-more:hover{background-color: #000;color: #fff;}

@media(max-width: 750px){
    .c-imgbox{width: 100%;}
    .c-text{width: 100%;}
    .c-box{right: 0;width: 100%;}
    .c-titles{font-size: .37rem;}
}

.d-main{width: 100%;padding:  .5rem .3rem .8rem;background-size: cover;background-position: center center;background-repeat: no-repeat;}
.d-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.d-top{display: flex;flex-wrap: wrap;align-items: center;width: 100%;}
.d-top .d-imgbox{width: 50%;margin-bottom:  .3rem;}
.d-top .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(700/700*100%);}
.d-top .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.d-top .d-text{width: 50%;margin-bottom:  .3rem;}
.d-top .d-box{position: relative;width: 100%;padding: 0 1.1rem;}
.d-top .d-titles{width: 100%;margin-bottom: .3rem;font-size: .8rem;line-height: 1;color: #daa381;}

.d-cont{width: calc(100%  + .3rem);left: -.15rem;position: relative;}
.d-item{width: 25%;padding: 0 .15rem;}
.d-item .d-link{display: block;cursor: pointer;width: 100%;}
.d-item .d-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(790/530*100%);}
.d-item .d-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.d-item .d-img video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.d-item .d-img:after{opacity: 0;transition: all  .3s;content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;}
.d-item .d-text{opacity: 0;transition: all  .3s;width: 100%;text-align: center;padding-top: .2rem;}
.d-item .d-colorbox{width: 100%;font-size: 0;}
.d-item .d-color{display: inline-block;vertical-align: middle;margin: 0 3px .1rem;width: 12px;height: 12px;border-radius: 50%;}
.d-item .d-name{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.5;font-weight: bold;}
.d-item .d-price{width: 100%;color: #545454;line-height: 1.5;}
.d-link:hover .d-text{opacity: 1;}

.d-buttom{width: 100%;text-align: center;padding-top: .4rem;}
.d-more{transition: all  .3s;display: inline-block;cursor: pointer;letter-spacing: 3px;color: #000;line-height: 3.8em;padding: 0 .2rem;border: 1px solid #000;}
.d-more:hover{background-color: #000;color: #fff;}

.d-main.right .d-top{flex-direction: row-reverse;}
@media(max-width: 750px){
    .d-top .d-imgbox{width: 100%;}
    .d-top .d-text{width: 100%;} 
    .d-top .d-box{padding: 0;}
    .d-top .d-titles{font-size: .37rem;}
    .d-item{width: 50%;}
    .d-item .d-text{opacity: 1;}
}

.e-main{width: 100%;padding: .4rem  .3rem;background-color: #f8f8f8;}
.e-inner{width: 100%;max-width: 13rem;margin: 0 auto;}
.e-cont{position: relative;width: 100%;display: flex;align-items: center;min-height: 6.5rem;}
.e-img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.e-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.e-text{position: relative;z-index: 8; width: 100%;padding: .3rem;text-align: center;}
.e-titles{width: 100%;margin-bottom: .3rem; color: #fff;line-height: 1.34;font-size: .96rem;}
.e-more{transition: all  .3s;display: inline-block;cursor: pointer;letter-spacing: 3px;color: #000;line-height: 3.8em;padding: 0 .2rem;background-color: #fff;border: 1px solid #fff;}
.e-more:hover{background-color: #000;color: #fff;}

.g-main{width: 100%;padding: .5rem  .3rem;background-color: #f8f8f8;}
.g-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.g-cont{width: 100%;padding: 0 .5rem;display: flex;align-items: center;flex-wrap: wrap;justify-content: space-between;}
.g-left{font-size: 0;margin-bottom:  8px;}
.g-titles{color: #000;line-height: 1.3;}
.g-right{font-size: 0;}
.g-more{display: inline-block;vertical-align: middle;cursor: pointer;border-bottom: 2px solid #000;padding-bottom: 8px;color: #0a0a0a;font-weight: bold;line-height: 1;}
 
@media(max-width: 750px){
    .g-left{width: 100%;text-align: center;}
    .g-right{width: 100%;text-align: center;}
}


.banner{position: relative;width: 100%;}
.banner-cont{position: relative;width: 100%;}
.banner-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(500/1920*100%);min-height: 350px;}
.banner-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease .5s;}
.banner-text{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 14rem;max-width: calc(100% - .6rem);text-align: center;}
.banner-titles{width: 100%;color: #fff;font-weight: 700;letter-spacing: .03rem;text-transform: uppercase;}

.nav{width: 100%;padding: .2rem .3rem;background-color: #f8f8f8;}
.nav-inner{width: 100%;max-width: 13.6rem;margin: 0 auto;} 
.nav-one{opacity: 1;transition: all  .3s;display: inline-block;vertical-align: top;cursor: pointer;}
.nav-one span{display: inline-block;vertical-align: top;color: #000;line-height: 1.5;}
.nav-one:after{content: '/';margin: 0 .07rem;color: #000;line-height: 1.5;}
.nav-one:last-child{cursor: unset;}
.nav-one:last-child span{opacity: 1 !important;}
.nav-one:last-child:last-child:after{display: none;}
.nav-one:hover span{opacity: .7;}
  
.banner .nav{position: relative;width: 100%;background-color: rgba(255,255,255,.8);backdrop-filter: blur(.2rem);}
@media(max-width: 750px){
    .nav-inner{white-space: nowrap;overflow: auto;}
}

 

.i-main{width: 100%;padding: .2rem  0 .6rem;background-color: #f8f8f8;}
.i-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.i-navbox{width: 100%;text-align: center;margin-bottom: .6rem;}
.i-nav{display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 .2rem;border-bottom: 2px solid transparent;padding-bottom: 8px;color: #0a0a0a;font-weight: bold;}
.i-nav:hover{border-bottom: 2px solid #000;}
.i-nav.active{border-bottom: 2px solid #000;}
.i-cont{width: 100%;display: flex;flex-wrap: wrap;}
.i-item{display: block;width: 25%;padding: .25rem;}
.i-link{display: block;cursor: pointer;width: 100%;}
.i-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(211/300*100%);}
.i-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease-out .5s;}
.i-text{width: 100%;padding-top: .15rem;}
.i-tipbox{width: 100%;margin-bottom: .22rem;}
.i-tip{display: inline-block;vertical-align: middle;color: #0a0a0a;}
.i-tip:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .1rem;width: 1px;height: .9em;background-color: #0a0a0a;}
.i-tip:last-child:after{display: none;}
.i-name{width: 100%;line-height: 1.4;color: #000;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.i-link:hover .i-img img{transform: scale(1.15);}
.i-link:hover .i-name{opacity: .7;}
.i-buttom{width: 100%;padding-top: .8rem;text-align: center;}
.i-more{display: inline-block;vertical-align: middle;cursor: pointer;min-width: 15em;letter-spacing: .03rem;text-transform: uppercase;padding: 0 .15rem;color: #fff;font-weight: 700;text-align: center;line-height: 3.8em;background-color: #000;}

@media(max-width: 1200px){
    .i-item{width: 50%;}
}
@media(max-width: 750px){
    .i-navbox{white-space: nowrap;overflow: auto;padding: 0 .05rem;}
    .i-item{width: 100%;}
}

.j-main{position: relative;width: 100%;min-height: 6.85rem;padding: .4rem .3rem; display: flex;align-items: center;}
.j-img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.j-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.j-img:after{content: '';position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .5;}
.j-text{position: relative;z-index: 1;width: 14rem;max-width: calc(100% - .6rem);margin: 0 auto;text-align: center;}
.j-titles{width: 100%;line-height: 1.46;color: #fff;text-transform: uppercase;}
.j-tipbox{width: 100%;margin-bottom: .22rem;}
.j-tip{display: inline-block;vertical-align: middle;color: #fff;}
.j-tip:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .1rem;width: 1px;height: .9em;background-color: #fff;}
.j-tip:last-child:after{display: none;}


.k-main{width: 100%;padding: .27rem  .3rem  0;background-color: #f8f8f8;}
.k-inner{width: 100%;max-width: 8rem;margin: 0 auto;}
.k-top{width: 100%;padding-bottom: .27rem;margin-bottom: .6rem;border-bottom: 1px solid rgba(0,0,0,.1);}
.k-back{display: inline-block;cursor: pointer;color: #000;line-height: 1.1;}
.k-back:before{content: '';display: inline-block;vertical-align: middle;margin-right: .1rem;width: .87em;height: 1.1em;background-image: url('../images/a1.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.k-textbox{width: 100%;padding-bottom: .6rem;line-height: 1.6;color: #000; border-bottom: 1px solid rgba(0,0,0,.1);}
.k-textbox *{line-height: inherit;max-width: 100%;}
.k-textbox h2{font-size: 2.3em;}
.k-textbox h3{font-size: 1.68em;}
@media(max-width: 750px){ 
    .k-textbox h2{font-size: 2em;}
}

.l-main{width: 100%;padding: .4rem  .05rem;background-color: #f8f8f8;}
.l-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.l-titles{width: 100%;padding: 0 .25rem;text-align: center;margin-bottom: .4rem;text-transform: uppercase;line-height: 1.13;}
.l-cont{width: 100%;}
.l-b{width: 100%;}
.l-item{width: 33.33%;padding: .25rem;}
.l-link{display: block;cursor: pointer;width: 100%;}
.l-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(211/300*100%);}
.l-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all ease-out .5s;}
.l-text{width: 100%;padding-top: .15rem;}
.l-tipbox{width: 100%;margin-bottom: .22rem;}
.l-tip{display: inline-block;vertical-align: middle;color: #0a0a0a;}
.l-tip:after{content: '';display: inline-block;vertical-align: middle;margin: 0 .1rem;width: 1px;height: .9em;background-color: #0a0a0a;}
.l-tip:last-child:after{display: none;}
.l-name{width: 100%;line-height: 1.4;color: #000;overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.l-link:hover .l-img img{transform: scale(1.15);}
.l-link:hover .l-name{opacity: .7;}
.l-buttom{width: 100%;padding-top: .8rem;text-align: center;}
.l-more{display: inline-block;vertical-align: middle;cursor: pointer;min-width: 15em;letter-spacing: .03rem;text-transform: uppercase;padding: 0 .15rem;color: #fff;font-weight: 700;text-align: center;line-height: 3.8em;background-color: #000;}

@media(max-width: 1200px){
    .l-item{width: 50%;}
}
@media(max-width: 750px){ 
    .l-item{width: 100%;}
}


.m-main{width: 100%;padding: .35rem  .3rem .6rem;background-color: #f8f8f8;}
.m-inner{width: 100%;max-width: 10rem;margin: 0 auto;}
.m-navbox{width: 100%;text-align: center;margin-bottom: .6rem;}
.m-nav{display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 .8rem;border-bottom: 2px solid transparent;padding-bottom: 8px;color: #0a0a0a;font-weight: bold;}
.m-nav:hover{border-bottom: 2px solid #000;}
.m-nav.active{border-bottom: 2px solid #000;}
.m-cont{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.m-imgbox{width: 4.8rem;}
.m-cont .m-img{width: 100%;}
.m-cont .m-img img{width: 100%;}
.m-text{width: calc(100% - 5.2rem);}
.m-titles{width: 100%;margin-bottom: .16rem;color: #000;line-height: 1;}
.m-textbox{width: 100%;line-height: 1.5;color: #000;}
.m-textbox *{line-height: inherit;max-width: 100%;}
.m-flow{width: 100%;margin-top: .6rem;}
.m-flow img{width: 100%;}

.m-list{width: calc(100% + .1rem);position: relative;left: -.05rem;display: flex;flex-wrap: wrap;}
.m-one{width: 33.33%;padding:0 .05rem ;margin-bottom: .1rem;}
.m-one .m-img{width: 100%;}
.m-one .m-img img{width: 100%;}
@media(max-width: 1200px){
    .m-nav{margin: 0 .2rem;}
    .m-one{width: 50%;}
}
@media(max-width: 750px){
    .m-navbox{white-space: nowrap;overflow: auto;padding: 0 .05rem;}
    .m-imgbox{width: 100%;margin-bottom: .5rem;}
    .m-text{width: 100%;text-align: center;}
     .m-one{width:100%;}
}

.selectbox{width: 100%;position: relative;z-index: 8;}
.select-tip{width: 100%;display: block;cursor: pointer;position: relative;padding-left: .2rem; padding-right: .4rem;border: solid 1px #eeeeee;}
.select-tip:after{content: "";position: absolute;right: .2rem;top: 0;z-index: 1;width: .12rem;height: 100%;background-image: url('../images/a8.png');background-size: 100% auto;background-position: center center;background-repeat: no-repeat;}
.select-cur{display: block; width: 100%;height:55px;line-height:55px;color: #bbbbbb;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.select-cur span{color: #ff0000;}
.select-sub{visibility: hidden;z-index: -1;opacity: 0; position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff; box-shadow: 0 3px 6px -4px rgba(0,0,0,.12), 0 6px 16px 0 rgba(0,0,0,.08), 0 9px 28px 8px rgba(0,0,0,.05);}
.select-cont{width: 100%; max-height: 2rem; overflow: auto;}
.select-item{display: block;cursor: pointer; width: 100%; line-height: 1.6;padding: .1rem .15rem .1rem .3rem;color: #666666;}
.select-item:hover{background-color: #000 !important;color: #fff;}
.select-item.select{background-color: #f5f5f5;}
.selectbox.show {z-index: 28;}
.selectbox.show .select-sub{visibility: visible;z-index: 98;opacity: 1;transition: all ease .5s;}
.selectbox.active .select-cur{color: #000;}

 

.n-main{width: 100%;padding: .3rem;background-color: #f8f8f8;}
.n-inner{width: 6.25rem;max-width: 100%;margin: 0 auto;}
.n-top{width: 100%;text-align: center;margin-bottom: .45rem;}
.n-titles{width: 100%;margin-bottom: .35rem;color: #000;line-height:1.15;}
.n-icon{width: 100%;margin-bottom: .16rem;}
.n-icon img{width: 1em;}
.n-hint{width: 100%;margin-bottom: .13rem;color: #000;line-height: 1;letter-spacing: 3px;}
.n-intro{width: 100%; line-height: 1.5;color: #000;letter-spacing: 1px;}
.n-email{display: inline-block;cursor: pointer; line-height: 1.5;color: #000;text-decoration: underline;letter-spacing: 1px;}
.n-bottom{width: 100%;}
.n-subtitle{width: 100%;text-align: center;margin-bottom: .3rem;color: #000;line-height: 1.37;}
.n-two{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
.n-item{display: block;position: relative;width: 100%;margin-bottom: .3rem;border: 1px solid #949494;}
.n-tip{transition: all  .3s;position: absolute;width: 100%;top: 1.6em;padding: 0 .2rem;color: #545454;line-height: 1.5;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.n-b{width: 100%;}
.n-input{border: none;background-color: transparent;position: relative;z-index: 8;width: 100%;padding: 0 .2rem;height: 55px;color: #000;}
.n-textarea{border: none;background-color: transparent;position: relative;z-index: 8;width: 100%;padding: 20px .2rem;line-height: 1.5;height: 140px;color: #000;}
.n-item.focus .n-tip{top: 2px;}
.n-select{width: 100%;}
.n-item.n-selectbox .n-tip{top: 2px;}
.n-agree{width: 100%;margin-bottom: .3rem;}
.n-agree .lb-label{position: relative;display: block;cursor: pointer;width: 100%;}
.n-agree .lb-icon{position: absolute;top: .3em;left: 0;width: 1.7em;height: 1.7em;border: 1px solid #949494;background-color: #fff; background-size: 50% auto;background-position: center center;background-repeat: no-repeat;}
.n-agree .lb-text{width: 100%;padding-left: calc(1.7em + .1rem);color: #000;line-height: 1.6;}
.n-agree .lb-text a{position: relative;z-index: 18;display: block;cursor: pointer;text-decoration: underline;}
.n-agree .lb-label.selected .lb-icon{background-image: url('../images/a9.png');background-color: #000;}
.n-agree .lb-input{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;cursor: pointer;}

.n-buttom{width: 100%;}
.n-submit{display: block;cursor: pointer;border: none;width: 100%;text-align: center;color: #fff;height:50px;line-height:50px;text-transform: uppercase;background-color: #000;}
@media(min-width: 750px){
   .n-two .n-item{width: calc(50% - .15rem);}
}
@media(max-width: 750px){
   .n-inner{width: 100%;}
   .n-agree .lb-text a{display: inline-block;vertical-align: middle;}
}

.paging{width: 100%;text-align: center;font-size: 0;}
.paging-item{transition: all  .3s;display: inline-block;vertical-align: middle;cursor: pointer;padding: .05rem 0;margin: 0 .1rem;color: #0a0a0a;line-height: 1.6;}
.paging-item:hover{opacity: .7;}
.paging-item.active{opacity: 1;border-bottom: 1px solid #000;}
.paging-up{transition: all  .3s;text-transform: uppercase;display: inline-block;vertical-align: middle;cursor: pointer;padding: .05rem 0;margin: 0 .1rem;color: #0a0a0a;line-height: 1.6;}
.paging-up:hover{opacity: .7;}
.paging-next{transition: all  .3s;text-transform: uppercase;display: inline-block;vertical-align: middle;cursor: pointer;padding: .05rem 0;margin: 0 .1rem;color: #0a0a0a;line-height: 1.6;}
.paging-next:hover{opacity: .7;}

.o-main{width: 100%;padding: .35rem  .3rem .6rem;background-color: #f8f8f8;}
.o-inner{width: 100%;max-width: 13.6rem;margin: 0 auto;}
.o-top{width: 100%;margin-bottom: .45rem;display: flex;flex-wrap: wrap;}
.o-left{width: 4.6rem;}
.o-titles{display: block;cursor: pointer;width: 100%;position: relative;font-weight: bold;line-height: 1.16;}
.o-titles:after{transition: all  .3s;content: '';display: inline-block;vertical-align: middle;margin-left: .1rem;border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #000;}
.o-navbox{display: none;width: 100%;font-size: 0;margin-bottom: .1rem;}
.o-nav{display: inline-block;vertical-align: middle;cursor: pointer;position: relative;margin-right: .2rem;color: #000;line-height: 1.7;}
.o-nav:after{transition: all  .3s;content: '';position: absolute;bottom: 0;left: 0;width: 0;height: 1px;background-color: #000;}
.o-nav:hover:after{width: 100%;}
.o-nav.active:after{width: 100%;}
.o-synopsis{width: 100%;color: #0a0a0a;line-height: 1.38;}
.o-main.show_nav .o-titles:after{transform: rotate(-180deg);}
.o-main.show_nav .o-navbox{display: block;}
.o-right{flex: 1;padding-left: 1rem;}
.o-one{display: flex;align-items: center;width: 100%;margin-top: .1rem;}
.o-tip{min-width: calc(9em + .1rem);padding-right: .1rem;font-weight: bold;line-height: 1.5;color: #000;text-align: right;}
.o-rt{flex: 1;}
.o-intro{width: 100%;color: #000;line-height: 1.5;}
.o-main .lb-label{position: relative;display: block;cursor: pointer;width: 100%;}
.o-main .lb-icon{position: absolute;top: .125em;left: 0;width: 1.25em;height: 1.25em;border: 1px solid #949494;background-color: #fff; background-size: 80% auto;background-position: center center;background-repeat: no-repeat;}
.o-main .lb-text{width: 100%;padding-left: calc(1.25em + .1rem);color: #000;line-height: 1.5;}
.o-main .lb-text a{position: relative;z-index: 18;display: block;cursor: pointer;text-decoration: underline;}
.o-main .lb-label.selected .lb-icon{background-image: url('../images/a9.png');background-color: #000;}
.o-main .lb-input{position: absolute;left: 0;top: 0;z-index: 10;opacity: 0;filter: alpha(opacity=0);width: 100%;height: 100%;cursor: pointer;}

.o-center{width: 100%;padding-bottom: .9rem;position: relative;}
.o-get_top{position: absolute;bottom: .3rem;right: 0;display: block;cursor: pointer;width: .35rem;height: .35rem;border-radius: 50%;background-color: #000;background-image: url('../images/a16.png');background-size: 60% auto;background-position: center center;background-repeat: no-repeat;}
.o-list{width: calc(100% + .6rem);position: relative;left: -.3rem;padding-bottom: .5rem; display: flex;flex-wrap: wrap;font-size: 0;}
.o-item{display: block;width: 25%;padding: 0 .3rem .3rem;}
.o-link{display: block;cursor: pointer;cursor: pointer;}
.o-imgbox{width: 100%;position: relative;}
.o-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(442/295*100%);}
.o-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.o-img video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.o-view{opacity: 0;transition: all  .3s;position: absolute;left: 50%;bottom: .2rem;transform: translate(-50%,0);width: calc(100% - .6rem);text-align: center; line-height: 2.5em;color: #000;background-color: #fff;}
.o-text{width: 100%;text-align: center;padding-top: .2rem;}
.o-colorbox{opacity: 0;transition: all  .3s;width: 100%;font-size: 0;}
.o-color{display: inline-block;vertical-align: middle;margin: 0 3px .1rem;width: 12px;height: 12px;border-radius: 50%;}
.o-name{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.5;font-weight: bold;}
.o-price{width: 100%;color: #545454;line-height: 1.5;}
.o-link:hover .o-view{opacity: 1;}
.o-link:hover .o-colorbox{opacity: 1;} 
.o-textbox{width: 100%;color: #000;line-height: 1.3;}
.o-textbox *{line-height: inherit;max-width: 100%;}
.o-textbox h2{font-size: 1.4em;}
.o-textbox h3{font-size: 1.26em;}
.o-textbox a{color: #15c;text-decoration: underline;cursor: pointer;}

@media(max-width: 1440px){
    .o-list{width: calc(100% + .3rem);left: -.15rem;}
    .o-item{padding: 0 .15rem .3rem;}
}
@media(max-width: 750px){
    .o-left{width: 100%;margin-bottom: .28rem;}
    .o-right{width: 100%;padding-left: 0;flex: none;}
   .o-item{width: 50%;}
   .o-colorbox{opacity: 1;} 
}

.p-main{width: 100%;padding: .35rem  .3rem .7rem;background-color: #f8f8f8;}
.p-inner{width: 100%;max-width: 13.6rem;margin: 0 auto;}
.p-cont{width: 100%;display: flex;flex-wrap: wrap;}
.p-left{width: 50%;padding-right: .28rem;display: flex;flex-wrap: wrap;align-items: flex-start; justify-content: space-between;}
.p-swiper1{width: .5rem;padding: .35rem 0;position: relative;}
.p-c{width: 100%;height: 3.12rem;}
.p-nav{display: block;cursor: pointer;width: 100%;height: auto;position: relative;margin-bottom: .2rem;}
.p-nav:last-child{margin-bottom: 2px;}
.p-bg{display: block;width: 100%;}
.p-bg img{display: block;width: 100%;}
.p-play2{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;width: .28rem;height: .28rem;text-align: center;line-height: .28rem;border-radius: 50%;background-color: #fff;}
.p-play2 img{width:35%;}
.p-nav.active .p-bg{border: 1px solid #000;}
.p-prev{top: 0;left: 0;margin-top: 0;width: 100%;height: .11rem;background-image: url('../images/a12.png');background-size: auto 100%;background-position: center center;background-repeat: no-repeat;}
.p-next{transform: rotate(-180deg);top: auto;right: 0;bottom: 0;left: 0;margin-top: 0;width: 100%;height: .11rem;background-image: url('../images/a12.png');background-size: auto 100%;background-position: center center;background-repeat: no-repeat;}

.p-swiper2{width: calc(100% - .75rem);}
.p-b{width: 100%;}
.p-item{width: 100%;}
.p-img{width: 100%;position: relative;}
.p-img img{width: 100%;cursor: pointer;}
.p-img video{width: 50%;}
.p-check{position: absolute;top: .1rem;right: .1rem;display: block;cursor: pointer;width: 0.44rem;height: .44rem;text-align: center;line-height: .44rem;border-radius: 50%;background-color: #fff;}
.p-check img{width: 50%;}
.p-play{position: absolute;top: 0;left: 0;width: 100%;height: 100%;display: flex;align-items: center;justify-content: center;cursor: pointer;}
.p-icon{display: block;width: .44rem;height: .44rem;text-align: center;line-height: .44rem;border-radius: 50%;background-color: #fff;}
.p-icon img{width: 40%;}

.p-right{width: 50%;padding:0 .32rem;}
.p-titles{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.15;}
.p-price{width: 100%;color: #545454;line-height: 1.35;}
.p-list{width: 100%;padding: .2rem 0 .1rem;}
.p-one{width: 100%;}
.p-tip{width: 100%;margin-bottom: .2rem;color: #000;font-weight: bold;line-height: 1;}
.p-tip span{font-weight: normal;margin-left: .05rem;}
.p-colorbox{width: 100%;font-size: 0;}
.p-color{display: inline-block;vertical-align: middle;cursor: pointer;margin-bottom: .3rem;margin-right: .3rem;width: 13px;height: 13px;border-radius: 50%;border: 1px solid #f0f0f0;}
.p-color.active{border: 1px solid #000;}
.p-size_list{width: 100%;}
.p-sizebox{display: none;width: 100%;font-size: 0;}
.p-sizebox.show{display: block;}
.p-size{display: inline-block;vertical-align: top;cursor: pointer;margin-right: .4rem;margin-bottom: .3rem;text-align: center;}
.p-text{opacity: .7;width: 100%;color: #000;line-height: 1.5;}
.p-size.active{border-bottom: 1px solid #000;}
.p-size.active .p-text{opacity: 1;}
.p-find{transition: all  .3s;display: block;cursor: pointer;margin-bottom: .3rem;width: 3.85rem;text-align: center;max-width: 100%;line-height: 3.8em;color: #000;border: 1px solid #000;}
.p-find:hover{background-color: #000;color: #fff;}
.p-add{transition: all  .3s;display: block;cursor: pointer;margin-bottom: .3rem;width: 3.85rem;text-align: center;max-width: 100%;line-height: 3.8em;color: #fff;border: 1px solid #000;background-color: #000;}
.p-sharebox{width: 100%;}
.p-share{display: inline-block;vertical-align: middle;cursor: pointer;margin-right: .25rem;margin-bottom: .3rem;}
.p-share>img{width: 1em;}

@media(max-width: 750px){
   .p-left{width: 100%;padding-right: 0;margin-bottom: .3rem;}
   .p-right{width: 100%;padding: 0;}
}

.q-main{width: 100%;padding: 0  .3rem .3rem;background-color: #f8f8f8;}
.q-inner{width: 100%;max-width: 13.6rem;margin: 0 auto;}
.q-titles{width: 100%;padding-top: .5rem; margin-bottom: .23rem;color: #000;line-height: 1;letter-spacing: 3px;border-top: 1px solid #878787;}
.q-cont{width: calc(100% + .3rem);position: relative;left: -.15rem;}
.q-b{width: 100%;}
.q-item{display: block;width: 25%;padding: 0 .15rem;}
.q-link{display: block;cursor: pointer;cursor: pointer;}
.q-imgbox{width: 100%;position: relative;}
.q-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(442/295*100%);}
.q-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.q-img video{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}
.q-view{opacity: 0;transition: all  .3s;position: absolute;left: 50%;bottom: .2rem;transform: translate(-50%,0);width: calc(100% - .6rem);text-align: center; line-height: 2.5em;color: #000;background-color: #fff;}
.q-text{width: 100%;text-align: center;padding-top: .2rem;}
.q-colorbox{opacity: 0;transition: all  .3s;width: 100%;font-size: 0;}
.q-color{display: inline-block;vertical-align: middle;margin: 0 3px .1rem;width: 12px;height: 12px;border-radius: 50%;}
.q-name{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.5;font-weight: bold;}
.q-price{width: 100%;color: #545454;line-height: 1.5;}
/* .q-link:hover .q-view{opacity: 1;} */
.q-link:hover .q-colorbox{opacity: 1;} 
@media(max-width: 750px){
    .q-item{width: 50%;}
    .q-colorbox{opacity: 1;} 
}


.r-main{width: 100%;padding: .5rem .3rem;}
.r-inner{width: 100%;max-width: 14rem;margin: 0 auto;}
.r-cont{width: 100%;display: flex;align-items: center;flex-wrap: wrap;flex-direction: row-reverse;}
.r-text{width: 50%;}
.r-box{position: relative;right: -1.25rem;width: 6.75rem;max-width: 100%;}
.r-titles{width: 100%;margin-bottom: .3rem;font-size: .8rem;line-height: 1;color: #000;} 
.r-more{transition: all  .3s;display: inline-block;cursor: pointer;letter-spacing: 3px;color: #000;line-height: 3.8em;padding: 0 .2rem;border: 1px solid #000;}
.r-more:hover{background-color: #000;color: #fff;}
.r-imgbox{width: 50%;}
.r-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(700/700*100%);}
.r-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}

@media(max-width: 750px){
    .r-imgbox{width: 100%;margin-bottom: .4rem;}
    .r-text{width: 100%;text-align: center;}
    .r-titles{font-size: .37rem;}
}


/* 
letter-spacing: .1875rem;
transition: all  .3s;
.i-main{width: 100%;padding: .2rem  .3rem .6rem;background-color: #f8f8f8;}
.i-inner{width: 100%;max-width: 14rem;margin: 0 auto;}

filter: grayscale(100%) brightness(500%);  图片变白

.a-img{width: 100%;position: relative;overflow: hidden;padding-top: calc(900/1920*100%);}
.a-img img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transform: scale(1.00);transition: all  ease-out .5s;}

.teaser.delay2  {transition-delay: .2s;}

transform: scale(1.00);transition: all ease .5s;
background-size: cover;background-position: center center;background-repeat: no-repeat;


.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0;}
.ellipsis{display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.eps2{overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;} 
 

*/

/*视频容器样式*/
.xv-a {position: fixed;left: 0;top: 120%;z-index: 388;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.8);transition: top .5s ease-in-out;}
.xv-a.show {top: 0;} 
.xv-main {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);width: 800px;max-width: 94%;}
.xv-cont {width: 100%;} 
.xv-close {display: block;width: 40px;height: 40px;border-radius: 50%;background-color: #000; position: absolute;right: -20px;top: -20px;cursor: pointer;z-index: 10000;}
.xv-icon {display: block;width: 100%;height: 100%;font-size: 21px;text-align: center;line-height: 40px;color: #fff;} 
.xv-iframe {width: 100%;height: 60vh;} 
.xv-video {width: 100%;height: auto;max-height: 90vh;} 
@media(max-width:1200px) {
    .xv-close {right: 0;top: -45px;}
}
        
.xa-main{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s;position: fixed;bottom: 0;left: 0;width: 100%;background-color: #000;}
.xa-main.show{opacity: 1;z-index: 88;visibility: visible;}
.xa-inner{width: 100%;padding: .2rem;position: relative;}
.xa-close{position: absolute;top: .1rem;right: .1rem;display: block;cursor: pointer;width: 1.25em;height: 1.25em;background-image: url('../images/a15.png');background-size: 80% auto;background-position: center center;background-repeat: no-repeat;}
.xa-cont{width: 100%;}
.xa-titles{width: 100%;color: #fff;line-height: 1.6;font-weight: bold;}
.xa-textbox{width: 100%;color: #fff;line-height: 1.6;}
.xa-textbox a{cursor: pointer;text-decoration: underline;}
.xa-buttombox{width: 100%;display: flex;align-items: center;flex-wrap: wrap;}
.xa-buttom1{display: block;cursor: pointer;margin-top: .15rem;margin-right: .2rem;min-width: 5.6em;text-align: center;padding: 0 .15rem;line-height: 2.1em;color: #000;background-color: #fff;border: 1px solid #fff;border-radius: .1rem;}
.xa-buttom2{display: block;cursor: pointer;margin-top: .15rem;margin-right: .2rem;min-width: 5.6em;text-align: center;padding: 0 .15rem;line-height: 2.1em;color: #fff;border: 1px solid #fff;border-radius: .1rem;}
.xa-linkbox{display: block;}
.xa-link{display: block;cursor: pointer;margin-top: .15rem;margin-right: .2rem;color: #fff;line-height: 1.6;text-decoration: underline !important;}
.xa-buttom{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s;position: fixed;bottom: .6rem;left: .2rem;z-index: 88;display: block;cursor: pointer;width: .46rem;height: .46rem;text-align: center;line-height: .46rem;background-color: #000;border-radius: .08rem;}
.xa-buttom img{width: 65%;}
.xa-buttom.show{opacity: 1;z-index: 88;visibility: visible;}
@media(max-width: 1920px){ 
   .xa-inner{padding: 20px;}
}
@media(max-width: 750px){ 
    .xa-cont{text-align: center;}
    .xa-buttombox{justify-content: center;padding-top: 10px;}
    .xa-textbox{text-align: left;}
    .xa-linkbox{width: 100%;}
    .xa-buttom2{margin-right: 0;}
}

.xb-main{opacity: 0;z-index: -1;visibility: hidden;transition: all ease .5s; position: fixed;top: 0;left: 0;width: 100%;height: 100vh;}
.xb-main.show{opacity: 1;z-index: 388;visibility: visible;}
.xb-shade{position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #000;opacity: .5;}
.xb-inner{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);width: 9rem;max-width: calc(100% - .6rem); max-height: 90vh;overflow: auto;}
.xb-close{position: absolute;top: .2rem;right: .2rem;display: block;cursor: pointer;width: 1.25em;height: 1.25em;background-image: url('../images/a15-b.png');background-size: .62em auto;background-position: center center;background-repeat: no-repeat;}
.xb-close:hover{opacity: .7;}
.xb-cont{width: 100%;padding: .8rem .7rem .5rem;display: flex;flex-wrap: wrap;align-items: flex-start;background-color: #f8f8f8;}
.xb-left{width: 3.55rem;position: relative;}
.xb-b{width: 100%;}
.xb-item{width: 100%;}
.xb-img {width: 100%;}
.xb-img img{width: 100%;}
.xb-prev{left: .1rem; width: .44rem;height: .44rem;margin-top: -.22rem;border-radius: 50%;background-color: #fff;box-shadow: 0 0 3px -1px #000;background-image: url('../images/a17.png'); background-size: .12rem auto;background-position: center center;background-repeat: no-repeat;}
.xb-next{transform: rotate(-180deg);right: .1rem; width: .44rem;height: .44rem;margin-top: -.22rem;border-radius: 50%;background-color: #fff;box-shadow: 0 0 3px -1px #000;background-image: url('../images/a17.png'); background-size: .12rem auto;background-position: center center;background-repeat: no-repeat;}

.xb-right{flex: 1;padding-left: .4rem;width: 0;}
.xb-titles{width: 100%;margin-bottom: .1rem;color: #000;line-height: 1.15;}
.xb-intro{width: 100%;margin-bottom: .1rem;color: #545454;line-height: 1.35;}
.xb-price{width: 100%;color: #545454;line-height: 1.35;}
.xb-list{width: 100%;padding: .2rem 0 .1rem;}
.xb-one{width: 100%;}
.xb-tip{width: 100%;margin-bottom: .2rem;color: #000;font-weight: bold;line-height: 1;}
.xb-tip span{font-weight: normal;margin-left: .05rem;}
.xb-colorbox{width: 100%;font-size: 0;}
.xb-color{display: inline-block;vertical-align: middle;cursor: pointer;margin-bottom: .3rem;margin-right: .3rem;width: 13px;height: 13px;border-radius: 50%;border: 1px solid #f0f0f0;}
.xb-color.active{border: 1px solid #000;}
.xb-size_list{width: 100%;}
.xb-sizebox{display: none;width: 100%;font-size: 0;}
.xb-sizebox.show{display: block;}
.xb-size{display: inline-block;vertical-align: top;cursor: pointer;margin-right: .4rem;margin-bottom: .3rem;text-align: center;}
.xb-text{opacity: .7;width: 100%;color: #000;line-height: 1.5;}
.xb-size.active{border-bottom: 1px solid #000;}
.xb-size.active .xb-text{opacity: 1;}
.xb-find{transition: all  .3s;display: block;cursor: pointer;margin-bottom: .3rem;width: 3.85rem;text-align: center;max-width: 100%;line-height: 3.8em;color: #000;border: 1px solid #000;}
.xb-find:hover{background-color: #000;color: #fff;}
.xb-add{transition: all  .3s;display: block;cursor: pointer;margin-bottom: .3rem;width: 3.85rem;text-align: center;max-width: 100%;line-height: 3.8em;color: #fff;border: 1px solid #000;background-color: #000;}
.xb-sharebox{width: 100%;}
.xb-share{display: inline-block;vertical-align: middle;cursor: pointer;margin-right: .25rem;margin-bottom: .3rem;}
.xb-share>img{width: 1em;}

@media(max-width: 750px){ 
    .xb-left{width: 100%;}
    .xb-right{width: 100%;padding-left: 0;padding-top: .3rem;}
}

