* {
  margin: 0;
  padding: 0;
}


a {
  text-decoration: none;
  color: #333;
}

ul,
li {
  list-style: none;
}

.row-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.row-between {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.row-around {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.row-start {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.row-end {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.hide {
  display: none !important;
}

.wrap {
  min-height: 1000px;
  position: relative;
  overflow: hidden;
  background: #f2f2f2;
}

.banner {
  width: 100%;
  /* height: 525px; */
  position: relative;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 50px !important;
}

.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #fff;
  border-radius: 7px;
}

.swiper-pagination-bullet-active {
  background: #f58c2f;
  width: 34px;
}

.banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.logo {
  position: absolute;
  top: 0;
  left: 50px;
  z-index: 2;
}

.top-btns {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 18px;
  color: #9a5d1c;
  z-index: 2;
}

.btn1, .btn2 {
  width: 127px;
  height: 55px;
  text-align: center;
  line-height: 20px;
  background: url(../img/btnbg.png) no-repeat;
  background-position: 0 3px;
  cursor: pointer;
  margin: 0 10px;
}

.languages {
  width: 179px;
  height: 57px;
  background: url(../img/lang.png) no-repeat;
  position: relative;
  cursor: pointer;
  color: #9a5d1c;
}

.languages p {
  line-height: 52px;
  margin-left: 57px;
}

.languages ul {
  width: 100%;
  line-height: 50px;
  position: absolute;
  top: 57px;
  left: 0;
  background: #fff7ef;
  border: 1px solid #d46e2d;
  border-radius: 10px;
  display: none;
}

.languages ul li {
  margin: 0 20px;
  border-bottom: 1px solid #ccc;
}

.languages:hover ul {
  display: block;
}

.kefu {
  width: 64px;
  height: 56px;
  background: url(../img/kf.png) no-repeat;
  cursor: pointer;
  margin-left: 10px;
}

.user-info, .content {
  width: 1300px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 0;
  border-radius: 20px;
  overflow: hidden;
  margin-top: -40px;
  position: relative;
  z-index: 5;
  box-shadow: 0 0 5px #ccc;
}

.content {
  margin-top: 10px;
}

.pmd {
  margin: 0 15px;
  height: 54px;
  font-size: 16px;
  color: #131313;
  background: #f2f2f2;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}
.pmd-cont {
  position: absolute;
  top: 15px;
  left: 1270px;
}
.pmd img {
  height: 20px !important;
}
.user-head {
  margin: 10px 15px 0 15px;
  border-radius: 10px;
  padding: 15px;
  background: #f2f2f2;
}

.name {
  font-size: 36px;
  color: #ea6612;
  font-weight: bold;
  line-height: 1;
}

.switch {
  margin-left: 10px;
  cursor: pointer;
}

.namebox {
  margin-left: 25px;
}

.namebox p {
  color: #2f2f2f;
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}

.record {
  width: 207px;
  height: 47px;
  background: url(../img/btnbg2.png) no-repeat;
  margin-right: 20px;
  font-size: 18px;
  color: #fff;
  cursor: pointer;
}

.nav {
  border-bottom: 1px solid #f2f2f2;
}

.nav li {
  padding: 0 15px 10px 15px;
  font-size: 26px;
  color: #484848;
  cursor: pointer;
  border-bottom: 3px solid transparent;
}

.nav-icon {
  width: 30px;
  height: 26px;
  background: url(../img/i.png) no-repeat;
  margin-right: 5px;
}

.nav li.act {
  background-position: 0 -30px;
  border-bottom: 3px solid #ff6a07;
  color: #ff6a07;
}

.nav-icon1 {
  background-position: 0px -43px;
}

.nav li.act .nav-icon1 {
  background-position: 0 0;
}

.nav-icon2 {
  background-position: -120px -43px;
}

.nav li.act .nav-icon2 {
  background-position: -120px 0;
}

.part {
  margin: 15px 20px;
  overflow: hidden;
}

.item {
  width: 280px;
  height: 380px;
  border: 3px solid #ededed;
  border-radius: 40px;
  position: relative;
  float: left;
  margin: 14px;
  cursor: pointer;
}

.item.act {
  border: 3px solid #ff6a07;
}

.tag1 {
  position: absolute;
  top: -9px;
  left: -9px;
  z-index: 5;
}

.tag2 {
  position: absolute;
  top: -9px;
  right: 3px;
  z-index: 5;
}

.coin {
  height: 260px;
  border-bottom: 3px solid #ededed;
  position: relative;
  background: #fff9ee;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  overflow: hidden;
}

.coin img {
  display: block;
  width: 100%;
}

.ticket {
  width: 80px !important;
  position: absolute;
  top: 115px;
  right: 10px;
}

.item.act .coin {
  border-bottom: 3px solid #ff6a07;
}

.item-name, .coin-detail {
  font-size: 14px;
  font-weight: bold;
  color: #434343;
  line-height: 50px;
}

.item-name p, .coin-detail p {
  color: #ff6a07;
  margin-left: 5px;
}

.item-price {
  width: 263px;
  height: 55px;
  background: url(../img/pricebg.png) no-repeat;
  font-size: 26px;
  color: #fff;
  margin: 0 auto;
  font-weight: bold;
}

.item-price del {
  font-size: 16px;
  font-weight: normal;
  margin-right: 5px;
}

.product-tip {
  line-height: 22px;
  color: #434343;
  margin-left: 15px;
}

.product-tip p {
  font-weight: bold;
}

.service, .email {
  font-size: 20px;
  color: #434343;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}

.email {
  margin-top: 10px;
  color: #4388ff;
}

.footer {
  padding: 30px 0;
  color: #fff;
  font-size: 16px;
  background: #000;
  margin-top: 30px;
}

.footer img {
  margin-right: 20px;
}

.pop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .7);
  z-index: 999;
  display: none;
}
.pop1, .pop2, .pop3, .pop4, .pop5, .pop6, .pop7 {
  width: 540px;
  min-height: 400px;
  background-color: #f9f3ef;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  overflow: hidden;
  border-radius: 20px;
}
.pop1{
  width: 500px;
  padding-bottom: 40px;
  border-radius: 30px;
}
.close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 48px;
  height: 48px;
  background: url(../img/close.png) no-repeat;
  cursor: pointer;
}
.close1, .close2 {
  top: 7px;
  right: 10px;
}
/* .close2 {
  display: none;
} */
.login-title {
  font-size: 30px;
  font-weight: bold;
  color: #353535;
  text-align: center;
  margin-top: 50px;
  line-height: 40px;
}
.account, .password {
  display: block;
  width: 400px;
  height: 52px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  margin: 10px auto 0;
  text-indent: 15px;
  font-size: 24px;
  color: #353535;
  outline: medium;
}
.account {
  margin-top: 30px;
}
.loginbtn, .bindbtn {
  width: 300px;
  height: 64px;
  background: url(../img/loginbtn.png) no-repeat;
  background-size: 100% auto;
  margin: 20px auto 0;
  text-align: center;
  line-height: 64px;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}
.loginbtn {
  width: 400px;
  height: 86px;
  line-height: 86px;
}
.bindbtn {
  margin-bottom: 30px;
}
.login-link {
  width: 400px;
  margin: 15px auto;
  font-size: 18px;
  color: #353535;
  line-height: 20px;
}
.login-link a {
  color: #353535;
  text-decoration: underline;
}
.fbbtn, .googlebtn, .applebtn {
  width: 400px;
  height: 40px;
  margin: 10px auto 0;
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.fbbtn {
  background: url(../img/fb.png) no-repeat #1e99ff;
  background-position: 12px center;
  background-size: 24px 24px;
}
.googlebtn {
  height: 44px;
  /* background: url(../img/gg.png) no-repeat #fff;
  background-position: 12px center;
  color: #000; */
}
#googlebtn {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.applebtn {
  background: url(../img/apple.png) no-repeat #000;
  background-position: 12px center;
  background-size: 24px 24px;
}
.pop-title {
  height: 62px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 62px;
  border-bottom: 2px solid #c47545;
  background: #ff9e5b;
}
.server, .role {
  width: 440px;
  height: 60px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 60px;
  border-radius: 12px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  border-top: 2px solid #ff9e5b;
  border-left: 1px solid #ff9e5b;
  border-right: 1px solid #ff9e5b;
  position: relative;
}

.server {
  margin-top: 0px;
}
.server span, .role span {
  width: 150px;
  height: 100%;
  background: #ff9e5b;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  position: relative;
}
.server span::after, .role span::after {
  content: "";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-bottom: 60px solid transparent;
  border-left: 20px solid #ff9e5b;
}
.server p, .role p {
  width: 310px;
  height: 100%;
  color: #353535;
  background: url(../img/arrow_down.png) no-repeat #fff;
  background-position: 254px center;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: inset 0 0 3px #ff9e5b;
}
.server span.act, .role span.act {
  background: #c47545;
}
.server-list, .role-list {
  width: 288px;
  height: 148px;
  position: absolute;
  left: 149px;
  top: 60px;
  background: #fff;
  border: 1px solid #c47545;
  overflow: auto;
  z-index: 5;
  color: #353535;
  text-align: left;
  text-indent: 15px;
  line-height: 50px;
  display: none;
}
.server-list p, .role-list p {
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  font-size: 20px;
  cursor: pointer;
  text-align: left;
}
.record-list, .pop-cont, .bind-box {
  width: 520px;
  height: 570px;
  margin: 10px auto;
  overflow: auto;
  background: #fff;
  border-radius: 20px;
}
.bind-box {
  height: 348px;
}
.bind-input {
  margin: 10px;
  background: #f5f2f2;
  border-radius: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}
.record-list li {
  margin: 10px;
  padding: 10px 20px;
  background: #f5f2f2;
  font-size: 16px;
  color: #7b7b7b;
  line-height: 28px;
  border-radius: 20px;
}

.row-name {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}

.row-server {
  margin-left: 10px;
  margin-right: auto;
  padding: 3px 15px 5px;
  border-radius: 15px;
  background: #ff9e5b;
  color: #fff;
  line-height: 16px;
}
.row-price {
  font-size: 20px;
  color: #ff9e5b;
  font-weight: bold;
  margin-right: 3px;
}
.row-status {
  padding: 3px 20px 5px;
  border-radius: 15px;
  background: #ff9e5b;
  color: #fff;
  line-height: 16px;
}
.succ {
  background: #58c672;
}
.fail {
  background: #d84214;
}
.pendding {
  background: #b5b5b5;
}
.img-status {
  display: block;
  margin: 20px auto 0;
}

.pop-cont {
  height: auto;
}
.pay-status {
  font-size: 20px;
  color: #7e4d06;
  font-weight: bold;
  margin-top: 5px;
  text-align: center;
}
.pay-tip {
  font-size: 14px;
  color: #7b7b7b;
  text-align: center;
  margin: 20px;
  background: #f5f2f2;
  padding: 10px;
  border-radius: 10px;
  line-height: 24px;
}
.pay-tip span {
  color: #ff9e5b;
}
.pop-close {
  width: 279px;
  height: 72px;
  background: url(../img/btnbg1.png) no-repeat;
  margin: 10px auto 20px;
  text-align: center;
  line-height: 72px;
  font-size: 30px;
  color: #7e4d06;
  font-weight: bold;
  cursor: pointer;
}
.pop7 {
  /* display: none; */
  width: 950px;
}
.pop-l {
  width: 520px;
}
.pop-r {
  width: 430px;
}
.item-detail {
  border-right: 1px solid #ceccc9;
  border-bottom: 1px solid #ceccc9;
  background: #fff9ee;
}
.pop-l .login-title {
  margin-top: 0;
  line-height: 50px;
}
.coin-detail {
  height: 70px;
  line-height: 70px;
  font-size: 24px;
  font-weight: bold;
  color: #ea4317;
  text-align: center;
}
.img-icon {
  width: 450px;
  height: 180px;
  margin: 20px auto;
  position: relative;
}
.img-icon img:nth-child(1) {
  height: 100%;
}
.img-icon .ticket {
  position: relative;
  top: 0;
  right: 0;
  width: 110px !important;
}
.email-title {
  font-size: 18px;
  color: #353535;
  margin-left: 20px;
  line-height: 46px;
}
.email-box {
  width: 490px;
  height: 60px;
  border: 1px solid #d2d2d2;
  border-radius: 10px;
  margin-left: 20px;
  overflow: hidden;
}
.email-icon {
  width: 60px;
  height: 40px;
  background: url(../img/email.png) no-repeat;
  margin-right: 10px;
  background-position: center;
  border-right: 1px solid #d2d2d2;
}
#email {
  width: 430px;
  height: 100%;
  border: 0;
  background: none;
  text-align: left;
  text-indent: 15px;
  font-size: 20px;
  color: #353535;
  outline: medium;
}
.email-tip {
  font-size: 16px;
  color: #999;
  margin-left: 20px;
  line-height: 20px;
  padding: 10px 0;
}
.item-tips {
  font-size: 16px;
  color: #fff;
  background: #ff9e5b;
  margin-left: 20px;
  padding: 10px 0;
  margin-bottom: 30px;
  border-radius: 10px;
}
.item-tips p {
  position: relative;
  padding-left: 25px;
}
.item-tips p::before {
  content: '.';
  position: absolute;
  left: 10px;
  top: -14px;
  color: #fff;
  font-size: 24px;
}
.pay-list， .other-list {
  width: 490px;
  overflow: auto;
}
.payment {
  height: 430px;
  overflow: auto;
  margin-left: 20px;
  margin-right: 10px;
  margin-top: 20px;
}
.pay-item, .other-item {
  background: #fff;
  cursor: pointer;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 6px;
  display: flex;
  align-items: center;
}
.pay-icon {
  height: 30px;
  margin-right: 10px;
  background-position: center;
  border-radius: 50%;
}
.pay-icon img {
  height: 34px;
  object-fit: contain;
}
.pay-name {
  font-size: 18px;
  font-weight: bold;
  color: #353535;
  margin-right: auto;
}
.pay-check {
  width: 20px;
  height: 20px;
  border: 2px solid #d2d2d2;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.pay-item.act .pay-check {
  background: url(../img/check.png) no-repeat;
  background-position: center;
  border: 0;
}
.other-name {
  font-size: 18px;
  font-weight: bold;
  color: #656565;
  margin-left: auto;
  margin-right: 10px;
}
.paybtn {
  width: 393px;
  height: 82px;
  background: url(../img/paybtn.png) no-repeat;
  margin: 10px auto 0;
  cursor: pointer;
  overflow: hidden;
  font-size: 32px;
  color: #fff;
  font-weight: bold;
}
.paybtn del{
  font-size: 26px;
  font-weight: normal;
  margin-right: 5px;
}
.ad {
  width: 270px;
  height: 127px;
  position: fixed;
  right: -70px;
  z-index: 99;
  cursor: pointer;
}
.ad img {
  display: block;
  width: 100%;
}
.server-title {
  color: #0c7feb;
  font-weight: bold;
}
.pages {
  margin: 10px;
}
.pages span {
  width: 94px;
  height: 30px;
  border: 1px solid #ccc;
  font-size: 14px;
  color: #333;
  text-align: center;
  line-height: 30px;
  border-radius: 6px;
  margin: 0 10px;
  cursor: pointer;
}
.pages span:hover {
  background: #ff9e5b;
  border-color: #ff9e5b;
  color: #fff;
}
.pages p {
  font-size: 14px;
  color: #333;
  margin: 0 10px;
  font-style: normal;
}
.pages p i {
  font-style: normal;
}
.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, .5);
  z-index: 9999999;
  display: none;
}
.loading img {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -30px;
  animation: loading 1s infinite linear;
  -webkit-animation: loading 1s infinite linear;
}
@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.notes pre {
  white-space: pre-wrap;
}