@import url(index.css);
.mNav .aMenu .aMenuItem:nth-child(1) {
  font-weight: 500;
  color: #FFCC00;
  border-bottom: 0.2rem solid #FFCC00;
}
body {
  background-color: #fff;
}
.contentWraper .recommend .downloadList,
.contentWraper .recommend .onlinePlayList {
  border-radius: 2rem;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}
.contentWraper .recommend .downloadList .title,
.contentWraper .recommend .onlinePlayList .title {
  color: #ab5a10;
}
.contentWraper .recommend .downloadList .appslist-item,
.contentWraper .recommend .onlinePlayList .appslist-item {
  margin: 1rem 2rem;
  box-sizing: border-box;
  background: #FFFFFF;
  box-shadow: 0 0.5rem 0.9rem rgba(0, 0, 0, 0.2);
  border-radius: 2rem;
}
.contentWraper .recommend .downloadList .appslist-item .item-left .item-left-info .item-left-info-categ .item-left-info-d,
.contentWraper .recommend .onlinePlayList .appslist-item .item-left .item-left-info .item-left-info-categ .item-left-info-d {
  background-color: #F6F6F6;
  border-radius: 0.4rem;
}
.contentWraper .recommend .downloadList .appslist-item .item-right .item-right-btn,
.contentWraper .recommend .onlinePlayList .appslist-item .item-right .item-right-btn {
  border: 0.15rem solid #ab5a10;
  color: #ab5a10;
}
.indexWrap .pc-applist-content {
  width: 100%;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop {
  width: 100%;
  display: flex;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left {
  width: 40%;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item .coverlink,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item .appIcon,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item:hover,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-left .firstUnordered-item:hover .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-left .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right {
  width: 60%;
  display: flex;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item {
  margin: 0 1rem;
  width: 66%;
  position: relative;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item .coverlink,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item .appIcon,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item .appIcon {
  width: 100%;
  border-radius: 1rem;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item:hover,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .double-item:hover .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .double-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list {
  width: 33%;
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 1rem) / 1));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .coverlink,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .appIcon,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item:hover,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .firstUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item:hover .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listTop .listTop-right .listTop-right-list .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont {
  display: grid;
  grid-template-columns: repeat(8, calc((100% - 10.5rem) / 8));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item .coverlink,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item .appIcon,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item:hover,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom .listcont .firstUnordered-item:hover .appName,
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom .listcont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .firstUnorderedList .listButtom {
  margin-top: 1.5rem;
}
.indexWrap .pc-applist-content .thirdUnorderedList .listButtom {
  margin-bottom: 1.5rem;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop {
  display: flex;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left {
  width: 50%;
  padding: 0 0.5rem;
  box-sizing: border-box;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-left .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right {
  width: 50%;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list {
  margin: 0 1rem;
  display: grid;
  grid-template-columns: repeat(2, calc((100% - 2rem) / 2));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistTop .listTop-right .listTop-right-list .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom {
  margin-top: 1.5rem;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont {
  display: grid;
  grid-template-columns: repeat(4, calc((100% - 4rem) / 4));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .secondUnorderedList .secondlistButtom .listcont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont {
  display: grid;
  grid-template-columns: repeat(8, calc((100% - 10.5rem) / 8));
  grid-gap: 1.5rem 1.5rem;
  justify-content: center;
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item {
  position: relative;
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .pc-applist-content .lastUnorderedList .lastListCont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop {
  display: flex;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item {
  width: 66%;
  position: relative;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5.1rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .double-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list {
  width: 33%;
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 1rem) / 1));
  grid-gap: 1.3rem 1.3rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listTop:nth-child(1) .double-item {
  margin-left: 1rem;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-t-t .double-item {
  margin-right: 1rem;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom {
  margin: 1.3rem 0;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
  grid-gap: 1.3rem 1.3rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-firstUnorderedList .m-listButtom .listcont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
  grid-gap: 1rem 1rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-secondUnorderedList .listcont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop {
  display: flex;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item {
  width: 66%;
  position: relative;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list {
  width: 33%;
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 1rem) / 1));
  grid-gap: 1rem 1rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop {
  margin: 1.3rem 0;
}
.indexWrap .m-applist-content .m-secondUnorderedList .m-listTop .double-item {
  margin-left: 1rem;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
  grid-gap: 1rem 1rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .listcont .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop {
  display: flex;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item {
  width: 66%;
  position: relative;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list {
  width: 33%;
  display: grid;
  grid-template-columns: repeat(1, calc((100% - 1rem) / 1));
  grid-gap: 1rem 1rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .listTop-right-list .firstUnordered-item:hover .appName {
  display: block;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop {
  margin-bottom: 1.3rem;
}
.indexWrap .m-applist-content .m-thirdUnorderedList .m-listTop .double-item {
  margin-right: 1rem;
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont {
  display: grid;
  grid-template-columns: repeat(3, calc((100% - 3rem) / 3));
  grid-gap: 1.3rem 1.3rem;
  justify-content: center;
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item {
  position: relative;
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item .coverlink {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item .appIcon {
  width: 100%;
  border-radius: 1rem;
  box-shadow: 0.3rem 0.3rem 1rem rgba(0, 0, 0, 0.25);
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item .appName {
  display: none;
  position: absolute;
  bottom: 0.5rem;
  left: 0;
  height: 5rem;
  width: 100%;
  background-color: rgba(108, 105, 105, 0.337);
  color: #fff;
  text-align: center;
  font-size: 1.6rem;
  line-height: 5rem;
  border-radius: 0 0 1rem 1rem;
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item:hover {
  transform: scale(1.05);
}
.indexWrap .m-applist-content .m-lastUnorderedList .lastListCont .firstUnordered-item:hover .appName {
  display: block;
}
@media only screen and (max-width: 767px) {
  .indexWrap .pc-applist-content {
    display: none;
  }
  .indexWrap .m-applist-content {
    display: block;
  }
  .indexWrap .m-applist-content .m-lastUnorderedList .ads-li {
    display: block !important;
    display: grid;
    grid-column: span 3;
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .indexWrap .pc-applist-content {
    display: block;
  }
  .indexWrap .pc-applist-content .lastUnorderedList .ads-li {
    display: block !important;
    display: grid;
    grid-column: span 5;
    justify-content: center;
  }
  .indexWrap .m-applist-content {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .indexWrap .pc-applist-content {
    display: block;
  }
  .indexWrap .pc-applist-content .lastUnorderedList .ads-li {
    display: block !important;
    display: grid;
    grid-column: span 5;
    justify-content: center;
  }
  .indexWrap .m-applist-content {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .indexWrap .pc-applist-content {
    display: block;
  }
  .indexWrap .pc-applist-content .lastUnorderedList .ads-li {
    display: block !important;
    display: grid;
    grid-column: span 5;
    justify-content: center;
  }
  .indexWrap .m-applist-content {
    display: none !important;
  }
}
