.wrapper {
  width: 1200px;
  color: #333;
  margin-top: 12px;
}

.wrapper .left-wrapper {
  position: relative;
  float: left;
  width: 795px;
  margin-right: 15px;
}

.wrapper .right-wrapper {
  float: left;
  width: 390px;
}

.wrapper .right-wrapper .right-title {
  padding: 10px 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.wrapper .right-wrapper .module {
  margin-bottom: 20px;
}

.module {
  background: #fff;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.15);
}

.game-info {
  margin-bottom: 20px;
}

.title {
  margin-bottom: 10px;
  padding: 0 0 0 8px;
  line-height: 20px;
  font-size: 18px;
  border-left: 4px solid #14B9C8;
}

.title .right {
  float: right;
  color: red;
  font-size: 12px;
}

.title .more {
  float: right;
  font-size: 12px;
  color: #14B9C8;
}

/* 左侧搜索结果 */
.tab-HL {
  height: 64px;
  line-height: 64px;
  position: relative;
  display: flex;
  background: #fff;
  border-bottom: 1px solid #f8f8f8;
}

.tab-HL a {
  font-size: 15px;
  color: #333;
  margin-left: 30px;
  display: block;
  height: 61px
}
.tab-HL a.on{
  color: #009fae;
}

.tab-HL a em {
  color: #009fae;
}

.tab-HL .line {
  position: absolute;
  width: 100px;
  height: 3px;
  background: #009fae;
  bottom: 0;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s
}

section .hint {
  font-size: 16px;
  color: #666;
  height: 70px;
  line-height: 70px;
  padding-left: 20px
}
section .hint em {
  color: #009fae;
}
.result-container{
  position: relative;
  padding-bottom: 60px;
}
/* 搜索页码 */
#spage {
  position: absolute;
  left: 46%;
  bottom: -5px;
  transform: translate(-50%, -50%);
}

#spage input {
  display: inline-block;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #eee;
  background: none;
  color: #666666;
  font-size: 14px;
  margin: 0 5px;
  overflow: hidden;
  font-weight: normal;
  cursor: pointer;
}

#spage input:hover {
  background: #14B9C8;
  color: #fff;
  border-color: #14B9C8;
}

