body, html {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}
.circle {
  width: 90px;
  height: 90px;
  position: relative;
  border-radius: 50%;
  background: #358bee;
  margin:10px;
}

.clip_left,
.clip_right {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.circle_left,
.circle_right {
  width: 90px;
  height: 90px;
  position: absolute;
  border-radius: 50%;
  top: 0px;
  left: 0px;
  background: #fff;
}

/*出于展示用的改变背景色*/
/*.circle_left{
                background: green;
            }
            .circle_right{
                background: lightblue;
            }*/
.circle_right,
.clip_right {
  clip: rect(0, auto, auto, 45px);
}

.circle_left,
.clip_left {
  clip: rect(0, 45px, auto, 0);
}

/*
            *当top和left取值为auto时，相当于0
            *当bottom和right取值为auto时，相当于100%
            */
.mask {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  left: 5px;
  top: 5px;
  background: #FFF;
  position: absolute;
  text-align: center;
  line-height: 80px;
  font-size: 16px;
}

.verticalStage{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color:cornflowerblue;
}
.ad-page{
    height:calc(100vh - 80px);
}
.ad-page #dialog{height:calc(100vh - 0px);}
.scrollbar{
    height:calc(100vh - 0px);overflow:hidden;overflow-y:scroll;
    margin: auto;
    min-width: 320px;
    max-width: 375px;
}
.scrollbar::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.scrollbar::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #fff;
}

.scrollbar::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #bfbfbf;
}

.scrollbar::-webkit-scrollbar-thumb:hover {
    background: #333;
}

.firstPageHeader.bgshow{background: rgb(0, 0, 0, 0.3);}
.firstPageHeader[css-firstPageHeader] {
overflow: hidden;
position: relative;
margin: 10px auto;
border-radius: 10px;
width: calc(100% - 20px);
height: 180px;
font-family: Helvetica;
}

.firstPageHeader[css-firstPageHeader]>div:nth-child(1) {
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background-size: cover;
filter: blur(10px);
}

.firstPageHeader[css-firstPageHeader]>div:nth-child(2) {
display: flex;
position: absolute;
top: 0;
flex-direction: row;
justify-content: center;
align-items: center;
border-radius: 10px;
width: 100%;
height: 110px;
}
.firstPageHeader[css-firstPageHeader]>div:nth-child(3) {
display: flex;
position: absolute;
bottom: 0;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 10px;
width: 100%;
height: 70px;
}
.firstPageHeader[css-firstPageHeader] .icon {
overflow: hidden;
margin: 10px;
border: 5px solid #fff;
border-radius: 90px;
width: 90px;
height: 90px;
}

.firstPageHeader[css-firstPageHeader] .content {
display: flex;
overflow: hidden;
flex-direction: column;
justify-content: center;
align-items: flex-start;
flex: 1;
margin-right: 4px;
height: 100%;
}

.firstPageHeader[css-firstPageHeader] .content>h1 {
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
box-sizing: border-box;
padding: 0 4px;
border-radius: 20px;
width: 100%;
background: rgb(0, 0, 0, .3);
line-height: 28px;
height: 56px;
text-overflow: ellipsis;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #fff;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.firstPageHeader[css-firstPageHeader] .content>div {
display: flex;
justify-content: flex-end;
width: 100%;
margin-top: 6px;
}

.firstPageHeader[css-firstPageHeader] .content>div>div {
border-radius: 14px;
width: 100%;
height: 33px;
background: #ff9901;
box-shadow: 0 4px 0 #b15c00;
line-height: 33px;
text-align: center;
font-weight: bold;
font-size: 20px;
color: #fff;

-moz-box-shadow: 0 4px 0 #b15c00;
-webkit-box-shadow: 0 4px 0 #b15c00;
}

