.flexbox {  
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.page .header {
    /* padding-top: 20px; */
    //padding: 20px 0 20px;
    background: linear-gradient(top, #3AA6FF, #3A8FFF);
    //background: -webkit-linear-gradient(top, #3AA6FF, #3A8FFF);
}
.page .header .search-bg {
    position: relative;
    height: 56px;
    margin: 0 9px;
    border-radius: 10px;
    overflow: hidden;
    /* background: linear-gradient(
              #EB4537 20%, 
              #FBBC05 0, #FBBC05 40%,
              #35A854 0, #35A854 60%, 
              #4285F4 0, #4285F4 80%,
              #EB4537 0, #EB4537 100%);
    background-size: 160px; */
    /* background: linear-gradient(45deg,
      #EB4537 20px, 
      #FBBC05 0,#FBBC05 40px,
      #35A854 0,#35A854 60px, 
      #4285F4 0,#4285F4 80px,
      #EB4537 0, #EB4537 100px,
      #FBBC05 0);
    background-size: 113px 56px; */
    /* background: red; */
    /* background: linear-gradient(45deg, red, green, yellow, blue); */
}
.page .header .search {
  /* display: none; */
    height: 48px;
    position: relative;
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    right: 4px;
    overflow: hidden;
    border: 1px solid #E2E2E2;
    border-radius: 0 10px 10px 0;
    /* border: 2px solid;
    border-image: linear-gradient(45deg, red,yellow,green,blue) 1; */
}
.page .header .search input {
    display: block;
    width: 100%;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding: 12px 57px 12px 16px;
    //background: linear-gradient(top, #F3FAFF, #FFFFFF);
    //background: -webkit-linear-gradient(top, #F3FAFF, #FFFFFF);
    border-radius: 10px;
    /* box-shadow: 0 5px 28px 0 rgba(164,191,216,.37); */
}
.page .header .search input::placeholder {
    color: #999;
}
.page .header .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 11;
    width: 57px;
    height: 48px;
    border-radius: 0 10px 10px 0;
    background: #F0F6FC url('../imgs/home-header-search.png') no-repeat center/31px 31px;
}
.hots-container {
    height: 40px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -webkit-overflow-scrolling : touch;
}
.hots-container .hots-wrapper {
    padding-right: 10px;
    padding-left: 3px;
    height: 40px;
}
.hots-container .hots-wrapper > li {
    float: left;
    margin-left: 10px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    padding-left: 10px;
    position: relative;
}
.hots-container .hots-wrapper > li::before {
    content: '';
    width: 4px;
    height: 4px;
    border-radius: 50%;
    position: absolute;
    top: 18px;
    left: 2px;
    background: #fff;
}
.searching {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}
.into-search .searching {
    display: block;
}
.searching .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
    will-change: opacity;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    z-index: 1;
    opacity: .15;
}
.searching .content {
    position: absolute;
    z-index: 10;
    background: #fff;
    width: 100%;
    height: 264px;
    padding: 10px 0;
    box-shadow: 0 4px 28px 0 rgba(0,0,0,.2);
}
.searching .content .search input {
    box-shadow: 0 1px 6px 0 rgba(32, 33, 36, .28);
}
.searching .content .hotwords-panel h3 {
    color: #999;
    padding: 0 12px;
    margin: 14px 0 6px;
    font-weight: normal;
}
.searching .content .hotwords-panel ul {
    padding: 0 12px;
    margin-bottom: 14px;
    height: 111px;
    overflow: hidden;
}
.searching .content .hotwords-panel ul li {
    width: 48%;
    background: #f2f2f2;
    margin: 4px 0;
    border-radius: 4px;
    overflow: hidden;
    padding: 6px 12px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.searching .content .hotwords-panel ul li:nth-child(2n+1) {
    float: left;
}
.searching .content .hotwords-panel ul li:nth-child(2n) {
    float: right;
}
.searching .content .close {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #f2f2f2;
    display: block;
    text-align: center;
    color: #a7a7a7;
}

.tab-header {
    position: relative;
    height: 46px;
    line-height: 46px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #F2F2F2;
    background: #fff;
}
/* .tab-header .line {
    position: absolute;
    width: 1px;
    height: 3px;
    background: #388CFA;
    left: 0;
    bottom: 0;
    transform-origin: left center;
    -webkit-transform-origin: left center;
    transform: scale(70,1);
    -webkit-transform: scale(70,1); 
    transition: all .3s ease;
    -webkit-transition: all .3s ease; 
} */
.tab-header li {
    width: 100%;
    padding: 0 6px;
    position: relative;
}
.tab-header li::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 18px;
  background: #f2f2f2;
  right: 0;
  top: 14px;
}
.tab-header li:last-child::after {
  display: none;
}
.tab-header li.active {
    color: #388CFA;
    border-bottom: 3px solid #388CFA;
}
.tab-header .tab-hot,
.tab-header .tab-hot.active {
    color: #EB4335;
    padding-right: 12px;
}
.tab-hot img {
    width: 18px;
    vertical-align: middle;
    margin-bottom: 3px;
}
@-webkit-keyframes rotate2{from{-webkit-transform: rotate(0deg) scale(2,2)}
    to{-webkit-transform: rotate(360deg) scale(2,2)}
}
@-moz-keyframes rotate2{from{-moz-transform: rotate(0deg) scale(2,2)}
    to{-moz-transform: rotate(359deg) scale(2,2)}
}
@-o-keyframes rotate2{from{-o-transform: rotate(0deg) scale(2,2)}
    to{-o-transform: rotate(359deg) scale(2,2)}
}
@keyframes rotate2{from{transform: rotate(0deg) scale(2,2)}
    to{transform: rotate(359deg) scale(2,2)}
}
.recomand .loading::before {  
  -webkit-animation: rotate2 3s linear infinite;
  -moz-animation: rotate2 3s linear infinite;
  -o-animation: rotate2 3s linear infinite;
  animation: rotate2 3s linear infinite;
  height: 64px;
  margin-top: 140px;
}
.trending {
  height: 401px;
}
.hot {
  height: 416px;
}
.recomand .swiper-slide .info {
    height: 36px;
    line-height: 36px;
    padding: 0 10px 0 12px;
    background-color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.recomand .apps .info,
.recomand .games .info {
  top: 360px;
}
.recomand .swiper-slide .tip {
    font-size: 12px;
    color: #CBCBCB;
    float: left;
}
.recomand .swiper-slide .more {
    color: #388CFA;
    font-weight: 500;
    padding-right: 16px;
    position: relative;
    float: right;
}
.recomand .swiper-slide .more::after {
    content: '';
    width: 8px;
    height: 8px;
    background: transparent;
    border-top: 2px solid #388CFA;
    border-right: 2px solid #388CFA;
    transform: rotate(45deg);
    position: absolute;
    right: 6px;
    top: 14px;
}
.swiper-container {
    overflow: hidden;
}
.swiper-wrapper {
    display: flex;
    display: -webkit-flex;
}
.recomand .swiper-slide {  
  overflow: hidden;
  position: relative;
}
#recommand-swiper-container .swiper-wrapper {
    width: 500%;
}
#recommand-swiper-container .swiper-slide {
    width: 20%;
}
.apps .content, .games .content {
  counter-reset: show-list;
}
.videos .content {
  padding: 0 10px;
  margin-bottom: 6px;
}
.recomand .trending .content li {
  padding: 2.5px 16px;
}
.recomand .content li {
  padding: 9px 16px;
  position: relative;
  overflow: hidden;
}
.videos .content li {
  width: 49%;
  margin: 8px 0 2px;
  background: #F0F6FC;
  border-radius: 8px;
  overflow: hidden;
  padding: 0;
}
.videos .content li:nth-child(2n+1){
  float: left;
}
.videos .content li:nth-child(2n){
  float: right;
}
.trending .content li {
  height: 60px;
}
.hot .content li {
  padding: 0 16px 0 8px;
  height: 38px;
}
.apps .content li, .games .content li {
  height: 60px;  
  counter-increment: item;
}
.apps .content li:before,.games .content li:before{
  content: counter(item)".";
  display: block;
  position: absolute;
  left: 16px;
  top: 21px;;
  color: #555551;
  font-size: 13px;
  font-weight: 500;
}
.games .content li:nth-child(1)::before,
.games .content li:nth-child(2)::before,
.games .content li:nth-child(3)::before {
  content: '';
  width: 31px;
  height: 32px;
  left: 5px;
  top: 14px;
}
.games .content li:nth-child(1)::before {
  background: url('../imgs/home-recomand-games-1.png') no-repeat center/cover;
}
.games .content li:nth-child(2)::before {
  background: url('../imgs/home-recomand-games-2.png') no-repeat center/cover;
}
.games .content li:nth-child(3)::before {
  background: url('../imgs/home-recomand-games-3.png') no-repeat center/cover;
}
.recomand .content li .middle-area {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
  overflow: hidden;
}
.recomand .content li .tap-area{
  padding-left: 42px;
  margin-right: 79px;
  position: relative;
}
.videos .content li .tap-area {
  padding: 0;
  margin: 0;
}
.hot .content li .tap-area {
  padding-left: 44px;
  margin-right: 33px;
}
.apps .content li .tap-area,.games .content li .tap-area {
  padding-left: 68px;
}
.trending .content li .middle-area {
    height: 55px;
}
.hot .content li .middle-area {
  height: 38px;
}
.apps .content li .middle-area,.games .content li .middle-area {
  height: 42px;
}
.trending .content li:nth-child(1) .tap-area{
    background: url('../imgs/home-recomand-trending-1.png') no-repeat 0/42px 56px;
}
.trending .content li:nth-child(2) .tap-area{
    background: url('../imgs/home-recomand-trending-2.png') no-repeat 0/42px 56px;
}
.trending .content li:nth-child(3) .tap-area{
    background: url('../imgs/home-recomand-trending-3.png') no-repeat 0/42px 56px;
}
.trending .content li:nth-child(4) .tap-area{
    background: url('../imgs/home-recomand-trending-4.png') no-repeat 0/42px 56px;
}
.trending .content li:nth-child(5) .tap-area{
    background: url('../imgs/home-recomand-trending-5.png') no-repeat 0/42px 56px;
}
.trending .content li:nth-child(6) .tap-area{
    background: url('../imgs/home-recomand-trending-6.png') no-repeat  -9px -11px/60px 74px;
}
.hot .content li:nth-child(1) .tap-area {
  background: url('../imgs/home-recomand-hot-1.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(2) .tap-area {
  background: url('../imgs/home-recomand-hot-2.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(3) .tap-area {
  background: url('../imgs/home-recomand-hot-3.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(4) .tap-area {
  background: url('../imgs/home-recomand-hot-4.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(5) .tap-area {
  background: url('../imgs/home-recomand-hot-5.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(6) .tap-area {
  background: url('../imgs/home-recomand-hot-6.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(7) .tap-area {
  background: url('../imgs/home-recomand-hot-7.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(8) .tap-area {
  background: url('../imgs/home-recomand-hot-8.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(9) .tap-area {
  background: url('../imgs/home-recomand-hot-9.png') no-repeat 10px 4px/27px 30px;
}
.hot .content li:nth-child(10) .tap-area {
  background: url('../imgs/home-recomand-hot-10.png') no-repeat 0px 4px/37px 30px;
}
.recomand .content li .cont > p:nth-child(1){
    color: #2F2F2F;
    font-weight: bold;
    line-height: 18px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.recomand .trending .content li .cont > p:nth-child(1),
.recomand .apps .content li .cont > p:nth-child(1),
.recomand .games .content li .cont > p:nth-child(1) {
  font-size: 16px;
  line-height: 20px;
}
.recomand .trending .content li .cont > p:nth-child(2),
.recomand .apps .content li .cont > p:nth-child(2),
.recomand .games .content li .cont > p:nth-child(2) {
  font-size: 14px;
  line-height: 20px;
}
.videos .content li .cont {
  padding: 6px 4px;
}
.hot .content li .cont > p:nth-child(1) {
  font-weight: 500;
}
.videos .content li .cont > p:nth-child(1){
  font-weight: 500;
  height: 36px;
  margin-bottom: 8px;
}
.apps .content li .cont > p:nth-child(1),
.games .content li .cont > p:nth-child(1) {
  -webkit-line-clamp: 1;
}
.recomand .content li .cont > p:nth-child(2){
    color: #999999;
    font-size: 10px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.videos .content li .cont > p:nth-child(2) {
  color: #2F2F2F;
  font-size: 12px;
}
.videos .content li .cont > p:nth-child(2) span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4.5px;
  margin-bottom: 3px;
  vertical-align: middle;
  border-radius: 50%;
  overflow: hidden;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: rgba(0,0,0,.2);
}
.recomand .content li .btn-icon {
    width: 27px;
    height: 27px;
    position: absolute;
    z-index: 10;
    top: 16.5px;
}
.apps .content li .btn-icon,.games .content li .btn-icon {
  top: 16.5px;
}
.recomand .content li .btn-icon:nth-child(2) {
    right: 60px;
}
.hot .content li .btn-icon:nth-child(2) {
    right: 16px;
    top: 5.5px;
}
.recomand .content li .btn-icon:nth-child(3) {
    right: 16px;
}
.recomand .content li::after {
  content: '';
  position: absolute;
  width: 1px; 
  height: 20px;
  background: #EEEEEE;
  right: 52px;
  top: 20px;
}
.hot .content li::after,
.videos .content li::after {
  display: none;
}
.apps .content li::after,.games .content li::after {
  top: 20px;
}
.apps .content li .app-icon,
.games .content li .app-icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-color: rgba(0,0,0,.2);
  left: 22px;
  top: 1px;
  border-radius: 6px;
  overflow: hidden;
}
.videos .content li .app-icon {
  /* padding-bottom: 63.19%; */
  height: 99px;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: rgba(0,0,0,.2);
  position: relative;
}
.videos .app-icon .app-info {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 20px;
  line-height: 20px;
  color: #fff;
  font-size: 10px;
  background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,1));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.8));
}
.videos .app-icon .app-info .views {
  float: left;
  margin-left: 4px;
  padding-left: 18px;
  position: relative;
}
.videos .app-icon .app-info .views::before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  left: 0;
  top: 3px;
  background: url('../imgs/home-recomand-videos-view.png') no-repeat center/contain;
}
.videos .app-icon .app-info .duration {
  float: right;
  margin-right: 4px;
}
.twitter-icon {
  background: url('../imgs/home-recomand-trending-twitter.png') no-repeat center/cover;
}
.google-icon {
  background: url('../imgs/home-recomand-trending-google.png') no-repeat center/cover;
}
.google-play-green-icon {
  background: url('../imgs/home-recomand-apps-google-play.png') no-repeat center/cover;
}
.google-play-orange-icon {
  background: url('../imgs/home-recomand-games-google-play.png') no-repeat center/cover;
}
.strip li:nth-child(2n+1) {
  background: #F8F8F8;
}
.strip li:nth-child(2n) {
  background: #FFF;
}
.section > h3 {
  height: 40px;
  line-height: 40px;
  font-weight: bolder;
  padding: 0 10px 0 37px;
  position: relative;
  font-size: 20px;
  }
.navigation > h3 {
  background: #F8F8F8 url('../imgs/home-nav-header-icon.png') no-repeat 10px 8px/24px 24px;
}
.game > h3 {
  background: #F8F8F8 url('../imgs/home-game-header-icon.png') no-repeat 10px 8px/24px 24px;
}
.news > h3 {
  background: #F8F8F8 url('../imgs/home-game-news-icon.png') no-repeat 10px 8px/24px 24px;
}
.section > h3 a {
  position: absolute;
  right: 10px;
  width: 24px;
  height: 24px;
  top: 8px;
}
.section > h3 a::before {
  content: '';
  width: 10px;
  height: 10px;
  left: 0;
  bottom: 0;
  position: absolute;
  background: transparent;
  border-top: 2px solid #2F2F2F;
  border-right: 2px solid #2F2F2F;
  transform: rotate(45deg) translate(-4px,-5px);
}
.navigation .tab-header .Entertainment {
  padding: 0 10px;
}
.navigation .tab-header .Tools {
  color: #388CFA;
  padding: 0;
}
.navigation .tab-header .Tools::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url('../imgs/home-nav-tool-icon.png') no-repeat center/cover;
  vertical-align: middle;
  margin-right: 2px;
  margin-bottom: 3px;
}
.navigation .tab-header .News,
.navigation .tab-header .Live {
  padding: 0;
}
.navigation .swiper-wrapper {
  width: 400%;
}
.navigation .swiper-slide {
  width: 25%;
  background: #F8F8F8;
}
.nav-section {
  margin-top: 10px;
  background: #fff;
  padding: 8px 16px;
}
.nav-section h4 {
  height: 20px;
  line-height: 20px;
  color: #b7b7b7;
  position: relative;
}
.nav-section h4 .drop-down {
  width: 50px;
  height: 28px;
  /* float: right; */
  /* position: relative; */
  position: absolute;
  right: -16px;
  top: -8px;
}
.nav-section h4 .drop-down::after {
  content: '';
  position: absolute;
  top: 15px;
  right: 20px;
  width: 0;
  height: 0;
  border: 6px solid #B7B7B7;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  transition: transform .2s ease;
  -webkit-transition: transform .2s ease;
  transform-origin: 6px 3px;
  -webkit-transform-origin: 6px 3px;
}
.nav-section.show h4 .drop-down::after {
  border-top-color: #388CFA;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}
.nav-section .flex-row {
  padding: 6px 0;
  height: 36px;
  display: none;
}
.nav-section .sec-cont .flex-row.w4:nth-child(1),
.nav-section.show .sec-cont .flex-row.w4 {
  display: flex;
  display: -webkit-flex;
}
.nav-section .sec-cont .flex-row.w1:nth-child(1),
.nav-section .sec-cont .flex-row.w2:nth-child(1),
.nav-section .sec-cont .flex-row.w3:nth-child(1),
.nav-section.show .sec-cont .flex-row.w1,
.nav-section.show .sec-cont .flex-row.w2,
.nav-section.show .sec-cont .flex-row.w3 {
  display: block;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.nav-section .flex-row.w1 li,
.nav-section .flex-row.w2 li,
.nav-section .flex-row.w3 li {
  margin-right: 6px;
  float: left;
}
.nav-section .flex-row.w4 li {
  width: 24%;
  margin-right: 0;
}
.nav-section .sec-cont li {
  padding: 2px 8px;
  background: #F0F6FC;
  text-align: center;
  border-radius: 4px;  
  overflow: hidden;
  max-width: 100%;
  margin-right: 6px;
}
.nav-section .sec-cont li:last-child {
  margin-right: 0;
}
.nav-section .sec-cont li a {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  border-radius: 5px;
  overflow: hidden;
  color: #2F2F2F;
  font-weight: 500;
  line-height: 20px;
}
.Tools .map {
  margin: 9px 7px;
  background: #fff;
  border-radius: 16px;
}
.Tools .map p {
  width: 100%;
  text-align: center;
  padding: 70px 4px 8px;
  color: #333;
}
.Tools .map p:nth-child(1){
  background: url('../imgs/home-nav-tools-1.png') no-repeat center 10px/50px 50px;
}
.Tools .map p:nth-child(2){
  background: url('../imgs/home-nav-tools-2.png') no-repeat center 10px/50px 50px;
}
.Tools .map p:nth-child(3){
  background: url('../imgs/home-nav-tools-3.png') no-repeat center 10px/50px 50px;
}
.Tools .map p:nth-child(4){
  background: url('../imgs/home-nav-tools-4.png') no-repeat center 10px/50px 50px;
}
.Tools .entry {
  margin-bottom: 10px;
  height: 96px;
  overflow: hidden;
}
.Tools .entry .flex-row {
  padding: 0 14px;
  margin-top: 10px;
}
.Tools .entry a {
  display: block;
  width: 99px;
  height: 36px;
  background: #fff;
  border-radius: 8px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 334px) {
  .Tools .entry a {
    width: 90px;
  }
}
.game-content {
  background: #fff;
}
.game {
  background: #f8f8f8;
}
.game-content .banner {
  padding: 10px 16px;
  background-color: #fff;
}
.game-content .banner .swiper-container {
  position: relative;
  border-radius: 6px;
}
.game-content .banner .swiper-wrapper {
  width: 800%;
}
.game-content .banner .swiper-slide {
  width: 12.5%;
  float: left;  
  border-radius: 6px;
  overflow: hidden;
}
.game-content .banner .swiper-slide a {
  display: block;
  /* padding-bottom: 27.8481%; */
  height: 100px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,.2);
}
.game-content .banner .swiper-pagination {
  position: absolute;
  bottom: 0px;
  right: 4px;
  width: 100px;
  align-items: center;
  height: 18px;
}
.game-content .banner .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #000;
  opacity: .5;
  border-radius: 50%;
}
.game-content .banner .swiper-pagination-bullet-active {
  background: #3AA6FF;
  opacity: 1;
}

.game-content .cates {
  height: 90px;
  margin: 0 12px;
  padding: 8px 0;
}
.game-content .cates a {
  padding-top: 43px;
  color: #2F2F2F;
  font-size: 12px;
  text-align: center;
  height: 83px;
  line-height: 40px;
  width: 100%;
}
.game-content .cates a:nth-child(1){
  background: url('../imgs/home-game-cate-1.png') no-repeat top center/43px 43px;
}
.game-content .cates a:nth-child(2){
  background: url('../imgs/home-game-cate-2.png') no-repeat top center/43px 43px;
}
.game-content .cates a:nth-child(3){
  background: url('../imgs/home-game-cate-3.png') no-repeat top center/43px 43px;
}
.game-content .cates a:nth-child(4){
  background: url('../imgs/home-game-cate-4.png') no-repeat top center/43px 43px;
}
.game-content .cates a:nth-child(5){
  background: url('../imgs/home-game-cate-5.png') no-repeat top center/43px 43px;
}
.game-list {
  padding: 10px 16px;
  background: #F8F8F8;
}
.game-list .game-item {
  border-radius: 10px;
  width: 31%;;
  box-shadow: 0 0 8px 0 rgba(219,220,223,1);
  background: #F7FBFF;
  overflow: hidden;
}
.game-list .game-item .icon {
  /* padding-bottom: 76.66%; */
  height: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: rgba(0,0,0,.2);
}
.game-list .game-item .content {
  padding: 8px 0;
  margin: 0 6px;
}
.game-list .game-item .content .title {
  color: #2F2F2F;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
}
.game-list .game-item .content .cate {
  color: #999999;
  font-size: 10px;
  line-height: 14px;
  white-space: nowrap;
}
.policy {
  height: 50px;
  text-align: center;
}
.policy a {
  display: inline-block;
  color: #999;
  font-size: 12px;
  line-height: 50px;
  position: relative;
}
.policy .terms {
  padding-right: 17px;
}
.policy .terms::after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  top: 19px;
  right: 0;
  background: #999;
}
.policy .pri {
  padding-left: 17px;
}

.news .swiper-wrapper {
  width: 500%;
}
.news .swiper-slide {
  width: 20%;
}
.news .swiper-slide {
  padding: 0 16px;
}
.news .swiper-slide a {
  padding: 8px 0;
  height: 88px;
}
.news .swiper-slide a > div:nth-child(1) {
  width: 107px;
  height: 72px;
  display: block;
  border-radius: 8px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgba(0,0,0,.2);
  flex-shrink: 0;
}
.news .swiper-slide a .content {
  padding: 0 8px;
  height: 72px;
  flex-shrink: 1;
  font-weight: 500;
  width: 100%;
}
.news a .content p:nth-child(1){
  color: #333333;
  font-size: 16px;
  line-height: 20px;
  height: 40px;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news a .content p:nth-child(2){
  color: #999;
  font-size: 12px;
  line-height: 16px;
  height: 16px;
  margin-top: 16px;
}
.news a .content p:nth-child(2) span:nth-child(1){
  padding: 2px 8px;
  background: #ECECEC;
  border-radius: 3px;
  transform: translateY(-4px);
  -webkit-transform: translateY(-4px);
  float: left;
}
.news a .content p:nth-child(2) span:nth-child(2){
  float: right;
}
.news a:first-child {
  display: block;
  position: relative;
  margin: 6px 0;
  border-radius: 10px;
  height: 0;
  padding-bottom: 46.646%;
  overflow: hidden;
}
.news a:first-child::before {
  content: '';
  position: absolute;
  height: 70px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 15;
  background: linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.5));
}
.news a:first-child div:nth-child(1){
  position: absolute;
  width: 100%;
  padding-bottom: 46.646%;
  z-index: 10;
  background-position: center top;
}
.news a:first-child .content p:nth-child(1) {
  position: absolute;
  height: 40px;
  bottom: 8px;
  color: #fff;
  z-index: 20;
  width: 100%;
  left: 0;
  padding: 0 8px;
}
.news a:first-child .content p:nth-child(2){
  position: absolute;
  bottom: 48px;
  height: 16px;
  line-height: 16px;
  color: #fff;
  font-weight: normal;
  z-index: 20;
  width: 100%;
  left: 0;
  padding: 0 8px;
}
.news a:first-child .content p:nth-child(2) span {
  float: left;
}
.news a:first-child .content p:nth-child(2) span:nth-child(1){
  padding: 0;
  background: transparent;
  transform: translateY(0);
  -webkit-transform: translateY(0);
  margin-right: 16px;
}
.news a:first-child .content p:nth-child(2) span:nth-child(1)::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  height: 2px;
  border-radius: 50%;
  margin-right: 4px;
  background: #fff;
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
.news .tab-header-container {
  height: 46px;
}
.news .tab-header.fix {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999999;
}
.recomand {
  height: 462px;
  background-color: #f8f8f8;
}
.game {
  height: 406px;
}

.videos .content li:nth-child(n+5){
  display: none;
}
.recomand .swiper-slide ul {
  max-height: 380px;
  overflow: hidden;
}
.recomand .swiper-slide.trending ul {
  max-height: 360px;
}
.recomand .swiper-slide.trending .info {
  top: 360px;
}
.recomand .swiper-slide.apps ul,
.recomand .swiper-slide.games ul {
  max-height: 360px;
}
.recomand .swiper-slide.videos ul {
  max-height: 373px;
}
