@charset "UTF-8";
/*css reset start*/
* { touch-action: none; }
*,*:before,*:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
html, div, span, iframe,h1, h2, h3, h4, h5, h6, p,a, code,del, em, img, strong,dl, dt, dd, ol, ul, li,form, label,table, caption, tbody,thead, tr, th, td{margin: 0;padding: 0;border: 0;outline: 0;font-weight: normal;}
ol, ul{list-style: none;}
table{border-collapse: separate; border-spacing: 0;vertical-align: middle;table-layout:fixed;}
caption, th, td{text-align: left; font-weight: normal; vertical-align: middle;}
img{border: none;max-width:100%;}
input, textarea, button{margin: 0; padding: 0; border: 0; outline: 0;background: none;}
a{text-decoration: none;font-size:14px;color:#000;}
input[type="checkbox"], input[type="radio"]{vertical-align: -2px; margin-right: 5px;}
button, input, select, textarea{font-family: "微软雅黑"; font-size: 100%;}
.clearfix:after{content: "\0020"; display: block; height: 0; clear: both; overflow: hidden; visibility: hidden;}
body{margin: 0;}
/*css reset end*/

.header {
  width: 100%;
  background: url("../img/topbg.png") top center no-repeat;
}
.nav {
  height: 100px;
  line-height: 100px;
  background: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.navMain {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navMainLeft {
  display: flex;
  align-items: center;
}
.logo {
  width: 58px;
  height: 58px;
  margin-right: 20px;
}
.logoName {
  font-size: 30px;
  color: #fff;
}

.navMainRight li {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  padding: 0 20px;
  cursor: pointer;
}
.banner {
  padding-top: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.banTitle {
  font-size: 72px;
  color: #fff;
  font-weight: 600;
}
.banInfo {
  font-size: 36px;
  color: #fff;
  margin-top: 30px;
}
.banButt {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 20px;
}
.butt {
  width: 350px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
}
.buttImg {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}
.banIOS {
  background: linear-gradient( 180deg, #5095FD 0%, #225EB8 100%);
  margin-right: 20px;
}
.banAND {
  background: linear-gradient( 180deg, #6AFD50 0%, #22B840 100%);
}
.topImg {
  width: 1056px;
  height: 520px;
}
.hotText {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.brightText {
  margin-top: 100px;
  font-size: 72px;
  color: #000;
}
.brightInfo {
  width: 957px;
  color: #000;
  margin-top: 30px;
  margin-bottom: 80px;
  font-size: 36px;
}
.brightBox {
  display: flex;
  width: 100%;
}
.brightItem {
  width: 25%;
  height: 520px;
  background: #F5F5F7;
  color: #FC8F28;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px;
}
.yel {
  background-color: #FC8F28;
  color: #fff;
}
.briTitle {
  font-size: 50px;
  margin-bottom: 20px;
}
.briInfo {
  font-size: 26px;
  text-align: center;
}
.briImg {
  width: 100px;
  height: 100px;
  margin-top: 70px;
}
.quick {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.quickLeft {
  height: 860px;
  margin-top: 50px;
  display: flex;
}
.quickRight {
  height: 860px;
  display: flex;
  margin-top: -300px;
  align-items: flex-end;
}
.quickImg {
  width: 440px;
  height: 859px;
}
.leftText {
  width: 570px;
  font-size: 36px;
  color: #000;
  padding-top: 60px;
}
.rightText {
  width: 570px;
  font-size: 36px;
  color: #000;
  padding-bottom: 150px;
}
.hotPlay {
  width: 100%;
  background: url("../img/rebo.png") top center no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hotBox {
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mar {
  margin-bottom: 30px;
}
.hotButt {
  margin-right: 50px;
}
.aboutMe {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.aboutBox {
  padding-bottom: 100px;
  font-size: 36px;
  width: 1200px;
  margin-top: 50px;
}
.codeMain {
  width: 330px;
  height: 330px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: -1;
  border-radius: 10px;
  margin-top: -150px;
  margin-left: -150px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.show {
  opacity: 1 !important;
  z-index: 10;
}
.codeBox {
  position: relative;
  width: 250px;
  height: 250px;
}
.closeImg {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -35px;
  right: -34px;
}
.top5 {
  margin-bottom: 50px;
  text-align: center;
}
.mb10 {
  margin-bottom: 10px;
}