.wfmsgbox {
    width: 335px;
    position: fixed;
    z-index: 99999;
}

.wfmsgbox.top-right {
    right: 12px;
    top: 20px;
}
.wfmsgbox.top-left {
    left: 12px;
    top: 20px;
}
.wfmsgbox.top-center {
    left: 50%;
    top: 20px;
    transform: translate(-50%,0);
}
.wfmsgbox.center-left{
    left: 12px;
    top: 50%;
    transform: translate(0,-50%);
}
.wfmsgbox.center-center{
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.wfmsgbox.center-right{
    right: 12px;
    top: 50%;
    transform: translate(0,-50%);
}
.wfmsgbox.bottom-left{
    left: 12px;
    bottom: 12px;
    transform: translate(0,0);
}
.wfmsgbox.bottom-center{
    left: 50%;
    bottom: 12px;
    transform: translate(-50%,0);
}
.wfmsgbox.bottom-right{
    right: 12px;
    bottom: 12px;
    transform: translate(0,0);
}
.wfmsg {
    margin-bottom: 10px;
    padding: 16px;
    border-radius: 4px;
    box-shadow: 0 1px 6px rgb(0 0 0 / 20%);
    background: #fff;
    line-height: 1;
    position: relative;
    overflow: hidden;
}
.wfmsg.info{
    background:#f4f4f5;
    color: #909399;
}
.wfmsg.warn{
    background-color: #fdf6ec;
    color: #e6a23c;
}
.wfmsg.success{
    background-color: #f0f9eb;
    color: #67c23a;
}
.wfmsg.err{
    background-color: #fef0f0;
    color: #f56c6c;
}

.wftitle {
    font-size: 16px;
    line-height: 19px;
    /* color: #17233d; */
    padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display:flex;
    align-items:center

}
.wftitle .icon{
    display:block;
    width:16px;
    height:16px;
    background-size:cover;
    margin-right:8px
}

.wfcontent {
    font-size: 14px;
    /* color: #515a6e; */
    text-align: justify;
    line-height: 1.5;
}
.wftitle + .wfcontent{
    margin-top: 10px;
    margin-left: 24px;
}
.noicon + .wfcontent{
    margin-left: 0
}
.wfmsgshadow {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 88888;
}

.m-wfmsgbox{
    width:auto;
    max-width: 60vw;
}
.m-wfmsgbox .wfmsg{
    margin-bottom: 0;
    min-width: 80px;
    min-height: 20px;
}


@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: flex-end;
    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: 39rem;
}

.topNav .topNav_right a {
    display: block;
    width: 15%;
    text-align: center;
    line-height: 2.5rem;
}

.topNav .topNav_right #vip {
    display: none;
}

.topNav .top_checked {
    background-color: #006acb;
    color: #fff;
    border-radius: 3.2rem;
}

.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: 31%;
    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;
    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;
}

.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;
}

.create .choose {
    width: 20%;
    margin-left: 25%;
}

.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;
    width: 1130px;
    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;
}


@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")}html{font-size:16px;width:100%}.banner{width:1030px;height:272px;color:#01afba;font-size:20px;font-weight:600;line-height:40px;margin:75px auto;position:relative;display:flex;flex-direction:column;justify-content:center}.banner .title{text-align:left;letter-spacing:0;font-size:32px}.banner .banner-original{margin-top:20px;color:#5a5a5a;text-decoration:line-through;font-size:32px;font-weight:normal}.banner .banner-title{font-size:48px;display:flex;align-items:center;font-family:"MiSans-Bold";font-weight:bold;color:#2b52c9}.banner .banner-title .banner-title-price{display:flex;align-items:flex-end}.banner .banner-title .banner-title-price .banner-title-priceYear{font-size:24px;line-height:24px}.banner .banner-title .banner-btn{margin-left:15px;line-height:50px;background-color:#f94f46;color:#fff;font-size:30px;border-radius:38px;padding:0 20px;font-family:"MiSans";font-weight:normal}.banner img{width:463px;position:absolute;top:-62px;right:-60px;z-index:10}.search{width:100%;height:350px;box-sizing:border-box;margin:0 auto;display:flex;color:#fff}.search .search-semicircle1{width:calc((100% - 1130px) / 2);height:350px;border-radius:0 175px 175px 0;background-color:rgba(0,175,186,0.5)}.search .search-input{min-width:1130px;width:1130px;background-color:rgba(0,175,186,0.9);padding:0 50px;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:9;border-radius:175px}.search .search-input .search-input-input .search-searchbox{display:flex;justify-content:flex-start;align-items:center}.search .search-input .search-input-input .search-searchbox .search-searchbox-back{background-color:#fff;width:737px;height:250px;border-radius:175px;display:flex;align-items:center;justify-content:center}.search .search-input .search-input-input .search-searchbox .search-searchbox-back textarea{width:590px;height:190px;border:0;font-size:20px;line-height:38px;box-sizing:border-box;outline:none;padding:10px 20px;overflow:auto;resize:none;font-family:"MiSans"}.search .search-input .search-input-input .search-searchbox .search-searchbox-back textarea::-webkit-scrollbar{width:12px}.search .search-input .search-input-input .search-searchbox .search-searchbox-back textarea::-webkit-scrollbar-track{background:#f1f1f1;border-radius:35px;margin-left:-10px}.search .search-input .search-input-input .search-searchbox .search-searchbox-back textarea::-webkit-scrollbar-thumb{background:#a3a3a3;border-radius:6px}.search .search-input .search-input-input .search-searchbox .search-btn{margin-left:40px;width:146px;height:60px;color:#01afba;border:0;font-size:20px;background-color:#fff;border-radius:157px;cursor:pointer;font-weight:bold}.search .search-square2{width:calc((100% - 1130px) / 2 + 320px);height:350px;background-color:rgba(112,204,144,0.8);border-radius:175px 0 0 175px;margin-left:-320px}.toMore{width:100%;display:flex;justify-content:center;margin-top:20px}.toMore a{color:#2b52c9}.ad-box{width:100%;display:flex;align-items:center;justify-content:center}.ad-box .ad-img{margin:20px auto}.introduce{width:1130px;margin:80px auto 0}.introduce .introduce-box{display:flex;align-items:center;justify-content:space-between;margin-bottom:80px}.introduce .introduce-box .introduce-box-img{width:303px;display:flex;justify-content:center}.introduce .introduce-box .introduce-box-text{width:760px;font-size:18px;line-height:45px}.introduce .introduce-box .introduce-box-text .title{text-align:left;color:#5a5a5a}
