body{
	background-color: #f9f9f9;
}

.register-main{
    position: relative;
    width: 450px;
    height: 540px;
    min-height: 540px;
    margin: 140px auto 50px auto;
    padding: 80px 75px;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
}

.register-main .tit{
	font-size: 22px;
    font-weight: 400;
    color: #555;
    text-align: center;
 	margin-bottom: 55px;
} 

.register-main .qrcode-wrap{
	display: block;
	text-align: center;
    box-sizing: content-box;
}

.register-main .qrcode-wrap .qrcode{
	display: inline-block;
    border: 1px solid #efefef;
	width: 170px;
    height: 170px;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 5px;
}

.register-main .qrcode-wrap .image{
   width: inherit;
   height: inherit;
}

.register-main .qrcode-wrap .iconweixin1{
    color: #00C800;
    margin-right: 2px;
    line-height: 1;
}

.register-main .tips{
	color: #999;
	font-size: 14px;
	text-align: center;
    margin-top: 10px;
}

.register-main .form-wrap{
	display: none;
    width: 90%;
    margin: 0 auto;
}

.register-main .form-wrap .form-group{
    border-bottom: 1px solid #eee;
    transition: all .3s;
    align-items: center;
}

.register-main .form-wrap .form-group .iconfont{
    line-height: 1;
    font-size: 18px;
}

.register-main .form-wrap .form-group.focus{
    border-bottom: 1px solid #0069d9;
    box-shadow: 0 1px 0 0 #0069d9;
}

.register-main .form-wrap .sms-btn{
    font-size: 14px;
}

.register-main .form-wrap .sms-btn:focus{
    box-shadow: none;
}

.register-main .form-wrap .login-btn {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    margin-top: 20px;
}

.register-main .form-wrap .form-control{
    border: none;
    padding: 5px;
}

.register-main .form-wrap .form-control:focus{
    border-color: #007bff;
    box-shadow:none;
}

.register-main .form-wrap .form-control::placeholder{
    font-size: 14px;
    color: #999;
}

.register-main .captcha-data img {
    width: 90px;
}

.register-main .form-wrap .error-msg{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    color: #f00;
    text-align: center;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}

.register-main .form-wrap .register-btn {
    width: 100%;
    height: 40px;
    border-radius: 40px;
    margin-top: 20px;
}

.register-main .operation-wrap{
    position: absolute;
    bottom: 80px;
    width: 100%;
    left: 0;
    text-align: center;
}

.register-main .operation-wrap .separate{
    color: #999;
    margin: 0 3px;
}

.register-main .agreement-wrap{
    position: absolute;
    bottom: 20px;
    width: 100%;
    left: 0;
    text-align: center;
    font-size: 12px;
}

.register-main .agreement-wrap a{
    color: #999;
}

#regAgreement .modal-body h6 {
	font-weight: 600;
	text-align: center;
	margin-bottom: 30px;
}

.modal-dialog {
	width: 60%;
	max-width: 80%;
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
	max-height: calc(100vh - 18.5rem);
}

.modal-footer {
	justify-content: center;
}