<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.product-item,
.product-shot-section,
#productSection {
    position: relative;
}

.product-item-image img {
    width: 100%;
}

.prev-arrow {
    display: none;
}

.prev-arrow,
.next-arrow {
    position: absolute;
    padding:20px;
    margin:-20px;
}

.product-item-image {
    position: relative;
}

.product-placeHolder {
    position: absolute;
    left: 0;
    top: 0;
}

.prev-arrow .line {
    border-left: 1px solid #221F20;
    border-bottom: 1px solid #221F20;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -moz-transform: rotate(45deg);
    /* Firefox */
    -webkit-transform: rotate(45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    cursor: pointer;
}

.next-arrow .line {
    border-right: 1px solid #221F20;
    border-bottom: 1px solid #221F20;
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -moz-transform: rotate(-45deg);
    /* Firefox */
    -webkit-transform: rotate(-45deg);
    /* Safari å’Œ Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    cursor: pointer;
}

.owl-carousel .owl-dots {
    position: absolute;
}

.owl-carousel .owl-dot {
    width: 8px;
    height: 8px;
    display: inline-block;
    position: relative;
    height: 100%;
}

.owl-dot span {
    background-color: black;
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 3px;
    border-style: solid;
    border-color: white;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    left: 50%;
    margin-left: -4px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
    /*.owl-dot.active span,
    .owl-dot span:hover,
    .owl-dot span:focus {
        width: 8px;
        height: 8px;
        line-height: 8px;
        margin-top: -4px;
        margin-left: -4px;
    }*/
    .owl-dot.active span,
    .owl-dot span:hover,
    .owl-dot span:focus {
        border-color: transparent;
    }

.owl-carousel .owl-dot:not(:first-child) {
    margin-left: 24px;
}

.text-cn,
.text-en {
    cursor: pointer;
    margin-right: auto;
    margin-left: auto;
    white-space: nowrap;
}

.owl-carousel .owl-dots {
    top: -33px;
    left: 50%;
    width: 106px;
    margin-left: -53px;
    text-align: center;
}

.product-shot-layout {
    position: fixed;
    opacity: 0.9;
    background-color: #FFFFFF;
    z-index: 100;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}

.product-shot-modal {
    position: fixed;
    z-index: 150;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
   /* -webkit-overflow-scrolling : touch;  //å¯ä»¥è®©é¡µé¢åœ¨Nativeç«¯æ»šåŠ¨æ—¶æ¨¡æ‹ŸåŽŸç”Ÿçš„å¼¹æ€§æ»šåŠ¨æ•ˆæžœ*/
    height: 100%;
}

.product-standard {
    white-space: nowrap;
    width: 66%;
    /*text-align:justify;*/
}

.product-standard,
.product-description {
    position: relative;
}

.product-description {
    text-align: justify;
}

.owl-carousel {
    margin-top: 0px;
    margin-bottom: 0px;
}


/* è§„æ&nbsp;¼å‚æ•° */

.product-standard .standard {
    font-size: 20px;
    line-height: 25px;
}

.product-standard .standard-title {
    display: inline-block;
}

.product-standard .standard-value {
    vertical-align: middle;
    display: inline-block;
}

.product-shot-modal .close-btn {
    position: absolute;
    right: 4.4%;
    top: 50%;
    cursor: pointer;
    width: 25px;
    height: 25px;
    display: inline-block;
    overflow: hidden;
}

.close-btn::before,
.close-btn::after {
    height: 1px;
}

.close-btn::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-btn::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -1px;
    background: #c9c9c9;
}

#productSection &gt; .product-shot-section:first-child:not(:last-child) .prev-arrow {
    display: none;
}

#productSection &gt; .product-shot-section:last-child:not(:first-child) .next-arrow {
    display: none;
}

#productSection &gt; .product-shot-section:not(:first-child) {
    display: none;
}

