@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
html {
  margin: 0 auto;
  background: #fff;
  background-size: 100%;
  min-height: 100%;
  font-family: PingHei, "Helvetica Neue", Helvetica, "microsoft yahei";
  color: #333333;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -ms-user-select: none;
      user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
}

input,
textarea {
  font-family: PingFang SC, Lantinghei SC, "Helvetica Neue", Helvetica, STHeiTi, "Microsoft Yahei", sans-serif;
}

input:focus,
select {
  outline: 0;
}

select,
textarea {
  resize: none;
}

select:focus,
textarea:focus {
  outline: 0;
}

h1,
h2,
p {
  margin: 0;
  padding: 0;
}

li,
ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

a {
  border: 0;
  text-decoration: none;
  color: #666;
}

a img {
  border: 0;
  width: 100%;
  pointer-events: none;
  display: block;
}

img {
  pointer-events: none;
  width: 100%;
  display: block;
}

em,
i {
  font-style: normal;
}

button {
  cursor: pointer;
  outline: none;
}

article,
aside,
dialog,
figure,
footer,
footer,
header,
menu,
nav,
section {
  display: block;
}


.clearfloat {
  zoom: 1;
}


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


.centerbox {
  transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}

.gameList li .gameFixed .gameBtn,
.center-x {
  transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}

.navBox .menuBox .menuList li:after,
.center-y {
  transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
}


.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* ------- 统一尺寸 ------- */
.fixedBox li .fixedText p,
.userSelect,
.userSelect a,
.userSelect span {
  -ms-user-select: text;
      user-select: text;
  -moz-user-select: text;
  -webkit-user-select: text;
}


.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#app,
.box {
  padding: 0;
  margin: 0;
  height: 100%;
}

/* ========== 通用 ========== */
.navBox {
  top: 0;
  left: 0;
  z-index: 1000;
  min-height: 90px;
  width: 100%;
  min-width: 1000px;
  padding: 0 36px 0 42px;
  background: #fff;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.navBox .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #363636;
  font-size: 24px;
  line-height: 33px;
}

.navBox .logo img {
  width: 47px;
  margin: 0 7px 0 0;
}

.navBox .menuBox {
  display: block;
}

.navBox .menuBox .telBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  margin-bottom: 20px;
  color: #7d7d7d;
  font-size: 14px;
  line-height: 16px;
}

.navBox .menuBox .telBox a {
  color: #7d7d7d;
}

.navBox .menuBox .telBox img {
  width: 15px;
  height: 16px;
  margin-right: 2px;
}

.navBox .menuBox .menuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: initial;
}

.navBox .menuBox .menuList li {
  cursor: pointer;
  padding: 0 20px;
  overflow: initial;
  position: relative;
  letter-spacing: 1px;
  color: #363636;
  font-size: 18px;
  line-height: 20px;
}

.navBox .menuBox .menuList li a {
  display: block;
  color: #363636;
}

