header {
  background-color: #fff;
  border-bottom: 1px solid #EEEEEE;
}
header .head {
  width: 1280px;
  height: 68px;
  background: #ffff;
  border-radius: 0px 0px 0px 0px;
  margin: 0 auto;
  padding: 0 36px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .head .head-l {
  display: flex;
  align-items: center;
}
header .head .head-l .logo {
  width: 148px;
  height: 48px;
  margin-right: 40px;
}
header .head .head-l nav {
  display: flex;
}
header .head .head-l nav .navigation {
  height: 68px;
  padding: 18px 24px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  position: relative;
  display: flex;
  align-items: center;
}
header .head .head-l nav .navigation .head-tu {
  width: 32px;
  height: 32px;
}
header .head .head-l nav .navigation a {
  color: #666;
  display: flex;
  align-items: center;
}
header .head .head-l nav .navigation .down {
  width: 14px;
  height: 14px;
  opacity: 0.5;
}
header .head .head-l nav .navigation ul {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 16px;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F5F5F5;
  z-index: 2;
}
header .head .head-l nav .navigation ul li {
  margin-bottom: 8px;
}
header .head .head-l nav .navigation ul li a {
  display: flex;
}
header .head .head-l nav .navigation ul li a img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
header .head .head-l nav .navigation ul li a span {
  white-space: nowrap;
}
header .head .head-l nav .navigation ul li a:hover span {
  color: #111;
  text-decoration: underline;
}
header .head .head-l nav .navigation ul li .all-c {
  justify-content: center;
}
header .head .head-l nav .navigation .all-ctegories {
  padding-top: 16px;
  text-align: center;
  border-top: 1px solid #ccc;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
}
header .head .head-l nav .navigation:hover {
  color: #111;
}
header .head .head-l nav .navigation:hover .down {
  opacity: 1;
}
header .head .head-l nav .navigation:hover .down-yellow {
  display: inline-block;
}
header .head .head-l nav .navigation:hover ul {
  display: block;
}
header .head .head-l nav .navigation:hover a .nav-title {
  color: #111;
}
header .head .head-r {
  display: flex;
  align-items: center;
}
header .head .head-r .language {
  width: 40px;
  height: 68px;
  padding: 18px 0;
  text-align: center;
  position: relative;
  margin-right: 8px;
}
header .head .head-r .language:hover {
  background: #111111;
}
header .head .head-r .language:hover ul {
  display: block;
}
header .head .head-r .language .mei {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
header .head .head-r .language ul {
  z-index: 2;
  display: none;
  position: absolute;
  top: 100%;
  left: -72px;
  width: 184px;
  height: 92px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  padding: 16px;
  box-sizing: border-box;
}
header .head .head-r .language ul li {
  margin-bottom: 12px;
  text-align: left;
}
header .head .head-r .language ul li:hover {
  cursor: pointer;
}
header .head .head-r .language ul li:hover span {
  text-decoration: underline;
}
header .head .head-r .language ul li img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
header .head .head-r .language ul li span {
  font-size: 14px;
  font-family: b;
  font-weight: bold;
  color: #111111;
}
header .head .head-r .search {
  width: 200px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  border: 1px solid #111111;
  padding: 0 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
header .head .head-r .search input {
  width: 150px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
  border: none;
}
header .head .head-r .search img {
  width: 20px;
  height: 20px;
}
header .head .head-r .search .s-c-list {
  width: 200px;
  padding: 19px 22px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  border: 1px solid #F5F5F5;
  flex-wrap: wrap;
  position: absolute;
  top: 130%;
  left: 0px;
  display: none;
  z-index: 2;
}
header .head .head-r .search .s-c-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-decoration: underline;
  padding: 3px 6px;
  margin: 0 8px 8px 0;
}
header .head .head-r .search .s-c-list a:hover {
  background-color: #f5f5f5;
}
header .m-head {
  background-color: #fff;
  width: 100%;
  height: 30px;
  padding: 0 16px;
  display: none;
  align-items: center;
  justify-content: space-between;
}
header .m-head .m-list,
header .m-head .m-search {
  width: 24px;
  height: 24px;
}
header .m-head .m-logo {
  width: 100px;
  height: 24px;
}
header .m-head .menus {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: -100%;
  z-index: 9;
}
header .m-head .menus .m-child {
  width: 246px;
  height: 100vh;
  overflow-y: scroll;
  background: #fff;
  padding: 50px 0;
}
header .m-head .menus .m-child .menu-list a {
  display: flex;
  align-items: center;
  padding: 0px 24px;
  box-sizing: border-box;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .menu-list a:last-child {
  margin-bottom: 24px;
}
header .m-head .menus .m-child .menu-list a .tu {
  margin-right: 4px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
header .m-head .menus .m-child .menu-list a span {
  width: 79px;
  height: 21px;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
}
header .m-head .menus .m-child .m-language {
  padding: 24px;
  border-top: 1px solid #ccc;
}
header .m-head .menus .m-child .m-language .m-l-title {
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .m-language a {
  display: block;
  margin-bottom: 16px;
}
header .m-head .menus .m-child .m-language a img {
  width: 24px;
  height: 24px;
  margin-right: 4px;
}
header .m-head .menus .m-child .m-language a span {
  font-size: 12px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 19px;
  margin-bottom: 16px;
}
header .m-head .m-search-input {
  width: 85%;
  height: 22px;
  background: #FFFFFF;
  border-radius: 54px 54px 54px 54px;
  opacity: 1;
  border: 1px solid #FFFFFF;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  display: none;
}
header .m-head .m-search-input input {
  border: none;
  width: 80%;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #111111;
  line-height: 16px;
}
header .m-head .m-search-input img {
  width: 20px;
  height: 20px;
}
.xian {
  display: flex;
}
.tan_box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 11;
  display: none;
}
.tan_box .tan_child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 550px;
  padding: 40px 20px 20px;
  border-radius: 16px;
  background: #FFF;
}
.tan_box .tan_child .cha {
  width: 25px;
  height: 25px;
  position: absolute;
  top: -30px;
  right: 0;
  cursor: pointer;
}
.tan_box .tan_child .title {
  color: #333;
  text-align: left    ;
  font-family: m;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 24px;
}
.tan_box .tan_child .tan_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.tan_box .tan_child .tan_btn .cancel,
.tan_box .tan_child .tan_btn .continue {
  width: 155px;
  height: 44px;
  border-radius: 8px;
  text-align: center;
  line-height: 44px;
  color: #313132;
}
.tan_box .tan_child .tan_btn .cancel {
  background: rgba(49, 49, 50, 0.2);
  font-family: m;
  font-size: 16px;
  font-weight: 600;
  margin-right: 24px;
}
.tan_box .tan_child .tan_btn .continue {
  background: #F9DE4B;
  font-family: m;
  font-size: 16px;
  font-weight: 600;
}
.tan_box .tan_child .text_box {
  width: 100%;
  padding: 16px;
  border-radius: 16px;
  border: 1px solid #F6F6F6;
  display: flex;
}
.tan_box .tan_child .text_box .gt {
  width: 20px;
  height: 20px;
  margin-right: 4px;
}
.tan_box .tan_child .text_box .text_box_r p {
  color: #999;
  font-family: m;
  font-size: 13px;
  margin-bottom: 4px;
  font-weight: 500;
  line-height: 19.5px;
}
.tan_box .tan_child .text_box .text_box_r p a {
  color: #3B7DFF;
}
.tan_box .tan_child .text_box .text_box_r p:last-child {
  margin-bottom: 0;
}
#content {
  flex: 1;
  width: 1280px;
  margin: 0 auto;
  padding: 16px 36px 40px;
  display: flex;
  justify-content: space-between;
}
#content .cont-l {
  width: 851px;
}
#content .cont-l .bread {
  color: #999999;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}
#content .cont-l .bread a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 21px;
  margin-right: 5px;
}
#content .cont-l .game-detail {
  display: flex;
  align-items: center;
}
#content .cont-l .game-detail .game-img {
  width: 120px;
  height: 120px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-l .game-detail .game-information .game-title {
  font-size: 20px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 23px;
  margin-bottom: 20px;
}
#content .cont-l .game-detail .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-l .game-detail .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-l .game-detail .game-information .g-i-btm .xing .layui-rate li i.layui-icon {
  color: #999;
}
#content .cont-l .game-detail .game-information .g-i-btm .xing_hui {
  width: 18px;
  height: 18px;
  display: none;
}
#content .cont-l .gg {
  margin-bottom: 16px;
}
#content .cont-l .gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-l .gg .gg-cont {
  width: 851px;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont-l .m-gg {
  margin-bottom: 8px;
  display: none;
}
#content .cont-l .m-gg .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: right;
}
#content .cont-l .m-gg .gg-cont {
  width: 100%;
  min-height: 200px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
}
#content .cont-l .app_list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-l .app_list .app_item {
  width: calc((100% - 32px) / 3);
  padding: 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #EEEEEE;
  margin: 0 16px 16px 0;
  display: flex;
  align-items: center;
}
#content .cont-l .app_list .app_item .app_img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
#content .cont-l .app_list .app_item .app_item_r {
  width: calc(100% - 32px);
}
#content .cont-l .app_list .app_item .app_item_r .app_item_r_title {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  margin-bottom: 2px;
}
#content .cont-l .app_list .app_item .app_item_r .app_item_r_cont,
#content .cont-l .app_list .app_item .app_item_r .shop {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333;
  line-height: 16px;
  word-break: break-word;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#content .cont-l .app_list .app_item .app_item_r .shop {
  color: #559FF8;
}
#content .cont-l .app_list .app_item:nth-child(3n) {
  margin-right: 0;
}
#content .cont-l .fuwenben {
  font-family: m;
}
#content .cont-l .fuwenben p {
  line-height: 21px;
  color: #666;
}
#content .cont-l .lb {
  position: relative;
  margin-bottom: 16px;
  width: 100%;
}
#content .cont-l .lb .swiper {
  overflow: hidden;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide {
  width: auto !important;
  margin-right: 9px;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide:last-child {
  margin-right: 0;
}
#content .cont-l .lb .swiper .swiper-wrapper .swiper-slide img {
  height: 268px;
}
#content .cont-l .lb .swiper-button-prev,
#content .cont-l .lb .swiper-button-next {
  position: absolute;
  top: 50%;
}
#content .cont-l .lb .swiper-button-prev {
  left: 0;
}
#content .cont-l .lb .swiper-button-next {
  right: 0;
}
#content .cont-l .latest,
#content .cont-l .older,
#content .cont-l .latest1,
#content .cont-l .older1 {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-l .latest img,
#content .cont-l .older img,
#content .cont-l .latest1 img,
#content .cont-l .older1 img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-l .latest:hover .la-img,
#content .cont-l .older:hover .la-img,
#content .cont-l .latest1:hover .la-img,
#content .cont-l .older1:hover .la-img,
#content .cont-l .latest:hover .ol-img,
#content .cont-l .older:hover .ol-img,
#content .cont-l .latest1:hover .ol-img,
#content .cont-l .older1:hover .ol-img {
  display: none;
}
#content .cont-l .latest:hover .la-img1,
#content .cont-l .older:hover .la-img1,
#content .cont-l .latest1:hover .la-img1,
#content .cont-l .older1:hover .la-img1,
#content .cont-l .latest:hover .ol-img1,
#content .cont-l .older:hover .ol-img1,
#content .cont-l .latest1:hover .ol-img1,
#content .cont-l .older1:hover .ol-img1 {
  display: block;
}
#content .cont-l .latest .la-img1,
#content .cont-l .older .la-img1,
#content .cont-l .latest1 .la-img1,
#content .cont-l .older1 .la-img1,
#content .cont-l .latest .ol-img1,
#content .cont-l .older .ol-img1,
#content .cont-l .latest1 .ol-img1,
#content .cont-l .older1 .ol-img1 {
  display: none;
}
#content .cont-l .latest,
#content .cont-l .latest1 {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 12px;
}
#content .cont-l .latest:hover,
#content .cont-l .latest1:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-l .older,
#content .cont-l .older1 {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 16px;
}
#content .cont-l .older:hover,
#content .cont-l .older1:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-l .older1,
#content .cont-l .latest1 {
  display: none;
}
#content .cont-l .ios_google {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
#content .cont-l .ios_google .google,
#content .cont-l .ios_google .ios {
  width: calc((100% - 16px) / 2);
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-l .ios_google .google img,
#content .cont-l .ios_google .ios img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-l .ios_google .google:hover .go-img,
#content .cont-l .ios_google .ios:hover .go-img,
#content .cont-l .ios_google .google:hover .ios-img,
#content .cont-l .ios_google .ios:hover .ios-img {
  display: none;
}
#content .cont-l .ios_google .google:hover .go-img1,
#content .cont-l .ios_google .ios:hover .go-img1,
#content .cont-l .ios_google .google:hover .ios-img1,
#content .cont-l .ios_google .ios:hover .ios-img1 {
  display: block;
}
#content .cont-l .ios_google .google .go-img1,
#content .cont-l .ios_google .ios .go-img1,
#content .cont-l .ios_google .google .ios-img1,
#content .cont-l .ios_google .ios .ios-img1 {
  display: none;
}
#content .cont-l .ios_google .google {
  background: rgba(59, 134, 98, 0.2);
  color: #3B8662;
}
#content .cont-l .ios_google .google:hover {
  background-color: #3B8662;
  color: #fff;
}
#content .cont-l .ios_google .ios {
  background: rgba(49, 49, 50, 0.2);
  color: #313132;
}
#content .cont-l .ios_google .ios:hover {
  background-color: #313132;
  color: #fff;
}
#content .cont-l .similat-app h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .similat-app .si-app-list {
  display: flex;
  flex-wrap: wrap;
}
#content .cont-l .similat-app .si-app-list .one-app {
  width: 135px;
  border-radius: 16px;
  padding: 12px;
  box-sizing: border-box;
  margin-right: 8px;
}
#content .cont-l .similat-app .si-app-list .one-app img {
  width: 111px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-bottom: 4px;
}
#content .cont-l .similat-app .si-app-list .one-app .name {
  width: 100%;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
