
/*  页面重置样式  */
body,p,h1,h2,h3,h4,h5,li,span,i,ul,img,a,strong,input,button,textarea,select,dd,dl,dt,ol{
	margin:0;
	padding:0;
	word-wrap:break-word;
}
h1,h2,h3,h4,h5,h6{
	font-weight: normal;
}
body{
	font-family:"Arial","microsoft yahei";
	font-size:14px;
	line-height: 1;
	color:#333;
}
*{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
li{
	list-style-type:none;
	float:left;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
a,area{
	text-decoration:none;
	outline:none;
	color: #000;
}
img{
	border:none;
	vertical-align:middle;
}
i,var,em{
	font-style:normal;
}
button{
	font-family:"Arial","microsoft yahei";
	font-size: 14px;
	outline:none;
	cursor: pointer;
	border: none;
	line-height: 1;
}
input[type="submit"]{
	border: none;
}
iframe{
	border: none;
}
input,select,textarea{
	outline:none;
	font-family:"Arial","microsoft yahei";font-size: 14px;
}
textarea{
	resize:none;
	overflow-y:auto;
}
.at{
	margin:0 auto;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.clear{
	clear:both;
}
.dt{
	display: table;
	width: 100%;
}
.fl-w{
	float: left;
	width: 100%;
}
.hide{
	display: none;
}
.ver-container{
	display: table;
	width: 100%;
	text-align: center;
}
.ver-container > * {
	vertical-align: middle;
	display: table-cell;
}

.swiper-button-disabled{
	cursor: no-drop !important;
	opacity: .5;
}

[class*=icon]{
	font-family:"iconfont" !important;
	font-size:16px;
	font-style:normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

[class*=ico]{
	vertical-align: middle;
	display: inline-block;
}
@font-face {
  font-family: 'DINPro-Medium';
  src: url("../fonts/DINPro-Medium.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'DINPro-Bold';
  src: url("../fonts/DINPro-Bold.otf");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BoxedLight';
  src: url("../fonts/BoxedLight.otf");
  font-weight: normal;
  font-style: normal;
}
.wid {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  overflow-x: hidden;
}
.banner {
  width: 100%;
  position: relative;
  float: left;
}
.banner .video {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.banner .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner .banner-container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
}
.banner .banner-container .wid {
  height: 100%;
}
.banner .banner-container .wid .conts {
  height: 100%;
  color: #fff;
  font-size: 36px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding-top: 120px;
}
.banner .banner-container .wid .conts .logo {
  width: 100%;
  text-align: center;
}
.banner .banner-container .wid .conts .title {
  width: 100%;
  padding: 20px 0;
  text-align: center;
}
.banner .banner-container .wid .conts .title img {
  width: 60%;
  max-width: 800px;
  margin: 20px 0;
}
.banner .banner-container .wid .conts .title p {
  font-size: 20px;
  line-height: 1.5;
  color: #fff;
  letter-spacing: 8px;
}
.banner .banner-container .wid .conts .title p i {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #fff;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin: 0 6px;
}
.banner .banner-container .wid .conts .button {
  width: 100%;
  text-align: center;
  padding: 50px 0;
}
.banner .banner-container .wid .conts .button button {
  width: 40%;
  max-width: 330px;
  height: 72px;
  border: none;
  margin: 0 10px;
  background: none;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  cursor: pointer;
}
.banner .banner-container .wid .conts .button button.btn-play {
  background: url("../img/b9eb8b_330x72.png") center no-repeat;
  background-size: cover;
}
.banner .banner-container .wid .conts .button button.btn-rege {
  background: url("../img/1878a2_330x72.png") center no-repeat;
  background-size: cover;
}
.head {
  width: 100%;
  height: 120px;
  background: rgba(0,0,0,0.6);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
}
.head .logo {
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.head .intr {
  width: auto;
  height: 120px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.head .intr .notice {
  width: auto;
  height: 74px;
  border: 3px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  padding-right: 46px;
  position: relative;
}
.head .intr .notice:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #e9d281;
}
.head .intr .notice span {
  font-size: 24px;
  letter-spacing: 3px;
  color: #e9d281;
  margin-left: 10px;
}
.head .intr .menu {
  width: auto;
  height: 100%;
}
.head .intr .menu .btn-menu {
  height: 100%;
  position: relative;
  padding: 0 30px;
}
.head .intr .menu .btn-menu .box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.head .intr .menu .btn-menu .menu-slide {
  width: 562px;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  position: absolute;
  position: fixed;
  right: 0;
  display: none;
  top: 0;
}
.head .intr .menu .btn-menu .menu-slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../img/80b8fb_757x1262.png") top center no-repeat;
  background-size: 100% auto;
}
.head .intr .menu .btn-menu .menu-slide .btn-close {
  width: 44px;
  height: 44px;
  background: url("../img/a08649_26x26.png") center no-repeat;
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 11;
  cursor: pointer;
}
.head .intr .menu .btn-menu .menu-slide .cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 9;
  flex-direction: column;
  align-items: center;
}
.head .intr .menu .btn-menu .menu-slide .cont .logos {
  width: 100%;
  text-align: center;
}
.head .intr .menu .btn-menu .menu-slide .cont .logos img {
  max-width: 90%;
}
.head .intr .menu .btn-menu .menu-slide .cont .list {
  width: 100%;
  max-width: 194px;
  padding: 20px 0;
}
.head .intr .menu .btn-menu .menu-slide .cont .list a {
  display: inline-block;
  width: 100%;
  line-height: 74px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  text-shadow: 0 3px 7px rgba(0,0,0,0.94);
  font-weight: bold;
  letter-spacing: 2px;
}
.head .intr .menu .btn-menu .menu-slide .cont .list a.btn-rege {
  color: #fff000;
}
.game {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #22222f, #0e0e17);
  float: left;
  padding: 54px 0;
}
.game.game-black {
  background: #000;
}
.game .title {
  width: 100%;
  text-align: center;
}
.game .gameList {
  width: 100%;
  padding: 40px 0;
  float: left;
}
.game .gameList .wid {
  max-width: 1376px;
}
.game .gameList .wid .item {
  width: 100%;
  margin: 15px 0;
}
.game .gameList .wid .item img {
  width: 100%;
}
.game .more {
  width: 100%;
  text-align: center;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 30px;
}
.game .more a {
  display: inline-block;
  width: auto;
  height: 74px;
  border: 3px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  padding-right: 46px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  float: left;
}
.game .more a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #e9d281;
}
.game .more a span {
  font-size: 24px;
  letter-spacing: 3px;
  color: #e9d281;
  margin-left: 10px;
}
.game .roll {
  width: 100%;
  float: left;
  padding: 20px 0;
}
.game .roll .list {
  width: 100%;
  margin: 5px 0;
  float: left;
}
.game .roll .list ul {
  transition-timing-function: linear;
}
.game .roll .list ul li {
  width: 120px;
  margin-right: 14px;
}
.game .roll .list ul li img {
  width: 100%;
}
.featured {
  width: 100%;
  border-top: 1px solid #61534a;
  min-height: 100vh;
  float: left;
  background: url("../img/127115_1920x946.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 54px 0;
  padding-top: 80px;
}
.featured .title {
  width: 100%;
  text-align: center;
}
.featured .conts {
  width: 100%;
  padding-top: 50px;
}
.featured .conts .imgs {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  position: relative;
}
.featured .conts .imgs img {
  max-width: 90%;
}
.featured .conts .imgs .imgTop {
  position: absolute;
  left: 0;
  bottom: -150px;
  z-index: 99;
}
.featured .conts .intrs {
  width: 100%;
}
.featured .conts .intrs img {
  max-width: 60%;
  margin-bottom: 10px;
}
.featured .conts .intrs p {
  font-size: 22px;
  font-family: 'DINPro-Medium';
  color: #fff;
  line-height: 2;
  margin: 10px 0;
  text-align: justify;
  opacity: 0.9;
}
.hots {
  width: 100%;
  min-height: 100vh;
  background-image: linear-gradient(to bottom, #22222f, #0e0e17);
  padding-bottom: 40px;
  float: left;
}
.hots .title {
  width: 100%;
  padding: 54px 0;
  text-align: center;
}
.hots .gameList {
  padding: 56px 0;
  max-width: 1376px;
  padding-top: 10px;
}
.hots .gameList .item {
  width: 100%;
}
.hots .gameList .item img {
  width: 100%;
}
.hots .platformList {
  width: 100%;
  padding: 40px 0;
  float: left;
  padding-bottom: 60px;
}
.hots .platformList .item {
  width: 100%;
  height: 574px;
  background: url("../img/0c44c4_280x574.png") center no-repeat;
  background-size: 100% 100%;
  padding: 20px 30px;
}
.hots .platformList .item .name {
  width: 100%;
  text-align: center;
}
.hots .platformList .item .name h4 {
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DINPro-Medium';
  line-height: 1.5;
  position: relative;
  float: left;
  width: 100%;
}
.hots .platformList .item .name h4:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background: url("../img/dddb7f_60x2.png") center no-repeat;
}
.hots .platformList .item .name p {
  margin-top: 16px;
  float: left;
  width: 100%;
  font-size: 20px;
  color: #6f6357;
  font-family: 'BoxedLight';
  text-transform: uppercase;
}
.hots .platformList .item .imgs {
  width: 100%;
  text-align: center;
}
.hots .platformList .item .imgs img {
  max-width: 100%;
}
.hots .platformList .item .text {
  width: 100%;
  font-size: 20px;
  line-height: 1.8;
  color: #ada59d;
  font-family: 'DINPro-Medium';
  text-align: center;
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}
.pocket {
  width: 100%;
  height: 800px;
  background: url("../img/e86452_1920x808.jpg") center no-repeat;
  background-size: cover;
  float: left;
  border-top: 1px solid #61534a;
}
.pocket .wid {
  height: 100%;
}
.pocket .wid .conts {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pocket .wid .conts h3 {
  font-family: 'DINPro-Bold';
  font-size: 72px;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.6;
}
.pocket .wid .conts h5 {
  font-size: 84px;
  line-height: 1.6;
  color: #fff;
  font-family: 'BoxedLight';
  text-transform: uppercase;
  letter-spacing: 8px;
}
.pocket .wid .conts p {
  font-size: 64px;
  line-height: 1.6;
  color: #fff;
  font-family: 'BoxedLight';
  text-transform: uppercase;
  letter-spacing: 8px;
}
.gift-pack {
  width: 100%;
  float: left;
  background-image: linear-gradient(to bottom, #22222f, #0e0e17);
}
.gift-pack .imgs {
  width: 100%;
  height: 620px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gift-pack .imgs img {
  max-width: 100%;
}
.gift-pack .intrs {
  width: 100%;
  height: 620px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.gift-pack .intrs h6 {
  font-size: 36px;
  color: #81819a;
  font-family: 'BoxedLight';
}
.gift-pack .intrs h3 {
  font-size: 64px;
  line-height: 1.6;
  font-family: 'DINPro-Bold';
  color: #fff;
}
.gift-pack .intrs h4 {
  font-size: 84px;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.3;
  font-weight: bold;
}
.gift-pack .intrs p a {
  display: inline-block;
  width: auto;
  height: 74px;
  border: 3px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  text-decoration: none;
  padding-right: 46px;
  position: relative;
  float: left;
  margin: 6px 0;
}
.gift-pack .intrs p a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #e9d281;
}
.gift-pack .intrs p a span {
  font-size: 24px;
  letter-spacing: 3px;
  color: #e9d281;
  margin-left: 10px;
}
.footer {
  width: 100%;
  background-color: #000;
  float: left;
  padding: 32px 0;
  border-top: 1px solid #61534a;
}
.footer .intrs {
  width: 100%;
  padding: 46px 0;
  position: relative;
  float: left;
}
.footer .intrs:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #000, #4c4b5c, #000);
}
.footer .intrs .logo {
  width: 100%;
}
.footer .intrs .text {
  width: 100%;
  padding-left: 60px;
  font-size: 18px;
  line-height: 1.6;
  color: #848490;
  font-family: 'DINPro-Medium';
  min-height: 118px;
  text-align: justify;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .copyright {
  width: 100%;
  text-align: center;
  line-height: 72px;
  font-size: 18px;
  float: left;
  color: #fff;
  opacity: 0.9;
}
.page-downlaod {
  width: 100%;
}
.banner-container {
  float: left;
  width: 100%;
  position: relative;
}
.banner-container .image {
  width: 100%;
  float: left;
}
.banner-container .image img {
  width: 100%;
  min-height: 700px;
}
.banner-container .image video {
  width: 100%;
  height: 100%;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner-container .contain {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 99;
}
.banner-container .contain .wid {
  height: 100%;
  height: 100%;
}
.banner-container .contain .wid div {
  height: 100%;
}
.banner-container .contain .wid .imgs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.banner-container .contain .wid .imgs img {
  max-width: 100%;
}
.banner-container .contain .wid .intr {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 120px;
}
.banner-container .contain .wid .intr .name {
  width: 100%;
  height: auto;
}
.banner-container .contain .wid .intr .name img {
  max-width: 70%;
}
.banner-container .contain .wid .intr .text {
  width: 100%;
  height: auto;
  padding: 20px 0;
}
.banner-container .contain .wid .intr .text h5 {
  font-size: 28px;
  color: #a09ea7;
  line-height: 1.6;
  font-family: 'DINPro-Medium';
  margin: 10px 0;
}
.banner-container .contain .wid .intr .text p {
  font-size: 16px;
  line-height: 1.6;
  font-family: 'DINPro-Medium';
  color: #fff;
  text-align: justify;
  margin: 10px 0;
}
.banner-container .contain .wid .intr .btns {
  height: auto;
  padding: 10px 0;
}
.banner-container .contain .wid .intr .btns a {
  display: inline-block;
  width: 288px;
  height: 74px;
  border: 3px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  color: #e9d281;
  font-size: 28px;
  text-align: center;
  line-height: 68px;
  text-decoration: none;
}
.hotGame {
  width: 100%;
  background-color: #000;
  float: left;
  padding: 100px 0;
}
.hotGame .title {
  width: 100%;
  text-align: center;
}
.hotGame .title h6 {
  font-size: 28px;
  color: #a09ea7;
  font-family: 'BoxedLight';
  line-height: 68px;
  text-transform: uppercase;
}
.hotGame .title p {
  font-size: 20px;
  color: #fff;
  line-height: 36px;
  text-align: justify;
  max-width: 916px;
  margin: 0 auto;
  text-align: center;
}
.hotGame .conts {
  width: 100%;
  padding: 50px 0;
  float: left;
}
.hotGame .conts .item {
  width: 100%;
}
.hotGame .conts .item .imgs {
  width: 100%;
}
.hotGame .conts .item .imgs img {
  width: 100%;
}
.hotGame .list {
  float: left;
  width: 100%;
}
.hotGame .list .item {
  width: 100%;
  margin: 15px 0;
}
.hotGame .list .item .imgs {
  width: 100%;
}
.hotGame .list .item .imgs img {
  width: 100%;
}
.page-cooperation .banner-container .contain {
  background: rgba(6,8,25,0.85);
}
.page-cooperation .banner-container .contain .intrs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.page-cooperation .banner-container .contain .intrs div {
  height: auto;
}
.page-cooperation .banner-container .contain .intrs .name {
  width: 100%;
  padding: 40px 0;
  text-align: center;
}
.page-cooperation .banner-container .contain .intrs .text {
  width: 100%;
  padding: 0 60px;
}
.page-cooperation .banner-container .contain .intrs .text p {
  font-size: 20px;
  line-height: 1.8;
  text-align: justify;
  color: #fff;
  font-family: 'BoxedLight';
  margin: 10px 0;
  text-align: center;
  opacity: 0.9;
}
.page-cooperation .brand {
  width: 100%;
  background-color: #1d1e2a;
  float: left;
  padding: 40px 0;
}
.page-cooperation .brand .item {
  width: 100%;
  height: 260px;
  background: url("../img/2ca2a7_386x260.png") center no-repeat;
  background-size: 100% 100%;
  padding: 10px 40px;
  margin: 15px 0;
}
.page-cooperation .brand .item .logo {
  width: 100%;
  height: auto;
}
.page-cooperation .brand .item .logo img {
  max-width: 100%;
}
.page-cooperation .brand .item .text {
  width: 100%;
}
.page-cooperation .brand .item .text .box {
  width: 100%;
  line-height: 30px;
  padding: 10px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.page-cooperation .brand .item .text .box img {
  height: 24px;
  margin-right: 10px;
}
.page-cooperation .brand .item .text .box span {
  font-size: 20px;
  color: #a6aaba;
  font-family: 'DINPro-Medium';
}
.banner-roll {
  width: 100%;
}
.banner-roll ul {
  width: 100%;
}
.banner-roll ul li {
  width: 100%;
  position: relative;
}
.banner-roll ul li .image {
  width: 100%;
}
.banner-roll ul li .image img {
  width: 100%;
}
.banner-roll ul li .contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.banner-roll ul li .contain div {
  height: 100%;
}
.banner-roll ul li .contain .intr {
  width: 100%;
  max-width: 600px;
  padding-top: 100px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
}
.banner-roll ul li .contain .intr div {
  height: auto;
}
.banner-roll ul li .contain .intr .name {
  width: 100%;
}
.banner-roll ul li .contain .intr .text {
  width: 100%;
}
.banner-roll ul li .contain .intr .text h6 {
  font-size: 28px;
  color: #a09ea7;
  font-family: 'BoxedLight';
  text-transform: uppercase;
  line-height: 2;
}
.banner-roll ul li .contain .intr .text p {
  font-size: 18px;
  color: #fff;
  line-height: 2;
  font-family: 'BoxedLight';
}
.banner-roll ul li .contain .intr .text h5 {
  padding-top: 20px;
}
.banner-roll ul li .contain .intr .text h5 a {
  display: inline-block;
  width: auto;
  height: 54px;
  border: 2px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  padding-right: 46px;
  text-decoration: none;
  position: relative;
  float: left;
}
.banner-roll ul li .contain .intr .text h5 a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #e9d281;
}
.banner-roll ul li .contain .intr .text h5 a img {
  height: 32px;
}
.banner-roll ul li .contain .intr .text h5 a span {
  font-size: 20px;
  letter-spacing: 3px;
  color: #e9d281;
  margin-left: 10px;
}
.advertisementImage {
  width: 100%;
}
.advertisementImage img {
  width: 100%;
}
.contain-content {
  width: 100%;
}
.contain-content .inform {
  width: 100%;
  background-image: linear-gradient(to bottom, #000, #10101d);
  min-height: 100vh;
  float: left;
}
.contain-content .inform .data {
  width: 100%;
  float: left;
  border: 1px solid #5b5553;
  background-color: #1b1b20;
  border-radius: 20px;
  position: relative;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 50px;
}
.contain-content .inform .data ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.contain-content .inform .data ul li {
  width: auto;
  padding: 40px 0;
  padding-left: 26px;
  position: relative;
}
.contain-content .inform .data ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100px;
  background-color: #ff560b;
}
.contain-content .inform .data ul li h4 {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  font-family: 'DINPro-Medium';
}
.contain-content .inform .data ul li p {
  font-size: 26px;
  color: #9fa2b0;
  line-height: 1.6;
  font-family: 'DINPro-Medium';
}
.contain-content .inform .data ul li:nth-child(2):after {
  background-color: #4ba6e5;
}
.contain-content .inform .data ul li:nth-child(3):after {
  background-color: #9001ff;
}
.contain-content .inform .data ul li:nth-child(4):after {
  background-color: #00ff8a;
}
.contain-content .inform .description {
  width: 100%;
}
.contain-content .inform .description .title {
  width: 100%;
  text-align: center;
}
.contain-content .inform .description .title .text {
  width: 100%;
}
.contain-content .inform .description .title .text h6 {
  font-size: 28px;
  line-height: 2;
  font-family: 'BoxedLight';
  text-transform: uppercase;
}
.contain-content .inform .description .title .text p {
  font-size: 20px;
  color: #fff;
  max-width: 930px;
  margin: 0 auto;
  line-height: 1.8;
  margin-top: 20px;
  font-family: 'DINPro-Medium';
  position: relative;
}
.contain-content .inform .description .title .text p:after {
  content: "";
  position: absolute;
  left: 50%;
  top: -20px;
  transform: translateX(-50%);
  width: 164px;
  height: 2px;
  background-color: #e4cb74;
}
.contain-content .inform .description .conts {
  padding: 50px 0;
  float: left;
  width: 100%;
}
.contain-content .inform .description .conts .item {
  width: 100%;
  height: 526px;
  background: url("../img/b7ec50_388x526.png") center no-repeat;
  background-size: 100% 100%;
  padding: 12px 42px;
}
.contain-content .inform .description .conts .item .tits {
  width: 100%;
  line-height: 112px;
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  font-family: 'DINPro-Bold';
  position: relative;
  color: #fff;
}
.contain-content .inform .description .conts .item .tits:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 80px;
  height: 4px;
  background-color: #ff560b;
}
.contain-content .inform .description .conts .item .txts {
  width: 100%;
  margin-top: 30px;
  line-height: 32px;
  font-size: 20px;
  color: #a6aaba;
  text-align: center;
  font-family: 'BoxedLight';
}
.contain-content .inform .description .conts .item.item-2 .tits:after {
  background-color: #0bd4ff;
}
.contain-content .inform .description .conts .item.item-3 .tits:after {
  background-color: #0cff00;
}
.brand-type {
  width: 100%;
  float: left;
}
.brand-type .items {
  width: 100%;
  background-color: #10101d;
  float: left;
  min-height: 800px;
}
.brand-type .items:first-child {
  min-height: initial;
}
.brand-type .items .title {
  padding: 60px 0;
  float: left;
  background-color: #10101d;
  width: 100%;
}
.brand-type .items .image {
  width: 100%;
}
.brand-type .items .image img {
  width: 100%;
}
.brand-type .items .text {
  width: 100%;
  text-align: center;
}
.brand-type .items .text h3 {
  font-size: 60px;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1.3;
  font-weight: bold;
}
.brand-type .items .text h6 {
  font-size: 28px;
  line-height: 2;
  color: #a09ea7;
  font-family: 'DINPro-Medium';
  position: relative;
}
.brand-type .items .text h6:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 164px;
  height: 2px;
  background-color: #e4cb74;
}
.brand-type .items .text p {
  font-size: 20px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.9;
  font-family: 'BoxedLight';
  margin-top: 20px;
  float: left;
}
.brand-type .items.item-sj {
  background: url("../img/82cedd_1920x552.jpg") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.brand-type .items.item-ys {
  background: url("../img/f354c3_1920x552.jpg") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.brand-type .items.item-js {
  background: url("../img/bb5c39_1920x860.jpg") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.brand-type .items.item-sx {
  background: url("../img/5ff1a1_1920x750.jpg") bottom center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.page-activity {
  width: 100%;
  float: left;
}
.page-activity .activity-contain {
  width: 100%;
  float: left;
}
.page-activity .inform {
  width: 100%;
  min-height: 100vh;
  background: url("../img/f71b47_1920x1006.jpg") top center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  float: left;
}
.page-activity .inform .data {
  width: 100%;
  float: left;
  border: 1px solid #5b5553;
  background-color: #1b1b20;
  border-radius: 20px;
  position: relative;
  transform: translateY(-50%);
  z-index: 99;
  padding: 0 50px;
}
.page-activity .inform .data ul {
  width: 100%;
}
.page-activity .inform .data ul li {
  width: 50%;
  padding: 40px 0;
  padding-left: 26px;
  position: relative;
}
.page-activity .inform .data ul li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 100px;
  background-color: #ff560b;
}
.page-activity .inform .data ul li h4 {
  font-size: 64px;
  color: #fff;
  line-height: 1.2;
  font-family: 'DINPro-Medium';
}
.page-activity .inform .data ul li p {
  font-size: 26px;
  color: #9fa2b0;
  line-height: 1.6;
  font-family: 'DINPro-Medium';
}
.page-activity .inform .data ul li:nth-child(2):after {
  background-color: #9001ff;
}
.page-activity .inform .data ul li:nth-child(3):after {
  background-color: #9001ff;
}
.page-activity .inform .data ul li:nth-child(4):after {
  background-color: #00ff8a;
}
.page-activity .inform .intrs {
  width: 100%;
  float: left;
  margin-top: -40px;
  padding-bottom: 50px;
}
.page-activity .inform .intrs .text {
  width: 100%;
  padding: 30px 72px;
  float: left;
  text-align: center;
}
.page-activity .inform .intrs .text h4 {
  font-size: 36px;
  color: #e9d281;
  font-family: 'BoxedLight';
  line-height: 2;
}
.page-activity .inform .intrs .text p {
  font-size: 26px;
  line-height: 1.6;
  color: #fff;
  opacity: 0.9;
}
.page-activity .inform .intrs .image {
  width: 100%;
  margin-top: 20px;
  float: left;
}
.page-activity .inform .intrs .image img {
  width: 100%;
}
.page-activity .introdu {
  width: 100%;
  background-color: #000;
  float: left;
  padding: 70px 0;
}
.page-activity .introdu img {
  width: 100%;
}
.progre {
  width: 100%;
  float: left;
  position: relative;
}
.progre .video {
  width: 100%;
  float: left;
}
.progre .video img {
  width: 100%;
}
.progre .video video {
  width: 100%;
  float: left;
  -o-object-fit: cover;
  object-fit: cover;
}
.progre .progre-conta {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16,16,29,0.8);
}
.progre .progre-conta div {
  height: 100%;
}
.progre .progre-conta .intrs {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.progre .progre-conta .intrs div {
  height: auto;
}
.progre .progre-conta .intrs .year {
  width: 100%;
  text-align: center;
}
.progre .progre-conta .intrs .title {
  width: 100%;
  text-align: center;
  padding: 40px 0;
}
.progre .progre-conta .intrs .title h4 {
  font-size: 40px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DINPro-Medium';
  line-height: 1.5;
  position: relative;
}
.progre .progre-conta .intrs .title h5 {
  font-size: 28px;
  color: #a09ea7;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'DINPro-Medium';
  font-weight: normal;
  position: relative;
}
.progre .progre-conta .intrs .title h5:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 164px;
  height: 2px;
  background-color: #e4cb74;
}
.progre .progre-conta .intrs .title p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'BoxedLight';
  color: #fff;
  opacity: 0.9;
  max-width: 960px;
  margin: 0 auto;
  margin: 20px auto;
  margin-top: 40px;
}
.progre .progre-conta .intrs .next {
  width: 100%;
  text-align: center;
}
.shining {
  width: 100%;
  background-image: linear-gradient(to bottom, #161620, #06070b);
  float: left;
  min-height: 100vh;
}
.shining .title {
  width: 100%;
  text-align: center;
  padding: 80px 0;
  float: left;
}
.shining .title h4 {
  font-size: 70px;
  font-weight: bold;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DINPro-Medium';
  line-height: 1.5;
  position: relative;
}
.shining .title h5 {
  font-size: 28px;
  color: #a09ea7;
  line-height: 2;
  text-transform: uppercase;
  font-family: 'DINPro-Medium';
  font-weight: normal;
  position: relative;
}
.shining .title h5:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  width: 164px;
  height: 2px;
  background-color: #e4cb74;
}
.shining .ice {
  width: 100%;
}
.shining .ice .conts {
  width: 100%;
  position: relative;
  float: left;
}
.shining .ice .conts:after {
  content: "";
  position: absolute;
  left: 0;
  top: 24px;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #15141d, #363c58, #363c58, #363c58, #363c58, #363c58, #363c58, #15141d);
}
.shining .ice .conts .item {
  width: 100%;
}
.shining .ice .conts .item .nums {
  width: 100%;
  text-align: center;
}
.shining .ice .conts .item .nums em {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 2px solid #fff;
  background-image: linear-gradient(to bottom, #fa750c, #940801);
  border-radius: 24px;
  font-size: 28px;
  color: #fff;
  position: relative;
  z-index: 9;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.shining .ice .conts .item .text {
  width: 100%;
  height: 288px;
  background: url("../img/4b173a_288x288.png") center no-repeat;
  background-size: 100% 100%;
  margin-top: 24px;
  padding: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  color: #a6aaba;
  font-family: 'BoxedLight';
  line-height: 1.6;
  text-align: center;
}
.shining .ice .conts .item.item-2 .nums em {
  background-image: linear-gradient(to bottom, #e70dfc, #8319c9);
}
.shining .ice .conts .item.item-3 .nums em {
  background-image: linear-gradient(to bottom, #13b8fd, #0148b3);
}
.shining .ice .conts .item.item-4 .nums em {
  background-image: linear-gradient(to bottom, #34b420, #04740b);
}
.shining .difference {
  width: 100%;
  padding-bottom: 110px;
  float: left;
}
.shining .difference .conts {
  width: 100%;
}
.shining .difference .conts .item {
  width: 100%;
  position: relative;
}
.shining .difference .conts .item .imgs {
  width: 100%;
}
.shining .difference .conts .item .imgs img {
  width: 100%;
}
.shining .difference .conts .item .text {
  width: 100%;
  height: 70px;
  line-height: 66px;
  font-size: 28px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: rgba(196,69,4,0.9);
  text-align: center;
  color: #fff;
  border-bottom: 4px solid #981501;
}
.shining .difference .conts .item.item-2 .text {
  background-color: rgba(191,21,233,0.9);
  border-bottom: 4px solid #580782;
}
.shining .difference .conts .item.item-3 .text {
  background-color: rgba(16,166,234,0.9);
  border-bottom: 4px solid #0051b9;
}
.shining .difference .conts .item.item-4 .text {
  background-color: rgba(41,136,81,0.9);
  border-bottom: 4px solid #097a0c;
}
.focus {
  width: 100%;
  position: relative;
  float: left;
}
.focus .image {
  width: 100%;
}
.focus .image img {
  width: 100%;
}
.focus .contain {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 99;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.focus .contain .title {
  width: 100%;
  text-align: center;
  padding: 20px 0;
  float: left;
  padding-bottom: 0;
}
.focus .contain .title h4 {
  font-size: 70px;
  background-image: linear-gradient(to bottom, #fcf1b7, #dfc265);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-family: 'DINPro-Medium';
  line-height: 1.5;
  position: relative;
}
.focus .contain .title h5 {
  font-size: 24px;
  color: #a09ea7;
  line-height: 1.6;
  text-transform: uppercase;
  font-family: 'DINPro-Medium';
  font-weight: normal;
  position: relative;
}
.focus .contain .title h5:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translateX(-50%);
  width: 164px;
  height: 2px;
  background-color: #e4cb74;
}
.focus .contain .title p {
  font-size: 18px;
  line-height: 1.6;
  font-family: 'BoxedLight';
  color: #fff;
  opacity: 0.9;
  max-width: 960px;
  margin: 0 auto;
  margin: 20px auto;
}
.focus .contain .more {
  width: 100%;
  text-align: center;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
}
.focus .contain .more a {
  display: inline-block;
  width: auto;
  height: 54px;
  border: 2px solid #e9d281;
  border-radius: 12px;
  background: rgba(233,210,129,0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  padding-right: 46px;
  text-decoration: none;
  margin: 0 auto;
  position: relative;
  float: left;
}
.focus .contain .more a:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 18px solid #e9d281;
}
.focus .contain .more a span {
  font-size: 20px;
  letter-spacing: 3px;
  color: #e9d281;
  margin-left: 10px;
}
.focus .contain .more a img {
  height: 32px;
}

@media screen and (max-width: 1400px) {
  .banner-container .image video {
    min-height: 700px;
  }
  .page-cooperation .banner-container .contain .intrs .logo img {
    height: 84px;
  }
  .page-cooperation .banner-container .contain .intrs .name img {
    height: 100px;
  }
  .page-cooperation .banner-container .contain .intrs .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .banner-roll ul li .image img {
    min-height: 500px;
  }
}
@media screen and (max-width: 1200px) {
  .banner-roll ul li .contain .intr .name img {
    height: 64px;
  }
  .banner-roll ul li .contain .intr .text h6 {
    font-size: 24px;
    line-height: 36px;
  }
  .banner-roll ul li .contain .intr .text p {
    font-size: 20px;
    line-height: 26px;
  }
  .contain-content .inform .description .conts .item {
    height: auto;
    padding: 12px;
  }
  .contain-content .inform .description .conts .item .tits {
    font-size: 36px;
    line-height: 58px;
  }
  .contain-content .inform .description .conts .item .tits:after {
    bottom: -10px;
  }
  .brand-type .items .title {
    padding: 30px 0;
  }
  .brand-type .items .title .text h3 {
    font-size: 40px;
  }
  .wid {
    padding: 0 30px;
  }
  .featured .conts .intrs p {
    font-size: 18px;
  }
  .hots .platformList .item {
    padding: 10px 15px;
  }
  .gift-pack .intrs h6 {
    font-size: 24px;
  }
  .gift-pack .intrs h3 {
    font-size: 48px;
  }
  .gift-pack .intrs h4 {
    font-size: 64px;
  }
  .gift-pack .intrs p a span {
    font-size: 18px;
  }
  .footer .intrs .text {
    padding-left: 0;
  }
  .hots .gameList {
    padding: 36px 30px;
  }
  .page-cooperation .banner-container .contain .intrs .logo img {
    height: 84px;
  }
  .page-cooperation .banner-container .contain .intrs .name img {
    height: 100px;
  }
  .page-cooperation .banner-container .contain .intrs .text p {
    font-size: 18px;
    line-height: 1.6;
  }
  .page-activity .inform .data ul li h4 {
    font-size: 48px;
  }
  .page-activity .inform .data ul li p {
    font-size: 20px;
    line-height: 1.4;
  }
  .page-activity .inform .intrs .text h4 {
    font-size: 28px;
    line-height: 1.6;
  }
  .page-activity .inform .intrs .text p {
    font-size: 20px;
    line-height: 1.4;
  }
  .progre .progre-conta .intrs .year img {
    height: 140px;
  }
  .progre .progre-conta .intrs .title {
    padding: 20px 0;
  }
  .progre .progre-conta .intrs .title p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.4;
  }
  .shining .ice .conts .item .text {
    font-size: 18px;
    line-height: 1.6;
  }
  .shining .difference .conts .item .text {
    font-size: 20px;
  }
  .focus .contain .title h4 {
    font-size: 48px;
    line-height: 1.4;
  }
  .focus .image img {
    min-height: 400px;
  }
}
@media screen and (max-width: 993px) {
  .contain-content .inform .description .title .name img {
    height: 64px;
  }
  .contain-content .inform .description .title .text p {
    font-size: 18px;
    line-height: 28px;
  }
  .contain-content .inform .data ul {
    display: initial;
  }
  .contain-content .inform .data ul li {
    width: 50%;
    padding: 10px 0;
    padding-left: 20px;
  }
  .contain-content .inform .data ul li h4 {
    font-size: 32px;
    line-height: 48px;
  }
  .contain-content .inform .data ul li p {
    font-size: 20px;
    line-height: 36px;
  }
  .contain-content .inform .data ul li:after {
    height: 60px;
  }
  .contain-content .inform .data {
    transform: translateY(0);
    margin-top: 20px;
  }
  .contain-content .inform .description {
    margin-top: 40px;
    float: left;
  }
  .contain-content .inform .description .conts .item {
    margin-bottom: 20px;
    background-image: linear-gradient(45deg, #0e0e14, #171835);
    border: 1px solid #5b5553;
    border-radius: 20px;
  }
  .shining .difference .conts .item {
    margin-bottom: 20px;
  }
  .shining .ice .conts .item {
    margin-bottom: 40px;
  }
  .shining .ice .conts:after {
    display: none;
  }
  .progre .progre-conta .intrs .year img {
    height: 100px;
  }
  .page-activity .inform .intrs .text p {
    font-size: 18px;
    line-height: 1.6;
  }
  .page-activity .inform .data {
    transform: translateY(0);
    margin-top: 40px;
  }
  .page-activity .inform .intrs {
    margin-top: 0;
  }
  .game .gameList .wid .item,
  .hots .gameList .item,
  .hots .platformList .item {
    margin: 12px 0;
  }
  .pocket .wid .conts h3 {
    font-size: 56px;
  }
  .pocket .wid .conts h5 {
    font-size: 64px;
  }
  .pocket .wid .conts p {
    font-size: 48px;
  }
  .pocket {
    height: 540px;
  }
  .gift-pack .imgs,
  .gift-pack .intrs {
    height: auto;
  }
  .gift-pack .intrs {
    text-align: center;
    padding: 20px 0;
  }
  .gift-pack .intrs p {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .gift-pack {
    padding: 40px 0;
  }
  .footer .intrs .logo {
    text-align: center;
  }
  .footer .intrs {
    padding: 20px 0;
  }
  .footer {
    padding: 10px 0;
  }
  .head {
    height: 100px;
  }
  .head .logo {
    height: 100px;
  }
  .head .logo img {
    height: 54px;
  }
  .head .intr {
    height: 100px;
  }
  .head .intr .notice {
    height: 54px;
    border: 2px solid #e9d281;
  }
  .head .intr .menu .btn-menu {
    padding-right: 0;
  }
  .head .intr .notice span {
    font-size: 20px;
  }
  .head .intr .menu .btn-menu .menu-slide {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-cooperation .banner-container .contain .intrs .logo img {
    height: 54px;
  }
  .page-cooperation .banner-container .contain .intrs .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .banner-container .image img {
    min-height: 440px;
  }
  .contain-content .inform .data {
    padding: 0 20px;
  }
  .contain-content .inform .description .title .name img {
    height: 36px;
  }
  .contain-content .inform .description .title .text h6 {
    font-size: 20px;
    line-height: 28px;
  }
  .brand-type .items {
    min-height: 600px;
  }
  .brand-type .items .title .text h3 {
    font-size: 32px;
    line-height: 48px;
  }
  .brand-type .items .title .text h6 {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 30px;
  }
  .brand-type .items .title .text p {
    font-size: 16px;
    line-height: 24px;
  }
  .progre .video video {
    min-height: 440px;
  }
  .page-activity .introdu {
    padding: 40px 0;
  }
  .shining .title {
    padding: 40px 0;
  }
  .shining .title h4 {
    font-size: 32px;
    line-height: 44px;
  }
  .shining .title h5 {
    font-size: 22px;
    line-height: 40px;
  }
  .shining .ice .conts .item .text {
    padding: 12px;
  }
  .focus .contain .title {
    padding-top: 0;
  }
  .progre .progre-conta .intrs .year img {
    height: 76px;
  }
  .progre .progre-conta .intrs .title h4 {
    font-size: 32px;
    line-height: 1.4;
  }
  .progre .progre-conta .intrs .title h5 {
    font-size: 20px;
    line-height: 26px;
  }
  .progre .progre-conta .intrs .next img {
    height: 44px;
  }
  .banner-container .image video {
    min-height: 540px;
  }
  .page-cooperation .banner-container .contain .intrs {
    padding-top: 70px;
  }
  .page-cooperation .brand .item {
    padding: 10px;
  }
  .page-cooperation .brand .item {
    height: 200px;
    background-image: linear-gradient(-45deg, #30374e, #000, #30374e);
    border: 1px solid #5b5553;
    border-radius: 30px;
  }
  .page-cooperation .brand .item .text .box span {
    font-size: 16px;
  }
  .page-cooperation .brand .item .text .box {
    padding: 5px 0;
  }
  .page-activity .inform .intrs .image {
    width: calc(100% + 30px);
    position: relative;
    left: -15px;
  }
  .page-activity .inform .data {
    padding: 0 10px;
  }
  .page-activity .inform .data ul li h4 {
    font-size: 32px;
  }
  .page-activity .inform .data ul li:after {
    height: 54px;
  }
  .page-activity .inform .data {
    margin-top: 20px;
  }
  .page-activity .inform .intrs .text {
    padding: 16px 24px;
  }
  .page-activity .inform {
    min-height: initial;
  }
  .page-cooperation .banner-container .contain .intrs .logo img {
    height: 54px;
  }
  .page-cooperation .banner-container .contain .intrs .name {
    padding: 20px 0;
  }
  .page-cooperation .banner-container .contain .intrs .name img {
    height: 40px;
  }
  .page-cooperation .banner-container .contain .intrs .text {
    padding: 0 10px;
  }
  .wid {
    padding: 0 15px;
  }
  .head {
    height: 70px;
  }
  .head .logo {
    height: 70px;
  }
  .head .logo img {
    height: 24px;
  }
  .head .intr {
    height: 70px;
  }
  .head .intr .notice {
    height: 32px;
    border: 1px solid #e9d281;
    padding-right: 32px;
  }
  .head .intr .notice:after {
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #e9d281;
    right: 10px;
  }
  .head .intr .notice img {
    height: 18px;
  }
  .head .intr .notice span {
    font-size: 12px;
  }
  .head .intr .menu .btn-menu {
    padding-left: 10px;
  }
  .head .intr .menu .btn-menu img {
    height: 26px;
  }
  .banner .banner-container .wid .conts .logo img {
    height: 120px;
  }
  .banner .banner-container .wid .conts .title img {
    width: 90%;
  }
  .banner .banner-container .wid .conts .title p {
    font-size: 14px;
    letter-spacing: 3px;
  }
  .banner .banner-container .wid .conts .button button {
    width: 86%;
    background-size: 100% 100%;
    max-width: initial;
    margin: 10px 0;
    transform: scale(0.8);
  }
  .banner .video {
    height: 80vh;
  }
  .game .title img,
  .featured .title img,
  .hots .title img {
    height: 64px;
  }
  .game .gameList {
    padding: 20px 0;
  }
  .game {
    padding-bottom: 20px;
  }
  .featured {
    padding: 20px 0;
    padding-top: 30px;
  }
  .featured .conts .intrs {
    text-align: center;
  }
  .featured .conts .intrs p {
    font-size: 14px;
  }
  .featured .conts .imgs img {
    max-width: 60%;
  }
  .featured .conts .imgs .imgTop {
    left: 20%;
  }
  .featured .conts {
    padding-top: 16px;
  }
  .hots .title {
    padding-bottom: 0;
  }
  .pocket .wid .conts h3 {
    font-size: 36px;
  }
  .pocket .wid .conts h5 {
    font-size: 40px;
    text-align: center;
  }
  .pocket .wid .conts p {
    font-size: 28px;
  }
  .pocket {
    height: 400px;
  }
  .gift-pack .intrs p a {
    height: 44px;
    border: 1px solid #e9d281;
    padding-right: 32px;
  }
  .gift-pack .intrs p a:after {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 16px solid #e9d281;
    right: 10px;
  }
  .gift-pack .intrs p a img {
    height: 24px;
  }
  .gift-pack .intrs p a span {
    font-size: 14px;
  }
  .footer .intrs .logo img {
    height: 80px;
  }
  .footer .intrs .text {
    padding-top: 20px;
  }
  .hotGame .conts .item {
    margin: 15px 0;
    float: left;
  }
  .page-downlaod .banner-container .image img {
    min-height: 700px;
  }
  .page-downlaod .banner-container .contain .wid .intr {
    padding-top: 100px;
    min-height: initial;
    height: auto;
  }
  .page-downlaod .banner-container .contain .wid .intr .text h5 {
    font-size: 18px;
    line-height: 28px;
  }
  .page-downlaod .banner-container .contain .wid .intr .btns a {
    width: 132px;
    height: 44px;
    border: 2px solid #e9d281;
    line-height: 40px;
    font-size: 16px;
  }
  .page-downlaod .banner-container .contain .wid .imgs {
    height: auto;
    margin-top: -300px;
  }
  .page-downlaod .banner-container .contain .wid .imgs img {
    width: 70%;
  }
  .hotGame .title img {
    height: 45px;
  }
  .hotGame .title h6 {
    font-size: 18px;
    line-height: 28px;
  }
  .hotGame .title p {
    font-size: 16px;
    line-height: 24px;
  }
  .hotGame {
    padding: 30px 0;
  }
  .banner-roll ul li .image img {
    min-height: initial;
  }
  .banner-roll ul li .contain .intr .name img {
    height: 36px;
  }
  .banner-roll ul li .contain .intr .text h6 {
    font-size: 20px;
    line-height: 34px;
  }
  .banner-roll ul li .contain .intr .text p {
    font-size: 14px;
    line-height: 26px;
  }
  .banner-roll ul li .contain .intr .text h5 a {
    height: 44px;
    border: 2px solid #e9d281;
  }
  .banner-roll ul li .contain .intr .text h5 a span {
    font-size: 16px;
  }
  .banner-roll ul li .contain .intr .text h5 a img {
    height: 22px;
  }
  .banner-roll ul li .contain .intr .text h5 a:after {
    zoom: 0.8;
  }
  .game .more a {
    height: 44px;
    border: 2px solid #e9d281;
  }
  .game .more a span {
    font-size: 16px;
  }
  .game .more a img {
    height: 22px;
  }
  .game .more a:after {
    zoom: 0.8;
  }
}
