* {
    padding: 0;
    margin: 0;
}

.main {
    /* background-image: url(__TMPL__/public/assets/images/user/tp_zcbj.png); */
    background-image: url(../public/assets/images/user/tp_zcbj.png);
    background-position: center center;
    background-size: 1920px 670px;
    background-repeat: no-repeat;
    height: 670px;
    display: flex;
    /* position: absolute;
    z-index: 10;
    top: 180px;
    left: 450px; */
    align-items: center;
}

.xykg {
    width: 500px;
    height: auto;
    margin-right: 200px;
    width: 570px;
    height: 362px;
}

.signIn {
    height: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.loginbox {
    text-align: center;
    width: 420px;
    background: linear-gradient(to bottom, #DAF0FE, #C7DEFE);
    border: solid 1px #fff;
    border-radius: 16px;
    padding: 40px 40px 80px 40px;
    position: relative;
}

.login_toplogo {
    padding: 50px 80px;
}

.login_toplogo img {
    width: 200px;
}

.login_topimg {
    padding: 0 160px;
}

.login_topimg img {
    width: 850px;
}

.loginFlex {
    display: flex;
    justify-content: flex-end;
    padding: 40px 200px 0 0;
}

.loginbox h1 {
    font-size: 32px;
    font-family: '庞门正道标题体';
    margin-bottom: 20px;
    font-weight: bold;
}

.loginbox p {
    font-size: 20px;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

input {
    height: 40px;
    line-height: 40px;
    width: 100%;
    padding: 0 20px;
    margin: 0;
    box-sizing: border-box;
    font-size: 15px;
    color: #333;
    background: #fff;
    border: none;
    height: 48px;
    line-height: 48px;
}
input:focus {
    outline: none;
}
.comboBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    background: #fff;
    border-radius: 6px;
    height: 48px;
    margin-bottom: 16px;
}
.comboBox img {
    width: 20px;
}
.comboLeft {
    width: 50px;
    height: 100%;
    text-align: center;
    border-right: solid 2px #eaebeb;
    flex-shrink: 0;
    line-height: 48px;
}
.comboRight {
    width: 50px;
    height: 100%;
    text-align: center;
    flex-shrink: 0;
    line-height: 48px;
}
.comboRight img{
    width: 20px;
    height: auto;
    position: relative;
    top: -1px;
}
.obtain {
    width: 40%;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    border: 1px solid #cacbcc;
    border-left: none;
    margin: 10px 0 5px 0;
}

.logOn {
    height: 48px;
    width: 100%;
    border: none;
    background-color: #4f638f;
    color: #fff;
    font-size: 16px;
    margin-top: 30px;
    margin-bottom: 10px;
    border-radius: 6px;
}
.login_toQr {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 16px;
    top: 16px;
}