﻿.page-wrap {
  background-color: #ffffff;
  margin-top: 42px;
}
.page-content {
  margin: 0 auto;
  width: 1200px;
}
.banner-wrap {
  padding: 0 0 40px 0;
  height: 400px;
  position: relative;
}
.banner-wrap .banner-area {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: #ddd;
}

/* banner start */
#banner-section{
  position: relative;
  overflow: hidden;
}
.banner-image-area{
  overflow: hidden;
}
.banner-image-item{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.banner-image-item.active{
  z-index: 10;
}
.banner-image-item img {
  width: 100%;
  height: 100%;
}
.banner-pagination-area{
  position: absolute;
  bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 0;
  z-index: 15;
}
.banner-pagination-area .banner-pagination-wrap{
  display: inline-block;
  margin: 0 auto;
  height: 5px;
}

.banner-pagination-area .banner-pagination-wrap > a {
  margin: 0 4px;
}

a, img {
  border: 0;
}

.progress {
  stroke-dashoffset: 282.783px;
  animation: progressAnimation 3000ms linear infinite;
}

@keyframes progressAnimation {
  from {
    stroke-dashoffset: 282.783px;
  }
  to {
    stroke-dashoffset: 6px;
  }
}

.progress-active {
  stroke-dashoffset: 6px !important;
}

/* banner end */

/* banner右边的热门小程序 start */
.banner-rank{
  width: 245px;
  height: 317px;
  background: rgba(48,52,69,.8);
  position: absolute;
  z-index: 99;
  color: #fff;
  top: 40px;
  right: 14.5%;
}

.banner-rank .banner-rank-pay {
  background: rgba(48,52,69,0);
  position: relative;
  font-size: 14px;
  width:42%;
  display: inline-block;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
}
.banner-rank .banner-rank-pay::after {
  content: '';
  height: 1px;
  width: 216px;
  border-top: 1px solid rgba(255,255,255,0.4);
  position: absolute;
  left: 13px;
  bottom: -3px;
}
.banner-rank .banner-rank-pay:hover {
  color: rgba(255, 255, 255, .8)
}

.banner-rank-pay h3{
  width: 98px;
  margin: 0 auto;
  font-weight: normal;
  font-size: 14px;
  margin-left: 12px;
}

.hot-xcx-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 16px;
  width: 88%;
  font-size: 14px;
}
.hot-xcx-list > li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  width: 65px;
  height: 68px;
  cursor: pointer;
  font-size: 12px;
  text-align: center;
}
.hot-xcx-list > li img {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  transition: all .5s;
  -webkit-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
}
.hot-xcx-list > li:hover img {
  transform-origin: 50% 60%;
  -webkit-transform-origin: 50% 60%;
  -ms-transform-origin: 50% 60%;
  -moz-transform-origin: 50% 60%;
  -o-transform-origin: 50% 60%;
  transform: scale(.85, .85);
  -webkit-transform: scale(.85, .85);
  -ms-transform: scale(.85, .85);
  -moz-transform: scale(.85, .85);
  -o-transform: scale(.85, .85);
}
.hot-xcx-list > li a {
  display: inline-block;
  height: 60px;
  color: #fff;
  overflow: hidden;
  text-decoration: none;
  transition: all .5s;
}
.hot-xcx-list > li:hover a {
  height: 72px;
  background-color: rgba(0, 0, 0, .7);
}
.hot-xcx-list > li .hot-xcx-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: none;
  position: relative;
  bottom: 6px;
  font-size: 12px;
  font-weight: normal;
  width: 66px;
}
.hot-xcx-list > li:hover .hot-xcx-name {
  display: inline-block;
}
/* banner右边的热门小程序 end */

