﻿button:active
{
    border: none;
}
.text-danger {
    height:18px;
}



button:focus
{
    outline: none !important;
}

*
{
    margin: 0;
}

body
{
    background: #EFF6FF;
}

.nav-tabs
{
    border: none !important;
    display: flex;
    flex-direction: row;
}

/*.nav-item
{
    display: flex;
    order: 2;
}

.nav-item:has(.active)
{
    order: 1;
}*/

.nav-item .nav-link
{
    padding-left: 0;
    align-self: flex-end; /* 底部对齐 */
}

.nav-item .active
{
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.nav-item .nav-link, .nav-item .active
{
    border: none !important;
}


.login-panel
{
    width: 828px;
    min-height: 500px;
    border-radius: 19px;
    position: relative;
}

#title
{
    width: 100%;
    height: 32px;
    font-size: 16px;
    color: #000000;
    line-height: 32px;
    letter-spacing: 1px;
    text-align: center;
    position: absolute;
    top: -58px;
}

.content
{
    width: 440px;
    padding: 1.25rem 0 0 1.25rem;
}

.form-content
{
    width: 90%;
    margin: auto;
}

.input-box
{
    width: 100%;
    height: 38px;
    background: #F5F6FA;
    border-radius: 19px;
}

.input-box img
{
    margin-left: 19px;
    width: 14px;
    height: 14px;
}

.input-box input
{
    margin-right: 19px;
    margin-left: 10px;
    background: #F5F6FA;
}

.input-box span
{
    height: 38px;
    font-weight: 400;
    color: #3C6BFF;
    line-height: 38px;
    margin-right: 19px;
    margin-left: -19px;
}

.radio-box
{
    width: 100%;
}

.radio-box label
{
    font-weight: 400;
    color: #999999;
}

.radio-box a
{
    color: #3C6BFF !important;
}

.login-btn
{
    width: 100%;
    height: 40px;
    background: #3C6BFF;
    box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
    border-radius: 20px;
    border: 0;
    color: #FFFFFF;
    font-size: 16px;
    margin-top: 16px;
}

.ouchn-login
{
    width: 100%;
    margin: 0 auto;
    padding: 8px 0;
    justify-content: space-between;
}

.ouchn-login img
{
    width: 24px;
    margin: 6px;
}

.third-login
{
    width: 90%;
    margin: 0 auto;
    padding: 16px 0;
}

.third-login img
{
    width: 32px;
    margin: 6px;
    justify-content: flex-start;
}

.third-login a
{
    width: 25%;
    text-align: center;
}

.ouchn-login span
{
    display: inline-block;
    height: 36px;
    line-height: 36px;
}

.line
{
    width: 90%;
    border-bottom: 1px solid #DDDDDD;
    margin: auto;
}

.line p
{
    width: 99px;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    margin: auto;
    margin-bottom: -6px;
    background: #fff;
    color: #DDDDDD;
}

#ButtonGetCode:hover
{
    cursor: pointer;
}

a
{
    color: black;
}

p
{
    min-height: 12px;
    margin: 6px 0;
}

.custom-radio .custom-control-input ~ .custom-control-label::before
{
    border: 1px solid #C8C8C8;
    background: #fff;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 3.5px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before
{
    border-radius: 50%;
    margin: 3.5px;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after
{
    background-image: url(../img/true.png);
    background-size: cover; /* 铺满元素，可能会裁剪部分图片 */
    background-position: center; /* 在元素中居中 */
    width: 13px;
    height: 13px;
    margin: 3.5px;
}
.ouchn-ul {
    display:none !important;
}
#jump-btn {
    display:none !important;
}

@media screen and (max-width:825px)
{

    .page-content
    {
        padding: 190px 10px;
    }

    #jump-btn img {
        margin:7px;
    }
    #jump-btn
    {
        background: #fff;
        display: flex !important;
        line-height:40px;
        text-align:center;
        color: #3464F6;
    }
    .ouchn-ul
    {
        display: flex !important;
    }

    .login-panel
    {
        min-height: 520px !important;
    }

    .ouchn-ul
    {
        margin-top: 40px;
    }

    .ouchn-ul li
    {
        margin: 14px auto;
        list-style: none;
        width: 90%;
        height: 44px;
        line-height: 44px;
        background: #FFF;
        border-radius: 22px;
      
    }

    .login-btn, .ouchn-ul li
    {
        box-shadow: 7px 7px 12px rgba(0, 0, 0, .4), -7px -7px 12px rgba(255, 255, 255, .9);
    }

    .ouchn-ul li a
    {
        display: inline-block;
        height: 44px;
        line-height: 44px;
    }

    .ouchn-ul li span
    {
        display: inline-block;
        height: 44px;
        line-height: 44px;
        font-size: 16px;
        font-weight: 400;
    }

    .ouchn-ul li img
    {
        margin: auto 7px;
        width: 30px;
        height: 30px;
    }

    .ouchn-login{
        display:none !important;
    }
    .card
    {
        background: #EFF6FF;
        border: none !important;
    }
    .tab-content{
        padding:20px 10px;
        margin-bottom:30px;
    }

    .input-box{
        border-radius:9px;
    }

    .content
    {
        width: 100%;
        padding: 0px;
    }

    .sm-title-content
    {
        display: flex !important;
    }



    #title, #login_bg, #abs-logo
    {
        display: none;
    }

    .tab-content {
        background:#fff;
        border-radius:9px;
    }

    .line{
        display:none;
    }

    .login-btn
    {
        margin-top:25px;
    }
}

@media screen and (max-width:365px)
{
    .ouchn-login img
    {
        display: none;
    }

    .notweixin
    {
        display: none;
    }

    #sm-title p
    {
        font-size: 14px !important;
        font-weight: 400;
    }
}

#abs-logo
{
    position: absolute;
    left: 3.2%;
    top: 4.8%
}

#sm-title p
{
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 32px;
    height: 32px;
}


.sm-title-content
{
    justify-content: space-between;
    width: 100%;
    position: absolute;
    top: -130px;
    padding-left: 20px;
    display: none;
}

.page-content
{
    padding: 150px 10px;
}

#copyright-content
{
    position: absolute;
    bottom: -120px;
    width: 100%;
}

#copyright-content p
{
    height: 24px;
    line-height: 24px;
    color: #999999;
    font-size: 12px;
    text-align: center;
}

.link
{
    text-align: center;
}

.link img
{
    border-radius: 50%;
}

.radio-box p
{
    font-weight: 400;
    color: #999999;
}

#all-danger
{
    margin-top: 15px;
}
