body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
p,
form,
header,
section,
article,
footer {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
ul,
li {
  list-style: none;
}
img {
  border: 0;
  pointer-events: none;
  display: block;
}
body {
  background-color: #FCFCFC;
  overflow-x: hidden;
}
.logo {
  background: url('../image/logo.png') center no-repeat;
  background-size: contain;
  width: 128px;
  height: 37px;
  left: 0;
}
.mask {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0,0,0,0.7);
  display: none;
}
.mask >img{
  width: 20%;
  margin: auto;
  transform: translate(0,50%);
}
.header {
  display: flex;
  justify-content: space-between;
  padding: 22px 40px;
  position: relative;
  min-width: 1360px;
}
.header .navbox {
  flex: auto;
  display: flex;
  margin-left: 136px;
}
.header .navbox li {
  margin-right: 60px;
}
.header .navbox li:last-child {
  margin-right: 0;
}
.header .navbox a {
  display: block;
  padding: 8px 20px;
  font-size: 16px;
  color: #4A4E59;
  cursor: pointer;
  border-radius: 50px;
}
.header .navbox .active a {
  background: rgba(254, 107, 0, 0.08);
  color: #FE6B00;
}
.header .account {
  display: flex;
  align-items: center;
}
.header .account img {
  width: 36px;
  height: 36px;
  border-radius: 50px;
}
.header .account .down {
  padding-left: 8px;
  padding-right: 12px;
  color: #223141;
  font-size: 14px;
  cursor: pointer;
  /* background: url('../image/down.png') right center no-repeat; */
  /* background-size: contain; */
}
.header .account button {
  margin-left: 12px;
  padding: 8px 16px;
  background-color: rgb(254,150,0);
  border: none;
  border-radius: 50px;
  color: #fff;
  cursor: pointer;
}
.header .account .exit {
  cursor: pointer;
}
.banner{
  min-width: 1440px;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 55px;
  height: 4px;
  background: #fff;
  border-radius: 0;
  opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.advantage {
  background: url('../image/advbg.png') top center no-repeat;
  background-size: 100% auto;
  padding: 70px 0 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 1440px;
}
.advantage > div {
  margin-top: 50px;
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
}
.advantage > div img {
  flex: 0 1 630px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.hotGame {
  background: url('../image/hotbg.png') top center no-repeat;
  background-size: 100% auto;
  padding-top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 1440px;
}
.hotGame_01{
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  font-size: 32px;
  color: #444444;
}
.hotGame .hotWraper {
  display: flex;
  width: 1300px;
  height: 552px;
  margin: 30px auto 0 auto;
  padding-bottom: 30px;
}
.hotGame .hotBox {
  display: flex;
  flex: 0 0 1200px;
  position: relative;
}
.hotGame .hotBar {
  padding: 8px 20px;
  box-sizing: border-box;
  background-color: #EDEEF6;
}
.hotGame .hotBar .slidebox {
  width: 58px;
  height: 480px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.hotGame .hotBar .slidebox img {
  width: 100%;
  height: 100%;
}
.hotGame .hotBar .slidebox div {
  width: 58px;
  height: 58px;
  margin-bottom: 20px;
  cursor: pointer;
}
.hotGame .hotBar .slidebox div:last-child {
  margin-bottom: 0;
}
.hotGame .hotBar .slidebox .active {
  width: 90px;
  height: 90px;
}
.hotGame .hotBar .up,
.hotGame .hotBar .down {
  width: 58px;
  height: 20px;
  cursor: pointer;
}
.hotGame .hotBar .up {
  background: url('../image/slide_up.png') center no-repeat;
  background-size: contain;
  margin-bottom: 8px;
}
.hotGame .hotBar .down {
  background: url('../image/slide_down.png') center no-repeat;
  background-size: contain;
  margin-top: 8px;
}
.hotGame .bg {
  width: 100%;
  opacity: 0.3;
  filter: blur(10px);
  background-size: cover;
  background-position: top left;
  background-repeat: no-repeat;
}
.hotGame .hotItem {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: none;
}
.hotGame .hotItem.show {
  display: flex;
}
.hotGame .hotItem .website {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: -36px;
  transform: translateY(-50%);
  width: 72px;
  height: 72px;
  border-radius: 72%;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(225deg, #FE9800 0%, rgba(254, 122, 0, 0.67) 0%, #FFCD6D 100%);
  z-index: 1;
}
.hotGame .hotItem .left {
  position: relative;
}
.hotGame .hotItem .right {
  line-height: 2;
  text-align: center;
  flex: 1 1 430px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 30px 0 50px;
  font-size: 14px;
}
.hotGame .hotItem .right > h3 {
  width: 356px;
  height: 150px;
  color: #25272E;
  font-weight: 400;
  margin-top: 16px;
}
.hotGame .hotItem .right > p {
  width: 356px;
  color: #73798E;
  line-height: 2;
  margin-top: 20px;
  margin-bottom: 40px;
}
.hotGame .hotItem .right > div {
  display: flex;
  width: 100%;
  justify-content: space-around;
}
.hotGame .hotItem .right > div > div {
  width: 64px;
  padding-top: 100px;
  text-align: center;
}
.hotGame .ios {
  background: url('../image/IOS.png') center no-repeat;
}
.hotGame .android {
  background: url('../image/android.png') center no-repeat;
}
.hotGame .scan {
  background: url('../image/scan.png') center no-repeat;
}
.process {
  position: absolute;
  background:  url('../image/process.png') top center no-repeat;
  height: 846px;
  margin: auto;
  min-width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.process_bg{
  background: url('../image/process_bg.png') repeat;
  height: 846px;
  width: 100%;
  min-width: 1440px;
}
.process img {
  
}
.process .btn_join {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  z-index: 1;
  width: 230px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  background: #FE9600;
  border-radius: 44px;
  color: #fff;
  font-size: 20px;
  cursor: pointer;
}
.about_bg{
  width: 100%;
  background: #7e7e7d;
  height: 481px;
  position: relative;
  min-width: 1440px;
}
.about {
  position: relative;
  background: url('../image/about.png') top center no-repeat;
  height: 481px;
  margin: 0 auto;
}
.about img {
  width: 100%;
}
.info {
  padding: 74px 0;
  display: flex;
  justify-content: space-evenly;
  min-width: 1440px;
  background:url('../image/bg@2x.png')
}

.infoDetail{
  display: flex;
  align-items: center;
}

.infoContent{
  display: flex;
  align-items: center;
  margin-top: 10px;
}

.infoContent>img{
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.infoContentList{
  margin-left: 10px;
}

/* .info > div {
  padding-left: 60px;
  margin-right: 180px;
}
.info > div:last-child {
  margin-right: 0;
}
.info > div span {
  font-size: 14px;
  color: #73798E;
}
 .info > div p {
  font-size: 16px;
  color: #25272E;
  padding-top: 4px;
}
.name {
  background: url('../image/name.png') left center no-repeat;
  background-size: contain;
}
.phone {
  background: url('../image/phone.png') left center no-repeat;
  background-size: contain;
}
 .email {
  background: url('../image/email.png') left center no-repeat;
  background-size: contain;
} */

.footer {
  background-color: #222;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  color: #fff;
  min-width: 1440px;
}
.footer .logo1 {
  background: url('../image/logo1.png') center no-repeat;
  background-size: contain;
  width: 128px;
  height: 37px;
}
.footer ul {
  margin: 28px auto 16px auto;
}
.footer ul li {
  display: inline-block;
  padding: 0 12px;
  border-right: 1px #fff solid;
  cursor: pointer;
}
.footer ul li:last-child {
  border-right: 0;
}
.footer p {
  opacity: 0.6;
  margin-bottom: 12px;
}
.kefu {
  background: url('../image/Union.png') center no-repeat;
  background-size: contain;
  width: 116px;
  height: 218px;
  /* padding: 10px 0; */
  box-sizing: border-box;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: fixed;
  right: 45px;
  top: 50%;
  z-index: 3;
}

.kefu>img{
  margin-top: 40px;
}

.kefu > div {
  margin-top: 12px;
  background-color: #fff;
  border-radius: 40px;
  padding: 6px 15px;
  cursor: pointer;
}
.advantage_01{
  position: absolute;
  font-size: 32px;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  color: #444444;
}
.advantage_02{
  position: relative;
}
.advantage_02 div p:nth-child(1){
  font-size: 22px;
  font-weight: 600;
  color: #444;
}
.advantage_02 div p:nth-child(2){
  font-size: 14px;
  color: #73798E;
  margin-top: 10px;
  width: 400px;
  line-height: 210%;
}
.advantage_02 div{
  position: absolute;
  width: 630px;
  height: 100px;
}
.advantage_01_01{
  left: 30px;
  top: 27px;
}
.advantage_01_02{
  right: 0px;
  top: 27px;
}

.advantage_01_03{
  left: 30px;
  top: 176px;
}

.advantage_01_04{
  right: 0px;
  top: 176px;
}

.advantage_01_05{
  left: 30px;
  top: 330px;
}

.advantage_01_06{
  right: 0px;
  top: 330px;
}
.process_02{
  position: relative;
  width: 1700px;
  margin: 0 auto;
}
.process_02 div{
  position: absolute;
  width: 270px;
  height: 130px;
  text-align: center;
}
.process_02 div p:nth-child(1){
  font-size: 23px;
  color: #444;
  font-weight: 500;
}
.process_02 div p:nth-child(2){
  font-size: 17px;
  color: #73798E;
  line-height: 180%;
  margin-top: 10px;
}
.process_02_01{
  top: 261px;
  left: 200px;
}
.process_02_02{
  top: 261px;
  left: 540px;
}
.process_02_03{
  top: 261px;
  left: 892px;
}
.process_02_04{
  top: 261px;
  left: 1230px;
}
.process_02_05{
  top: 545px;
  left: 200px;
}
.process_02_06{
  top: 545px;
  left: 540px;
}
.process_02_07{
  top: 545px;
  left: 892px;
}
.process_02_08{
  top: 545px;
  left: 1230px;
}
.process_02_bt{
  font-size: 32px;
  color: #444444;
  font-weight: 400;
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
    top: 50px;
}
.about_bt{
  font-size: 32px;
  color: #fff;
  font-weight: 400;
  position: absolute;
  width: 300px;
  text-align: center;
  left: 50%;
  margin-left: -150px;
  top: 60px;
}
.about_01{
  position: absolute;
  width: 1040px;
  color: #fff;
  line-height: 180%;
  font-size: 18px;
  text-align: center;
  left: 50%;
  margin-left: -520px;
  top: 240px;
}