@charset "UTF-8";@-webkit-keyframes btn-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes btn-loading-rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--ftm-color-primary:#E64545;--ftm-color-default:#007DFA;--ftm-color-success:#00C88C;--ftm-color-warning:#FAAA00;--ftm-color-error:var(--ftm-color-primary);--ftm-color-tag-purple:#8955F2;--ftm-color-tag-blue:#22D5E6;--ftm-color-link:var(--ftm-color-default);--ftm-color-white:#FFF;--ftm-color-title:#222;--ftm-color-text:#222;--ftm-color-light:#888;--ftm-color-disabled:#B3B3B3;--ftm-line-color:#D9D9D9;--ftm-border-color:#E6E6E6;--ftm-bg-color:#F5F5F5;--ftm-font-size-main:14px;--ftm-color-weak:#888;-webkit-tap-highlight-color:transparent}body{color:var(--ftm-color-text);font-size:var(--ftm-font-size-main)}a,button{cursor:pointer}a{color:var(--ftm-color-primary);-webkit-transition:opacity ease-in-out .2s;transition:opacity ease-in-out .2s}a:active{opacity:.8}.ftm-plain-anchor{color:unset;-webkit-transition:none;transition:none}.ftm-plain-anchor:active{opacity:unset}body.ftm-overflow-hidden{overflow:hidden!important}div.ftm-px-tester{--size:1;height:calc(var(--size)/2*2px);width:0;position:fixed;right:-100vw;bottom:-100vh;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.ftm-drawer{--z-index:var(--ftm-drawer-z-index, 1000);position:fixed;z-index:var(--z-index)}.ftm-drawer-body{position:fixed;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;z-index:calc(var(--z-index) + 10);overflow:hidden}.ftm-drawer-body .ftm-drawer-content{overflow-y:auto;-webkit-box-flex:1;-ms-flex:1;flex:1;background:var(--ftm-bg-color)}.ftm-drawer-body .ftm-drawer-footer{padding:.5rem .8rem;display:-webkit-box;display:-ms-flexbox;display:flex}.ftm-drawer-body .ftm-drawer-footer .ftm-button{-webkit-box-flex:1;-ms-flex:1;flex:1}.ftm-drawer-body .ftm-drawer-footer .ftm-button+.ftm-button{margin-left:.5rem}.ftm-drawer-body-position-bottom{width:100%;bottom:0;left:0;max-height:75%;border-top-left-radius:.4rem;border-top-right-radius:.4rem}.ftm-drawer-body-position-top{width:100%;top:0;left:0;max-height:50%;border-bottom-left-radius:.4rem;border-bottom-right-radius:.4rem}.ftm-drawer-body-position-left{height:100%;top:0;left:0;max-width:80%}.ftm-drawer-body-position-right{height:100%;top:0;right:0;max-width:80%}.ftm-mask,.ftm-mask-aria-button{top:0;left:0;width:100%;height:100%}.ftm-mask{--z-index:var(--ftm-mask-z-index, 1000);position:fixed;z-index:var(--z-index);display:block}.ftm-mask-aria-button{position:absolute;z-index:0}.ftm-mask-content{z-index:1}.ftm-button{--color:var(--ftm-border-color);--text-color:var(--ftm-color-title);--border-radius:var(--ftm-button-border-radius, 0.2rem);--border-width:var(--ftm-button-border-width, 1px);--border-style:var(--ftm-button-border-style, solid);--background:linear-gradient(90deg, #FAFAFA 0%, #F2F2F2 100%);color:var(--text-color);background:var(--background);position:relative;display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;height:auto;padding:.4rem .6rem;margin:0;font-size:.8rem;line-height:1.1rem;min-height:1.9rem;text-align:center;border:0;outline:var(--border-width) var(--border-style) var(--ftm-border-color);outline-offset:-var(--border-width);border-radius:var(--border-radius);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ftm-button:focus{outline:0}.ftm-button:not(.ftm-button-link):before{position:absolute;top:0;left:0;-webkit-transform:translate(-var(--border-width),-var(--border-width));transform:translate(-var(--border-width),-var(--border-width));width:100%;height:100%;background-color:#000;outline:var(--border-width) var(--border-style) #000;outline-offset:-var(--border-width);border-radius:var(--border-radius);opacity:0;content:' ';-webkit-box-sizing:content-box;box-sizing:content-box}.ftm-button:active::before{opacity:.05}.ftm-button-disabled{cursor:not-allowed;opacity:.5}.ftm-button-disabled:active::before{display:none}.ftm-button-ghost{--background:linear-gradient(90deg, #FAFAFA 0%, #F2F2F2 100%);--color:var(--ftm-color-title)}.ftm-button:not(.ftm-button-ghost){--text-color:var(--ftm-color-white);outline-width:0;padding:.4rem .6rem}.ftm-button-primary{--background:linear-gradient(90deg, #F26D61 0%, #E64545 100%);--color:var(--ftm-color-primary)}.ftm-button-secondary{color:var(--ftm-color-primary);--background:linear-gradient(90deg, #FFF3F2 0%, #FFE5E5 100%)}.ftm-button-danger{--background:var(--ftm-color-error);--color:var(--ftm-color-error)}.ftm-button-default{--background:var(--ftm-color-default);--color:var(--ftm-color-default)}.ftm-button-success{background:var(--ftm-color-success);--color:var(--ftm-color-success)}.ftm-button-warning{--background:var(--ftm-color-warning);--color:var(--ftm-color-warning)}.ftm-button-link{color:var(--ftm-color-link);--background:transparent}.ftm-button-block,.pro-info .deal-sign .sign-icon img{display:block;width:100%}.ftm-button.ftm-button-fill-outline{--background:transparent;--text-color:var(--color);outline:1px solid var(--color);outline-offset:-1px}.ftm-button.ftm-button-fill-none{--background:transparent;--border-width:0px;--text-color:var(--color)}.ftm-button.ftm-button-small{padding-top:0;padding-bottom:0;font-size:.6rem;min-height:1.2rem}.ftm-button.ftm-button-small.ftm-button-shape-rounded{padding-left:.75rem;padding-right:.75rem}.ftm-button.ftm-button-medium{padding-top:.15rem;padding-bottom:.15rem;font-size:.65rem;min-height:1.4rem}.ftm-button.ftm-button-shape-rounded{--border-radius:1000px;padding-left:.75rem;padding-right:.75rem}.ftm-button.ftm-button-shape-rectangular{--border-radius:0}.ftm-tabs{--title-font-size:0.8rem;--content-padding:0.5rem;--active-line-height:3px;--active-line-border-radius:var(--active-line-height)}.ftm-tabs,.ftm-tabs-header{position:relative}.ftm-tabs-header-dark .ftm-tabs-tab{color:var(--ftm-color-white)}.ftm-tabs-header,.ftm-tabs-header-dark .ftm-tabs-tab-line{background:var(--ftm-color-white)}.ftm-tabs-tab-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin:0 .5rem;scrollbar-width:none}.ftm-tabs-tab-list::-webkit-scrollbar,.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.ftm-tabs-tab-list-fixed .ftm-tabs-tab{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.ftm-tabs-tab-list-scroll{overflow-x:scroll}.ftm-tabs-tab-wrapper{-webkit-box-sizing:border-box;box-sizing:border-box}.ftm-tabs-tab-wrapper-stretch{-webkit-box-flex:1;-ms-flex:auto;flex:auto;display:-webkit-box;display:-ms-flexbox;display:flex}.ftm-tabs-tab{white-space:nowrap;padding:.6rem .6rem .5rem;width:100%;text-align:center;font-size:var(--title-font-size);position:relative;cursor:pointer;-webkit-box-sizing:border-box;box-sizing:border-box;color:var(--ftm-color-title)}.ftm-tabs-tab-active{opacity:1}.ftm-tabs-tab-disabled{opacity:.5;cursor:not-allowed}.ftm-tabs-tab-line{position:absolute;bottom:.1rem;height:var(--active-line-height);background:var(--ftm-color-primary);border-radius:var(--active-line-border-radius);padding:0 .6rem;-webkit-box-sizing:border-box;box-sizing:border-box}.ftm-tabs-content{padding:var(--content-padding);background:var(--ftm-bg-color)}.ftm-tabs-header-mask{position:absolute;top:0;bottom:0;z-index:1;width:30px;height:100%;pointer-events:none}.ftm-tabs-header-mask-left{left:0;background:-webkit-gradient(linear,left top,right top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to right,#fff,rgba(255,255,255,0))}.ftm-tabs-header-mask-right{right:0;background:-webkit-gradient(linear,right top,left top,from(#fff),to(rgba(255,255,255,0)));background:linear-gradient(to left,#fff,rgba(255,255,255,0))}.ftm-dialog{--z-index:var(--ftm-dialog-z-index, 1000);color:var(--ftm-color-title);position:fixed;z-index:var(--z-index)}.ftm-dialog .ftm-dialog-mask{z-index:0}.ftm-dialog.dialog-padding-none .ftm-dialog-body{padding-top:0}.ftm-dialog.dialog-padding-none .ftm-dialog-body .ftm-dialog-content{padding:0}.ftm-dialog-wrap{position:fixed;z-index:1;top:50%;left:50%;width:13.5rem;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ftm-dialog-body,.ftm-dialog-wrap .ftm-dialog-close{font-size:.8rem;display:-webkit-box;display:-ms-flexbox;display:flex}.ftm-dialog-wrap .ftm-dialog-close{position:absolute;width:1.5rem;height:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;top:0;right:0}.ftm-dialog-wrap .ftm-dialog-close-position{color:var(--ftm-color-white);background:rgba(0,0,0);border-radius:100%;border:1px solid var(--ftm-color-white);opacity:.7}.ftm-dialog-wrap .ftm-dialog-close-right{top:-.3rem;right:-.3rem}.ftm-dialog-wrap .ftm-dialog-close-bottom{top:auto;bottom:-1rem;right:50%;-webkit-transform:translate(50%,100%);transform:translate(50%,100%)}.ftm-dialog-body{width:100%;max-height:70vh;background-color:#fff;border-radius:.5rem;overflow:hidden;padding-top:1rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ftm-dialog-body>*{-webkit-box-flex:0;-ms-flex:none;flex:none}.ftm-dialog-body>.ftm-dialog-content{-webkit-box-flex:1;-ms-flex:auto;flex:auto}.ftm-dialog-body>.ftm-dialog-content.ftm-dialog-auto-center{text-align:center}.ftm-dialog-body>.ftm-dialog-content.ftm-dialog-auto-left{text-align:left}.ftm-dialog-body .ftm-dialog-header,.ftm-dialog-body .ftm-dialog-title{margin-bottom:.5rem;padding:0 .75rem}.ftm-dialog-body .ftm-dialog-title{font-weight:700;text-align:center}.ftm-dialog-body .ftm-dialog-content{padding:0 .75rem .75rem;max-height:70vh;overflow-x:hidden;overflow-y:auto;color:var(--ftm-color-title)}.ftm-dialog-body .ftm-dialog-footer{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;border-top:1px solid var(--ftm-border-color)}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row>*{-webkit-box-flex:1;-ms-flex:1;flex:1}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row>.ftm-dialog-button{border-right:solid .5px var(--ftm-border-color)}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row>.ftm-dialog-button:last-child{border-right:none}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row .ftm-button{padding:.7rem}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row-rounded{border-top:0;margin:.8rem}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row-rounded .ftm-dialog-button+.ftm-dialog-button{margin-left:.5rem}.ftm-dialog-body .ftm-dialog-footer .ftm-dialog-action-row-rounded .ftm-button{padding:.4rem}.ftm-dialog-image-container{overflow-y:auto}.ftm-image{--width:var(--ftm-image-width, auto);--height:var(--ftm-image-height, auto);width:var(--width);height:var(--height);display:block;overflow:hidden}.ftm-image-img{width:100%;height:100%}.adm-infinite-scroll,.ftm-image-tip{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ftm-image-tip{position:relative;background-color:var(--ftm-bg-color);height:100%;min-height:40px;min-width:40px;padding:6px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box}.ftm-image-tip-logo img{width:100%}.adm-infinite-scroll{color:var(--adm-color-weak);padding:18px;font-size:13px}.adm-infinite-scroll,.ftm-loading{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ftm-loading.ftm-loading-animate .ftm-loading-icon{-webkit-animation:btn-loading-rotate .8s linear infinite;animation:btn-loading-rotate .8s linear infinite}.ftm-loading.ftm-loading-block{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ftm-loading.ftm-loading-block .ftm-loading-icon+.ftm-loading-text{padding-left:0;padding-top:.3rem}.ftm-loading .ftm-loading-conic{background:conic-gradient(from 90deg at 50% 50%,rgba(255,255,255,.0001) 0deg,var(--ftm-color-white) 360deg);mask:radial-gradient(transparent calc(50% - .5px),var(--ftm-color-white) 50%);-webkit-mask:radial-gradient(transparent calc(50% - .5px),var(--ftm-color-white) 50%);width:1rem;height:1rem;font-size:1rem;border-radius:50%}.ftm-loading .ftm-loading-icon+.ftm-loading-text{padding-left:.4rem;color:var(--ftm-color-text);font-size:.6rem}.ftm-loading-position-wrap{position:relative}.ftm-loading-position-wrap .ftm-loading{position:absolute;top:0;left:0;right:0;bottom:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:rgba(0,0,0,.5)}.ftm-space-item{-webkit-box-flex:0;-ms-flex:none;flex:none}.ftm-space{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;--gap:0.5rem;--gap-vertical:var(--gap);--gap-horizontal:var(--gap)}.ftm-space-vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ftm-space-vertical>.ftm-space-item{margin-bottom:var(--gap-vertical)}.ftm-space-vertical>.ftm-space-item:last-child,.supplier-info p:last-child{margin-bottom:0}.ftm-space-horizontal{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.ftm-space-horizontal>.ftm-space-item{margin-right:var(--gap-horizontal)}.ftm-space-horizontal>.ftm-space-item:last-child{margin-right:0}.ftm-space-horizontal.ftm-space-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:-var(--gap-vertical)}.ftm-space-horizontal.ftm-space-wrap>.ftm-space-item{padding-bottom:var(--gap-vertical)}.ftm-space.ftm-space-block{display:-webkit-box;display:-ms-flexbox;display:flex}.ftm-space-align-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ftm-notice-bar.ftm-notice-bar-no-scroll,.ftm-space-align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ftm-space-align-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.ftm-space-align-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.ftm-space-justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.ftm-space-justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.ftm-space-justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.ftm-space-justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.ftm-space-justify-around{-ms-flex-pack:distribute;justify-content:space-around}.ftm-space-justify-evenly{-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.ftm-space-justify-stretch{-webkit-box-pack:stretch;-ms-flex-pack:stretch;justify-content:stretch}.ftm-notice-bar{--background-color:#fff;--border-color:#fff;--text-color:var(--ftm-color-text);--font-size:var(--ftm-font-size-7);--icon-font-size:var(--ftm-font-size-10);--icon-font-color:var(--ftm-color-text);--height:1.9rem;height:var(--height);-webkit-box-sizing:border-box;box-sizing:border-box;font-size:var(--font-size);line-height:var(--height);padding:0 .6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;border:solid 1px var(--border-color);border-left:none;border-right:none;background-color:var(--background-color)}.ftm-notice-bar,.ftm-notice-bar>span[role=img]{color:var(--text-color)}.ftm-notice-bar.ftm-notice-bar-no-scroll{height:auto}.ftm-notice-bar.ftm-notice-bar-no-scroll .ftm-notice-bar-content,.ftm-notice-bar.ftm-notice-bar-no-scroll .ftm-notice-bar-left,.ftm-notice-bar.ftm-notice-bar-no-scroll .ftm-notice-bar-right{margin-top:-1px;margin-bottom:-1px}.ftm-notice-bar.ftm-notice-bar-no-scroll .ftm-notice-bar-right{-webkit-transform:translateY(1px);transform:translateY(1px)}.ftm-notice-bar.ftm-notice-bar-alert{--background-color:#FFF7E0;--border-color:#FFD24C;--text-color:var(--text-color);--icon-font-color:var(--ftm-color-warning)}.ftm-notice-bar.ftm-notice-bar-error{--background-color:#ffd8d8;--border-color:#ffadad;--text-color:var(--text-color);--icon-font-color:var(--ftm-color-primary)}.ftm-notice-bar.ftm-notice-bar-info{--background-color:#E0F2FF;--border-color:#99CCFF;--text-color:var(--text-color);--icon-font-color:var(--ftm-color-default)}.ftm-notice-bar .ftm-notice-bar-left{-ms-flex-negative:0;flex-shrink:0;margin-right:.4rem;font-size:var(--icon-font-size);line-height:var(--height);height:var(--height);color:var(--icon-font-color)}.ftm-notice-bar .ftm-notice-bar-content{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.ftm-notice-bar .ftm-notice-bar-content .ftm-notice-bar-content-inner{width:auto;-webkit-transition-timing-function:linear;transition-timing-function:linear;position:absolute;white-space:nowrap}.ftm-notice-bar .ftm-notice-bar-content .ftm-notice-bar-content-inner2{width:auto;line-height:.85rem;padding:.475rem 0}.ftm-notice-bar .ftm-notice-bar-right{-ms-flex-negative:0;flex-shrink:0;margin-left:.6rem}.ftm-notice-bar .ftm-notice-bar-right i{opacity:.6}.ftm-notice-bar .ftm-notice-bar-right a{color:#1470cc}.ftm-notice-bar-close-icon{font-size:var(--ftm-font-size-10)}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.gifRound{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11}.gifRound,.gifRound .gifRoundBox{width:100%;height:100%}.gifRound .gifRoundImg{display:block;position:absolute;left:-9999px;right:0;top:0;bottom:0;margin:auto;width:auto;max-width:100%;max-height:15rem}.gifRound .gifRoundImg.show{position:relative;left:0}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, 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")}:root{--swiper-theme-color:#007aff}.swiper,.swiper-wrapper{position:relative;z-index:1}.swiper{list-style:none;margin-left:auto;margin-right:auto;padding:0}.swiper-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{-webkit-box-sizing:content-box;box-sizing:content-box;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-pointer-events.swiper-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-slide{-ms-flex-negative:0;flex-shrink:0;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{-ms-flex-negative:0;-webkit-box-ordinal-group:10000;-ms-flex-order:9999;content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:var(--swiper-navigation-size);justify-content:center;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-transition:opacity .3s;transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;-webkit-box-shadow:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:transform .2s,top .2s;-webkit-transition:top .2s,-webkit-transform .2s;transition:transform .2s,top .2s;transition:transform .2s,top .2s,-webkit-transform .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,left .2s;-webkit-transition:left .2s,-webkit-transform .2s;transition:transform .2s,left .2s;transition:transform .2s,left .2s,-webkit-transform .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:transform .2s,right .2s;-webkit-transition:right .2s,-webkit-transform .2s;transition:transform .2s,right .2s;transition:transform .2s,right .2s,-webkit-transform .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:rgba(0,0,0,.1);border-radius:10px;position:relative;-ms-touch-action:none}.swiper-horizontal>.swiper-scrollbar{bottom:3px;height:5px;left:1%;position:absolute;width:98%;z-index:50}.swiper-vertical>.swiper-scrollbar{height:98%;position:absolute;right:3px;top:1%;width:5px;z-index:50}.swiper-scrollbar-drag{background:rgba(0,0,0,.5);border-radius:10px;height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.pro-info .pro-slider .picGifDialog .picRoundBox img,.swiper-scrollbar-lock{display:none}.swiper-zoom-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{-webkit-animation:swiper-preloader-spin 1s linear infinite;animation:swiper-preloader-spin 1s linear infinite;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid transparent;-webkit-box-sizing:border-box;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;-webkit-transform-origin:50%;transform-origin:50%;width:42px;z-index:10}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-fade.swiper-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cards,.swiper-cube,.swiper-flip{overflow:visible}.swiper-cube .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;pointer-events:none;-webkit-transform-origin:0 0;transform-origin:0 0;visibility:hidden;width:100%;z-index:1}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{-webkit-transform-origin:100% 0;transform-origin:100% 0}.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cube .swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0}.swiper-cube .swiper-cube-shadow:before{background:#000;bottom:0;content:"";-webkit-filter:blur(50px);filter:blur(50px);left:0;position:absolute;right:0;top:0}.swiper-flip .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;pointer-events:none;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:0}.swiper-cards .swiper-slide,.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.swiper-creative .swiper-slide{-webkit-transition-property:opacity,height,-webkit-transform;transition-property:transform,opacity,height;transition-property:transform,opacity,height,-webkit-transform}.swiper-cards .swiper-slide{-webkit-transform-origin:center bottom;transform-origin:center bottom}.swiper-free-mode-linear>.swiper-wrapper{-webkit-transition-timing-function:linear;transition-timing-function:linear}.swiper-lazy .swiper-lazy-preloader{visibility:hidden}.swiper-lazy.swiper-lazy-loading .swiper-lazy-preloader{visibility:visible}.swiper-button-next:after,.swiper-button-prev:after{color:#fff;font-family:ft-icon!important;font-size:24px}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"\e009"}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"\e008"}.ft-swiper .swiper-button-next,.ft-swiper .swiper-button-prev{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background:rgba(0,0,0,.5);color:#fff;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:60px;justify-content:center;margin-top:-30px;position:absolute;top:50%;-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:35px;z-index:10}.ft-swiper .swiper-button-next.swiper-button-disabled,.ft-swiper .swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.ft-swiper .swiper-button-prev,.ft-swiper.swiper-rtl .swiper-button-next{left:-35px;right:auto}.ft-swiper .swiper-button-next,.ft-swiper.swiper-rtl .swiper-button-prev{left:auto;right:-35px}.ft-swiper:hover .swiper-button-prev,.ft-swiper:hover.swiper-rtl .swiper-button-next{left:0;right:auto}.ft-swiper:hover .swiper-button-next,.ft-swiper:hover.swiper-rtl .swiper-button-prev{left:auto;right:0}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-info,.pro-info .pro-slider{position:relative;background:#fff;width:100%}.pro-info .pro-slider{height:15rem;border-bottom:1px solid #e6ecf2;overflow:hidden}.pro-info .pro-slider .swiper-slide{overflow:hidden}.pro-info .pro-slider .picGifDialog .picRoundBox,.pro-info .pro-slider .video-cnt .video-main{width:100%;height:100%}.pro-info .pro-slider .picGifDialog,.pro-info .pro-slider .video-cnt{position:absolute;top:50%;left:50%;width:100%;height:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11}.pro-info .pro-slider .slider-img{position:absolute;left:0;right:0;top:0;bottom:0;margin:auto;width:auto;max-width:100%;max-height:15rem;z-index:-1}.pro-info .pro-slider .slider-placeholder{width:100%;height:100%;background:#f2f2f2;line-height:15rem;text-align:center;color:#ccc}.pro-info .pro-slider .slider-placeholder::after{content:"IMAGE LOADING ..."}.pro-info .pro-slider .slider-control{position:absolute;top:.75rem;left:.75rem;z-index:1}.pro-info .pro-slider .slider-control .video-tag{margin-right:.25rem;width:1.5rem;height:1rem;border-radius:.5rem;background:rgba(34,34,34,.6);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAflJREFUWEftmL1rFFEUxX9HFDSiIAiKEAKCFioIghaCf4BprCWgqWy0ERsLSy1sbPLRiNhYJb0ItkLK+EUqLQSDphC0ERH1yF0msll176w740xgX7PFPe/Mb86bmX3vipYPtZyPzQdo+xBwFNhVUboGPgHPJb0Z1PNXggXYPeDMoCYD6B8ClyStlp3TAbQ9CSwCY2UnDqH7CExKWirjIdt7gZfAvjITKtK8Ao5L+pz5BeAMcCUT1lC/IelW5huAr4GDmbCG+pKk05lvAH4FtmXCGupvJY1nvgEYn4Emxpqk/b0Xtn0SuArsBq63CtB2gN3uWtEXrQC0vQe4D5zrTbRxQNungAVg4k/PWaOAxXJ2L+lvjE0CfgG2Z29nk4AZW6c+AiwVUx/RKMFRgsMm0Gf+N2Br5t/kM7gGPAIu9oNsFDB2M7angbm/HTcaB4z0bB8pzkTxu2G0ArCAjAPbfM+Sr7QGcD022xeAm/Ev1zmi2v4ObMnephrq7yQdyHwDMA7RqTAz+of6sqQT2bwAfABMZcIa6nckXct8A/Aw8BTYkYkrrH8Ajkl6n3mutz4uA7OZuKL6D+C8pNjmp6O7eRT9mbs1P4/RJJiW9CQlKwQb+oO2dwJngfhgVtV+i0tF++0Z8FhSbPVLj83XwCx9a/9JOEpw2KBbn+BP+lfIAcQRQlcAAAAASUVORK5CYII=);background-size:.5rem .5rem;background-repeat:no-repeat;background-position:center}.pro-info .pro-slider .slider-control .video-tag.focus{background-color:rgba(230,69,69,.8)}.pro-info .pro-slider .slider-control,.pro-info .pro-slider .slider-control .img-sort-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-info .pro-slider .slider-control .img-sort-wrap{padding:.2rem .45rem;border-radius:.5rem;background:rgba(34,34,34,.6);color:#fff}.pro-info .pro-slider .slider-control .img-sort-wrap .slide-icon-picture{width:.55rem;height:.55rem;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAAXNSR0IArs4c6QAAAqZJREFUWEftmMurzVEUxz9fj0J5lGTiUYiElAHJwMBjZIRSBvLIyD+gRCmKuOWaeVxEbh6lZOBx3YxQTCjPme5VGBh45H19tW6/o3NO9zx/v3vuT9nDc9b67s9v7b3XWnuLnA/lnI//gGlXqCSCtocDS4F5wNi04g36fwKeAvcl9RV8/wLaXgycAeY2KJy1+XNgs6QHIdwPaHsjcBaICOZhRAQ3SeqU7SnAE2A88Bs4AXQBH1tMOg5YBWwHhgEfgPkBeBLYlsBslXS6xWAl09neApxKfuwIwB5gKtAradpQwhXmLmGy/SvZe92SVg42YJIpRkj6Xmku27eBFUBfRNCJYZek1YMFaHsycBRYA4wE7gI7JD0rn9P2rWQ/0hJA2wH0EFhYBvM+cq6kd8W/DwXgeuByhdXZJ2n3UAPuAfZWALwiad1QA0YhOF8B8KCknakBbUfVWZScrjFRgJJ9dUfS12qHy3bYPwZmldl9BhZIepUK0PZa4EiSL8tZvgEXgDZJUZEGHLZnAh3A8sTgRRQISfeaPsW2RwNRWTbUmX5uAockdVcBnQCMkvS2ik3tNGN7EnANWFInXLHZI+AwcEnSz0b9a6YZ27OB68CMRsXL7F8D7cBxSXU3H1UBbS8DrgITU8IVuwdcdEntknpr6VYEjC8FzsUeqSXS5P9R9y/G8kuKbVDpQA24B18CsbStukjFQQrQG/We4iaDktotUlMb0CnpR6hVWuLUM6UUeJN0O8eSbRDddUk3k1I/M/eoLtHlTM8rYMmXFveDmYUgS6EALLT8WepmpdXf8hcuTVmJZqnTU37tzFI8C63+a2dc3CNJR8+Wp/EFmFN4+oiOdn9yo88DZLxw7JJ04N94PCqELNfPb3lY14EYWtW5NP39/wGbDl3i+Ad7D1MD/SPltwAAAABJRU5ErkJggg==);background-size:.55rem .55rem;background-repeat:no-repeat;background-position:center;line-height:1}.pro-info .pro-slider .slider-control .img-sort-wrap .sort-text{margin-left:.25rem;font-size:.5rem;line-height:1.1;color:#fff}.pro-info .pro-slider .slider-control .img-sort-wrap.focus{background-color:rgba(230,69,69,.8)}.pro-info .pro-slider .play-mark{background:rgba(255,255,255,.2);position:absolute;left:0;top:0;right:0;bottom:0;z-index:111}.pro-info .pro-slider .play-mark .icon-pause,.pro-info .pro-slider .play-mark .icon-play{position:absolute;top:50%;left:50%;margin-top:-1.6rem;margin-left:-1.6rem;font-size:3.2rem;color:#fff}.pro-info .pro-slider .play-mark .tip{position:absolute;color:#fff;top:50%;left:0;margin-top:1.6rem;width:100%;font-size:.6rem;text-align:center}.pro-info .pro-slider .play-warning-mark{position:absolute;left:0;top:0;right:0;bottom:0;background:rgba(29,29,29,.75);color:#fff;text-align:center;visibility:hidden;z-index:-1}.pro-info .pro-slider .play-warning-mark.show{visibility:visible;z-index:111}.pro-info .pro-slider .play-warning-mark .noNetwork-icon{position:relative;display:inline-block;width:2.425rem;height:2.15rem;margin-top:5rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGEAAABWCAYAAADfefi2AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDNzZEQUQ5QUIyNzExMUU4ODI2NUM1OURBRkI5MkY0QSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDNzZEQUQ5QkIyNzExMUU4ODI2NUM1OURBRkI5MkY0QSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkM3NkRBRDk4QjI3MTExRTg4MjY1QzU5REFGQjkyRjRBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkM3NkRBRDk5QjI3MTExRTg4MjY1QzU5REFGQjkyRjRBIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+SmlfxgAACIlJREFUeNrsXXlsFkUU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) no-repeat;background-size:cover;vertical-align:sub}.pro-info .pro-slider .play-warning-mark span{position:absolute;top:7.5rem;left:2.875rem;width:12.5rem;height:2.5rem;font-size:.6rem;color:#fff}.pro-info .activity-countdown-box,.pro-info .pro-info-func{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-info .pro-info-func{position:absolute;top:.75rem;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;z-index:1}.pro-info .pro-info-func .func-item{width:1.5rem;height:1.5rem;margin-right:.5rem;background:rgba(34,34,34,.6);border-radius:50%;color:#fff;font-size:.8rem;line-height:1.5rem;text-align:center}.pro-info .pro-info-func .func-item:active{color:#f5f7fa}.pro-info .pro-info-func .func-item .icon-star-f{color:#e64545}.pro-info .activity-countdown-box{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-right:.75rem;height:2rem;background:center left no-repeat;background-size:100%}.pro-info .activity-countdown-box .countdown-title{margin-bottom:.1rem;font-size:.6rem;line-height:1;color:#fff}.pro-info .activity-countdown-box,.pro-info .activity-countdown-box .countdown-list{display:-webkit-box;display:-ms-flexbox;display:flex}.pro-info .activity-countdown-box .countdown-item{position:relative;margin-right:.65rem;padding-right:1px;width:.9rem;border-radius:.1rem;background:#222;font-size:.6rem;line-height:.9rem;text-align:center;color:#fff}.pro-info .activity-countdown-box .countdown-item::after{position:absolute;top:0;right:-.5rem;width:.4rem}.pro-info .activity-countdown-box .countdown-item.countdown-day::after{content:"D"}.pro-info .activity-countdown-box .countdown-item.countdown-hour::after{content:"H"}.pro-info .activity-countdown-box .countdown-item.countdown-min::after{content:"M"}.pro-info .pro-name{padding:1.5rem .75rem .75rem;line-height:.9rem;font-size:.7rem;font-weight:400;word-wrap:break-word;color:#888}.pro-info .pro-name .spring-sales-tag{display:inline-block;vertical-align:-.1rem;width:4.25rem;height:.7rem;background:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/spring-sales-tag_dcb43487.png) 0 0 no-repeat;background-size:contain}.pro-info .pro-name+.tags{padding:0 .75rem;margin-top:-.75rem;margin-bottom:.5rem}.pro-info .pro-name.activity{padding-top:.5rem}.pro-info .pf-tag{display:inline-block;vertical-align:middle;height:.7rem;line-height:.7rem;font-size:.5rem;padding:0 .5rem 0 .25rem;background:#f2f2f2;border-radius:.15rem;position:relative;font-style:normal}.pro-info .pf-tag:after{display:block;content:"";position:absolute;right:0;top:0;height:0;border:.35rem solid transparent;border-right-color:#fff}.pro-info .pf-tag .ob-icon{font-size:.5rem;vertical-align:0}.pro-info .pf-tag-red{color:#e64545;background:#ffefef}.pro-info .pf-tag-yellow{color:#f19a37;background:#fef2e1}.pro-info .pf-tag-green{color:#00b300;background:#e4f8e4}.pro-info .pf-tag-blue{color:#2e8ae6;background:#e6f1ff}.pro-info .pf-tag-purple{color:#b852cc;background:#f5efff}.pro-info .pf-tag-blue-light{color:#55b5d5;background:#e8f9ff}.pro-info .second-activity-tag{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:.5rem;overflow:hidden}.pro-info .second-activity-tag .tag-item{-ms-flex-negative:0;flex-shrink:0;margin-right:.5rem;padding:1px .25rem;border-radius:.1rem;font-size:.5rem;font-weight:400;line-height:.7rem}.pro-info .second-activity-tag .tag-item.tag-color-yellow{background:#fef2e1;color:#f19a36}.pro-info .second-activity-tag .tag-more{position:absolute;top:50%;right:0;padding-left:.25rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff}.pro-info .second-activity-tag.detail{margin:0 .75rem .5rem}.pro-info .pro-price{padding:0 .75rem .5rem}.pro-info .pro-price .price-header{position:relative}.pro-info .pro-price .price-header h4{margin-bottom:.5rem;height:.8rem;font-size:.6rem;font-weight:400;line-height:.8rem;color:#888}.pro-info .pro-price .price-header .get-price{position:absolute;top:0;right:0;padding-right:.9rem;font-size:.6rem;line-height:.8rem;color:#222}.pro-info .pro-price .price-header .get-price .icon{position:absolute;top:.05rem;right:0;font-size:.8rem;color:#888}.pro-info .pro-price .price-box{border:1px solid #dae0e5;color:#999}.pro-info .pro-price .price-box.price-box--revision{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:-.5rem;border:0}.pro-info .pro-price .price-box.price-box--revision .price-item--revision{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:33.3%;-ms-flex:33.3% 0 0px;flex:33.3% 0 0;margin-top:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-info .pro-price .price-box.price-box--revision .price-item--revision.price-box--revision-50{-webkit-box-flex:50%;-ms-flex:50% 0 0px;flex:50% 0 0}.pro-info .pro-price .price-box.price-box--revision .price-item--revision.price-item--revision-single{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-flex:1;-ms-flex:1 0 0px;flex:1 0 0}.pro-info .pro-price .price-box.price-box--revision .price-item--price,.product-complete-description .pro-complete-descriptions .details-header-new h2{font-size:.8rem;font-weight:700;line-height:1.1rem;color:#222}.pro-info .pro-price .price-box.price-box--revision .price-item--num{font-size:.6rem;font-weight:400;line-height:.7rem;color:#888}.pro-info .pro-price .price-item{border-bottom:1px solid #dae0e5;overflow:hidden}.pro-info .pro-price .price-item:last-child{border-bottom:0}.pro-info .pro-price .num{color:#555}.pro-info .pro-price .num,.pro-info .pro-price .price{float:left;padding:.35rem .25rem;width:50%;font-size:.7rem;line-height:1.5;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}.pro-info .pro-price .num{margin-bottom:-24.625rem;padding-bottom:24.975rem;border-right:1px solid #dae0e5;word-wrap:break-word}.pro-info .pro-price .price{color:#e54545}.pro-info .pro-price .price b{font-weight:400}.pro-info .deal-sign{display:-webkit-box;display:-ms-flexbox;display:flex;padding:.5rem;border-top:1px solid #f0f1f1}.pro-info .deal-sign .sign-icon{margin:0 .3rem;width:.95rem}.pro-info .deal-sign .sign-info{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.pro-info .deal-sign .sign-info .info-title{font-size:.65rem;font-weight:700;line-height:.95rem}.pro-info .deal-sign .sign-info .info-text{margin-top:.2rem;font-size:.65rem;line-height:.8rem;color:#888}.pro-info .coupon-info{padding:0 .5rem 0 .75rem;height:1.95rem;background:#fff6f6}.pro-info .coupon-info .coupon-info-title{margin-right:1.75rem;font-size:.65rem;font-weight:700;line-height:.8rem;color:#222}.pro-info .coupon-info,.pro-info .coupon-info .coupon-info-list,.pro-info .coupon-info .coupon-info-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-info .coupon-info .coupon-info-list{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0;overflow:hidden}.pro-info .coupon-info .coupon-info-list-item{-ms-flex-negative:0;flex-shrink:0;margin-right:.5rem}.pro-info .coupon-info .coupon-info-list-item .coupon-img-left,.pro-info .coupon-info .coupon-info-list-item .coupon-img-right{height:.8rem}.pro-info .coupon-info .coupon-info-list-item .coupon-info-item-text{position:relative;padding:.1rem;height:.8rem;font-size:.5rem;line-height:.6rem;font-weight:700;color:#e64545;-webkit-box-sizing:border-box;box-sizing:border-box}.pro-info .coupon-info .coupon-info-list-item .coupon-info-item-text::before{position:absolute;content:"";top:0;left:0;width:100%;height:1px;background:#e64545;-webkit-transform:scale(1,.5);transform:scale(1,.5)}.pro-info .coupon-info .coupon-info-list-item .coupon-info-item-text::after{position:absolute;content:"";bottom:0;left:0;width:100%;height:1px;background:#e64545;-webkit-transform:scale(1,.5);transform:scale(1,.5)}.pro-info .coupon-info .coupon-info-select{margin-left:.5rem;font-size:.8rem;line-height:1;color:#e64545}.second-activity-tag-detail{padding:.25rem;text-align:left}.second-activity-tag-detail .tag-detail-item{margin-bottom:1rem}.second-activity-tag-detail .tag-detail-item:last-of-type{margin-bottom:0}.second-activity-tag-detail .item-title{margin-bottom:.25rem;font-size:.8rem;line-height:.95rem}.second-activity-tag-detail .item-desc{font-size:.7rem;line-height:.85rem;color:#888}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.product-detail-Navigation-float{position:fixed;top:2.65rem;z-index:100;background-color:#fff;width:100%;-moz-opacity:0;-ms-opacity:0;-o-opacity:0;-webkit-opacity:0;opacity:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.product-detail-Navigation-float .navigation-detail-wrap{-ms-box-shadow:0 .1rem .15rem #ced3d9;-o-box-shadow:0 .1rem .15rem #ced3d9;-webkit-box-shadow:0 .1rem .15rem #ced3d9;box-shadow:0 .1rem .15rem #ced3d9}.product-detail-Navigation-float div[data-index]{margin:5px}.product-detail-Navigation-float .nav-focus{color:#e64545}.product-detail-Navigation-float .nav-bottom-focus{border-bottom:.1rem solid #e64545;color:#e64545;position:absolute;display:inline-block;width:0;bottom:2.5px;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transition-timing-function:ease;transition-timing-function:ease}.product-detail-Navigation-float .pause-prod-tips{display:block;margin:0}.product-detail-Navigation-float .prod-pause-tip-text{font-size:.7rem;font-weight:400;line-height:.9rem;color:#555}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-tm-new-box .icon.icon-tm,.product-detail-Navigation-float .prod-pause-tip-text a{color:#007dfa}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-attr-box{padding:.5rem .75rem;background:#fff}.pro-attr-box .attr-item,.pro-details .container-content .pro-attr-box .attr-item{padding:.25rem 0;font-size:.65rem;line-height:.8rem}.pro-attr-box .attr-item .attr-name,.pro-details .container-content .pro-attr-box .attr-item .attr-name{width:50%;float:left;color:#888;padding-right:.5rem}.pro-attr-box .attr-item .attr-value,.pro-details .container-content .pro-attr-box .attr-item .attr-value{overflow:hidden;color:#222;word-wrap:break-word}.pro-attr-box .attr-item:first-child,.pro-details .container-content .pro-attr-box .attr-item:first-child{padding-top:0}.pro-attr-box .attr-item:last-child,.pro-details .container-content .pro-attr-box .attr-item:last-child{padding-bottom:0}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-details{background:#fff}.pro-details .container-header{line-height:.9rem;font-size:.75rem;color:#555;padding:.5rem 0;margin:0 .75rem;border-bottom:1px solid #dae0e5;font-weight:500}.pro-details .container-footer{line-height:.8rem;font-size:.7rem;padding:.75rem 0;margin:0 .5rem;text-align:center;border-top:1px solid #dae0e5;color:#1470cc}.pro-details .view-more-detail{font-size:.6rem;float:right;color:#222;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-details .view-more-detail span{line-height:.8rem;vertical-align:baseline;display:inline-block;height:.8rem}.pro-details .view-more-detail .view-more-icon{font-size:.8rem;padding-top:.075rem;color:#555}.pro-details .view-more-title-new{border-bottom:0;padding-bottom:0}.pro-details .view-more-title-new h2{color:#222;font-weight:700;font-size:.8rem;line-height:1.1rem}.pro-details .container-content .pro-attr-box{padding:.5rem .75rem;background:#fff}.ftm-drawer-body .ftm-drawer-content{background-color:#fff}.quick-detail-title{padding:.55rem .625rem .375rem;line-height:1.1rem}.quick-detail-title .view-more-del{float:right;font-size:1rem}.quick-detail-content{overflow-y:auto;max-height:60vh}.details-content{background:#fff}.details-content .pro-attr{padding:.75rem}.details-content .pro-attr .attr-item{padding:.25rem 0;font-size:.65rem;line-height:.8rem}.details-content .pro-attr .attr-item .attr-name{width:50%;float:left;color:#888;padding-right:.6rem}.details-content .pro-attr .attr-item .attr-value{overflow:hidden;color:#222;word-wrap:break-word}.details-content .pro-attr .attr-item:first-child{padding-top:0}.details-content .pro-attr .attr-item:last-child{padding-bottom:0}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-supplier-padding{padding:.5rem .75rem}.supplier-name{line-height:.9rem;color:#222}.supplier-name,.supplier-name h4{font-size:.7rem;font-weight:700}.medal{position:relative;color:#888;padding-top:.5rem;font-size:.65rem;line-height:.8rem;height:.8rem;overflow:hidden}.medal span{width:50%}.medal .ico{width:.8rem;height:.8rem;vertical-align:middle;margin-right:.5rem;background-size:contain;-ms-flex-negative:0;flex-shrink:0}.medal .icon-down{position:absolute;right:0;font-size:1rem;line-height:1rem;color:#888;-webkit-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.medal .icon-down::after{content:"";position:absolute;top:-5px;left:-5px;right:-5px;bottom:-5px}.medal .points-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:.5rem}.medal .points-wrap .bar-content{width:7.5rem;height:.3rem;background:#d9d9d9;margin-right:.5rem;border-radius:.5rem}.medal .points-wrap .gold-bar,.medal .points-wrap .zuanshi-bar{width:6rem;height:.3rem;background:#ff9500;border-radius:.5rem}.medal .points-wrap .zuanshi-bar{width:7.5rem}.medal .points-wrap .points{font-size:.6rem;line-height:.725rem}.medal.show{height:auto}.medal.show .icon-down{-webkit-transform:rotateZ(-180deg);transform:rotateZ(-180deg)}.review-wrap,.review-wrap .review-item-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.review-wrap{margin:.75rem -.75rem .25rem;-webkit-box-pack:space-evenly;-ms-flex-pack:space-evenly;justify-content:space-evenly}.review-wrap .review-item-wrap{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.review-wrap .review-item-wrap .icon-right{color:#555;font-size:.8rem;margin-left:.5rem}.review-wrap .review-item,.supplier-info p{font-size:.65rem;line-height:1.2;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.review-wrap .review-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.review-wrap .review-item .review-value{color:#222;font-weight:600}.review-wrap .review-item .review-label{color:#888}.supplier-info p{color:#888;margin:.5rem 0}.supplier-info .ico{margin-top:-.075rem}.supplier-info .icon{font-size:.8rem;color:#555;margin-right:.5rem;float:left}.supplier-info .ico-gold{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/ico-gold_bcb342a7.svg)}.supplier-info .ico-diamond{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/ico-diamond_e9030dc6.svg)}.supplier-info .ico-as{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/ico-as_87207abd.svg)}.supplier-info.supplier-info-new-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.supplier-info.supplier-info-new-box p{margin-top:0;white-space:nowrap}.supplier-info .icon-medal{margin-right:.5rem}.supplier-info .rate-value{color:#222;font-weight:600;margin:0 0 0 .3rem}.gradual-radiu-btn,.supplier-info p,.supplier-info__btn-wrap{display:-webkit-box;display:-ms-flexbox;display:flex}.supplier-info__btn-wrap{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:.75rem .25rem 0}.gradual-radiu-btn{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:1.9rem;-webkit-box-flex:1;-ms-flex:1;flex:1;border-radius:.975rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#222}.gradual-radiu-btn .icon{font-size:.75rem}.gradual-radiu-btn .icon-star-f{color:#e64545}.gradual-radiu-btn.gradual-radiu-btn--grey{background:-webkit-gradient(linear,left top,right top,from(#fafafa),to(#f2f2f2));background:linear-gradient(90deg,#fafafa,#f2f2f2);border:1px solid #d9d9d9}.gradual-radiu-btn.gradual-radiu-btn--grey:active{background:-webkit-gradient(linear,left top,right top,from(#f5f5f5),to(#ebebeb));background:linear-gradient(90deg,#f5f5f5,#ebebeb);border:1px solid #d9d9d9}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.multi-tab__wrap{position:relative;margin-top:-.5rem;background-color:#fff;overflow:hidden}.multi-tab__wrap .multi-tab__split{height:1px;background:#e6e6e6;margin:.75rem .75rem .125rem}.ftm-tabs{--title-font-size:rem(32)}.ftm-tabs-tab{color:#888;opacity:1}.ftm-tabs-tab-active{font-weight:700;color:#222}.ftm-tabs-content,.maylike,.video-area-touch{background-color:#fff}.maylike .ymal-prod__wrap{margin-bottom:.5rem;display:grid;grid-template-columns:31.2% 31.2% 31.2%;grid-column-gap:3.2%;grid-row-gap:3.2%}.maylike .ymal-prod__wrap .ymal-prod__img-wrap{width:100%;padding-top:100%;position:relative;overflow:hidden;border-radius:.25rem}.maylike .ymal-prod__wrap .ymal-prod__img-wrap::after{position:absolute;content:"";width:100%;height:100%;background:rgba(0,0,0,.03);border-radius:.25rem;top:0}.maylike .ymal-prod__wrap .ymal-prod__img-wrap .ymal-prod__img{max-width:100%;max-height:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.maylike .ymal-prod__wrap .ymal-prod__img-wrap .prod-gif-sign,.maylike .ymal-prod__wrap .ymal-prod__img-wrap .prod-video-sign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:absolute;right:.25rem;bottom:.25rem;width:1rem;height:.8rem;border-radius:.8rem;background:rgba(34,34,34,.5);color:#fff}.maylike .ymal-prod__wrap .ymal-prod__img-wrap .prod-video-sign::before{display:block;content:"";width:.4rem;height:.4rem;background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAAXNSR0IArs4c6QAAAERlWElmTU0AKgAAAAgAAYdpAAQAAAABAAAAGgAAAAAAA6ABAAMAAAABAAEAAKACAAQAAAABAAAAFKADAAQAAAABAAAAFAAAAACy3fD9AAAA/0lEQVQ4EWNgQAL///93AuI7QPweiFOQpMhjQg0DUnCwFsgSIs80oC64MaiMJ0CuE1mGopqDwvsH5HUCMStJBqMYgZ1zBiisTrSh2M3AEP0KFEklylAMrfgF1gGl8UcYfv1YZfFHGFYthAVBEVYFCwJGGANEg/Qi80lgv2NkZBQGqWciQRM+pd9gktQw8CbQMC+YgSg04eDCULEUKMKDYggyB0M5boHvQKk0ZL1Y2bj1o8jcAvL0sRqALoiiDTtnBVCYF10fTj52M8CiP4BkJk6NuCSAmv5gMRRU4Brh0oNXHKhxF5qBq4F8Prya8EkCNUsD8XEg/gzEufjU4pIDABJidjj8IZtSAAAAAElFTkSuQmCC) center center no-repeat;background-size:cover}.maylike .ymal-prod__wrap .ymal-prod__img-wrap .prod-gif-sign::before{display:block;content:"GIF";font-size:.4rem;line-height:1}.maylike .ymal-prod__wrap .ymal-prod__name,.maylike .ymal-prod__wrap .ymal-prod__price{font-family:"Roboto";text-align:left;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.maylike .ymal-prod__wrap .ymal-prod__name{font-size:.5rem;font-weight:400;color:#888;line-height:.6rem;margin-top:.25rem;margin-bottom:.25rem;min-height:1.2rem}.maylike .ymal-prod__wrap .ymal-prod__name .ymal-prod__name--h{font-size:.5rem;font-weight:400}.maylike .ymal-prod__wrap .ymal-prod__price{font-size:.6rem;font-weight:700;color:#222;line-height:.7rem}.video-area-touch{padding-top:0;margin:0 0 .5rem}.video-area-touch .more-than-one{display:inline-block;width:15.5rem;padding-bottom:1.75rem;padding-left:.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}.video-area-touch .only-one{padding:0 .5rem}.video-area-touch .list-area{position:relative;width:100%;height:8.45rem;border-radius:.5rem;overflow:hidden}.video-area-touch .list-area .ftm-image{width:100%;height:100%}.video-area-touch .list-area .ftm-image img{width:auto;max-width:100%;max-height:8.45rem;position:absolute;left:0;right:0;top:0;vertical-align:top;bottom:0;margin:auto}.video-area-touch .list-area .video-cnt{pointer-events:auto;width:100%;height:100%;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:11}.video-area-touch .list-area .video-cnt iframe{border-radius:.5rem}.video-area-touch .list-area .video-main{width:100%;height:100%}.video-area-touch .play-mark{background:rgba(156,156,156,.4);position:absolute;left:0;top:0;right:0;bottom:0;z-index:12;border-radius:.5rem}.video-area-touch .icon-play{font-size:2.4rem;color:#fff;position:absolute;top:50%;left:50%;margin-top:-1.2rem;margin-left:-1.2rem}.video-area-touch .detail-area{display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;white-space:normal;text-overflow:ellipsis;color:#222;margin:.5rem 0 .25rem;font-size:.7rem;line-height:.85rem}.video-area-touch .more-area{position:relative;font-size:.6rem;line-height:.7rem;font-weight:500;color:#007dfa}.video-area-touch .icon-view-more{font-size:.6rem;position:absolute;right:-.7rem;top:.15rem}.video-area-touch .icon-link-show::before,.video-area-touch .icon-view-more::before{content:"\e008"}.video-area-touch .swiper-pagination{bottom:.75rem;left:0;width:100%;position:absolute;text-align:center;-webkit-transition:.3s;transition:.3s;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.video-area-touch .swiper-pagination .swiper-pagination-bullet-active{background:#e44545!important;opacity:1!important}.video-area-touch .swiper-pagination .swiper-pagination-bullet{width:.3rem;height:.3rem;display:inline-block;border-radius:100%;background:#000;opacity:.2;cursor:pointer;margin:0 .125rem}.swiper{overflow:visible}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-supplier{background:#fff}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.product-complete-description{background:#f2f2f2}.product-complete-description .pro-complete-details{background:#fff;margin-bottom:.5rem}.product-complete-description .pro-complete-descriptions{background:#fff;padding:0 .75rem}.product-complete-description .pro-complete-descriptions .description-header{line-height:.8rem;font-size:.7rem;color:#222;padding:.5rem 0;border-bottom:1px solid #dae0e5}.product-complete-description .pro-complete-descriptions .details-header-new{border-bottom:0}.product-complete-description .pro-complete-descriptions .pro-description{background-color:#fff}.product-complete-description .pro-complete-descriptions .pro-description .pro-descript,.product-complete-description .pro-complete-descriptions .pro-description .pro-detail{padding:hisRemFix(1) hisRemFix(.5)}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner{width:100%;color:#666;line-height:1.8;padding-bottom:.5rem}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner p{margin:hisRemFix(.5) 0}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner img{max-width:100%!important}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner table{margin:0 auto}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner .tableShow{padding-bottom:10px}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner .tableShow table{cursor:-webkit-zoom-out}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner .tablePreview{position:relative;padding-bottom:0}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner .tablePreview table{cursor:-webkit-zoom-in}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner .tablePreview:after{position:absolute;left:0;top:0;content:"\e055";font-family:"Mic-icon";display:block;background:rgba(0,0,0,.4);font-size:16px;width:24px;height:24px;line-height:24px;text-align:center;color:#fff}.product-complete-description .pro-complete-descriptions .pro-description .descript-inner td,.product-complete-description .pro-complete-descriptions .pro-description .descript-inner th{border:1px solid #e6e6e6;padding:5px}.product-complete-description .pro-complete-descriptions .pro-description .tab-content-item.on{display:block}.product-complete-description .pro-complete-descriptions .pro-description .pro-description__view-more{height:2.1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:.8rem;line-height:1.1rem;font-weight:400;font-family:"Roboto";color:#222}.product-complete-description .pro-complete-descriptions .pro-description .pro-description__view-more .icon{margin-left:.2rem}.rich-text h1,.rich-text h2,.rich-text h3,.rich-text h4,.rich-text h5,.rich-text h6{font-weight:400}.rich-text{word-wrap:break-word}.rich-text h1{font-size:hisRemFix(1.2)}.rich-text h2{font-size:hisRemFix(.9)}.rich-text h3{font-size:hisRemFix(.7)}.rich-text,.rich-text h4,.rich-text h5,.rich-text h6{font-size:hisRemFix(.6)}.rich-text p{margin:1em 0}.rich-text ol,.rich-text ul{line-height:1.5;padding-left:2em;margin:1em 0}.rich-text ul>li{list-style-type:disc}.rich-text ol>li{list-style-type:decimal}.rich-text em{font-style:italic}.rich-text ol ol,.rich-text ol ul,.rich-text ul ol,.rich-text ul ul{margin:.4em 0}.rich-text ol ul li,.rich-text ul ul li{list-style-type:circle}.rich-text table{border-collapse:collapse;border-spacing:0;border-width:1px;border-style:solid}.rich-text tr th{border-bottom-width:1px;border-bottom-style:solid;text-align:left}.rich-text tr td,.rich-text tr th{padding:9px 20px;border-right:1px solid}.rich-text tr td:last-child,.rich-text tr th:last-child{border-right:0}.rich-text table th{font-weight:700;color:#666;background-color:#fdfdfd}.rich-text table,.rich-text table tr,.rich-text table tr td,.rich-text table tr th{border-color:#e5e5e5}div[data-mic-template-item],div[data-mic-template],div[data-mic-template]>div{display:block!important;width:auto!important}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.product-detail-rfq{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;position:relative}.product-detail-rfq .icon-purchase{font-size:1.2rem}.product-detail-rfq::after,.product-detail-rfq::before{content:"";position:absolute;border-bottom:1px solid #dadfe6;width:calc(100% + 1.5rem);left:-.75rem}.product-detail-rfq::before{top:0}.product-detail-rfq::after{bottom:0}.notyouwant{height:3.65rem;margin-bottom:.5rem;background:#fff;text-align:center}.notyouwant .icon{display:inline-block;color:#e64545;line-height:3.65rem;vertical-align:top}.notyouwant .icon-purchase{font-size:1.2rem;margin-right:.5rem}.notyouwant .icon-right{font-size:.8rem;margin-left:.5rem}.notyouwant .notwant{display:inline-block;vertical-align:top;font-size:.65rem;margin:0;color:#888;text-align:left}.notyouwant .notwant p{line-height:1;color:#888;margin:0}.notyouwant .notwant p:last-child{font-size:.8rem;line-height:1.5;font-weight:700;color:#e64545}.hot-searches-wrap{width:100%;position:relative;margin-bottom:.5rem}.hot-searches__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;overflow:hidden;height:auto;margin-bottom:.5rem}.hot-searches__list.part{height:2.95rem}.hot-searches__list-item{border:1px solid #555;border-radius:.1rem;padding:.45rem .25rem;font-size:.6rem;font-weight:400;color:#555;margin-right:.5rem;margin-bottom:.25rem;line-height:1}.hot-searches__title,.hot-searches__view-more{font-size:.8rem;font-family:Roboto,Roboto-Regular;color:#222}.hot-searches__view-more{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-weight:400;text-align:center;padding-bottom:.5rem}.hot-searches__title{font-weight:700;text-align:left;line-height:1.1rem;padding:.5rem 0}.hot-searches__split{position:absolute;border-bottom:1px solid #dadfe6;width:calc(100% + 1.5rem);left:-.75rem}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.recommended-for-you__wrap{overflow:hidden;padding:.5rem .75rem;background:#fff}.recommended-for-you__title{font-size:.8rem;font-family:Roboto,Roboto-Bold;font-weight:700;text-align:left;color:#222;line-height:1.1rem;margin-bottom:.5rem}.recommended-for-you__main-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-2.4%}.recommended-for-you__prod-item{-webkit-box-flex:47.6%;-ms-flex:47.6% 0 0px;flex:47.6% 0 0;margin-right:2.4%;margin-bottom:.5rem}.recommended-for-you__prod-item--img-wrap{width:100%;padding-top:100%;border-radius:.25rem;position:relative;overflow:hidden}.recommended-for-you__prod-item--img-wrap::after{position:absolute;content:"";width:100%;height:100%;background:rgba(0,0,0,.03);border-radius:.25rem;top:0}.recommended-for-you__prod-item--img{max-width:100%;max-height:100%;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}.recommended-for-you__prod-item--icon-mask{position:absolute;background:rgba(34,34,34,.5);border-radius:.45rem;bottom:.25rem;right:.25rem;width:1.2rem;height:.9rem;font-size:.5rem;font-family:Roboto,Roboto-Regular;font-weight:400;color:#fff;line-height:.9rem;text-align:center}.recommended-for-you__prod-item--icon-mask.video-icon::after{content:"";position:absolute;border:.3rem solid transparent;border-left-color:#fff;border-radius:.15rem;left:.45rem;top:.2rem;border-top-width:.25rem;border-left-width:.4rem;border-bottom-width:.25rem}.recommended-for-you__prod-item--name{font-size:.6rem;font-family:Roboto,Roboto-Regular;font-weight:400;text-align:left;color:#888;line-height:.725rem;margin:.25rem 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;min-height:1.45rem;word-break:break-word}.recommended-for-you__prod-item--price{font-size:.65rem;font-family:Roboto,Roboto-Medium;font-weight:700;line-height:.8rem}.recommended-for-you__prod-item--price .price--num{color:#e64545}.recommended-for-you__prod-item--price .price--unit{color:#555}.recommended-for-you__prod-item--price .price--negotiable{color:#222}.recommended-for-you__loading-wrap,.recommended-for-you__special-img--wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.recommended-for-you__loading-wrap{margin-top:.875rem}.recommended-for-you__special-img--wrap{width:97.6%;margin-bottom:.5rem}.recommended-for-you__special-img{width:100%;height:100%;border-radius:.25rem}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.fix-btnwrap-placeholder{position:fixed;bottom:0;left:0;right:0;z-index:100;height:2.6rem}.fix-btnwrap{width:100%;text-align:center;padding:.55rem .75rem}.fix-btnwrap.fixed,.fix-btnwrap.mlan-fixed{position:fixed;bottom:0;z-index:200;background:#f0f1f2}.fix-btnwrap .btn-login{width:100%;margin:0}.fix-btnwrap .btn-chat{float:left}.fix-btnwrap .btn-send{float:right}.prod-btnwrap-pd{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;background:#fff;padding:.5rem}.prod-btnwrap,.prod-btnwrap-pd.fixed{background:#fff}.prod-btnwrap-pd .btn{height:1.3rem;line-height:1.3rem;border:0;font-size:.53rem}.prod-btnwrap-pd .btn .icon{height:1.3rem;line-height:1.3rem;margin-right:.4rem;font-size:.53rem}.prod-btnwrap-pd .btn-chat{width:30%;border-radius:0;text-align:left;overflow:hidden;white-space:nowrap}.prod-btnwrap-pd .btn-send{border-radius:4px;width:70%;height:1.3rem;line-height:1.3rem;background:#e64545;color:#fff}.prod-btnwrap#btnFixed-mlan .prod-btnwrap-content,.prod-btnwrap-pd .btn-send-full,.prod-btnwrap.mlan-fixed .prod-btnwrap-content{width:100%}.prod-btnwrap{padding:0}.prod-btnwrap .btn{border-radius:0;width:50%;margin:0}.prod-btnwrap .btn-chat{border:0;border-top:1px solid transparent;border-bottom:1px solid transparent}.prod-btnwrap.fixed{background:#fff;-webkit-box-shadow:0 -.05rem .2rem 0 rgba(155,155,155,.44);box-shadow:0 -.05rem .2rem 0 rgba(155,155,155,.44)}.prod-btnwrap.mlan-fixed{background:rgba(0,0,0,.8)}.prod-btnwrap.mlan-fixed .prod-btnwrap-content .btn-send{font-size:16px;font-weight:bolder;background:#e64545;color:#fff;margin:15px 6%;height:45px;line-height:45px}.prod-btnwrap .prod-btnwrap-content{width:50%;float:left}.prod-btnwrap .prod-btnwrap-content .btn{width:auto;height:1.75rem;line-height:1.75rem;margin:.375rem;font-size:.75rem;display:block;float:none;border-radius:3px;overflow:hidden}.prod-btnwrap .prod-btnwrap-content .btn.btn-chat{border:.025rem solid #ced3d9;background:#f5f7fa}.prod-btnwrap .prod-btnwrap-content .btn .icon{line-height:1.75rem;font-size:1.175rem;margin-right:.25rem}.prod-btnwrap .double-btn-box-fixed{display:-webkit-box;display:-ms-flexbox;display:flex}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content{width:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-width:3.05rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-tm-new-box{background-color:#fff;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-line-pack:center;align-content:center;padding-top:.1rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-tm-new-box .icon{line-height:1rem;font-size:1rem;margin-right:0;margin-bottom:.2rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-tm-new-box .icon.icon-fill-text{color:gray}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-tm-new-box .btn-tm-new-text{line-height:.5rem;font-size:.5rem;color:#555}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-left-content .btn-chat-noOnline .icon.icon-tm{color:#b2b2b2}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content{width:60%;-webkit-box-flex:1;-ms-flex:1;flex:1;margin:.375rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-pack:distribute;justify-content:space-around}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content .icon-maill{line-height:2rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content a{overflow:hidden;text-overflow:ellipsis;word-break:break-word;white-space:nowrap;margin-right:.25rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content .prod__contact-supplier--btn{-webkit-box-flex:1;-ms-flex:1;flex:1;color:#fff;font-size:.7rem;background:-webkit-gradient(linear,left top,right top,from(#f26d61),to(#e64545));background:linear-gradient(90deg,#f26d61 0,#e64545 100%);border-radius:.95rem;min-width:1.9rem;padding:.4rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content .prod__start-order--btn{-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:1.9rem;padding:.4rem;font-size:.7rem;background:-webkit-gradient(linear,left top,right top,from(#fff3f2),to(#ffe5e5));background:linear-gradient(90deg,#fff3f2 0,#ffe5e5 100%);border-radius:.95rem}.prod-btnwrap .double-btn-box-fixed .prod-btnwrap-right-content a:nth-child(2){max-width:7.325rem}.prod-pause-tip{position:fixed;bottom:2.6rem;background:rgba(3,3,3,.7);color:#fff;min-height:2.5rem;width:100%;font-size:0;z-index:1000}.prod-pause-tip i{line-height:2.5rem;font-size:1.3rem;position:absolute;left:.75rem;top:.75rem}.prod-pause-tip .prod-pause-tip-text{font-size:.55rem;margin-left:2.05rem;padding:.5rem .75rem .5rem .5rem}.prod-pause-tip .prod-pause-tip-text.free{padding:.825rem .75rem .825rem .5rem}.prod-pause-tip .prod-pause-tip-text a{color:#1470cc}.touch-showroom{position:fixed;top:35%;right:.5rem;width:2.5rem!important;height:3.6rem!important;padding:.5rem 0!important;font-size:.5rem!important;border-radius:.15rem!important;line-height:.5rem!important;z-index:1}.touch-showroom .start-meeting-ico{width:.75rem!important;height:.75rem!important;border:.375rem solid #e64445!important;border-radius:.2rem!important;margin-bottom:.25rem!important}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.J-ATF img{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none}.mt-footer .links{padding-top:.5rem}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.other-info{overflow:hidden;padding:.5rem .75rem;background:#fff}.other-info .related-search{height:3.5rem;overflow:hidden;background:#fff;position:relative}.other-info .related-search p{margin:0}.other-info .related-search .related-title{color:#222;font-size:.8rem;font-weight:700;margin-bottom:.5rem}.other-info .related-search .related-title:last-of-type{display:block;margin-bottom:.25rem}.other-info .related-search .related-control{float:right;font-size:.8rem;color:#888;-webkit-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition:-webkit-transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.other-info .related-search .related-control:before{content:"\e006"}.other-info .related-search .search-word{display:block;overflow:hidden;margin:.5rem 0 .75rem}.other-info .related-search .search-word a{font-size:.6rem;margin:0 .5rem .25rem 0;line-height:.725rem;padding:.45rem .25rem;border:solid 1px #888;color:#555;margin-bottom:.25rem;-webkit-box-sizing:content-box;box-sizing:content-box;float:left;border-radius:.15rem}.other-info .related-search .search-word:last-child{margin-bottom:0}.other-info .related-search .search-word:first-child{margin-top:0}.other-info .related-search.show{height:auto}.other-info .related-search.show .related-control{-webkit-transform:rotateZ(-180deg);transform:rotateZ(-180deg)}.other-info .related-search.show .related-content,.other-info .related-search.show .related-title{display:block;height:auto}.other-info .related-search .related-crumb{font-size:.7rem}.other-info .related-search .related-crumb a{color:#555;line-height:1.3}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.pro-review{padding:.5rem .75rem;background:#fff;color:#222;position:relative}.pro-review .pro-review-link{position:absolute;top:0;left:0;right:0;bottom:0}.pro-review .icon-rank-star{display:inline-block;background-size:contain;background-repeat:no-repeat;background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/star_621c0842.png)}.pro-review .icon-rank-star.star{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/star-done_8114b26b.png)}.pro-review .icon-rank-star.half-star{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/star-half_84766f60.png)}.pro-review .review-title{font-size:.7rem;line-height:1.05rem;font-weight:500;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:.6rem}.pro-review .review-title .review-num{display:inline-block}.pro-review .review-score,.pro-review .review-title,.pro-review .review-title .view-more{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-review .review-score,.pro-review .review-title .view-more{font-size:.6rem}.pro-review .review-title .view-more{font-weight:400}.pro-review .review-title .view-more .icon-right{font-size:.8rem;color:#555;padding-top:.075rem}.pro-review .review-score{padding-bottom:.4rem;border-bottom:.05rem solid #f5f5f6;line-height:1.05rem}.pro-review .review-score .score-title-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.pro-review .review-score .score-title{font-size:.8rem}.pro-review .review-score .rank-star{margin-left:.375rem}.pro-review .review-score .rank-star .icon-rank-star{width:.65rem;height:.65rem;margin-right:.125rem}.pro-review .review-box .basic-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;color:#888;padding-top:.5rem;margin-bottom:.6rem;font-size:.6rem;line-height:1.2}.pro-review .review-box .basic-info .left,.pro-review .review-box .top-review-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.pro-review .review-box .basic-info .name{margin-right:.35rem}.pro-review .review-box .top-review-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;line-height:1;margin-bottom:.25rem}.pro-review .review-box .top-review-wrap .star-wrap{margin:0 .75rem .25rem 0}.pro-review .review-box .top-review-wrap .icon-rank-star{width:.55rem;height:.55rem}.pro-review .review-box .top-review-wrap .thumb-item{font-size:.6rem;color:#555;margin:0 .5rem .25rem 0}.pro-review .review-box .top-review-wrap .thumb-item:last-child{margin-right:0}.pro-review .review-box .top-review-wrap .thumb-item .icon-thumb{display:inline-block;width:.575rem;height:.575rem;background-size:contain;background-repeat:no-repeat;vertical-align:middle}.pro-review .review-box .top-review-wrap .thumb-item .icon-thumb-up-review{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/up-done_59f99cb4.png)}.pro-review .review-box .top-review-wrap .thumb-item .icon-thumb-down-review{background-image:url(https://www.micstatic.com/mic_touch/js/product/detail/imgs/down_0ed83808.png)}.pro-review .review-box .review-content{font-size:.7rem;line-height:1.2;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}html{font-size:20px}@media screen and (max-width:319px){html{font-size:17.0133333333px}}@media only screen and (min-width:320px){html{font-size:17.0666666667px}}@media only screen and (min-width:360px){html{font-size:19.2px}}@media only screen and (min-width:375px){html{font-size:20px}}@media only screen and (min-width:384px){html{font-size:20.48px}}@media only screen and (min-width:400px){html{font-size:21.3333333333px}}@media only screen and (min-width:414px){html{font-size:22.08px}}@media only screen and (min-width:424px){html{font-size:22.6133333333px}}@media only screen and (min-width:480px){html{font-size:25.6px}}@media only screen and (min-width:540px){html{font-size:28.8px}}@media only screen and (min-width:640px){html{font-size:34.1333333333px}}@media only screen and (min-width:720px){html{font-size:38.4px}}@media only screen and (min-width:768px){html{font-size:40.96px}}@media only screen and (min-width:800px){html{font-size:42.6666666667px}}@media only screen and (min-width:900px){html{font-size:48px}}@media only screen and (min-width:990px){html{font-size:52.8px}}@media only screen and (min-width:1024px){html{font-size:54.6133333333px}}@media only screen and (min-width:1080px){html{font-size:57.6px}}.network-status{position:fixed;bottom:0;background:#666;height:2rem;line-height:2rem;width:100%;color:#fff;font-size:.7rem;z-index:999;visibility:hidden}.network-status i{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAeCAYAAAA7MK6iAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAAsSAAALEgHS3X78AAADA0lEQVRIx73XW4iVVRQH8N85Y6GTFoRB7S5CRRD50JVhhGAM9kuXl3noBt0j6qESGgwyFDIIlRKfIroRRT30EqUFrUIfwksgkVZSRFHWB1M2RYkWatPDOVOnr28fZ0by/7b3/q/1X2vttdf5TqvKeRL78Qu+x9fYjZ3YmiJ+8z+g1RUu4TC24nW8miImjpdwLw5hI9amiO3HU7gX72Flith2vIVhEi/i4RSxb6bG7dlGjBbuxJ4q59HZZHwiTsJCnIXFGMZSnD4DXxswliIOTzfqIqqcL8FNuB2nTcPfRtyQIg4ck3BPAHNxK1bgnKPQt+GaFPHzMQv3BDAPY3gEc/tQd+Cqfpm3qpy/wK8Yxx58hM0pouoTwGK8ptMPJbyJ0RRxpCRcek478DJeShH7G8QH8Txu7CO+LkUsn6nwFCbwJNaniIM18RaewrKC7SSuSxGbZiM8hS9xT4rY3JD9BjxQsNuHC+tDZiYD5HxElfOKbqa9WKZz501YiDX1zTYOmj4G8DierXIemNpMEZO4G58V7O6och7+l3CKGNR5GhfjXryNI/rjLjzTm3n36VyPPxr4rXrWje+4yvlsLO8GMqdPACtTxOqa7Wo8WuAvTRFbpkr9H6SIvSniflyKT/oIr6pyHqntPYG9Bf6Df5e6Xz1TxG4M6QyDJgzgue5I7S35mgL/2irndFThHkejfcTPw0O1vRfwYwN3jk4f/HPHVc5tnRE4D7sahsWgzjRrGpMTWNQ74aqc12seLB+kiCvbXdLV+AofYzvGq5zHGrr2Zp0PwDpOxW21vVcKFRqqcj65XeW8BG9gUc/hAqyrl7B7508XHN5S4+7U3GQnYLiNx7qLJqzq/hT2Ym0h66GpxunBloLfy9tYooz5aneaIr7DuwX+SG39YYF30XRGZtP5WwXuZbX1pwXeuW1sUsY3mudv6Xv6gtr62wLvzLbOZ8x4w+Eh3Jci/mw4+7zg8Iza+ocC75R2986u0Gn/n3AA72MkRbzTZJUifu/y6phf45X+8C34C7UCBvWOR1qBAAAAAElFTkSuQmCC) no-repeat;background-size:cover;display:inline-block;width:1rem;height:1rem;margin:0 .25rem 0 .5rem;vertical-align:sub}.icon-vkru{background:url(https://www.micstatic.com/mic_touch/img/product-detail/ic_VK_43dffb75.png) 0 0/contain no-repeat}.icon-okru{background:url(https://www.micstatic.com/mic_touch/img/product-detail/ic_orkut_18850d35.png) 0 0/contain no-repeat}
/*# sourceMappingURL=../../../../../__sources__/mic_touch/js/product/detail/build/Detail_7cef294e.css.map */