.firstPageHeader[css-firstPageHeader] .content>div>div>span {
font-weight: normal;
font-size: 12px;
}
.firstPageHeader[css-firstPageHeader] .other{
padding: 0 10px;
}
.firstPageHeader[css-firstPageHeader] .other span{
color: #fff;
font-size: 12px;
}
.firstPageHeader[css-firstPageHeader] .other>div{
width: 100%;
}
.firstPageHeader[css-firstPageHeader] .other>.tag,.firstPageHeader[css-firstPageHeader] .other>.desc{
display: flex;
flex-direction: row;
}
.firstPageHeader[css-firstPageHeader] .other>.tag>div,.firstPageHeader[css-firstPageHeader] .other>.desc>div{
display:flex;
flex:1;
overflow-x: scroll;
}
.firstPageHeader[css-firstPageHeader] .other>.tag>div::-webkit-scrollbar,.firstPageHeader[css-firstPageHeader] .other>.desc>div::-webkit-scrollbar {
display: none;
}
.firstPageHeader[css-firstPageHeader] .other>.tag span:not(.title),.firstPageHeader[css-firstPageHeader] .other>.desc span:not(.title){
background: rgb(0, 0, 0, .3);
display: inline-block;
height: 18px;
padding: 0 10px;
line-height: 18px;
color: #fff;
border-radius: 4px;
box-sizing: border-box;
white-space: nowrap;
margin: 2px;
cursor: pointer;
}
.firstPageHeader[css-firstPageHeader] .other>.rate{
display: flex;
flex-direction: row;
justify-content: space-between;
padding-right: 20px;
box-sizing: border-box;
}
.firstPageHeader[css-firstPageHeader] .other>.rate>div{
display: flex;
}
.firstPageHeader[css-firstPageHeader] .other>.rate>div:first-child{
padding-left: 10px;
}
.firstPageHeader[css-firstPageHeader] .other>.rate>div:last-child{
padding-right: 10px;
}
.firstPageHeader[css-firstPageHeader] .other>.rate .count,.firstPageHeader[css-firstPageHeader] .other>.rate  .num{
position: relative;
display: flex;
justify-content: center;
align-items: center;
margin-left: 10px;
margin-top: 3px;
}
.firstPageHeader[css-firstPageHeader] .other>.rate .count::before{
position: absolute;
left: -24px;  
content: "";
width: 20px;
height: 20px;
background-image: url("like.png");
background-position: center;
background-repeat: no-repeat;
background-size: contain;
}

.star-rating[css-starRating] {
    color: #ddd;
    font-size: 0;
    height: 25px;
    margin: 0 auto;
    position: relative;
    display: table;
    padding: 0;
    text-shadow: 0px 1px 0 #a2a2a2;
}

.star-rating[css-starRating] span:after {
    content: "★";
    font-family:  Helvetica;
}

.star-rating[css-starRating]  .star-rating-top {
    color: #ff9901;
    padding: 0;
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    overflow: hidden;
    white-space: nowrap;
}
.star-rating[css-starRating]  .star-rating-top >span{
    color: #ff9901;
}    

.star-rating[css-starRating] .star-rating-bottom {
    padding: 0;
    display: block;
    z-index: 0;
}
.star-rating[css-starRating] .star-rating-bottom >span{
    color: #ddd;
}
:root{
    --crossPromotion-height:191px;
    --crossPromotion-line-color:#e3e3e5;
    --crossPromotion-bg-color:#fff;
}
.darkTheme{
    --crossPromotion-height:auto;
    --crossPromotion-line-color:none;
    --crossPromotion-bg-color:#222733;
}
.crossPromotion[css-crossPromotion] {
    box-sizing: border-box;
    height:var(--crossPromotion-height);
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px 20px 0 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    background: var(--crossPromotion-bg-color);
}
.crossPromotion[css-crossPromotion] a{
    text-decoration: none;
}
.crossPromotion[css-crossPromotion]>h2 {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    display: flex;
    justify-content: flex-start;
    align-items: center;             
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;              
}

.crossPromotion[css-crossPromotion]>div:nth-of-type(1) {
    margin-top: 10px;
    height: 1px;
    background:var(--crossPromotion-line-color);
}

.crossPromotion[css-crossPromotion]>div:nth-of-type(2) {
    flex: 1;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px 0;
}

.crossPromotion[css-crossPromotion]>div:nth-of-type(2)>a {
    margin: 2px;
    display: flex;
    width: calc((100% - 20px) / 5);
    height: 40%;
    justify-content: center;
    align-items: center;
}

