@font-face {
    font-family: "MiSans";
    src: url("/fonts/MiSansLatin-Normal.ttf") format("truetype");
}

@font-face {
    font-family: "MiSans-Bold";
    src: url("/fonts/MiSansLatin-Bold.ttf") format("truetype");
}

body {
    padding: 0;
    margin: 0;
    letter-spacing: 0.05em;
    font-family: "MiSans";
}

.hidden {
    opacity: 0;
    visibility: hidden;
}

.starts-center-row {
    padding-left: 4% !important;
    cursor: pointer;
}

.starts-center-row-active {
    background-color: #d3f5dd;
    border-radius: 175px;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #5a5a5a;
}

html {
    font-size: 16px;
}

.title {
    text-align: center;
    font-size: 36px;
    font-family: "MiSans-Bold";
    font-weight: bold;
    letter-spacing: 0.25rem;
    color: #006acb;
    margin-bottom: 30px;
}

.topNav {
    width: 1130px;
    margin: 0 auto;
    height: 8rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    color: #000;
}

.topNav .logo {
    width: 16rem;
    min-width: 9.2rem;
    height: 3.2rem;
    cursor: pointer;
}

.topNav .topNav_right {
    display: flex;
    justify-content: flex-end;
    width: auto !important;
    position: relative;
}

.topNav .topNav_right a {
    display: block;
    padding: 0 15px;
    width: auto !important;
    text-align: center;
    line-height: 2.5rem;
    font-weight: bold;
    margin-right: 1px;
}

.topNav .topNav_right #vip {
    display: none;
}

.topNav .domain_link_hover {
    position: absolute;
    top: 40px;
    z-index: 11;
    background-color: rgba(0, 106, 203, 0.9);
    width: 100%;
    height: auto;
    border-radius: 0 0 20px 20px;
    display: none;
    align-items: center !important;
    box-sizing: border-box;
    padding: 20px;
}

.topNav .domain_link_hover .domain_link_hover_left {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}

.topNav .domain_link_hover .domain_link_hover_left > a {
    min-width: 145px;
    color: #fff;
    text-align: left !important;
    box-sizing: border-box;
    font-weight: 400;
}

.topNav .domain_link_hover .domain_link_hover_right {
    min-width: 232px;
    height: 75px;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 20px;
    justify-content: space-between;
    cursor: pointer;
}

.topNav .domain_link_hover .domain_link_hover_right img {
    width: 66px;
    height: 48px;
}

.topNav .domain_link_hover .domain_link_hover_right p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}

.topNav .domain_checked {
    border-radius: 20px 20px 0 0 !important;
}

.topNav .top_checked,
.topNav .hover_link {
    background-color: #006acb;
    color: #fff;
    border-radius: 20px;
}

.footerC {
    width: 100%;
    padding: 5% 0;
    box-sizing: border-box;
    margin-top: 6.25rem;
    background-color: #deefff;
    text-align: left;
}

.footer {
    width: 1130px;
    border-bottom: 1px solid #fff;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.footer .footer1 {
    width: 30%;
    font-size: 0.875rem;
    line-height: 1.4rem;
    color: #5a5a5a;
}

.footer .footer1 p {
    margin-bottom: 1rem;
}

.footer .footer1 .logo {
    width: 9.2rem;
    height: 3.2rem;
    margin-bottom: 1rem;
}

