.login_wrap{
    justify-content:center;
    display: flex;
}
.register_wrap{
    justify-content:center;
    display: flex;
}
.log-title {
    margin-top: 70px;

    color: var(--pc-black, #161616);
    text-align: center;
    font-family: PingFang SC;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.log-label {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 24px;
}

.margin-top-16 {
    margin-top: 16px;
}

.log-input input {
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-top: 8px;
    padding: 17px 20px;

    color: var(--pc-black, #161616);
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.log-input input:focus {
    outline: none;
    border: 1px solid #ff7450;
}

.log-btn {
    width: 100%;
    background-color: #ddd;
    margin-top: 24px;
    color: #fff;
    text-align: center;
    font-family: PingFang SC;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 13px 0;
    border-radius: 5px;
}

.log-btn-active {
    background-color: #ff7450;
    color: #fff;
    cursor: pointer;
    border: none;
}

.error {
    margin-top: 5px;
    color: var(--pc, #ff7450);
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.log-radio {
    color: #000;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.log-radio a {
    color: #000;
}

.log-radio a:hover {
    text-decoration: none;
}

.log-radio input[type="radio"] {
    width: 20px;
    height: 20px;
    margin: 0 4px 0 0;
    appearance: none;
    position: relative;
}

/** 未被选中的样式*/
.log-radio input[type="radio"]::before {
    content: "";
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

/** 选中的样式 */
.log-radio input[type="radio"]:checked::before {
    content: "";
    /* 2713表示勾勾✓ */
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid #ff7450;
    border-radius: 4px;
    color: #ff7450;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    background: url(../images/dui.svg) no-repeat;
}

.log-radio-text {
    padding-left: 10px;
    display: flex;
    align-items: center;
}

.log-or {
    color: #999;
    font-family: PingFang SC;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
}

.log-or i {
    width: 40%;
    height: 1px;
    background-color: #f0f0f0;
    display: block;
}

.log-a {
    color: #000;

    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
    text-align: center;
}

.log-btn-b {
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #fff;
    color: #000;
    padding: 19px;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1em;
    cursor: pointer;
}

.log-btn-b img {
    margin-right: 16px;
}

.log-c {
    color: #000;
    font-family: PingFang SC;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 50px;
    text-align: center;
    margin-top: 24px;
}

/* 找加密码-------- */
.find-wrap {
    margin-top: 40px;
}

.find-wrap-item {
    display: flex;
    align-items: center;
}

.find-wrap-item-a {
    width: 24px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 50%;

    color: #999;

    text-align: center;
    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.find-wrap-item-b {
    color: #999;

    font-family: PingFang SC;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-left: 4px;
}

.find-wrap .active .find-wrap-item-a {
    color: #fff;
    border: 1px solid #ff6e47;
    background: #ff6e47;
}

.find-wrap .active .find-wrap-item-b {
    color: #161616;
}

.find-wrap i {
    width: 15%;
    display: block;
    border: 1px #ddd dashed;
}

.fine-text-a {
    color: #999;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 24px;
    text-align: center;
}

.margin-top-64 {
    margin-top: 64px;
}

.margin-top-86 {
    margin-top: 86px;
}

.find-emailsu {
    text-align: center;
}

.find-emailsu-a {
    color: #000;
    font-family: PingFang SC;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-top: 10px;
}

.find-emailsu-b {
    color: #999;

    text-align: center;
    font-family: PingFang SC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 40px;
}

@media screen and (max-width: 992px) {
    .find-wrap i {
        width: 10%;
    }
}

@media screen and (max-width: 768px) {
    .log-radio {
        display: flex;
    }

    .log-radio-text {
        width: 90%;
        padding-left: 10px;
        display: block;
        align-items: center;
    }

    .find-wrap i {
        width: 5%;
    }
}