.mainContent-area {
  display: inline-block;
  width: 1200px;
}
.mainContent-area .title{
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}
.hot-title {
  padding-bottom: 18px;
}
.hot-type {
  display: inline-block;
  font-size: 0;
}
.hot-type div {
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  color: #333333;
}
.hot-type div.cur {
  color: #47b751;
}
.hot-con {
  overflow: hidden;
  margin-bottom: 45px !important;
  margin-top: 5px;
}
.hot-con:after {
  content: '';
  display: block;
  clear: both;
}
.hot-con ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  background: #fff;
  box-sizing: border-box;
  /* -webkit-box-shadow: 0px 0px 4px #d4d3d3; */
  /* box-shadow: 0px 0px 4px #d4d3d3; */
  margin-top: 5px;
  margin-bottom: 5px;
  box-shadow: 0px 12px 8px -12px #d4d3d3, 0 -12px 8px -12px #d4d3d3;
}
.hot-con ul li {
  position: relative;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
}
.hot-con ul li a {
  display: block;
  width: 90px;
  padding: 8px 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  position: relative;
}
.hot-con ul li a:hover {
  border-color: #e3e3e3
}
.hot-con ul li a:hover span {
  background: #47b751;
  color: #fff
}
.hot-con ul li img {
  width: 90px;
  height: 90px;
}
.hot-con ul li span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
.hot-con a .os_icon {
  position: absolute;
  top: 7px;
  right: 9px;
  border: 1px solid #eee;
}
.ele-shopping {
  margin-bottom: 48px !important;
}
.webapp-games {
  margin-bottom: 8px !important;
}
.hot-title > h3,
.hot-subject > a,
.hot-subject > h3,
.humor-funny > a,
.humor-funny > h3,
.ele-shopping > a,
.ele-shopping > h3,
.webapp-games > a,
.webapp-games > h3,
.new-publish > a,
.new-publish > h3,
.brands-xcx > a,
.brands-xcx > h3 {
  height: 18px;
  line-height: 18px;
  font-size: 20px;
  display: inline-block;
}
.mainContent-area .title h3 a:first-child {
  font-weight: 800;
  color: #303445;
  font-size: 20px;
}
.hot-title > h3 a,
.hot-subject > h3 a,
.humor-funny > h3 a,
.ele-shopping > h3 a,
.webapp-games > h3 a,
.new-publish > h3 a,
.brands-xcx > h3 a {
  font-weight: 800;
}
.mainContent-area .title a:last-child {
  /*float: right;*/
  font-size: 14px;
  color: #9FA5BB;
}
.hot-title > a,
.hot-subject > h3 + a,
.humor-funny > h3 + a,
.ele-shopping > h3 + a,
.webapp-games > h3 + a,
.new-publish > h3 + a,
.brands-xcx > h3 + a {
  float: right;
  font-size: 14px;
  color: #9FA5BB;
}
.hot-title > a:hover,
.hot-subject > h3 + a:hover,
.humor-funny > h3 + a:hover,
.ele-shopping > h3 + a:hover,
.webapp-games > h3 + a:hover,
.new-publish > h3 + a:hover,
.brands-xcx > h3 + a:hover {
  color: #3091f2;
}
.new-publish > h3 + a {
  padding-right: 50px;
}
.mainContent-area .title .icon-more{
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.mainContent-area .icon-more {
  display: inline-block;
  margin-left: 6px;
  vertical-align: middle;
}
.hot-subject .subject-ul {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 30px;
  width: 1200px;
}
.hot-subject .subject-ul > li {
  margin: 0 10px;
  width: 220px;
  height: 120px;
  background: #E5E5E5;
  position: relative;
  overflow: hidden;
}
.hot-subject .subject-ul > li > a {
  display: block;
  height: 120px;
  overflow: hidden;
}
.hot-subject .subject-ul > li:hover p {
  bottom: 0;
}
.hot-subject .subject-ul > li p {
  width: 220px;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  left: 0;
  bottom: -40px;
  color: #E8E6E7;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.hot-subject .subject-ul > li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.hot-subject .subject-ul > li img {
  width: 100%;
  height: 100%;
  transition: .7s;
}
.humor-funny .brands-ul,
.ele-shopping .brands-ul,
.brands-xcx .brands-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1200px;
  background: #fff;
  margin-top: 30px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px #d4d3d3;
  box-shadow: 0px 0px 4px #d4d3d3;
}
.brands-ul > li a {
  display: block;
  width: 90px;
  padding: 8px 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  position: relative;
}
.brands-ul > li a .os_icon {
  position: absolute;
  top: 7px;
  right: 9px;
  border: 1px solid #eee;
}
.ele-shopping li a {
  display: block;
  width: 90px;
  padding: 8px 10px;
  border: 1px solid transparent;
  margin: 0 auto;
}
.humor-funny li a {
  display: block;
  width: 90px;
  padding: 8px 10px;
  border: 1px solid transparent;
  margin: 0 auto;
}
.brands-ul > li a:hover {
  border-color: #e3e3e3
}
.ele-shopping li a:hover {
  border-color: #e3e3e3
}
.humor-funny li a:hover {
  border-color: #e3e3e3
}
.brands-ul > li span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
.ele-shopping li span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
.humor-funny li span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 90px;
  text-align: center;
  margin-top: 8px;
  font-size: 13px;
  height: 26px;
  line-height: 26px;
}
.brands-ul a:hover span {
  background: #47b751;
  color: #fff
}
.ele-shopping a:hover p {
  background: #47b751;
  color: #fff
}
.humor-funny a:hover p {
  background: #47b751;
  color: #fff
}

