.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-direction-c {
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
/* 父元素-水平居中（主轴是横向才生效） */
* {
  margin: 0;
  padding: 0;
  font-family: "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  box-sizing: border-box;
}
html {
  font-size: 14px;
  font-family: '微软雅黑';
}
body {
  -webkit-touch-callout: none;
  font-size: 0.12rem;
  height: 100%;
  background: #f2f2f2;
}
html,
body {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0px auto;
  word-wrap: break-word;
  -webkit-text-size-adjust: none;
  color: #333;
  position: relative;
}
.a-text {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a {
  outline: none;
}
ul,
li {
  list-style: none;
}
*:after,
*:before {
  box-sizing: border-box;
}
.marginTop {
  margin-top: .2rem;
}
.white {
  background: white;
}
img,
ul,
li,
span,
button,
input,
select,
a {
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
a {
  text-decoration: none;
  color: #333;
}
button,
input,
select {
  vertical-align: middle;
  outline: 0;
  border: none;
  font-family: 'SimHei';
}
@media only screen and (min-width: 100px) {
  html {
    font-size: 24px !important;
  }
}
@media only screen and (min-width: 319px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 374px) {
  html {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 401px) {
  html {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 428px) {
  html {
    font-size: 34px !important;
  }
}
@media only screen and (min-width: 481px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 569px) {
  html {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 641px) {
  html {
    font-size: 35px !important;
  }
}
.recent-wrapper,
.special-wrapper,
.zixun-wrapper,
.newGames-wrapper,
.video-wrapper,
.home-divide {
  background: white;
}
.home-wrapper {
  width: 100%;
  background: #f2f2f2;
  /* 距顶部1.8rem */
  padding-top: 2.3rem;
}
.home-wrapper .back-to-top {
  position: fixed;
  z-index: 10;
  bottom: 4.8rem;
  right: .7rem;
  display: block;
  width: 2rem;
  height: 2rem;
  background-image: url('../assets/backTop.png');
  background-size: 2rem;
  background-position: 0 center;
  background-repeat: no-repeat;
  display: none;
}
.home-wrapper .bg {
  display: block;
  position: relative;
}
.home-wrapper .banner-wrapper {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #ffda44;
  max-width: 640px;
  padding: .46675rem .4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
/*--------------0307 修改------*/
.home-wrapper .tx,
.home-wrapper .fx {
  /* width: 1.2rem; */
  height: 1.2rem;
  margin-top: .1rem;
  position: relative;
}
.home-wrapper .fx .under{
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border: 2px solid #fff;
  background: #F75353;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(25%,-25%);
          transform: translate(25%,-25%);
}
.home-wrapper .fx .share{
  width: 5.57143rem;
  height: 5.14286rem;
  background: #fff;
  position: absolute;
  right: 0;
  top:1.76675rem;
  box-shadow: 0 5px 5px 0 rgba(119,119,119,0.50);
  border-radius: 5px;
  padding: 1.03rem 0.857143rem 0.97143rem;
}
.fx .share .msgbtn,.fx .share .service{
  height: 1.143rem;
  line-height: 1.143rem;
  position: relative;
  cursor:pointer;
}
.fx .arrow::after{
  display: block;
  content: '';
  width: 0.572rem;
  border: 0.28571rem solid #fff;
  position: absolute;
  right: 0.28571rem;
  top: -0.56rem;
  border-top-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
}
.newmsg::after{
  display: block;
  content: '';
  width: 0.5rem;
  height: 0.5rem;
  background: #F75353;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  top: -0.57142rem;
  right: 0.1rem;
}
.fx .share .msgbtn{
  margin-bottom: 0.8571rem;
}
.fx .share span{
  display: inline-block;
  font-size: 0.8rem;
  color: #666666;
  margin-left: 0.42857rem;
}
.fx .share img{
  vertical-align: top;
}
.msgimg{
   width:1.2rem;
}
.serimg{
  width: 1.08571rem;
}
/*-------------------------*/
.home-wrapper .search-bar {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: 1.4rem;
  font-size: .6rem;
  line-height: 1.5rem;
  text-indent: 1.3rem;
  background: #fffbed;
  margin-left: .4rem;
  margin-right: .4rem;
  border-radius: 6px;
  background-image: url(../assets/banner-sousuo.png);
  background-repeat: no-repeat;
  background-size: .6rem;
  background-position: 0.48125rem center;
  color: #d8d8d8;
}
.home-wrapper .swiper-container1 {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home-wrapper .recent-wrapper {
  /* margin-top: .2rem; */
  background: white;
  font-size: .5rem;
  /* height: 2000px; */
}
.home-wrapper .contact-us {
  background: #f2f2f2;
  padding-top: .2rem;
}
.home-wrapper .titleBar-wrapper-recent-play {
  width: 100%;
  height: 2.4rem;
  line-height: 2.4rem;
  border-bottom: 1px solid #eeeeee;
  padding: .1rem .4rem;
  position: relative;
}
.home-wrapper .titleBar-wrapper-recent-play .title-icon {
  width: .8rem;
  /* height: .7rem; */
  position: absolute;
  top: 51%;
  left: .5rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-wrapper .titleBar-wrapper-recent-play .title {
  margin-left: 1.1rem;
  letter-spacing: 1px;
  color: #000000;
  font-size: .58785rem;
  /* font-weight: 500; */
}
.home-wrapper .titleBar-wrapper-recent-play .more-message {
  font-size: .49rem;
  color: #969696;
  float: right;
  margin-right: .8rem;
}
.home-wrapper .titleBar-wrapper-recent-play .recent-play-more-icon {
  width: .4rem;
  position: absolute;
  top: 54.5%;
  right: .8rem;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-wrapper .recentplay-list {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  position: relative;
  margin-left: 1rem;
}
.home-wrapper .recentplay-list .recent-game {
  width: 1.4rem;
  height: 1.4rem;
  border-radius: .7rem;
  margin-top: .2rem;
  margin-right: .3rem;
}
.home-wrapper .special-wrapper {
  width: 100%;
  background: white;
  /* margin-top: .2rem; */
}
.home-wrapper .special-wrapper .special-module {
  font-size: 0;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: .446785rem .1rem;
}
.home-wrapper .special-wrapper .special-module .special-list {
  width: auto;
  position: relative;
  white-space: nowrap;
}
.home-wrapper .special-wrapper .special-module .special-list img {
  width: 9rem;
  /* border-radius: 8px; */
  overflow: hidden;
  display: inline-block;
  background-color: #232b36;
  position: relative;
  margin-left: .4rem;
  background-size: 100% auto;
}
.home-wrapper .zixun-wrapper {
  background: white;
  /* margin-top: .2rem; */
}
.home-wrapper .zixun-wrapper .zixun-menu {
  padding: .5rem .6rem 0 .6rem;
}
.home-wrapper .zixun-wrapper .zixun-menu .zixun-divide {
  text-align: center;
}
.home-wrapper .zixun-wrapper .zixun-menu .zixun-divide .zixun-item {
  font-size: .53rem;
  padding: .2666rem 1.1245rem;
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ffda44;
  box-sizing: border-box;
}
.home-wrapper .zixun-wrapper .zixun-menu .zixun-divide .zixun-item:nth-child(1) {
  margin-right: -4px;
  border-right-width: 0;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.home-wrapper .zixun-wrapper .zixun-menu .zixun-divide .zixun-item:nth-child(2) {
  margin-right: -4px;
  border-right-width: 0;
}
.home-wrapper .zixun-wrapper .zixun-menu .zixun-divide .zixun-item:nth-child(3) {
  margin-right: -1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.home-wrapper .zixun-wrapper .hide {
  display: none;
}
.home-wrapper .active {
  background: #ffda44;
}
.home-wrapper .newGames-wrapper {
  /* margin-top: .2rem; */
  background: white;
}
.home-wrapper .video-wrapper {
  /* margin-top: .2rem; */
  background: white;
}
.home-wrapper .home-divide {
  margin-top: .2rem;
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* justify-content: center; */
  padding: .3rem .3rem;
}
.home-wrapper .home-divide .divide-item {
  /* width: 20%;  */
  -webkit-box-flex: 0.25;
  -webkit-flex: 0.25;
  -ms-flex: 0.25;
  flex: 0.25;
  padding: .0567rem 0;
}
.home-wrapper .home-divide .divide-item img {
  width: 2rem;
  height: 2rem;
  display: block;
  margin: 0 auto;
}
.home-wrapper .home-divide .divide-item .divide-title {
  margin-top: 0;
  text-align: center;
  color: #000000;
  font-size: .48rem;
}
.search-page {
  display: none;
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  max-width: 640px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  margin: 0 auto;
  z-index: 101;
  background: #ffffff;
}
.search-page .search-box {
  background: #ffda44;
  /* height: 2rem; */
  /* line-height: 2rem; */
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: .4rem .3rem;
  padding-left: .3rem;
  box-sizing: border-box;
}
.search-page .search-box .search-con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: white;
  height: 1.4rem;
  line-height: 1.4rem;
  display: inline-block;
  border-radius: 4px;
  position: relative;
  padding-right: 1rem;
  margin-left: .3rem;
}
.search-page .search-box .search-con input {
  width: 100%;
  height: 1.4rem;
  line-height: 1.5rem;
  outline: 0;
  /* letter-spacing: 1px; */
  border-radius: 4px;
  text-indent: 14px;
  font-size: .6rem;
}
.search-page .search-box .search-con .search-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 1%;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: .8rem;
  background-position: 0 center;
  background-image: url(../assets/banner-sousuo.png);
}
.search-page .search-box .cancel {
  width: 2rem;
  font-size: .6rem;
  background: transparent;
  border-width: 0;
  color: #3e3e3e;
  outline: 0;
  text-align: center;
  line-height: 1.4rem;
}
.search-page .search-his-box,
.search-page .search-recommend-box {
  background: white;
  padding: .4rem .6rem;
}
.search-page .search-his-box .rec,
.search-page .search-recommend-box .rec {
  font-size: .64785rem;
  margin-bottom: .2rem;
}
.search-page .search-his-box .his-tag,
.search-page .search-recommend-box .his-tag {
  display: inline-block;
  vertical-align: top;
  padding: 0 .4rem;
  height: 1.2rem;
  line-height: 1.2rem;
  border-radius: 5px;
  margin-top: .2rem;
  margin-right: .3rem;
  font-size: .6275rem;
  color: #666;
  border: 1px solid #e0e0e0;
  word-break: break-all;
}
.search-page .modal-history {
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  top: 2rem;
  bottom: 0;
  background: rgba(1, 1, 1, 0.6);
}
.search-page .modal-history p {
  font-size: .6rem;
  color: #666;
  background: white;
  padding: .4rem .6rem;
  border-bottom: 1px solid #eeeeee;
}
.search-page .modal-history .history-ul {
  background: white;
}
.search-page .modal-history .history-ul a {
  color: #666;
}
.search-page .modal-history .history-ul li {
  border-bottom: 1px solid #eeeeee;
  padding-top: .2rem;
  padding-bottom: .2rem;
  padding-left: 1.4rem;
  font-size: .6rem;
  width: 100%;
  background-repeat: no-repeat;
  background-size: .6rem;
  background-position: .6rem center;
  background-image: url(../assets/banner-sousuo.png);
}
.share-modal {
  background: white;
  position: fixed;
  width: 100%;
  max-width: 640px;
  bottom: -5rem;
  height: 5rem;
  transition: bottom 0.3785s ease-in-out;
}
.share-modal .share-module {
  font-size: 0;
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  padding: .446785rem .1rem;
  background: #eee;
}
.share-modal .share-module .share-list {
  width: auto;
  position: relative;
  white-space: nowrap;
}
.share-modal .share-module .share-list .share-items {
  margin-left: .5rem;
  display: inline-block;
  height: 2.5rem;
  width: 2rem;
  background-repeat: no-repeat;
  background-size: 2rem;
  background-position: 100% 0;
  text-align: center;
  font-size: .5rem;
  line-height: 5rem;
  color: #666;
}
.share-modal .share-module .share-list .share-items1 {
  background-image: url(../assets/weibo-share.png);
}
.share-modal .share-module .share-list .share-items2 {
  background-image: url(../assets/weixin-share.png);
}
.share-modal .share-module .share-list .share-items3 {
  background-image: url(../assets/qqzone-share.png);
}
.share-modal .cancel-share {
  height: 1.5rem;
  font-size: .6rem;
  text-align: center;
  line-height: 1.3rem;
  color: #f39900;
}
#YSF-BTN-HOLDER{display: none}




