/*global css*/

*,
body {
    margin: 0;
    padding: 0;
}

#app {
    max-width: 750px;
    height: auto;
    margin: auto;
    position: relative;
    background: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    overflow: auto;
}

.frow {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.fcol {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

/* a {
    text-decoration: none;
} */


/*global css*/

.top {
    width: 750px;
    height: 1100px;
    background: url(../image/top.png) no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 9;
}

.count {
    width: 70%;
    height: 60px;
    position: absolute;
    top: 486px;
    left: 15%;
}

.count-item {
    width: 32px;
    height: 46px;
    background-color: #fff;
    color: #FF5700;
    text-align: center;
    line-height: 46px;
    font-size: 30px;
    font-weight: bold;
}

.desc {
    width: 135px;
    text-align: center;
    line-height: 46px;
    color: #fff;
    background-color: #FF5700;
    font-size: 26px;
}

.lunbo {
    width: 100%;

    height: auto;

    background-size: 100%;
    /* background: url('../image/jiemian.png') no-repeat; */
    margin-top: 50px;
    margin-bottom: 180px;
}

.fbtn {
    display: inline-block;
    width: 274px;
    height: 74px;
    text-align: center;
    line-height: 74px;
    border: 1px solid #FF4900;
    border-radius: 37px;
    color: #FF4900;
    font-size: 28px;
    font-weight: bold;
}

.footer {
    margin-top: 40px;
}

.down {
    max-width: 750px;
    height: 120px;
    position: fixed;
    bottom: 0px;
    background-color: rgba(0, 0, 0, .6);
    z-index: 2000;
}

.download {
    width: 20%;
    height: 54px;
    background-color: rgb(255 165 0);
    text-align: center;
    line-height: 54px;
    font-size: 30px;
    font-weight: 800;
    border-radius: 2px;
}

.icon {
    width: 10%;
    height: auto;
    margin-left: -10px;
}

.down-desc {
    width: 55%;
    height: 60px;
    line-height: 28px;
    padding-top: 7px;
    color: #fff;
    margin-left: -44px;
}

.down-desc>p:nth-child(1) {
    font-size: 30px;
    font-weight: 600;
    padding-bottom: 8px;
}

.down-desc>p:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.tishi,
.mask {
    width: 750px;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
}



.game_box {
  display: flex;
  width: 680px;
  height: 190px;
  margin: 0 auto;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  border: 15px solid #fad233;
}

.game_rest {
  border: 15px solid #4c81f1;
}

.game_icon {
  margin-left: 30px;
}

.game_icon>img {
  width: 146px;
  height: 146px;
}

.game_icon {
  position: relative;
}

.game_score {
  width: 80px;
  height: 40px;
  background: #54c5cd;
  border-radius: 20px 0px 20px 0px;
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.game_score>img {
  width: 20px;
  height: 20px;
}

.game_info {
  margin-left: 30px;
}

.game_one {
  display: flex;
  align-items: flex-end;
}

.game_one>div:first-child{
  width: 120px;
  height: 30px;
  background: linear-gradient(#eebd74 0%, #ffe3b2 100%);
  border-radius: 5px;
  font-size: 20px;
  text-align: center;
  line-height: 30px;
  color: #9F6E37;
}

.game_one>div:nth-child(2) {
  font-size: 30px;
  font-weight: 600;
  width: 150px;
  text-align:center;
  color: #000;
  white-space: nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

.game_one>div:last-child {
  width: 120px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  background: #ffffff;
  border: 0.5px solid #e9ba7d;
  border-radius: 10px;
  color: #9F6E37;
}

.lunbo .game_box {
  margin-top: 15px;
}

.game_two {

  font-size: 30px;
  /* font-family: PingFang SC, PingFang SC-Medium; */
  font-family: 'SimHei', 'Arial', sans-serif;

  font-weight: 500;
  text-align: left;
  color: #999999;
  margin: 10px 0;
}

.game_two>.describe {
  font-size: 24px;
}

.game_three {
  display: flex;
}

.game_one>div:nth-child(n+2){
  margin-left: 10px;

}

.game_three>div:nth-child(n+2) {
  margin-left: 10px;
}
.game_three>div>span {
  width: 25px;
  height: 25px;
  display: inline-block;
  background: #ffffff;

  text-align: center;
  line-height: 25px;
  border-radius: 50%;
}

.game_song {
  color: #FE9257;
  font-size: 20px;
}

.game_song>span {
  border: 0.5px solid #fe9257;
}

.game_ling {
  color: #FFCC69;
  font-size: 20px;
}

.game_ling>span {
  border: 0.5px solid #FFCC69;
}

.game_zeng {
  color: #087BFF;
  font-size: 20px;
}

.game_zeng>span {
  border: 0.5px solid #087BFF;
}


.bottom-fixed-part  {
  border: 0.5px solid #eee;

  border-radius: 20px;
  /* position: fixed; */

  left: 30px;
  right: 30px;
  /* bottom: 30px; */
  position: absolute;
  background: #fff;
  box-shadow: 0 15px 39px 0 rgb(0 0 0 / 10%);
  max-width: 694px;
  margin: 0 auto;
  padding-bottom: 30px;
  z-index: 999;
}

.new-fixed-style0 {
  /* position: fixed; */
  position: absolute;
  top: 460px;
}

.fixed-icon {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-align-items: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-justify-content: center;
  -webkit-justify-content: center;
  justify-content: center;
 
}

.fixed-icon img {
  width: 124px;
  height: 124px;
}

.bottom-fixed-part-icon-wrap  {
  z-index: 1;
  transition-property: left, top, transform, width, height;
  transition-duration: 0.5s;

  position: absolute;
  left: 75px;
  top: 80px;
  transform: translate(0, 0);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  
  width: 45%;
}
.developer-info {
  position: absolute;

  margin-top: 50px;
  right: -150px;
  font-size: 26px;
}
.developer-info a {
  color: #999;
}
.bottom-fixed-part-info-wrap {

  margin-top: 80px;
  text-align: center;
  padding-bottom: 5px;
}

.bottom-fixed-part-info-wrap .title {
  font-size: 40px;
  color: #282828;
  font-weight: 700;

}
.bottom-fixed-part-info-wrap .tips {
  margin: 15px 0;
}

.new-fixed-style .title {
  font-weight: 500;
  text-align: left;
  color: #666666;
  font-size: 26px;
}

.bottom-fixed-part-info-wrap .tips span {
  background: #FFA801;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 20px;
}
.bottom-fixed-part-info-wrap .compentname {
  color: #999;
  font-size: 26px;
  margin: 15px 0 5px 0;
}
.bottom-fixed-part-long-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 5px 0;
}
.bottom-fixed-part-long-wrap .duan {
  display: none;
}
.bottom-fixed-part-ver-wrap {
  text-align: center;
  font-size: 24px;
  color: #999;
  margin-top:10px ;
}

.bottom-fixed-part .bottom-fixed-part-long-wrap .long {
  background:#54c5cd;
  font-size: 30px;
  margin: 0 auto;
  border-radius: 40px;
  color: #fff;
  transition: all .1s;
  text-align: center;
  width: 600px;
  height: 80px;
  line-height: 80px;


}


.new-fixed-style {
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 23px 15px;
  position: fixed;
  bottom: 30px;
}
.new-fixed-style .bottom-fixed-part-icon-wrap {
  position: unset;
  transform: translate(0, 0);
  width: auto;
  
  flex-shrink: 0;
  margin-right: 15px;
  width: 90px!important;
  height: 90px!important;
  /* width: 124px;
  height: 124px; */
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  justify-items: center;
}

.new-fixed-style img {
  width: 90px!important;
  height: 90px!important;
}

.new-fixed-style .fixed-icon img {
  width: 100%;
}
.new-fixed-style .bottom-fixed-part-info-wrap {
  flex: 1 1;
  width: 0;
  font-size: 20px;
  color: #999;
  line-height: 1.6;
  display: flex;
  flex-direction: column;
  position: relative;
  /*margin-top: 0;*/
  margin-top: 5px;
  text-align: left;
}
.new-fixed-style .bottom-fixed-part-info-wrap .tips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.new-fixed-style .bottom-fixed-part-long-wrap {
  width: 200px;
  margin-left:15px;
}
.new-fixed-style .developer-info, .new-fixed-style .compentname, .new-fixed-style .bottom-fixed-part-ver-wrap  {
  display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .long {
  display: none;
}
.new-fixed-style .bottom-fixed-part-long-wrap .duan {
  background:#54c5cd;
  font-size: 30px;
  border-radius: 40px;
  color: #fff;
  transition: all .1s;
  text-align: center;
  display: block;
  width:180px;
  height: 80px;
  line-height: 80px;
}





.center-fixed {
  width: 694px;
  height: 160px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  z-index: 999;
  padding: 23px 15px;
  background: #ffffff;
  border-radius: 25px;
  margin: 0 auto;
  position: fixed;
  left: calc(50% - 347px);
  bottom: 30px;


}

.center-fixed2 {
  display: none;
}

.icon_title {
  display: flex;
}

.icon_title img {
  width: 90px;
  height: 90px;
}

.center-box {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}


.center-box .title {
  font-weight: 500;
  text-align: left;
  color: #666666;
  font-size: 26px;
}

.center-box .tips {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.center-box .tips span {

  background: #FFA801;
  color: #fff;
  padding: 8px 12px;
  border-radius: 15px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 20px;

}


.center-fixed .icon-btn {

  background: #54c5cd;
    font-size: 30px;
    border-radius: 40px;
    color: #fff;
    transition: all .1s;
    text-align: center;
    display: block;
    width: 180px;
    height: 80px;
    line-height: 80px;
    margin-left: 30px;
}