p > a,
span > a {
    text-decoration: none;
    color: #000000;
}

body.congratulate {
    padding-top: 80px !important;
}

.nav_home > a:hover {
    color: #475aea !important;
}

a:hover {
    text-decoration: 1px solid #000000;
    color: #475aea;
}

.congratulate .nav {
    position: fixed;
}

.nav {
    width: 100%;
    height: 80px;
    line-height: 80px;
    background-color: white;
    top: 0;
    left: 0;
    z-index: 10;
    box-shadow: 0 0 4px #d1d1d1;
}

.congratulate .congratulate100 {
    display: none;
}

.congratulate100 {
    width: 100%;
}

.nav_internal_width {
    margin: 0 auto;
    height: 100%;
    padding: 0 900px;
}

.nav_img {
    height: 73px;
    margin-top: 5px;
    float: left;
}

.nav_button {
    float: right;
}

.phone_logo_wrap {
    display: none;
    margin-top: 17px;
    padding-left: 20px;
}

.phone_logo_wrap img {
    width: 52px;
}

.phone_footer {
    background-color: #262b38;
    padding: 20px;
    text-align: center;
    display: none;
}

.phone_footer img {
    width: 80px;
}

.phone_footer p {
    text-align: center;
    font-size: 12px;
    color: rgb(185, 185, 185);
    margin: 0;
}

.nav_content_wrap {
    width: 62px;
    margin: 0 auto;
}

.caidan {
    vertical-align: top;
    display: none;
    padding-top: 16px;
    cursor: pointer;
}

.nav_title {
    height: 100%;
    display: inline-block;
    vertical-align: top;
    width: 3350px;
}

.nav_home {
    color: #666666;
    font-size: 22px;
}

.nav_Introduction {
    position: relative;
    display: inline-block;
    margin-left: 5%;
}

.top_nav_ico {
    transition: transform 0.3s;
}

.nav_Introduction:hover .top_nav_ico {
    transform: rotateZ(180deg);
}

.nav_Introduction:nth-child(1) {
    margin-left: 0;
}

.nav_Introduction > img {
    width: 11px;
    transition: 0.5s;
}

.nav_dropdown {
    transition: 0.5s;
    font-size: 14px;
    position: absolute;
    background-color: #fff;
    top: 100%;
    transform: translateY(-20px);
    left: -40px;
    z-index: 999;
    overflow: hidden;
    box-shadow: 0 0 4px #d1d1d1;
    box-sizing: border-box;
    width: 140px;
    text-align: center;
    transition: opacity 0.3s, transform 0.4s;
    display: none;
    line-height: 20px;
    opacity: 0;
}