.navBox .menuBox .menuList li span {
  display: block;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.navBox .menuBox .menuList li:after {
  top: 50%;
  right: 0;
  content: "";
  width: 1px;
  height: 16px;
  position: absolute;
  background: #E5E5E5;
}

.navBox .menuBox .menuList li:last-child::after {
  display: none;
}

.navBox .menuBox .menuList li:hover a span {
  color: #31b8ff;
}

.navBox .menuBox .menuList .active a span {
  color: #31b8ff;
}

.navBox .menuApp {
  display: none;
}

.menuFixed {
  display: none;
}

.menuActive {
  border-bottom: 1px solid #f1f1f1;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
}

.fixedBox {
  top: 25%;
  right: 2px;
  width: 54px;
  z-index: 2000;
  overflow: initial;
  position: fixed;
}

.fixedBox li {
  cursor: pointer;
  margin-bottom: 2px;
  width: 54px;
  height: 54px;
  border-radius: 2px;
  overflow: hidden;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.fixedBox li .fixedText {
  width: 160px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  background: rgba(0, 0, 0, 0.62);
  color: #ffffff;
  font-size: 16px;
  line-height: 54px;
}

.fixedBox li .fixedText .fixedIcon {
  width: 54px;
}

.fixedBox li .fixedText .fixedIcon img {
  width: 30px;
  margin: 0 auto;
}

.fixedBox li:hover {
  width: 160px;
  margin-left: -106px;
}

.fixedBox li:last-child:hover {
  width: 54px;
  margin: 0;
}

.fixedBox li:last-child:hover .fixedText {
  background: rgba(0, 0, 0, 0.8);
}

.footerBox .footerFamous {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 237px;
  padding: 43px 33px 56px;
  background: #333;
}

.footerBox .footerFamous .famousLeft .famousLogo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 28px;
  line-height: 38px;
}

.footerBox .footerFamous .famousLeft .famousLogo img {
  width: 42px;
  margin-right: 6px;
}

.footerBox .footerFamous .famousLeft .famousText {
  width: 250px;
  margin: 12px 0 0;
  color: #747474;
  font-size: 13px;
  line-height: 20px;
}

.footerBox .footerFamous .famousRight .famousTitle {
  color: #cccccc;
  font-size: 18px;
  line-height: 30px;
}

.footerBox .footerFamous .famousRight .famousList {
  margin: 17px 0 0;
  width: 380px;
  color: #747474;
  font-size: 13px;
  line-height: 22px;
}

.footerBox .footerFamous .famousRight .famousList a {
  color: #747474;
}

.navHeight {
  height: 90px;
}

.copyrightBox {
  padding: 0 34px;
  min-height: 48px;
  background: #181818;
  color: #747474;
  font-size: 12px;
  line-height: 48px;
}

.copyrightBox span {
  cursor: pointer;
  transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.copyrightBox span:hover {
  color: #31B9FF;
}

.servingBox {
  padding: 60px 0 50px;
  border-top: 1px solid #D5D5D5;
}

.servingBox .servingTitle {
  margin-bottom: 4px;
  text-align: center;
  color: #444;
  font-size: 32px;
  line-height: 32px;
}

.servingBox .servingText {
  margin-top: 20px;
  text-align: center;
  color: #838383;
  font-size: 16px;
  line-height: 34px;
}

.servingBox .servingList {
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}

.servingBox .servingList li {
  width: calc(100%/3);
}

.servingBox .servingList li img {
  width: 60px;
  margin: 0 auto;
}

.listBox {
  margin: 0 20px;
}

.listBox .titleBox {
  margin-top: 72px;
  text-align: center;
  color: #838383;
  font-size: 16px;
  line-height: 16px;
}

.listBox .titleBox p {
  margin-bottom: 20px;
  color: #444444;
  font-size: 30px;
  line-height: 30px;
}

.gameList {
  width: 1200px;
  padding: 36px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.gameList li {
  padding: 36px;
  width: calc(100%/3);
  position: relative;
}

.gameList li .gameIcon {
  width: 144px;
  height: 144px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 18px;
}

.gameList li .gameFixed {
  top: -300px;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  border: 2px solid #171C25;
  border-radius: 6px;
  background: rgba(35, 42, 54, 0.98);
  position: absolute;
  transition: top 0.25s;
  -webkit-transition: top 0.25s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gameList li .gameFixed .gameText {
  margin: -30px 0 0;
  padding: 0 12px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #C1D0DD;
  font-size: 12px;
  line-height: 18px;
}

.gameList li .gameFixed .gameBtn {
  bottom: 20px;
  left: 50%;
  width: 102px;
  height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  border: 1px solid #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}

.gameList li .gameFixed .gameBtn img {
  width: 13px;
  margin: 0 auto;
}

.gameList li .gameFixed .gameBtn:hover {
  background: #171C25;
  border: 1px solid #0d1016;
}

.gameList li:hover .gameFixed {
  top: 0;
}

.homeBanner {
  height: 312px;
  overflow: hidden;
}

.homeBanner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.homeList {
  width: 1200px;
  margin: 0 auto;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.homeList li {
  width: 25%;
  text-align: center;
}

.homeList li .listIcon {
  margin: 0 auto;
}

.homeList li .listIcon img {
  width: 56px;
  margin: 0 auto;
}

.homeList li .listName {
  margin: 12px 0 13px;
  color: #838383;
  font-size: 18px;
  line-height: 33px;
}

.homeList li .listName p {
  margin-top: 8px;
  color: #838383;
  font-size: 14px;
  line-height: 33px;
}

.moreBtn {
  cursor: pointer;
  margin: 0 auto;
  border: 1px solid #31B9FF;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  width: 120px;
  height: 44px;
  display: block;
  text-align: center;
  background: none;
  border-radius: 0;
  color: #31B9FF;
  font-size: 16px;
  line-height: 44px;
}

.moreBtn:hover {
  color: #fff;
  background: #31B9FF;
}

.homeTitle {
  margin-top: 70px;
  text-align: center;
  color: #838383;
  font-size: 16px;
  line-height: 16px;
}

.homeTitle p {
  margin-bottom: 20px;
  color: #444444;
  font-size: 30px;
  line-height: 30px;
}

.oddsBox {
  margin: 35px 60px 164px;
  position: relative;
}

.oddsBox .oddsImg {
  width: 320px;
  margin: 0 auto;
  display: block;
}

.oddsBox .oddsTips li {
  padding-left: 50px;
  position: absolute;
}

.oddsBox .oddsTips li .oddsIcon {
  top: 5px;
  left: 0;
  width: 38px;
  position: absolute;
}

.oddsBox .oddsTips li p {
  width: 230px;
  word-wrap: break-word;
  word-break: normal;
  color: #444444;
  font-size: 14px;
  line-height: 22px;
}

.oddsBox .oddsTips li:nth-child(1) {
  top: 54px;
  left: 50%;
  margin-left: -35%;
}

.oddsBox .oddsTips li:nth-child(2) {
  top: 54px;
  left: 50%;
  margin-left: 14%;
}

.oddsBox .oddsTips li:nth-child(3) {
  bottom: 93px;
  left: 50%;
  margin-left: -35%;
}

.oddsBox .oddsTips li:nth-child(4) {
  bottom: 93px;
  left: 50%;
  margin-left: 14%;
}

.listBanner {
  height: 280px;
  overflow: hidden;
}

.listBanner img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.detailsBanner {
  height: 280px;
  overflow: hidden;
}

.detailsBanner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.detailsBox {
  padding-bottom: 60px;
  margin: 23px 40px 0;
  position: relative;
}

.detailsBox .pathBox {
  margin-bottom: 20px;
  color: #8A8A8A;
  font-size: 13px;
  line-height: 16px;
}

.detailsBox .pathBox a {
  color: #8A8A8A;
}

.detailsBox .pathBox i {
  margin: 0 2px;
}

.detailsBox .detailsContent {
  position: relative;
}

.detailsBox .detailsContent .detailsLeft {
  margin-right: 385px;
  position: relative;
}

.detailsBox .detailsContent .detailsLeft .detailsTitle {
  height: 88px;
  text-align: center;
  border-bottom: 1px solid #D5D5D5;
  color: #444444;
  font-size: 24px;
  line-height: 80px;
}

.detailsBox .detailsContent .detailsLeft .detailsContent {
  margin-top: 35px;
  word-wrap: break-word;
  word-break: normal;
  color: #444444;
  font-size: 14px;
  line-height: 28px;
}

.detailsBox .detailsContent .detailsRight {
  top: 0;
  right: 0;
  position: absolute;
  width: 370px;
}

.detailsBox .detailsContent .detailsRight ul li {
  cursor: pointer;
  padding-left: 15px;
  margin-bottom: 7px;
  background: #282F3B;
  border-radius: 4px 0 0 4px;
  transition: background 0.3s;
  -webkit-transition: background 0.3s;
  color: #ffffff;
  font-size: 14px;
  line-height: 40px;
}

.detailsBox .detailsContent .detailsRight ul li:last-child {
  margin-bottom: 0;
}

.detailsBox .detailsContent .detailsRight ul li:hover {
  background: #1b2029;
}

.aboutBanner {
  height: 280px;
  overflow: hidden;
}

.aboutBanner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutBox {
  margin: 0 40px;
}

.aboutBox .titleBox {
  margin: 70px 0 60px;
  text-align: center;
  color: #838383;
  font-size: 16px;
  line-height: 16px;
}

.aboutBox .titleBox p {
  margin-bottom: 20px;
  color: #444444;
  font-size: 30px;
  line-height: 30px;
}

.aboutBox .aboutText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #232A36;
}

.aboutBox .aboutText img {
  width: 490px;
}

.aboutBox .aboutText p {
  display: block;
  padding: 25px 25px 18px;
  color: #C1D0DD;
  font-size: 14px;
  line-height: 28px;
}

.connectBanner {
  height: 280px;
  overflow: hidden;
}

.connectBanner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.connectBox {
  margin: 0 40px;
}

.connectBox .connectName {
  margin: 60px auto;
  text-align: center;
  color: #444444;
  font-size: 30px;
  line-height: 44px;
}

.connectBox .connectImg {
  height: 465px;
  overflow: hidden;
}

.connectBox .connectImg img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.connectBox .connectList {
  width: 60%;
  margin: 70px auto 120px;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
}

.connectBox .connectList a {
  color: #000;
}

.serviceBanner {
  height: 280px;
  overflow: hidden;
}

.serviceBanner img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.serviceBox {
  margin: 130px 0 0;
}

.payBox {
  margin: 40px auto;
  max-width: 1200px;
  padding: 20px;
}

.payBox .payTab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.payBox .payTab li {
  cursor: pointer;
  width: 165px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 5px;
  border-radius: 3px;
  background: #1b8ad7;
  background-size: 100%;
  text-align: center;
  float: left;
  margin-left: 20px;
  opacity: .5;
}

.payBox .payTab .active {
  opacity: 1;
}

.payBox .payToast {
  margin: 30px 0 0 9%;
  color: #444444;
  font-size: 16px;
  line-height: 30px;
}

.payBox .payBorder {
  margin: 40px auto 80px;
  padding: 40px 0;
  border: 4px solid #f1f1f1;
}

.payBox .payBorder .payList {
  width: 100%;
  margin: 0 auto;
}

.payBox .payBorder .payList li {
  width: 40%;
  margin: 0 auto 25px;
  padding-left: 100px;
  position: relative;
}

.payBox .payBorder .payList li p {
  width: 85px;
  top: 0;
  left: 0;
  text-align: right;
  line-height: 40px;
  position: absolute;
}

.payBox .payBorder .payList li select,
.payBox .payBorder .payList li input {
  text-indent: 10px;
  display: block;
  border: 1px solid #ccc;
  height: 40px;
  width: 100%;
  line-height: 40px;
  border-radius: 3px;
  background: #fff;
}

.payBox .payBorder .payBtn {
  width: 118px;
  height: 45px;
  line-height: 45px;
  border-radius: 3px;
  background: #2d7fe5;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  cursor: pointer;
}

@media (min-width: 1000px) and (max-width: 1920px) {
  .container .homeList {
    width: auto;
    margin: 0 40px;
  }
}

@media (min-width: 1921px) {
  .container .homeList {
    width: 1800px;
  }
}

@media (max-width: 800px) {
  .navBox {
    min-height: 60px;
    min-width: 100%;
    padding: 0 10px;
  }
  .navBox .logo {
    line-height: 30px;
    font-size: 18px;
  }
  .navBox .logo img {
    width: 28px;
  }
  .navBox .menuBox {
    display: none;
  }
  .navBox .menuApp {
    display: block;
    top: 50%;
    width: 32px;
    height: 40px;
    right: 10px;
    z-index: 10;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
  }
  .navBox .menuApp p {
    width: 20px;
    height: 2px;
    background: #000;
    position: relative;
  }
  .navBox .menuApp p::before, .navBox .menuApp p::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  .navBox .menuApp p::before {
    margin-top: -6px;
  }
  .navBox .menuApp p::after {
    margin-top: 10px;
  }
  .navBox .menuApp .active {
    background: none;
  }
  .navBox .menuApp .active::before {
    margin-top: 0px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
  .navBox .menuApp .active::after {
    margin-top: -2px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: 50%;
            transform-origin: 50%;
  }
  .navHeight {
    height: 60px;
  }
  .menuActive {
    background: white;
  }
  .fixedBox {
    top: 35%;
    width: 32px;
  }
  .fixedBox li {
    width: 32px;
    height: 32px;
  }
  .fixedBox li .fixedText {
    width: 120px;
    font-size: 12px;
    line-height: 32px;
  }
  .fixedBox li .fixedText .fixedIcon {
    width: 32px;
  }
  .fixedBox li .fixedText .fixedIcon img {
    width: 20px;
  }
  .fixedBox li:hover {
    width: 120px;
    margin-left: -88px;
  }
  .fixedBox li:last-child:hover {
    width: 32px;
    margin: 0;
  }
  .fixedBox li:last-child:hover .fixedText {
    background: rgba(0, 0, 0, 0.62);
  }
  .menuFixed {
    top: 60px;
    left: 0;
    width: 100%;
    bottom: 0;
    display: block;
    z-index: 2999;
    position: fixed;
  }
  .menuFixed .menuBox {
    width: 180px;
    height: 100%;
    border-bottom: none;
    background: white;
    z-index: 10;
    left: -200px;
    transition: left 0.3s;
    -webkit-transition: left 0.3s;
    position: relative;
  }
  .menuFixed .menuBox .telBox {
    top: initial;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0;
    position: absolute;
    font-size: 12px;
    line-height: 14px;
    padding: 10px 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .menuFixed .menuBox .telBox a {
    color: #353535;
  }
  .menuFixed .menuBox .telBox img {
    width: 14px;
    height: 13px;
    margin-right: 2px;
  }
  .menuFixed .menuBox .menuList {
    padding-top: 20px;
    display: block;
  }
  .menuFixed .menuBox .menuList li {
    padding: 0;
    text-align: center;
    line-height: 48px;
    font-size: 15px;
  }
  .menuFixed .menuBox .menuList li::after {
    display: none;
  }
  .menuFixed .menuBox .menuList .active span {
    color: #31b8ff;
  }
  .menuFixed .menuFixedLeft {
    left: 0;
  }
  .menuFixed .menuClose {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    transition: background 0.3s;
    -webkit-transition: background 0.3s;
    background: rgba(0, 0, 0, 0);
  }
  .menuFixed .menuCloseActive {
    background: rgba(0, 0, 0, 0.7);
  }
  .footerBox .footerFamous {
    display: block;
    padding: 20px 10px 20px;
  }
  .footerBox .footerFamous .famousLeft .famousLogo {
    font-size: 18px;
    line-height: 24px;
  }
  .footerBox .footerFamous .famousLeft .famousLogo img {
    width: 24px;
  }
  .footerBox .footerFamous .famousLeft .famousText {
    width: 100%;
    margin: 6px 0 0;
    font-size: 12px;
    line-height: 18px;
  }
  .footerBox .footerFamous .famousRight .famousTitle {
    margin-top: 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .footerBox .footerFamous .famousRight .famousList {
    margin: 6px 0 0;
    width: 100%;
    line-height: 20px;
  }
  .copyrightBox {
    padding: 10px;
    line-height: 20px;
  }
  .servingBox {
    padding: 30px 0 30px;
  }
  .servingBox .servingTitle {
    color: #444444;
    font-size: 22px;
    line-height: 30px;
  }
  .servingBox .servingText {
    margin: 10px 10px 0;
    color: #444444;
    font-size: 13px;
    line-height: 26px;
  }
  .servingBox .servingList {
    margin: 26px auto 0;
  }
  .servingBox .servingList li img {
    width: 36px;
  }
  .listBox {
    margin: 0 10px;
  }
  .listBox .titleBox {
    margin-top: 50px;
    font-size: 14px;
  }
  .listBox .titleBox p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .listBox .gameList {
    width: 100%;
    padding: 20px 0;
  }
  .listBox .gameList li {
    padding: 20px 5px;
  }
  .listBox .gameList li .gameIcon {
    width: 64px;
    height: 64px;
    border-radius: 8px;
  }
  .listBox .gameList li .gameFixed .gameText {
    -webkit-line-clamp: 1;
  }
  .listBox .gameList li .gameFixed .gameBtn {
    width: 60%;
    height: 24px;
  }
  .listBox .gameList li .gameFixed .gameBtn img {
    width: 10px;
  }
  .homeBanner {
    height: 180px;
  }
  .homeList {
    padding-top: 40px;
    width: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 6px;
  }
  .homeList li {
    width: 50%;
  }
  .homeList li .listIcon img {
    width: 46px;
  }
  .homeList li .listName {
    margin: 8px 0 15px;
    font-size: 16px;
    line-height: 33px;
  }
  .homeList li .listName p {
    margin: 0;
    padding: 5px;
    font-size: 12px;
    line-height: 23px;
  }
  .moreBtn {
    font-size: 14px;
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
  .homeTitle {
    margin-top: 50px;
    font-size: 14px;
  }
  .homeTitle p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .oddsBox {
    margin: 35px 15px 50px;
  }
  .oddsBox .oddsTips li {
    position: relative;
    top: initial;
    bottom: initial;
    left: initial;
    margin: auto;
  }
  .oddsBox .oddsTips li p {
    width: auto;
  }
  .oddsBox .oddsTips li:nth-child(1), .oddsBox .oddsTips li:nth-child(2), .oddsBox .oddsTips li:nth-child(3), .oddsBox .oddsTips li:nth-child(4) {
    top: initial;
    bottom: initial;
    left: initial;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .oddsBox .oddsImg {
    display: none;
  }
  .listBanner {
    height: 150px;
    overflow: hidden;
  }
  .detailsBanner {
    height: 160px;
  }
  .detailsBox {
    margin: 10px 10px 0;
    padding-bottom: 40px;
  }
  .detailsBox .pathBox {
    margin-bottom: 10px;
  }
  .detailsBox .detailsContent .detailsLeft {
    margin-right: 0;
  }
  .detailsBox .detailsContent .detailsLeft .detailsTitle {
    margin-top: 20px;
    height: auto;
    padding: 10px;
    font-size: 22px;
    line-height: 30px;
  }
  .detailsBox .detailsContent .detailsLeft .detailsContent {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
  }
  .detailsBox .detailsContent .detailsRight {
    width: auto;
    margin-top: 50px;
    position: initial;
  }
  .detailsBox .detailsContent .detailsRight ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .detailsBox .detailsContent .detailsRight ul li {
    width: 48%;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    text-align: center;
  }
  .aboutBanner {
    height: 160px;
  }
  .aboutBox {
    width: auto;
    margin: 0 10px;
  }
  .aboutBox .titleBox {
    margin-top: 50px;
    font-size: 14px;
    line-height: 24px;
  }
  .aboutBox .titleBox p {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .aboutBox .aboutText {
    margin-bottom: 70px;
    display: block;
  }
  .aboutBox .aboutText .aboutTextImg {
    width: 100%;
    height: 100px;
    overflow: hidden;
  }
  .aboutBox .aboutText .aboutTextImg img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .aboutBox .aboutText p {
    padding: 20px 10px 30px;
    font-size: 13px;
    line-height: 24px;
  }
  .connectBanner {
    height: 160px;
  }
  .connectBox {
    width: auto;
    margin: 0 10px;
  }
  .connectBox .connectName {
    margin: 50px auto;
    text-align: center;
    color: #444444;
    font-size: 20px;
    line-height: 30px;
  }
  .connectBox .connectImg {
    height: 200px;
  }
  .connectBox .connectList {
    width: auto;
    font-size: 13px;
    line-height: 25px;
    margin: 60px auto 50px 15px;
  }
  .serviceBanner {
    height: 160px;
  }
  .serviceBox {
    margin-top: 80px;
  }
  .payBox {
    padding: 20px 10px;
    margin: 10px auto 0;
  }
  .payBox .payTab li {
    width: 25%;
    margin: 0 5px;
    height: 36px;
    line-height: 16px;
    font-size: 11px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .payBox .payToast {
    font-size: 13px;
    margin: 10px 0 0 0;
    line-height: 20px;
  }
  .payBox .payBorder {
    margin: 30px auto 84px;
    padding: 0;
    border: none;
  }
  .payBox .payBorder .payList li {
    width: 100%;
    margin: 0 auto 25px;
    font-size: 13px;
    padding-left: 80px;
  }
  .payBox .payBorder .payList li p {
    width: 70px;
    line-height: 36px;
  }
  .payBox .payBorder .payList li select,
  .payBox .payBorder .payList li input {
    height: 36px;
    line-height: 36px;
  }
  .payBox .payBorder .payBtn {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
  }
}

.business-list {
  padding: 60px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1200px;
  margin: 0 auto;
}

.business-list li {
  width: calc(100% / 3);
  margin-bottom: 50px;
  cursor: pointer;
}

.business-list li img {
  width: 85%;
  height: 212px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 6px;
}

.business-list li p {
  word-wrap: break-word;
  word-break: break-all;
  width: 85%;
  margin: 8px auto 0;
  color: #444444;
  font-size: 18px;
  line-height: 24px;
}

.shop {
  margin: 50px auto 20px;
  width: 1200px;
}

.shopHead {
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 0 0 5px 5px;
  background: #fff;
}

.shopHead .shopBanner {
  width: 42%;
  max-height: 300px;
  overflow: hidden;
  border-radius: 2px;
}

.shopHead .shopBanner img {
  width: 100%;
}

.shopHead .shopContent {
  width: 55%;
  -moz-user-select: text;
   -ms-user-select: text;
       user-select: text;
  -webkit-user-select: text;
}

.shopHead .shopContent .shopTitle {
  margin-bottom: 15px;
  font-weight: bolder;
  color: #444444;
  font-size: 24px;
  line-height: 38px;
}

.shopHead .shopContent .shopTag {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shopHead .shopContent .shopTag span {
  padding: 0 8px;
  margin-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #5c9eff;
  color: #4d95ff;
  font-size: 14px;
  line-height: 28px;
}

.shopHead .shopContent .shopTag span img {
  width: 15px;
  margin-right: 4px;
}

.shopHead .shopContent .shopPrice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 14px 0 30px;
  color: #222222;
  font-size: 16px;
  line-height: 22px;
}

.shopHead .shopContent .shopPrice p {
  color: #222222;
  font-size: 30px;
  line-height: 48px;
}

.shopHead .shopContent .shopPrice p em {
  font-weight: normal;
  font-size: 16px;
}

.shopHead .shopContent .shopList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.shopHead .shopContent .shopList .shopScore {
  width: 40%;
}

.shopHead .shopContent .shopList .shopScore p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #222222;
  font-size: 16px;
  line-height: 62px;
}

.shopHead .shopContent .shopList .shopConsult a {
  width: 320px;
  height: 64px;
  display: block;
  text-align: center;
  background: #0584f7;
  border-radius: 5px;
  color: #ffffff;
  font-size: 22px;
  line-height: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.shopHead .shopContent .shopList .shopConsult a:hover {
  background: #0374dd;
}

.shopHead .shopContent .shopList .shopConsult .buyBtn {
  background: #f78205;
  margin-bottom: 20px;
}

.shopHead .shopContent .shopList .shopConsult .buyBtn:hover {
  background: #e07502;
}

.shopImg {
  margin: 24px 0 0;
  padding: 24px;
  background: #fff;
  border-radius: 5px;
}

.shopImg .shopImgTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  color: #222222;
  font-size: 22px;
  line-height: 38px;
}

.shopImg .shopImgTitle::before {
  content: '';
  display: block;
  width: 10px;
  height: 20px;
  margin-right: 10px;
  background: #0584f7;
}

.shopImg .shopImgList img {
  width: auto;
  max-width: 80%;
  margin: 0 auto;
}

.topBtn {
  bottom: 100px;
  right: 100px;
  z-index: 100;
  width: 38px;
  cursor: pointer;
  position: fixed;
  opacity: 0.8;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.topBtn:hover {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */