.main {
  width: 1920px;
  margin: 0 auto;
}
.head {
  width: 1200px;
  height: 82px;
  display: flex;
  justify-content: space-around;
  color: #fff;
  position: relative;
  margin: 0 auto;
}
.head .logo {
  position: absolute;
  width: 244px;
  background-color: #5c88ff;
  padding: 19px 26px;
  left: 0;
  top: 0;
  z-index: 9999;
}
.head .logo .ks {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 10px;
}
.head .logo .com {
  font-size: 16px;
}
.head .nav {
  width: 506px;
  margin-left: 315px;
  display: flex;
  justify-content: space-between;
}
.head .nav .active {
  color: #5c88ff;
}
.head .nav .active::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #5c88ff;
  border-radius: 50%;
  position: absolute;
  left: 39%;
  bottom: 18px;
}
.head .nav a {
  position: relative;
  display: inline-block;
  line-height: 82px;
  font-size: 16px;
  color: #606972;
  cursor: pointer;
}
.head .nav a:hover {
  color: #5c88ff;
}
.head .btns {
  padding-top: 16px;
}
.head .btns .hy {
  min-width: 128px;
  max-width: 150px;
  padding: 0 5px;
  background-color: #5c88ff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
.head .btns #huiyuan {
  display: inline-block;
  vertical-align: top;
}
.head .btns .cz {
  width: 92px;
  background-color: #ff8533;
}
.head .btns a {
  display: inline-block;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  line-height: 50px;
}
.banner {
  width: 1920px;
  height: 440px;
  margin: 0 auto;
}
.banner .yhxy-text {
  position: relative;
}
.banner .yhxy-text > div {
  position: absolute;
  font-size: 50px;
  color: #fff;
  left: 38%;
  top: 131px;
}
.banner .text-pic {
  position: relative;
}
.banner .text-pic > div {
  position: absolute;
  font-size: 50px;
  color: #fff;
  width: 100%;
  text-align: center;
  top: 131px;
}
.content .pic-items-wrapper {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.content .pic-items-wrapper .lunbo {
  width: 500px;
  margin-top: 45px;
}
.content .pic-items-wrapper .lunbo img {
  width: 100%;
}
.content .pic-items-wrapper .items {
  width: 537px;
  border: 1px solid #f1f3f6;
  margin-top: 45px;
  padding: 16px;
}
.content .pic-items-wrapper .items .title {
  font-size: 20px;
  text-align: center;
}
.content .pic-items-wrapper .items p {
  font-size: 14px;
  color: #606972;
  line-height: 2;
}
.content .yhxy-main {
  width: 1200px;
  margin: 0 auto ;
}
.content .yhxy-main h2 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 16px;
}
.content .yhxy-main p {
  margin-top: 16px;
  font-size: 14px;
  color: #636c75;
  line-height: 2;
}
.content .about-us {
  width: 1200px;
  margin: 30px auto;
  display: flex;
}
.content .about-us div h1 {
  font-size: 42px;
  font-weight: bold;
  color: #3f454a;
  margin-top: 60px;
}
.content .about-us div p {
  font-size: 14px;
  color: #7a8289;
  line-height: 2;
  margin-top: 60px;
}
.content .about-us div img {
  margin-left: 40px;
}
.content .shangwu {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  position: relative;
  top: -40px;
}
.content .shangwu .items {
  height: 560px;
  border: 1px solid #f1f3f6;
}
.content .shangwu .items > h1 {
  width: 400px;
  height: 80px;
  background-color: #3963d6;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 80px;
}
.content .shangwu .items p {
  margin-top: 72px;
  text-align: center;
  font-size: 30px;
  margin-bottom: 20px;
}
.content .tsqd {
  position: relative;
  width: 1200px;
  height: 610px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #f1f3f6;
  padding-left: 300px;
  padding-top: 80px;
  top: -40px;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
}
.content .tsqd .check-btn {
  cursor: pointer;
  display: inline-block;
  width: 180px;
  border-radius: 8px;
  background-color: #5c88ff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-left: 200px;
}
.content .tsqd .check-btn:hover {
  color: #fff;
}
.content .huiyuanzhongxin {
  position: relative;
  display: flex;
  width: 1200px;
  height: 710px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #f1f3f6;
  padding-left: 100px;
  padding-top: 30px;
  top: -40px;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  justify-content: space-around;
}
.content .huiyuanzhongxin .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}
.content .huiyuanzhongxin .check-btn {
  cursor: pointer;
  display: inline-block;
  width: 180px;
  border-radius: 8px;
  background-color: #5c88ff;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-left: 64px;
}
.content .huiyuanzhongxin .check-btn:hover {
  color: #fff;
}
.content .huiyuanzhongxin .zhuce {
  display: block;
  width: 180px;
  height: 50px;
  line-height: 50px;
  background-color: #17c28a;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
}
.content .huiyuanzhongxin .form-group .col-form-label {
  text-align: right;
}
.content .huiyuanzhongxin .form-group .col-form-label.required::before {
  content:  "*";
  color: #f04134;
  font-size: 14px;
  vertical-align: text-bottom;
  margin-right: 3px;
}
.content .huiyuanzhongxin .form-group .phone input {
  padding-left: 40px;
}
.content .huiyuanzhongxin .form-group .phone::before {
  content: "+86";
  font-size: 14px;
  color: #495057;
  position: absolute;
  top: 7px;
  left: 22px;
}


