@charset "UTF-8";
@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");
}

@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: 0 20px;
  cursor: pointer;
}

.starts-center-row-active {
  background-color: #d3f5dd;
  border-radius: 0;
}

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;
  background-color: #e8faee;
  width: 80%;
  min-width: 1130px;
  z-index: 1 !important;
  padding-left: 20%;
}

.stars .stars-back .stars-semicircle {
  width: 160px;
  height: 250px;
  background-color: #deefff;
}

.stars .stars-back .stars-content {
  margin: 0 auto;
  min-width: 1130px;
  height: 100%;
  display: flex;
}

.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;
}

.create {
  margin-top: 80px;
}

.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 .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;
}

.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;
}

.spoint-color {
  color: #2b52c9;
}

html {
  font-size: 16px;
}

.disabled-click {
  cursor: not-allowed !important;
  background-color: #72a7d8 !important;
}

.banner {
  width: 1030px;
  color: #01afba;
  font-size: 20px;
  font-weight: 600;
  line-height: 40px;
  margin: 75px auto;
  position: relative;
}

.banner .banner-title {
  font-size: 3rem;
  margin-top: 0.8rem;
  display: flex;
  align-items: center;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.banner .banner-title .banner-title-price {
  display: flex;
  align-items: flex-end;
}

.banner .banner-title .banner-title-price span {
  font-size: 24px;
  line-height: 24px;
}

.banner .banner-title .banner-btn {
  line-height: 3.1rem;
  background-color: #01afba;
  color: #fff;
  font-size: 1.2rem;
  margin-left: 1.875rem;
  border-radius: 53.125rem;
  padding: 0 1.5rem;
  margin-top: 0.625rem;
}

.banner img {
  width: 520px;
  position: absolute;
  top: -50px;
  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;
  background-color: #01afba;
}

.search .search-input {
  width: 1130px;
  min-width: 1130px;
  background-color: rgba(0, 106, 203, 0.9);
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 9;
}

.search .search-input .search-input-input {
  margin-top: 3rem;
}

.search .search-input .search-input-input .search-searchbox input {
  width: 658px;
  height: 60px;
  line-height: 2.5rem;
  border-radius: 9rem;
  outline: none;
  border: 0;
  padding-left: 1.5rem;
  font-size: 1rem;
}

.search .search-input .search-input-input .search-searchbox .search-btn {
  margin-left: 1rem;
  width: 146px;
  height: 60px;
  background-color: #01afba;
  border: 0;
  font-size: 1.2rem;
  color: #fff;
  border-radius: 9rem;
  cursor: pointer;
}

.search .search-input .search-input-input .search-prices {
  margin-top: 4rem;
  display: flex;
  line-height: 2rem;
  font-size: 1.5rem;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.search .search-input .search-input-input .search-prices .search-price {
  width: 10rem;
  font-size: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "MiSans-Bold";
  font-weight: bold;
  line-height: 2.5rem;
}

.search .search-input .search-input-input .search-prices .search-price .search-price1 {
  text-decoration: line-through;
  font-family: "MiSans";
}

.search .search-square2 {
  width: calc(((100% - 1130px) / 2) + 320px);
  height: 100%;
  background-color: #80b4e4;
  margin-left: -320px;
}

.to-usercenter {
  color: #5a5a5a;
  line-height: 3rem;
  text-align: center;
}

.to-usercenter a {
  color: #2b52c9;
}

.to-usercenter a:hover {
  text-decoration: underline;
}

.host-box {
  margin-top: 50px;
}

.hosts {
  width: 1130px;
  margin: 50px auto 0;
  display: flex;
  justify-content: center;
  color: #fff;
  font-size: 1rem;
  margin-top: 5rem;
}

.hosts .host-detail {
  width: 282.5px;
  height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  padding: 2.4rem 2rem;
  font-size: 1.1rem;
  text-align: center;
}

.hosts .host-detail p:nth-child(1) {
  font-size: 1.4rem;
}

.hosts .host-detail p:nth-child(2) {
  font-family: "MiSans-Bold";
  font-weight: bold;
  line-height: 3rem;
  font-size: 1.4rem;
}

.hosts .host-detail p:nth-child(3) {
  font-size: 0.8rem;
}

.hosts .host-detail p:nth-child(4) {
  margin-bottom: 20px;
}

.hosts .host-detail .host-detail-price {
  font-size: 2.75rem;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.hosts .host-detail p:nth-child(5) {
  line-height: 2.1rem;
}

.hosts .host-detail div p:nth-child(2) {
  font-family: "MiSans";
  font-weight: normal;
  line-height: 3rem;
  font-size: 20px;
}

.hosts .host-detail div p:nth-child(3) {
  text-decoration: line-through;
  margin-bottom: 2rem;
}

.hosts .host-detail .host-detail-size {
  width: 100%;
  font-size: 0.9rem;
  display: flex;
  justify-content: space-around;
  margin-bottom: 2rem;
}

.hosts .host-detail .host-detail-size div {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.hosts .host-detail .host-detail-size span {
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.hosts .host-detail .host-buybtn {
  display: block;
  width: 70%;
  border-radius: 8rem;
  line-height: 3.5rem;
  background-color: #fff;
  text-align: center;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.hosts .host-detail-color1 {
  background-color: #71cc91;
}

.hosts .host-detail-color1 .host-buybtn {
  color: #71cc91;
}

.hosts .host-detail-color2 {
  background-color: #01afba;
}

.hosts .host-detail-color2 .host-buybtn {
  color: #01afba;
}

.hosts .host-detail-color3 {
  background-color: #006aca;
}

.hosts .host-detail-color3 .host-buybtn {
  color: #006aca;
}

.hosts .host-detail-color4 {
  background-color: #004c92;
}

.hosts .host-detail-color4 .host-buybtn {
  color: #004c92;
}

.email {
  margin-top: 50px;
}

.email .buy-package {
  display: flex;
  width: 1130px;
  border: 4px solid #006acb;
  margin: 50px auto 0;
}

.email .buy-box {
  width: 380px;
  height: 700px;
  padding: 40px 20px;
  box-sizing: border-box;
  border-right: 4px solid #006acb;
}

.email .buy-box .buy-box-title {
  font-size: 32px;
  font-weight: bold;
  color: #006acb;
  line-height: 50px;
}

.email .buy-box select {
  margin: 50px 0;
  width: 266px;
  height: 60px;
  font-size: 24px;
  border: 0;
  outline: none;
  cursor: pointer;
  border-radius: 5px;
  background-color: #ddefff;
  color: #006acb;
  font-weight: bold;
  border-radius: 175px;
  line-height: 60px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /*通过padding-left的值让文字处于合适位置*/
  padding: 0 20px;
  /* 设置下拉图标 */
  background-image: url("../img/email-7.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) center;
}

.email .buy-box select option {
  background-color: #fff;
  color: #006acb;
  font-size: 20px;
}

.email .buy-box .buy-box-noselect {
  margin: 50px 0;
  width: 266px;
  height: 60px;
  box-sizing: border-box;
  font-size: 24px;
  padding-left: 20px;
  border-radius: 175px;
  background-color: #ddefff;
  color: #006acb;
  line-height: 60px;
  font-weight: bold;
}

.email .buy-box .buy-box-functions div {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.email .buy-box .buy-box-functions div img {
  margin-right: 10px;
}

.email .buy-box .buy-price {
  height: 75px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 90px;
  line-height: 35px;
}

.email .buy-box .buy-price span {
  color: #f94f46;
  font-family: "MiSans-Bold";
  font-weight: bold;
}

.email .buy-box .buy-price span span {
  font-size: 32px;
}

.email .buy-box .buy-btn {
  width: 146px;
  height: 60px;
  border-radius: 175px;
  background-color: #ffcf2d;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  color: #006acb;
  font-weight: bold;
  cursor: pointer;
  margin: 50px auto 0;
}

.email .buy-box:nth-of-type(3) {
  border-right: 0;
}

.email .buy-box:nth-of-type(3) .buy-box-functions {
  margin-top: 60px;
}

.friendly-link {
  margin-top: 50px;
  background-color: #e8faee;
  padding: 50px calc((100% - 1130px) / 2);
}

.friendly-link .friendly-link-boxs {
  display: flex;
}

.friendly-link .friendly-link-boxs div {
  width: 110px;
  text-align: center;
}

.footerC {
  margin-top: 0;
}
