
html,body{
    min-width:1280px;
    min-height:600px;
    background: #FFF;
    height:100%;
    position:relative;
}
.bg{
    clear: both;
    overflow: hidden;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    align-items: end;

    /*background: url('https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static/image/beijing.png') center ;*/
    /*background-size:100% 100%;*/
}
.top {
    width: 70%;
    height: 60px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15%;
}
.top .logo {
    width: 380px;
}
.top .right {
    margin-right: 80px;
}
.top .right span {
    display: inline-block;
    font-size: 12px;
    color: #222;
    font-weight: bold;
    margin-right: 20px;
}

.bottom {
    width: 70%;
    height: 180px;
    padding-bottom: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #fff;
    padding: 0 15%;
}
.bottom span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #222;
}

.login_bd{
    width: 85%;
    height: calc(100vh - 280px);
    min-height: 540px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: end;
    align-items: center;
    z-index: 1;
    padding-right: 15%;

    background: url('https://taozhi-static-1310526484.cos.ap-guangzhou.myqcloud.com/static%2Fimage%2Flogin_center_bg.png') no-repeat;
    background-size: cover;

}

.logo_bd{
    margin-top: 33px;
    padding-left: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    color: #ffffff;
    font-size: 28px;
}
.logo_bd img{
    margin-right: 25px;
    height: 25px;
}
.login_bd_r{
    width: 340px;
    background: #FFFFFF;
    border-radius:  2px;
    box-shadow: 0px 0px 20px 0px rgba(43,12,3,0.20);
}
.login_bd_r.code {
    width: 280px;
}
.form_bd{
    margin: 30px 20px;
    margin-bottom: 60px;
}
.form_top{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #323232;
    font-size: 18px;
    font-weight: bold;
}
.form_top span{
    /*display: inline-block;*/
    /*margin-right: 17px;*/
    /*width: 8px;*/
    /*height: 32px;*/
    /*background: #38DAA6;*/
    border-bottom: 3px solid #2979FF;
    padding-bottom: 6px;
}

.form_top2{
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    color: #323232;
    font-size: 30px;
}
.form_top2_ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    width: 100%;
}
.form_top2_li{
    font-size: 18px;
    font-weight: 600;
    color: #9E9E9E;
    height: 35px;
    line-height: 35px;
}
.form_top2_li:first-child{
}
.form_top2_li:last-child{
    /*text-align: left;*/
}
.color-9e{
    border-bottom: 3px solid #2979FF;
    color: #333333;
}

.color-33{

    color: #333333;
}


.form_con{}
.form_item{
    position: relative;
    margin-bottom: 10px;
    height: 50px;
    line-height: 50px;
    color: #BEBEBE;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}
.form_item.dx {
    position: relative;
}
.form_item.dx .js_getcode {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
}

.form_item img{
    margin-right: 14px;
    width: 20px;
    height: 20px;
}
.form_item input{
    flex: 1;
    margin: 0;
    padding: 0;
    border: 1px solid rgb(228,229,235);
    border-radius: 3px;
    height: 40px;
    padding: 0 20px;

}
.form_item input::placeholder {
    color: #ccc;
}

.form_item input:focus{
    outline-offset: 0px;
    outline: none;
}
.form_item img.verify_img{
    margin: 0 0 0 16px;
    border: none;
    width: 90px;
    height: 40px;
    cursor: pointer;
}
.form_item .codeRight {
    width: 100px;
}

.form_item3{
    position: relative;
    margin-bottom: 6px;
    height: 40px;
    line-height: 40px;
    color: #000000;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;

    -moz-box-sizing: border-box;  /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;

}

.form_item3 img{
    margin: 0 16px;
    width: 20px;
    height: 20px;
}
.form_code{
    width: 30px;
}
.form_item3 input{
    flex: 1;
    margin-left: 10px;
    margin-right: 20px;
    padding: 0 10px;
    height: 26px;
    border-radius: 4px;
    border: 1px solid rgb(228,229,235);
}
.form_item3 input::placeholder {
    color: #ccc;
    font-size: 12px;
}
.js_getcode{
    color: #2979FF;
}

.form_item3 input:focus{
    outline-offset: 0px;
    outline: none;
}
.form_item3 img.verify_img{
    margin: 0 0 0 16px;
    border: none;
    width: 120px;
    height: 48px;
    cursor: pointer;
}
.layui-input-block {
    display: flex;
    align-items: center;
    font-size: 12px;
}
.layui-input-block span {
    display: inline-block;
    padding: 0 6px;
}
.layui-input-block input {
    margin-right: 10px;
}
.noaccount{
    display: flex;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #B6B6B6;
    text-align: center;
    line-height: 60px;
    justify-content: center;
}
.noaccount.login {
    justify-content: space-between;
}
.noaccount span {
    color: #ccc;
}

.noaccount a{
    color: rgb(0,124,248);
    text-shadow: 0px 0px 10px 0px rgb(0,124,248);
}
.form_submit{
    padding-top: 0px;
}
.form_submit.reg {
    margin-top: 14px;
}

.form_btn{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;

    background:#2979FF;;
    border-radius: 3px;
    border: none;
    cursor: pointer;
}
.form_btn.code {
    height: 30px;
    line-height: 30px;
}
.form_btn:focus{
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
}
canvas{
    background: rgba(0,0,0,.2)!important
}
.box-header{
    width: 100%;
}
.box-header ul{
    width: 100%;
    margin: 20px 0;
}
.box-header ul li{
    width: 14%;
    text-align: center;
    float: left;
    height:40px;
    line-height:40px;
}
.box-header ul li img{
    width: 40px;
}
.box-header-title{
    font-size: 20px;
    font-weight: 550;
    color: #333333;
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0 ;
}
.box-header-title span {
    display: inline-block;
    padding-bottom: 6px;
    border-bottom: 3px solid #2979FF;
}
.form-item3-left{
    font-size: 13px;
    color: #222;
    width: 60px;
    text-align: right;
}
.form_bd2{
    margin: 10px 20px 0 20px;
}
.login-box4{
    background: url('../images/login/cg.png') center ;

    background-size: 100%;
    height: 100%;
}
.login-box4-title{
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    height: 55%;
    margin-top: 20px;
}
.login-box2.code {
    padding: 0 40px;
    margin: 0;
    padding-bottom: 40px;
}
.login-box2.code .form_bd2 {
    margin-left: 0;
    margin-right: 0;
}
.login-box2_img{
    text-align: center;
    width: 100%;
    border: 3px solid #2979FF;
    border-radius: 6px;
}