.content .chongzhi {
  position: relative;
  width: 1200px;
  height: 610px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #f1f3f6;
  padding-left: 100px;
  padding-top: 30px;
  top: -40px;
  box-shadow: 0 0 10px rgba(200, 200, 200, 0.5);
  justify-content: space-around;
}
.content .chongzhi .pay-method > div {
  border-bottom: 4px solid transparent;
}
.content .chongzhi .pay-method > div.active {
  color: #ff8533;
  border-color: #ff8533;
}
.footer {
  margin-top: 120px;
  height: 80px;
  border-top: 1px solid #f1f3f6;
  padding-top: 40px;
}
.footer > div {
  width: 1200px;
  font-size: 14px;
  color: #636c75;
  margin: 8px auto;
  text-align: center;
}
.form-group a.send-btn {
  cursor: pointer;
  display: inline-block;
  width: 140px;
  border-radius: 4px;
  background-color: #17C18B;
  color: #fff ;
  text-align: center;
  line-height: 38px;
  margin-left: 10px;
}
.form-group a.send-btn:hover {
  color: #fff;
}
.form-group a.send-btn.status-1 {
  background-color: var(--secondary);
}
.swiper-container img {
  width: 500px;
}
#toast{
  min-width: 100px;
  max-width: 300px;
  min-height: 30px;
  color: #fff;
  font-size: 14px;
  text-align: center;
  background-color: #00000090;
  box-shadow: 0px 0px 4px #fff;
  padding: 5px 20px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#toast.hidden{
  display: none;
}
.game-rec {
  width: 1000px;
  margin: 30px auto 0;
}

#info {
  line-height: 30px;
  font-size: 16px;
  color: #999;
}

.gogame {
  padding: 15px;
  border: 1px solid #e4e4e4;
  background: #fff;
  margin-bottom: 10px;
  color: #333;
  font-size: 12px;
  line-height: 24px;
  position: relative;
}

.gogame a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.gogame:hover {
  color: #0a8bc4;
}

.game-til {
  height: 55px;
  line-height: 55px;
  border-bottom: 1px dashed #cecece;
  padding: 0 15px;
}

.g-til {
  float: left;
  font-size: 24px;
}

.game-til span{
  float: right;
}

.game-con {
  padding: 15px;
}

.game-con:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.g-dec {
  width: 535px;
  float: left;
}

.g-h3 {
  font-size: 18px;
  font-weight: bold;
  color: #c69000;
  line-height: 40px;
  margin-bottom: 10px;
}

.g-pic {
  width: 390px;
  float: right;
}

.g-pic img {
  width: 100%;
}