@charset "utf-8";
/* CSS Document */
.main-left {
  float: left;
  width: 1070px;
  padding: 0 20px 20px 0;
	box-sizing: border-box;
  border-right: 1px solid #ececec; /*overflow:hidden;*/
}
.main-right {
  float: right;
  width: 300px;
  margin-right: 0px;
  margin-top: 0px;
  overflow: hidden;
}
/*安卓首页推荐/热门/必备*/
.game_Commend {
  height: 121px;
  overflow: hidden;
  position: relative;
  margin: 20px auto;
}
.game_Commend::after {
  background: #e8e7ed;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.and_list_box {
  height: 121px;
  overflow: hidden;
  padding-left: 130px;
  position: relative;
  z-index: 2;
}
.and_com_list {
  height: 121px;
  overflow: hidden;
  position: absolute;
}
.and_com_list ul {
  height: 120px;
  overflow: hidden;
}
.and_com_list li {
  float: left;
  height: 120px;
  margin-left: 25px;
  position: relative;
  width: 80px;
}
.and_com_list li img {
  border-radius: 16px;
  display: block;
  height: 80px;
  width: 80px;
}
.and_com_list li a {
  display: block;
  font-size: 14px;
  height: 40px;
  left: 0;
  line-height: 40px;
  overflow: hidden;
  padding-top: 80px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 80px;
  text-decoration: none;
}
.and_com_list .on a {
  color: #12981e;
}
.and_com_list .line_box {
  bottom: 0;
  height: 2px;
  position: absolute;
  right: 0;
  width: 100%;
}
.and_com_list .line {
  background: #1e89e0;
  display: block;
  height: 2px;
  left: 25px;
  position: absolute;
  top: 0;
  width: 80px;
}
.and_com_tab {
  height: 120px;
  left: 0;
  position: absolute;
  top: 0;
  width: 110px;
  z-index: 3;
}
.and_com_tab li {
  background: #f5f5f5;
  border-top: 1px solid #e8e7ed;
  cursor: pointer;
  font-size: 16px;
  height: 39px;
  line-height: 39px;
  position: relative;
  width: 130px;
  text-align: center;
}
.and_com_tab li b {
  display: block;
  border: 5px solid;
  border-color: #fff #fff #fff #1e89e0;
  position: absolute;
  right: -10px;
  top: 15px;
  line-height: 0;
  display: none;
}
.and_com_tab .on {
  background-color: #1e89e0;
  color: #fff;
}
.and_com_tab .on b {
  display: block;
}
/*<!--安卓首页推荐/热门/必结束-->*/
/*分类页*/
.c-hd {
  position: relative;
  width: 100%;
  height: 44px;
  line-height: 44px;
  border-bottom: 2px solid #ddd;
}
.c-hd h3 {
  float: left;
  height: 46px;
  background: #fff;
  padding-right: 4px;
  margin-bottom: -2px;
  position: relative;
}
.c-hd h3 span {
  display: block;
  float: left;
  height: 43px;
  border-bottom: 3px solid #1e89e0;
  font-size: 20px;
  font-weight: 700;
  padding: 0 4px;
}
.c-hd h3 em {
  color: #1e89e0;
  font-weight: 700;
}
.c-hd .reback {
  float: right;
  color: #f4910a;
}
.c-hd .reback:hover {
  text-decoration: underline;
}
.c-hd .number {
  position: absolute;
  float: left;
  top: 6px;
  right: 0px;
  display: block;
  color: #888;
}
.c-hd .number em {
  color: #1e89e0;
}
.c-hd i {
  float: right;
  margin-top: 6px;
  display: inline;
  display: none;
}
.c-hd i a {
  margin-left: 45px;
  color: #999
}
.c-hd i a:hover {
  margin-left: 45px;
  color: #09f
}
.c-hd i.on {
  display: block
}
/*安卓热门合集*/
.slideshow .slide {
  position: relative;
  float: left;
  height: 170px;
  overflow: hidden;
  width: 1400px;
}
.slideshow .s-container {
  height: 170px;
  margin-left: -182px;
  width: 1570px;
}
.slideshow .s-content li {
  display: inline;
  width: 300px;
  height: 170px;
  position: relative;
  float: right;
  text-align: center;
}
.slideshow .s-content a {
  display: block;
  height: 170px;
  position: relative;
  float: right;
  text-align: center;
}
.slideshow .s-content a img {
  width: 300px;
  height: 170px;
}
.s-content li s {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  float: right;
  text-align: center;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  background: #000;
  filter: alpha(opacity=60);
  opacity: .6
}
.s-content li strong {
  position: absolute;
  display: block;
  left: 0;
  bottom: 10px;
  width: 100%;
  float: right;
  text-align: center;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  font-size: 14px;
  color: #fff;
  z-index: 22
}
.slideshow .prev, .slideshow .next {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 50px;
  z-index: 99;
  width: 54px;
  height: 54px;
  background: url(images/img/cssimg.png) no-repeat;
}
.slideshow .prev {
  background-position: -70px -356px;
}
.slideshow .prev:hover {
  background-position: -70px -299px;
}
.slideshow .next {
  background-position: -126px -356px;
}
.slideshow .next:hover {
  background-position: -126px -299px;
}
.slideshow .slide:hover .prev, .slideshow .slide:hover .next, .slideshow .slide.hover .prev, .slideshow .slide.hover .next {
  display: block;
}
.slideshow .prev {
  left: 82px;
}
.slideshow .next {
  right: 106px;
}
/*热门分类分项*/
.CCSTList {
  padding: 10px 0;
  overflow: hidden;
  float: left;
  height: auto;
}
.CCSTList .CCSTLtit {
  position: relative;
  padding: 12px 0 0 0;
  height: auto;
  overflow: hidden;
}
.CCSTList .CCSTLtit a {
  width: 86px;
  display: block;
  float: left;
  text-align: center;
  height: 28px;
  line-height: 28px;
  margin-right: 16px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  border-radius: 5px;
  margin-bottom: 8px;
}
.CCSTList .CCSTLtit a.more {
  background: #2a71c1
}
.CCSTList .CCSTLtit a:hover {
  color: #fff;
  background: #1e89e0;
  border: 1px solid #1e89e0;
  border-radius: 4px;
}
.CCSTList ul li {
  width: 252px;
  margin-right:8px;
  float: left;
  height: 60px;
  padding: 0 2px;
  margin-bottom: 10px;
	margin-top: 10px;
}
.CCSTList ul li img {
  width: 60px;
  height: 60px;
	box-sizing: border-box;
	border-radius: 4px;
	border: 1px solid #eee;
  float: left;
  margin-right: 10px;
}
.CCSTList ul li p {
  font-weight: normal;
  color: #000;
  margin-bottom: 6px;
  font-size: 14px;
  width: 176px;
  overflow: hidden;
  height: 36px;
  line-height: 18px;
}
.CCSTList ul li span {
	font-size: 13px;
}
.CCSTList ul li a span {
  color: #999;
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  display: block;
}
.CCSTList ul li span i {
  margin: 0 6px;
  font-style: normal;
}
.CCSTList .DivImg a {
  float: left;
  margin: 30px 18px 10px 6px;
}
.CCSTList .DivImg img {
  text-align: center;
  width: 260px;
  height: 124px;
  border-radius: 10px;
}
/*Mac游戏分类分项*/
.CGameCLList1 {
  width: 100%;
  height: 590px;
  float: left;
  overflow: hidden;
}
.CGameCLList1 .a-info a {
  float: left;
  width: 84px;
  height: 20px;
  text-align: center;
  padding-top: 5px;
  margin: 0px 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CGameCLList1 ul{
  margin-left: -16px;
}
.CGameCLList1 ul li {
  width: 100px;
  float: left;
  position: relative;
  margin-left: 15px;
  margin-right: 16px;
  height: 126px;
  overflow: hidden;
  text-align: center;
}
.CGameCLList1 ul li:nth-child(8n) {
  margin-right: 0;
}
.CGameCLList1 ul li img {
  width: 100px;
  height: 100px;
	border-radius: 16px;
transition: transform 0.5s;
}
.CGameCLList1 ul li:hover img{
	transform: rotateY(180deg);
    transition: transform 0.5s;
}
.CGameCLList1 ul li:hover a{
	color: #006bc7;
}
/*<!--排行开始-->*/
.rank-item.on .item-info {
  display: block;
  float: left;
  margin-left: 16px;
  margin-top: 4px;
}
.rank-item .item-info {
  display: none;
}
.CRankingList {
  width: 300px;
  float: right;
  overflow: auto;
}
.CRankingList h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 10px;
  width: 100%;
  display: inline-block;
  line-height: 38px;
  height: 32px;
  overflow: hidden;
}
.CRankingList h3 span {
  display: block;
  width: 30px;
  height: 26px;
  line-height: 24px;
  background: #1e89e0;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  font-weight: normal;
  text-align: center;
  margin-right: 8px;
  float: left;
  margin-top: 7px;
}
.CRankingList ul li {
  overflow: auto;
  min-height: 48px;
  border-bottom: 1px dashed #d8d8d8;
  max-height: 134px;
  overflow: hidden
}
.CRankingList .CRKTitle {
  height: 36px;
  line-height: 46px;
  font-weight: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.CRankingList .CRKTitle b {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  color: #fff;
  background: #aeaeae;
  line-height: 20px;
  text-align: center;
  font-size: 12px;
  margin-right: 5px;
  font-weight: normal;
  margin-top: 15px;
}
.CRankingList .CRKTitle a {
  width: 270px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left
}
.CRankingList .CRKTitle b.SNumb1 {
  background: #ff0000;
}
.CRankingList .CRKTitle b.SNumb2 {
  background: #ff3300;
}
.CRankingList .CRKTitle b.SNumb3 {
  background: #ff6600;
}
.CRankingList .CRKTitle span {
  display: block;
  float: left;
  width: 60px;
  margin-left: 5px;
  font-size: 12px;
  color: #949494;
  line-height: 50px;
  overflow: hidden;
  white-space: nowrap
}
.CRKLoad {
  clear: left;
  height: 70px;
  overflow: hidden;
}
.CRKLoad_gm {
  clear: left;
  height: 98px;
  overflow: hidden;
}
.CRKLoad img {
  float: left;
  margin: 0 10px;
  width: 60px;
  height: 60px;
	border-radius: 10px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.CRKLoad_gm img {
  float: left;
  margin: 2px 10px;
  width: 60px;
  height: 83px;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #eee;
}
.CRKLoad p {
  float: left;
  color: #666666;
  line-height: 22px;
  width: 185px;
  margin-bottom: 7px;
}
.CRKLoad_gm p {
  float: left;
  color: #666666;
  line-height: 22px;
  width: 185px;
  margin-bottom: 5px;
}
.CRKLoad p i, .CRKLoad_gm p i {
  margin: 5px 0px;
}
.CRKLoad p span, .CRKLoad_gm p span {
  display: block;
  float: left;
  margin-right: 10px;
}
.CRKLoad_gm em {
  margin-top: 6px;
}
.CRKLoad em, .CRKLoad_gm em {
  display: block;
  width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #1e89e0;
  border-radius: 5px;
  float: left;
  color: #1e89e0
}
.CRKLoad em:hover, .CRKLoad_gm em:hover {
  border: 1px solid #1e89e0;
  background: #1e89e0;
  color: #fff;
}
/*<!--排行结束-->*

/*星星 stars*/
.stars {
  background: url(images/img/cssimg.png) no-repeat;
  width: 74px;
  height: 12px;
  display: block;
  float: left;
  vertical-align: middle;
}
.star1 {
  background-position: -60px -648px;
}
.star2 {
  background-position: -45px -648px;
}
.star3 {
  background-position: -30px -648px;
}
.star4 {
  background-position: -15px -648px;
}
.star5 {
  background-position: 0px -648px;
}