@chart:utf8;
*{
	margin:0;padding: 0;
}
html{
	font-family: "微软雅黑";
}
.index_pg_detail{
	width: 100%;
	height: 2188px;
	background:url('../images/pg_detail.png') no-repeat center center;
	background-size: 100% 100%;
	margin-top: 60px;
}
.pg_detail_content{
	width: 1200px;
	height: 2068px;
	position: absolute;
	background: #fff;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	margin-top: 120px;
}
.pg_detail_content>h2{
	font-size: 28px;
	color: #163051;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 10px;
}
.pg_t{font-size: 16px;
	color: #333333;
	text-align: center;
	margin-top: 20px;
}
.pg_p{font-size: 16px;
	color: #333333;
	text-align: center;
	margin-bottom: 50px;
}
.pg_xuanze{
	font-size: 20px;
	color: #163051;
	margin-left: 150px;
}
.pg_xuanze span:first-of-type{
	margin-left: 20px;
	color: #ce0023;
	font-size: 16px;
}
.pg_xuanze span:last-of-type{font-size: 16px;
	color: #333333;
	margin-bottom: 30px;
}
.liClass{
	background:url('../images/check_true.png') no-repeat center center;
	background-size: 100%;
}
.liFalseClass{
	background:url('../images/check_false.png') no-repeat center center;
	background-size: 100%;
}
.pg_detail_content ul{
	margin-left: 150px;
	height: 28px;
	margin-bottom: 40px;
	margin-top: 30px;
}
.pg_detail_content ul li{
	font-size: 16px;
	color: #666666;
	float: left;
	margin-right: 44px;
}
.pg_detail_content ul li img{
	margin-right: 10px;
	cursor: pointer;
}
.fenge{
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #c1d8f8;
	margin-bottom: 40px;
}
.name_tell,.weixin_qq,.youxiang,.dizhi{
	width: 814px;
	height: 80px;
	margin-left: 150px;
	margin-bottom: 40px;
}
.biaodan_name,.biaodan_weixin,.biaodan_youxiang{
	width: 360px;
	float: left;
	height: 100%;
	margin-right: 94px;
}
.biaodan_dizhi{
	width: 814px;
	height: 100%;
}
.biaodan_tell,.biaodan_qq{
	width: 360px;float: left;height: 100%;}
.name_top,.tell_top,.weixin_top,.qq_top,.youxiang_top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #163051;
}
.dizhi_top{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #163051;
}
.input{
	width: 100%;
	height: 40px;
	border: 1px solid #dddddd;
	border-radius: 6px;
	box-sizing: border-box;
}
input[name="color"]::-webkit-input-placeholder {
	color: #cccccc;
}
#ajax_name,#ajax_phone,#ajax_wxnumber,#ajax_qqnumber,#ajax_mail{
	width: 80%;
	margin-left: 10px;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px; color: #333333;
	border: none;
}
.input:hover{
	border-style:solid; 
 	border-color: #2596f6; 
 	box-shadow: 0 0 2px #2596f6;
}
#ajax_address{
	width: 80%;
	margin-left: 10px;
	height: 100%;
	box-sizing: border-box;
	font-size: 16px;
	color: #333333;
	border: none;
}
#ajax_childage{
	border-radius: 5px;
	margin-left: 10px;
	border: 1px solid #ccc;
	padding-left: 10px;
	height: 30px;
}
#ajax_member span{
	color: #ce0023;
	font-size: 16px;
}
.back_none{
	height: 124px !important;
}
.back_none li{
	float: none !important;
}
.back_none li:nth-of-type(1){
	margin-bottom: 20px;
}
.back_none li:nth-of-type(2){
	margin-bottom: 20px;
}
.get_none{
	height: 124px !important;
}
.get_none li{
	float: none !important;
}
.get_none li:nth-of-type(1){
	margin-bottom: 20px;
}
.get_none li:nth-of-type(2){
	margin-bottom: 20px;
}
.cuowutishi{
	text-align: center;
	margin-top: 21px;
	height: 28px;
	font-size: 16px;
	color: #ce0023;
	margin-bottom: 20px;
	visibility: hidden;
}
.tijiao{
	width: 310px;
	height: 72px;
	background:url('../images/tijiao.png') no-repeat center center;
	background-size: 100%;
	margin-left: 450px;
}
.tijiao:hover {
	cursor: pointer;
	background-image: url('../images/tijiao_hover.png');
	background-repeat: no-repeat;
	background-position: center;
}
.tijiao:active {
	background-image: url('../images/tijiao_active.png');
	background-repeat: no-repeat;
	background-position: center;
}
.ourAlert-container {
	position: fixed;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s ease-in-out;
	width: 600px;
	height: 300px;
	background-color: #fff;
	border-radius: 10px;
	z-index: 999999;
}
.ourAlert-close {
	position: absolute;
	right: 36px;
	top: 26px;
	width: 36px;
	height: 36px;
	font-size: 20px;
	cursor: pointer;
	z-index: 3;
	background:url('../images/x.png') no-repeat center center;
	background-size: 100%; 
}
.ourAlert-bg {
	position: absolute;
	top: 0px;
	left: 0;
	background-color: rgba(0, 0, 0, .6);
	width: 100%;
	height: 2251px;
	z-index: 999;
}
.success-icon{
	width: 70px;
	height: 70px;
	background:url('../images/ok.png') no-repeat center center;
	background-size: 100%;
	margin-left: 215px;
	margin-top: 40px;
}
.success-tijiao{
	text-align: center;
	font-size: 16px;
	color: #666666;
	margin-top: 40px;
}
.return-index{
	text-align: center;
	margin-top: 70px;
	font-size: 18px;
	color: #32c1d4;
}
.return-index span{
	font-size: 16px;
}
.pg_xian{
	width: 120px;
	height: 2px;
	background: #ce0023;
	text-align: center;
	margin-left: 540px;
	margin-top: -12px;
}
.mingzi{
	border: 1px solid #ccc;
	width: 150px;
	height: 40px;
}