@charset "utf-8";
/* CSS Document */

/* 弹出购买代码开始*/

.fukuan {
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;

}

.chengong {
	position: fixed;
	width: 565px;
	height: 238px;
	z-index: 1002;
	display: none;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.zhifu {
	position: fixed;
	display: none;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1002;
	width: 460px;
	height: 180px;
	background-color: #FFF;
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
	padding: 20px;
}

.zhifu1 {
	width: 100%;
	float: left;
	height: 25px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
	line-height: 25px;
}

.zhifu1 span {
	display: inline-block;
	float: left;
	font-size: 16px;
	height: 25px;
}

.zhifu1 p {
	float: right;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 5px;
	background-image: url("../images/collect_closeb.png");
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}


.zhifu1 p:hover {
	background-image: url("../images/collect_closeb.png");
	background-position: 0px -35px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zhifu2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 50px;
}

.zhifu2 p {
	width: 140px;
	display: inline-block;
	line-height: 40px;
	margin-right: 5px;
	text-align: center;
	height: 40px;
	font-size: 14px;
	background-color: #FB3E2F;
	color: #fff;
}

.zhifu2 p:hover {
	background-color: #ff9c00;
}

.zhifu2 p a {
	color: #fff;
	display: inline-block;
	width: 100%;
	height: 100%;
}

.zhifu2 span {
	width: 140px;
	display: inline-block;
	margin-left: 5px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background-color: #FB3E2F;
	color: #fff;
}

.zhifu2 span:hover {
	background-color: #ff9c00;
}

.zhifu2 span a {
	display: inline-block;
	width: 100%;
	height: 100%;
	color: #fff;
}

.zhifubao {
	position: fixed;
	margin: auto;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 600px;
	padding: 20px;
	height: 480px;
	z-index: 1002;
	background-color: #FFF;
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
}

.zhifubao1 {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 25px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
}

.zhifubao1 p {
	display: inline-block;
	font-size: 16px;
	width: 300px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
}

.zhifubao1 span {
	float: right;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 5px;
	background-image: url("../images/collect_closeb.png");
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}


.zhifubao1 span:hover {
	background-image: url("../images/collect_closeb.png");
	background-position: 0px -35px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.zhifubao2 {
	width: 316px;
	float: left;
}

.zhifubao2-1 {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.zhifubao2-1 p {
	width: 100%;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #999;
}

.zhifubao2-1 span {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	color: #960000;
}

.zhifubao2-2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	height: 250px;
}

.zhifubao2-2 img {
	width: 250px;
	height: 250px;
}

.zhifubao2-3 {
	width: 100%;
	float: left;
	line-height: 25px;
	color: #999;
	text-align: center;
}

.zhifubao3 {
	width: 204px;
	padding-top: 50px;
	float: left;
}

.weixin {
	position: fixed;
	margin: auto;
	left: 0;
	right: 0;
	display: none;
	top: 0;
	bottom: 0;
	width: 560px;
	padding: 20px;
	height: 440px;
	z-index: 1002;
	background-color: #FFF;
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
}

.weixin1 {
	width: 100%;
	height: 35px;
	float: left;
	line-height: 25px;
	border-bottom: 1px solid #E4E4E4;
	padding-bottom: 10px;
}

.weixin1 p {
	display: inline-block;
	font-size: 16px;
	width: 300px;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	height: 25px;
}

.weixin1 span {
	float: right;
	width: 18px;
	height: 18px;
	display: block;
	margin-right: 5px;
	background-image: url("../images/collect_closeb.png");
	background-repeat: no-repeat;
	cursor: pointer;
	margin-top: 5px;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}


.weixin1 span:hover {
	background-image: url("../images/collect_closeb.png");
	background-position: 0px -35px;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}

.weixin2 {
	width: 307px;
	float: left;
}

.weixin2-1 {
	width: 100%;
	margin-top: 20px;
	float: left;
}

.weixin2-1 p {
	width: 100%;
	float: left;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #999;
}

.weixin2-1 span {
	width: 100%;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	text-align: center;
	color: #960000;
}

.weixin2-2 {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 20px;
	height: 250px;
}

.weixin2-2 img {
	width: 250px;
	height: 250px;
}

.weixin2-3 {
	width: 100%;
	float: left;
	line-height: 25px;
	color: #999;
	text-align: center;
}

.weixin3 {
	width: 213px;
	padding-top: 50px;
	float: left;
}
























.fukuan1 {
	position: fixed;
	display: none;
	/*width:730px;*/
	/*height:660px;*/
	/*background-image:url(../images/beijing.jpg);*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1001;
	/*box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);*/


}

.fankuiguanbi {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url("../images/chacha.png")
		/*tpa=http://pay.mfdemo.cn/public/templates/default/images/chacha.png*/
	;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}


.fankuiguanbi:hover {
	background-image: url("../images/chacha1.png")
		/*tpa=http://pay.mfdemo.cn/public/templates/default/images/chacha1.png*/
	;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}



.fukuan1-1 {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 20px;
}


.guanbi {
	position: absolute;
	right: 20px;
	top: 20px;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background-image: url("../images/chacha.png")
		/*tpa=http://pay.mfdemo.cn/public/templates/default/images/chacha.png*/
	;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;


}

.guanbi:hover {
	background-image: url("../images/chacha1.png")
		/*tpa=http://pay.mfdemo.cn/public/templates/default/images/chacha1.png*/
	;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}


.jieshao {
	width: 100%;
	float: left;
	overflow: hidden;

	text-align: center;
	margin-top: 40px;




	font-size: 32px;
	font-family: "Microsoft YaHei";
	font-weight: 500;





}

.jieshao1 {
	width: 100%;
	overflow: hidden;
	float: left;
	text-align: center;
	margin-top: 20px;
}

.jieshao1 p {
	display: inline-block;

	border: #7d7d7d solid 1px;
}


.jieshao2 {
	width: 100%;
	float: left;
	height: auto;


}


.jieshao2-1 {
	width: 100%;
	float: left;
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;
	padding-left: 175px;
	box-sizing: border-box;


}


.jieshao2-2 {
	width: 100%;
	float: left;
	padding-left: 175px;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 15px;


}

.jieshao2-3 {
	width: 100%;
	float: left;
	padding-left: 175px;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 10px;


}

.jieshao2-4 {
	width: 100%;
	float: left;
	padding-left: 175px;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 10px;


}

.jieshao2-4 i {
	font-style: normal;
	display: inline-block;
	color: #ffab00;
	font-size: 24px;
}

.jieshao2-4 em {
	font-style: normal;
	display: inline-block;

	font-size: 24px;
}

.jieshao2-5 {
	width: 100%;
	float: left;
	padding-left: 175px;
	font-size: 16px;
	box-sizing: border-box;
	margin-top: 10px;


}

.jieshao2-6zong {
	display: inline-block;
	float: left;
	text-align: center;
	width: 100%;
	margin-top: 20px;
	height: 21px;
}

.jieshao2-6 {


	display: inline-block;
	font-size: 16px;
	text-align: center;





}

.jieshao2-6-1 {
	display: inline-block;
	height: 15px;
	float: left;
	margin-top: 6px;
}

.u-checkbox {
	position: relative;
	display: inline-block;
	*zoom: 1;
	*display: inline;
}


.u-checkbox input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	visibility: hidden;
}

.u-checkbox {
	line-height: 15px;
}


.u-checkbox .icon {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
	vertical-align: middle;
}


.u-checkbox .icon {
	-webkit-background-size: contain;
	background-size: contain;
}

.u-checkbox.z-checked .icon {
	background-image: url("../images/icon_checkbox_checked.png");
}



.jieshao2-6-2 {
	display: inline-block;
	position: relative;
	float: left;
	overflow: hidden;
	height: 21px;
	cursor: pointer;

}

.jieshao2-6-2:hover .banquanzong {
	bottom: 21px;

}

.banquanzong {
	position: absolute;
	width: 370px;
	height: 322px;
	bottom: 20px;
	left: 50%;
	margin-left: -185px;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.banquanhua {
	overflow: inherit;

}

.banquan {
	width: 370px;
	height: 310px;
	background-color: #151515;
	border-radius: 5px;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;


	color: #fff;

	-ms-transition: 0.5s right ease;
	font-size: 14px;
	line-height: 25px;
	overflow-y: auto;

}

.banquan p {
	display: inline-block;
	float: left;
	width: 100%;

}

.sanjiao {
	position: absolute;
	z-index: 99;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #151515;
	left: 50%;
	margin-left: -12px;
	bottom: 0px;

}


.jieshao2-6-3 {
	display: inline-block;
	position: relative;
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 21px;
}

.jieshao2-6-3:hover .shenmingzong {
	bottom: 21px;

}

.shenmingzong {
	position: absolute;
	width: 370px;
	height: 322px;
	bottom: 40px;
	left: 50%;
	margin-left: -185px;
	-webkit-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
}

.shenminghua {
	overflow: inherit;

}

.shenming {
	width: 370px;
	height: 310px;
	background-color: #151515;
	border-radius: 5px;
	position: absolute;
	padding: 20px;
	box-sizing: border-box;
	z-index: 1;


	color: #fff;

	-ms-transition: 0.5s right ease;
	font-size: 14px;
	line-height: 25px;
	overflow-y: auto;

}

.shenming p {
	display: inline-block;
	float: left;
	width: 100%;

}








.jieshao2-7 {
	width: 100%;
	float: left;
	font-size: 16px;
	text-align: center;


	margin-top: 20px;


}

.jieshao2-7-1 {
	display: inline-block;

	margin-right: 5px;
	font-size: 16px;





}

.jieshao2-7-1 a {
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	border: #313131 solid 1px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	color: #333;
	overflow: hidden;
	position: relative;
	z-index: 1;
}












.jieshao2-7-2 {
	display: inline-block;
	margin-left: 5px;
	font-size: 16px;
	overflow: hidden;

}

.jieshao2-7-2 a {
	display: inline-block;
	padding: 0px 30px 0px 30px;
	box-sizing: border-box;
	background-color: #960000;
	color: #fff;
	line-height: 30px;
	position: relative;
	z-index: 1;
}

/* 弹出购买代码结束*/

.bought-modal {
	width: 460px;
	height: 540px;
	min-height: 540px;
	max-width: 100%;
	padding: 0;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
}

.bought-modal .fukuan1-1 {
	padding: 40px 60px;
}

.bought-modal .jieshao {
	margin-top: 0;
	font-weight: bold;
	font-size: 18px;
	float: unset;
	text-align: center;
}

.bought-modal .jieshao2-3 {
	padding-left: 0;
	margin-top: 20px;
}

.bought-modal .jieshao2-6 {
	font-size: 14px;
	color: #999;
}

.bought-modal .jieshao2-6zong {
	margin-top: 47px;
}

.span-other {
	position: relative;
	cursor: pointer;
	color: #000;
}

.span-other:hover {
	/*border-bottom: 1px solid #000;*/
}

.span-other .banquanzong {
	display: none;
}

.span-other:hover .banquanzong {
	display: block;
}

.jieshao2-7 {
	margin-top: 30px;
}

.jieshao2-7-2 a {
	width: 160px;
	height: 46px;
	line-height: 46px;
	background-color: #000000;
}

.pay-modal {
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
}

.pay-modal-main {
	padding: 40px 0;
}

.pay-modal-head {
	margin-bottom: 35px;
}

.pay-modal-body .label-title {
	font-size: 14px;
	font-weight: bold;
	height: 45px;
	line-height: 45px;
	text-align: left;
	min-width: 88px;
	float: left;
}

.pay-modal-top {
	padding: 0 52px;
	padding-bottom: 12px;
	border-bottom: 1px solid #d2d2d2;
}

.pay-modal-bottom {
	padding: 20px 52px;
}

.pay-type {
	display: inline-block;
	margin: auto;
	cursor: pointer;
	margin-bottom: 10px;
	width: 180px;
	height: 45px;
	border: 1px solid #D2D2D2;
	border-radius: 2px;
	padding: 10px 18px;
	transition: linear all 0.3s;
}

.pay-type:hover {
	border-color: #960000;
}

.company-info {
	display: inline-block;
	width: 100%;
	min-height: 138px;
	font-size: 14px;
	border: 1px solid #d2d2d2;
	border-radius: 2px;
	padding: 15px 25px;
	margin-bottom: 15px;
	color: #666;
}

.company-info>p {
	height: 30px;
	line-height: 30px;
}

.caveat-info {
	line-height: 23px;
	display: inline-block;
}

.caveat-info .i-blur {
	font-style: normal;
	color: #4555FE;
}

@media screen and (max-width: 465px) {

	.bought-modal .fukuan1-1,
	.pay-modal-top,
	.pay-modal-bottom {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.checkout-modal {
	width: 800px;
	min-height: 500px;
	max-width: 100%;
	border-radius: 2px;
	padding: 0;
	box-shadow: 2.5px 4.33px 40px 0px rgba(0, 0, 0, 0.761);
}

.checkout-modal-head {
	height: 52px;
	line-height: 52px;
	padding: 0 25px;
	background-color: #000;
	color: #fff;
}

.checkout-modal .guanbi {
	background-image: url("../images/chacha-white.png")
		/*tpa=http://pay.mfdemo.cn/public/templates/default/images/chacha-white.png*/
	;
}

.checkout-modal-body {
	background-color: #fff;
	padding: 55px;
	text-align: center;
}

.checkout-modal-body .center-qrcode {
	display: table;
	margin: auto;
	position: relative;
	padding: 10px;
	border: 1px solid #d2d2d2;
	box-shadow: 1px 1px 1px #e6e6e6;
	margin-bottom: 10px;
}

.img-sys {
	position: absolute;
	left: 100%;
	top: -80px;
	margin-left: 10px;
}

@media screen and (max-width: 700px) {
	.checkout-modal-head {
		height: auto;
		line-height: 15px;
		padding: 15px 25px;
		padding-right: 50px;
	}

	.checkout-modal-head span {
		display: block !important;
		margin: 0 !important;
	}

	.img-sys {
		display: none;
	}
}

.guanbi {
	right: 15px;
	top: 15px;
}

.error-msg {
	display: none;
	position: absolute;
	width: 100%;
	top: -24px;
	left: 0;
	text-align: center;
	font-size: 12px;
	color: #d04545;
}
