header {
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999
}

header.background_fff {
    background-color: rgba(247, 247, 247, 0.6);
}

header .w1 {
    width: 1400px;
    margin: auto;
    /*margin-top: 48px;*/
    margin-bottom: 0
}

@media (max-width: 1400px) {
    header .w1 {
        margin-top: 0
    }
}

header .w2 {
    display: none
}

/*header .spring_banner {*/
/*    display: block;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 48px;*/
/*    background: url("../img/spring_activity/en_banner.png") no-repeat;*/
/*    background-position: center;*/
/*    background-size: 100% 100%;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    text-align: center*/
/*}*/

/*header .spring_banner.tr_banner_lang {*/
/*    background: url("../img/spring_activity/zh_banner.png") no-repeat*/
/*}*/

/*@media (max-width: 1400px) {*/
/*    header .spring_banner {*/
/*        display: none !important*/
/*    }*/
/*}*/

header .new-user-banner {
    width: 100%;
    height: 48px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #0065BD;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer
}

header .new-user-banner > div:first-of-type {
    margin-right: 8px;
    width: 80px;
    height: 24px;
    background-color: #ffffff;
    border-radius: 12px;
    font-family: Lato-SemiBold;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    color: #0065BD
}

header .new-user-banner > div:last-of-type {
    margin-left: 8px;
    font-family: Lato-SemiBold;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff
}

header .tm-tip {
    width: 175px;
    height: 36px;
    border-radius: 5px;
    padding-left: 45px;
    background: url("../img/tm_tip.png") no-repeat center;
    background-size: cover;
    position: fixed;
    right: -170px;
    bottom: 130px;
    text-align: left;
    font-family: 'Lato-Black';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 36px;
    letter-spacing: 0px;
    color: #ffffff;
    display: none
}

header .tm-tip.tm-tip-out {
    right: 40px
}

header .tm-tip.fade-in {
    animation: showTip 3s linear
}

header .tm-tip.fade-jump {
    animation: jumpTip 0.8s linear alternate infinite
}

@keyframes showTip {
    0% {
        opacity: 0;
        right: -170px
    }
    50% {
        opacity: 0.4
    }
    100% {
        opacity: 1;
        right: 40px
    }
}

@keyframes jumpTip {
    0% {
        right: 40px
    }
    100% {
        right: 45px
    }
}

header .tm {
    position: fixed;
    right: 0;
    bottom: 30px;
    width: 40px;
    height: 140px;
    background: #0065BD;
    border-radius: 8px 0 0 8px;
    box-shadow: 0 11px 32px rgba(1, 33, 94, 0.08);
    cursor: pointer
}

header .tm:hover {
    background: #efb44e
}

header .tm img {
    margin: 15px auto 0
}

header .tm span {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato-Bold';
    transform: rotate(-90deg);
    margin: 38px -15px 0
}

header .pay-popbox {
    display: none;
    position: absolute;
    top: 70px;
    left: 550px
}

header .pay-popbox ul {
    display: flex;
    background: #fff;
    box-shadow: 0 11px 40px rgba(17, 55, 140, 0.13);
    border-radius: 16px;
    padding: 30px;
    text-align: left
}

header .pay-popbox ul li {
    padding: 20px;
    margin-right: 20px;
    cursor: pointer
}

header .pay-popbox ul li .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background: #f9fbfc;
    border-radius: 8px;
    margin-bottom: 20px
}

header .pay-popbox ul li h4 {
    font-family: 'Lato-Bold';
    font-size: 16px;
    color: #161f23
}

header .pay-popbox ul li p {
    margin-top: 10px;
    width: 140px;
    line-height: 1.2em;
    font-family: 'Lato-Medium';
    font-size: 16px;
    color: #808080
}

header .pay-popbox ul li:hover {
    background: #f9fbfc;
    border-radius: 16px
}

header .pay-popbox ul li:hover .img {
    background: #fff
}

.abs_head {
    display: none
}

.header-top {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background-color: #292d3b;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box
}

.header-top .logo-box a {
    color: #ffffff;
    font-size: 18px
}

.header-top .logo-box img {
    vertical-align: sub;
    margin-right: 6px;
    width: 30px
}

.header-top .search-box-m {
    display: flex;
    align-items: center
}

.header-top .search-box-m .search-box {
    width: 160px;
    height: 40px;
    background-color: #363a50;
    border-radius: 2px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    padding-left: 10px;
    color: #8a8e99;
    cursor: pointer
}