#content .cont-l .similat-app .si-app-list .one-app .score {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
}
#content .cont-l .similat-app .si-app-list .one-app .score .xing {
  width: 12px;
  height: 12px;
  border-radius: 0;
  box-shadow: none;
}
#content .cont-l .similat-app .si-app-list .one-app:hover {
  background-color: #F5F5F5;
}
#content .cont-l .similat-app .si-app-list .one-app:nth-child(6n) {
  margin-right: 0;
}
#content .cont-l .ratings {
  margin-bottom: 16px;
}
#content .cont-l .ratings h3 {
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-l .ratings .ra-b {
  display: flex;
}
#content .cont-l .ratings .ra-b .ra-b-l {
  margin-right: 16px;
}
#content .cont-l .ratings .ra-b .ra-b-l .score {
  width: 88px;
  height: 82px;
  font-size: 64px;
  font-family: b;
  font-weight: bold;
  color: #111111;
  line-height: 75px;
  text-align: center;
}
#content .cont-l .ratings .ra-b .ra-b-l .total {
  width: 88px;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  text-align: center;
}
#content .cont-l .ratings .ra-b .ra-b-c {
  margin-right: 16px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating:last-child {
  margin-bottom: 0;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .proportion img {
  width: 14px;
  height: 14px;
  margin-left: 3px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating #total {
  display: none;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
  position: relative;
  width: 280px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress .progress_hong {
  position: absolute;
  top: 0;
  height: 6px;
  background: #666666;
  border-radius: 20px 20px 20px 20px;
}
#content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress .progress_zi {
  height: 6px;
  background: #F5F5F5;
  border-radius: 20px 20px 20px 20px;
}
#content .cont-l .ratings .ra-b .ra-b-r {
  width: 419px;
  height: 100px;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 38px 100px;
  text-align: center;
  font-size: 16px;
  font-family: b;
  font-weight: bold;
  color: #666666;
  line-height: 21px;
  position: relative;
}
#content .cont-l .ratings .ra-b .ra-b-r .tishi {
  position: absolute;
  top: -25px;
  left: 50px;
  width: 217px;
  height: 59px;
  line-height: 59px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 4px 4px 4px 4px;
  opacity: 1;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #666666;
  display: none;
}
#content .cont-l .disclaimer h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .cont-l .disclaimer .dir-cont {
  width: 100%;
  font-size: 14px;
  font-family: m;
  font-weight: 400;
  color: #666666;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r {
  width: 341px;
}
#content .cont-r .gg-r {
  margin-bottom: 16px;
}
#content .cont-r .gg-r .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r .gg-cont {
  width: 336px;
  height: 280px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-r .get-game {
  margin-bottom: 16px;
}
#content .cont-r .get-game h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 12px;
}
#content .cont-r .get-game .google,
#content .cont-r .get-game .ios {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-r .get-game .google img,
#content .cont-r .get-game .ios img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-r .get-game .google:hover .go-img,
#content .cont-r .get-game .ios:hover .go-img,
#content .cont-r .get-game .google:hover .ios-img,
#content .cont-r .get-game .ios:hover .ios-img {
  display: none;
}
#content .cont-r .get-game .google:hover .go-img1,
#content .cont-r .get-game .ios:hover .go-img1,
#content .cont-r .get-game .google:hover .ios-img1,
#content .cont-r .get-game .ios:hover .ios-img1 {
  display: block;
}
#content .cont-r .get-game .google .go-img1,
#content .cont-r .get-game .ios .go-img1,
#content .cont-r .get-game .google .ios-img1,
#content .cont-r .get-game .ios .ios-img1 {
  display: none;
}
#content .cont-r .get-game .google {
  background: rgba(59, 134, 98, 0.2);
  color: #3B8662;
  margin-bottom: 12px;
}
#content .cont-r .get-game .google:hover {
  background-color: #3B8662;
  color: #fff;
}
#content .cont-r .get-game .ios {
  background: rgba(49, 49, 50, 0.2);
  color: #313132;
  margin-bottom: 16px;
}
#content .cont-r .get-game .ios:hover {
  background-color: #313132;
  color: #fff;
}
#content .cont-r .get-game .latest,
#content .cont-r .get-game .older {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  line-height: 21px;
}
#content .cont-r .get-game .latest img,
#content .cont-r .get-game .older img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#content .cont-r .get-game .latest:hover .la-img,
#content .cont-r .get-game .older:hover .la-img,
#content .cont-r .get-game .latest:hover .ol-img,
#content .cont-r .get-game .older:hover .ol-img {
  display: none;
}
#content .cont-r .get-game .latest:hover .la-img1,
#content .cont-r .get-game .older:hover .la-img1,
#content .cont-r .get-game .latest:hover .ol-img1,
#content .cont-r .get-game .older:hover .ol-img1 {
  display: block;
}
#content .cont-r .get-game .latest .la-img1,
#content .cont-r .get-game .older .la-img1,
#content .cont-r .get-game .latest .ol-img1,
#content .cont-r .get-game .older .ol-img1 {
  display: none;
}
#content .cont-r .get-game .latest {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 12px;
}
#content .cont-r .get-game .latest:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-r .get-game .older {
  background: rgba(54, 123, 246, 0.2);
  color: #367BF6;
  margin-bottom: 16px;
}
#content .cont-r .get-game .older:hover {
  background-color: #367BF6;
  color: #fff;
}
#content .cont-r .top-games,
#content .cont-r .top-apps {
  margin-bottom: 16px;
}
#content .cont-r .top-games h3,
#content .cont-r .top-apps h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r .top-games .top-game-list,
#content .cont-r .top-apps .top-game-list {
  flex-wrap: wrap;
}
#content .cont-r .top-games .top-game-list .one-top-game,
#content .cont-r .top-apps .top-game-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .top-games .top-game-list .one-top-game:hover,
#content .cont-r .top-apps .top-game-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .top-games .top-game-list .one-top-game:hover .game-information .class-list a,
#content .cont-r .top-apps .top-game-list .one-top-game:hover .game-information .class-list a {
  text-decoration: underline;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-img,
