@charset "UTF-8";*{letter-spacing:1px;font-weight:300}.product_compare .compare-btn{cursor:pointer;padding:10px 15px;color:#931574;border-radius:500px;border:1px solid rgba(147,21,116,0.2);overflow:hidden;position:relative;-webkit-transition:all 0.3s;transition:all 0.3s}.product_compare .compare-btn:before{content:"";background:#931574;width:120%;height:100%;position:absolute;top:0;left:-10%;-webkit-transform:skew(30deg) translate3d(100%,0,0);transform:skew(30deg) translate3d(100%,0,0);-webkit-transition:-webkit-transform 0.4s cubic-bezier(0.3,1,0.8,1);transition:-webkit-transform 0.4s cubic-bezier(0.3,1,0.8,1);transition:transform 0.4s cubic-bezier(0.3,1,0.8,1);transition:transform 0.4s cubic-bezier(0.3,1,0.8,1),-webkit-transform 0.4s cubic-bezier(0.3,1,0.8,1)}@media only screen and (min-width:1201px){.product_compare .compare-btn:hover{color:#fff}.product_compare .compare-btn:hover:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@media only screen and (max-width:1200px){.product_compare .compare-btn:active{color:#fff}.product_compare .compare-btn:active:before{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.product_compare .compare-btn span,.product_compare .compare-btn>p{z-index:1;position:relative}.product_compare .cover-tips{display:none;opacity:0;width:100vw;height:100vh;background:rgba(0,0,0,0.5);z-index:15;position:fixed;top:0;-webkit-transition:opacity 0.3s;transition:opacity 0.3s}.product_compare .cover-tips .container{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product_compare .cover-tips .pic-tips{margin:0 auto;max-width:70px;position:relative;-webkit-animation-name:left-right;animation-name:left-right;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:2;animation-iteration-count:2;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.product_compare .cover-tips .pic-tips:before{content:"";display:block;width:100%;height:100%;padding-bottom:100%}.product_compare .cover-tips .pic-tips img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@-webkit-keyframes left-right{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(10px);transform:translateX(10px)}}@keyframes left-right{0%{-webkit-transform:translateX(-10px);transform:translateX(-10px)}to{-webkit-transform:translateX(10px);transform:translateX(10px)}}.product_compare .cover-tips .txt-tips{margin-top:15px;font-weight:500;font-size:0.9375rem;line-height:1.5;color:#fff;white-space:nowrap}.product_compare .cover-tips.active{opacity:1}.product_compare .bg-box{width:100%;position:fixed;top:0;z-index:-1}.product_compare .bg-box:before{content:"";display:block;width:100%;height:0;padding-bottom:56.25%}.product_compare .bg-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product_compare .header{height:380px;position:relative}@media only screen and (max-width:768px){.product_compare .header{height:260px}}.product_compare .header .control-bar{width:100%;margin-top:0;padding-top:30px}@media only screen and (max-width:768px){.product_compare .header .control-bar{padding-top:15px}}@media only screen and (max-width:768px){.product_compare .header .control-bar .crump{height:auto}}.product_compare .header .title-wrap{margin:0 auto;padding-top:80px;max-width:650px;width:100%;text-align:center}@media only screen and (max-width:768px){.product_compare .header .title-wrap{padding-top:40px;width:80%}}@media only screen and (max-width:576px){.product_compare .header .title-wrap{padding:40px 30px 0}}.product_compare .header .title-wrap .title .en{font-weight:700;font-size:3.75rem}@media only screen and (max-width:1024px){.product_compare .header .title-wrap .title .en{font-size:3.125rem}}@media only screen and (max-width:768px){.product_compare .header .title-wrap .title .en{font-size:2.5rem}}.product_compare .header .title-wrap .title .zh{margin-top:10px;font-weight:500;font-size:1.875rem;line-height:1.6}@media only screen and (max-width:768px){.product_compare .header .title-wrap .title .zh{font-size:1.5rem}}.product_compare .header .title-wrap .txt{margin-top:20px;font-weight:300;font-size:0.9375rem;line-height:1.6}@media only screen and (max-width:576px){.product_compare .header .title-wrap .txt{padding:0 10px}}.product_compare .detail{position:relative}@media only screen and (max-width:576px){.product_compare .detail{padding:0;z-index:13}}.product_compare .detail:after{content:"";display:block;width:100%;height:calc(100% - 190px);background:#F2F2F2;z-index:-1;position:absolute;top:0;left:0;-webkit-transform:translateY(190px);transform:translateY(190px)}.product_compare .detail .detail-scroll{overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch}.product_compare .detail .detail-scroll::-webkit-scrollbar{display:none}@media only screen and (max-width:1439px){.product_compare .detail .detail-scroll{cursor:-webkit-grab;cursor:grab}}@media only screen and (max-width:576px){.product_compare .detail .detail-scroll{margin-left:calc(50vw - 187.5px)}}.product_compare .detail .container{width:1450px;margin:0 auto}@media only screen and (max-width:1529px){.product_compare .detail .container{width:1440px}}@media only screen and (max-width:576px){.product_compare .detail .container{width:1425px}}.product_compare .detail .unit-switch{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;width:100%}@media only screen and (max-width:1439px){.product_compare .detail .unit-switch{width:calc(100vw - 90px);position:sticky;left:45px}}@media only screen and (max-width:576px){.product_compare .detail .unit-switch{width:calc(100vw - 75px);left:37.5px}}.product_compare .detail .unit-switch>p{font-weight:500;font-size:0.9375rem;line-height:1.5}.product_compare .detail .unit-switch .btn-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-left:20px}@media only screen and (max-width:576px){.product_compare .detail .unit-switch .btn-group{margin-left:10px}}.product_compare .detail .unit-switch .metric{position:relative;width:100px;margin-right:20px}@media only screen and (max-width:576px){.product_compare .detail .unit-switch .metric{width:90px;margin-right:10px}}.product_compare .detail .unit-switch .metric .switch-inner:before{content:"公制";background-color:#931574}.product_compare .detail .unit-switch .metric .switch-inner:after{content:"公制"}.product_compare .detail .unit-switch .imperial{position:relative;width:100px}@media only screen and (max-width:576px){.product_compare .detail .unit-switch .imperial{width:90px}}.product_compare .detail .unit-switch .imperial .switch-inner:before{content:"英制";background-color:#8FC31F}.product_compare .detail .unit-switch .imperial .switch-inner:after{content:"英制"}.product_compare .detail .unit-switch .switch-checkbox{pointer-events:none;position:absolute;opacity:0}.product_compare .detail .unit-switch .switch-checkbox:checked+.switch-label .switch-inner{margin-left:0}.product_compare .detail .unit-switch .switch-checkbox:checked+.switch-label .switch-circle{left:60px}.product_compare .detail .unit-switch .switch-label{display:block;overflow:hidden;cursor:pointer;border-radius:500px}.product_compare .detail .unit-switch .switch-inner{display:-webkit-box;display:-ms-flexbox;display:flex;width:200%;margin-left:-100%;-webkit-transition:margin 0.3s ease-in 0s;transition:margin 0.3s ease-in 0s}.product_compare .detail .unit-switch .switch-inner:after,.product_compare .detail .unit-switch .switch-inner:before{display:block;width:50%;height:40px;padding:0;font-weight:500;line-height:40px;font-size:15px;color:white;-webkit-box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25);box-shadow:inset 0px 4px 4px rgba(0,0,0,0.25)}@media only screen and (max-width:576px){.product_compare .detail .unit-switch .switch-inner:after,.product_compare .detail .unit-switch .switch-inner:before{height:30px;line-height:30px}}.product_compare .detail .unit-switch .switch-inner:before{padding-left:20px;color:#FFFFFF}.product_compare .detail .unit-switch .switch-inner:after{padding-right:20px;background-color:#CACACA;color:#FFFFFF;text-align:right}.product_compare .detail .unit-switch .switch-circle{display:block;width:30px;margin:5px;background:#FFFFFF;position:absolute;top:0;bottom:0;left:0;border-radius:500px;-webkit-transition:all 0.3s ease-in;transition:all 0.3s ease-in}@media only screen and (max-width:576px){.product_compare .detail .unit-switch .switch-circle{width:20px}}.product_compare .detail .detail-header{z-index:13;position:sticky;top:0}.product_compare .detail .detail-header .container{padding:20px 50px}@media only screen and (max-width:1529px){.product_compare .detail .detail-header .container{padding:20px 45px}}@media only screen and (max-width:576px){.product_compare .detail .detail-header .container{padding:20px 37.5px}}.product_compare .detail .detail-header .row{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.product_compare .detail .detail-header .col{max-width:300px;width:100%}.product_compare .detail .detail-header .col:not(:last-child){margin-right:50px}.product_compare .detail .detail-header .col.empty{opacity:1}.product_compare .detail .detail-header .col.empty .col-wrap:first-child{display:none}.product_compare .detail .detail-header .col.empty .col-wrap:nth-child(2){display:-webkit-box;display:-ms-flexbox;display:flex}.product_compare .detail .detail-header .col.empty .no-content{width:100px;height:100px;border:1px solid rgba(0,0,0,0.2);border-radius:500px;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;-webkit-transition:height 0.4s linear;transition:height 0.4s linear}.product_compare .detail .detail-header .col.empty .no-content span{width:10px;height:10px;position:relative}.product_compare .detail .detail-header .col.empty .no-content span:after,.product_compare .detail .detail-header .col.empty .no-content span:before{content:"";display:block;background:#000;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.product_compare .detail .detail-header .col.empty .no-content span:before{width:10px;height:2px}.product_compare .detail .detail-header .col.empty .no-content span:after{width:2px;height:10px}.product_compare .detail .detail-header .col.empty .btn-group{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.product_compare .detail .detail-header .col-wrap{padding:50px 30px;height:340px;background:#fff;-webkit-box-shadow:0px 0px 20px rgba(0,0,0,0.2);box-shadow:0px 0px 20px rgba(0,0,0,0.2);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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-transition:height 0.4s;transition:height 0.4s}.product_compare .detail .detail-header .col-wrap:first-child{display:-webkit-box;display:-ms-flexbox;display:flex}.product_compare .detail .detail-header .col-wrap:nth-child(2){display:none}.product_compare .detail .detail-header .img-box{max-width:150px;width:100%;height:105px;aspect-ratio:150/105;-webkit-filter:drop-shadow(0px 1.25373px 3.13433px rgba(0,0,0,0.3));filter:drop-shadow(0px 1.25373px 3.13433px rgba(0,0,0,0.3));opacity:1;-webkit-transition:opacity 0.4s,height 0.4s linear;transition:opacity 0.4s,height 0.4s linear}.product_compare .detail .detail-header .img-box img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product_compare .detail .detail-header .info-box{margin-top:5px}.product_compare .detail .detail-header .title{text-align:center}.product_compare .detail .detail-header .title .en{font-weight:700;font-size:1.625rem;line-height:1.5;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:2}.product_compare .detail .detail-header .title .zh{margin-top:5px;font-weight:500;font-size:0.9375rem;line-height:1.6;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product_compare .detail .detail-header .btn-group{margin-top:25px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:0.875rem}.product_compare .detail .detail-header .btn-group .clean-btn{cursor:pointer;padding:10px 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s;margin-left:15px}.product_compare .detail .detail-header .btn-group .clean-btn:before{margin-right:6px;content:"";display:block;width:10px;height:2px;background:#931574;-webkit-transition:-webkit-transform 0.3s;transition:-webkit-transform 0.3s;transition:transform 0.3s;transition:transform 0.3s,-webkit-transform 0.3s}@media only screen and (min-width:1201px){.product_compare .detail .detail-header .btn-group .clean-btn:hover{-webkit-transform:translateX(5px);transform:translateX(5px)}.product_compare .detail .detail-header .btn-group .clean-btn:hover:before{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}@media only screen and (max-width:1200px){.product_compare .detail .detail-header .btn-group .clean-btn:active{-webkit-transform:translateX(5px);transform:translateX(5px)}.product_compare .detail .detail-header .btn-group .clean-btn:active:before{-webkit-transform:translateX(-5px);transform:translateX(-5px)}}.product_compare .detail .detail-header .unit-accordion{display:none;position:relative}.product_compare .detail .detail-header .unit-accordion .unit-title{cursor:pointer;height:30px;font-weight:500;font-size:0.9375rem;line-height:1.5;color:#fff;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;-webkit-transition:background 0.4s;transition:background 0.4s}.product_compare .detail .detail-header .unit-accordion .unit-title>p{display:none}.product_compare .detail .detail-header .unit-accordion .unit-switch{width:100%;height:0;position:absolute;top:100%;left:auto;-webkit-transition:height 0.4s cubic-bezier(0.02,0.01,0.47,1),background 0.4s;transition:height 0.4s cubic-bezier(0.02,0.01,0.47,1),background 0.4s;overflow:hidden}.product_compare .detail .detail-header .unit-accordion .btn-group{margin-top:0}.product_compare .detail .detail-header .unit-accordion[data-unit=metric] .unit-title{background:#931574}.product_compare .detail .detail-header .unit-accordion[data-unit=metric] .unit-title p[metric]{display:block}.product_compare .detail .detail-header .unit-accordion[data-unit=imperial] .unit-title{background:#8FC31F}.product_compare .detail .detail-header .unit-accordion[data-unit=imperial] .unit-title p[imperial]{display:block}.product_compare .detail .detail-header .unit-accordion.active .unit-title{background:#595959}.product_compare .detail .detail-header .unit-accordion.active .unit-switch{margin-top:-1px;height:50px;background:#595959}.product_compare .detail .detail-header.stuck{z-index:10;top:60px;background:#f2f2f2}@media only screen and (max-width:768px){.product_compare .detail .detail-header.stuck{top:100px}}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck{background:#fff}}.product_compare .detail .detail-header.stuck:after,.product_compare .detail .detail-header.stuck:before{pointer-events:none;content:"";display:block;width:45px;height:100%;z-index:2;position:absolute;top:0}.product_compare .detail .detail-header.stuck:before{background:-webkit-gradient(linear,left top,right top,color-stop(30%,#F2F2F2),to(rgba(255,255,255,0)));background:linear-gradient(90deg,#F2F2F2 30%,rgba(255,255,255,0));left:0}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck:before{width:37.5px;background:-webkit-gradient(linear,left top,right top,color-stop(30%,#fff),to(rgba(255,255,255,0)));background:linear-gradient(90deg,#fff 30%,rgba(255,255,255,0));left:calc(50vw - 187.5px)}}.product_compare .detail .detail-header.stuck:after{background:-webkit-gradient(linear,right top,left top,color-stop(30%,#F2F2F2),to(rgba(255,255,255,0)));background:linear-gradient(270deg,#F2F2F2 30%,rgba(255,255,255,0));right:0}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck:after{width:37.5px;background:-webkit-gradient(linear,right top,left top,color-stop(30%,#fff),to(rgba(255,255,255,0)));background:linear-gradient(270deg,#fff 30%,rgba(255,255,255,0))}}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck .container{padding:0 37.5px}}.product_compare .detail .detail-header.stuck .col-wrap{padding:10px 30px;max-width:none;height:117px;width:300px}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck .col-wrap{-webkit-box-shadow:none;box-shadow:none}}.product_compare .detail .detail-header.stuck .col-wrap:nth-child(2) .no-content{height:0;border:none}.product_compare .detail .detail-header.stuck .col-wrap:nth-child(2) .no-content>span{display:none}.product_compare .detail .detail-header.stuck .img-box{opacity:0;height:0;pointer-events:none}.product_compare .detail .detail-header.stuck .info-box{margin-top:0}.product_compare .detail .detail-header.stuck .info-box .en{font-size:1.125rem;display:block;overflow:hidden;display:-webkit-box;text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1}.product_compare .detail .detail-header.stuck .btn-group{margin-top:5px}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck .unit-accordion{z-index:11;display:block}}@media only screen and (max-width:576px){.product_compare .detail .detail-header.stuck~.detail-body .unit-switch{display:none}}.product_compare .detail .detail-body{margin-top:80px;padding-bottom:100px;z-index:0;position:relative}@media only screen and (max-width:576px){.product_compare .detail .detail-body{margin-top:20px}}.product_compare .detail .detail-body:after,.product_compare .detail .detail-body:before{pointer-events:none;content:"";display:block;width:45px;height:100%;z-index:1;position:absolute;top:0;z-index:10}.product_compare .detail .detail-body:before{background:-webkit-gradient(linear,left top,right top,color-stop(30%,#F2F2F2),to(rgba(255,255,255,0)));background:linear-gradient(90deg,#F2F2F2 30%,rgba(255,255,255,0));left:0}@media only screen and (max-width:576px){.product_compare .detail .detail-body:before{width:37.5px;height:calc(100% - 23px);left:calc(50vw - 187.5px);top:23px}}.product_compare .detail .detail-body:after{background:-webkit-gradient(linear,right top,left top,color-stop(30%,#F2F2F2),to(rgba(255,255,255,0)));background:linear-gradient(270deg,#F2F2F2 30%,rgba(255,255,255,0));right:0}@media only screen and (max-width:576px){.product_compare .detail .detail-body:after{width:37.5px;height:calc(100% - 23px);top:23px}}.product_compare .detail .detail-body .container{padding-bottom:10px;position:relative}@media only screen and (max-width:1529px){.product_compare .detail .detail-body .container{padding:0 45px 10px}}@media only screen and (max-width:576px){.product_compare .detail .detail-body .container{padding:0 37.5px 10px}}@media only screen and (max-width:576px){.product_compare .detail .detail-body .unit-switch{width:264px;left:37.5px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}.product_compare .detail .detail-body .table-block{margin-top:70px;position:relative}.product_compare .detail .detail-body .table{word-break:break-all}.product_compare .detail .detail-body .table:not(:first-child){margin-top:30px}@media only screen and (max-width:576px){.product_compare .detail .detail-body .table:not(:first-child){margin-top:10px}}.product_compare .detail .detail-body .thead{border-bottom:5px solid rgba(0,0,0,0.2);text-align:center}@media only screen and (max-width:1529px){.product_compare .detail .detail-body .thead{display:none}}.product_compare .detail .detail-body .thead .tr{padding:10px 0;font-weight:500;font-size:1.25rem;line-height:1.5;letter-spacing:0.5px}.product_compare .detail .detail-body .tbody{padding:30px 50px}@media only screen and (max-width:1529px){.product_compare .detail .detail-body .tbody{padding:0}}.product_compare .detail .detail-body .tbody .tr.sub-title{margin-bottom:15px;display:none}@media only screen and (max-width:1529px){.product_compare .detail .detail-body .tbody .tr.sub-title{display:-webkit-box;display:-ms-flexbox;display:flex}}.product_compare .detail .detail-body .tbody .tr.sub-title .th{width:25%;padding:10px 0;font-weight:500;font-size:1.25rem;line-height:1.5;letter-spacing:0.5px;border-bottom:5px solid rgba(0,0,0,0.2);text-align:center}.product_compare .detail .detail-body .tbody .tr{display:-webkit-box;display:-ms-flexbox;display:flex}.product_compare .detail .detail-body .tbody .tr:first-child .td-wrap{padding:0 15px 15px}.product_compare .detail .detail-body .tbody .tr:not(:first-child) .td-wrap{padding:15px}.product_compare .detail .detail-body .tbody .tr:last-child .td-wrap{padding:15px 15px 0;border-bottom:none}.product_compare .detail .detail-body .tbody .td{width:25%;font-size:0.9375rem;line-height:1.5}.product_compare .detail .detail-body .tbody .td:not(:first-child){margin-left:50px}.product_compare .detail .detail-body .tbody .td.empty .td-wrap .v.imperial-v,.product_compare .detail .detail-body .tbody .td.empty .td-wrap .v.metric-v{display:none}.product_compare .detail .detail-body .tbody .td.empty .td-wrap .v.empty-v{display:block}.product_compare .detail .detail-body .tbody .td .td-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-line-pack:start;align-content:flex-start;border-bottom:1px solid rgba(0,0,0,0.2)}.product_compare .detail .detail-body .tbody .td .t{width:200px;font-weight:500}.product_compare .detail .detail-body .tbody .td .u{margin-left:auto;width:60px;display:none;font-weight:300;text-align:right}.product_compare .detail .detail-body .tbody .td .v{display:none;font-weight:300;margin-top:3px;width:100%}.product_compare .detail .detail-body[data-unit=metric] .u.metric-u,.product_compare .detail .detail-body[data-unit=metric] .v.metric-v{display:block}.product_compare .detail .detail-body[data-unit=imperial] .u.imperial-u,.product_compare .detail .detail-body[data-unit=imperial] .v.imperial-v{display:block}
/*# sourceMappingURL=product_compare.css.map */