* {
  padding: 0;
  margin: 0;
}

a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
  
    /* 让 <a> 填满父元素 */
  display: block; /* 转换为块级元素 */
  width: 100%; /* 宽度填满父元素 */
  height: 100%; /* 高度填满父元素 */
}

.ApplicationList {
  background: #1B1B1B;
  padding-bottom: 56px;
  overflow: hidden;
  min-height: 100vh;
}

.ApplicationList .showToast {
  position: fixed;
  z-index: 200000;
  right: 0;
  bottom: 74px;
  left: 0;
  width: 126px;
  height: 26px;
  background: rgba(115, 115, 115);
  border-radius: 40px 40px 40px 40px;
  margin: 0 auto;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  display: none;
}

.ApplicationList .popup {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: height 0.3s ease;
  z-index: 2023;
  border-radius: 10px 10px 0 0;
  display: none;
}

.ApplicationList .popup .sharePopup {
  background: #F7F7F7;
  border-radius: 16px 16px 0px 0px;
}

.ApplicationList .popup .sharePopup .closePopup {
  padding: 13px 0;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #5B6A91;
  line-height: 19px;
}

.ApplicationList .popup .sharePopup .options {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  justify-items: center;
}

.ApplicationList .popup .sharePopup .options .appIcon {
  border-radius: 14px;
  background: #FFFFFF;
  align-items: center;
  justify-content: center;
  display: flex;
}

.ApplicationList .popup .sharePopup .options .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 56px;
}

.ApplicationList .popup .sharePopup .options .item .text {
  margin-top: 4px;
  font-size: 10px;
  font-weight: 400;
  color: #686767;
  line-height: 12px;
}

.ApplicationList .popup .sharePopup .options .item>img {
  width: 56px;
  height: 56px;
}

.ApplicationList .popup.open {
  height: 162px;
  /* 根据需求设置弹出层的高度 */
}

.ApplicationList .tabPopupOverLay {
  width: 10rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  display: none;
}

.ApplicationList .tabPopup {
  position: fixed;
  right: -187.5px;
  top: 0;
  width: 187.5px;
  background-color: #fff;
  transition: right 0.3s ease;
  z-index: 2023;
  background-color: #262930;
  padding: 44px 12px;
  height: 100vh;
  box-sizing: border-box;
  display: none;
}

.ApplicationList .tabPopup .title {
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  padding: 8px 0;
}

.ApplicationList .tabPopup .item {
  padding: 12px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ApplicationList .tabPopup .item img {
  width: 12px;
  height: 12px;
}

.ApplicationList .tabPopup .item:nth-child(2) {
  color: #FF3D6F;
}

.ApplicationList .tabPopup.open {
  right: 0;
  /* 根据需求设置弹出层的高度 */
}

.ApplicationList .nav-capsule {
  width: 100%;
  background-color: #fff;
  align-items: center;
  margin-right: auto;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 10002;
  height: 44px;
  color: #000000;
  padding: 6px 12px;
  display: flex;
}

.ApplicationList .nav-capsule .back {
  display: flex;
  position: relative;
  z-index: 20;
}

.ApplicationList .nav-capsule .back img {
  margin-right: 4px;
  width: 24px;
  height: 24px;
}

.ApplicationList .nav-capsule .title {
  position: absolute;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 200px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ApplicationList .webViewPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 10rem;
  right: 0;
  margin: 0 auto;
  height: 100vh;
  z-index: 2020;
  display: none;
}

.ApplicationList .webWindow {
  width: 10rem;
  height: 100vh;
  background: #fff;
}

.ApplicationList .webWindow::-webkit-scrollbar {
  display: none;
  background: none;
}

.ApplicationList .capsule {
  position: absolute;
  right: 10px;
  display: flex;
  width: 60px;
  height: 24px;
  background-color: rgba(245, 250, 255, 0.5);
  border-radius: 12px;
  border: 1px solid #DEDEDE;
  justify-content: space-evenly;
  align-items: center;
  z-index: 2040;
}

.ApplicationList .capsule .white {
  height: 14px;
  border-radius: 0px 0px 0px 0px;
  width: 1px;
  background-color: #D2D2D2;
}

.ApplicationList .capsule img:nth-child(1) {
  width: 12px;
  height: 12px;
}

.ApplicationList .capsule img:nth-child(2) {
  width: 0.5px;
  height: 14px;
}

.ApplicationList .capsule img:nth-child(3) {
  width: 16px;
  height: 16px;
}

.ApplicationList .capsule_box {
  background-color: rgba(0, 0, 0, 0.5);
  top: 20px;
  border: 1px solid transparent;
}

.ApplicationList .capsule_box .black {
  height: 14px;
  border-radius: 0px 0px 0px 0px;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.25);
}