#content .cont-r .top-apps .top-game-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information {
  width: calc(100% - 82px);
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .game-title,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .game-title {
  display: block;
  width: 100%;
  height: 21px;
  font-size: 16px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 19px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .class-list {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  height: 16px;
  margin-bottom: 4px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .class-list a,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .class-list a {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #367BF6;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm {
  display: flex;
  align-items: center;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm .fen,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm .fen {
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #999999;
  line-height: 16px;
  margin-right: 3px;
}
#content .cont-r .top-games .top-game-list .one-top-game .game-information .g-i-btm img,
#content .cont-r .top-apps .top-game-list .one-top-game .game-information .g-i-btm img {
  width: 12px;
  height: 12px;
  margin-top: 3px;
}
#content .cont-r .gg-r-long {
  margin-bottom: 16px;
}
#content .cont-r .gg-r-long .gg-title {
  width: 100%;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: #d3cbcb;
  line-height: 15px;
  text-align: center;
}
#content .cont-r .gg-r-long .gg-cont {
  width: 300px;
  height: 600px;
  background: #F5F5F5;
  border-radius: 0px 0px 0px 0px;
  opacity: 1;
  margin: 0 auto;
}
#content .cont-r .editors-choice {
  margin-bottom: 16px;
}
#content .cont-r .editors-choice h3 {
  width: 100%;
  height: 21px;
  font-size: 18px;
  font-family: b;
  font-weight: bold;
  color: #333333;
  line-height: 21px;
  margin-bottom: 8px;
}
#content .cont-r .editors-choice .editors-choice-list {
  flex-wrap: wrap;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game {
  border-radius: 16px;
  display: flex;
  align-items: center;
  padding: 12px;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game:hover {
  background-color: #F5F5F5;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game .game-img {
  width: 70px;
  object-fit: cover;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.3);
  border-radius: 24px;
  margin-right: 16px;
}
#content .cont-r .editors-choice .editors-choice-list .one-top-game .game-title {
  width: calc(100% - 82px);
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
footer {
  background: #111111;
}
footer .foot {
  width: 1280px;
  height: 144px;
  background: #111111;
  margin: 0 auto;
  padding: 24px 36px;
  display: flex;
  justify-content: space-between;
}
footer .foot .ft-l h3 {
  width: 171px;
  height: 18px;
  font-size: 14px;
  font-family: m;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 16px;
  margin-bottom: 6px;
}
footer .foot .ft-l .ft-text {
  width: 576px;
  height: 72px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}