#productSection &gt; .product-shot-section:not(:first-child):not(:last-child) .prev-arrow,
#productSection &gt; .product-shot-section:not(:first-child):not(:last-child) .next-arrow {
    display: block;
}

/*touchrange {
    display: block;
    position: absolute;
    width: 150%;
    height: 180%;
    top: -40%;
    left:-35%;
}*/
.product-standard span.Clothing-fabric {
        white-space: normal;
    }
#Colors .standard-title,
#Fabric .standard-title,
#Padding .standard-title {
    vertical-align: top;
}
.product-standard .standard-value-color {
    white-space: nowrap;
}
.product-standard .standard-value-color span {
    display: inline-block;
}
.product-standard .standard-value-color span:not(:first-child) {
    margin-top: 20px;
}
.description-second {
    text-align: justify;
}
.owl-stage-outer {
    border-right:1px solid white;
}



/* æ‰‹æœºç«¯ */


/* ä»¥xsç»“å°¾ */

@media (max-width: 768px) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 15%; */
        margin-left: 18.133%;
        width: 50.133%;
    }
    .product-item-text {
        font-size: 14.2px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 145px;
    }
    .prev-arrow {
        /*top: 120px;*/
        left: 11.233%;
    }
    .next-arrow {
        /*top: 120px;*/
        left: 75.266%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 17.48px;
        width: 17.48px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 21.85px;
        width: 21.85px;
        margin-top: -1.19px;
        margin-left: -2.98px;
    }
    /* å¼¹å‡ºå±‚ */
    .product-description {
        width: 80%;
        left: 6.1%;
        /*top: 3.4%;*/padding-top:23px;
    }
    .description-first {
        font-size: 11.36px;
        line-height: 30px;
        vertical-align: middle;
    }
    .description-second {
        font-size: 21px;
        line-height: 30px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 21px;
        line-height: 30px;
    }
    #Colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 30px;
    }
    .product-standard {
        left: 6.1%;
        /*top: 3.4%;*/
        margin-top: 90px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 25px;
    }
    .product-standard .standard-title {
        font-size: 11.36px;
        width: 53.8px;
    }
    .product-standard .standard-value {
        font-size: 21px;
        line-height: 40px;
        display: inline-block;
    }
    .product-standard .standard-value-color {
        line-height: 30px;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 5.65%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 6.1%;
        top: 3.4%;
        margin-top: 32px;
    }
    .product-shot-modal .close-btn {
        right: 3.7%;
    }
}


/* æ‰‹æœºç«¯æ¨ªå± */

@media (max-width: 768px) and (orientation:landscape) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 15%; */
        margin-left: 18.133%;
        width: 30.1%;
    }
    .product-item-text {
        font-size: 14.2px;
        text-align: center;
        color: #000000;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 145px;
    }
    .prev-arrow {
        /*top: 132px;*/
        left: 10.533%;
    }
    .next-arrow {
        /*top: 132px;*/
        left: 72.433%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 17.48px;
        width: 17.48px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 21.85px;
        width: 21.85px;
        margin-top: -1.19px;
        margin-left: -2.98px;
    }
    /* å¼¹å‡ºå±‚ */
    .product-description {
        width: 72.9%;
        left: 9.4%;
        /*top: 16.8%;*/padding-top:63px;
    }
    .description-first {
        font-size: 11.36px;
        line-height: 30px;
    }
    .description-second {
        font-size: 21px;
        line-height: 30px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 21px;
        line-height: 30px;
    }
    #Colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 30px;
    }
    .product-standard {
        left: 17.7%;
        margin-top: 50px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 25px;
    }
    .product-standard .standard-title {
        font-size: 11.36px;
        width: 53.8px;
    }
    .product-standard .standard-value {
        font-size: 21px;
        line-height: 40px;
        display: inline-block;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 5.65%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 9.4%;
        top: 16.8%;
        margin-top: 32px;
    }
    .product-shot-modal .close-btn {
        right: 4%;
    }
}


