body,
html {
    background: linear-gradient(70deg, #1141FD 0%, #0C3CFE 54%, #1084FF 100%);
}

#app {
    background-image: url('../img/login_bg.png');
    background-repeat: no-repeat;
    background-size: 100%;
}

.con {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.center {
    width: 1100px;
    height: 540px;
    margin: auto;
    border-radius: 20px;
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.logo_login {
    position: absolute;
    left: 0;
    top: 0;
    width: 152px;
    height: 40px;
}


.center_right {
    width: 35%;
    background-color: #fff;
    border-radius: 20px;
    padding-top: 48px;
    box-sizing: border-box;
    position: relative;
    margin-left: 58%;
}

.c_top {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    background-image: url('../img/login_top_a.png');
    background-repeat: no-repeat;
    background-size: 100%;
    /* background-color: #3861FB; */
    padding-bottom: 20px;
}

.c_top p {
    flex: 1;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 3;
}

.c_top img {
    width: 100%;
    height: 80px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.c_top .act {
    font-size: 18px;
    font-weight: bold;
    color: #3861FB;
}

.center_pos {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    text-align: center;
    font-size: 16px;
    color: #999;
    padding-left: 450px;
}

.center_pos span {
    color: #2953FD !important;
}

.tit {
    text-align: center;
    font-size: 18px;
    color: #111;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 10px 0;

}

.tit img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.ul_div {
    text-align: center;
    border-bottom: 1px solid #eee;
    margin-bottom: 40px;
}

.ul_div p {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    flex: 1;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    position: relative;

}

.ul_act {
    color: #2953FD !important;
    font-weight: bold !important;
}

.ul_act span {
    width: 30%;
    left: 35%;
    height: 3px;
    display: inline-block;
    bottom: 0;
    background: #2953FD;
    position: absolute;
}

.center_c {
    margin-top: 20px;
}

.div_input {
    margin-bottom: 20px;
}

.div_input input {
    width: 100%;
    border: 1px solid #eee;
    line-height: 25px;
    font-size: 14px;
    padding: 10px;
    border-radius: 4px;
    background: #fff;
}

.div_input p {
    color: #FF3300;
    font-size: 14px;
    margin-top: 10px;
}

.div_input2 input {
    width: 60%;
}

.div_input2 span {
    display: inline-block;
    margin-left: 5%;
    width: 30%;
    line-height: 25px;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #eee;
    border-radius: 4px;
    color: #999;
}

.btn {
    background: #2953FD;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    height: 48px;
    line-height: 48px;
    margin-top: 40px;
}

.div_input img {
    width: 18px;
    height: 18px;
    margin-right: 5px;
}

.f_text {
    position: fixed;
    left: 0;
    bottom: 20px;
    opacity: .8;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
}

.center_r_cot {
    border-radius: 0 20px 20px 20px;
    position: relative;
    z-index: 99;
    background-color: #fff;
    padding: 30px;
}