html{
    scroll-behavior: smooth;
    background-color: #f1f1f1;
}
.banner{
    width: 100%;
    height: 85vw;
    min-height: 11rem;
    overflow: hidden;
    display: block;
    float: left;
    position: relative;
    margin-top: 1rem;
}

.banner dd{
    position: absolute;
    width: 6.44rem;
    left: 0.53rem;
    bottom: 1.14rem;
    font-size: 0.35rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.46rem;
	letter-spacing: 0rem;
	color: #ffffff;
}
.banner dd span{
    display: block;
    width: 100%;
    line-height: 1.5;
}
.banner dd span:nth-child(2){
    font-size: 0.27rem;
}
.banner .page{
    position: absolute;
    width: 100%;
    top: 50%;
}
.banner .page i{
    font-size: 0.5rem;
    color: #000000b7;
}
.banner .page .prev{
    width: 0.58rem;
	height: 1.93rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 10001;
    line-height: 1.93rem;
    text-align: left;
    border-radius: 0.1rem;
    margin-top: -.9rem;
    left: 0.15rem;
    outline: none;
}
.banner .page .next{
    width: 0.58rem;
	height: 1.93rem;
    background-color: rgba(255, 255, 255, 0.5);
    display: block;
    position: absolute;
    z-index: 10001;
    line-height: 1.93rem;
    text-align: right;
    border-radius: 0.1rem;
    margin-top: -.9rem;
    right: 0.15rem;
    outline: none;
}
.banner .page .swiper-button-disabled{
    display: none;
}
.banner .page .prev i{
    position: absolute;
    transform: rotate(180deg);
}
.banner .page .prev i{
    position: absolute;
}
.banner .swiper-pagination-fraction,
.banner .swiper-pagination-custom,
.banner .swiper-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0.48rem;
}
.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal{
    left: 5%;
    width: 90%;  
}
.banner .swiper-pagination{
    text-align: center;
}
.banner .swiper-pagination-bullet {
    width: 0.16rem;
    height: 0.16rem;
    background: transparent;
    border: 1px solid #ffffff;
    opacity: 1;
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}

.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 0.05rem;
}

.banner .swiper-pagination-bullet-active {
    background: #fff;
    border: 1px solid #fff;
}



.nav{
     width: 6.52rem;
     height: 1.5rem;
     margin-left: 0.49rem;
     margin-top: 0.7rem;
     display: block;
     text-align: center;
     float: left;
}
.nav li{
    width: 1.53rem;
	height: 0.62rem;
    margin: 0.05rem;
    display: block;
    float: left;
}
.nav li a{
    width: 100%;
    display: inline-block;   
    font-size: 0.24rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.62rem;
	letter-spacing: 0rem;
    background-color:#fff;
	color: #b7b7b7;
    border-radius: 0.15rem;
    text-decoration: none;
}
.nav li a.active{
    color: #fff;
    background-color: #3d2071;
}
.fludcont{
    width: 6.42rem;
    margin-left: 0.54rem;
    column-count: 1;
    column-gap: 0;
}
.fludcont dl{
    break-inside: avoid;
    box-sizing: border-box;
    padding: 0.1rem;
    padding-top: 0rem;
    position: relative;
    background-color: #fff;
    margin-bottom: 0.38rem;
    border-radius: 0.2rem;
    overflow: hidden;
    box-shadow: 1px 1px 7px #0000001c;
}
.fludcont dl dd div{
    border-radius: 0.15rem;
    overflow: hidden;
    position: relative;
}
.fludcont dd div img{
    width: 6rem;
	border-radius: 0.15rem;
    margin: 0.15rem;
    margin-left: 0.1rem;
}
.fludcont .arrow{
     position: absolute;
    background-color: #fff;
    padding: 0.26rem;
    right: 0;
    bottom: 0;
    width: 1.05rem;
	height: 1.05rem;
    border-top-left-radius: 0.15rem;
    display: none;
   
}
.fludcont .arrow dt{
    position: absolute;
    width: 100%;
    height: 100%;
    margin-top: -0.26rem;
    margin-left: -0.26rem;
}
.fludcont .arrow dt i:nth-child(1){
    position: absolute;
    bottom: 0;
    font-size: 0.2rem;
    margin-left: -0.2rem;
    color: #fff;
}
.fludcont .arrow dt i:nth-child(2){
    position: absolute;
    right: 0;
    font-size: 0.2rem;
    margin-top: -0.2rem;
    color: #fff;
}
.fludcont .arrow dd{   
    width: 1.05rem;
	height: 1.05rem;
    background-color: #3d2071;
    border-radius: 0.15rem;
    position: relative;
}
.fludcont .arrow dd span{
    position: absolute;
    top: 0.25rem;
    right: 0.25rem;
    width: 0.5rem;
	height: 0.5rem;
    display: block;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}
.fludcont .arrow dd span i{
    position: absolute;
    width: 0.707rem;
    top: 0.25rem;
    right: -0.1rem;
    height: 1px;
    background-color: #fff;
    transform: rotate(-45deg);
}
.fludcont dl dt{
    min-height: 1.17rem;
    position: relative;
    width: 90%;
    /* border-bottom: 1px solid #7e7e7e; */
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    margin-left: 5%;
}
.fludcont dl dt::before{
    position: absolute;
    content: '';
    display: block;
    color: #7c7c7c;
}
.fludcont dl dt::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0rem;
    color: #7c7c7c;
}
.fludcont dl dt b{
    font-size: 0.27rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.4rem;
	letter-spacing: 0rem;
	color: #7d7d7d;
    display: inline-block;    
}
.fludcont dl dt b font{
    font-size: 0.27rem;
	font-weight: normal;
	font-stretch: normal;
	line-height: 0.44rem;
	letter-spacing: 0rem;
	color: #3d2071;
    display: block;
    width: 100%;
}
.fludcont dl dt em {
    position: relative;
    display: none;
    width: 0.24rem;
    border: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: 0;
    margin-left: 0.1rem;
    margin-bottom: 0.05rem;
}
.fludcont dl dt em i {
    position: absolute;
    height: 0.12rem;
    width: 0rem;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    margin-top: -0.06rem;
    right: -0.01rem;
}