@font-face {
  font-family: "iconfont";
  /* Project id 4397461 */
  src: url('//at.alicdn.com/t/c/font_4397461_bjlaynoward.woff2?t=1704262216242') format('woff2'), url('//at.alicdn.com/t/c/font_4397461_bjlaynoward.woff?t=1704262216242') format('woff'), url('//at.alicdn.com/t/c/font_4397461_bjlaynoward.ttf?t=1704262216242') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-close:before {
  content: "\e6e9";
}
html {
  /* 定义滚动条的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 定义滚动条滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 定义滚动条轨道的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 鼠标悬停在滚动条上时滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 鼠标悬停在滚动条轨道上时的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 滚动条按下时滑块的样式 */
  /* Chrome, Safari, Edge 和 Opera */
  /* 滚动条按下时轨道的样式 */
  /* Chrome, Safari, Edge 和 Opera */
}
html * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html ul,
html li {
  list-style: none;
}
html ::-webkit-scrollbar {
  width: 6px;
  /* 滚动条的宽度 */
  /* Firefox */
  scrollbar-width: thin;
  scrollbar-color: #888 #f1f1f1;
}
html ::-webkit-scrollbar-thumb {
  background-color: #ccc;
  /* 滑块的背景颜色 */
  border-radius: 5px;
  /* 滑块的圆角 */
  /* Firefox */
  scrollbar-color: #888 #f1f1f1;
}
html ::-webkit-scrollbar-track {
  background-color: transparent;
  /* 轨道的背景颜色 */
  /* Firefox */
  scrollbar-color: #f1f1f1 #f1f1f1;
}
html ::-webkit-scrollbar-thumb:hover {
  background-color: #555;
  /* 悬停时滑块的背景颜色 */
}
html ::-webkit-scrollbar-track:hover {
  background-color: transparent;
  /* 悬停时轨道的背景颜色 */
}
html ::-webkit-scrollbar-thumb:active {
  background-color: #333;
  /* 按下时滑块的背景颜色 */
}
html ::-webkit-scrollbar-track:active {
  background-color: transparent;
  /* 按下时轨道的背景颜色 */
}
body {
  max-width: 1920px;
  width: 1914px;
  margin: 0 auto;
  position: relative;
}
body:has(.open-login) {
  overflow: hidden;
}
body:has(.open-share) {
  overflow: hidden;
}
body:has(.open-pay) {
  overflow: hidden;
}
body:has(.open-mobile) {
  overflow: hidden;
}
body:has(.open-confirm) {
  overflow: hidden;
}
body:has(.open-server) {
  overflow: hidden;
}
body:has(.open-setting) {
  overflow: hidden;
}
body .app {
  position: relative;
}
body .app .container {
  width: 1200px;
  margin: 0 auto;
}
body .app .root-box > .banner {
  position: relative;
  background: url(../static/image/banner.jpg) no-repeat;
  width: 100%;
  height: 1174px;
  background-size: cover;
}
body .app .root-box .banner-box .btn {
  position: absolute;
  right: 360px;
  top: 40px;
  width: 108px;
  height: 35px;
  background: url(../static/image/login.png) no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 35px;
  color: #fff;
  cursor: pointer;
  transition: all 0.4s;
}
body .app .root-box .banner-box .btn:hover {
  background: url(../static/image/logon-ac.png) no-repeat;
  background-size: cover;
}
body .app .root-box .banner-box .text-img {
  text-align: center;
  padding-top: 166px;
}
body .app .root-box .banner-box .btn-box {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  margin-top: 60px;
}
body .app .root-box .banner-box .bushu {
  width: 230px;
  height: 60px;
  background: url(../static/image/bushu.png) no-repeat;
  background-size: cover;
  margin-right: 32px;
  cursor: pointer;
  transition: all 0.4s;
}
body .app .root-box .banner-box .bushu:hover {
  background: url(../static/image/bushu-ac.png) no-repeat;
  background-size: cover;
}
body .app .root-box .banner-box .my-server {
  width: 230px;
  height: 60px;
  background: url(../static/image/server.png) no-repeat;
  background-size: cover;
  cursor: pointer;
  transition: all 0.4s;
}
body .app .root-box .banner-box .my-server:hover {
  background: url(../static/image/server-ac.png) no-repeat;
  background-size: cover;
}
body .app .root-box .banner-box .server-list {
  text-align: center;
}
body .app .root-box .banner-box .server-list ul {
  display: flex;
  justify-content: center;
  margin-top: 133px;
}
body .app .root-box .banner-box .server-list ul li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 284px;
  height: 326px;
  background: url(../static/image/meal.png) no-repeat;
  background-size: cover;
  margin-left: 21px;
  cursor: pointer;
  transition: all 0.4s;
}
body .app .root-box .banner-box .server-list ul li .title {
  font-size: 33px;
  margin-top: 21px;
}
body .app .root-box .banner-box .server-list ul li .price {
  color: #ff4242;
  margin-top: 45px;
}
body .app .root-box .banner-box .server-list ul li .price span {
  font-weight: 700;
  font-size: 20px;
}
body .app .root-box .banner-box .server-list ul li .price .b {
  font-size: 52px;
}
body .app .root-box .banner-box .server-list ul li .label {
  color: #133d4b;
  font-size: 20px;
}
body .app .root-box .banner-box .server-list ul li:hover {
  background: url(../static/image/meal-ac.png) no-repeat;
}
body .app .serve-box {
  height: 402px;
  width: 100%;
  background-color: #081c23;
}
body .app .serve-box > .title {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 30px;
  padding-top: 54px;
}
body .app .serve-box > .title span {
  margin: 0 19px;
}
body .app .serve-box .list {
  display: flex;
  justify-content: space-between;
  margin-top: 45px;
}
body .app .serve-box .list li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 224px;
  height: 201px;
  opacity: 1;
  border-radius: 15px;
  color: #fff;
  border: 1px solid #3d6675;
}
body .app .serve-box .list li .content {
  text-align: center;
  margin-top: 15px;
}
body .app .serve-box .list li .desc {
  color: #a8b3b7;
  font-size: 14px;
  margin-top: 10px;
}
body .app #footer {
  background-color: #081c23;
  border: 1px solid rgba(255, 255, 255, 0.14);
}
body .app #footer > p {
  margin: 0;
}
body .app #footer .container {
  padding: 48px 0 50px 0;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
  min-height: 234px;
}
body .app #footer .container ul {
  list-style: none;
}
body .app #footer .container a {
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s;
  text-decoration: none;
}
body .app #footer .container a:hover,
body .app #footer .container a:active,
body .app #footer .container a:focus {
  text-decoration: none;
}
body .app #footer .container a:hover {
  color: #fff;
}
body .app #footer .container .center {
  display: flex;
  flex-shrink: 0;
  width: 395px;
  justify-content: space-around;
}
body .app #footer .container .center ul {
  padding: 0;
}
body .app #footer .container .center .title {
  color: rgba(255, 255, 255, 0.46);
  margin-bottom: 20px;
}
body .app #footer .container .center li {
  margin-bottom: 12px;
}
body .app #footer .container .trail {
  color: #7d8ba5;
  text-align: right;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
