.hide{
    display: none;
}
.buy-page .disable{
    background: #ccc;
    pointer-events: none;
}
.buy-page .bandDisable{
    background: #ccc;
    color: white;
    cursor: not-allowed;
}
button:not(:disabled){
    cursor: pointer;
}
/* 公共 */
.act-module {
    width: 100%;
    margin :0 auto;
}
.module-product-title-outer{
    padding-top: .4rem;
    text-align: center;
}
.module-product-title{
    font-size: .4rem;
    letter-spacing: 2px;
    color: #333;
}
.module-product-desc{
    font-size: .28rem;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 1px;
    color: #333333;
    margin-top: .3rem;
}
.module-product-desc>span,.module-product-desc>a{
    text-decoration: underline;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #e52e2e;
}
.ny-select-list .ny-select-item:hover, .ny-select-list .ny-select-item.active {
    background: #398dee;
    color: #fff!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); */
    background-image: linear-gradient(45deg,   #f21f0c 0%,   #fb6a54 100%);
    color:#fff;
    text-align: center;
}
.showing-btn.hiding-animate2 {
    left: 0px;
}
.showing-btn div:nth-child(1){
    padding-top: 18px;
}
.nav-container {
    width: 110px;
    height: 200px;
    background-color: #ffffff;
    box-shadow: 0px 8px 12px 0px 
        rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    position: fixed;
    top: 50%;
    left: 10px;
    z-index: 999;
    margin-top: -200px;
}
.nav-container.hiding-animate1 {
    left: -120px;
}
.showing-btn.hiding-animate2 {
    left: 0px;
}
.nav-container .nav-item{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
    cursor: pointer;
}
.nav-container .nav-item.active{
	width: 120px;
	background-image: linear-gradient(90deg, 
		#f52614 0%, 
		#ff4e33 100%);
	border-radius: 2px;
    color: #ffffff;
    margin-left: -5px;
}
.nav-container .special-nav-item {
	width: 100%;
	height: 40px;
	background-color: #333333;
	border-radius: 0px 0px 4px 4px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    font-size: 14px;
}
.nav-container .special-nav-item>.special-nav-item-a{
    color: #fff;
}
.nav-container .special-nav-item>.special-nav-item-a>.ico{
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(../images/icon9.png) no-repeat center;
    margin-left: 4px;
}
#secondKillSelect{
    width: 500px;
}
.pack-buy-box {
	padding: 20px 0 0 30px;
}
.formTable th {
	font-size: 14px;
	font-weight: normal;
	color: #666;
	text-align: right;
	width: 90px;
	vertical-align: top;
	padding-top: 22px
}
.formTable tr {
	height: 57px;
}
.formTable td {
	padding: 12px 0 9px 10px;
}
.buy-page .ny-oa-select{
    width: 300px;
    border-radius: 0;
}
.buy-page .ny-select-show{
    border-radius: 0;
}
/* 公共 */
/* 配置 */
.lyhd-banner{width: 100%;background: url("images/jd100n_wapBan.jpg") no-repeat top center;height: 4rem;background-size: 100%}
#act-config.act-module{
    background: #f9f9f9;
}
.act-process{
    margin: 60px auto 0 auto;
    display: flex;
    width: 1200px;
	height: 64px;
	background-image: linear-gradient(90deg, 
		#ffce47 8%, 
		#f5bf2c 44%, 
		#ffda47 100%);
	border-radius: 5px;
}
.process-item {
    width: 315px;
    padding-left: 60px;
    padding-top: 14px;
    padding-bottom: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.process-item>.title{
    display: flex;
    align-items: center;
}
.process-item>.title>.ico{
    width: 36px;
    height: 36px;
    margin-right: 10px;
}
.process-item>.title>.ico.ico1{
    background: url(img/1.png) no-repeat center;
}
.process-item>.title>.ico.ico2{
    background: url(img/2.png) no-repeat center;
}
.process-item>.title>.ico.ico3{
    background: url(img/3.png) no-repeat center;
}
.process-item>.title>.ico.ico4{
    background: url(img/4.png) no-repeat center;
}
.process-item>.title>span{
    font-size: 16px;
	letter-spacing: 0px;
	color: #333333;
    font-weight: bolder;
}
.process-item>.arrow{
    width: 56px;
    height: 12px;
    background:url(img/arrow.png) no-repeat center;
}
.config-list{
    width: 95%;
    margin: 0 auto;
}
.config-item{
    margin: 30px auto;
    width: 100%;
    /* height: 598px; */
    background-color: #ffffff;
    border-radius: 4px;
}
.config-item:nth-child(3n){
    margin-right: 0;
}
.config-item .c-item-top{
    width: 100%;
    /* height: 94px; */
   background-image: linear-gradient( 
90deg
 , #be0505 0%, #ef0c08 100%);
    border-radius: 4px 4px 0px 0px;
    padding-top: .2rem;
    padding-left: 30px;
    padding-bottom: .2rem;
    position: relative;
    box-sizing: border-box;
}
.config-item .c-item-top>.ico{
    width: 64px;
    height: 64px;
    background: url(images/discount.png) no-repeat center;
    position: absolute;
    right: 0;
    top: 0;
}
.config-item .c-item-top>.title{
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #ffffff;
}
.config-item .c-item-top>.title>.model{
    padding-right: 10px;
    color: #fff;
}
.config-item .c-item-top>.desc{
    margin-top: 9px;
    font-size: 16px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #ffed26;
}
.c-item-center{
    margin: 0 20px 0 20px;
}
.c-item-center .center-item{
    padding-top: 20px;
    display: flex;
    align-items: center;
}
.c-item-center .center-item:nth-child(1){
    padding-top: 23px;
}
.c-item-center .center-item>.label{
    display: inline-block;
    padding-left: 10px;
    width: 80px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #999999;
}
.c-item-center .center-item>.value{
    padding-left: 15px;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #333333;
    flex: 1;
}
.c-item-center .center-item.times{
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}
.c-item-center .center-item.times>table{
   border-top: 1px solid #ddd;
   border-left: 1px solid #ddd;
}
.c-item-center .center-item.times>table td{border-right: 1px solid #ddd;height: .8rem;border-bottom: 1px solid #ddd;font-size: 14px;color: #999;}
.c-item-center .center-item.times>table th{border-right: 1px solid #ddd;height: .8rem;border-bottom: 1px solid #ddd;font-size: 14px;color: #999;font-weight: bold;background: #f9f9f9;text-align: center}
.c-item-center .center-item.times>table td>span{font-size:.4rem;color: #f2320c;font-weight: bold }
.c-item-center .center-item.times>table td>s{text-decoration: line-through;color: #999}
.c-item-center .center-item.times>.value.time-value{
	border-radius: 2px;
    display: flex;
    align-items: center;
    margin-left: 25px;
    padding-left: 0;
}
.c-item-center .center-item.times>.value.time-value .time-item{
    display: inline-block;
    width: 76px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #f5f5f5;
	border: solid 1px #dddddd;
    font-size: 14px;
	letter-spacing: 0px;
	color: #555555;
    cursor: pointer;
    margin-left: -1px;
}
.c-item-center .center-item>.value.time-value .time-item.active{
    background-color: #ffffff;
    border-radius: 2px;
    border-color: #f00;  
    color: #fc4229;
    z-index: 1;
}
.c-item-bottom{
    padding-top: .1rem;
    padding-left: 30px;
    padding-right: 30px;
}
.c-item-bottom .tags{float: left}
.c-item-bottom .tags>.tag{
    background-color: #ffebe5;
    border-radius: 2px;
    border: solid 1px #ff3300;
    padding: 2px 5px;
    color: #ff3300;
    font-size: 12px;
    margin-right: 5px;
}
.prices-main{
    float: right;
    justify-content: space-between;
    align-items: center;
    margin-top: -10px;
    padding-bottom: 22px;
}
.prices-main .price-left .price{
    font-size: 40px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #f2320c;
}
.prices-main .price-left .util{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 2px;
}
.prices-main .price-left .original-price{
    font-size: 14px;
	font-weight: bold;
	letter-spacing: 0px;
	color: #999999;
    padding-left: 10px;
    text-decoration:line-through;
    display: block;
}
.prices-main .buy-btn,.prices-main .view-btn{
    display: block;
    width: 110px;
    height: .7rem;
   background-image: linear-gradient( 
90deg
 , #be0505 0%, #ef0c08 100%);
    border-radius: 2px;
    line-height: .7rem;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    position: relative;
}
.prices-main .buy-btn.disabled{
    background: #ccc;
    color: white;
    cursor: not-allowed;
    pointer-events: none;
}
.mask{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}
.prices-main .buy-btn:hover .mask{
    display: block;
}
/* 配置 */
/* 详情 */
#b-detail.act-module{
    padding-bottom: 60px;
    background: #fff;
}
.b-detail-list{
    width: 97%;
    margin: 0 auto;
    padding-top: .3rem;
    display: flex;
    flex-wrap: wrap;
}
.b-detail-item{
    width: 49%;
    margin-top: .6rem;
}
.b-detail-item:last-child{border-right: none}
.b-detail-item>.ico{
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
}
.b-detail-item>.ico.ico1{
    background: url(images/icon1.png) no-repeat center;
    background-size: cover;
}
.b-detail-item>.ico.ico2{
    background: url(images/icon2.png) no-repeat center;
    background-size: cover;
}
.b-detail-item>.ico.ico3{
    background: url(images/icon3.png) no-repeat center;
    background-size: cover;
}
.b-detail-item>.ico.ico4{
    background: url(images/icon4.png) no-repeat center;
    background-size: cover;
}
.b-detail-item>.title{
    font-size: .3rem;
	letter-spacing: 0px;
    line-height: 15px;
	color: #333;
    margin-top: 20px;
    text-align: center;
}
.b-detail-item>.desc{
    margin-top: 18px;
    font-size: .27rem;
	letter-spacing: 0px;
	color: #999999;
    text-align: center;
}
/* 详情 */
/* 推广返利 */
#cps.act-module{
    background: #f5f5f5;
    padding-bottom: 60px;
}
.csp_main{
    width: 1200px;
    margin: 60px auto 0 auto;
    background-color: #ffffff;
    border-radius: 8px;
    border: solid 1px #eeeeee;
    padding: 60px 0;
}
.rebate-list{
    padding: 0 70px;
    display: flex;
}
.rebate-item{
    width: 220px;
    margin-right: 60px;
}
.rebate-item:nth-last-child(1){
    margin-right: 0;
}
.rebate-item-top{
    display: flex;
}
.rebate-item-top>.ico{
    width: 40px;
    height: 40px;
    margin-right: 10px;
}
.rebate-item-top>.ico.ico1{
    background: url(img/icon5.png) no-repeat center;
}
.rebate-item-top>.ico.ico2{
    background: url(img/icon6.png) no-repeat center;
}
.rebate-item-top>.ico.ico3{
    background: url(img/icon7.png) no-repeat center;
}
.rebate-item-top>.ico.ico4{
    background: url(img/icon8.png) no-repeat center;
}
.rebate-item-top>.title{
    font-size: 24px;
	letter-spacing: 1px;
	color: #ff3300;
}
.rebate-item-desc{
    width: 100%;
    height: 72px;
    background-color: #ffebe5;
    border-radius: 2px;
    border: solid 1px #ff3300;
    margin-top: 20px;
    font-size: 14px;
    padding:18px 0 18px 20px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	color: #333333;
}
.rebate-btn{
    margin: 30px auto 0 auto;
    text-align: center;
}
.rebate-btn>.open_cps{
    margin: 0 auto 20px auto;
    display: block;
    width: 240px;
    height: 44px;
    background-image: linear-gradient(0deg, 
        #f52614 0%, 
        #ff4e33 100%);
    border-radius: 22px;
    cursor: pointer;
    font-size: 14px;
	line-height: 44px;
    text-align: center;
	letter-spacing: 0px;
	color: #ffffff;
    position: relative;
}
.rebate-btn>.open_cps .mask{
    border-radius: 22px;
}
.rebate-btn>.open_cps:hover .mask{
    display: block;
}
.rebate-btn>.view_btn{
    font-size: 14px;
	letter-spacing: 0px;
	color: #ff3300;
    text-decoration: underline;
    text-align: center;
}
.isLogin_recommend{
    padding: 40px 0 0px 0 ;
    position: relative;
 }
 .isLogin_recommend>.share{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ff3300;
    vertical-align: middle;
 }
 .isLogin_recommend>.share>.link{
     width: 480px;
     height: 40px;
     line-height: 40px;
     display: inline-block;
     background-color: #eeeeee;
    border: solid 1px #cccccc;
    font-size: 14px;
    color: #333333;
    vertical-align: middle;
 }
 .isLogin_recommend>.share>.copyLink{
    width: 120px;
	height: 40px;
	background-image: linear-gradient(0deg,
		#f52614 0%,
        #ff4e33 100%);
        display: inline-block;
        font-size: 16px;
        color: #fff;
        cursor: pointer;
        vertical-align: middle;
 }
 .isLogin_recommend>p{
     padding: 20px 0;
     font-size: 14px;
     color: #999999;
     text-align: center;
 }
/* 推广返利 */
/* 更多产品 */
.act-module.more-product-module{
    padding-bottom: 60px;
    background: #f9f9f9;
}
.product-list{
    width: 97%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.product-list-item {
    width: 49%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
}
.product-list-item:nth-child(5n){
    margin-right: 0;
}
.product-list-item>.ico{
    width: 40px;
    height: 40px;
}
.product-list-item>.item-title{
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
    margin-top: 19px;
}
.product-list-item>.item-desc{
	font-size: .27rem;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #999999;
	opacity: 0.8;
    margin-top: 15px;
}
.product-list-item>.item-btn{
    margin-top: 20px;
	width: 2.5rem;
	height: .6rem;
    text-align: center;
	border: solid 1px #999;
    border-radius: 2px;
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: 0px;
	color: #999;
    cursor: pointer;
}
.product-list-item>.item-btn:hover{
   background-image: linear-gradient( 
90deg
 , #be0505 0%, #ef0c08 100%);    color: #fff;
}
.product-list-item>.item-btn-list .item-btn{
    margin-top: 20px;
    display: inline-block;
    width: 80px;
	height: .6rem;
    text-align: center;
	border: solid 1px #999;
	border-radius: 2px;
	font-size: .28rem;
	line-height: .6rem;
	letter-spacing: 0px;
	color: #999;
    cursor: pointer;
}
.product-list-item>.item-btn-list .item-btn:hover{
    background-image: linear-gradient( 
90deg
 , #4facfe 0%, #00f2fe 100%);
    color: #fff;
}
.product-list-item>.item-btn-list .item-btn:nth-child(1){
    margin-right: 10px;
}
/* 更多产品 */
.ruleBtn{
    cursor: pointer;
}
.ruleModal{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.5);
    z-index: 999999;
    display: none;
}
#activityRule{
    position: fixed;
    width: 776px;
    /* height: 326px; */
    left: 50%;
    top: 38%;
    margin-left: -388px;
    margin-top: -142px;
    background: white;
    z-index: 99999999;
    padding-bottom: 38px;
}
#activityRule>div{
    width: 100%;
    height: 100%;
    position: relative;
}
#activityRule>div>.ruleTitle{
	font-size: 18px;
	font-weight: bolder;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    padding-left: 46px;
    padding-top: 29px;
    color: #e52e2e;
}
#activityRule>div>ul{
    padding-left: 46px;
    padding-right: 30px;
}
#activityRule>div>ul>li{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
    color: #666666; 
    /* margin-top: 2px; */
}
.ruleClose{
    width: 34px;
    height: 34px;
    background: url(./img/ruleClose.png) no-repeat;
    background-position-x: 0;
    position: absolute;
    right: 28px;
    top: 25px;
    font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 46px;
	letter-spacing: 0px;
    color: #666666;
    cursor: pointer;
    transition: all .2s;
}
.ruleClose:hover{
    background-position-x: -34px;
}
.lyhd_hdgz_con{margin-top: .4rem;box-sizing: border-box;padding-bottom: .4rem;}
.lyhd_hdgz_con>p{margin-top: .4rem;font-size: .26rem;color: #333;text-align: center}