.ApplicationList .downOverLay {
  width: 10rem;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2000;
  display: none;
}

.ApplicationList .downBox {
  width: 292px;
  background-color: #fff;
  border-radius: 12px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3000;
  display: none;
}

.ApplicationList .downBox .title {
  text-align: center;
  margin: 20px 20px 23px;
}

.ApplicationList .downBox .title>p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}

.ApplicationList .downBox .title>p:nth-child(2) {
  margin-top: 4px;
}

.ApplicationList .downBox .btn {
  display: flex;
  width: 100%;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  align-items: center;
}

.ApplicationList .downBox .btn .left {
  text-align: center;
  border-radius: 0px 0px 0px 0px;
  color: #B9B9B9;
  flex: 1;
  padding: 16px 0;
  height: 22px;
}

.ApplicationList .downBox .btn .br {
  height: 22px;
  box-shadow: 1px 0px 0px 0px rgba(0, 0, 0, 0.08);
  width: 1px;
}

.ApplicationList .downBox .btn>div:active {
  background-color: #e5e5e5;
}

.ApplicationList .downBox .btn .right {
  text-align: center;
      color: #FF3D6F;
      flex: 1;
      height: 22px;
      padding: 16px 0;
}

.ApplicationList .bgImg {
  background: url("../../images/bg%402x.html") no-repeat;
  background-size: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ApplicationList .bottomBox {
  font-size: 12px;
  margin: 20px 0;
  color: #999;
  text-align: center;
}

.ApplicationList .showInstall {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 26px;
  padding-right: 17px;
}

.ApplicationList .showInstall span {
  margin-right: 9px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}

.ApplicationList .recommend {
  position: absolute;
  left: 0;
  top: -15px;
  width: 26px;
  height: 26px;
}

.ApplicationList .recommend img {
  width: 100%;
  height: 100%;
}

.ApplicationList .adSwiper {
  margin-bottom: 33px;
}

.ApplicationList .adSwiper .swiper-slide .image {
  padding: 0 16px;
}

.ApplicationList .tabs {
  display: flex;
  padding: 0.4rem 0.2rem 0 0;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  margin: 0 0 15px;
}

.ApplicationList .tabs ul {
  display: flex;
  align-items: center;
  width: 7rem;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.ApplicationList .tabs ul::-webkit-scrollbar {
  display: none;
}

.ApplicationList .tabs ul li {
  padding: 0 10px;
  font-size: 20px;
  font-weight: 400;
  color: #ececec;
  list-style: none;
}

.ApplicationList .tabs ul li:nth-child(1) {
  font-weight: 600;
  color: #FFF;
  font-size: 26px;
}

.ApplicationList .tabs .right {
  display: flex;
  align-items: center;
}

.ApplicationList .tabs img {
  margin-left: 10px;
  border-radius: 50%;
  width: 27px;
  height: 27px;
}

.ApplicationList .tabs .img {
  width: 24px;
  height: 24px;
  margin-left: 12px;
}

.ApplicationList .searchInput {
  display: flex;
  align-items: center;
  height: 43px;
  background: #FFFFFF;
  border-radius: 24px;
  max-width: 640px;
  margin: 15px 5px;
}

.ApplicationList .searchInput .search {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 100%;
}

.ApplicationList .searchInput .search img {
  width: 18px;
  height: 18px;
  opacity: 0.7;
}

.ApplicationList .searchInput .inputContion {
  flex: 1;
  display: flex;
  align-items: center;
  padding-right: 10px;
  height: 100%;
}

.ApplicationList .searchInput .inputContion input {
  padding: 1px 2px;
  outline: none;
  flex: 1;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  border: none;
}

.ApplicationList .searchInput .btn {
  width: 62px;
  height: 21px;
  line-height: 21px;
  text-align: center;
  color: #05AFFA;
  font-size: 15px;
  border-left: 1px solid #ECECEC;
}

.ApplicationList .slider {
  position: relative;
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-bottom: 16px;
}

.ApplicationList .slider ul {
  display: flex;
  position: relative;
  left: 0px;
  height: 100%;
  transform: translateX(0);
  transition: all 0.5s;
  z-index: 10;
}

.ApplicationList .slider ul li {
  width: 10rem;
  padding: 0 16px;
  list-style: none;
  box-sizing: border-box;
  position: relative;
  z-index: 11;
  height: 90px;
  display: flex;
  justify-content: center;
}

.ApplicationList .slider ul li img {
  background-color: transparent;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}

.ApplicationList .appRelated {
  margin-bottom: 24px;
  padding: 0 4px;
  position: relative;
  z-index: 20;
}

.ApplicationList .appRelated .topTitle {
  padding: 0 12px;
}

.ApplicationList .appRelated .topTitle .appMore {
  font-size: 14px;
  color: #828282;
  line-height: 18px;
  display: flex;
}

.ApplicationList .appRelated .topTitle .appMore img {
  margin-left: 4px;
  width: 16px;
  height: 16px;
}

.ApplicationList .appRelated .appSwipe {
  margin-top: 8px;
}

.ApplicationList .appRelated .appSwipe .appflow {
  display: flex;
  overflow-y: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.ApplicationList .appRelated .appSwipe .appflow::-webkit-scrollbar {
  display: none;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide {
  margin-right: 8px;
  width: 72px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide .appName {
  width: 72px;
  height: 15px;
  font-size: 11px;
  color: #fff;
  margin: 8px 0 10px;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide .btn {
  width: 48px;
  height: 28px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
  line-height: 28px;
  background: rgba(255, 255, 255, 0.1);
  color: #FF3D6F;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide .btns {
  width: 54px;
  height: 26px;
  background: #F4F5F7;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  line-height: 28px;
  border-radius: 20px;
  border: 1px solid #CAE4F3;
}

.ApplicationList .appRelated .appSwipe .appflow .swiper-slide .appBtns {
  width: 54px;
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  background: #F4F5F7;
  height: 26px;
  line-height: 28px;
  border-radius: 20px;
  border: 1px solid #C7E3EF;
}

.ApplicationList .appRelated .appItem:last-child .appIntro {
  box-shadow: 0px 0px 0px 0px;
}

.ApplicationList .appRelated .appItem:last-child {
  margin-bottom: 0;
}

.ApplicationList .appList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
  position: relative;
  z-index: 20;
  padding: 0 16px;
  margin-bottom: 12px;
}

.ApplicationList .appList .app-item {
  width: 60px;
  display: flex;
  flex-direction: column;
  font-size: 11px;
  font-weight: 400;
  align-items: center;
  margin-bottom: 4px;
}

.ApplicationList .appList .app-item img {
  width: 48px;
  height: 48px;
  border-radius: 9px;
  flex-shrink: 0;
  margin-bottom: 6px;
}

.ApplicationList .appList .app-item span {
  color: #fff;
  text-align: center;
}

.ApplicationList .list {
  position: relative;
  padding: 0 16px;
}

.ApplicationList .list .appItem {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ApplicationList .list .appItem .place {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
  width: 28px;
  height: 28px;
}

.ApplicationList .list .appItem .place span {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
}

.ApplicationList .list .appItem .place img {
  width: 100%;
  height: 100%;
}

.ApplicationList .list .appItem .photo {
  display: flex;
}

.ApplicationList .list .appItem .photo img {
  width: 48px;
  height: 48px;
  border-radius: 12px;
}

.ApplicationList .list .appItem .appIntro {
  display: flex;
  flex: 1;
  justify-content: space-between;
  margin-left: 16px;
  box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
}

.ApplicationList .list .appItem .appIntro .left {
  text-align: left;
  font-size: 13px;
  color: #999999;
  line-height: 15px;
  flex: 1;
}

.ApplicationList .list .appItem .appIntro .left>div {
  margin-bottom: 1px;
}

.ApplicationList .list .appItem .appIntro .left .appCall {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 19px;
}

.ApplicationList .list .appItem .appIntro .flexBtn {
  display: flex;
  height: 58px;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.ApplicationList .list .appItem .appIntro .flexBtn .appBtn {
  height: 28px;
  line-height: 28px;
  border-radius: 20px;
  width: 64px;
  background: rgba(255, 255, 255, 0.1);
  color: #FF3D6F;
}

.ApplicationList .list .appItem .appIntro .flexBtn .appBtns {
  font-size: 14px;
  font-weight: 600;
  color: #333333;
  height: 26px;
  line-height: 28px;
  border-radius: 20px;
  width: 62px;
  background: #F4F5F7;
  border: 1px solid #C7E3EF;
}

.ApplicationList .textOver {
  overflow: hidden;
  text-overflow: ellipsis;
}

.ApplicationList .topTitle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.ApplicationList .headTitle {
  text-align: left;
  height: 22px;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  font-weight: 600;
}

.ApplicationList .BottomTabbar {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 56px;
  background-color: #000;
  position: fixed;
  bottom: 0;
  z-index: 1002;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: space-around;
  max-width: 10rem;
  width: 100%;
}

.ApplicationList .BottomTabbar .hot {
  position: absolute;
  top: -2px;
  right: 11px;
  width: 30.25px;
  height: 30.25px;
  z-index: 20;
  transform: rotate(-5deg);
}

.ApplicationList .BottomTabbar .bigPlay {
  width: 80px;
  height: 80px;
  position: relative;
  display: flex;
  justify-content: center;
}

.ApplicationList .BottomTabbar .bigPlay .play {
  position: absolute;
  width: 92px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: -20px;
  border-radius: 50%;
  background-color: #fff;
}

.ApplicationList .BottomTabbar .bigPlay .play .playImg {
  width: 70px;
  height: 70px;
}

.ApplicationList .BottomTabbar .BottomTabbarItem {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.ApplicationList .BottomTabbar .BottomTabbarItem p {
  margin: 0;
  margin-top: 3px;
  font-size: 10px;
  color: #a8a8a8;
}

.ApplicationList .BottomTabbar .active {
  background: radial-gradient(circle at 50% 0, rgba(255, 0, 0, 0.5) 0, rgba(255, 0, 0, 0) 50%);
}

.ApplicationList .iconImg {
  width: 24px !important;
  height: 24px !important;
  margin-bottom: 2px;
}

.ApplicationList .placeholder {
  width: 100%;
  height: 56px;
  max-width: 540px;
}

.ApplicationList .desktop {
  width: 100%;
  box-sizing: border-box;
  height: 54px;
  background: #000000;
  padding: 8px;
  z-index: 299;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  position: relative;
  z-index: 20;
}

.ApplicationList .desktop .closeDown {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
}

.ApplicationList .desktop .closeDown img {
  width: 32px;
  height: 32px;
}

.ApplicationList .desktop .content {
  flex: 1;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
}

.ApplicationList .desktop .left {
  display: flex;
  align-items: center;
}

.ApplicationList .desktop .left img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
}

.ApplicationList .desktop .left .title {
  margin-left: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.ApplicationList .desktop .left .title .topTitle {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 3px;
}

.ApplicationList .desktop .left .title .botTitle {
  font-size: 10px;
  font-weight: 400;
  color: #999999;
}

.ApplicationList .desktop .left .title .botTitle span {
  color: #ff9064;
}

.ApplicationList .desktop .right {
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 400;
  color: #FFFFFF;
  background: linear-gradient(90deg, #E73C7E 0%, #FF3E53 100%);
  border-radius: 40px 40px 40px 40px;
}

.ApplicationList .desktop .close {
  position: absolute;
  top: -4px;
  right: -4px;
}

.ApplicationList .desktop .close img {
  width: 14px;
  height: 14px;
}

.newBox {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
}

.newBox .downImg {
  width: 189px;
  top: -90px;
  z-index: 2030;
  position: absolute;
  height: 126px;
}

.newBox .newDownBox {
  padding: 25px 30px;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 313px;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;

}

.titles {
  text-align: center;
  margin: 0 0 23px;


}

.titles>p {
  font-size: 15px;
  font-weight: 400;
  color: #333333;
  line-height: 21px;
}

.titles>p:nth-child(2) {
  font-size: 15px;
  margin-top: 4px;
}

.margin {
  margin: 0 20px 23px;
}

.newBtn .right {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 9px 25px;
  background: linear-gradient(90deg, #FF82AB 0%, #FF3D6F 100%);
  border-radius: 42px 42px 42px 42px;
}

.newBtn .left {
  font-size: 17px;
  font-weight: 600;
  color: #FFFFFF;
  padding: 9px 25px;
  background: #C2C2C2;
  border-radius: 42px 42px 42px 42px;
}

.newBtn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.newDownBox .tit {
  font-size: 21px;
  font-weight: 600;
  color: #FF1E1E;
  line-height: 24px;
  margin-bottom: 8px;
  margin-top: 21px;
}