button:active {
    transition: scale .3s linear;
    transform: scale(0.96);
}
.nav_menu_btn {
    display: none;
}
.header_container a {

    text-decoration: none;

    color: inherit;

}
.header_container {
    width: 100%;
    height: 68px;
    background: black;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 60px;
    position: sticky;
    top: 0;
    z-index: 10;
}
.header_left {
    display: flex;
    align-items: center;
}
.header_left span {
    margin: 0 20px;
    width: 1px;
    height: 21px;
    background: #FFFFFF;
}
.top_logo_one {
    cursor: pointer;
    height: 30px;
}
.header_right {
    display: flex;
    align-items: center;
}
.header_link_list {
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    grid-gap: 72px;
}
.login_btn {
    margin-left: 60px;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    width: 130px;
    height: 38px;
    border-radius: 8px;
    background: #000000;
    cursor: pointer;
    border: 2px solid #0080FF;
}
.download_btn {
    border: none;
    margin-left: 50px;
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    width: 120px;
    height: 38px;
    background: #0080FF;
    border-radius: 8px;
    position: relative;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}
.download_btn:hover .download_menu {
    opacity: 1;
    pointer-events: visible;
}
.download_menu {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    width: 260px;
    background: #050A1C;
    border-radius: 16px;
    border: 2px solid rgba(255,255,255,0.3);
    padding: 8px;
    top: 102%;
    right: 0;
    transition: opacity .3s linear;
}
.download_menu_item {
    width: 100%;
    border-radius: 8px;
    height: 48px;
    font-weight: 400;
    font-size: 20px;
    color: #DEE2E6;
    display: flex;
    align-items: center;
    transition: background-color .3s linear;
    padding-left: 24px;
    cursor: pointer;
}
.download_menu_item:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.download_menu_img {
    width: 22px;
    margin-right: 8px;
}
.section_container {
    width: 100%;
}

.footer_container {
    width: 100%;
    background: black;
}
.footer_top {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0 32px 0;
}
.footer_qr_box {
    width: 158px;
}

.ic_footer_logo {
    width: 100%;
}
.footer_qr_content {
    margin-top: 22px;
    width: 100%;
    padding: 2px;
    height: 158px;
    background: #ffffff;
}
.footer_qr {
    width: 100%;
    height: 100%;
}
.footer_info_box {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4,260px);
    justify-content: center;
    grid-gap: 40px;
    padding: 20px;
}
.footer_info_box_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    font-weight: 600;
    font-size: 20px;
    color: #FFFFFF;
}
.footer_info_box_item {
    margin-top: 24px;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
}
.footer_bottom {
    padding: 32px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    color: #939AA3;
}

.wechat_box {
    width: 168px;
    background: rgba(255,255,255,0.3);
    border-radius: 16px;
    position: fixed;
    right: 27px;
    bottom: 126px;
    z-index: 3;
    padding: 1px;
}
.kefu_ic {
    width: 90px;
    height: 90px;
    position: absolute;
    top: -90px;
    left: 50%;
    transform: translateX(-50%);
}
.wechat_content {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: #191919;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 16px;
}
.free_call_title {
    margin-top: 14px;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
}
.free_call_wx {
    margin-top: 11px;
    width: 124px;
    height: 124px;
    border-radius: 8px;
    overflow: hidden;
}
.free_call_desc {
    margin-top: 12px;
    font-weight: 500;
    font-size: 16px;
    color: #FFFFFF;
}
.loading_wx {
    padding: 50px;
    animation: linear rotateLoading 1.5s infinite;
}
.nav_menu_btn {
    font-size: 14px;
    cursor: pointer;
    position: relative;
    color: #ffffff;
}
.menu_arrow {
    width: 12px;
}
.nav_menu_btn:active .nav_menu_List,.nav_menu_btn:hover .nav_menu_List,.nav_menu_btn:focus .nav_menu_List {
    opacity: 1;
    pointer-events: visible;
}
.nav_menu_List {
    opacity: 0;
    pointer-events: none;
    position: absolute;
    background: #343A40;
    width: 160px;
    border-radius: 8px;
    padding: 8px 0;
    top: 100%;
    left: -100px;
}
.nav_menu_item {
    font-size: 14px;
    color: #ffffff;
    width: 100%;
    padding: 4px 16px;
    display: block;
}
.nav_menu_item:hover {
    background: rgba(255,255,255,.15);
}
.email_copy {
    margin-left: 4px;
    cursor: pointer;
}
.cookie_dialog {
    display: none;
    position: fixed;
    bottom: 24px;
    padding: 24px;
    left: 24px;
    width: 390px;
    background: #252525;
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    border-radius: 16px;
    border: 1px solid #494949;
    z-index: 998;
}
.cookie_dialog_text {
    font-weight: 500;
    font-size: 16px;
    color: #EBEBEB;
    line-height: 24px;
}
.cookie_dialog_text a {
    color: #52A9FF;
}
.cookie_dialog_btn_list {
    margin-top: 32px;
    width: 100%;
    display: grid;
    grid-gap: 18px;
    grid-template-columns: repeat(2,1fr);
}
.cookie_dialog_btn {
    width: 100%;
    font-weight: 600;
    font-size: 18px;
    color: #EBEBEB;
    line-height: 24px;
    height: 40px;
    border: none;
    border-radius: 4px;
    background: #383838;
}
.cookie_dialog_btn_check {
    background: #2D8CEB;
}

