* {
	margin: 0;
	padding: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
b,
s,
textarea,
strong,
em,
input,
select,
label,
button {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
}

button {
	border: none;
}

ul,
li {
	list-style: none;
}

a {
	text-decoration: none;
}

.logo {
	position: fixed;
	left: 0;
	top: 0;
	width: 3.79rem;
	height: auto;
}

.bg {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: -100;
}

.bg img {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

.main h2 {
	font-size: 0.5rem;
	text-align: center;
	padding-top: 1.2rem;
}

.main h5 {
	font-size: 0.3rem;
	text-align: center;
	margin-top: 0.2rem;
	font-weight: 100;
	background: url(https://liuxue.xdf.cn/dataweixin/images/line.png) no-repeat center center;
	background-size: 3rem;
}

.main .timer {
	font-size: 0.28rem;
	text-align: center;
	padding-top: 0.4rem;
}

.main .form {
	width: 76%;
	margin: 0.2rem auto 0;
	text-align: center;
}

.main .form li {
	height: 0.9rem;
	line-height: 0.1rem;
	margin-bottom: 0.14rem;
	border-bottom: 1px solid #fff;
	padding-left: 0.66rem;
}

.main .form li.name {
	background: url(https://liuxue.xdf.cn/dataweixin/images/ico_01.png) no-repeat center left;
	background-size: 0.4rem;
}

.main .form li.phone {
	background: url(https://liuxue.xdf.cn/dataweixin/images/ico_02.png) no-repeat center left;
	background-size: 0.4rem;
}

.main .form li.degree {
	background: url(https://liuxue.xdf.cn/dataweixin/images/ico_04.png) no-repeat center left;
	background-size: 0.4rem;
}

.main .form li.city {
	background: url(https://liuxue.xdf.cn/dataweixin/images/ico_05.png) no-repeat center left;
	background-size: 0.4rem;
}

.main .form li input {
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	font-size: 0.3rem;
	outline: none;
}

.main .form li select {
	background: none;
	border: none;
	width: 100%;
	height: 100%;
	font-size: 0.3rem;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(https://liuxue.xdf.cn/dataweixin/images/select_bg.png) no-repeat scroll right center transparent;
	background-size: 0.25rem;
	padding-right: 14px;
}

.main .form li select option {
	color: #000;
}

.main .form .btn {
	width: 100%;
	height: 0.73rem;
	border-radius: 0.1rem;
	background: rgba(255, 255, 255, 0.22);
	color: #000;
	font-size: 0.3rem;
	line-height: 0.73rem;
	margin-top: 0.2rem;
}

.main .prompt {
	font-size: 0.24rem;
	margin-top: 0.2rem;
	text-align: center;
}

.maskCss {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
	display: none;
}

.maskCss .mask_sm {
	width: 80%;
	height: 65%;
	border-radius: 0.1rem;
	background: rgba(255, 255, 255, 0.9);
	margin: 28% auto 0;
	color: #000;
	text-align: center;
	position: relative;
}

.maskCss .mask_sm h3 {
	color: #636060;
	font-size: 0.4rem;
	padding-top: 0.5rem;
	margin: 0 0 0.2rem 0;
}

.maskCss .mask_sm p {
	color: #636060;
	font-size: 0.28rem;
	line-height: 0.5rem;
}

.maskCss .mask_sm img {
	width: 3.40rem;
	height: 3.40rem;
}

.maskCss .mask_sm .close {
	width: 0.43rem;
	height: 0.43rem;
	background: url(https://liuxue.xdf.cn/dataweixin/images/close.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
}

.mask2 {
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.mask2 .mask_sm h3{
	color:#1bbc9b;
}
.mask2 .mask_sm {
	height: 38%;
	margin: 40% auto 0;
}

.mask2 .mask_sm img {
	width: 0.5rem;
  height: 0.5rem;
  vertical-align: bottom;
  margin-right: 0.1rem;
}
.mask2 .mask_sm p {
	width: 78%;
	margin: 0 auto;
	text-align: center;
	font-size:0.21rem;
}

@media only screen and (min-width: 620px) {
	.maskCss .mask_sm {
		height: 80%;
		margin: 6% auto 0;
	}
}