/* banner start */
.hero-banner{
    margin-top: 70px;
    width: 100%;
    height: 4.99rem;
    background: url(/public/mobile/hero/images/1.png) no-repeat center / 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero-banner .title{
    font-size: 0.42rem;
    font-weight: bold;
    color: #002776;
}

.hero-banner .sub-title{
    font-size: 0.2rem;
    color: #002776;
    text-align: center;
    margin: 0.3rem 0;
}

.hero-banner .list-ex{
    display: flex;
    gap: 0 0.8rem;
}

.hero-banner .item{
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    -moz-backdrop-filter: blur(10px);
    -ms-backdrop-filter: blur(10px);
    -o-backdrop-filter: blur(10px);
    box-shadow: inset 0px 1.45px 1px 0px #FFFFFF,inset 0px -1.45px 1px 0px #FFFFFF;
    display: flex;
    align-items: center;
    padding: 0.15rem 0.34rem;
    border-radius: 0.15rem;
}

.hero-banner .detail{
    margin-left: 0.16rem;
    text-align: center;
}

.hero-banner .detail-title{
    font-size: 0.24rem;
    font-weight: 700;
    color: #0073FF;
}

.hero-banner .detail-text{
    font-size: 0.2rem;
    color: #002776;
}

.hero-banner .item img{
    width: 0.46rem;
}
/* banner end */

/* hero-heaer start */
.hero-heaer{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.6rem 0;
}

.hero-heaer .title{
    font-size: 0.24rem;
    font-weight: bold;
    color: #002776;
}

.hero-heaer .hero-select{
    position: relative;
    font-size: 0.24rem;
    color: #002776;
    height: max-content;
}

.hero-heaer .hero-select:hover .hover1{
    display:block;
}

.hero-heaer .hero-select-text{
    border: 2px solid #002776;
    border-radius: 6px;
    padding: 0px 24px;
    display: flex;
    align-items: center;
}

.hero-heaer svg{
   width: 16px;
   max-height: max-content;
}

.hero-heaer i{
   vertical-align: text-bottom;
}

.hero-heaer .hero-select .hover1 {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  display: none;
  border-radius: 0 0 10px 10px;
  padding: 10px 0;
  overflow: hidden;
  background-color: #fff;
}

.hero-heaer .hero-select .hover1 .li {
    display: block;
    background-color: #fff;
    line-height: 42px;
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.hero-heaer .hero-select .hover1 .li:hover {
    color: #002776;
}
/* hero-heaer end */

/* 用户英雄展示 start */
.hero-show{
    width: 100%;
    background: #F5FAFF;
    padding-bottom: 30px;
}

.hero-show .hero-content{
    width: 1200px;
    margin: 0 auto;
}

.hero-show .hero-list{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 32px;
}

.hero-show .hero-item{
    background: linear-gradient(180deg, #EDF6FF 0%, #CBE6FF 100%);
    backdrop-filter: blur(60px);
    -webkit-backdrop-filter: blur(60px);
    -moz-backdrop-filter: blur(60px);
    -ms-backdrop-filter: blur(60px);
    -o-backdrop-filter: blur(60px);
    box-shadow: inset 0px -2px 2px 0px #FFFFFF;
    padding: 10px;
    box-sizing: border-box;
    height: 400px;
    border-radius: 16px;
}

.hero-show .hero-people{    
    height: 240px;
    position: relative;
}

.hero-show .hero-wave{
    width: 100%;    
    position: absolute;
    bottom: -18px;
    left: 0;
    z-index: 20;
}

.hero-show .hero-picture-box{
    position: relative;
    height: 200px;
    overflow: hidden;
}

.hero-show .hero-picture{
    /* width: 100%; */
    height: auto;
    object-fit: cover;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

.hero-show .hero-play{   
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 40;
}

.hero-show .hero-detail{    
    height: 180px;
    line-height: 20px;
    background: rgba(255, 255, 255, 0.45);
    backdrop-filter: blur(45px);
    -webkit-backdrop-filter: blur(45px);
    -moz-backdrop-filter: blur(45px);
    -ms-backdrop-filter: blur(45px);
    -o-backdrop-filter: blur(45px);

    transform: translateZ(0);
    box-shadow: inset 0px 1px 1px 0px #FFFFFF,inset 0px -1px 1px 0px #FFFFFF;
    position: relative;
    bottom: 40px;
    border-radius: 16px;
    padding: 14px;
    padding-bottom: 0;
    font-size: 12px;
    color: #001A4F;
    display: flex;
    flex-direction: column;
    overflow-y: hidden;
    z-index: 30;
}

.hero-show .hero-introduce{    
    display: flex;
    justify-content: space-between;
    height: 20px;
    overflow: visible;
}

.hero-show .hero-name{    
    font-size: 18px;
    font-weight: 700;
    position: relative;
    width: max-content;
}

.hero-show .hero-name::after{    
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 50px;
    background: linear-gradient(225deg, #0055FF 0%, rgba(255, 255, 255, 0) 100%);
    top: -4px;
    right: -12px;
}

.hero-show .hero-job{    
    font-size: 16px;
    margin-top: 4px;
}

.hero-show .hero-text{    
    overflow-y: auto;
}

.hero-show .hero-logo{    
    height: 20px;
}

.hero-show .hero-logo.logo-16{    
    height: 16px;
}
.hero-show .hero-logo.logo-30{    
    height: 30px;
}
.hero-show .hero-logo.logo-40{    
    height: 40px;
}
.hero-show .hero-logo.logo-50{    
    height: 50px;
}
.hero-show .hero-logo.logo-51{    
    height: 51px;
}
.hero-show .hero-logo.logo-60{    
    height: 60px;
}

.hero-show .yh{    
    width: max-content;
    height: max-content;
    margin: 5px 0;
}

.hero-show .yh.end{    
    align-self: flex-end;
}
/* 用户英雄展示 end */

/* 分页 end */
.pagination-container{    
    padding: 30px 0;
}
/* 分页 end */

@media (max-width: 599px) {
    .hero-show .hero-content{
        width: 100%;
        padding: 0.433rem;
    }
    .hero-show .hero-list{
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (min-width: 600px) and (max-width: 899px) {
    .hero-show .hero-content{
        width: 100%;
        padding: 0.433rem;
    }
    .hero-show .hero-list{
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) and (max-width: 1199px) {
    .hero-show .hero-content{
        width: 100%;
        padding: 0.433rem;
    }
    .hero-show .hero-list{
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    /* banner start */
    .hero-banner{
        background: url(/public/mobile/hero/images/1m.png) no-repeat center / 100% 100%;
        height: 5.252rem;
    }

    .hero-banner .list-ex{
        gap: 0 0.104rem;
        padding: 0 0.2rem;
    }

    .hero-banner .item{
        padding: 0.13rem 0.294rem;
        /* border-radius: 0.15rem; */
    }

    .hero-banner .detail-title{
        font-size: 0.225rem;
    }

    .hero-banner .detail-text {
        font-size: 0.173rem;
    }

    .hero-banner .item img{
        width: 0.4rem;
    }
    /* banner end */

    /* 用户英雄展示 start */
    .hero-show .hero-content{
        width: 100%;
        /* padding: 0 10px; */
        padding: 0.433rem;
    }

    .hero-show .hero-list{
        /* grid-template-columns: repeat(1, 1fr); */
        /* grid-template-columns: repeat(2, 1fr); */
        /* gap: 0.52rem 0.32rem; */
        gap: 60px 10px;
    }

    .hero-heaer svg{
        max-height: 28px;
    }

    .hero-show .hero-people{    
        height: 280px;
    }

    .hero-show .hero-detail{
       height: 140px;
    }

    .hero-show .hero-wave{
        bottom: -40px;
    }
    /* 用户英雄展示 end */
}

@media (max-width: 1023px) {
    .pagination > li:nth-child(5) {
        display: inline !important;
    }
    .pagination > li:nth-child(6) {
        display: inline !important;
    }
}