body .app #footer .container .trail p:first-child {
  margin-bottom: 16px;
  padding-left: 165px;
}
body .app #footer .container .trail a {
  color: #7d8ba5;
}
body .app #footer .container .trail a:hover {
  color: #fff;
}
@media (max-width: 750px) {
  body .app #footer .container {
    padding-left: 90px;
    flex-wrap: wrap;
    padding: 35px 15px 15px 15px;
  }
  body .app #footer .container .trail {
    text-align: left;
    margin-top: 20px;
  }
}
@media (max-width: 660px) {
  body .app #footer .container {
    justify-content: flex-start;
  }
  body .app #footer .container .center {
    justify-content: space-between !important;
    width: 100% !important;
  }
  body .app #footer .container .num ul li .num_ {
    font-size: 24px !important;
  }
}
body .app .login-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
body .app .login-mask.close-login {
  display: none;
}
body .app .login-mask .login-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 999;
  transform: translate(-50%, -50%);
  width: 666px;
  height: 536px;
  background-image: url(../static/image/login-bg.png);
  background-repeat: no-repeat;
  animation: loginA 0.5s forwards;
}
@keyframes loginA {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
body .app .login-mask .login-box .login-content {
  padding-top: 84px;
}
body .app .login-mask .login-box .login-content #mobile-number {
  width: 422px;
  height: 40px;
  padding-left: 56px;
}
body .app .login-mask .login-box .login-content > ul {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  margin-bottom: 40px;
}
body .app .login-mask .login-box .login-content > ul li {
  width: 118px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
body .app .login-mask .login-box .login-content > ul li.active {
  background: url(../assets/type.png) no-repeat;
  color: #911d1c;
}
body .app .login-mask .login-box .login-content .tabs > ul {
  display: flex;
  justify-content: space-between;
  padding: 0 120px;
  margin-bottom: 40px;
}
body .app .login-mask .login-box .login-content .tabs > ul li {
  width: 118px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
}
body .app .login-mask .login-box .login-content .tabs > ul li.active {
  background: url(../assets/type.png) no-repeat;
  color: #911d1c;
}
body .app .login-mask .login-box .login-content .login-input {
  position: relative;
  width: 422px;
  height: 40px;
  background: rgba(216, 159, 79, 0.27);
  border: 1px solid #FFDD91;
  border-radius: 2px;
  margin: 0 auto;
  margin-top: 30px;
}
body .app .login-mask .login-box .login-content .login-input img {
  position: absolute;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
body .app .login-mask .login-box .login-content .login-input input {
  width: 100%;
  height: 100%;
  background-color: #dcd6c7;
  padding-left: 15px;
  outline: none;
  border: none;
}
body .app .login-mask .login-box .login-content .login-input input::placeholder {
  color: #646059;
}
body .app .login-mask .login-box .login-content .login-input #code,
body .app .login-mask .login-box .login-content .login-input #codeTime {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #27A95C;
  cursor: pointer;
}
body .app .login-mask .login-box .login-content .pwd,
body .app .login-mask .login-box .login-content .no-pwd {
  font-size: 14px;
  font-weight: 700;
  margin-left: 120px;
  cursor: pointer;
  margin-top: 5px;
  width: 95px;
}
body .app .login-mask .login-box .login-content .login-btn {
  width: 190px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  margin-top: 40px;
}
body .app .login-mask .login-box .login-content .login-btn .label {
  font-size: 12px;
  color: #646059;
}
body .app .login-mask .login-box .login-content .login-btn .btn {
  width: 230px;
  height: 60px;
  line-height: 60px;
  background: url(../static/image/login-m.png);
}
body .app .login-mask .login-box .login-content .login-btn .btn:hover {
  background: url(../static/image/login-m-ac.png);
}
body .app .login-mask .login-box .login-content .close {
  position: absolute;
  right: -30px;
  top: -25px;
  background: url(../static/image/close.png);
  width: 35px;
  height: 35px;
  cursor: pointer;
}
body .app .login-mask .login-box .login-content .close .iconfont {
  color: #FFDD91;
  font-size: 23px;
  font-weight: 700;
  cursor: pointer;
}