.update-evaluation {
  padding-bottom: 40px;
}

.update-evaluation:after {
  content: '';
  display: block;
  clear: both;
}

.update-evaluation .latest-update {
  width: 352px;
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
  position: relative;
}

.update-evaluation .latest-update:after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  background-color: #848484;
  width: 268px;
  top: 40px;
  right: 0;
}

.update-evaluation .latest-update > span {
  position: absolute;
  color: #53C464;
  cursor: pointer;
}

.update-evaluation .latest-update > span:nth-of-type(1) {
  right: 20px;
  top: 8px;
}

.update-evaluation .latest-update .icon-change-batch {
  right: 0;
  top: 12px;
}

.ad-long {
  width: 1200px;
  height: 122px;
  padding-bottom: 40px;
  display: block;
  overflow: hidden;
}

.ad-long img {
  width: 100%;
  height: 100%;
}

.latest-update h2:first-child {
  font-size: 20px;
  width: 80px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-bottom: 4px;
  border-bottom: 4px solid #53C464;
}

.latest-update ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 49px;
  line-height: 49px;
}

.latest-update .latest-ul-wrap {
  height: 294px;
  overflow: hidden;
  position: relative;
}

.latest-update ul {
  padding: 0 5px;
  position: absolute;
  width: 96%;
  top: 0px;
}

.latest-update li a:nth-of-type(1) {
  display: inline-block;
  width: 156px;
  font-weight: normal;
  font-size: 16px;
  color: #303445;
  margin-right: 10px;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.latest-update li a:nth-of-type(1):hover {
  color: #3091f2;
}

.latest-update li img {
  width: 27px;
  height: 27px;
  vertical-align: middle;
  margin-right: 5px;
}

.latest-update li a:nth-of-type(3),
.latest-update li a:nth-of-type(2) {
  color: #3091F2;
  border: 1px solid #3091F2;
  font-size: 12px;
  display: inline-block;
  width: 34px;
  text-align: center;
  height: 20px;
  line-height: 20px;
  border-radius: 20px;
  overflow: hidden;
}

.latest-update .category-left {
  margin-left: -44px;
}

.latest-update li span:last-child {
  font-size: 10px;
  color:#ff7b31;
}

.update-evaluation .play-evaluation {
  width: 502px;
  box-sizing: border-box;
  float: left;
  margin-right: 30px;
  position: relative;
}

.update-evaluation .play-evaluation:after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  background-color: #848484;
  width: 418px;
  top: 40px;
  right: 0;
}

.play-evaluation h2:nth-of-type(1) {
  font-size: 20px;
  width: 80px;
  display: inline-block;
  height: 36px;
  line-height: 36px;
  padding-bottom: 4px;
  border-bottom: 4px solid #53C464;
}

