html{
	position: relative;
}
.v{
	position: absolute; bottom: 0px; right: 10px;
	color: #fff;
	font-size: 12px;
}
.bg{
	
    z-index: 1;
    background: #F7F8FA;
}
.register-body {
    width: 100%;
    
    
    display: flex;
    align-items: center;
}

.join_table {
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}

.register-title {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
	line-height: 50px;
}

.controls {
    position: relative;
}

.join_table td {
    height: 40px;
    vertical-align: middle;
    padding-bottom: 22px;
}

.join_table .text_01 {
    width: 100%;
    height: 46px;
    border: #e5e5e5 solid 1px;
    line-height: 20px;
    padding: 10px 10px;
    font-size: 14px;
    box-sizing: border-box;
}

.join_table .text_01:hover{
    border: #fd5c15 solid 1px;
}

.b_r3 {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 8px;
}

.s_btn {
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.fr {
    float: right;
}

.bg_base {
    background-color: #098de9;
}

.bg_orange {
    background-color: #105CFB;
}

.bg_orange:hover {
   background-color: #0250f4;
}

.none {
    display: none !important;
}

.yzm {
    display: block;
    margin-right: 150px;
}

.jq_get_code {
    height: 40px;
    margin-top: 0;
}

.join_table .tj_btn {
    width: 100%;
    height: 46px;
    line-height: 46px;

}

.b_r24 {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.input {
    outline: none;
    vertical-align: middle;
    outline: 0;
}
.join_table .username_icon{
	background:#fff url(../images/user.png) 18px center no-repeat !important;
	text-indent: 40px;
}
.join_table .password_icon{
	background:#fff url(../images/password.png) 18px center no-repeat !important;
	text-indent: 40px;
}
.join_table .sms_icon{
	background:#fff url(../images/password.png) 18px center no-repeat !important;
	text-indent: 40px;
}
.jq_reg {
    border-radius: 100px;
    border: 1px #105CFB solid;
    font-size: 18px;
}
#login_sms_text p{font-size: 14px;}

.container {
    background: #F7F8FA;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}


.body-wrap .main-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}

.body-wrap .login-leftbg {
   width: 570px;
}

.body-wrap .form-wrap {
    width: 460px;
    background: #fff;
    border-radius: 10px;
    padding: 50px 40px 100px;
    box-sizing: border-box;
}

.body-wrap .form-wrap .login-title {
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: 400;
    text-align: center;
    margin-bottom: 30px;
}

.body-wrap .form-wrap .input-wrap {
    width: 360px;
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    margin-bottom: 15px;
    display: flex;
}

.body-wrap .input-wrap .icon {
    display: flex;
    align-items: center;
    justify-items: center;
    padding-left: 10px;
}
.body-wrap .input-wrap .iconfont {
    font-size: 20px;
    color: #909399;
}
.body-wrap .input-wrap .input, .body-wrap .input-wrap .layui-form-select {
    flex: 1;
    width: 0;
    line-height: 48px;
    height: 48px;
    padding: 0 10px;
    border: none;
}
.body-wrap .input-wrap .captcha {
    cursor: pointer;
}
.body-wrap .form-wrap .layui-btn{
    line-height: 48px;
    height: 48px;
    color: #fff;
    border-radius: 4px;
    width: 100%;
    margin-top: 15px;
}

.body-wrap .layui-form-select .layui-input {
    border: none;
    line-height: 48px;
    height: 48px;
    padding-left: 0;
}