.header-top .search-box-m .search-box > input {
    border: none;
    outline: none;
    height: 40px;
    line-height: 40px;
    padding-left: 13px;
    color: #ffffff;
    font-size: 12px;
    background-color: #363a50;
    box-sizing: border-box
}

.header-top .search-box-m .search-box > i {
    position: absolute;
    right: 12px;
    font-size: 20px;
    color: #ffffff
}

.header-top .search-box-m .search-box .search-top {
    position: absolute;
    right: 0;
    top: 0;
    background: #383e4d;
    width: 380px;
    display: none;
    z-index: 999
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) {
    border-bottom: 1px solid #4c5361;
    padding: 0 20px;
    display: flex;
    align-items: center
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) input {
    background: none;
    border: none;
    outline: none;
    color: #FFF
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) span {
    display: flex;
    align-items: center;
    margin-left: auto;
    position: relative
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) span::after {
    position: absolute;
    height: 15px;
    width: 2px;
    background: #545a67;
    content: '';
    right: 27px
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) i {
    font-size: 20px;
    color: #ffffff;
    cursor: pointer
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) i:nth-of-type(1) {
    margin-right: 10px
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(1) i:nth-of-type(2) {
    font-size: 25px
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(2) {
    padding-left: 20px
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(2) h4 {
    color: #8c8e99
}

.header-top .search-box-m .search-box .search-top div:nth-of-type(2) p a {
    color: #FFF
}

.header-top .search-box-m > a {
    color: #ffffff;
    font-size: 12px;
    margin-left: 17px;
    margin-right: 15px
}

.header-top .search-box-m > a:hover {
    color: #3c7fff
}

.header {
    width: 100vw;
    /* height: 82px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    background-color: transparent;
    font-family: 'Lato-Medium'
}

@media (max-width: 1400px) {
    .header {
        /* height: 82px !important */
    }
}

.header.qs {
    background-color: #fff
}

.header.qthd {
    background: rgba(46, 53, 56, 0.15);
    backdrop-filter: blur(8px);
    border-bottom: 1px solid;
    border-color: rgba(94, 94, 94, 0.25);
    box-shadow: none
}

.header .logo-box a {
    display: block;
    width: 200px;
    height: 80px;
    background: url("../img/img_logow2.png") no-repeat center
}

.header .nav {
    display: flex;
    align-items: center;
    box-sizing: border-box;
    height: 100%;
    position: relative;
    justify-content: space-between;
    width: 655px
}

.header .nav.act12 > .nava {
    font-size: 16px;
    position: relative;
    cursor: pointer !important
}

.header .nav.act12 > .nava:hover {
    font-size: 16px;
    color: #0065BD
}

.header .nav.act12 > .nava:hover .d-nava {
    transition: all .5s;
    color: #0065BD
}

.header .nav.act12 > .nava a:-webkit-any-link {
    color: #0b2961
}

@keyframes headeranimation {
    0% {
        transform: scale(1);
        opacity: 1
    }
    25% {
        transform: scale(1.2);
        opacity: 1
    }
    75% {
        transform: scale(0.8);
        opacity: 1
    }
    100% {
        transform: scale(1);
        opacity: 1
    }
}

.header .nav.act12 .nava_default {
    cursor: default !important
}

.header .nav .trait {
    display: block;
    width: 78px;
    height: 26px;
    background-image: linear-gradient(90deg, #feae29 0%, #ff802b 100%), linear-gradient(#feab28, #feab28);
    border-radius: 2px;
    box-sizing: border-box;
    color: #000000;
    font-size: 14px;
    line-height: 26px;
    margin-right: 30px
}

.header .nav .trait:hover {
    color: #fff
}

.header .nav .hover-div {
    position: absolute;
    background: #FFF;
    width: 200px;
    top: 58px;
    border-radius: 3px;
    cursor: default;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    display: none
}

.header .nav .hover-div ul {
    display: flex;
    box-sizing: border-box;
    background: #FFF;
    border-radius: 3px
}

.header .nav .hover-div ul li {
    text-align: left;
    position: relative
}

.header .nav .hover-div ul li .orth {
    display: flex;
    align-items: center;
    line-height: 16px;
    align-items: flex-start;
    padding: 17px 24px;
    position: relative;
    cursor: pointer
}

.header .nav .hover-div ul li .orth.p0 {
    padding-right: 0
}

.header .nav .hover-div ul li .orth:hover {
    background-color: #fafbfd
}

.header .nav .hover-div ul li .orth .new-img {
    position: absolute;
    right: 20px;
    top: 16px
}

.header .nav .hover-div ul li .orth .imgflex {
    display: flex;
    align-items: center
}

.header .nav .hover-div ul li .orth .imgflex img {
    margin-left: 10px
}

.header .nav .hover-div ul li .orth div:first-child {
    margin-right: 12px
}

.header .nav .hover-div ul li .orth p:first-child {
    font-size: 16px;
    color: #000;
    line-height: 1.2;
    font-weight: 600;
    margin-bottom: 4px
}

.header .nav .hover-div ul li .orth p:nth-child(2) {
    font-size: 12px;
    color: #a7aab0;
    line-height: 1.2;
    text-align: left
}

.header .nav .hover-div ul li .orth:last-child::after {
    content: ' ';
    height: 1px;
    width: 252px;
    background-color: #eaecf5;
    position: absolute;
    top: 0px;
    left: 24px
}

.header .nav .hover-div ul li .orth1 {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 16px;
    align-items: flex-start;
    padding: 12px 24px;
    position: relative;
    cursor: pointer
}

.header .nav .hover-div ul li .orth1.p0 {
    padding-right: 0
}

.header .nav .hover-div ul li .orth1:hover {
    background-color: #fafbfd
}

.header .nav .hover-div ul li .orth1 .new-img {
    position: absolute;
    right: 20px;
    top: 16px
}

.header .nav .hover-div ul li .orth1 .imgflex {
    display: flex;
    align-items: center
}

.header .nav .hover-div ul li .orth1 .imgflex img {
    margin-left: 10px
}

.header .nav .hover-div ul li .orth1 p:first-child {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #0b2961;
    line-height: 1.2;
    margin-bottom: 4px
}

.header .nav .hover-div ul li .orth1 p:nth-child(2) {
    font-size: 12px;
    color: #a7aab0;
    line-height: 1.2;
    text-align: left
}

.header .nav .hover-div ul li label {
    border-radius: 10px 0px 10px 0px;
    font-size: 12px;
    padding: 0px 7px;
    transform: scale(0.8);
    margin-left: 5px
}

.header .nav .hover-div ul li .new {
    color: #3c7fff;
    background: #e1ebff
}

.header .nav .hover-div ul li .hot {
    background: #ffe7cc;
    color: #ff9723
}

.header .nav .muse {
    width: 570px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: -170px;
    display: none
}

.header .nav .muse .muse-tit {
    margin-bottom: 29px;
    font-size: 16px;
    font-family: 'Lato-Light';
    font-weight: 200;
    color: #0B2961;
    text-align: left;
    line-height: 28px
}

.header .nav .muse .muse-tit.muse-tit2 {
    margin-top: 29px
}

.header .nav .muse a {
    width: 100%;
    height: auto;
    min-height: 70px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 5px 20px 5px 24px;
    box-sizing: border-box;
    text-align: left
}

.header .nav .muse a:hover {
    background-color: #f9fbfc
}

.header .nav .muse a:hover .me-left .img {
    background-color: #ffffff
}

.header .nav .muse a .me-left {
    display: flex;
    align-items: center;
    flex: 1;
    border-right: 1px solid rgba(2, 30, 68, 0.05);
    padding-right: 16px
}

.header .nav .muse a .me-left .img {
    flex-shrink: 0;
    margin-right: 24px;
    width: 49px;
    height: 49px;
    background-color: #f9fbfc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .nav .muse a .me-left .img img {
    height: 32px
}

.header .nav .muse a .me-left > div:last-of-type {
    flex-grow: 1
}

.header .nav .muse a .me-left p:first-child {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #0b2961;
    line-height: 0.9;
    margin-bottom: 7px
}

.header .nav .muse a .me-left p:nth-child(2) {
    font-family: "Lato-Medium";
    font-size: 14px;
    color: #808080;
    line-height: 1
}

.header .nav .muse a .me-right {
    width: 100px;
    padding-left: 16px
}

.header .nav .muse a .me-right.img_66 {
    width: 66px;
    padding-right: 25px
}

.header .nav .muse a .me-right.img_75 {
    width: 75px;
    padding-right: 34px
}

.header .nav .muse a .me-right p:first-child {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #0b2961;
    line-height: 0.9;
    margin-bottom: 7px
}

.header .nav .muse a .me-right p:nth-child(2) {
    line-height: 0.9
}

.header .nav .muse a .me-right p:nth-child(2) span:first-child {
    font-family: "Lato-Bold";
    font-size: 32px;
    color: #1d61fd;
    line-height: 0.9
}

.header .nav .muse a .me-right p:nth-child(2) span {
    font-family: "Lato-SemiBold";
    font-size: 14px;
    color: #0b2961;
    line-height: 0.9
}

.header .nav .muse a .me-right img {
    width: 100%
}

.header .nav .muse-products {
    width: 750px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-30%);
    display: none
}

.header .nav .muse-products .muse-tit {
    margin-bottom: 20px
}

.header .nav .muse-products .muse-content {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.header .nav .muse-products .muse-content .muse-half {
    flex: 1
}

.header .nav .muse-products .muse-content .muse-half a {
    padding: 5px 0px 5px 24px
}

.header .nav .muse-products .muse-content .muse-half a .me-left {
    border: none
}

.header .nav .muse-products .muse-content .muse-half a .me-left p:first-child .header-tit-icon {
    position: relative;
    top: 0;
    transform: translate(10%, -50%);
    display: inline-block;
    width: max-content;
    padding: 5px 10px;
    box-sizing: border-box;
    background-image: url("../img/product/header_icon_tool.svg");
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    font-family: "Lato-Bold";
    font-size: 12px;
    line-height: 18px;
    color: #fff
}

.header .nav .muse_pricing {
    padding-bottom: 45px;
    background: #fff
}

.header .nav .muse-proxies {
    width: 478px;
    background-color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(31, 17, 0, 0.2);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    position: absolute;
    top: 58px;
    left: 50%;
    transform: translateX(-50%);
    display: none
}

.header .nav .muse-proxies .muse-proxies-box {
    width: 100%;
    height: 80px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 20px 0 24px;
    box-sizing: border-box;
    text-align: left
}

.header .nav .muse-proxies .muse-proxies-box:hover {
    background-color: #f9fbfc
}

.header .nav .muse-proxies .muse-proxies-box:hover .me-left .img {
    background-color: #ffffff
}

.header .nav .muse-proxies .muse-proxies-box .me-left {
    display: flex;
    align-items: center;
    flex: 1
}

.header .nav .muse-proxies .muse-proxies-box .me-left .img {
    margin-right: 24px;
    width: 49px;
    height: 49px;
    background-color: #f9fbfc;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header .nav .muse-proxies .muse-proxies-box .me-left .img img {
    height: 32px
}

.header .nav .muse-proxies .muse-proxies-box .me-left > div:last-of-type {
    width: 347px
}

.header .nav .muse-proxies .muse-proxies-box .me-left p:first-child {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #0b2961;
    line-height: 0.9;
    margin-bottom: 7px
}

.header .nav .muse-proxies .muse-proxies-box .me-left p:nth-child(2) {
    font-family: "Lato-Medium";
    font-size: 14px;
    color: #808080;
    line-height: 1
}

.header .nav .muse-proxies .muse-proxies-box .me-left .me-left-main {
    font-family: "Lato-Bold";
    font-size: 16px;
    color: #0b2961;
    line-height: 0.9;
    margin-bottom: 7px;
    display: flex;
    align-items: center
}

.header .nav .muse-proxies .muse-proxies-box .me-left .me-left-main .download_client_icon {
    display: flex;
    align-items: center;
    margin-left: 10px;
    padding-left: 10px;
    width: min-content;
    border-left: 1px solid #dde5fb
}

.header .nav .muse-proxies .muse-proxies-box.muse-proxies-justify-space-between {
    justify-content: space-between
}

.header .nav .muse-proxies .muse-proxies-box.muse-proxies-justify-space-between .right-box {
    padding-top: 22px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: underline;
    color: #162b5f;
    font-size: 12px;
    line-height: 1
}

.header .nav .muse-proxies .muse-proxies-box.muse-proxies-justify-space-between .right-box:hover {
    color: #426ff6
}

.header .nav .muse-proxies .muse-proxies-box.muse-proxies-justify-space-between .me-left .main {
    width: auto
}

.header .nav .help-hover {
    left: -80px
}

.header .nav .res-hover {
    display: none;
    left: 720px;
    top: 58px;
    z-index: 99
}

.header .nav .pay-hover {
    display: none;
    left: 0px
}

.header .nav .pay-hover::after {
    left: 145px
}

.header .nav .api-hover {
    display: none;
    left: 145px;
    top: 58px;
    z-index: 99
}

.header .nav .api-hover::after {
    left: 145px
}

.header .nav .area-hover {
    display: none;
    border-radius: 4px;
    background-color: #fff;
    width: 480px;
    height: 409px;
    padding: 24px;
    box-sizing: border-box;
    left: 475px
}

.header .nav .area-hover::after {
    left: 240px
}

.header .nav .area-hover li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between
}

.header .nav .area-hover .country-item {
    display: flex;
    align-items: center;
    border-radius: 4px;
    box-sizing: border-box;
    width: 204px;
    height: 56px;
    padding-left: 16px;
    margin-bottom: 17px
}

.header .nav .area-hover .country-item:hover {
    background-color: #fafbfe
}

.header .nav .area-hover .country-item .country-icon {
    margin-right: 9px
}

.header .nav .area-hover .country-item .country-msg .country-name {
    font-size: 14px;
    color: #000;
    line-height: 0.793;
    margin-bottom: 5px
}

.header .nav .area-hover .country-item .country-msg .country-ips {
    font-size: 12px;
    color: #a7aab0;
    line-height: 1.2
}

.header .nav .solu-hover {
    display: none;
    left: 150px;
    top: 58px;
    z-index: 99
}

.header .nav .case-hover {
    display: none;
    width: 604px;
    padding: 8px 0;
    border-radius: 6px;
    left: 330px
}

.header .nav .case-hover::after {
    left: 110px
}

.header .nav .case-hover li {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.header .nav .case-hover li .case-item {
    box-sizing: border-box;
    height: 83px;
    padding-left: 20px;
    padding-top: 16px;
    padding-right: 20px;
    width: 292px;
    display: flex;
    align-items: flex-start
}

.header .nav .case-hover li .case-item:hover {
    background-color: #fafbfd
}

.header .nav .case-hover li .case-item .case-left {
    display: flex
}

.header .nav .case-hover li .case-item .case-right {
    flex: 1;
    margin-left: 10px
}

.header .nav .case-hover li .case-item .case-right .case-title {
    font-size: 16px;
    color: #000;
    line-height: 1
}

.header .nav .case-hover li .case-item .case-right .case-content {
    font-size: 12px;
    color: #a7aab0;
    margin-top: 6px;
    line-height: normal
}

.header .nav > .nava {
    color: #000;
    position: relative;
    transition: all .5s;
    height: 100%;
    line-height: 72px
}

.header .nav > .nava:hover {
    color: #0065BD
}

.header .nav > .nava .hint {
    position: absolute;
    top: -5px;
    left: 14px;
    width: 78px;
    line-height: 21px;
    background: url("../img/nav_hint.png") no-repeat left center;
    color: #000000;
    font-size: 12px
}

.header .nav > .nava .hints {
    position: absolute;
    top: -5px;
    left: 14px;
    width: 121px;
    line-height: 21px;
    background: url("../img/nav_hint.png") no-repeat left center;
    color: #000000;
    font-size: 12px
}

.header .nav_right {
    display: flex;
    align-items: center;
    color: white
}

.header .nav_right .lanug {
    display: flex;
    align-items: center;
    margin: 0 20px;
    cursor: pointer;
    position: relative
}

.header .nav_right .lanug .ic img {
    display: block
}

.header .nav_right .lanug .ic_jt img {
    width: 10px;
    height: 8px
}

.header .nav_right .lanug .txt {
    padding: 0 10px;
    color: #242633
}

.header .nav_right .nav_lanug {
    width: max-content;
    max-width: 150px;
    height: auto;
    max-height: 159px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
    position: absolute;
    top: 125%;
    left: 0;
    background: #fff;
    padding: 4px 0;
    border-radius: 4px;
    box-shadow: 0 0 8px rgba(31, 17, 0, 0.2)
}

.header .nav_right .nav_lanug dd {
    padding: 5px 20px;
    cursor: pointer;
    color: #242633;
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.header .nav_right .nav_lanug dd.active {
    background: #3c7fff;
    color: #fff
}

.header .nav_right .nav_lanug dd.active:hover {
    background: #3c7fff;
    color: #fff
}

.header .nav_right .nav_lanug dd.hideLangE::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    background: url(../img/new_year/us.png) center/100% 100% no-repeat
}

.header .nav_right .nav_lanug dd.hideLangC::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    background: url(../img/new_year/zg.png) center/100% 100% no-repeat
}

.header .nav_right .nav_lanug dd.hideLangT::before {
    content: '';
    display: inline-block;
    width: 21px;
    height: 21px;
    margin-right: 5px;
    background: url(../img/new_year/yn.png) center/100% 100% no-repeat
}

.header .nav_right .nav_lanug dd:hover {
    background: #f4f4f4
}

.header .nav_right .login-box {
    display: flex;
    align-items: center;
    padding-right: 15px;
    position: relative;
    z-index: 1
}

.header .nav_right .login-box .free_trial_tip {
    margin-left: 30px;
    background: #eb1b1b;
    width: 200px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    font-family: 'Lato-Medium'
}

@keyframes blink {
    70% {
        opacity: 1;
        transform: translateX(0);
    }
    70% {
        opacity: 0;
        transform: translateX(-1px);
    }
    70% {
        opacity: 1;
        transform: translateX(1px);
    }
}


.header .nav_right .login-box .free_trial_tip::after {
    animation: blink 1.5s infinite;
    content: "";
    position: absolute;
    top: 12px;
    left: 44%;
    transform: translateX(-50%);
    display: block;
    width: 0px;
    height: 0px;
    border-width:8px;
    border-style: solid;
    border-color:  transparent #eb1b1b transparent transparent ;
    /*border-bottom: 7px solid #eb1b1b;*/
    /*border-left: 5px solid rgba(255, 255, 255, 0);*/
    /*border-right: 5px solid rgba(255, 255, 255, 0)*/
}

.header .nav_right .login-box a {
    color: #242633;
    font-size: 16px;
    position: relative;
    font-family: 'Lato-Medium'
}

.header .nav_right .login-box a.login:hover {
    color: #0065BD
}

.header .nav_right .login-box a.register {
    width: 120px;
    height: 40px;
    background-color: #0065BD;
    border-radius: 20px;
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 20px;
    position: relative;
    color: white
}

.header .nav_right .login-box a.register:hover {
    background-color: #0065BD;
    transition: all .2s
}

.header .nav_right .login-box .no-login-tips {
    width: 100px;
    position: absolute;
    bottom: 3px;
    right: 25px;
    z-index: -1;
    transform: translate(0px, 100%)
}

.header .nav_right .login-box .no-login-tips img {
    width: 100%
}

@keyframes jumpTop {
    0% {
        transform: translate(-25px, 100%) rotateZ(10deg) skew(-10deg, -10deg)
    }
    50% {
        transform: translate(-15px, 100%) rotateZ(0deg) skew(0deg, 0deg)
    }
    100% {
        transform: translate(-5px, 100%) rotateZ(-10deg) skew(10deg, 10deg)
    }
}

.header .login-boxs {
    display: flex;
    align-items: center;
    padding-right: 15px
}

.header .login-boxs a {
    color: #000;
    font-size: 14px;
    position: relative
}

.header .login-boxs a.login {
    cursor: pointer
}

.header .login-boxs a.login:hover {
    color: #3c7fff
}

.header .login-boxs a.quit {
    margin-left: 20px;
    cursor: pointer
}

.header .login-boxs a.quit:hover {
    color: #3c7fff
}

.header.header_info .w1 {
    padding: 0
}

.header.header_info .w1 .logo-box {
    flex-shrink: 0;
    width: 300px;
    padding-left: 30px;
    box-sizing: border-box
}

.header.header_info .w1 .nav_right {
    justify-content: flex-end;
    flex-grow: 1;
    padding-right: 30px;
    height: 100%;
    line-height: 100%;
    background-color: #F4F5F7
}

.header-nav-checked {
    /* background: #fff; */
    /* height: 82px; */
    transition: all .2s;
    box-shadow: 0px 3px 21.6px 2.4px rgba(60, 127, 255, 0.05)
}

.header-nav-checked .logo-box a {
    display: block;
    width: 200px;
    height: 80px;
    background: url("../img/img_logob.png") no-repeat center
}

.header-nav-checked .nav.act12 > .nava {
    color: #242633
}

.header-nav-checked .nav.act12 > .nava:hover {
    color: #0065BD
}

.header-nav-checked .nav > .nava {
    color: #242633;
    position: relative;
    transition: all .5s;
    height: 100%;
    line-height: 72px
}

.header-nav-checked .nav_right {
    color: #242633
}

.header-nav-checked .nav_right .login-box a {
    color: #242633
}

.form-model {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none
}

.form-model .form-success {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 6px;
    width: 580px;
    height: 440px;
    padding-top: 72px;
    box-sizing: border-box
}

.form-model .form-success .icon {
    margin: 0 auto;
    width: 104px;
    height: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #f0f5ff
}

.form-model .form-success .title {
    font-size: 24px;
    color: #1e2539;
    text-align: center;
    margin-top: 25px
}

.form-model .form-success .success-btn {
    width: 440px;
    height: 56px;
    line-height: 56px;
    border-radius: 6px;
    text-align: center;
    margin: 50px auto 0;
    font-size: 20px;
    color: #fff;
    background-color: #3c7fff
}

.form-model .form-wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 6px;
    width: 1400px;
    min-height: 830px
}

.form-model .form-wrap .top {
    display: flex;
    justify-content: flex-end
}

.form-model .form-wrap .top .icon {
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.form-model .form-wrap .title {
    text-align: center;
    font-size: 32px;
    color: #000
}

.form-model .form-wrap .tips {
    text-align: center;
    font-size: 14px;
    color: #a7aab0;
    margin-top: 20px
}

.form-model .form-wrap .form-box {
    padding: 40px 85px 0
}

.form-model .form-wrap .form-box .layui-form-item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 13px
}

.form-model .form-wrap .form-box .layui-form-item input, .form-model .form-wrap .form-box .layui-form-item textarea {
    font-size: 16px;
    color: #000;
    line-height: 38px
}

.form-model .form-wrap .form-box .layui-form-item::after {
    display: none
}

.form-model .form-wrap .form-box .layui-form-item .layui-input-block {
    flex: 1
}

.form-model .form-wrap .form-box .layui-form-select dl dd.layui-select-tips {
    color: #999 !important
}

.form-model .form-wrap .form-box .layui-form-select dl dd.layui-this {
    background-color: #f9f9fb;
    color: #000
}

.form-model .form-wrap .form-box .layui-form-select dl dd {
    text-align: left;
    color: #000;
    font-size: 16px
}

.form-model .form-wrap .form-box .layui-form-select dl dd:hover {
    background-color: #f9f9fb
}

.form-model .form-wrap .form-box .layui-form-label {
    float: none;
    padding-left: 0;
    text-align: left;
    font-size: 16px;
    color: #000;
    width: 100%;
    display: flex;
    align-items: center
}

.form-model .form-wrap .form-box .layui-form-label span {
    margin-left: 5px;
    color: #ff1414;
    position: relative;
    top: 2px
}

.form-model .form-wrap .form-box .layui-input-block {
    margin-left: 0
}

.form-model .form-wrap .form-box .layui-inline {
    width: 460px
}

.form-model .form-wrap .btn-box {
    padding: 27px 230px 0px;
    display: flex;
    justify-content: space-between
}

.form-model .form-wrap .btn-box .btn {
    width: 262px;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 6px;
    border: 2px solid #a4c3ff;
    color: #3c7fff;
    cursor: pointer
}

.form-model .form-wrap .btn-box .btn.active {
    background-color: #3c7fff;
    color: #fff;
    border-color: #3c7fff
}

@media (max-width: 1050px) {
    .header .w1 {
        display: none !important
    }

    .w2 {
        display: flex !important;
        justify-content: space-between;
        align-items: center;
        width: 100vw;
        /* height: 82px; */
        position: relative;
        top: 0;
        padding: 0 20px;
        box-sizing: border-box
    }

    .w2 .r_a {
        display: inline-block;
        cursor: pointer
    }

    .w2 .r_a span {
        background-color: #000;
        width: 30px;
        height: 5px;
        border-radius: 3px;
        display: block
    }

    .w2 .r_a span:nth-child(2) {
        margin: 5px 0px
    }

    .w2 .w2_r_float_banner {
        position: absolute;
        right: 60px;
        top: 0
    }

    .w2 .w2_header {
        position: absolute;
        width: 100vw;
        background-color: white;
        top: 52px;
        left: 0px;
        display: none;
        overflow-y: auto;
        height: 430px;
        overflow-x: hidden;
        z-index: 1000
    }

    .w2 .w2_header.active {
        display: block
    }

    .w2 .w2_header .w2_ul .w2_li a {
        display: block;
        width: 90%;
        padding: 1em 5%;
        margin: 0;
        text-align: left;
        color: #677294;
        border-top: 1px solid #dbeefd;
        text-decoration: none
    }

    .w2 .w2_header .w2_ul .w2_li .li_title[href="javascript:void(0);"] {
        display: flex;
        justify-content: space-between;
        align-items: center
    }

    .w2 .w2_header .w2_ul .w2_li .li_title[href="javascript:void(0);"] span:last-child {
        font-size: 18px
    }

    .w2 .w2_header .w2_ul .w2_li .items {
        display: none
    }

    .w2 .w2_header .w2_ul .w2_li .items .item a {
        padding-left: 7%
    }

    .w2 .w2_header .w2_ul .w2_li.active .items {
        display: block
    }
}

.avbase-mengceng {
    z-index: 19891016;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    overflow: auto;
    text-align: center
}

.avbase-mengceng .referral-program-popup {
    width: 400px;
    height: 409px;
    padding: 70px 40px 0 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    box-shadow: 0px 3px 29px 3px rgba(60, 127, 255, 0.04);
    border-radius: 8px
}

.avbase-mengceng .referral-program-close {
    position: absolute;
    top: 25px;
    right: 25px;
    cursor: pointer
}

.avbase-mengceng .referral-program-title {
    font-family: 'Lato-Bold';
    font-size: 24px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #1e2539
}

.avbase-mengceng .referral-program-body {
    width: 104px;
    height: 104px;
    margin: 0 auto;
    margin-top: 47px;
    border-radius: 52px;
    background-color: rgba(60, 127, 255, 0.08);
    display: flex;
    align-items: center;
    justify-content: center
}

.avbase-mengceng .referral-program-foot {
    margin-top: 40px;
    font-family: 'Lato-Regular';
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: 0px;
    text-align: center;
    color: #a7aab0
}

.avbase-mengceng .referral-program-foot .blue {
    color: #3c7fff
}

.avbase-mengceng .referral-program-btn {
    margin-top: 30px;
    cursor: pointer
}

.avbase-mengceng .referral-program-btn .btn {
    width: 401px;
    height: 57px;
    background-color: #3c7fff;
    border-radius: 4px;
    line-height: 57px;
    font-family: 'Lato-Bold';
    font-size: 20px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #ffffff
}

.cookie-agreement {
    z-index: 1000000;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0px -5px 15.6px 5.4px rgba(60, 127, 255, 0.09);
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 10%
}

.cookie-agreement .none {
    display: none
}

.cookie-agreement .left {
    font-family: "Poppins-Medium";
    max-width: 80%;
    text-align: left
}

.cookie-agreement .left .tit {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #12182C
}

.cookie-agreement .left .tip {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #12182C
}

.cookie-agreement .right button {
    border: 0;
    padding: 0 20px;
    height: 56px;
    box-sizing: border-box;
    background-color: #276dfd;
    border-radius: 8px;
    font-family: "Poppins-Bold";
    font-size: 18px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none
}

.cookie_agreement_google {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    color: #12182C;
    padding: 20px 10%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1000000;
    box-sizing: border-box;
    box-shadow: 0px -5px 15.6px 5.4px rgba(60, 127, 255, 0.09)
}

.cookie_agreement_google .left {
    max-width: 80%;
    text-align: left
}

.cookie_agreement_google .left .tit {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #12182C
}

.cookie_agreement_google .left .tip {
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #12182C
}

.cookie_agreement_google .right {
    display: flex;
    align-items: flex-end
}

.cookie_agreement_google .tip {
    font-size: 16px
}

.cookie_agreement_google button {
    margin: 0 10px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    background-color: #276dfd;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s ease;
    box-sizing: border-box
}

.cookie_agreement_google button.decline {
    padding: 0;
    background-color: #fff;
    border: none;
    border-radius: 8px;
    color: rgba(39, 42, 54, 0.5);
    font-size: 12px;
    margin-bottom: 2px
}

@media (max-width: 768px) {
    .cookie_agreement_google {
        flex-direction: column
    }

    .cookie_agreement_google .left {
        width: 100%
    }

    .cookie_agreement_google .right {
        width: 100%;
        justify-content: space-evenly
    }

    .cookie_agreement_google .tit {
        font-size: 15px
    }

    .cookie_agreement_google .tip {
        font-size: 14px
    }

    .cookie_agreement_google button {
        margin: 5px 5px;
        padding: 15px 15px;
        font-size: 14px
    }

    .cookie_agreement_google button.decline {
        padding: 0;
        font-size: 12px
    }
}