@import url(index.css);
.pc-nav .sidebarPc .classify:nth-child(2) {
  background-color: #FFCC00;
}
.mobileGameCoverBGC {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  z-index: 3;
}
.onlineGamesDetail {
  height: 100%;
  border-radius: 1rem;
}
.onlineGamesDetail .h1 {
  color: #403430;
}
.onlineGamesDetail .back {
  width: 3rem;
  height: 3rem;
  background-color: #FFCC00;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.onlineGamesDetail .H5Game .gameEntrance {
  height: 100%;
  position: relative;
}
.onlineGamesDetail .H5Game .gameEntrance .coverWrap {
  overflow-y: hidden;
  position: relative;
}
.onlineGamesDetail .H5Game .gameEntrance .coverWrap .coverImg {
  border-radius: 2rem 2rem 0 0;
  width: 100%;
  opacity: 0.5;
  z-index: 1;
}
.onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry {
  height: 4rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .currentGameIcon {
  height: 19rem;
  border-radius: 1rem;
}
.onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .playIcon {
  margin-top: 2rem;
  width: 20rem;
  border-radius: 3rem;
  background-color: var(--bc-pair);
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.onlineGamesDetail .H5Game .gameDetail {
  width: 100%;
  padding: 1rem 2rem;
  box-sizing: border-box;
}
.onlineGamesDetail .H5Game .gameDetail .detailsTitle {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.onlineGamesDetail .H5Game .gameDetail .detailsText {
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  word-break: break-all;
}
.onlineGamesDetail .popularNow .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.onlineGamesDetail .popularNow .title .popularMore {
  color: #FFCC00;
  right: 0;
  display: inline-block;
  line-height: 2.2rem;
  background: #fffffF;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.onlineGamesDetail .popularNow .appcontentList {
  display: grid;
  justify-content: center;
}
.onlineGamesDetail .popularNow .appcontentList .appListitem {
  width: 100%;
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.onlineGamesDetail .popularNow .appcontentList .appListitem .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.onlineGamesDetail .popularNow .appcontentList .appListitem .appLogo {
  width: 90%;
  border-radius: 0.5rem;
  margin-top: 1rem;
}
.onlineGamesDetail .popularNow .appcontentList .appListitem .appLogo:hover {
  box-shadow: 0 0.3rem 0.3rem rgba(138, 135, 135, 0.269);
}
.onlineGamesDetail .popularNow .appcontentList .appListitem:hover {
  transform: scale(1.05);
}
.onlineGamesDetail .relatedWrap .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.onlineGamesDetail .relatedWrap .title .relaMore {
  color: #FFCC00;
  right: 0;
  display: inline-block;
  line-height: 2.2rem;
  background: #fffffF;
  border-radius: 1rem;
  text-align: center;
  font-size: 1.4rem;
}
.onlineGamesDetail .relatedWrap .relatedApp {
  margin-top: 1rem;
  display: grid;
}
.onlineGamesDetail .relatedWrap .relatedApp .related {
  text-decoration: none;
  color: #000;
  background-color: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.onlineGamesDetail .relatedWrap .relatedApp .related:hover {
  background-color: #D5D5D5;
  border-radius: 1.2rem;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appLogo {
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  border-radius: 1.5rem;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appInfo {
  width: 100%;
  box-sizing: border-box;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .name {
  box-sizing: border-box;
  font-size: 1.4rem;
  padding: 0 0.5rem;
  margin: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-all;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .star {
  font-size: 12px;
  display: flex;
  align-items: center;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .star .haveStar svg {
  width: 15px;
  height: 15px;
  margin: 0 5px;
}
.onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .star .starNum {
  color: #ffba00;
}
.onlineGamesDetail .MoreOnlineGames {
  background: #FFFFFF;
  border-radius: 2rem;
  margin-bottom: 2.4rem;
}
.onlineGamesDetail .MoreOnlineGames .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.onlineGamesDetail .MoreOnlineGames .moreOnGTitle {
  font-size: 2rem;
  line-height: 2.3rem;
  color: #403430;
  margin-bottom: 1.75rem;
}
.onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList {
  display: grid;
}
.onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList .moreOnGContItem {
  width: 100%;
  position: relative;
}
.onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList .moreOnGContItem .cornerMark {
  position: absolute;
  top: 0;
  right: -0.3rem;
  z-index: 1;
}
.onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList .moreOnGContItem .moreOnItemIcon {
  width: 100%;
  border-radius: 1rem;
}
.onlineGamesDetail .MoreOnlineGames .moreInfo {
  margin-top: 2.4rem;
  text-align: center;
}
.onlineGamesDetail .MoreOnlineGames .moreInfo .flag {
  display: inline-block;
  width: 15.5rem;
  height: 4rem;
  line-height: 4rem;
  background: var(--bc-pair);
  border-radius: 0.4rem;
  font-size: 1.4rem;
  color: #FFFFFF;
  font-weight: 500;
}
.onlineGamesDetail .comments {
  box-sizing: border-box;
  width: 100%;
  padding: 2rem;
}
.onlineGamesDetail .comments .title {
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}
.onlineGamesDetail .comments .title .comtsText {
  color: #333;
}
.onlineGamesDetail .comments .title .comtsCountNum {
  color: #FFCC00;
  font-weight: 500;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap {
  display: flex;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap input {
  background: none;
  outline: none;
  border: none;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait {
  position: relative;
  background-color: #3333334d;
  border-radius: 2rem;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .headPortrait {
  border-radius: 50%;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .refresh {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #3333334d;
  border-radius: 1rem;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight {
  width: 100%;
  margin: 0 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .contents {
  width: 100%;
  border-radius: 1rem;
  border-bottom: 0.1rem solid #333;
  padding: 1rem;
  box-sizing: border-box;
}
.onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .submint {
  margin-top: 1rem;
  padding: 0.2rem 1rem;
  text-align: center;
  width: 9.7rem;
  height: 3.2rem;
  line-height: 3.2rem;
  border-radius: 0.4rem;
  color: #ffffff;
  font-size: 1.8rem;
  background-color: #FFCC00;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInfoleft {
  width: 5rem;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInfoleft img {
  width: 3rem;
  border-radius: 50%;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight {
  width: 100%;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .userName {
  font-size: 1.2rem;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .userComts {
  font-size: 1.6rem;
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
}
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .moreTextShow,
.onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .moreTexthidde {
  margin-top: 2rem;
  display: none;
}
.onlineGamesDetail .ad-box {
  margin: 2.4rem 0 !important;
}
@media only screen and (max-width: 767px) {
  .headerWrap {
    height: 6rem;
  }
  .headerWrap .mNav {
    display: none;
  }
  .contentWraper {
    margin-top: 6rem;
    background-color: #ffffff;
  }
  .onlineGamesDetail .back {
    display: none;
  }
  .onlineGamesDetail .H5Game .gameEntrance .closefullscreen {
    padding: 0.5rem 1.5rem;
    background-color: #FFCC00;
    border-radius: 0 2rem 2rem 0;
    position: fixed;
    top: 7rem;
    left: 0;
    z-index: 100;
    text-align: center;
  }
  .onlineGamesDetail .H5Game .gameEntrance .iframeBox {
    position: fixed;
    top: 0px;
    left: 0px;
    border: 0px;
    height: 100%;
    width: 100%;
    z-index: 5;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap {
    height: 19rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .currentGameIcon {
    height: 6.4rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .playIcon {
    margin-top: 1rem;
    width: 10rem;
    line-height: 3rem;
  }
  .onlineGamesDetail .H5Game .gameDetail {
    padding: 1rem;
  }
  .onlineGamesDetail .relatedWrap {
    margin-top: 2rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp {
    grid-template-columns: repeat(3, calc((100% - 1.2rem) / 3));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appLogo {
    width: 8.2rem;
    height: 8.2rem;
  }
  .onlineGamesDetail .popularNow .appcontentList {
    grid-template-columns: repeat(3, calc((100% - 1.2rem) / 3));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList {
    grid-template-columns: repeat(3, calc((100% - 1.2rem) / 3));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .comments {
    padding: 1rem 0rem;
  }
  .onlineGamesDetail .comments .title {
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .onlineGamesDetail .comments .comtsWrap {
    width: 100%;
    overflow: scroll;
    background: #fff;
    z-index: 10;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait {
    height: 3rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .headPortrait {
    width: 3rem;
    height: 3rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .refresh {
    width: 2rem;
    height: 2rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .contents {
    flex: 1;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList {
    height: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .onlineGamesDetail .H5Game {
    background: #FFFFFF;
    border-radius: 2rem;
  }
  .onlineGamesDetail .H5Game .iframeBox {
    position: fixed;
    top: 0px;
    left: 0px;
    border: 0px;
    height: 100%;
    width: 100%;
    z-index: 2;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap {
    height: 30.8rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .currentGameIcon {
    height: 12.4rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .playIcon {
    margin-top: 1rem;
    width: 10rem;
    line-height: 3rem;
  }
  .onlineGamesDetail .H5Game .gameDetail {
    padding: 1rem;
  }
  .onlineGamesDetail .popularNow {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 2rem 2rem 0 0 ;
  }
  .onlineGamesDetail .popularNow .appcontentList {
    grid-template-columns: repeat(6, calc((100% - 2.4rem) / 6));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 0 0 2rem 2rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp {
    grid-template-columns: repeat(4, calc((100% - 1.2rem) / 4));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related {
    flex-direction: column;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appLogo {
    width: 100%;
  }
  .onlineGamesDetail .MoreOnlineGames {
    padding: 1.5rem;
  }
  .onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList {
    grid-template-columns: repeat(6, calc((100% - 5.2rem) / 6));
    grid-gap: 1rem 1rem;
  }
  .onlineGamesDetail .comments {
    background: #FFFFFF;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
    padding: 1rem 1rem;
  }
  .onlineGamesDetail .comments .title {
    line-height: 3rem;
    font-size: 1.8rem;
  }
  .onlineGamesDetail .comments .title .arrow_o,
  .onlineGamesDetail .comments .title .arrow_t {
    display: none;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait {
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .headPortrait {
    width: 4rem;
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .refresh {
    width: 3rem;
    height: 3rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .contents {
    flex: 1;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList {
    margin-right: 1rem;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .userComts {
    min-height: 3rem;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .onlineGamesDetail .H5Game {
    background: #FFFFFF;
    border-radius: 2rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap {
    height: 56.8rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .currentGameIcon {
    height: 19rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .playIcon {
    margin-top: 2rem;
    width: 20rem;
    line-height: 4rem;
  }
  .onlineGamesDetail .popularNow {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 2rem 2rem 0 0 ;
  }
  .onlineGamesDetail .popularNow .appcontentList {
    grid-template-columns: repeat(6, calc((100% - 2.4rem) / 6));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 0 0 2rem 2rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp {
    grid-template-columns: repeat(4, calc((100% - 1.2rem) / 4));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related {
    flex-direction: column;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appLogo {
    width: 100%;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .name {
    width: 100%;
  }
  .onlineGamesDetail .MoreOnlineGames {
    padding: 2rem;
  }
  .onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList {
    grid-template-columns: repeat(6, calc((100% - 5.2rem) / 6));
    grid-gap: 1rem 1rem;
  }
  .onlineGamesDetail .comments {
    padding: 1rem 2rem;
    background: #FFFFFF;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
  }
  .onlineGamesDetail .comments .title {
    line-height: 4rem;
    font-size: 2rem;
  }
  .onlineGamesDetail .comments .title .arrow_o,
  .onlineGamesDetail .comments .title .arrow_t {
    display: none;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait {
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .headPortrait {
    width: 4rem;
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .refresh {
    width: 3rem;
    height: 3rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .contents {
    flex: 1;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList {
    margin-right: 1.5rem;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .userComts {
    min-height: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .onlineGamesDetail .H5Game {
    background: #FFFFFF;
    border-radius: 2rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap {
    height: 56.8rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .currentGameIcon {
    height: 19rem;
  }
  .onlineGamesDetail .H5Game .gameEntrance .coverWrap .gamePlayEntry .playIcon {
    margin-top: 2rem;
    width: 20rem;
    line-height: 4rem;
  }
  .onlineGamesDetail .popularNow {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 2rem 2rem 0 0 ;
  }
  .onlineGamesDetail .popularNow .appcontentList {
    grid-template-columns: repeat(6, calc((100% - 2.4rem) / 6));
    grid-gap: 0.5rem 0.5rem;
  }
  .onlineGamesDetail .relatedWrap {
    padding: 2rem;
    background: #FFFFFF;
    border-radius: 0 0 2rem 2rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp {
    grid-template-columns: repeat(4, calc((100% - 1.2rem) / 4));
    grid-gap: 0.5rem 0.5rem;
    margin-bottom: 2rem;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related {
    flex-direction: column;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appLogo {
    width: 100%;
  }
  .onlineGamesDetail .relatedWrap .relatedApp .related .appInfo .name {
    width: 100%;
  }
  .onlineGamesDetail .MoreOnlineGames {
    padding: 2.4rem;
  }
  .onlineGamesDetail .MoreOnlineGames .moreOnGCont .moreOnGContList {
    grid-template-columns: repeat(6, calc((100% - 5.2rem) / 6));
    grid-gap: 1rem 1rem;
  }
  .onlineGamesDetail .comments {
    background: #FFFFFF;
    box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.1);
    border-radius: 2rem;
  }
  .onlineGamesDetail .comments .title {
    line-height: 4rem;
    font-size: 2rem;
  }
  .onlineGamesDetail .comments .title .arrow_o,
  .onlineGamesDetail .comments .title .arrow_t {
    display: none;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait {
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .headPortrait {
    width: 4rem;
    height: 4rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .portrait .refresh {
    width: 3rem;
    height: 3rem;
  }
  .onlineGamesDetail .comments .comtsWrap .addComtsWrap .addComtsRight .contents {
    flex: 1;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList {
    margin-right: 1.5rem;
  }
  .onlineGamesDetail .comments .comtsWrap .commentContent .commentList li .userInforight .userComts {
    min-height: 3rem;
  }
}
