@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;
}

input {
  border-radius: 0 !important;
}

input[type="checkbox"] {
  border-radius: 50% !important;
}

.starts-center-row {
  padding-left: 3% !important;
  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: 0 !important;
  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;
  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: 100% !important;
  min-width: 1130px;
  z-index: 1 !important;
  padding-left: 135px !important;
}

.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;
}

.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;
}

.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;
}
