﻿button:active
{
    border: none;
}

button:focus
{
    outline: none !important;
}

.page-content
{
    background: linear-gradient( #4A8DFF 0%, #2B25E6 100%);
}

*
{
    font-size: 0.9rem;
}

.ouchn-login
{
    height: 360px;
    overflow-y: scroll;
}

.outer1
{
    text-align: center;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 32px;
    font-size: 18px;
    font-family: YaHei;
    color: #FFFFFF;
    line-height: 32px;
    letter-spacing: 1px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 30%);
}

.h-100
{
    height: 100vh !important;
}

.nav-tabs
{
    border: none !important;
}
.panel-right
{
    background: #F0F4FF;
    border-radius:9px;
}
.panel-right h2
{
    width:90%;
    margin:auto;
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    line-height: 16px;
}

.panel-right ul{
    margin-top:40px;
}

.panel-right ul li
{
    margin: 14px auto;
    list-style: none;
    width: 90%;
    height: 44px;
    line-height: 44px;
    border: 1px solid rgba(170,170,170,0.5);
    background: #FFF;
    border-radius: 22px;
}
.panel-right ul li a
{
    display: inline-block;
    height: 44px;
    line-height: 44px;
}
.panel-right ul li span
{
    display: inline-block;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    font-weight: 400;
}

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

.login-panel
{
    width: 790px;
    height: 500px;
    border-radius: 9px;
}

@media screen and (max-width:475px)
{
    .login-panel
    {
        width: 100%;
        height: 100%;
        border-radius: 0;
        margin-bottom: 0;
    }
}


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

    .input-box
    {
        overflow: hidden;
    }


    *
    {
        font-size: 0.8rem;
    }
}

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

.nav-item .active::before
{
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 24px;
    height: 2px;
    border-radius: 2px;
    background-color: #3C6BFF;
}

.form-content
{
    width: 80%;
    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: 36px;
}



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




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

#ButtonGetCode:hover
{
    cursor: pointer;
}

a
{
    color: black;
}

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

.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;
}

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

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

.link
{
    text-align: center;
}

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

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