.account_dialog {
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    left: 0;
    top: 0;
    align-items: center;
    justify-content: center;
    display: none;
}
.account_dialog_content {
    position: relative;
    width: 450px;
    height: 584px;
    padding: 24px 32px 40px 32px;
    background: #252525;
    border: 1px solid #494949;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.account_top_bg {
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 0;
    top: 0;
    height: 102px;
    background: linear-gradient( 270deg, #2A3B7A 0%, #0E4650 100%);
    opacity: 0.5;
    filter: blur(30px);
    z-index: 0;
}
.account_dialog_close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 24px;
    cursor: pointer;
    z-index: 1;
}
.account_title {
    position: relative;
    z-index: 1;
    font-weight: 600;
    font-size: 24px;
    color: #EBEBEB;
    line-height: 32px;
}
.account_desc {
    text-align: center;
    position: relative;
    z-index: 1;
    margin-top: 8px;
    font-weight: 400;
    font-size: 16px;
    color: #C1C1C1;
    line-height: 24px;
}
.account_label {
    display: block;
    margin-top: 16px;
    font-weight: 500;
    font-size: 16px;
    color: #D0D0D0;
    line-height: 24px;
}
.account_label:first-child {
    margin-top: 0;
}
.account_form {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    width: 100%;
}
.account_input_box {
    width: 100%;
    margin-top: 12px;
    height: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.account_input_img {
    width: 16px;
    left: 12px;
    position: absolute;
}
.account_input {
    width: 100%;
    height: 100%;
    background: #080808;
    border-radius: 4px;
    border: 1px solid #404040;
    font-weight: 400;
    font-size: 16px;
    color: #ffffff;
    padding: 0 32px;
    line-height: 22px;
}
.account_input:focus {
    outline:1px solid #2D8CEB;
}
.account_input_right_btn {
    position: absolute;
    width: 104px;
    height: 32px;
    border-radius: 4px;
    background: #2D8CEB;
    border: none;
    right: 4px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 22px;

    cursor: pointer;
}
.account_password_img {
    position: absolute;
    width: 20px;
    height: 100%;
    right: 12px;
    cursor: pointer;
}
.account_password_img_none {
    display: none;
}
.account_form_submit {
    flex-shrink: 0;
    width: 100%;
    height: 38px;
    margin-top: 40px;
    border-radius: 4px;
    background: #2D8CEB;
    border: none;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 24px;
}
.account_form_desc {
    margin-top: 32px;
    font-weight: 400;
    font-size: 14px;
    color: #C1C1C1;
    line-height: 18px;
    text-align: center;
}
.account_form_desc a {
    color: #52A9FF;
}
.loading_ic {
    display: none;
    animation: linear rotateLoading 1.5s infinite;
}
.account_control_box {
    margin-top: 4px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.account_link {
    position: relative;
    font-size: 14px;
    color: #52A9FF !important;
}
.forget_link {
    position: relative;
    font-size: 14px;
    color: #52A9FF;
    cursor: pointer;
}
.contact_us_dialog {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
    align-items: center;
    justify-content: center;
}
.contact_us_content {
    width: 320px;
    position: relative;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 28px 16px 16px 16px;
}
.contact_us_close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}
.contact_us_title {
    color: #121212;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
}
.contact_us_title span {
    text-decoration: underline;
    color: #0080FF;
}
.contact_qr_box {
    width: 100%;
    padding: 20px;
}
.contact_qr {
    width: 100%;
}
.launch_dialog {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 999;

}
.launch_dialog_content {
    width: 320px;

    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    padding: 28px 8px 8px 8px;
    background: #ffffff;
}
.launch_dialog_close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 12px;
    cursor: pointer;
}
.launch_title {
    color: #121212;
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
}
.launch_tip {
    margin-top: 8px;
    color: #121212;
    text-align: center;
}
.launch_desc {
    margin-top: 8px;
    color: #121212;
}
.launch_info {
    margin-top: 8px;
    color:#333;
    text-align: center;
}
@keyframes rotateLoading {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1439px){
    .header_link_list {
        font-size: 16px;
    }
    .download_btn {

        font-size: 16px;
    }
    .login_btn {
        font-size: 16px;
    }
}
@media (max-width: 1279px) {
    .header_container {
        padding: 0 40px;
    }
    .header_link_list {
        grid-gap: 0 40px;
        font-size: 16px;
    }
    .top_logo_one {
        height: 24px;
    }
    .download_btn {
        font-size: 16px;
    }
    .login_btn {
        font-size: 16px;
    }
    .footer_bottom {
        font-size: 14px;
    }
    .cookie_dialog {
        left: 12px;
        bottom: 12px;
        width: 300px;
        padding: 12px;
    }
    .cookie_dialog_text {
        font-size: 12px;
    }
    .cookie_dialog_btn_list {
        margin-top: 12px;
    }
    .cookie_dialog_btn {
        height: 30px;
        font-size: 12px;
    }
}