.play-evaluation > a:nth-of-type(1) {
  font-size: 16px;
  color: #53C464;
  position: absolute;
  height: 22px;
  right: 0;
  line-height: 16px;
  top: 0px;
}

.play-evaluation ul {
  box-sizing: border-box;
  padding: 7px 7px;
}

.play-evaluation a {
  display: flex;
  padding-top: 10px;
  padding-bottom: 12px;
  cursor: pointer;
}

.play-evaluation li .play-evaluation-left {
  width: 406px;
  margin-left: 10px;
}

.play-evaluation img {
  width: 74px;
  height: 74px;
}

.play-evaluation .evaluation-left-dec {
  font-size: 12px;
  color: #59607B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
}

.play-evaluation .play-evaluation-left .evaluation-left-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}

.play-evaluation .evaluation-left-title p {
  font-size: 16px;
  font-weight: normal;
  color: #303445;
}

.play-evaluation li:hover .evaluation-left-title p {
  color: #3091F2;
}

.play-evaluation .evaluation-left-title span {
  font-size: 10px;
  color: #9FA5BB;
}

.update-evaluation .popular-evaluation {
  width: 285px;
  box-sizing: border-box;
  float: left;
  position: relative;
}

.update-evaluation .popular-evaluation:after {
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  top: 40px;
  right: 0;
  width: 201px;
  background-color: #848484;
}

.popular-evaluation h2 {
  font-size: 20px;
  width: 80px;
  margin-top: 2px;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  padding-bottom: 2px;
  border-bottom: 4px solid #53C464;
}

.popular-evaluation a {
  height: 130px;
  margin-top: 10px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  display: block;
}

.popular-evaluation a img {
  width: 100%;
  height: 100%;
  transition: .7s;
}

