html{
	height: 100%;
}
body{
	margin: 0;
    padding: 0;
    height: 100%;
    min-width: 1200px;
}
.main-content{
    padding-top: 70px;
    overflow: hidden;
    /* position: relative; */
    height: 100%;
}
.side{
	min-width: 600px;
	/* position: absolute; */
	/* top: 70px; */
	/* left: 0; */
	height: 100%;
	width: 50%;
	float: left;
	overflow: hidden;
	background-image: url(../images/register.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all .2s;
}
.side a{
	display: inline-block;
	width: 28%;
	padding: 5% 0 0 5%;
	position: absolute;
	top:5%;
}
/*.side>img{
	width: 100%;
}*/
.main-wraper{
	margin-left: 50%;
	/* position: relative; */
	height: 100%;
	min-width: 600px;
}
.main-body{
	/* position: absolute; */
	padding-bottom: 10px;
	top: 0;
	width: 100%;
	background: #f9f9f9;
	height: 100%;
}
.form{
	position: relative;
    margin: 0 auto;
    width: 417px;
    text-align: center;
}
.form h3{
	font-size: 36px;
	color: #535353;
	font-weight: normal;
	padding-top: 100px;
	padding-bottom: 120px;
}
.form .input-area input{
	width: 100%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
}
.form .input-area input.tell,.form .input-area input.tells{
	background: url(../images/phone.png) no-repeat 98% 50%;
	background-size: 18px;
}
.form .input-area input.pwd{
	background: url(../images/pwd.png) no-repeat 98% 50%;
	background-size: 18px;
}
.select-area{
	position: relative;
}
.select-area select{
	width: 100%;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-bottom: 26px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #f9f9f9;
}
.select-area:after{
    content: "";
    width: 21px;
    height: 10px;
    background: url(../images/down.png) no-repeat center;
    position: absolute;
    right: 2%;
    top: 17px;
    pointer-events: none;
}
.captcha{
	overflow: hidden;
	margin-bottom: 26px;
}
.captcha .captcha-input{
	float: left;
	width: 260px;
	height: 44px;
	font-size: 20px;
	color: #8C8C8C;
	border: none;
	border-bottom: 1px solid #C2C2C2;
	margin-right: 20px;
	background: #f9f9f9;
}
.captcha .receive-yzm{
	float: left;
	width: 133px;
	height: 43px;
	line-height: 43px;
	border: 1px solid #F7424F;
	color: #F7424F;
	font-size: 20px;
	background: transparent;
	border-radius: 21px;
}
.register input{
	width: 416px;
	height: 70px;
	background: #F7424F;
	color: #fff;
	border: none;
	font-size: 24px;
	border-radius: 35px;
	box-shadow:0 0 10px 0 #F7424F;
	margin-top: 20px;
	cursor: pointer;
}

.receive-yzm {
        display: flex;
        border-bottom: 1px solid #C2C2C2;
        justify-content: space-between;
        height: 44px;
        margin-bottom: 26px;
      }
    
      .receive-yzm .ipt {
        border: 0;
        background-color: rgba(0, 0, 0, 0);
        width: 300px;
        font-size: 20px;
        line-height: 44px;
      }