@media (max-width: 1200px) {
    .footer_info_box {
        grid-template-columns: repeat(4,200px);
        justify-content: center;
    }
}
@media (max-width: 950px) {
    .footer_info_box {
        grid-template-columns: repeat(4,150px);
        grid-gap: 20px;
        justify-content: center;
    }
}
@media (max-width: 750px) {
    .header_link_list {
        display: none;
    }
    .dropdown_link_list a {
        font-size: 14px;
    }
    .nav_menu_btn {
        display: inherit;
    }
    .header_container {
        padding: 0 20px;
    }
    .top_logo_one {
        height: 18px;
    }
    .header_link_list {
        font-size: 14px;
        grid-gap: 0 20px;
    }
    .download_btn {
        width: 82px;
        height: 28px;
        margin-left: 8px;
        font-size: 14px;
    }
    .login_btn {
        width: 82px;
        height: 28px;
        margin-left: 8px;
        font-size: 14px;
    }
    .footer_info_box {
        grid-template-columns: repeat(1,300px);
        justify-content: center;
    }
    .footer_bottom {
        font-size: 10px;

    }
    .footer_line {
        display: none;
    }
    .account_form {
        margin-top: 12px;
    }
    .account_dialog_content {
        height: 508px;
        width: 330px;
        padding: 24px 8px 24px 8px;
    }
    .account_input {
        font-size: 12px;
    }
    .account_input_right_btn {
        font-size: 12px;
        width: 88px;
    }
    .account_label {
        margin-top: 8px;
        font-size: 14px;
        line-height: 22px;
    }
    .account_form_submit {
        margin-top: 12px;
    }
    .account_form_desc {
        margin-top: 12px;
        font-size: 12px;
    }
    .account_desc {
        font-size: 14px;
        line-height: 22px;
    }
}