.popular-evaluation a p {
  width: 100%;
  height: 30px;
  line-height: 30px;
  padding: 0 5px;
  box-sizing: border-box;
  text-align: left;
  padding-left: 10px;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
  left: 0;
  bottom: -40px;
  color: #E8E6E7;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

.popular-evaluation a:hover p {
  bottom: 0;
}

.popular-evaluation a:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.search-include {
  display: flex;
  align-items: center;
  margin-bottom: 30px !important;
}

.search-include .search-wrap {
  width: 884px;
  display: flex;
  align-items: center;
  margin-right: 28px;
}

.search-include .search-wrap input {
  height: 34px;
  border: 1px solid #d5d5de;
  text-indent: 10px;
  width: 792px;
}

.search-include .search-wrap button {
  color: #ffffff;
  font-size: 14px;
  background-color: #3091F2;
  width: 90px;
  height: 34px;
  line-height: 34px;
  box-sizing: border-box;
  text-align: center;
  border: none;
}

.search-include .search-wrap .icon-search {
  margin-left: 7px;
}

.search-include .today-include {
  width: 285px;
  /* float: left; */
  height: 55px;
  line-height: 55px;
  display: flex;
  justify-content: center;
  background-color: #F1F4FF;
  align-items: center;
  color: #303445;
  font-weight: bold;
}

.search-include .today-include span {
  color: #3091F2;
}

.search-include .today-include img {
  height: 18px;
  margin-right: 9px;
}

.new-evaluation {
  display: flex;
  margin-bottom: 48px !important;
}
.new-publish {
  display: inline-block;
  width: 900px;
}
.new-publish .webapp-container {
  display: inline-block;
  width: 900px;
}
.new-publish .title {
  width: 900px;
  display: flex;
  box-sizing: border-box;
  padding-right: 52px
}
.new-publish .webapp-ul {
  display: inline-block;
  width: 886px !important;
  -webkit-box-shadow: 0 0 4px #d4d3d3;
  box-shadow: 0 0 4px #d4d3d3;
  left: 0 !important;
}
.new-publish .webapp-ul > li {
  position: relative;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 147px;
  text-align: center;
  margin: 0 0 2px;
}
.new-publish .webapp-ul > li a {
  display: block;
  width: 90px;
  padding: 8px 10px;
  border: 1px solid transparent;
  margin: 0 auto;
  position: relative;
}
.new-publish .webapp-ul > li img {
  width: 90px !important;
  height: 90px !important;
  padding: 0 !important;
}
.new-publish .webapp-ul > li a .new_icon {
  position: absolute;
  top: 7px;
  right: 9px;
  border: 1px solid #eee;
}
.new-publish .webapp-ul > li a:hover {
  border-color: #e3e3e3;
}
.new-publish .webapp-ul > li span {
  display: block;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  margin-top: 8px;
  text-align: center;
  font-size: 13px;
}
.new-publish .webapp-ul > li a:hover span {
  background: #47b751;
  color: #fff;
}
.new-publish .webapp-ul > li:nth-last-child(1) {
  margin-bottom: 0px !important;
}
.new-publish .webapp-ul > li:nth-last-child(2) {
  margin-bottom: 0px !important;
}
.new-publish .webapp-ul > li:nth-last-child(3) {
  margin-bottom: 0px !important;
}
.new-publish .webapp-ul > li:nth-last-child(4) {
  margin-bottom: 0px !important;
}
.new-publish .webapp-ul > li:nth-last-child(5) {
  margin-bottom: 0px !important;
}
.new-publish .webapp-ul > li .item-bottom {
  padding: 8px 20px 10px;
}

.hot-evaluation {
  display: inline-block;
  width: 285px;
  box-sizing: border-box;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 4px #d4d3d3;
  box-shadow: 0 0 4px #d4d3d3;
  margin-left: 12px;
}

.hot-evaluation h2 {
  width: 50%;
  text-align: center;
  height: 33px;
  line-height: 33px;
  color: #ffffff;
  background-color: #D5D5DE;
  font-weight: normal;
  cursor: pointer;
  font-size: 14px;
  float: left;
}

.hot-evaluation h2.active {
  background: #3091F2;
}

.hot-evaluation .ranking-hot {
  position: relative;
  margin-top: 33px;
  display: none;
}

.hot-evaluation .ranking-hot.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 62px;
}

.hot-evaluation .ranking-hot.active {
  display: block;
}

.hot-evaluation .ranking-lastest {
  display: none;
  position: relative;
  margin-top: 33px;
}

.hot-evaluation .ranking-lastest.active {
  display: block;
}

.hot-evaluation .ranking-lastest.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: -6px;
  left: 207px;
}

.hot-evaluation .ranking-item {
  display: flex;
  align-items: center;
  height: 44px;
  padding-left: 20px;
  padding-top: 2.5px;
}

.hot-evaluation .ranking-item .ranking-index-label {
  position: relative;
  display: inline-block;
  width: 13px;
  height: 19px;
  background-repeat: no-repeat;
  background-position-y: 4px;
  background-size: 13px auto;
  line-height: 45px;
}

.hot-evaluation .ranking-item .ranking-index-label em {
  font-style: normal;
  display: block;
  transform: scale(0.6);
  font-size: 12px;
  position: absolute;
  left: 3px;
  top: -10px;
}

.hot-evaluation .ranking-item .ranking-index-label.first {
  background-image: url(../images/first.svg);
  color: #DC742A;
}

.hot-evaluation .ranking-item .ranking-index-label.second {
  background-image: url(../images/second.svg);
  color: #4E838F;
}

.hot-evaluation .ranking-item .ranking-index-label.third {
  background-image: url(../images/third.svg);
  color: #A67848;
}

.hot-evaluation .ranking-item .icon-flower {
  color: #D5D5DE;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
}

.hot-evaluation .ranking-item .icon-flower em {
  font-style: normal;
  display: block;
  transform: scale(0.7);
  font-size: 12px;
  text-align: center;
  position: absolute;
  /* left: 4px; */
  top: 1px;
  color: #ffffff;
}