#spage input#curr {
  background: #14B9C8;
  border-color: #14B9C8;
  color: #fff;
}
/* 搜索游戏结果 */
.search-game{
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.search-game .game-item{
  display: flex;
  padding: 24px 0;
  width: 350px;
}
.search-game .game-item .pic{
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  overflow: hidden;
}
.search-game .game-item .pic img{
  display: block;
  width: 100%;
  height: 100%;
}
.search-game .game-item .right{
  margin-left: 20px;
  min-width: 0;
  flex: 1;
  overflow: hidden;
  width: 230px;
}
.search-game .game-item .right .game-title{
  display: block;
  font-size: 20px;
  color: #454545;
  font-weight: bold;
  height: 24px;
  overflow: hidden;
}
.game-title em{
  color: #17acb1;
  font-weight: bold;
}
.search-game .game-item .right .info{
  font-size: 12px;
  color: #808080;
  margin: 15px 0;
}
.listBtn{
    display: inline-block;
    margin: 0 10px;
    width: 110px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #eee;
    font-size: 12px;
    color: #555;
    background-color: #fafafa;
    text-align: center;
    margin-left: 0;
}
.listBtn .dlBtn{
  background: url(../images/listIcon.png) no-repeat;
  color: #888;
  padding-left: 16px;
  background-position: 0 -182px;
}
.listBtn:hover {
  background-color: #f6505c;
  color: #fff;
  text-decoration: none;
  border-color: #f6505c;
}
.listBtn:hover .dlBtn{
  color: #fff;
  background-position: 0 -199px;
}
/* 搜索礼包结果 */
.present-content{
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  justify-content: space-between;
}
.present-content .present-item {
  width: 350px;
  position: relative;
  padding: 25px 0;
}
.present-content .present-item .game-icon {
  position: absolute;
  top: 20px;
  left: 0;
  width: 100px;
  height: 100px;
  overflow: hidden;
}
.present-content .present-item .game-icon img {
  width: 100%;
  height: 100%;
}
.present-content .present-item .present-detail {
  padding: 0 0 0 115px;
  height: 100px;
}
.present-content .present-item .present-detail .game-name {
  font-size: 16px;
  color: #222;
}
.present-content .present-item .present-detail .number{
  color: #333;
}
.present-content .present-item .present-detail .progress {
  margin: 5px 0;
  color: #14B9C8;
  font-size: 0;
}
.present-content .present-item .present-detail .progress .percentage-all {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 6px;
  margin-right: 10px;
  background: #e5e5e5;
  border-radius: 100px;
  vertical-align: middle;
}
.present-content .present-item .present-detail .progress .percentage-all .percentage-now {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  height: 6px;
  border-radius: 100px;
  background: #fdd000;
}
.present-content .present-item .present-detail .progress .number {
  vertical-align: middle;
  font-size: 12px;
}
.present-content .present-item .btn-container {
  position: absolute;
  right: 10px;
  top: 60px;
  width: 60px;
  height: 30px;
  border: 1px solid #14B9C8;
  border-radius: 5px;
  color: #14B9C8;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}
.present-content .present-item .btn-container a{
  display: block;
  color: #14B9C8;
}
.present-content .present-item .btn-container:hover {
  background: #14B9C8;
  color: #fff;
}
.present-content .present-item .btn-container:hover a{
  color: #fff;
}
/* 攻略搜索结果 */

.subject_list{background:#fff;padding:5px 15px 10px 15px; margin-top:10px;}
.subject_list dl{
  overflow: hidden;
}
.subject_list dd{width:100%; float:left; padding:20px 0; border-bottom:1px dashed #ddd;}
.subject_list dd:hover .p1 a img{border:1px solid #ff6200}
.subject_list dd .p1{width:260px;float:left;height:130px;}
.subject_list dd .p1 a img{width:258px;height:128px; display:block;border:1px solid #ddd}
.subject_list dd .p2{width:540px;float:right;}
.subject_list dd .p2 p{line-height:30px;height:30px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.subject_list dd .p2 p a{font-size:20px;color:#333;}
.subject_list dd .p2 p a:hover{color:#ff6200;}
.subject_list dd .p2 span{display:block;line-height:20px;margin-top:10px; color:#808080; height:60px; overflow:hidden; text-align:justify}
.subject_list dd .p2 em{display:block;color:#b2b2b2;margin-top:5px;line-height:20px;font-weight:normal;}
.subject_list dd .p2 em a{float:right;color:#29aae3;}
.news_pic{margin-top:0;padding:5px 24px 10px 24px;}
.news_pic dd .p1{width:172px;height:100px;}
.news_pic dd .p1 a img{width:170px;height:98px;}
.news_pic dd .p2{width:75.5%;}
.news_pic dd .p2 p{ height:25px; line-height:25px;}
.news_pic dd .p2 p a{font-size:16px;font-weight:bold}
.news_pic dd .p2 span{ height:40px;}
.news_pic dd .p2 span a{color:#29aae3;}
.news_pic dd .p2 span a:hover,.hot_news_list li a:hover,.n_d_t_center p a:hover,.n_d_t_center span a:hover,.about_article li a:hover{color:#ff6200;}

/* 专题搜索结果 */
.special-content {
  margin: 0px 5px 10px 5px;
}
.special-content-list {
  width: 99%;
  display: block;
  clear: both;
  height: 190px;
  -webkit-animation: colorize 2s cubic-bezier(0,0,.78,.36) 1;
  animation: colorize 2s cubic-bezier(0,0,.78,.36) 1;
  border: 5px solid #ffffff;
  border-radius: 4px;
  background-color: white;
  border-top: 1px solid #e9e9e9;
}
.special-img {
  float: left;
}
.special-img img {
  width: 265px;
    height: 145px;
    display: block;
    max-width: 95%;
    margin-top: 22px;
}
.special-txt {
  width: 372px;
  float: left;
  margin-top: 18px;
  margin-left: -9px;
  height: 165px;
  border-right: 1px dashed #E5E5E5;
}
.special-txt span.ico {
  margin-top: 0px;
  display: block;
  margin-left: 10px;
  overflow: hidden;
  height: 170px;
}
h1, h2, h3 {
  font-size: 14px;
  outline: none;
  font-weight: normal;
  display: inline-block;
}
.special-txt span.ico a {
  display: block;
  float: left;
  width: 62px;
  margin-right: 10px;
  text-decoration: none;
}
.special-txt span.ico a:hover{
  color: #14B9C8;
}
h2 a.sepcialtitle {
  display: block;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  font-size: 22px;
}
.special-txt span.ico img {
  width: 62px;
  height: 62px;
  margin-right: 10px;
}
.special-txt span.ico i {
  display: block;
    text-align: center;
    margin-top: 10px;
    height: 16px;
    color: #333;
    overflow: hidden;
}
.special-txt span.ico em {
  display: block;
  color: red;
  margin-bottom: 10px;
}
a.sepcialtitle {
  width: 100%!important;
}

.game-download {
  width: 145px;
  float: right;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.game-download a {
  width: 110px;
  height: 40px;
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 75px 15px;
  border: 1px solid #cccccc;
  border-radius: 5px;
}
.game-download a img {
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 5px;
}
.game-download a:hover {
  text-decoration: none;
  color:#14B9C8;
}
.code-pic {
  height: 146px;
  background: #fff;
  position: absolute;
  top: 25px;
  left: -120px;
  width: 124px;
  border: 4px solid #ddd;
  display: none;
}
.az-arrow {
  width: 0;
  height: 0;
  position: absolute;
  top: 66px;
  right: -11px;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  border-color: transparent transparent transparent #dddddd;
  line-height: 0px;
  _border-color: #000000 #000000 #000000 #dddddd;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}
.code-pic img {
  display: block;
  margin: 10px auto 4px;
}
.code-pic p {
  font-size: 12px;
  color: #333333;
  text-align: center;
}
.special-content .title {
  font-size: 26px;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 4px solid #00A2E8;
}

/* 右侧盒子下载 */
.game .game-info {
  padding: 10px 14px;
  height: 90px;
  position: relative;
  margin-bottom: 0;
}

.game .game-info .game-pic {
  float: left;
  width: 90px;
  height: 90px;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 18px;
}

.game .game-info .game-pic img {
  display: block;
  width: 90px;
  height: 90px;
}

.game .game-info .game-detail {
  float: left;
  width: 250px;
}

.game .game-info .game-detail .game-name {
  display: block;
  font-size: 18px;
  color: #222;
  font-weight: bold;
  padding-right: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game .game-info .game-detail .game-name:hover {
  color: #14c0d8;
}

.game .game-info .game-detail .game-type {
  margin-top: 18px;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game .game-info .game-detail .game-wel {
  margin-top: 8px;
  font-size: 14px;
  color: #222;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.game .game-info .game-down {
  display: block;
  position: absolute;
  right: 14px;
  top: 10px;
  width: 128px;
  height: 35px;
  background: #12a7b4;
  text-align: center;
  line-height: 35px;
  color: #fff;
  border-radius: 5px;
  font-size: 18px;
}

.game .game-info .game-down:hover {
  background: #2bd1e0;
}

.game .wechat {
  padding: 13px 14px 10px;
  overflow: hidden;
}

.game .wechat .wechat-qrcode {
  width: 80px;
  height: 80px;
  position: relative;
  padding: 8px;
  background: #fbeee3;
  float: left;
  margin-right: 15px;
}

.game .wechat .wechat-qrcode:after {
  content: '';
  display: block;
  position: absolute;
  background: #fbeee3;
  width: 12px;
  height: 12px;
  transform: rotateZ(45deg) translateY(-50%);
  right: -2px;
  top: 50%;
}

.game .wechat .wechat-qrcode img {
  display: block;
  width: 80px;
  height: 80px;
}

.game .wechat .wechat-desc {
  float: left;
}

.game .wechat .wechat-desc p {
  font-size: 14px;
  color: #222;
  line-height: 30px;
}


/* 右侧排行榜 */
.rank .rank-content {
  margin: 10px;
}

.rank .rank-content .rank-item {
  position: relative;
  padding: 10px 0;
  border-bottom: 1px solid #eeeeee;
}

.rank .rank-content .rank-item .rank-icon {
  position: absolute;
  top: 10px;
  left: 0;
  display: block;
  width: 20px;
  height: 50px;
  background-image: url(../images/rank.png);
  background-repeat: no-repeat;
}

.rank .rank-content .rank-item .rank-icon.rank-1 {
  background-position: 0 0;
}

.rank .rank-content .rank-item .rank-icon.rank-2 {
  background-position: 0 -51px;
}

.rank .rank-content .rank-item .rank-icon.rank-3 {
  background-position: 0 -104px;
}

.rank .rank-content .rank-item .rank-icon.rank-4 {
  background-position: 0 -155px;
}

.rank .rank-content .rank-item .rank-icon.rank-5 {
  background-position: 0 -205px;
}

.rank .rank-content .rank-item .rank-icon.rank-6 {
  background-position: 0 -256px;
}

.rank .rank-content .rank-item .rank-icon.rank-7 {
  background-position: 0 -308px;
}

.rank .rank-content .rank-item .rank-icon.rank-8 {
  background-position: 0 -360px;
}

.rank .rank-content .rank-item .rank-icon.rank-9 {
  background-position: 0 -412px;
}

.rank .rank-content .rank-item .rank-icon.rank-10 {
  background-position: 0 -468px;
}

.rank .rank-content .rank-item .rank-detail {
  padding: 0 0 10px 30px;
}

.rank .rank-content .rank-item .rank-detail.no-img {
  display: block;
  height: 40px;
  line-height: 50px;
  color: #666666;
  font-size: 14px;
}

.rank .rank-content .rank-item .rank-detail.img {
  display: none;
  position: relative;
  min-height: 70px;
}

.rank .rank-content .rank-item .rank-detail.img .game-icon {
  position: absolute;
  left: 30px;
  top: 0;
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 5px;
  overflow: hidden;
}

.rank .rank-content .rank-item .rank-detail.img .game-icon img {
  width: 100%;
  height: 100%;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail {
  padding-left: 80px;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-name {
  font-size: 16px;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information {
  margin-top: 7px;
  color: #999999;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information .game-number {
  margin-right: 3px;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-information .game-size {
  margin-left: 3px;
}

.rank .rank-content .rank-item .rank-detail.img .rank-game-detail .game-boon {
  margin-top: 7px;
  color: #999999;
  line-height: 16px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.rank .rank-content .rank-item .download {
  position: absolute;
  right: 0;
  top: 22px;
  width: 70px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #14B9C8;
  border-radius: 20px;
  color: #14B9C8;
}

.rank .rank-content .rank-item .download:hover {
  background: #14B9C8;
  color: #fff;
}

.rank .rank-content .rank-item.on .rank-detail.no-img {
  display: none;
}

.rank .rank-content .rank-item.on .rank-detail.img {
  display: block;
}

/* 加载中 */
.loading-container{
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loading-container .loading{
  position: relative;
  font-size: 16px;
}
.loading-container .loading:before{
  content: '...';
  width: 12px;
  height: 30px;
  background-color: #fff;
  overflow: hidden;
  position: absolute;
  left: 50px;
  animation: loading 1.5s infinite;
}
@keyframes loading{
  0%{
    width: 0;
  }
  100%{
    width: 12px;
  }
}
/* 查看更多 */
.search-more{
  display: block;
  width: 60%;
  height: 30px;
  line-height: 30px;
  border-radius: 20px;
  text-align: center;
  margin: 10px auto;
  border: 1px solid #009fae;
  font-size: 14px;
  color: #009fae;
}
.search-more:hover{
  background-color: #009fae;
  color: #fff;
}
.tab-container section{
  display: none;
}
.tab-container section:first-of-type{
  display: block;
}
.eight-ewm {
  width: 182px;
  background: #fff;
  border: 1px solid #14B9C8;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
  text-align: center;
  padding: 15px 0px;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  z-index: 10000;
  display: none;
}
.eight-ewm p{font-size:14px;color:#333;line-height:22px;}
.eight-ewm img{width:130px;height:130px;margin:10px auto;float:none;}
.game .game-info .game-down:hover .eight-ewm{
  display: block;
}