@charset "utf-8";
/*订单服务-付款*/
.list_main {
    background: rgba(0, 75, 110, 0.8);
}
.main_tit{
	padding:30px 0px 0px;
	color: #fff;
	font-size: 20px;
}
.paymentNotice{
	padding: 20px 20px 15px;
	background: rgba(0,0,0,0.2);
	color: #81e6ff;
	margin: 20px 0px;
	border-radius: 3px;
}
.paymentNotice h1{
	font-weight: 700;
	color: #fff;
	margin-bottom: 20px;
	font-size: 16px;
}
.paymentNotice p{
	line-height: 36px;
	padding-left: 10px;
	font-size: 16px;
}
.paymentWay{
	width: 50%;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.paymentWay .radioBox {
	color: #81e6ff;
	font-size: 20px;
}
.paymentWay .radioBox input[type="radio"]{
	vertical-align: middle;
	margin: -3px 10px 0 0;
	width: 18px;
	height: 18px;
}
.paymentWay p{
	line-height: 46px;
	color: #fff;
	font-size: 16px;
	padding-left: 20px;
}
.paymentWay p:nth-of-type(1){margin-top: 30px;}
.paymentWay .tips{
	width: 200px;
	text-align: center;
	color: #fff;
	line-height: 30px;
	margin-top: 20px;
}
.paymentWay .imgBox{
	width: 200px;
	height: 160px;
	text-align: center;
}
.paymentWay .imgBox img{
	max-width: 160px;
	max-height: 160px;
}
.paymentWay .paymentsNumber{
	width: 200px;
	text-align: center;
	color: #ff4040;
	line-height: 30px;
	font-weight: 700;
	font-size: 16px;
}
.paymentStep{
	font-weight: 700;
	color: #81e6ff;
	font-size: 20px;
	margin: 50px 0 30px;
	border-bottom: 1px solid #005e8b;
	padding-bottom: 10px;
}
.invoiceInfo ul li{
	padding:10px 0;
}
.invoiceInfo ul li .key{
	width: 200px;
	text-align: right;
	color: #fff;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
}
.invoiceInfo ul li .key b{
	color: #ff4040;
	vertical-align: middle;
	margin: 0 5px 0 0;
}
.invoiceInfo ul li .val{
	width: 500px;
}
.invoiceInfo ul li .val .txt{
	display: block;
	width: 100%;
	padding: 0 10px;
	height: 32px;
	border: 1px #00a1c8 solid;
	background-color: #002540;
	color: #fff;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.invoiceInfo ul li .tips{
	height: 32px;
	line-height: 32px;
	color: #ff4040;
	margin-left: 20px;
}
.submitBox{
	display: block;
	width: 160px;
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 2px;
	color: #fff;
	background: #5cb85c;
	transition: all 0.6s;
	margin: 50px auto;
	font-size: 16px;
}
.submitBox:hover{
	background: #4d9d4d;
}
/*到期提醒、继续试用-弹框*/
.popupPrompt{
	padding: 50px 50px 30px;
	width: 660px;
	height: 350px;
	background: rgba(0,0,0,0.3);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popupPrompt.height220{height: 220px;}
.popupPrompt .userName{
	color: #81e6ff;
	font-size: 16px;
}
.popupPrompt .userName b{
	margin-right: 10px;
	color: #fff;
}
.popupPrompt .sayHello{
	text-indent: 32px;
	margin: 20px 0;
	font-size: 16px;
	color: #fff;
}
.popupPrompt .tips{
	font-size: 16px;
	color:#fff;
	line-height: 40px;
	text-indent: 32px;
}
.popupPrompt .tips b{
	color:#81e6ff;
	margin: 0 5px;
}
.popupPrompt .popupBtnBox{
	text-align: center;
	margin-top: 50px;
}
.popupPrompt .popupBtnBox a{
	display: inline-block;
	background: #00A1C8;
	min-width: 80px;
	padding: 0 20px;
	border-radius: 2px;
	height: 40px;
	line-height:40px;
	color: #fff;
	margin: 0 6px;
	font-size: 16px;
	transition: all 0.6s;
	text-align: center;
}
.popupPrompt .popupBtnBox a:hover{
	background: #00809f;
}
.tryApplyTips{
	text-align: center;
	font-size: 20px;
	color: #fff;
}
.popupPrompt .popupBtnBox a.autoClose{
	cursor: default;
}
/*付款-tab页切换*/
.order-tab .order-tab-title{
	border-bottom: 1px solid #005e8b;
	margin: 20px 0;
}
.order-tab .order-tab-title li{
	position: relative;
	line-height: 50px;
	min-width: 65px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	font-size: 16px;
	color: #999;
}
.order-tab .order-tab-title li.active{
	color: #81e6ff;
	font-weight: 700;
}
.order-tab .order-tab-title li.active:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	width: 100%;
	height: 51px;
	box-sizing: border-box;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid #81e6ff;
}
.order-tab-content .order-tab-item{display: none;}
.order-tab-content .order-tab-item.active{display: block;}