* {
    margin: 0px;
    padding: 0px;
	
}
body {
    
    font-size: 14px;
    background: #0C1C69;
   
}
img {
	border: 0px;
	display: block;
}
.main{
  
    font-size: 14px;

}
.fullImg{
	width: 100%;
}

.fixed{position:fixed;top:0;bottom:0;left:0;right:0;z-index: 100;}
.loading{width:100%;height:100%;background:#fff;z-index:1000000;left:0;right:0;top:0;bottom:0;}
.loading section{align-items:center;display:flex;height:100%;}
.loader { position: relative; width: 60px; height: 60px; border-radius: 50%; margin: 0 auto; display: inline-block; vertical-align: middle; }
.loader-20 { width: 30px; height: 30px; border: 3px dashed #0468ce; -webkit-animation: stars-rotate-reverse 2s linear both infinite; animation: stars-rotate-reverse 2s linear both infinite; }
.loader-20 .css-diamond { position: absolute; left: calc(50% - 50px); top: calc(50% - 50px); -webkit-transform: scale(0.3); transform: scale(0.3); -webkit-transform-origin: 50% 100%; transform-origin: 50% 100%; border-color: transparent transparent #fff transparent; }
.loader-20 .css-diamond:after { border-color: lightgrey transparent transparent transparent; }
.css-diamond { border-style: solid; border-color: transparent transparent #ce93d8 transparent; border-width: 0 25px 25px 25px; height: 0; width: 50px; position: relative; margin: 20px 0 50px 0; }
.css-diamond:after { content: ""; position: absolute; top: 25px; left: -25px; width: 0; height: 0; border-style: solid; border-color: #ce93d8 transparent transparent transparent; border-width: 70px 50px 0 50px; }

@-webkit-keyframes stars-rotate-reverse {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}
 @keyframes stars-rotate-reverse {
 0% {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
 100% {
 -webkit-transform: rotate(360deg);
 transform: rotate(360deg);
}
}


@media screen and (max-width: 750px) {

	.form-content{
		/* background-image: url(../images/bg.png); */
		background-color: #0C1C69;
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: top center;
		width: 100%;
		min-width: 350px;
		/* height: 50rem; */
		text-align: center;
		padding-bottom: 50px;
	}
	.con_tit_img{
		width: 100%;
		/* margin-top: 23%; */
	}
	.tit_bg{
		width: 90%;
		opacity: 0.7;
		margin: 0 auto;
		margin-top: 3%;
		position: relative;
	}
	.con_title{
		/* position: relative; */
		/* width: 100%; */
		line-height: 26px;
		color: #fff;
		margin: 0 auto;
		/* margin-top: -46%; */
		text-align: left;
		font-size: 14px;
		letter-spacing: 2px;
		text-align: justify;
		text-indent: 30px;
		position: absolute;
		left: 20px;
		right: 20px;
		top: 20px;
	}
	.zxqy{
		width: 100%;
		margin: 0 auto;
		margin-top: 4%;
	}
	.zxqy0{
		width: 85%;
		margin-top: 4%;
	}
	.zxqy1{
		width: 90%;
		margin: 0 auto;
		margin-top: 10%;
	}
	.tag_div{
		width: 90%;
		margin: 30px auto 0;
		overflow: hidden;
		overflow-x: scroll;
	}
	.tag_span{
		/* display: inline-block; */
		float: left;
		margin-right: 10px;
		font-size: 0.6rem;
		width: 6rem;
		height: 1.8rem;
		line-height: 1.8rem;
		color: #fff;
		background: url(../images/tag_1.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
	}
	.tag_span_ac{
		/* color: #754101; */
		background: url(../images/tag_2.png);
		background-repeat: no-repeat;
		background-size: 100% auto;
		background-position: center;
		font-size: 0.85rem;
	}
	.qy_div{
		
	}
	.qy_div_div{
		width: 90%;
		/* height: 285px; */
		margin: 0 auto;
		/* opacity: 0.55;
		background: linear-gradient(180deg, #B7D0FF 0%,#ffffff); */
	}
	.ys_div{
		
	}
	.qy_img{
		width: 90%;
		margin-top: 10%;
	}
	.logo{
		width: 15%;
		margin-top: 7%;
	}
	.d_p1{
		width: 50%;
		height: 31px;
		font-size: 16px;
		font-family: PingFang SC;
		font-weight: bold;
		color: #FFFFFF;
		margin: 0 auto;
		letter-spacing: 2px;
	}
	.d_p2{
		width: 50%;
		height: 22px;
		font-size: 11px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #94B8FF;
		margin: 0 auto;
		letter-spacing: 5px;

	}
	.d_p3{
		width: 45%;
		height: 24px;
		font-size: 11px;
		font-family: PingFang SC;
		font-weight: 500;
		color: #FFFFFF;
		margin: 0 auto;
		margin-top: 4%;
		padding-bottom: 100px;
		
		
	}
	.d_p4{
		position: fixed;
		display: block;
		width: 100%;
		height: 50px;
		line-height: 50px;
		font-size: 18px;
		background: #1938B1;
		color: #fff;
		bottom: 0;
	}
	.ljsq{
		display: none;
	}
	.ljsq1{
		display: none;
	}
	

}
@media screen and (min-width: 750px) {
/* 	.form-content{
		position: relative;
		max-width: 920px;
		min-width: 750px;
		margin: 50px auto;
		background: #fff;
		
		color: #262626;
		
	} */
	.fullImg{
		width: 50%;
	}
	
		.form-content{
			background-image: url(../images/banner_pc.png);
			/* background-color: #135be7; */
			background-repeat: no-repeat;
			background-size: 100% auto;
			background-position: top center;
			width: 100%;
			min-width: 750px;
			height: 50rem;
			text-align: center;
			
		}
		.con_tit_img{
			display: none;
			width: 70%;
			margin-top: 23%;
		}
		.tit_bg{
			/* display: none; */
			width: 60%;
			opacity: 0.7;
			margin: 0 auto;
			margin-top: 5%;
			position: relative;
		}
		.tit_bg img{
			width: 100%;
			display: none;
		}
		.ljsq{
			width: 180px;
			height: 38px;
			background-image: linear-gradient(133deg,#FFEDCA 0%,#FFC75E 100%);
			border-radius: 4px;
			margin: 0 auto;
			line-height: 38px;
			text-align: center;
			font-size: 16px;
			color: #754101;
			-webkit-letter-spacing: 2px;
			-moz-letter-spacing: 2px;
			-ms-letter-spacing: 2px;
			letter-spacing: 2px;
			font-weight: 600;
			margin-top: 34%;
			cursor: pointer;
			display: inline-block; 
		}
		.con_title{
			width: 100%;
			max-width: 1100px;
			line-height: 30px;
			color: #fff;
			margin: 0 auto;
			text-align: justify;
			font-size: 16px;
			letter-spacing: 2px;
			text-indent: 36px;
			
			
			}
		.zxqy{
			width: 30%;
			display: block;
			margin: 0 auto;
			margin-top: 5%;
		}
		.zxqy0{
			margin-top: 5%;
		}
		.zxqy1{
			width: 48%;
			max-width: 1100px;
			margin: 0 auto;
			margin-top: 5%;
			margin-bottom: 5%;
		}
		.tag_div{
			width: 95%;
			margin: 20px auto;
		}
		.tag_span{
			display: inline-block;
			font-size: 22px;
			width: 17%;
			height: 60px;
			line-height: 60px;
			color: #fff;
			background: url(../images/tag_1.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: top;
			cursor: pointer;
		}
		.tag_span_ac{
			/* color: #754101; */
			background: url(../images/tag_2.png);
			background-repeat: no-repeat;
			background-size: 100% 100%;
			background-position: top;
			font-weight: 600px;
		}
		.qy_div{
			margin-top: 50px;
		}
		.qy_div_div{
			width: 60%;
			/* height: 285px; */
			margin: 0 auto;
			/* opacity: 0.55; */
			/* background: linear-gradient(180deg, #B7D0FF 0%,#ffffff); */
		}
		.qy_div_div img{
			margin: 0 auto;
		}
		.ys_div{
			
		}
		.qy_img{
			    width: 26%;
			    margin-top: 6%;
		}
		.qy_img1{
			margin-left: 1%;
			margin-right: 1%;
		}
		.logo{
			    width: 60px;
			    display: block;
			    margin: 0 auto;
				margin-top: 5%;
		}
		.d_p1{
			width: 50%;
			height: 31px;
			font-size: 16px;
			font-family: PingFang SC;
			font-weight: bold;
			color: #FFFFFF;
			margin: 0 auto;
			letter-spacing: 2px;
			margin-top: 1%;
		}
		.d_p2{
			width: 50%;
			height: 22px;
			font-size: 11px;
			font-family: PingFang SC;
			font-weight: 500;
			color: #94B8FF;
			margin: 0 auto;
			letter-spacing: 13px;
			
	
		}
		.d_p3{
			width: 45%;
			height: 24px;
			font-size: 11px;
			font-family: PingFang SC;
			font-weight: 500;
			color: #FFFFFF;
			margin: 0 auto;
			margin-top: 1%;
			
			
			
		}
		.ljsq1{
			top: 40px;
		}
		.d_p4{
			
			position: fixed;
			display: block;
			width: 100%;
			height: 50px;
			line-height: 50px;
			font-size: 18px;
			background: RGBA(60, 126, 255, 1);
			color: #fff;
			bottom: 0;
			display: none;
		}
		.kong{
			padding-bottom: 150px;
		}
		
	
	
	
	
}
.checkbtn{
    display: inline-block; 
    width: 14px; 
	height: 14px; 
    border: 1px solid #dcdfe6; 
    border-radius: 3px;
}

input[type="checkbox"]:checked+span {
    background: #409eff; 
    border: 1px solid #409eff;
}
.checkbtn:after {
    box-sizing: content-box; 
    content: ""; 
    border: 2px solid #fff; 
    border-left: 0; 
    border-top: 0; 
    width: 5px;
    height: 10px; 
    position: absolute; 
    top: 1px; 
    left: 4px; 
    transform: rotate(45deg) scaleY(0); 
    transform-origin: center; 
    transition: transform .15s ease-in .05s;
}
input[type="checkbox"]:checked+span::after {
    transform: rotate(45deg) scaleY(1);
}



.fixed1{position:fixed;background:rgba(0,0,0,0.5);top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;z-index: 999;list-style-type: none;}
.tan .conn{background:#fff;border-radius:5px;color:#333333;font-size:15px;text-align:center;width:80%;}
.tan .conn h2{font-size:18px;padding:10px 0;}
.tan .conn div{border-top:1px solid #eaeaeb;margin-top:20px;display:flex;align-items:center;justify-content: space-between;}
.tan .conn div p{padding:10px 0;flex:1;text-align: center;}
.tan .conn div p:first-child{border-right:1px solid #eaeaeb;}
.tan .quxiao{color:#999999;}
.tan .queren{color:#1777fe;}


