* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 1000px;
  min-height: 100%;
  background-color: #1b45a1;
  overflow-y: hidden;
}

/*定义滚动条的轨道颜色、内阴影及圆角*/
::-webkit-scrollbar {
  width: 4px;
  /*对垂直流动条有效*/
}

/*定义滑块颜色、内阴影及圆角*/
::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 20px;
}

/*定义两端按钮的样式*/
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #ddd;
}

/*定义右下角汇合处的样式*/
::-webkit-scrollbar-button {
  background-color: #fff;
}

::-webkit-scrollbar-corner {
  background: khaki;
}

#pc,
#phone {
  display: none;
}

.bg {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  box-sizing: border-box;
  padding-top: 92px;
  background-image: url(../img/bg_pc2.png);
  background-position: center;
  background-repeat: no-repeat;
}

.bg.mobile {
  background-image: url(../img/bg_wap.png);
  background-size: 100%;
  background-position: top;
}

.game-box {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 59px;
}

.game-box img {
  width: 100%;
  height: 70px;
}

.game-box p {
  font-size: 20px;
  color: #fff;
}

.code {
  width: 146px;
  margin: 0 auto;
  text-align: center;
}

.code img {
  width: 140px;
  height: 140px;
}

.code p {
  font-size: 16px;
  color: #fff;
}

.footer {
  box-sizing: border-box;
  padding: 14px 0px;
  position: fixed;
  left: 0px;
  bottom: 0px;
  height: 68px;
  width: 100%;
  background: #1F51B0;
  text-align: center;
  color: #DEF4FF;
}

.footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  height: 15px;
  font-size: 12px;
}

.footer p img {
  margin-right: 2px;
}

#year {
  margin: 0 5px;
}

.footer p:nth-last-child(1) {
  margin: 0px;
}

.fr_link span {
  box-sizing: border-box;
  padding-right: 8px;
  margin-right: 8px;
  display: inline-block;
  height: 12px;
  line-height: 12px;
  border-right: 1px solid #DEF4FF;
  color: #DEF4FF;
}

.fr_link span:nth-child(1) {
  margin-left: 8px;
}

.fr_link span:nth-last-child(1) {
  border: none;
}

.fr_link span a {
  color: #DEF4FF;
  text-decoration: none;
}

#record {
  margin-right: 12px;
  color: #DEF4FF;
  text-decoration: none;
}

#gwIcp {
  color: #DEF4FF;
  text-decoration: none;
}

#gwXkz {
  color: #DEF4FF;
  text-decoration: none;
  margin-left: 10px;
}

button {
  position: fixed;
  bottom: 60px;
  left: calc(50% - 100px);
  border: none;
  outline: none;
  display: block;
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 163, 38, 1) 0%, rgba(255, 98, 39, 1) 100%);
  border-radius: 25px;
}

.mark {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 2;
  transition: all 1s;
}

.mark>img {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 228px;
  height: 154px;
  z-index: 3;
}

.mark .about-content {
  box-sizing: border-box;
  position: relative;
  width: 880px;
  height: 90%;
  border-radius: 30px;
  margin: 40px auto;
  padding: 60px 30px 40px 40px;
  background-color: #fff;
}

.mark .about-content .icon-close {
  position: absolute;
  right: 30px;
  top: 26px;
  display: block;
  width: 34px;
  height: 34px;
}

.mark .about-content .icon-close img {
  width: 100%;
  height: 100%;
}

.mark .about-content .main {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.mark .about-content .title {
  color: #666;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.mark .about-content .top {
  margin-bottom: 40px;
}

.mark .about-content .content {
  color: #666;
  font-size: 16px;
  margin-bottom: 20px;
}

.mark .about-content img {
  width: 800px;
  height: 180px;
}

.mark .about-content .img-box {
  position: relative;
  margin-bottom: 40px;
}

.mark .about-content .img-text {
  position: absolute;
  top: calc(50% - 29px);
  left: 38px;
  color: #DEF4FF;
  font-size: 16px;
}

.mark .about-content .img-text span {
  display: inline-block;
  margin-bottom: 8px;
}

#no-safari {
  display: none;
}

.no-safari {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000000;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.no-safari .popop-header {
  width: 311px;
  margin-top: auto;
  display: flex;
  margin-bottom: 8px;
}

.no-safari .popop-header .logo {
  width: 50px;
  height: 50px;
  margin-left: 25px;
  background: url('../img/logo.png') no-repeat;
  background-size: 50px;
}

.no-safari .popop-header .desc {
  margin-left: 8px;
}

.no-safari .popop-header .name {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}

.no-safari .popop-header .abst {
  font-size: 13px;
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 24px;
}

.no-safari .popup-content {
  width: 311px;
  background: #ffffff;
  border-radius: 24px;
  padding: 24px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.no-safari .popup-content .copy {
  border: 1px solid #4da0ff;
  width: 231px;
  height: 48px;
  border-radius: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #4da0ff;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-safari .popup-content .copy-desc {
  font-size: 12px;
  text-align: center;
  margin-top: 8px;
}

#toast {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100000001;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.toast {
  width: 280px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 16px;
  border-radius: 8px;
  font-size: 12px;
  text-align: center;
}

.toast-content {
  padding: 24px 0;
}

.toast-btn {
  width: 180px;
  height: 40px;
  border-radius: 20px;
  background: linear-gradient(90deg, #FFA326 0%, #FF6227 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #FFFFFF;
  margin: 0 auto;
}