<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.visible-hidden {

    visibility: hidden;

}

.suspension {

    display: none!important;

}

.showing-btn {

    position: fixed;

    z-index: 1000;

    top: 300px;

    left: -35px;

    width: 35px;

    height: 120px;

    cursor: pointer;

    transition: left .5s ease;

    background-image: linear-gradient(45deg, 

		#ff5a00 0%, 

		#ffae00 100%), 

	linear-gradient(

		#00aaff, 

        #00aaff);

    color:#fff;

    text-align: center;

}



.showing-btn.hiding-animate2 {

    left: 0px;

}

.showing-btn div:nth-child(1){

    padding-top: 18px;

}

.nav-container {

    position: fixed;

    top: 50%;

    left: 0;

    z-index: 999;

    margin-top: -300px;

    height: 610px;

    width: 119px;

    background: url(../images/red_packet_2.png) no-repeat 1px 0;

    transition: left .5s ease;

}

.nav-container.hiding-animate1 {

    left: -130px;

}

.act-reduce-price {

    padding-top: 60px;

    padding-left: 16px;

    width: 100%;

    height: 94px;

    line-height: 16px;

    font-size: 16px;

    color: #fff000;

    font-weight: bold;       

    text-align: left;

    cursor: pointer;

}

.act-reduce-price-title {

	margin-left: 6px;

}

.act-reduce-price-name {

	font-size: 12px;

	padding-left: 16px;

}

.nav-item {

    padding-top: 14px;

    width: 105px;

	height: 65px;

	background-image: linear-gradient(45deg, 

		#0d80e2 0%, 

		#5eb9f9 100%), 

	linear-gradient(

		#1f94ee, 

		#1f94ee);

	background-blend-mode: normal, 

		normal;

    text-align: center;

    color: #fff;

    font-size: 14px;

    cursor: pointer;

}

.nav-item.active {

    padding-top: 14px;

    width: 130px;

    height: 80px;

    background-image: linear-gradient(45deg, 

		#ff5a00 0%, 

		#ffae00 100%), 

	linear-gradient(

		#00aaff, 

		#00aaff);

	background-blend-mode: normal, 

		normal;

    border: none;

}

.active .act-nav-item-title {

    margin-bottom: 4px;

    color: #fff;

    font-size: 20px;

}

.special-nav-item {

    position: relative;

    width: 105px;

	height: 174px;

	background-image: linear-gradient(45deg, 

		#0d80e2 0%, 

		#5eb9f9 100%), 

	linear-gradient(

		#4929cc, 

		#4929cc);

	background-blend-mode: normal, 

		normal;

}

.special-nav-item-a {

    position: absolute;

    left: 0;

    bottom: 0;

    padding-top: 24px;

    width: 96px;

    height: 52px;

    text-align: center;

    color: #fff;

    font-size: 14px;

    background: url(../images/icon_to_top.png) no-repeat center 0;

}



.module-6 .module-product-title {

    margin-bottom: 70px;

}

.module-6 .module-product-title:before,

.module-6 .module-product-title:after {

    background: none;

}



.coupon-get-item {

    float: left;

    width: 590px;

    height: 201px;

    background: url(../images/coupon_bg.png) no-repeat center;

}

.coupon-get-item:first-child {

    margin-right: 20px;

}

.left-container {

	position: relative;

    float: left;

    padding: 20px 0 20px 30px;

    width: 524px;

    height: 100%;

}

.left-container-top {

    display: table-cell;

    vertical-align: bottom;

    height: 80px;

    color: #fff;

}

.left-container-top-intro {

    margin-right: 87px;

    display: inline-block;

    font-size: 14px;

}

.coupon-name {

	position: absolute;

	color: #fff;

	top: 33px;

	font-size: 22px;

	font-weight: bold;

}

.left-container-top-money {

    font-size: 20px;

}

.left-container-top-money-big {

    font-size: 50px;

}

.left-container-bottom {

    padding: 10px 0;

}

.coupon-little-item {

    float: left;

    margin-left: 8px;

    margin-bottom: 8px;

    padding: 0 15px 0 10px;

    width: 152px;

    height: 31px;

    line-height: 31px;

    background: url(../images/bg_white_transparent.png) no-repeat center;

    color: #fff;

}

.no-margin-left {

    margin-left: 0;

}

.coupon-little-item-left {

    font-size: 14px;

}

.coupon-little-item-right {

    float: right;

    font-size: 12px;

    line-height: 33px;

}

.coupon-little-item:first-child {

    margin-left: 0;

}



.coupon-link {

    float: left;

    padding: 41px 20px 20px 22px;

    width: 66px;

    height: 100%;

    font-size: 20px;

    color: #fff;

}

.coupon-link.disable {

    cursor: not-allowed;

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