/* pad */


/* ä»¥smç»“å°¾ */

@media (min-width: 768px) and (max-width: 992px) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 8%; */
        margin-left: 16.667%;
        width: 29.167%;
    }
    .product-item-text {
        -webkit-text-size-adjust:none;
        font-size: 14.2px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 145px;
    }
    .prev-arrow {
        /*top: 43%;*/
        left: 10.067%;
    }
    .next-arrow {
        /*top: 43%;*/
        left: 71.634%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 28.85px;
        width: 28.85px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 36.06px;
        width: 36.06px;
        margin-top: -2.61px;
        margin-left: -3.91px;
    }
    /* å¼¹å‡ºå±‚ */
    .product-description {
        width: 75%;
        left: 8.3%;
        /*top: 6.3%;*/padding-top:64px;
    }
    .description-first {
        font-size: 14.2px;
        line-height: 40px;
        vertical-align: middle;
    }
    .description-second {
        font-size: 35.5px;
        line-height: 40px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 35.5px;
        line-height: 40px;
    }
    #Colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 40px;
    }
    .product-standard {
        left: 16.7%;
        /*top: 6.3%;*/
        width: 60%;
        margin-top: 90px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 50px;
    }
    .product-standard .standard-title {
        width: 96px;
    }
    .product-standard .standard-value {
        font-size: 35.5px;
        line-height: 40px;
        display: inline-block;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 4.1667%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 8.3%;
        top: 6.3%;
        margin-top: 32px;
    }
    .product-shot-modal .close-btn {
        right: 4%;
    }
}


/* PC */


/* ä»¥mdç»“å°¾ */

@media (min-width: 992px) and (max-width: 1200px) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 7%; */
        margin-left: 16.667%;
        width: 29.10%;
    }
    .product-item-text {
        font-size: 14.2px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 145px;
    }
    .prev-arrow {
        /*top: 186px;*/
        left: 9.767%;
    }
    .next-arrow {
        /*top: 186px;*/
        left: 72.267%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 32.70px;
        width: 32.70px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 40.87px;
        width: 40.87px;
        margin-top: -3.08px;
        margin-left: -4.58px;
    }
    /* å¼¹å‡ºå±‚ */
    .product-description {
        width: 66.76%;
        left: 8.3%;
        /*top: 8.3%;*/padding-top:85px;
    }
    .description-first {
        font-size: 14.2px;
        line-height: 40px;
        vertical-align: middle;
    }
    .description-second {
        font-size: 35.5px;
        line-height: 40px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 35.5px;
        line-height: 40px;
    }
    #Colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 40px;
    }
    .product-standard {
        left: 25%;
        /*top: 8.3%;*/
        margin-top: 50px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 50px;
    }
    .product-standard .standard-title {
        width: 127px;
    }
    .product-standard .standard-value {
        font-size: 35.5px;
        line-height: 40px;
        display: inline-block;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 4.1667%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 8.3%;
        top: 8.3%;
        margin-top: 32px;
    }
    .product-shot-modal .close-btn {
        right: 2.9%;
    }
}


/* padæ¨ªå± */

@media (min-width: 992px) and (max-width: 1200px) and (orientation:landscape) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 7%; */
        margin-left: 16.667%;
        width: 29.10%;
    }
    .product-item-text {
        -webkit-text-size-adjust:none;
        font-size: 14.2px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 145px;
    }
    .prev-arrow {
        /*top: 183px;*/
        left: 9.767%;
    }
    .next-arrow {
        /*top: 183px;*/
        left: 72.267%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 32.70px;
        width: 32.70px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 40.87px;
        width: 40.87px;
        margin-top: -3.08px;
        margin-left: -4.58px;
    }
    /* å¼¹å‡ºå±‚ */
    .product-description {
        width: 75%;
        left: 8.3%;
        /*top: 11.1%;*/padding-top:85px;
    }
    .description-first {
        font-size: 14.2px;
        line-height: 40px;
        vertical-align: middle;
    }
    .description-second {
        font-size: 35.5px;
        line-height: 40px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 35.5px;
        line-height: 40px;
    }
    #Colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 40px;
    }
    .product-standard {
        left: 25%;
        /*top: 11.1%;*/
        width: 54%;
        margin-top: 90px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 50px;
    }
    .product-standard .standard-title {
        width: 127px;
    }
    .product-standard .standard-value {
        font-size: 35.5px;
        line-height: 40px;
        display: inline-block;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 4.1667%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 8.3%;
        top: 11.1%;
        margin-top: 32px;
    }
}


