/*buy_center*/
.promo-header {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 10% 20px;
	background-color: #ff4441;
}
.promo-header .logo{ float: left; margin-top: 20px;}
.promo-header .right{ float: right;}
.promo-header .link{ float: left; margin:38px 10px 0 25px; line-height: 24px;}
.promo-header .reg{ float: left; margin-top: 38px; }
.promo-header .reg a{ margin-left: 5px; display: inline-block; height: 28px; line-height: 26px; font-size: 16px; border: 1px solid rgba(255,255,255,.3); padding: 0 12px; border-radius:6px; color: #FFFFFF; color:rgba(255,255,255,.65); }
.promo-header .reg a:hover{  border:none; padding: 1px 13px; background: -webkit-linear-gradient(180deg,#ff4441,#B22222); background: linear-gradient(180deg,#ff4441,#B22222);}
.warp-content-1{
	width: 100%;
	height: auto;
	background-color: #fff;
	padding: 10px;
}
.warp-content-2{
	padding: 10px;
	width: 100%;
	height: auto;
	background-color: #F5F5F5;
}
.main-box{
	width:1200px;
	margin: 0 auto;
	font-size: 12px;
}
.card{
	background-color: #fff;
	width: 280px;
	height: 200px;
	position: relative;
	margin: 10px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 3px;
}
.card-active{
	/*border:1px solid #f00;*/
	box-shadow: 0px 0px 10px 0px rgba(252, 3, 28, 0.5);
}
.limit_time {
	position: absolute;
	top: -4px;
	right: -4px;
}
.card .title,.buy_title{
	font-size: 22px;
	height: 50px;
	line-height: 50px;
	margin-top: 30px;
	text-align: center;
}
.card-title{
	padding-left: 10px;
	font-size: 14px;
	font-weight: bold;
	height: 40px;
	line-height: 40px;
}
.desc{
	font-size: 12px;
	height: 30px;
	padding-left: 10px;
}
.card-time{
	clear: both;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.time-label{
	float: left;
}
.time-content{
	float: right;
}
.card-price{
	margin: 15px 0;
	padding-left: 10px;
}
.grey{
	font-size: 12px;
	color:#000;
}
.red{
	font-size: 20px;
	color: #FF2222;
}
.card a.btn{
	width: 100%;
	background-color: #1890FF;
	border-radius: 0;
	border: 0;
	position: absolute;
	bottom: 0;
	color:#fff !important;
}
.btn-primary:hover{
	background-color: #0078e6;
}
.tip-title{
	font-size: 14px;
	padding: 10px 0;
}
header {
	height: 80px;
	background-color: rgba(255,255,255,1);
	width: 100%;
	min-width: 1200px;
	position: fixed;
	z-index: 100;
	top: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
header .top{
	width: 1100px;
	margin: 0 auto;
	height: calc(50% - 1px);
}
header .split{
	width: 100%;
	height: 1px;
	background-color: rgba(240,240,240,1);
}
header .nav{
	width: 1100px;
	margin: 0 auto;
	height: 50%;
}
.wrap .banner,.page-wrap .banner{
	margin-top:80px
}
.bland{
	float: left; display: flex; justify-content: space-between; align-items: center;
}
.logo {
	width: 160px; margin-right: 30px; height: 60px;text-decoration: none !important;
}
.logo img{
	margin-top: 16px; margin-right: 10px; width: 60px; vertical-align: middle
}
.logo .title{
	display: inline-block; margin-left: -4px; font-size: 22px; font-weight: 500; line-height: 35px; color: #1a1a1a; padding-top: 2px; margin-top: 11px; vertical-align: bottom
}
.nav-item{
	height: 100%;
	position: relative;
	font-size: 16px;
	justify-content: space-between;
	float: right;
	margin-bottom: 0px;
	list-style: none;
}
.nav-item .btn{
	justify-content: flex-end;
}
.nav-item li {
	position: relative;
	display: inline-block;
	height: 100%;
	line-height: 80px;
	cursor: pointer;
	width: auto;
	text-align: center;
	vertical-align: top;
	margin-left:26px;
}
.btn-login {
	width: 64px;
	height: 32px;
	line-height: 30px;
	cursor: pointer;
	font-size: 14px;
	background: #1890FF;
	border-radius: 2px;
	color: rgba(255,255,255,1);
	padding: 0;
}
.btn-login:hover{
	background:#1890FF;
	color: rgba(255,255,255,1) !important;
}
.link{
	color: #1a1a1a;
	font-weight: 500;
}
.link:hover{
	color: #1890FF;
}
a.active{
	color: #1890FF;
	border:none;
}
.reg a {
	margin-left: 5px;
	display: inline-block;
	height: 28px;
	line-height: 26px;
	font-size: 16px;
	border: 1px solid rgba(255,255,255,.3);
	padding: 0 12px;
	border-radius: 6px;
	color: #FFFFFF;
	background:#1890FF;
}
.warp-content-1{
	width: 100%;
	height: auto;
	background-color: #fff;
	clear: both;
}
.warp-content-2{
	width: 100%;
	height: auto;
	background-color: #F5F5F5;
	clear: both;
}
.item.clearfix .img,.clearfix .text{
	float: left;
	width: 50%;
}
.item.clearfix .img{
	line-height: 400px;
	text-align: center;
}
.item.clearfix .img img{
	display: inline;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.text .text-content{
	padding:100px 0 100px 100px;
}
.text .title{
	font-size: 18px;
	font-weight: bold;
	height: 50px;
}
a.more{
	width: 150px;
	height: 35px;
	padding: 0;
	line-height: 35px;
	background: #1890FF;
	border-radius: 4px;
	border: none;
	outline: none;
	color:#fff
}
a.more:hover{
	color:#fff;
}
.text-content ul li{
	list-style-type:disc;
	color:#195EF0;
}
.text-content ul li span{
	color:#666666;
}
.use_time{
	padding: 10px;
}
/*buy_detail*/
.main-box .row{
	margin:0px;
	margin-top: 10px;
}
.productMoney{
	background-color: #FFF2E5;
	margin: 5px 0;
	width:100% !important;
}
.clearfix::after{
	content:'';
	display:block;
	clear:both;
}
.header .tab{
	float:left;
	padding:10px 20px;
	background: #F5F5F5;
	border: 1px solid #DCDCDC;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 300;
	color: #666666;
	height: 40px;
}

.header .tab.active{
	background:white;
	font-weight: bold;
}
.cont{
	border:1px solid #F5F5F5;
}
.cont .panel{
	margin-bottom:0px;
	display:none;
}
.cont .panel.active{
	color:#555;
	display:block;
}
.cont .panel .content{
	padding: 10px;
}
.cont .panel .content p{
	margin-bottom: 10px;
}
.tips{
	background-color: #C9E1F7;
	padding: 5px;
}
.group{
	vertical-align:middle;
	line-height: 30px;
}
.info{
	background-color: #fff;
	padding:10px 0 ;
}
.group .input{
	height: 30px;
	width: 150px;
	border-radius: 4px;
	border: 1px solid #ccc;
}
.info .title{
	font-size:16px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.submit-order{
	background-color: #FF7E7E;
	border:0;
	color:#fff !important;
	font-size:14px;
}
.submit-order:hover{
	background-color: #e6523f;
	border:0;
	color:#fff;
	font-size:14px;
}
button:focus,.btn-info:hover{
	outline: 0 !important;
	border:0 !important;
}
.group .total{
	font-size: 20px;
	color: #FF1818;
}
.numBox {
	width: 32px;
	height: 32px;
	margin-right: 3px;
}
.cal {
	display: inline-block;
	width: 32px;
	height: 32px;
	font-size: large;
	line-height: 30px;
	text-align: center;
	border: 1px solid #888;
	cursor: pointer;
}