body{
    background:rgba(235,235,235,1);
}
.mb65{
    margin-bottom: 65px!important;
}
.width285{
    width: 285px!important;
}
.height60{
    height: 60px!important;
}
.no-border{
    border: 0!important;
}
.auto-height{
    height: auto!important;
}
.clear{
    clear: both;
}
.hidden{
    display: none;
}
textarea{
    width: 95%;
    height: 80px;
    border: 0;
    padding: 10px 0;
}
input[type=radio],input[type=checkbox]{
    margin-right: 15px;
    vertical-align:middle;
    margin-bottom:2px;
}
.reg-content{
    width: 1200px;
    margin: 10px auto;
    background:rgba(255,255,255,1);
    border:1px solid rgba(204,204,204,1);
    border-radius:5px;
}
.reg-control{
    width: 450px;
    height: 40px;
    margin: 15px auto;
    border:1px solid rgba(204,204,204,1);
}
.reg-control .reg-label{
    display: inline-block;
    width: 100px;
    line-height: 40px;
    font-weight:400;
    font-size:14px;
    color:rgba(102,102,102,1);
    text-align: center;
}
.reg-control .reg-input-inline{
    float: right;
    width: 300px;
    height: 40px;
    display: inline-block;
}
.reg-control .reg-input-inline select{
    width: 95%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #676767;
    outline: none;
    border: 0;
    margin-top: 5px;
}
.jilian3 .reg-input-inline select{
    width: 31%!important;
}
.jilian2 .reg-input-inline select{
    width: 47%!important;
}
.reg-control2{
    width: 450px;
    margin: 15px auto;
}
.reg-control2 img{
    width: 100px;
    height: 100px;
    background:rgba(191,241,255,1);
    margin: 0 auto;
}
.reg-control2 .upload-btn{
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    text-decoration:underline;
    color:rgba(102,102,102,1);
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
}
.reg-control .reg-input-inline input{
    width: 95%;
    height: 30px;
    line-height: 30px;
    color: #676767;
    outline: none;
    border: 0;
    margin-top: 5px;
}
.reg-control .code input{
    width: 62%!important;
}
.reg-control .left-control{
    float: left;
    width: 285px;
    border:1px solid rgba(204,204,204,1);
}
.reg-control .left-control .reg-input-inline{
    width: 185px;
}
.reg-control .right-control{
    float: right;
    line-height: 42px;
}
.reg-control .code span{
    display: inline-block;
    width: 100px;
    height: 30px;
    background:rgba(49,157,255,1);
    border-radius:4px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:30px;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}
.reg-control span a{
    color:rgba(49,157,255,1);
    text-decoration:underline;
}
.reg-control .do-form{
    display: block;
    width: 120px;
    height: 100%;
    color:rgba(255,255,255,1);
    background:rgba(49,157,255,1);
    border-radius:4px;
    margin: 0 auto;
		border: none;
}
#xy-div{
    display: inline;
}
#xy-div a{
    cursor: pointer;
}

.third-party-login{
	width: 100%;
	display: felx;
	flex-direction: column;
	align-items: center;
	color: #666;
	font-size: 14px;
	margin-top: 120px;
}
.third-title{
	display: flex;
	justify-content: center;
	align-items: center;
}
.third-title::after, .third-title::before{
	content: '';
	width: 20px;
	height: 0;
	border-top: 1px solid #666;
	margin: 0 8px;
}
.qqwx{
	display: flex;
	justify-content: center;
	margin-top: 40px;
	margin-bottom: 49px;
}
.qqwx img{
	width: 40px;
	height: 41px;
	margin-bottom: 17px;
}
.qqwx span{
	text-align: center;
}
.qq-login, .wx-login{
	width: 41px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	cursor: pointer;
}
.wx-login{
	margin-left: 80px;
}

.bottom-title{
	width: 100%;
	text-align: center;
	padding: 50px 0 79px 0;
	font-size: 14px;
	color: #666;
}