.hot-evaluation .ranking-item img {
  width: 27px;
  height: 27px;
  margin-left: 4px;
  margin-right: 4px;
  vertical-align: text-bottom;
}

.hot-evaluation .ranking-item h4 {
  color: #303445;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 122px;
}

.hot-evaluation .ranking-item a:nth-of-type(1) {
  color: #303445;
  font-size: 16px;
  font-weight: normal;
  margin-left: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 162px;
  display: inline-block;
}

.hot-evaluation .ranking-item .ranking-tag {
  color: #3091F2;
  width: 45px;
  height: 24px;
  line-height: 24px;
  border: 1px solid #3091F2;
  text-align: center;
  border-radius: 15px;
  margin-left: 10px;
  font-size: 12px;
}

.hot-evaluation .ranking-ad {
  display: block;
  height: 92px;
  width: 268px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}

.hot-evaluation .ranking-ad img {
  width: 100%;
  height: 100%;
}

.brands-ul > li {
  position: relative;
  padding: 8px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px;
  text-align: center;
}
.brands-ul > li img {
  width: 90px;
  height: 90px;
}
.mainContent-area .webapp-container {
  padding-top: 20px;
}
.mainContent-area .webapp-ul {
  position: relative;
  left: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 880px;
  margin-top: 30px !important;
}
.webapp-ul > li {
  position: relative;
  margin: 0 10px 40px;
  width: 273px;
  height: 180px;
  background: #fff;
}
.webapp-ul > li:hover {
  z-index: 4;
}
.webapp-games .webapp-ul {
  width: 1200px;
}
.webapp-games .webapp-ul > li {
  width: 282px;
  height: 150px;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 4px #d4d3d3;
  box-shadow: 0px 0px 4px #d4d3d3;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}
.webapp-games .webapp-ul > li:hover {
  -webkit-box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
  box-shadow: 0px 2px 12px rgba(0,0,0,0.15);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  z-index: 6;
}
.webapp-games .webapp-ul > li:nth-child(4n) {
  margin-right: 0;
}
.webapp-games .webapp-ul > li a {
  position: relative;
  display: inline-block;
}
.webapp-games .webapp-ul > li a .ss_icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 65px;
  height: 65px;
}
.webapp-games .webapp-ul > li .item-bottom {
  padding: 6px 20px 10px;
}
.ele-shopping .webapp-ul {
  padding-top: 14px;
  padding-bottom: 14px;
}
.webapp-ul > li:hover .qrcode-area {
  display: block;
}

.webapp-ul > li > a > img:first-child {
  padding: 20px 10px 20px 20px;
  width: 65px;
  height: 65px;
}

.webapp-ul > li .item-txt {
  padding-top: 20px;
  padding-right: 24px;
  display: inline-block;
  float: right;
  width: 158px;
}

.webapp-ul > li .item-name {
  padding-bottom: 6px;
  width: 130px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.webapp-ul > li .item-description {
  display: -webkit-box;
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #59607B;
}

.webapp-ul > li .item-bottom {
  padding: 20px 20px 10px;
  font-size: 14px;
  color: #9FA5BB;
}
.webapp-ul > li .item-bottom .icon-eye {
  font-size: 20px;
  vertical-align: sub;
  color: #D5D5DE;
}
.atar-show-index {
  background: url("../images/sstark2.png");
  width: 90px;
  height: 12px;
  position: relative;
  display: inline-block;
}
.atar-show-index .score-area {
  background: url("../images/sstars2.png");
  left: 0;
  height: 12px;
  width: 60px;
  display: block;
}
.webapp-ul > li .item-bottom .view-area {
  float: right;
}
.webapp-ul > li .item-bottom .score-num {
  display: inline-block;
  vertical-align: bottom;
}
.mainContent-area > div{
  margin-bottom: 0px;
}
.mainContent-area .hot-subject,
.mainContent-area .brands-xcx {
  margin-bottom: 50px;
}
.mainContent-area > div:nth-last-child(1){
  margin-bottom: 100px;
}
