body {
    font-family:"MiSans";
}
 html{
        font-size: 13.28px;
    }
    @media (min-width: 1366px){
    html{
        font-size: 13.28px;
    }
}
 @media (min-width: 1440px) {
    html{
        font-size: 16px;
    }}
     @media (min-width: 1680px) {
 html {
        font-size: 18.5px;
    }}
     @media (min-width: 1920px) {
    html {
        font-size: 21.71px;
        /* font-size: 33px; */
    }
}
@media (min-width:2560px) {
	html{
		font-size: 28.5px;
	}
}
a{
        color: inherit;
    text-decoration: none;
    cursor: pointer;
}
.wrap {
    width: 83.75rem;
    margin: 0 auto;
}
.nav .alu-nav-wrap {
    position: relative;
}
.alu-nav-wrap > ul > li {
	margin:0 1.5625rem;
	float:left;
	line-height:3.625rem;
	font-size:0.875rem;
	font-weight: 400;
	 /* border-bottom:solid 0.25rem #fff; */
	
}
.alu-nav-wrap > ul > li > a {
	/* padding:0 1.25rem; */
	width: 3.5rem;
	display:inline-block;
}
.alu-nav-wrap > ul > li > a:hover {
	/* color:#4DB7DD; */
	color: #090F21;
}
.alu-nav-wrap > ul > li:hover {
	height: 3.25rem;
	/* border-bottom:solid 0.125rem #090F21; */
}
.alu-nav-wrap > ul > li:hover .sub-nav {
	display:block;
	-webkit-transition:all 800ms ease-out;
	transition:all 800ms ease-out;
	-webkit-transition-delay:.8s;
	transition-delay:.8s;
}
.alu-nav-wrap > ul > li > a{
    width: auto;
}
.alu-login-btn{
    position: relative;
width: 7.5rem;
height: 2.5rem;
background: linear-gradient( 270deg, #FFB102 0%, #FF6B02 100%);
border-radius: 1.875rem 1.875rem 1.875rem 1.875rem;
font-weight: 400;
font-size: 1rem;
color: #FFFFFF;
line-height: 2.5rem;
text-align: center;
margin: .625rem 0 .625rem 0;
}
.nav-li-active{
   width: 1.875rem;
height: .125rem;
background: linear-gradient( 277deg, #FFB102 0%, #FF6B02 100%);
border-radius: 2px 2px 2px 2px;
}
  .active{
        border: none;
    }
    .header ul li:nth-child(2) .nav-para-txt, .header ul li:nth-child(3) .nav-para-txt {
    display: inline-block;
    margin-left: .625rem;
    margin-top: .75rem;
    padding-bottom: 1.0625rem;
    border: none;
}
.hd-nav-item .nav-sub-tilte span:hover, .hd-nav-child-three a:hover, .nav-one-title a:hover {
    color: #FF6B02  !important;
}
.header ul li:nth-child(3) .hd-nav-child-three .hd-nav-item {
    margin-bottom: 3.5rem;
}

.header ul li:nth-child(2) .nav-sub-tilte, .header ul li:nth-child(3) .nav-sub-tilte {
    color: #000000;
}
.nav-sub-tilte{
    font-size: .875rem;
    font-weight: 400;
}
/* 底部 */
.foot-top {
    padding-top: 3.75rem;
   height: 11.875rem;
background: #F5F7FD;
}
.foot-bottom,.foot-bottom-content{
background: #FAFBFF;
 color:rgba(66, 70, 78, 0.6)
}
.foot-bottom-content ul li a{
    color:rgba(66, 70, 78, 0.6)
}
.foot-top-wrap a {
    color: #FFFFFF;
    opacity: 1;
}
.foot-top-wrap{
    width: 79.25rem;
padding: 2.375rem 0;
box-sizing: border-box;
}
.foot-bottom-images img{
    width: 5.625rem;
    height: 5.625rem;
        display: block;

}
.foot-bottom-images{
    display: flex;
    width: 29.625rem;
    margin-left: 23.375rem;
    /* margin-top: 22px; */
    justify-content: space-between;
}
.foot-bottom-alu-txt{
    margin-top: .5rem;
    width: 5.625rem;
    font-weight: 400;
font-size: .875rem;
color: #888D96;
line-height: 1rem;
text-align: center;
}
.alu-bottom-logo-content{
    display: flex;
        margin-top: 1.75rem;
}
.alu-hand-bottom-logo{
width: 13.75rem;
height: 3.4375rem;
margin-right: 3.375rem;
    /* margin: 0 auto; */
}
.alu-hand-bottom-logo img{
    width: 100%;
    height: 100%;
}
.alu-box-tag-button{
    position: relative;
    /* margin: 0 auto; */
    margin-top: .6875rem;
/* position: absolute;
    top: 5px;
    left: 150px; */
   width: 9.25rem;
height: 2.5rem;
   background: #FFFFFF;
    border-radius: 1.25rem 1.25rem 1.25rem 1.25rem;
}
 .alu-box-tag-button span {
    margin-left: 1.625rem;
    font-weight: 400;
font-size: 1rem;
   color: #000000;
    line-height: 2.5rem;
    text-align: left;
}
.alu-box-tag-button .icon {
    position: absolute;
   top: .3125rem;
    right: .1875rem;
    background-image: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%),url('../img/m/aluindex/jinru.svg');
  background-blend-mode: overlay;
    width: 1.875rem;
    height: 1.875rem;
    background-repeat: no-repeat;
  background-position: center center;
    border-radius: 50%;
}

.alu-box-tag-button:hover {
    background: linear-gradient( 180deg, #FFB102 0%, #FF6B02 100%)!important;
    transition: all 0.5s;
}
.alu-box-tag-button:hover span {
    color: #FFFFFF;
    transition: all 0.5s;
}
.alu-box-tag-button:hover .icon {
    transition: all 0.5s;
     background-image: none,url('../img/pageimage/aluindex/jinru-hover.svg');
    background-color: #FFFFFF;
    background-blend-mode: normal;
}

.swiper-progressbar .swiper-button-prev,.swiper-progressbar .swiper-button-next {
	color:#000000!important;
	top:50%;
	transform:translateY(-50%) scale(0.5);
	width:6.5rem;
	height:6.5rem;
	border-radius:50%;
	background-color:#ffffff;
	box-shadow:-0.3125rem 0.3125rem 1.875rem rgb(26 39 59 / 20%);
}


 /* 登录注册下拉菜单样式 */
 .login-dropdown {
  position: absolute;
       top: 2.5rem;
    right: -0.25rem;
    width: 8rem;
    height: 5.75rem;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: .1875rem .1875rem 1.25rem .0625rem rgba(255, 117, 0, 0.04);
    border-radius: .3125rem .3125rem .3125rem .3125rem;
    border: .125rem solid #FFFFFF;
    margin-top: .5rem;
    padding: 1.125rem .6875rem;
    box-sizing: border-box;
    display: none;
    z-index: 99999;
 }
 
 .login-dropdown.show {
     display: block;
 }
 
 .dropdown-btn {
    width: 6.6875rem;
height: 1.4375rem;
background: linear-gradient( 278deg, #FFB102 0%, #FF6B02 100%);
border-radius: .75rem .75rem .75rem .75rem;
     display: block;
     text-align: center;
     line-height: 1.4375rem;
     font-weight: 400;
font-size: .75rem;
color: #FFFFFF;
     text-decoration: none;
 }
 
 .dropdown-btn:last-child {
background: #FFFFFF;
border-radius: 6.25rem 6.25rem 6.25rem 6.25rem;
border: .0625rem solid #FF6B02;
color: #FF6B02;
     margin-top: .625rem;
 }
/* 自定义弹框样式 */
.custom-alert {
    display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  padding: .9375rem 1.5625rem;
  border-radius: .5rem;
  font-size: .875rem;
  z-index: 9999;
  text-align: center;
  min-width: 12.5rem;
  max-width: 80%;
  box-shadow: 0 .125rem .625rem rgba(0, 0, 0, 0.3);
  /* opacity: 0; */
  transition: opacity 0.3s ease;
}

.custom-alert.show {
  display: block;
}

/* 分页样式 */
.pagination {
    margin-top: 1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: .625rem;
}

.pagination .pagination-info {
    font-size: .875rem;
    color: #666;
    margin-right: auto;
}

.pagination ul {
    display: flex;
    gap: .3125rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: inline-block;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: .375rem .5625rem;
    border-radius: 50%;
    color: #333;
    text-decoration: none;
    font-size: .875rem;
    transition: all 0.3s ease;
}

.pagination a:hover {
    color: rgba(77,183,221,1);
}

.pagination .active span {
    background-color: rgba(77,183,221,0.2);
    border-radius: 50%;
    color: rgba(77,183,221,1);
}

.pagination .disabled span {
    border-color: #ddd;
    color: #999;
    cursor: not-allowed;
}

.pagination a:active {
    transform: translateY(1px);
}