footer .foot .ft-l .ft-text a {
  color: #FFFFFF;
}
footer .foot .fl-r {
  text-align: right;
}
footer .foot .fl-r .logo {
  width: 148px;
  height: 48px;
}
footer .foot .fl-r .ft-list a {
  width: 49px;
  height: 15px;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
  margin-right: 16px;
}
footer .foot .fl-r .ft-list a:last-child {
  margin-right: 0;
}
footer .foot .fl-r .ft-list a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .m-foot {
  width: 100%;
  background: #111111;
  padding: 16px;
  display: none;
}
footer .m-foot .m-logo {
  width: 136px;
  height: 44px;
  margin-bottom: 4px;
}
footer .m-foot .m-ft-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .m-foot .m-ft-list a {
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 14px;
  margin-right: 16px;
}
footer .m-foot .m-ft-list a:last-child {
  margin-right: 0;
}
footer .m-foot .m-ft-list a:hover {
  color: #fff;
  text-decoration: underline;
}
footer .m-foot .ft-text {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #817f7f;
  width: 100%;
  font-size: 12px;
  font-family: m;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.6);
  line-height: 18px;
}
footer .m-foot .ft-text a {
  color: #FFFFFF;
}
@media (min-width: 860px) and (max-width: 1200px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .older1,
  #content .cont-l .latest1 {
    display: flex;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .gg-r,
  #content .cont-r .gg-r-long {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
  #content .cont-r .top-games .top-game-list,
  #content .cont-r .top-apps .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game,
  #content .cont-r .top-apps .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 750px) and (max-width: 859px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .older1,
  #content .cont-l .latest1 {
    display: flex;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 5);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r {
    width: 100%;
  }
  #content .cont-r .get-game {
    display: none;
  }
  #content .cont-r .gg-r,
  #content .cont-r .gg-r-long {
    display: none;
  }
  #content .cont-r .top-games .top-game-list,
  #content .cont-r .top-apps .top-game-list {
    display: flex;
  }
  #content .cont-r .top-games .top-game-list .one-top-game,
  #content .cont-r .top-apps .top-game-list .one-top-game {
    width: calc(100% / 2);
  }
  #content .cont-r .editors-choice {
    margin-bottom: 16px;
  }
  #content .cont-r .editors-choice .editors-choice-list {
    display: flex;
  }
  #content .cont-r .editors-choice .editors-choice-list .one-top-game {
    width: calc(100% / 2);
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 560px) and (max-width: 749px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .bread {
    display: none;
  }
  #content .cont-l .game-detail .older1,
  #content .cont-l .game-detail .latest1 {
    display: flex;
  }
  #content .cont-l .game-detail .game-img {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  #content .cont-l .game-detail .game-information {
    width: calc(100% - 92px);
  }
  #content .cont-l .game-detail .game-information .game-title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 1px;
  }
  #content .cont-l .game-detail .game-information .class-list {
    margin-bottom: 0px;
  }
  #content .cont-l .game-detail .game-information .g-i-btm .xing {
    display: none;
  }
  #content .cont-l .game-detail .game-information .g-i-btm .xing_hui {
    display: block;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .app_list {
    flex-direction: column;
  }
  #content .cont-l .app_list .app_item {
    width: 100%;
  }
  #content .cont-l .ios_google {
    flex-direction: column;
  }
  #content .cont-l .ios_google .google,
  #content .cont-l .ios_google .ios {
    width: 100%;
  }
  #content .cont-l .ios_google .google {
    margin-bottom: 16px;
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r .gg-r,
  #content .cont-r .gg-r-long {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