.crossPromotion[css-crossPromotion]>div:nth-of-type(2)>a>div {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.crossPromotion[css-crossPromotion] .game-list-item {
display: flex;
flex-direction: row;
width: 100%;  
justify-content: space-between;
margin-bottom: 16px;

}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-icon {
width: 75px;
height: 75px;
border-radius: var(--border-radius-sm);
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-icon img {
width: 100%;
height: 100%;
object-fit: cover;
border-radius: var(--border-radius-sm);
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content {
flex: 1;
margin-left: 16px;
color: var(--theme-color);
min-width: 0; /** 解决 ellipsis 不生效 */
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content a {
color: inherit;
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .game-list-item-content-title {
    font-size: var(--font-size-xl);
    font-weight: 500;
    line-height: 29px;
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .tag{
    display: flex;
    flex-direction: row;
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .tag>div{
display:flex;
flex:1;
overflow-x: scroll;
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .tag>div::-webkit-scrollbar{
    display: none;
}
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .tag span:not(.title){
    background: rgb(0, 0, 0, .3);
    display: inline-block;
    height: 18px;
    padding: 0 10px;
    line-height: 18px;
    color: #fff;
    border-radius: 4px;
    box-sizing: border-box;
    white-space: nowrap;
    margin: 2px;
    cursor: pointer;
    font-size: var(--font-size-sm);
}        
.crossPromotion[css-crossPromotion] .game-list-item .game-list-item-content .game-list-item-content-desc {
    font-size: var(--font-size-sm);
    line-height: 17px;
    margin-top: 4px;
}    
:root{
    --titleContent-line-color:#e3e3e5;
    --titleContent-bg-color:#fff;
    --titleContent-content-color:#000;
}
.darkTheme{
    --titleContent-line-color:none;
    --titleContent-bg-color:#222733;
    --titleContent-content-color:#A0A2AA;
}     
.lightTheme {
    --titleContent-line-color:none;
    --titleContent-content-color:#666;
}   
.titleContent[css-titleContent] {
    box-sizing: border-box;
    min-height: 90px;
    width: calc(100% - 20px);
    margin: 10px auto;
    padding: 10px 20px 0 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 18px 0 rgb(0 0 0 / 16%);
    display: flex;
    flex-direction: column;
    font-family: Helvetica;
    background: var(--titleContent-bg-color);
}

.titleContent[css-titleContent]>h2 {
    min-height: 19px;
    max-height: 39px;
    font-size: 18px;
    font-weight: bold;
    color: var(--theme-color);
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; 
    overflow: hidden;            
}

.titleContent[css-titleContent]>div:nth-of-type(1) {
    margin-top: 10px;
    height: 1px;
    background:  var(--titleContent-line-color);
}

.titleContent[css-titleContent]>div:nth-of-type(2) {
    font-size: 12px;
    white-space: pre-line;
    line-height: 18px;
    padding-bottom: 10px;
    margin-top: -7px; 
    color: var(--titleContent-content-color);           
}

:root{
    --foot-margin-top-height: 22px;
}                   
    .foot[css-foot] {
        width: 100%;
        font-size: 18px;
    }
    .footStyle[css-foot] {
        --foot-box-shadow: 0 15px 64px 16px rgba(0, 0, 0, .15);
        position: relative;
        margin-top: 22px;
        margin-top: var(--foot-margin-top-height);
        padding-top:40px;
        padding-bottom: 80px;
        width: 100%;
        box-shadow: var(--foot-box-shadow);
        text-align: center;
        font-family: Helvetica;
        font-weight: 400;
        color: #747474 !important
    }
    .div1[css-foot] {
        background-color: rgba(228, 161, 15, 0)
    }
    .logoStyle[css-foot] {
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        min-height: 50px
    }

    .logoStyle>p[css-foot] {
        margin-top: 6px !important;
        margin-top: 0;
        margin-bottom: 0
    }

    .logoStyle>a[css-foot]:-webkit-any-link {
        margin-top: 10px;
        cursor: pointer;
        text-decoration: none
    }

    .logoStyle>a>span[css-foot] {
        font-family: Helvetica;
        font-weight: 400;
        color: #747474 !important
    }

    .linkText[css-foot] {
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #747474 !important
    }

    .linkText>a[css-foot]:-webkit-any-link {
        margin-right: 15px;
        cursor: pointer;
        text-decoration: none;
        color: #747474 !important
    }

    #selectLanguage>img[css-foot] {
        margin: 0 0 2px 6px
    }

    .openSelectStyle[css-foot] {
        position: absolute;
        right: calc(50% - 150px);
        bottom: 90%;
        width: 200px
    }

  
      .content2 {
        
          display: flex;
          overflow: hidden;
          flex-direction: column;
          justify-content: center;
          align-items: flex-start;
          flex: 1;
          height: 100%;
        
      }
      /* #c2{display: none;
    } */
  
      .content2>h1 {
          overflow: hidden;
          margin-bottom: 10px;
          width: 100%;
          text-overflow: ellipsis;
          font-weight: bold;
          font-size: 20px;
          color: #fff;
          white-space: nowrap;
          margin-block-start: 0px;
          margin-block-end: 0px;
          margin-inline-start: 0px;
          margin-inline-end: 0px;
      }
  
      .content2 .text {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-items: center;
      }
  
      .content2 .loadTips {
          width: 180px;
          min-height: 23px;
          opacity: 0.8;
          line-height: 23px;
          text-align: left;
          font-weight: bold;
          font-size: 16px;
          color: #fff;
          word-wrap: break-word;
      }
      .content2 .loadTips>#loadingText{
        font-size: 12px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;      
      }
      .content2 .loadingTextCss {
          text-align: left;
          font-weight: bold;
          font-size: 14px;
          color: rgb(255, 255, 255);
      }
  
      .content2 .ball-pulse-sync div,
      .content2 .ball-pulse div {
          width: 10px;
          height: 10px;
      }
          .content2  .loaders{
          display: inline-block;
          -webkit-box-sizing: content-box;
          box-sizing: content-box;
          font-size: 0;
      }
          .content2  .ball-pulse>div:nth-child(1){
          width: 10px;
          height: 10px;
          border-radius: 100%;
          margin: 2px;        
          -webkit-animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
          animation: scale .75s -.24s infinite cubic-bezier(.2,.68,.18,1.08);
          display: inline-block;
      }
          .content2  .ball-pulse>div:nth-child(2){
          width: 10px;
          height: 10px;
          border-radius: 100%;
          margin: 2px;        
          -webkit-animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
          animation: scale .75s -.12s infinite cubic-bezier(.2,.68,.18,1.08);
          display: inline-block;
      }
          .content2  .ball-pulse>div:nth-child(3){
          width: 10px;
          height: 10px;
          border-radius: 100%;
          margin: 2px;        
          -webkit-animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
          animation: scale .75s 0s infinite cubic-bezier(.2,.68,.18,1.08);
          display: inline-block;
      }  
      @-webkit-keyframes scale {
          0%,
          80% {
              -webkit-transform: scale(1);
              transform: scale(1);
              opacity: 1
          }
          45% {
              -webkit-transform: scale(.1);
              transform: scale(.1);
              opacity: .7
          }
      }
  .content2 .other{
      padding: 0 10px;
    }
  .content2 .other span{
      color: #fff;
      font-size: 12px;
    }
  .content2 .other>div{
      width: 100%;
    }
  .content2 .other>.tag,.content2 .other>.desc{
      display: flex;
      flex-direction: row;
  }
  .content2 .other>.tag>div,.content2 .other>.desc>div{
    display:flex;
    flex:1;
    overflow-x: scroll;
  }
  .content2 .other>.tag>div::-webkit-scrollbar,.content2 .other>.desc>div::-webkit-scrollbar {
      display: none;
  }
  .content2 .other>.tag span:not(.title),.content2 .other>.desc span:not(.title){
      background: rgb(0, 0, 0, .3);
      display: inline-block;
      height: 18px;
      padding: 0 10px;
      line-height: 18px;
      color: #fff;
      border-radius: 4px;
      box-sizing: border-box;
      white-space: nowrap;
      margin: 2px;
      cursor: pointer;
  }
  .content2 .other>.rate{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      padding-right: 20px;
      box-sizing: border-box;
  }
  .content2 .other>.rate>div{
    display: flex;
  }
  .content2 .other>.rate>div:first-child{
    padding-left: 10px;
  }
  .content2 .other>.rate>div:last-child{
    padding-right: 10px;
  }
  .content2 .other>.rate .count,.content2 .other>.rate  .num{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-top: 3px;
  }
  .content2 .other>.rate .count::before{
    position: absolute;
    left: -24px;  
    content: "";
    width: 20px;
    height: 20px;
    background-image: url("/images/play/like.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }                                   

  .dialog{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    background:black;
  }
  .iframePosition {
    display: flex;
    justify-content: center;
}
#iframeShow{
    border: none;
    /* width: calc(358.312px);
    height: calc((733px - 2rem) - 80px);
    margin: 2rem 0px; */
}
.adDisplay{
    overflow: hidden;
    position: relative;
   /*  margin: 10px auto;
    padding: 20px 0;
    border-radius: 10px; */
    width: 100%;
}
.advertisement-text{
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%,0);
    display: inline-block;
    font-size: 16px;
}
#adSenseArea{
    position: fixed;
    bottom: 0;
    z-index: 9;
    min-width: 100%;
    /* max-width: 100%;
    min-height: 50px; */
    height: 50px;
    text-align: center;
	background-color:white;
}
.fuceng {position: absolute;top: 100px;left: 0px;border-radius: 0px 15px 15px 0px; background: rgba(255, 255, 255, 0.6);}
.fuceng img {padding: 0.1rem;width: 60px;height: 32px;}
#mainContainer {z-index: 900;position: fixed;}#adContainer {width: 100%;height: 100%;background: black;}