.nav_dropdown_fade {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

.nav_dropdown > p {
    margin: 21px 0;
}

.left_dropdown {
    float: left;
}

.right_dropdown {
    float: right;
}

.support_hotline {
    display: inline-block;
    width: 100px;
    text-align: center;
    vertical-align: top;
    padding-top: 20px;
}

.support_hotline > p {
    font-weight: 600;
    margin: 0;
    font-size: 14px;
    color: #475aea;
    line-height: 20px;
}

.nav_but_registered {
    display: inline-block;
    width: 100px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    outline: none;
    border: none;
    box-sizing: border-box;
    color: #ffffff;
    background-color: #475aea;
    border-radius: 30px;
    padding: 0;
}

.nav_but_login {
    display: inline-block;
    outline: none;
    box-sizing: border-box;
    color: #475aea;
    background-color: rgba(71, 90, 234, 0);
    border-radius: 30px;
    width: 100px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    border: 1px solid #475aea;
    text-align: center;
}

.sj_login {
    vertical-align: top;
    text-decoration: none;
    color: #475aea;
    display: block;
    text-align: center;
}

.phone_nav_body {
    overflow: hidden;
}

.phone_nav {
    overflow: hidden;
    position: fixed;
    transition: all 800ms cubic-bezier(0.8, 0, 0.33, 1);
    border-radius: 0% 0% 100% 50%;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: translateX(calc(100% - 68px));
    z-index: 99;
    display: none;
}

.phone_nav.phone_nav-open {
    transform: translateX(0px);
    border-radius: 0% 0% 0% 0%;
    background: #fff;
}

.phone_nav .phone_menu-btn {
    position: absolute;
    top: 8px;
    padding: 0;
    width: 30px;
    cursor: pointer;
    z-index: 2;
    left: 20px;
    line-height: 0;
    text-align: right;
}

.phone_nav .phone_menu-btn .phone_line {
    display: inline-block;
    padding: 0;
    width: 30px;
    background: #19243c;
    height: 2px;
    margin: 3px 0;
    transition: all 700ms cubic-bezier(0.9, 0, 0.33, 1);
}

.phone_nav .phone_menu-btn .phone_line.phone_line--1 {
    width: 30px;
    transform: rotate(0) translateY(0);
}

.phone_nav .phone_menu-btn .phone_line.phone_line--1.phone_line-cross {
    width: 30px;
    transform: rotate(45deg) translateY(11px);
    background: rgba(0, 0, 0, 0.6);
}

.phone_nav .phone_menu-btn .phone_line.phone_line--2 {
    width: 28px;
    transform: translateX(0);
}

.phone_nav .phone_menu-btn .phone_line.phone_line--2.phone_line-fade-out {
    width: 28px;
    transform: translate(30px);
    opacity: 0;
}

.phone_nav .phone_menu-btn .phone_line.phone_line--3 {
    width: 20px;
    transform: rotate(0) translateY(0);
}

.phone_nav .phone_menu-btn .phone_line.phone_line--3.phone_line-cross {
    width: 30px;
    transform: rotate(-45deg) translateY(-11px);
    background: rgba(0, 0, 0, 0.6);
}

.phone_nav .phone_nav-links {
    width: 100%;
    height: 100%;
    transform: translateX(100px);
    opacity: 0;
    transition: all 900ms cubic-bezier(0.9, 0, 0.33, 1);
    overflow: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}

.phone_fade-in {
    opacity: 1 !important;
    transform: translateX(0px) !important;
}

.phone_nav .phone_nav-links .phone_link {
    margin: 20px 0;
    text-decoration: none;
    font-family: sans-serif;
    color: rgba(0, 0, 0, 0.9);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.2rem;
    transition: all 300ms cubic-bezier(0.9, 0, 0.33, 1);
}

.phone_nav .phone_nav-links .phone_link:hover {
    color: rgba(0, 0, 0, 0.5);
}

.phone_nav-open .phone_nav_btn {
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 99;
}

.sj_nav_home_wrap {
    overflow: hidden;
    box-sizing: border-box;
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid rgb(204, 204, 204);
    display: none;
}

.sj_nav_home_wrap > p {
    transform: translateX(50px);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.9, 0, 0.33, 1);
}

.sj_nav_home_wrap p:nth-child(1) {
    margin-top: 0;
}

.sj_nav_home_wrap p:nth-last-child(1) {
    margin-bottom: 0;
}

.sj_nav_home_wrap a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.phone_nav_ico {
    transition: transform 0.3s;
}

.phone_nav_ico_fade {
    transform: rotate(-90deg);
}

@media screen and (max-width: 1225px) {
    .nav_Introduction {
        margin-left: 3%;
    }

    .nav_title {
        width: 560px;
    }

    .nav_content_wrap {
        width: 670px;
    }
}

@media screen and (max-width: 1128px) {
    .nav_but_login {
        display: none;
    }

    .nav_img {
        width: 134px;
    }
}

@media screen and (max-width: 1025px) {
    .nav_title {
        width: 500px;
    }

    .nav_Introduction {
        margin-left: 10px;
    }

    .nav_content_wrap {
        width: 608px;
    }
}

@media screen and (max-width: 966px) {
    .support_hotline {
        display: none;
    }

    .nav_content_wrap,
    .nav_title {
        width: 500px;
    }

    .nav_Introduction {
        margin-left: 10px;
    }

    .nav_img {
        width: 100px;
    }

    .nav_but_registered {
        font-size: 14px;
        width: 80px;
        height: 30px;
        line-height: 30px;
    }

    .nav {
        height: 60px;
        line-height: 60px;
    }

    /* body{
        padding-top:60px!important;
    } */
    .nav_img {
        margin-top: 8px;
    }
}

@media screen and (max-width: 768px) {
    .nav_button,
    .nav_content_wrap {
        display: none;
    }

    .phone_nav {
        display: block;
    }

    .nav_internal_width {
        padding: 0 100px;
        /* background-image: url(/images/100.png); */
        background-size: cover;
        background-position: center;
    }

    .nav_img {
        width: 80px;
        margin-top: 0px;
    }

    .nav {
        position: fixed;
        height: 40px;
        line-height: 40px;
    }

    body {
        padding-top: 40px !important;
    }

    .congratulate100 {
        display: none !important;
    }

    .content_8Row {
        display: none;
    }

    .phone_footer {
        display: block;
    }
}

@media screen and (max-width: 417px) {
    .nav_img {
        display: none;
    }
}