.container {
    width: 100%;
    height: 100%;
    background-image: url(../img/2.png);
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
}

body {
    width: 100%;
    height: 100%;
}

.containerCenter {
    width: 1200px;
}

.logo {
    margin-top: 42px;
    width: 154px;
    height: 70px;
}

.loginCon {
    width: 100%;
    height: calc(100% - 112px);
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_con_main {
    display: flex;
    align-items: center;
}

.login_left {
    padding: 31px 44px 31px 22px;
    /* opacity: 0.15; */
    border-radius: 6px;
    background-image: url(../img/4.png);
    background-size: 100% 100%;
    /* background: linear-gradient(141deg, #00349D 0%, #0224D4 100%); */
}

.font_1 {
    font-size: 48px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
}

.font_2 {
    width: 45px;
    height: 4px;
    background: #FFFFFF;
    margin-top: 20px;
}

.font_3 {
    margin-top: 19px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
}

.font_4 {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 185px;
}

.active {
    position: relative;
}

.active::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #E4E8F5;
}

.login_right {
    width: 413px;
    background: #FFFFFF;
    box-shadow: 0px 6px 0px 0px #032B82;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 32px;
}

.login_right_main {
    width: 360px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.login_img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 32px;
    margin-right: 40px;
}

.login_img img {
    width: 75px;
    height: 26px;
}

.login_2 {
    display: flex;
    justify-content: space-between;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
}

.font_5 {
    color: #666;
}

.font_6 {
    color: #EFEFEF;
    padding: 0 24px;
}

.font_7 {
    color: #5185FF;
}

.login_3 {
    margin-top: 9px;
    width: 360px;
}

.login_3_item {
    margin-top: 15px;
    display: flex;
}

.login_3_item input {
    width: 360px;
    height: 46px;
    background: #F5F5F5;
    border-radius: 2px;
    outline: none;
    border: none;
}

.login_3_item input {
    padding-left: 11px;
    font-size: 14px;
}

.login_3_item input::placeholder {
    /* padding-left: 0.11px; */
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #BBBBBB;
}

.yzm {
    width: 240px !important;
}

.yzmmain {
    width: 120px;
    height: 46px;
}

#v_container,
canvas {
    width: 100%;
    height: 100%;
}

.login_4 {
    width: 360px;
    margin-top: 15px;
    display: flex;
    align-items: center;
}

.yesSelec {
    display: none;
}

.chooseCon img {
    width: 20px;
    height: 20px;
}

.login_4_main {
    display: flex;
}

.login_4_other {
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.login_4_other div {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #999999;
}

.font_blue {
    color: #5185FF !important;
    font-size: 14px;
}

.login_btn {
    width: 360px;
    height: 40px;
    background: #5185FF;
    border-radius: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: bold;
    margin-top: 31px;
}

.login_btn:hover {
    opacity: 0.8;
}

.getyzm {
    background-color: #F5F5F5;
    position: relative;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #5185FF;
    text-align: center;
    line-height: 46px;
}

.getyzm::after {
    display: block;
    content: "";
    width: 1px;
    height: 20px;
    background: #5185FF;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.reset_pass {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.reset_pass img {
    width: 20px;
    height: 20px;
}

.reset_pass div {
    margin-left: 9px;
    font-size: 20px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #5185FF;
}

.wjPass {
    display: flex;
    align-items: center;
}

.login_pass {
    display: flex;
    justify-content: space-between;
}

.tip_wz{
    color: red;
    font-size: 14px;
}