.footer .footer1 .footer1-pics {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.footer .footer1 .footer1-pics .footer1-pic {
    margin-right: 0.3rem;
}

.footer .footer2s {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 2.5rem;
}

.footer .footer2s .footer2 {
    width: 50%;
    min-width: 9rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.footer .footer2s .footer2 .footer_title {
    font-weight: bold;
}

.footer-mes {
    width: 1130px;
    margin: 2.5rem auto 0;
    color: #5a5a5a;
    font-size: 0.875rem;
    line-height: 1.6rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-mes .toTop {
    margin-right: 50px;
    cursor: pointer;
}

.text {
    width: 1130px;
    min-height: 389px;
    margin: 8rem auto;
    background-color: #feeded;
    border-radius: 12rem;
    padding: 2rem 4rem;
    box-sizing: border-box;
    display: flex;
}

.text img {
    width: 28rem;
    height: 28rem;
}

.text .text-img1 {
    margin-top: -3rem;
}

.text .text-img2 {
    margin-top: -7rem;
    height: 325px;
}

.text .text-content {
    width: 50%;
    margin-left: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.text .text-content .title {
    color: #f94f46;
    font-size: 1.5rem;
    text-align: left;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.text .text-content .text-toSearch {
    margin-top: 1.5rem;
    color: #2b52c9;
    display: inline-block;
    cursor: pointer;
}

.text2 {
    background-color: #e8faee;
}

.text2 .text-content .title {
    color: #00afba;
}

.text2 .text-content .title2 {
    margin-bottom: 0;
}

.rotate90 {
    transform: rotate(90deg);
    transition: transform 0.3s ease;
}

.rotate-90 {
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.question {
    padding: 0 10%;
}

.question .title {
    margin-bottom: 5rem;
}

.question .question-box {
    width: 1130px;
    box-sizing: border-box;
    background-color: #ddefff;
    border-radius: 5rem;
    padding: 2rem 4rem;
    margin: 20px auto;
}

.question .question-box .question-box-title {
    font-size: 1.5rem;
    color: #2b52c9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
}

.question .question-box .question-box-title img {
    width: 2rem;
    cursor: pointer;
}

.question .question-box .question-box-answer {
    width: 90%;
    margin-top: 1rem;
    font-size: 1.05rem;
    line-height: 1.5rem;
    display: none;
}

.question .question-box .question-box-answer p:not(:first-child) {
    margin-top: 0.5rem;
}

.stars {
    margin-top: 80px;
    color: #5a5a5a;
}

.stars .stars-back {
    margin-top: 30px;
    height: 250px;
    display: flex;
    width: 100%;
}

.stars .stars-back .starts-backcolor {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8faee;
    width: 100% !important;
    min-width: 1130px;
    border-radius: 0 175px 175px 0;
    padding-left: 160px !important;
    z-index: 1 !important;
}

.stars .stars-back .stars-semicircle {
    width: 160px;
    height: 250px;
    border-radius: 175px 0 0 175px;
    background-color: #deefff;
}

.stars .stars-back .stars-content {
    margin: 0 auto;
    min-width: 1130px;
    height: 100%;
    display: flex;
    width: 1130px;
    justify-content: space-between;
    flex-direction: row !important;
}

.stars .stars-back .stars-content div {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.stars .stars-back .stars-content p {
    margin-bottom: 1rem;
}

.stars .stars-back .stars-content img {
    width: 10rem;
    height: 1.7rem;
}

.stars .stars-back .stars-content .stars-semicircle2 {
    position: absolute;
    width: 280px;
    height: 100%;
    background-color: #d3f5dd;
    border-radius: 175px;
    z-index: -1;
}

.links {
    width: 1130px;
    margin: 50px auto 0;
}

.links .links-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.links .links-content .links-content-a {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.links .links-content .links-content-a div {
    width: 48%;
    line-height: 60px;
}

.links .links-content .links-content-a div a {
    color: #006acb;
    font-size: 18px;
}

.links .links-content .links-content-a div .links-content-a-title {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.create {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.create .create-main {
    display: flex;
    flex-direction: column;
}

.create .choose {
    width: 360px;
    margin: 0 auto;
}

.create .choose .titles {
    display: flex;
    justify-content: center;
}

.create .choose .titles .title {
    width: 50%;
    cursor: pointer;
}

.create p {
    text-align: center;
}

.create #show-login {
    cursor: pointer;
    color: #2b52c9;
    line-height: 40px;
}

.create .create-box {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 75px;
    box-sizing: border-box;
}

.create .create-box input {
    width: 350px;
    height: 48px;
    border: 1px solid #dadce0;
    border-radius: 3px;
    font-size: 16px;
    padding-left: 10px;
    box-sizing: border-box;
    outline: none;
}

.create .create-box .createBox {
    margin-top: 20px;
    display: flex;
    align-items: center;
    flex-direction: column;
    background-color: #fff7dc;
    padding: 40px;
    border-radius: 75px;
}

.create .create-box .createBox span {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.create .create-box .createBox > div {
    margin: 10px 0;
}

.create .create-box .createBox .term {
    display: flex;
    align-items: center;
    margin: 0 auto;
}

.create .create-box .createBox .term input {
    width: 20px;
    cursor: pointer;
}

.create .create-box .createBox .reg-btn {
    background-color: #006acb;
    color: #fff;
    padding: 0 10px;
    line-height: 48px;
    width: 120px;
    margin: 10px auto 0;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.create .create-box .loginBox {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    background-color: rgba(112, 204, 144, 0.3);
    padding: 40px;
    border-radius: 75px;
}

.create .create-box .loginBox > div {
    margin: 10px 0;
}

.create .create-box .loginBox span {
    display: inline-block;
    width: 120px;
    text-align: right;
}

.create .create-box .loginBox input {
    width: 350px;
    height: 48px;
    border-radius: 3px;
    border: 1px solid #dadce0;
    padding-left: 10px;
    box-sizing: border-box;
    font-size: 15px;
    outline: none;
}

.create .create-box .loginBox #login_code {
    width: 220px;
}

.create .create-box .loginBox .codebox {
    margin: 0;
    width: 120px;
    height: 48px;
    margin-left: 15px;
}

.create .create-box .loginBox .codebox img {
    width: 120px;
    height: 48px;
}

.create .create-box .loginBox .login-btn {
    background-color: #006acb;
    color: #fff;
    padding: 0 10px;
    line-height: 48px;
    width: 120px;
    margin: 20px auto;
    box-sizing: border-box;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}

.create .create-box .code {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.create .create-box .code input {
    width: 210px;
}

.create .create-box .code .codebox {
    margin: 0;
    width: 120px;
    height: 48px;
    margin-left: 15px;
}

.create .create-box .code .codebox img {
    width: 120px;
    height: 48px;
    cursor: pointer;
}

.create .create-box .code .code-btn {
    margin: 0 0 0 20px;
    background-color: #006acb;
    width: 120px;
    height: 48px;
    color: #fff;
    line-height: 48px;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    justify-content: center;
}

.create .create-box .code .code-btn2 {
    background-color: rgba(0, 106, 203, 0.5);
    cursor: no-drop;
    display: none;
}

.create .create-box .code .code-btn2 span {
    width: auto;
}

.create .create-box .captcha-text-box {
    justify-content: flex-start !important;
    margin: -15px 0 0 0 !important;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
}

.create .create-box .notice_reg {
    color: #f94f46;
    font-size: 18px;
}

.create .create-box .notice_login {
    color: #f94f46;
    font-size: 18px;
}

.create .create-box #codeImg {
    display: none;
}

.create .create-box #codeImg2 {
    display: none;
}

.captcha-text-warning {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.7);
    margin: -8px 0 10px 0;
}

.dialog {
    width: 100%;
    height: 100vh;
    background-color: rgba(90, 90, 90, 0.8);
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.dialog .dialog-choice {
    width: 350px;
    height: 200px;
    background-color: #fff;
    margin: 150px auto 0;
    border-radius: 5px;
    display: none;
}

.dialog .dialog-choice .choice-info {
    margin: 20px;
    line-height: 30px;
}

.dialog .dialog-choice .choice-info span {
    color: #ff831f;
}

.dialog .dialog-choice .choice-btns {
    margin-right: 30px;
    display: flex;
    justify-content: flex-end;
}

.dialog .dialog-choice .choice-btns .pay-btn {
    padding: 0 10px;
    background-color: #2b52c9;
    color: #fff;
    line-height: 40px;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 20px;
}

.dialog .dialog-box {
    width: 480px;
    background-color: #fff;
    margin: 150px auto 0;
    border-radius: 5px;
    padding-bottom: 10px;
}

.dialog .dialog-box .box-qrcode {
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-qrcode #qrcode {
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .qrcode-border {
    border: 1px solid #dadce0;
    width: 340px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.dialog .dialog-box #output {
    display: flex;
    justify-content: center;
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .payError {
    text-align: center;
    color: #f94f46;
    line-height: 30px;
    font-size: 18px;
    display: none;
}

.dialog .dialog-box .op {
    display: flex;
}

.dialog .dialog-box .op .toIndex {
    display: inline-block;
    margin: 10px auto;
    text-align: center;
    cursor: pointer;
    width: 340px;
    padding: 10px 0;
    display: inline-block;
    background-color: #006acb;
    border-radius: 5px;
    color: #fff;
}

.dialog .dialog-box .box-qrcode {
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-qrcode #qrcode {
    width: 200px;
    height: 200px;
}

.dialog .dialog-box .qrcode-border {
    border: 1px solid #dadce0;
    width: 340px;
    margin: 30px auto 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
}

.dialog .dialog-box .box-payCountdown {
    width: 340px;
    margin: 10px auto 0;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    background-color: #ddefff;
}

.dialog .dialog-box .box-payCountdown .payCountdown {
    background-color: #f94f46;
    color: #fff;
    padding: 2px 8px;
}

.dialog .dialog-box .box-btns {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.dialog .dialog-box .box-btns .box-check {
    cursor: pointer;
    color: #2b52c9;
}

.dialog .box-top {
    background-color: #006acb;
    color: #fff;
    padding: 0 20px;
    line-height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dialog .box-top img {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.domainLinks {
    margin: 50px auto 0;
    width: 1130px;
}

.domainLinks .content {
    display: flex;
    flex-wrap: wrap;
}

.domainLinks .content div {
    width: 282.5px;
    height: 50px;
    text-align: center;
    margin: 20px 0;
}

.domainLinks .content div a {
    width: 150px;
    display: inline-block;
    font-size: 26px;
    background-color: #ddefff;
    color: #006acb;
    line-height: 50px;
    border-radius: 75px;
}

.domainLinks .content div a:hover {
    background-color: #006acb;
    color: #fff;
}

.ad {
    width: 100%;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

.ad img {
    width: 1130px;
    height: auto;
}

@keyframes slideAnimation1 {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: 200px;
    }
}

.borderClick1 {
    animation: slideAnimation1 0.5s forwards;
}

@keyframes slideAnimation2 {
    0% {
        margin-left: 200px;
    }
    100% {
        margin-left: 0;
    }
}

.borderClick2 {
    animation: slideAnimation2 0.5s forwards;
}

.borderBot {
    width: 150px;
    height: 3px;
    background-color: #2b52c9;
}

.input3 {
    width: 350px;
    margin: 0 auto;
    /* display: none; */
    text-align: center;
}

.input3-p1 {
    margin-top: 20px;
}

.refresh {
    cursor: pointer;
    color: #2b52c9;
    margin-left: 10px;
}

.qrcodeBox {
    width: 230px;
    height: 230px;
    border: 1px solid #e2e2e2;
    margin: 20px auto;
}

.qrcode {
    margin: 5px 0;
    width: 220px;
    height: 220px;
}

.failWXlogin {
    width: 250px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 10px;
    margin: 0 auto;
    margin-top: 20px;
    color: #721c24;
    background-color: #f8d7da;
    display: none;
}

.associatedAccount {
    display: none;
    margin-right: 50px;
}

.associatedAccount .associatedAccount-left {
    width: 180px;
    border: 1px solid #e2e2e2;
}

.associatedAccount .associatedAccount-left .associatedAccountTitle {
    width: 100%;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.associatedAccount .associatedAccount-left .associatedAccountTitle img {
    width: 40px;
    height: 32px;
}

.associatedAccount .associatedAccount-left .associatedAccountTitle p {
    color: gray;
    font-size: 12px;
    margin-top: 15px;
}

.associatedAccount .associatedAccount-left .associatedAccountTitle:last-child {
    border-top: 1px dashed #e2e2e2;
}

.associatedAccount .associatedAccount-middle {
    width: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.associatedAccount .associatedAccount-middle img {
    width: 35px;
    height: 30px;
}

.associatedAccount .associatedAccount-right > div {
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.associatedAccount .associatedAccount-right > div p {
    color: #2b52c9;
    font-size: 20px;
    text-align: left;
}

.associatedAccount .associatedAccount-right > div .button {
    width: 145px;
    background-color: #2b52c9;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    margin-top: 10px;
    cursor: pointer;
}

.associatedAccount .associatedAccount-right > div .link {
    border: 1px solid #2b52c9;
    background-color: #fff;
    color: #2b52c9;
}

.customerService {
    height: 50px;
    background-color: #12b7f5;
    color: #fff;
    text-align: center;
    line-height: 50px;
    position: fixed;
    bottom: 100px;
    right: 20px;
    z-index: 9999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    padding: 0 10px;
    border-radius: 10%;
}

.customerService a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-decoration: none;
}

.customerService .qq-icon {
    min-width: 30px;
    min-height: 30px;
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.customerService .qq-icon img {
    width: 30px;
    height: 30px;
}

.footer-mes-qq {
    padding-top: 10px;
}

.footer-mes-qq a {
    background-color: #2b52c9;
    color: #fff;
    padding: 10px;
    margin-right: 10px;
}

.search-searchbox-tips {
    margin-left: 40px;
    margin-top: 20px;
    display: none;
}

.search-searchbox-tips span {
    font-weight: bold;
    font-size: 20px;
}

.search-input {
    backdrop-filter: blur(4px);
}

.search-input .error_msg {
    display: none;
    margin-left: 40px;
    margin-top: 20px;
    color: red;
}

.cart-box {
    position: fixed;
    right: 100px;
    bottom: 100px;
    z-index: 9999;
    width: 60px;
    height: 60px;
    background-color: #006acb !important;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.cart-box .cart-icon {
    width: 35px !important;
    height: 35px !important;
}

.cart-box .cart-num {
    position: absolute;
    top: -2px;
    right: -2px;
    background-color: #ff6700;
    color: #fff;
    border-radius: 50%;
    min-width: 18px;
    width: auto;
    height: 18px;
    padding: 2px;
    line-height: 18px;
    font-size: 12px;
}

#company_icon {
    width: 270px;
    height: 90px;
}


