
/*登录界面*/
.login .head {
    height: 110px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.login .head .head-l {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.login .head .head-l .logo {
    width: 112px;
    height: 40px;
    cursor: pointer;
}
.login .head .head-r {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.login .head .head-r .serve {
    color: #666;
    font-size: 16px;
    margin-left: 40px;
}
.login .head .head-r .serve img{
    width: 18px;
    height: 18px;
    margin-right: 3px;
}
.login .login-box-bg {
    position: relative;
    width: 100%;
    height: 608px;
    background: url(../images/loginbg.png) no-repeat;
    background-size: 100% 100%;
}

.login .tab_con {
    position: absolute;
    padding: 70px 0;
    right: 360px;
    top: 91px;
    width: 450px;
    height: 427px;
    text-align: center;
    background-color: #fff;
}
.login .tab_con .tab_con_box {
    display: none;
    position: absolute;
    width: 450px;
    text-align: center;
}
.login .tab_con .tab_con_box .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    position: relative;
}
.login .tab_con .tab_con_box .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 auto;
    width: 358px;
    height: 50px;
    border: 1px solid #dbdbdb;
}
.login .tab_con .tab_con_box .form-group input.form-control {
    padding-left: 15px;
    height: 100%;
    outline: none;
    border: 0;
}
.login .tab_con .tab_con_box .form-group.phone {
    margin-top: 34px;
}
.login .tab_con .tab_con_box .form-group.phone .number {
    width: 65px;
    height: 100%;
    line-height: 50px;
    color: #666;
    border-right: 1px solid #dbdbdb;
}
.login .tab_con .tab_con_box .form-group.phone input.form-control {
    width: 291px;
}
.login .tab_con .tab_con_box .form-group.verificat {
    margin-top: 20px;
}
.login .tab_con .tab_con_box .form-group.verificat input.form-control {
    width: 246px;
}
.login .tab_con .tab_con_box .form-group.verificat .code {
    width: 110px;
    height: 48px;
    line-height: 48px;
    color: #ff6700;
    background-color: #fff;
    border-left: 1px solid #dbdbdb;
    cursor: pointer;
}
.login .tab_con .tab_con_box .form-group.pwd {
    margin-top: 20px;
}
.login .tab_con .tab_con_box .form-group.pwd input.form-control {
    width: 100%;
}

.login .tab_con .protocol {
    margin: 12px auto 0;
    width: 358px;
    text-align: left;
    font-size: 14px;
}
.login .tab_con .protocol .checkbox-xi {
    display: inline-block;
    line-height: 16px;
    outline: none;
    position: relative;
    vertical-align: middle;
    white-space: nowrap;
    cursor: pointer;
}
.login .tab_con .protocol .checkbox-xi a {
    color: #ff6700;
    cursor: pointer;
}
.login .tab_con .login-btn {
    margin: 21px auto 0;
    width: 358px;
    height: 50px;
    line-height: 48px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background-color: #ff6700 !important;
    border: 1px solid #ff6700;
    cursor: pointer;
}



.login-tab {
    display: block;
    margin-top: 14px;
    width: 450px;
    text-align: center;
}
.login-tab span {
    display: inline-block;
    position: relative;
    color: #ff6700;
    font-size: 14px;
    margin: 0 5px;
    cursor: pointer;
}
.login-tab span a {
    color: #ff6700;
    font-size: 14px;
}


/*尾部样式*/
.footer{
    color: #555;
    font-size: 12px;
    margin-top: 100px;
    text-align: center;
}

.footer p{
	text-align: center;
	font-size: 13px;
	margin-top: 10px;
    margin-bottom: 0;
}


.layui-layer-xieyi .layui-layer-title{
    padding: 20px 20px 10px;
    text-align: center;
    height: unset;
    line-height: unset;
}
.layui-layer-xieyi .layui-layer-btn {
    padding: 15px 0!important;
}
.layui-layer-xieyi .layui-layer-btn .layui-layer-btn0 {
    border-color: #ff6700;
    background-color: #ff6700;
}