@media (min-width: 0px) and (max-width: 559px) {
  header .head {
    display: none;
  }
  header .m-head {
    display: flex;
  }
  .tan_box .tan_child {
    width: calc(100% - 20px);
    padding: 20px 10px 10px;
  }
  .tan_box .tan_child .title {
    font-size: 20px;
  }
  .tan_box .tan_child .text_box {
    padding: 10px;
  }
  #content {
    flex-direction: column;
    width: 100%;
    padding: 16px;
  }
  #content .cont-l {
    width: 100%;
  }
  #content .cont-l .bread {
    display: none;
  }
  #content .cont-l .game-detail .game-img {
    width: 80px;
    height: 80px;
    margin-right: 12px;
  }
  #content .cont-l .game-detail .game-information {
    width: calc(100% - 92px);
  }
  #content .cont-l .game-detail .game-information .game-title {
    font-size: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 10px;
  }
  #content .cont-l .game-detail .game-information .class-list {
    margin-bottom: 0px;
  }
  #content .cont-l .game-detail .game-information .g-i-btm .xing {
    display: none;
  }
  #content .cont-l .game-detail .game-information .g-i-btm .xing_hui {
    display: block;
  }
  #content .cont-l .older1,
  #content .cont-l .latest1 {
    display: flex;
  }
  #content .cont-l .gg {
    display: none;
  }
  #content .cont-l .m-gg {
    display: block;
  }
  #content .cont-l .m-one .gg-title {
    visibility: hidden;
  }
  #content .cont-l .app_list {
    flex-direction: column;
  }
  #content .cont-l .app_list .app_item {
    width: 100%;
  }
  #content .cont-l .ios_google {
    flex-direction: column;
  }
  #content .cont-l .ios_google .google,
  #content .cont-l .ios_google .ios {
    width: 100%;
  }
  #content .cont-l .ios_google .google {
    margin-bottom: 16px;
  }
  #content .cont-l .similat-app .si-app-list {
    display: flex;
    flex-wrap: wrap;
  }
  #content .cont-l .similat-app .si-app-list .one-app {
    width: calc(100% / 3);
    border-radius: 16px;
    padding: 12px;
    box-sizing: border-box;
    margin-right: 0;
  }
  #content .cont-l .similat-app .si-app-list .one-app img {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b {
    display: flex;
    flex-direction: column;
  }
  #content .cont-l .ratings .ra-b .ra-b-l {
    margin: 0 auto 3px;
  }
  #content .cont-l .ratings .ra-b .ra-b-c {
    margin-right: 0;
  }
  #content .cont-l .ratings .ra-b .ra-b-c .one-rating .progress {
    width: 100%;
  }
  #content .cont-l .ratings .ra-b .ra-b-r {
    width: 100%;
    padding: 38px 66px;
    margin-top: 5px;
  }
  #content .cont-l .ratings .ra-b .ra-b-r .tishi {
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
  }
  #content .cont-r .gg-r,
  #content .cont-r .gg-r-long {
    display: none;
  }
  #content .cont-r .get-game {
    display: none;
  }
  footer .foot {
    display: none;
  }
  footer .m-foot {
    display: block;
  }
}