/* HD */


/* ä»¥lgç»“å°¾ */

@media (min-width: 1200px) {
    .owl-carousel,
    .product-item-text {
        /* margin-top: 5%; */
        margin-left: 16.667%;
        width: 29.167%;
    }
    .product-item-text {
        font-size: 17px;
        text-align: center;
        color: #000000;
        margin-top: 40px;
        margin-bottom: 20px;
    }
    .text-cn {
        display: none;
    }
    .text-cn,
    .text-en {
        width: 160px;
    }
    .prev-arrow {
        /*top: 248px;*/
        left: 9.567%;
    }
    .next-arrow {
        /*top: 248px;*/
        left: 72.334%;
    }
    .prev-arrow .line,
    .next-arrow .line {
        height: 48.60px;
        width: 48.60px;
    }
    .prev-arrow .linelarger,
    .next-arrow .linelarger {
        height: 60.74px;
        width: 60.74px;
        margin-top: -5.07px;
        margin-left: -7.57px;
    }
    .product-description {
        width: 66.76%;
        left: 8.3%;
        /*top: 11.621%;*/padding-top:119px;
    }
    .description-first {
        font-size: 20px;
        line-height: 45.5px;
        vertical-align: middle;
    }
    .description-second {
        font-size: 35.5px;
        line-height: 45.5px;
        vertical-align: middle;
    }
    .product-standard span.Clothing-fabric {
        font-size: 35.5px;
        line-height: 45.5px;
    }
    #colors .standard-title,
    #Fabric .standard-title,
    #Padding .standard-title {
        line-height: 45px;
    }
    .product-standard {
        left: 25%;
        /*top: 11.621%;*/
        width: 54%;
        margin-top: 90px;
    }
    .product-standard .standard {
        font-size: 20px;
        line-height: 55px;
    }
    .product-standard .standard:not(:first-child) {
        margin-top: 50px;
    }
    .product-standard .standard-title {
        width: 180px;
    }
    .product-standard .standard-value {
        font-size: 35.5px;
        line-height: 55px;
        display: inline-block;
    }
    .product-standard .standard :nth-child(2) {
        margin-left: 4.1667%;
    }
    /* æ²¡æœ‰æè¿°å¸ƒå±€ */
    .product-standard.no-description {
        left: 8.3%;
        top: 11.621%;
        margin-top: 32px;
    }
    .product-shot-modal .close-btn {
        right: 3.3%;
    }
}

@media (min-width: 1440px) {
    /* .product-description {
		width: 66.76%;
	    left: 8.263%;
	    top: 11.621%;
	}
	
	.description-first {
	    font-size: 20px;
	    line-height: 55px;
	}
	
	.description-second {
	    font-size: 50px;
	    line-height: 50px;
	    vertical-align: top;
	}
	
	.product-standard {
		left: 25%;
	    top: 40%;
	}
	
	.product-standard .standard:not(:first-child){
		margin-top: 50px;
	}
	
	.product-standard .standard-title {
		width: 180px;
	}
	
	.product-standard .standard-value {
		font-size: 50px;
		line-height: 55px;
    }
    .product-standard .standard :nth-child(2) {
		margin-left: 4.1667%;
    } */

}
</pre></body></html>