* {
    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 {
    width: 360px;
    background-color: #fff;
    border-radius: 4px;
    padding: 40px 30px 10px 30px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.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: 10px 0 5px 0;
    box-sizing: border-box;
    border: 1px solid #cacbcc;
    font-size: 14px;
    color: #333;
}

.comboBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.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: 40px;
    width: 100%;
    border: none;
    background-color: #ff9829;
    color: #fff;
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 20px;
}