*{
  margin: 0;
  padding: 0;
}
a{
  color: #FFF;
}
body{
  background-color: #101014;
  font-family: Inter,Helvetica,sans-serif;
}
.skeleton-continue,.skeleton-hotgame{
  max-width: 1080px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.skeleton-continue-item,.skeleton-hotgame-item{
  width: 15%;
  height: 200px;
  margin-top: 16px;
  border-radius: 10px;
  background-color: #1A1A1A;
}
header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  background-color: #000;
  width: 100%;
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 0 40px;
  box-sizing: border-box;
}
.logo-box,.handle-box{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.logo-img{
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.logo-text{
  height: 20px;
}
.handle-img{
  height: 42px;
  margin-left: 12px;
}
.handle-img img{
  height: 42px;
}
.logo-Download{
  width: 72px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-color: #F2681D;
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  cursor: pointer;
}
.daily{
  background: linear-gradient(180deg, rgba(3, 7, 82, 0.72) 0%, rgba(195, 16, 22, 0.00) 100%);
  padding-top: 100px;
}
.daily section{
  max-width: 1080px;
  margin: 0 auto;
}
.dito-main{
  padding-top: 0px !important;
}
main{
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 80px;
}
section{
 margin: 20px 16px;
}
footer{
  width: 100%;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  margin-top: 20px;
}
.footer-box{
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  font-size: 14px;
  padding: 0 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-img{
  width: 24px;
  margin-right: 30px;
  cursor: pointer;
}
.footer-img-f{
  width: 24px;
  margin-right: 30px;
  cursor: pointer;
}
.footer-text{
  margin: 0 12px;
  color: rgba(235, 235, 245, 0.6);
}
.floating-box{
  position: fixed;
  width: 198px;
  border-radius: 20px;
  background-color: #1A1A1A;
  right: 60px;
  bottom: 50px;
  text-align: center;
  padding: 8px;
  box-sizing: border-box;
  z-index: 3;
}
.floating-bg{
  background: linear-gradient(179deg, #FF5F0F 0.67%, rgba(255, 95, 15, 0.00) 99.33%), #1A1A1A;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 96px;
  border-radius: 16px 16px 0px 0px;
  z-index: -1;
  }
.floating-title{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  color: #FF5F0F;
  margin: 0 0 12px;
}
.floating-qrcode-box{
  text-align: center;
  background-color: #1A1A1A;
  border-radius: 12px;
  padding: 12px 0;
}
.floating-qrcode{
  padding: 0 20px;
}
.floating-text{
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 8px 0;
  line-height: 15px;
  color: #FFF;
}
.daily-recommendation-box{
  background-color: #1A1A1A;
  border-radius: 12px;
}
.daily-recommendation{
  display: flex;
  justify-content: space-between
}
.aha-swiper{
  position: relative;
  width: 70%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin: 0;
  border-radius: 12px;
}
.aha-swiper-wrapper{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-slide{
  position: relative;
}
.aha-swiper-img{
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: url('../../new-home-2024/aha-assets/image/logo-gray.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.aha-swiper-text{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 24px;
  width: 100%;
  height: 40%;
  display: flex;
  justify-content: space-between;
  align-items: end;
  color: #fff;
  box-sizing: border-box;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0.00) 0%, #252525 100%);
}
.aha-swiper-name{
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.aha-swiper-tag{
  font-size: 20px;
  font-weight: 700;
}
.aha-swiper-btn{
  background-color: #F2681D;
  text-align: center;
  color: #fff;
  font-size:18px;
  font-weight: 700;
  border-radius: 99px;
  padding: 12px 40px;
}
.daily-right{
  width: 29%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aha-swiper-right{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 12px;
  padding: 8px;
}
.aha-swiper-img-box-m{
 
  border-radius: 8px;
  position: relative;
  width: 40%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.aha-swiper-text-box-m{
  width: 50%;
  margin-left: 8px;
  flex: 1;
}
.aha-swiper-img-m{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: url('../../new-home-2024/aha-assets/image/logo-gray.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.aha-swiper-name-m{
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 4px;
}
.aha-swiper-tag-m{
  font-size: 12px;
  font-weight: 400;
  color: rgba(235, 235, 245, 0.6)
}
.title-box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
  padding-top: 15px;
}
.aha-games-title{
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
.aha-games-paging-span{
  cursor: pointer;
  background-color: #333;
  display: inline-block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 34px;
  color: #fff;
  margin-left: 20px;
}
#continue-left{
  opacity: 0.5;
}

.mySwiper-wrapper{
  transition: transform 0.5s;
}
.continue-isshow{
  display: none;
}
.continue-playing-item,.hot-games-item,.more-games-item{
  width: 100%;
  position: relative;
  border-radius: 16px;
}
.continue-playing-item-img,.hot-games-item-img,.more-games-item-img{
  width: 100%;
  height: 100%;
  border-radius: 16px;
  background: url('../../new-home-2024/aha-assets/image/logo-gray.png') no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.hot-games-item-img{
  aspect-ratio: 9/12;
}
.more-games-item-img{
  aspect-ratio: 1/1;
}
.aha-games-num-box{
  position: absolute;
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.60) 100%);
}
.aha-games-num{
  position: absolute;
  right: 8px;
  bottom: 8px;
  padding: 6px 10px;
  border-radius: 20px;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
}
.num-img{
  position: static;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  border-radius: 0;
}
.aha-games-name{
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  overflow: hidden;
  white-space: pre-wrap;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 8px;
}
.aha-games-tag{
  color: rgba(235, 235, 245, 0.6);
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-top: 4px;
}
.aha-games-refresh span{
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-left: 12px;
    cursor: pointer;
}
.more-games{
  text-align: center;
  cursor: pointer;
}
.more-games-text{
  margin: 72px 0 0;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}
.download-box{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.download-item{
  width: 382px;
  background-color: rgba(26, 26, 26, 1);
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 16px 20px 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 24px 10px;
}
.download-item-btn{
  width: 200px;
  cursor: pointer;
}
.download-item-text{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin: 12px 0;
}
.download-item-info{
  cursor: pointer;
}
.download-item-ico{
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.download-item-ico-text{
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-bottom: 1px solid #fff;
}
.down-qrcode{
  background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px;
  padding: 5px;
  border-radius: 2px;
  position: relative;
  width: 135px;
  height: 135px;
}
.down-qrcode-orange{
  background: linear-gradient(to left, #F2681D, #F2681D) left top no-repeat,
  linear-gradient(to bottom, #F2681D, #F2681D) left top no-repeat,
  linear-gradient(to left, #F2681D, #F2681D) right top no-repeat,
  linear-gradient(to bottom, #F2681D, #F2681D) right top no-repeat,
  linear-gradient(to left, #F2681D, #F2681D) left bottom no-repeat,
  linear-gradient(to bottom, #F2681D, #F2681D) left bottom no-repeat,
  linear-gradient(to left, #F2681D, #F2681D) right bottom no-repeat,
  linear-gradient(to left, #F2681D, #F2681D) right bottom no-repeat;
  background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px;
}
.down-qrcode-green{
  background: linear-gradient(to left, #34A853, #34A853) left top no-repeat,
  linear-gradient(to bottom, #34A853, #34A853) left top no-repeat,
  linear-gradient(to left, #34A853, #34A853) right top no-repeat,
  linear-gradient(to bottom, #34A853, #34A853) right top no-repeat,
  linear-gradient(to left, #34A853, #34A853) left bottom no-repeat,
  linear-gradient(to bottom, #34A853, #34A853) left bottom no-repeat,
  linear-gradient(to left, #34A853, #34A853) right bottom no-repeat,
  linear-gradient(to left, #34A853, #34A853) right bottom no-repeat;
  background-size: 3px 10px, 10px 3px, 3px 10px, 10px 3px;
}
.qrcode-img{
  width: 135px;
  height: 135px;
  border-radius: 10px;
  overflow: hidden;
}
.qrcode-shark{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 22px;
  transform: translateY(-10px);
  animation: shark-wrap 5s infinite;
}
.qrcode-shark-orange{
  background: linear-gradient(180deg, rgba(255, 95, 15, 0.00) 0%, rgba(255, 95, 15, 0.32) 100%);
}
.qrcode-shark-green{
  background: linear-gradient(180deg, rgba(52, 168, 83, 0.00) 0%, rgba(52, 168, 83, 0.32) 100%);
}
@keyframes shark-wrap {
  from {
    transform: translateY(-10px);
  }
  to {
    transform: translateY(120px);
  }
}
/* play */
.iframe-bg{
  background-color: #1A1A1A;
  border-radius: 12px;
  height: calc(100vh - 90px);
  margin: 20px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.iframe-box{
  height: 100%;
}
.play-footer{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 16px 14px;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-sizing: border-box;
}
.play-back{
  background-color: #1A1A1A;
  border-radius: 20px;
  padding: 7px 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
.play-back-img{
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.play-back-text{
   
  font-size: 20px;
  font-weight: 400;
  color: #FFF;
}
.play-left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.icon-box{
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  line-height: 40px;
  text-align: center;
  margin-left: 12px;
}
.icon-tips-f-pc,.icon-tips-d-pc,.icon-tips-h-pc{
  position: absolute;
  width: 109px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  color: #000;
  bottom:-30px;
  left: -50%;
  text-align: center;
  border-radius: 4px;
  display: none;
}
.icon-tips-f,.icon-tips-d{
  position: absolute;
  width: 109px;
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  color: #000;
  top:-30px;
  left: -50%;
  text-align: center;
  border-radius: 4px;
  display: none;
}
.icon-box-f:hover{
  .icon-tips-f{
    display: block;
  }
}
.icon-box-d:hover{
  .icon-tips-d{
    display: block;
  }
}
.icon-box-f-pc:hover{
  .icon-tips-f-pc{
    display: block;
  }
}
.icon-box-h-pc:hover{
  .icon-tips-h-pc{
    display: block;
  }
}
.icon-box-d-pc:hover{
  .icon-tips-d-pc{
    display: block;
  }
}
.icon-img{
  width: 24px;
  height: 24px;
}
.play-qr-box{
 display: flex;
 justify-content: flex-start;
 align-items: center;
}
.play-qr-img{
  width: 177px;
  height: 40px;
  margin-left: 24px;
  cursor: pointer;
}
.play-qr-btn{
  position: relative;
}
.play-qr-aha,.play-qr-gp{
  display: none;
}
.play-qr-tips{
  position: absolute;
  top: -252px;
  left: 0;
  width: 408px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FFF;
  border-radius: 12px;
  padding: 16px 20px;
  box-sizing: border-box;
}
.triangle-aha,.triangle-gp{
  border-top-color: white;
  position: absolute;
  top: -28px;
  left: 170px;
  display: none;
}
.play-qr-tips .down-qrcode,.play-qr-tips .qrcode-img{
  width: 142px;
  height: 142px;
}
.play-qr-title{
  color: #000;
  font-size: 20px;
  font-weight: 700;
}
.play-qr-left{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #F2681D;
  font-size: 14px;
  font-weight: 700;
  margin: 16px 0;
}
.play-qr-left-img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.play-qr-right{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.play-qr-text{
  width: 167px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  margin-top: 10px;
}
/* 手机 (平板等小屏幕设备) */
@media only screen and (max-width: 768px) {
  header{
    height: 48px;
    padding: 0 12px;
  }
  .logo-img{
    width: 30px;
    height: 30px;
    margin-right: 8px;
  }
  .logo-text{
    height: 15px;
  }
  main{
    padding-top: 50px !important;
  }
  .daily{
    padding-top:64px !important;
  }
  .daily section{
    margin: 0 16px;
  }
  .skeleton-daily-box-m{
    width: 100%;
    height: 188px;
    background-color: #1A1A1A;
    border-radius: 10px;
  }
  .skeleton-continue-item,.skeleton-hotgame-item{
    width: 100px;
    height: 100px;
  }
  .layui-carousel{
    aspect-ratio: 16/9;
    background-color: transparent;
    position: relative; 
    overflow: hidden;
  }
  .layui-carousel>[carousel-item]{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
  .layui-carousel>[carousel-item]>*{
    background-color: transparent;
  }
  .layui-carousel-ind{
    position: absolute;
    top: unset;
    bottom: 0;
  }
  .layui-carousel-ind ul{
    background: transparent;
  }
  .layui-carousel-ind ul li{
    width: 5px;
    height: 5px;  
  } 
  .swiper-slide{
    border-radius: 12px;
  }
  .aha-swiper-text{
    padding: 12px 20px;
    width: 100%;
  }
  .aha-swiper-name{
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 4px !important;
  }
  .aha-swiper-tag{
    font-size: 12px;
    font-weight: 400;
    color: rgba(222, 222, 222, 0.75);
  }
  .aha-swiper-btn{
    font-size: 14px;
    font-weight: 500;
    padding: 6px 15px;
    min-width: 60px;
    box-sizing: border-box;
  }
  .layui-col-space18{
    margin: -4px;
  }
  .layui-col-space18>* {
    padding: 6px 4px;
  }
  .continue-playing-item-img,.hot-games-item-img,.more-games-item-img{
    border-radius: 12px;
  }
  .continue-isshow{
    display: none;
  }
  .continue-playing{
    margin:20px 0;
  }
  .mySwiper{
    padding: 0 16px;
  }
  .hot-games{
    margin-top: 10px;
  }
  .title-box{
    padding:0;
  }
  .aha-games-title{
    font-size: 18px;
    font-weight: 500;
  }
  .continue-playing-title{
    margin-left: 16px;
  }
  .aha-games-name{
    height: 20px;
    font-size: 14px;
    -webkit-line-clamp: 1;
  }
  /* .continue-item-m{
    width: 72px !important;
    margin-right: 10px !important;
  } */
  .aha-games-refresh span{
    font-size: 14px;
    margin-left: 6px;
  }
  .aha-games-refresh img{
    width: 12px;
    height: 12px;
  }
  .aha-games-num{
    font-size: 10px;
    padding: 3px 6px;
  }
  .num-img{
    width: 10px;
    height: 10px;
    margin-right: 3px;
  }
  footer{
    background-color: #1A1A1A;
    height: auto;
  }
  .footer-box-m{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 24px 18px;
  }
  .more-games-text{
    margin-top: 24px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-download{
    width: 156px;
    margin: 8px 0;
    cursor: pointer;
  }
  .follow-us{
    font-size: 16px;
    font-weight: 500;
    color: #FFF;
    margin: 10px 0;
  }
  .footer-img-f,.footer-img{
    width: 24px;
    margin: 0 15px;
  }
  .footer-text{
    margin-top: 20px;
    font-size: 10px;
    color: rgba(235, 235, 245, 0.60);
  }
  .exit-box{
    padding: 8px 16px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .exit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 24px;
    border-radius: 5px;
    background: #FF7225;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    cursor: pointer;
  }
  .exit img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .iframe-bg{
    background-color: transparent;
    border-radius: 0;
    margin: 0;
  }
  .iframe-box{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: calc(100% - 40px) !important;
    top: 40px;
    margin: 0;
  }
}
@media (orientation: portrait) and (max-height: 768px){
  .exit-box{
    padding: 8px 16px;
    position: fixed;
    top: 0;
    left: 0;
  }
  .exit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 24px;
    border-radius: 5px;
    background: #FF7225;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
  }
  .exit img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
  }
  .iframe-box{
    position: fixed;
    z-index: 1;
    width: 100%;
    height: calc(100% - 40px);
    top: 40px;
    margin: 0;
  }
}
@media (orientation: landscape) and (max-height: 768px){
  .exit-box{
    position: fixed;
    inset: auto 0px 0px;
    background-color: rgb(12, 13, 20);
    height: 100%;
    width: 40px;
    padding: 0;
  }
  .exit{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 24px;
    border-radius: 5px;
    background: #FF7225;
    font-size: 12px;
    font-weight: 500;
    color: #FFF;
    transform: rotate(-90deg);
    position: relative;
    top: 40px;
    left: -10px;
  }
  .exit img{
    width: 16px;
    height: 16px;
    margin-right: 6px;
    transform: rotate(90deg);
  }
  .iframe-box{
    position: fixed;
    z-index: 1;
    width: calc(100% - 40px);
    height: 100% !important;
    top: 0;
    left: 40px;
  }
}
/* 平板 (大屏幕设备) */
@media only screen and (min-width: 769px) and (max-width: 992px) {
} 
/* 桌面 (大屏幕设备) */
@media only screen and (min-width: 993px) and (max-width: 1200px){
}
@media(min-width: 1201px) {
}