html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
  transition: 0.1s ease all;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

html,
body {
  height: 100%;
}

.d-none {
  display: none;
}

body {
  font-family: PingFangSC;
  color: #FFF;
  background: #160c38;
}
body a {
  display: block;
  color: #FFF;
}
body .btnMouse {
  cursor: pointer;
}
body .oneLineOmit {
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body .newbase64Img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* 麵包屑+最新最熱篩選+文章列+色友也在看-開始 */
.breadcrumb {
  display: flex;
  padding: 20px 0px 20px 20px;
  color: #ffffff;
  font-size: 12px;
}
.breadcrumb a {
  cursor: pointer;
  color: #ffffff;
  font-size: 12px;
}
.sort-article {
  display: flex;
  align-items: center;
  padding: 10px 20px 10px 0px;

}

.sort-article img {
  height: 25px;
  padding: 3px 5px;
}

.sort-article p {
  font-size: 14px;
  
}
.sort-article  {
  font-size: 14px;
}
.sortline{
 color: #FFF;
}

 .active {
   color: #69e4ff;
   font-weight: 900;
 }

 .inactive {
   color: #ffffff;
   font-weight: 300;
 }

.article-path {
  display: flex;
  justify-content: space-between;
}

.article-item {
  max-width: 330px;
  min-width: 170px;
  min-height: 155px;
  width: 30vw;
  height: 22vw;
  margin: 10px;
  border-radius: 10px;
  border: solid 3px #ffffff;
  background-color: #fff;
  text-align: left;
}

.article-item img {
  min-width: 100%;
  min-height: 100px;
  width: 30vw;
  height: 15vw;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.article-item h1 {
  font-size: 1.2rem;
  color: #160c38;
  font-weight: 800;
  margin: 10px 10px 7px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.article-item h2 {
  font-size: 1rem;
  color: #33348b;
  margin: 5px 10px 0px 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}

.twoarticle {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

.tipload {
  color: #6b6b6b;
  font-size: 14px;
  justify-content: center;
  padding: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  text-align: center;
}

.tipload img {
  width: 50px;
}

.end-message {
  text-align: center;
  padding: 50px;
  color: #FFF;
}

.load-more-button {
  padding: 20px;
}

.load-more-button button {
  padding: 10px 50px;
  background-color: #2039e0;
  border-radius: 20px;
  color: #FFF;
  font-size: .3rem;
  font-size: 14px;
  max-width: 200px;
  border: thick double #ffffff;
}

.addarticle {
  display: flex;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}
.adimg img {
  height: 90px!important;
  object-fit: cover ;
  border-radius: 0px!important;
  width: 100vw;
  max-width: 100%;
  
}
.article-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0px 20px;
}

.article-content img {
width: 100vw;
  max-width: 100%;
  height: 30vw;
  border-radius: 5px;
  object-fit: cover;
  max-height: 400px;
  margin: 20px 0;
  background-color: #1a0c4a;
}

.article-content h1 {
  font-size: 24px;
  color: #aeb8ff;
  font-weight: 600;
  padding: 8px 0px;
}


.article-content p {
  font-size: 16px;
  color: #ffffff;
  font-weight: 600;
  padding: 8px 0px;
}

.article-content span {
  font-size: 16px;
  color: #ffffff;
  line-height: 2rem;
  padding: 5px 0;
}

.alsolook {
  display: flex;
  justify-content: center;
  padding-bottom: 10px;
}

.alsolook img {
  width: 160px;
}

.also-list {
  max-width: 750px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.one-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}

.alsolist-icon img {
  border-radius: 15px;
  min-width: 150px;
  min-height: 90px;
  width: 30vw;
  height: 12vw;
  padding: 10px;
  object-fit: cover;
  margin-left: -5px;
}

.alsotitleall {
  padding: 15px 10px 10px 0px;
  width: 100%;

}

.alsolist-title h1 {
  color: #aeb8ff;
  width: 200px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 10px;
}

.alsolist-description h2 {
  color: #fff;
  width: 200px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.pathline {
  border-top: solid 1px #381f8d;
  width: 100%;
}
.article-content h2,h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 0;
}
/* 麵包屑+最新最熱篩選+文章列+色友也在看-結束 */
.cooperation {
  margin-bottom: 47px;
  padding: 0 25px 40px 25px;
}
.cooperation span {
  font-size: 1rem;
  line-height: normal;
  font-family: PingFangTC;
  line-height: 3vw;
}
.cooperation strong {
  font-weight: normal;
}
.cooperation a {
  color: #e29eff;
}

.container {
  max-width: 750px;
  background: #160c38;
  margin: 0 auto;
}
.container .AppItemOut {
  position: relative;
  width: 210px;
  height: 210px;
  border-radius: 15px;
  background-image: linear-gradient(to bottom, #8abffb, #623999);
  padding: 5px;
}
.container .AppItemOut .appBgIcon {
  width: 80px;
}
.container .AppItemInside {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #e8eaf2;
}
.container .bigAppItem {
  width: 210px;
  font-size: 28px;
  margin-bottom: 43px;
}
.container .bigAppItem .title {
  margin-top: 7px;
}
.container .headerWrap {
  position: relative;
  height: 169px;
  background: url(https://g.lcjbpy.com/world/images/header.png) no-repeat;
  background-size: contain;
  margin-bottom: 13px;
  display: flex;
  flex-direction: row;
}
.container .headerWrap .foreverCollect {
  position: absolute;
  top: 52px;
  right: 158px;
  width: 120px;
}
.container .headerWrap .article-btn {
  position: absolute;
  top: 52px;
  right: 28px;
  width: 120px;
}


.container .marqueeNew {
  display: flex;
  align-items: center;
  padding-left: 40px;
  margin-bottom: 20px;
}
.container .marqueeNew img {
  width: 38px;
}
.container .marqueeNew #announce {
  font-size: 18px;
  color: #8abffb
}
.container .swiperWrap {
  position: relative;
  width: 727px;
  height: 531px;
  background: url(https://g.lcjbpy.com/world/images/swiperBg.png) no-repeat;
  background-size: contain;
  margin: 0 auto 53px;
  padding: 104px 25px 0;
}
.container .swiperWrap .swiperItem {
  position: relative;
  width: 700px;
  height: 369px;
  background: #e8eaf2 url(https://g.lcjbpy.com/world/images/bgIcon.png) center no-repeat;
  background-size: 115px 106px;
  border-radius: 10px;
  margin-bottom: 21px;
}
.container .swiperWrap .swiperItem .swiperItemImg {
  width: 100%;
  height: 369px;
  border-radius: 10px;
}
.container .swiperWrap .swiperItem .swiperTitle {
  position: absolute;
  bottom: 14px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 599px;
  height: 58px;
  line-height: 58px;
  text-align: center;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 500;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 37px 0 51px;
}
.container .swiperWrap .swiper-button-next, .container .swiperWrap .swiper-button-prev {
  width: 38px;
  height: 38px;
  background: url(https://g.lcjbpy.com/world/images/swiperRight.png) center no-repeat;
  background-size: contain;
}
.container .swiperWrap .swiper-button-prev {
  background: url(https://g.lcjbpy.com/world/images/swiperLeft.png) center no-repeat;
  background-size: contain;
}
.container .swiperWrap .swiper-pagination {
  position: absolute;
  bottom: 20px;
  width: 677px;
}
.container .swiperWrap .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
  margin: 0 5px;
}
.container .swiperWrap .swiper-pagination .swiper-pagination-bullet-active {
  background: #475cff;
}
.container .mainAppWrap {
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  padding: 0 35px;
  margin-bottom: 20px;
}
.container .mainAppWrap .bigAppItem:nth-child(3n-1) {
  margin: 0 auto;
}
.container .mainAppWrap .smallAppItem {
  width: 154px;
  margin-bottom: 32px;
}
.container .mainAppWrap .smallAppItem .AppItemOut {
  width: 154px;
  height: 154px;
}
.container .mainAppWrap .smallAppItem .appBgIcon {
  width: 60px;
}
.container .mainAppWrap .smallAppItem .title {
  font-size: 24px;
}
.container .mainAppWrap .smallAppItem:nth-child(4n-1), .container .mainAppWrap .smallAppItem:nth-child(4n-2), .container .mainAppWrap .smallAppItem:nth-child(4n-3) {
  margin-left: 20px;
}
.container .mainAppWrap .appItemImg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.container .sitePushWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  flex-wrap: wrap;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  min-height: 797px;
  background-size: contain;
  margin: 0 auto;
  padding: 125px 20px 72px;
}
.container .sitePushWrap .AppItemOut {
  position: relative;
}
.container .sitePushWrap .AppItemOut .tag {
  position: absolute;
  top: 0;
  right: -14px;
  width: 102px;
  height: 53px;
  z-index: 1;
}
.container .sitePushWrap .bigAppItem:nth-child(3n-1), .container .sitePushWrap .bigAppItem:nth-child(3n-2) {
  margin-right: 28px;
}
.container .sitePushWrap .appItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.container .sitePushWrap2 {
  background-size: contain;
}
.container .sitePushWrap3 {
  background-size: contain;
}
.container .sitePushWrap4 {
  background-size: contain;
}
.container .liveWrap {
  margin-bottom: 78px;
}
.container .liveWrap .headTitle {
  width: 696px;
  margin: 0 auto 33px;
}
.container .liveWrap .liveContainer {
  width: 100%;
  overflow-x: auto;
  display: flex;
  padding-left: 27px;
}
.container .liveWrap .liveContainer .liveItem {
  flex-shrink: 0;
  width: 297px;
  height: 437px;
  font-weight: 500;
  border-radius: 8px;
  background-color: #0650ea;
  margin-right: 20px;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 282px;
  height: 34px;
  border-radius: 18px;
  background-color: rgba(0, 0, 0, 0.56);
  margin: 11px auto 9px;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon {
  display: flex;
  align-items: center;
  width: 119px;
  height: 34px;
  font-size: 24px;
  font-weight: 500;
  border-radius: 18px;
  background-color: #fa6822;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangleWrap {
  display: flex;
  height: 15px;
  align-items: flex-end;
  margin: 0 10px 0 11px;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle0 {
  width: 4px;
  height: 11px;
  background-color: #fff;
  margin: 0 1px;
  animation-name: run;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle1 {
  width: 4px;
  height: 15px;
  background-color: #fff;
  margin: 0 1px;
  animation-name: run2;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle2 {
  width: 4px;
  height: 11px;
  background-color: #fff;
  margin: 0 1px;
  animation-name: run3;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}
@keyframes run {
  0% {
    height: 11px;
  }
  50% {
    height: 15px;
  }
  100% {
    height: 11px;
  }
}
@keyframes run2 {
  0% {
    height: 15px;
  }
  50% {
    height: 8px;
  }
  100% {
    height: 15px;
  }
}
@keyframes run3 {
  0% {
    height: 8px;
  }
  50% {
    height: 11px;
  }
  100% {
    height: 8px;
  }
}
.container .liveWrap .liveContainer .liveItem .liveItemHeader .onlinePeople {
  font-size: 21px;
  margin-right: 9px;
}
.container .liveWrap .liveContainer .liveItem .liveItemMain {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 282px;
  height: 375px;
  border-radius: 5px;
  background-color: #e8eaf2;
  margin: 0 auto;
}
.container .liveWrap .liveContainer .liveItem .liveItemMain .appBgIcon {
  width: 116px;
}
.container .liveWrap .liveContainer .liveItem .liveItemMain .appItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.container .liveWrap .liveContainer .liveItem .liveItemMain .title {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
  width: 260px;
  height: 55px;
  line-height: 55px;
  font-size: 24px;
  text-align: center;
  border-radius: 48px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 20px 0 24px;
}
.container .liveWrap .liveContainer .liveItem2 {
  background: #00d5bc;
}
.container .choiceAppWrap {
  font-weight: 500;
  line-height: normal;
  text-align: center;
}
.container .choiceAppWrap .choiceAppTitle {
  width: 381px;
  margin: 0 0 35px 55px;
}
.container .choiceAppWrap .choiceAppContainer {
  display: grid;
  grid-template-columns: repeat(3, minmax(auto, 1fr));
}
.container .choiceAppWrap .choiceAppContainer .bigAppItem:nth-child(3n-1), .container .choiceAppWrap .choiceAppContainer .bigAppItem:nth-child(3n-2) {
  margin-right: 20px;
}
.container .choiceAppWrap .choiceAppContainer .appItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.container .classicWrap {
  text-align: center;
  width: 727px;
  min-height: 1269px;
  background-size: contain;
  margin: 0 auto 70px;
  padding: 124px 0 29px;
}
.container .classicWrap .classicItem {
  position: relative;
  width: 671px;
  height: 347px;
  border-radius: 15px;
  background-color: #e8eaf2;
  margin: 0 auto 25px;
}
.container .classicWrap .classicItem .tag {
  position: absolute;
  top: 19px;
  left: 14px;
  min-width: 151px;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 0 20px;
}
.container .classicWrap .classicItem .playIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 91px;
}
.container .classicWrap .classicItem .classicItemImg {
  width: 100%;
  height: 100%;
  border-radius: 15px;
}
.container .classicWrap2 {
  background: url(https://g.lcjbpy.com/world/images/classicWrapBg2.png) no-repeat;
  background-size: contain;
}
.container .classicWrap3 {
  background-size: contain;
}
.container .hotGameWrap .hotGametitle {
  width: 696px;
  margin: 0 auto 69px;
}
.container .hotGameWrap .hotGameItem {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 40px 0 55px;
  margin-bottom: 45px;
}
.container .hotGameWrap .hotGameItem .AppItemOut {
  width: 122px;
  height: 122px;
  margin-right: 29px;
}
.container .hotGameWrap .hotGameItem .AppItemOut .appBgIcon {
  width: 50px;
}
.container .hotGameWrap .hotGameItem .infoWrap {
  width: 400px;
  font-size: 36px;
  font-weight: 500;
  line-height: normal;
}
.container .hotGameWrap .hotGameItem .infoWrap .infoText {
  font-size: 28px;
  color: #b5d5e9;
}
.container .hotGameWrap .hotGameItem .downloadBtn {
  position: absolute;
  top: 50%;
  right: 41px;
  transform: translate(0, -50%);
  width: 87px;
}
.container .hotGameWrap .appItemImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.container .expensiveWrap {
  display: flex;
  flex-wrap: wrap;
  width: 723px;
  min-height: 369px;
  background: url(https://g.lcjbpy.com/world/images/expensiveWrapBg.png) no-repeat;
  background-size: contain;
  margin: 0 auto;
  padding: 115px 0 48px 25px;
}
.container .expensiveWrap a {
  cursor: pointer;
}
.container .expensiveWrap a:hover {
  color: #6080ff;
}
.container .expensiveWrap .expensiveItem {
  position: relative;
  flex-shrink: 0;
  width: 212px;
  height: 79px;
  line-height: 79px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  border-radius: 15px;
  border: solid 2.5px #69e4ff;
  background-color: #000;
  margin: 0 17px 24px 0;
  padding: 0 20px;
}
.container .expensiveWrap .expensiveItem .fireIcon {
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(0, -50%);
  width: 24px;
  height: 28px;
}
.container .expensiveWrap .mainExpensiveItem {
  color: #69e4ff;
}
@media (min-width: 1024px) {
.article-item h1 {
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
.article-item h2 {
  font-size: 1.2rem;
}

  .article-item {
    width: 50vw;
    height: 30vw;
    min-width: 700px;
    max-height: 480px;
    min-height: 480px;
  }

  .article-item img {
    width: 25vw;
    height: 21vw;
    min-height: 400px;
    max-height: 400px;

  }
}

@media (max-width: 750px) {
  .article-item img {
  min-width: 100%;
  min-height: 100px;
  width: 30vw;
  height: 15vw;
  border-radius: 10px 10px 0px 0px;
  object-fit: cover;
}

.article-item h1 {
  font-size: 1rem;
}
.article-item h2 {
  font-size: .8rem;
}

  .article-content span {
      font-size: 12px;
      line-height: 1.5rem;
      color: #ffffff;
      padding: 5px 0;
    }
  
    .article-content h1 {
      font-size: 22px;
      color: #5994ff;
      font-weight: 600;
      padding-bottom: 8px;
    }
  
    .article-content img {
      width: 100vw;
      max-width: 100%;
      height: 50vw;
      border-radius: 5px;
      object-fit: cover;
      
    }
  .cooperation span {
      font-size: .8rem;
      line-height: 7vw;
    }
  .container {
    max-width: 100vw;
  }
  .container .AppItemOut {
    width: 28vw;
    height: 28vw;
    border-radius: 2vw;
    padding: 0.6666666667vw;
  }
  .container .AppItemOut .appBgIcon {
    width: 10.6666666667vw;
  }
  .container .AppItemInside {
    border-radius: 2vw;
  }
  .container .bigAppItem {
    width: 28vw;
    font-size: 3.7333333333vw;
    margin-bottom: 5.7333333333vw;
  }
  .container .bigAppItem .title {
    margin-top: 0.9333333333vw;
  }
  .container .headerWrap {
    height: 22.5333333333vw;
    margin-bottom: 1.7333333333vw;
  }
  .container .headerWrap .foreverCollect {
    top: 6.9333333333vw;
    right: 26vw;
    width: 21.7333333333vw;
  }
 .container .headerWrap .article-btn {
   top: 6.9333333333vw;
   right: 3vw;
   width: 21.7333333333vw;
 }

  .container .marqueeNew {
    padding-left: 5.3333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .container .marqueeNew img {
    width: 5.0666666667vw;
  }
  .container .marqueeNew #announce {
    font-size: 2.4vw;
  }
  .container .swiperWrap {
    width: 96.9333333333vw;
    height: 70.8vw;
    margin: 0 auto 7.0666666667vw;
    padding: 13.8666666667vw 3.3333333333vw 0;
  }
  .container .swiperWrap .swiperItem {
    width: 93.3333333333vw;
    height: 49.2vw;
    background-size: 15.3333333333vw 14.1333333333vw;
    border-radius: 1.3333333333vw;
    margin-bottom: 2.8vw;
  }
  .container .swiperWrap .swiperItem .swiperItemImg {
    width: 93.3333333333vw;
    height: 49.2vw;
    border-radius: 1.3333333333vw;
  }
  .container .swiperWrap .swiperItem .swiperTitle {
    bottom: 1.8666666667vw;
    width: 79.8666666667vw;
    height: 7.7333333333vw;
    line-height: 7.7333333333vw;
    border-radius: 6.6666666667vw;
    font-size: 4vw;
    padding: 0 4.9333333333vw 0 6.8vw;
  }
  .container .swiperWrap .swiper-button-next, .container .swiperWrap .swiper-button-prev {
    width: 5.0666666667vw;
    height: 5.0666666667vw;
  }
  .container .swiperWrap .swiper-pagination {
    bottom: 2.6666666667vw;
    width: 90.2666666667vw;
  }
  .container .swiperWrap .swiper-pagination .swiper-pagination-bullet {
    width: 1.7333333333vw;
    height: 1.7333333333vw;
    margin: 0 0.6666666667vw;
  }
  .container .mainAppWrap {
    padding: 0 4.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .container .mainAppWrap .smallAppItem {
    width: 20.5333333333vw;
    margin-bottom: 4.2666666667vw;
  }
  .container .mainAppWrap .smallAppItem .AppItemOut {
    width: 20.5333333333vw;
    height: 20.5333333333vw;
  }
  .container .mainAppWrap .smallAppItem .appBgIcon {
    width: 8vw;
  }
  .container .mainAppWrap .smallAppItem .title {
    font-size: 3.2vw;
  }
  .container .mainAppWrap .smallAppItem:nth-child(4n-1), .container .mainAppWrap .smallAppItem:nth-child(4n-2), .container .mainAppWrap .smallAppItem:nth-child(4n-3) {
    margin-left: 2.6666666667vw;
  }
  .container .mainAppWrap .appItemImg {
    border-radius: 1.3333333333vw;
  }
  .container .sitePushWrap {
    min-height: 106.2666666667vw;
    margin: 0 auto;
    padding: 25.6666666667vw 2.6666666667vw 9.6vw;
  }
  .container .sitePushWrap .AppItemOut .tag {
    right: -1.8666666667vw;
    width: 13.6vw;
    height: 7.0666666667vw;
  }
  .container .sitePushWrap .bigAppItem:nth-child(3n-1), .container .sitePushWrap .bigAppItem:nth-child(3n-2) {
    margin-right: 3.7333333333vw;
  }
  .container .sitePushWrap .appItemImg {
    border-radius: 1.3333333333vw;
  }
  .container .liveWrap {
    margin-bottom: 10.4vw;
  }
  .container .liveWrap .headTitle {
    width: 92.8vw;
    margin: 0 auto 4.4vw;
  }
  .container .liveWrap .liveContainer {
    padding-left: 3.6vw;
  }
  .container .liveWrap .liveContainer .liveItem {
    width: 39.6vw;
    height: 58.2666666667vw;
    border-radius: 1.0666666667vw;
    margin-right: 2.6666666667vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader {
    width: 37.6vw;
    height: 4.5333333333vw;
    border-radius: 2.4vw;
    margin: 1.4666666667vw auto 1.2vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon {
    width: 15.8666666667vw;
    height: 4.5333333333vw;
    font-size: 3.2vw;
    border-radius: 2.4vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangleWrap {
    height: 2vw;
    margin: 0 1.3333333333vw 0 1.4666666667vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle0 {
    width: 0.5333333333vw;
    height: 1.4666666667vw;
    margin: 0 0.1333333333vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle1 {
    width: 0.5333333333vw;
    height: 2vw;
    margin: 0 0.1333333333vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .liveIcon .rectangle2 {
    width: 0.5333333333vw;
    height: 1.4666666667vw;
    margin: 0 0.1333333333vw;
  }
  @keyframes run {
    0% {
      height: 1.4666666667vw;
    }
    50% {
      height: 2vw;
    }
    100% {
      height: 1.4666666667vw;
    }
  }
  @keyframes run2 {
    0% {
      height: 2vw;
    }
    50% {
      height: 1.0666666667vw;
    }
    100% {
      height: 2vw;
    }
  }
  @keyframes run3 {
    0% {
      height: 1.0666666667vw;
    }
    50% {
      height: 1.4666666667vw;
    }
    100% {
      height: 1.0666666667vw;
    }
  }
  .container .liveWrap .liveContainer .liveItem .liveItemHeader .onlinePeople {
    font-size: 2.8vw;
    margin-right: 1.2vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemMain {
    width: 37.6vw;
    height: 50vw;
    border-radius: 0.6666666667vw;
    margin: 0 auto;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemMain .appBgIcon {
    width: 15.4666666667vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemMain .appItemImg {
    border-radius: 0.6666666667vw;
  }
  .container .liveWrap .liveContainer .liveItem .liveItemMain .title {
    bottom: 1.3333333333vw;
    width: 34.6666666667vw;
    height: 7.3333333333vw;
    line-height: 7.3333333333vw;
    font-size: 3.2vw;
    border-radius: 6.4vw;
    padding: 0 2.6666666667vw 0 3.2vw;
  }
  .container .choiceAppWrap .choiceAppTitle {
    width: 50.8vw;
    margin: 0 0 4.6666666667vw 7.3333333333vw;
  }
  .container .choiceAppWrap .choiceAppContainer {
    padding: 0 5.3333333333vw 3.2vw;
  }
  .container .choiceAppWrap .choiceAppContainer .bigAppItem:nth-child(3n-1), .container .choiceAppWrap .choiceAppContainer .bigAppItem:nth-child(3n-2) {
    margin-right: 2.6666666667vw;
  }
  .container .choiceAppWrap .choiceAppContainer .appItemImg {
    border-radius: 1.3333333333vw;
  }
  .container .classicWrap {
    width: 96.9333333333vw;
    min-height: 169.2vw;
    margin: 0 auto 9.3333333333vw;
    padding: 16.5333333333vw 0 3.8666666667vw;
  }
  .container .classicWrap .classicItem {
    width: 89.4666666667vw;
    height: 46.2666666667vw;
    border-radius: 2vw;
    margin: 0 auto 3.3333333333vw;
  }
  .container .classicWrap .classicItem .tag {
    top: 2.5333333333vw;
    left: 1.8666666667vw;
    min-width: 20.1333333333vw;
    height: 5.6vw;
    line-height: 5.6vw;
    font-size: 3.2vw;
    padding: 0 2.6666666667vw;
  }
  .container .classicWrap .classicItem .playIcon {
    width: 12.1333333333vw;
  }
  .container .classicWrap .classicItem .classicItemImg {
    border-radius: 2vw;
  }
  .container .hotGameWrap .hotGametitle {
    width: 92.8vw;
    margin: 0 auto 9.2vw;
  }
  .container .hotGameWrap .hotGameItem {
    padding: 0 5.3333333333vw 0 7.3333333333vw;
    margin-bottom: 6vw;
  }
  .container .hotGameWrap .hotGameItem .AppItemOut {
    width: 16.2666666667vw;
    height: 16.2666666667vw;
    margin-right: 3.8666666667vw;
  }
  .container .hotGameWrap .hotGameItem .AppItemOut .appBgIcon {
    width: 6.6666666667vw;
  }
  .container .hotGameWrap .hotGameItem .infoWrap {
    width: 53.3333333333vw;
    font-size: 4.8vw;
  }
  .container .hotGameWrap .hotGameItem .infoWrap .infoText {
    font-size: 3.7333333333vw;
  }
  .container .hotGameWrap .hotGameItem .downloadBtn {
    right: 5.4666666667vw;
    width: 11.6vw;
  }
  .container .hotGameWrap .appItemImg {
    border-radius: 1.3333333333vw;
  }
  .container .expensiveWrap {
    width: 96.4vw;
    min-height: 49.2vw;
    padding: 15.3333333333vw 0 6.4vw 3.3333333333vw;
  }
  .container .expensiveWrap .expensiveItem {
    width: 28.2666666667vw;
    height: 10.5333333333vw;
    line-height: 10.5333333333vw;
    font-size: 4vw;
    border-radius: 2vw;
    border: solid 0.2666666667vw #69e4ff;
    margin: 0 2.2666666667vw 3.2vw 0;
    padding: 0 2.6666666667vw;
  }
  .container .expensiveWrap .expensiveItem .fireIcon {
    left: 2.6666666667vw;
    width: 3.2vw;
    height: 3.7333333333vw;
  }
}
@media (max-width: 360px) {
.alsolist-title h1{
  width: 150px;
}
.alsolist-description h2{
  width: 150px;
}


.article-item{
  min-width: 150px;
}
}
/* ::::::::: s3 :::::::::*/
.s3 {
  position: relative;
  margin: 2rem auto 5rem;
  background: url(https://g.lcjbpy.com/world/images/sitePushWrap-header-bg.png) no-repeat top, url(https://g.lcjbpy.com/world/images/sitePushWrap-footer-bg.png) no-repeat bottom, #0f0740;
  background-size: contain;
}
.s3 article {
  position: absolute;
  top: 3rem;
  left: 2rem;
}
.s3 article img {
  max-width: 185px;
}
.s3 a, .s3 div {
  cursor: pointer;
}
.s3 a:hover img, .s3 div:hover img {
  filter: brightness(180%);
}
.s3 section {
  margin: 0 !important;
  border-left: 3px solid #8ec7fb;
  padding-bottom: 0px;
  border-right: 3px solid;
  border-image: linear-gradient(0deg, rgba(142, 198, 251, 0), #8ec6fb, #8ec6fb, rgba(142, 198, 251, 0)) 1;
}

/* ::::::::: s4 :::::::::*/
.s4 {
  background: url(https://g.lcjbpy.com/world/images/s4-header-bg.png) no-repeat top, url(https://g.lcjbpy.com/world/images/s4-footer-bg.png) no-repeat bottom;
  background-size: contain;
}
.s4 article {
  position: relative;
  bottom: 3rem;
  padding-left: 1.6rem;
}
.s4 article h3 {
  display: flex;
  align-items: center;
}
.s4 article h3 img.s4-title {
  max-width: 160px;
}
.s4 article h3 span {
  color: #68e3ff;
  margin-left: 12px;
}
.s4 section {
  margin: 0 !important;
  border-left: 3px solid #8ec7fb;
  padding-bottom: 0px;
  border-right: 3px solid;
  border-image: linear-gradient(0deg, rgba(142, 198, 251, 0), #8ec6fb, #8ec6fb, rgba(142, 198, 251, 0)) 1;
}

/* ::::::::: float_Ads :::::::::*/
.FloatAds {
  cursor: pointer;
  background: transparent;
  width: 100%;
  max-width: 365px;
  position: fixed;
  left: 50%;
  bottom: 1%;
  z-index: 998;
  transform: translate(-50%, 0);
}
.FloatAds img {
  border-radius: 0.12rem;
  width: 100%;
}
.FloatAds:hover img {
  filter: brightness(188%);
}
.FloatAds span.closeBtn {
  cursor: pointer;
  background: rgba(255, 255, 255, 0.78);
  padding: 0.83rem;
  border-radius: 10rem;
  display: grid;
  justify-content: center;
  align-content: center;
  position: relative;
  z-index: 99;
  left: 93%;
  top: 1rem;
  width: 20px;
  height: 20px;
}
.FloatAds span.closeBtn:hover {
  transform: rotate(88deg);
}