@charset "utf-8";


.modular-img{
	display:block;
	width:100%;
}


#wap{
	width:100%;
	max-width: 750px;
	margin:0 auto;
	padding-bottom:50px;
}

#formSecond .form{
	position:relative;
}
#formSecond .form .formyun{
	position:absolute;
	display:block;
	right:0;
	bottom: 0;
	width:66%;
	z-index:0;
}
#formSecond .form .form-item_sub{
	padding-bottom:60px;
	background:url(../static/images_wd/wxmnpro_yun.jpg) no-repeat;
	background-size:100% 100%;
}
#formSecond .form .yun2{
	position:absolute;
	display:block;
	right:0;
	bottom: 0;
	width:66%;
	z-index:0;
	height:60px;
	background:url(../images/wxmnpro_yun.jpg.png) no-repeat;
	background-size:100%;
}
.form{
	width:100%;
	background-image: linear-gradient(to right,#290386 ,#0C1A9C);
}
.form .title{
	width:100%;
}
.form .title img{
	display:block;
	margin:0 auto 30px;
	width:85.925%;
}
.form .form-item{
	width:85.5%;
	margin:0 auto;
}
.form .form-item input{
	width:100%;
	border-radius:5px;
	font-size:17px;
	text-indent:1em;
	padding:8px 0;
	border:none;
	margin-bottom:25px;
	letter-spacing:0.1em;
}
.form .form-item_check{
	width:85.5%;
	margin:0 auto;
	display:flex;
	align-items:center;
}
.form .form-item_check p{
	font-size:12px;
	color:#FFFFFF;
	margin-left:5px;
	margin-bottom:0;
}
.form .form-item_check p span{
	color:#3A9AFF;
}
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  background-color: #280487;
  -webkit-appearance: none;
  border: 1px solid #c9c9c9;
  border-radius: 2px;
  outline: none;
	margin-top: 0;
}
input[type="checkbox"]:checked {
  background-color: #ffffff;
  padding:3px;
  background-clip: content-box;
}
.form .form-item_sub{
	width:100%;
	z-index: 10;
}
.form .form-item_sub input{
	display:block;
	width:85.5%;
	margin:20px auto 0;
	border:none;
	background:none;
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:center;
	padding-bottom: 15px;
	padding-top: 15px;
	background:#0A5FEE;
	border-radius:5px;
	line-height:1;
	z-index: 10;
}


/*遮罩层*/
#pop-up{
	position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100004;
	display:none;
}
#pop-up .mask{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}
#pop-up .popCont{
	position: absolute;
	padding: 17px 15px 20px;
    background-color: rgb(255, 255, 255);
    border-radius: 13px;
    right: 10%;
    left: 10%;
    top: 20%;
    width: auto;
}
#pop-up .popCont h1{
	font-size:18px;
	color:#333333;
	text-align:center;
	font-weight:bold;
	margin-bottom:8px;
}
#pop-up .popCont p{
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    font-size: 14px;
    line-height: 24px;
    color: #555;
}
#pop-up .popCont span{
	display:block;
	position: absolute;
	right: 10px;
	top:10px;
}
#pop-up .close::before{
    content: "\2716";
	font-size:18px;
}

















