.type{
    height: 0.78rem;
    border-bottom: 0.01rem solid #24C9E2;
}
.type .main{
    height: 100%;
    display: flex;
    align-items: center;
}
.type .main>span{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-left: 0.09rem;
}
.type .type_list{
    width: calc(100% -1rem);
    overflow: hidden;
}
.type .type_list .swiper-slide{
    width: auto;
    height: auto;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    padding: 0.04rem 0.14rem;
    border-radius: 0.3rem;
}
.type .type_list .swiper-slide.act{
    color: #0098AF;
    background: #fff;
}




.anli{
    padding: 0.4rem 0 0.8rem;
    box-sizing: border-box;
}
.anli_body{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.35rem;
    row-gap: 0.35rem;
}
.anli_item{
    width: calc(33.33% - 0.233rem);
    height: 3.7rem;
    border-radius: 0.12rem;
    overflow: hidden;
}
.anli_item .anli_img{
    width: 100%;
    height: 2.76rem;
    overflow: hidden;
}
.anli_item .anli_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.anli_item:hover .anli_img img{
    transform: scale(1.1);
}
.anli_item .anli_txt{
    width: 100%;
    height: 0.94rem;
    background: #2FA9BE;
    padding: 0.2rem 0.24rem;
    box-sizing: border-box;
}
.anli_item .anli_txt .anli_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.18rem;
    color: #FFFFFF;
    margin-bottom: 0.09rem;
}
.anli_item .anli_txt .anli_time{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}




.view .anli_swiper1 {
	position: relative;
	overflow: hidden;
    padding-bottom: 1.22rem;
    margin-bottom: 0.6rem;
}

.view .anli_swiper1 .anli_item {
	width: 9.6rem;
	height: 5.2rem;
	border-radius: 0.16rem;
	overflow: hidden;
	position: relative;
}

.view .anli_swiper1 .anli_item .anli_title {
	position: absolute;
	bottom: -100%;
	width: 100%;
	text-align: center;
	padding: 0.19rem;
	box-sizing: border-box;
	background: rgba(0, 0, 0, 0.7);
	font-weight: 400;
	font-size: 0.16rem;
	color: #FFFFFF;
	transition: all 0.5s;
}

.view .anli_swiper1 .anli_item::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: #02AEC8;
	top: 0;
	left: 0;
	opacity: 0.2;
}

.view .anli_swiper1 .anli_item.swiper-slide-active::before {
	display: none;
}

.view .anli_swiper1 .anli_item.swiper-slide-active .anli_title {
	bottom: 0;
}
/*.view .anli_swiper1 .swiper-pagination{*/
/*    width: 7.4rem;*/
/*    height: 0.01rem;*/
/*    background: rgba(255, 255, 255, 0.4);*/
/*    bottom: 0.3rem;*/
/*    top: auto;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*}*/
/*.view .anli_swiper1 .swiper-pagination span{*/
/*    background: #fff;*/
/*}*/

.view .anli_swiper1 .swiper-pagination span{
    background: #fff;
    width: 0.1rem;
    height: 0.1rem;
    margin: 0 0.08rem;
}
.view .anli_swiper1 .swiper-button-next,
.view .anli_swiper1 .swiper-button-prev {
	width: 0.62rem;
    height: 0.62rem;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0.01rem solid #FFFFFF;
    bottom: 0;
    top: auto;
    margin: 0;
    border-radius: 50%;
}
.view .anli_swiper1 .swiper-button-next img,
.view .anli_swiper1 .swiper-button-prev img{
    width: 0.12rem;
    height: 0.2rem;
    object-fit: contain;
    filter: brightness(0) invert(1);
}
.view .anli_swiper1 .swiper-button-next::after,
.view .anli_swiper1 .swiper-button-prev::after {
	display: none;
}

.view .anli_swiper1 .swiper-button-next:hover,
.view .anli_swiper1 .swiper-button-prev:hover {
	background: #fff;
}
.view .anli_swiper1 .swiper-button-next:hover img,
.view .anli_swiper1 .swiper-button-prev:hover img{
    filter: brightness(1) invert(0);
}
.view .anli_swiper1 .swiper-button-next {
	right: 3.2rem;
}

.view .anli_swiper1 .swiper-button-prev {
	left: 3.2rem;
}
































/* 详情 */
.view{
    padding: 0.4rem 0 0.8rem;
    box-sizing: border-box;
}
.view_litpic{
    width: auto;
    height: 5.2rem;
    margin: 0 auto 0.6rem;
    text-align: center;
}
.view_litpic img{
    width: auto;
    height: 100%;
    display: inline;
    object-fit: contain;
}
.view_title{
    width: 100%;
    max-width: 12rem;
    margin: 0 auto;
    font-weight: bold;
    font-size: 0.32rem;
    color: #FFFFFF;
    text-align: center;
}
.view_txt{
    width: 100%;
    max-width: 12rem;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.7rem;
    margin: 0.24rem auto 0.48rem;
}
.view_txt span{
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: rgba(255,255,255,0.8);
}
.view_content{
    width: 100%;
    max-width: 12rem;
    margin: 0 auto 0.19rem;
    padding: 0.48rem 0.4rem 0.6rem;
    box-sizing: border-box;
    border-top: 0.01rem solid #EDEDED;
    border-bottom: 0.01rem solid #EDEDED;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.5;
}
.view_content p{
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.5;
    text-indent: 2em;
}
.view_url{
    width: 100%;
    max-width: 12rem;
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin: 0.16rem auto 0;
}














/* 弹窗样式 */
.modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}
.modal .modal_body{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: initial;
    max-width: 14.9rem;
    width: 94%;
}
.modal-content {
    position: relative;
    max-width: 11.53rem;
    max-height: 8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.22rem 0.22rem 1rem 0.22rem;
    box-sizing: border-box;
    width: 90%;
    height: 90%;
    background: rgba(255,255,255,0);
    border-radius: 0.1rem;
    /*border: 0.01rem solid #FFFFFF;*/
}

.modal-image {
    width: 100%;
    max-height: 7rem;
    object-fit: contain;
    border-radius: 0.1rem;
}

.modal-title {
    font-family: Source-CN-Regular;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    line-height: 0.32rem;
    position: absolute;
    bottom: 0.3rem;
    display: none;
}
.modal-title::before{
    content: "";
    position: absolute;
    width: 0.68rem;
    height: 0.01rem;
    background: #0098AF;
    left: 50%;
    bottom: -0.12rem;
    transform: translateX(-50%);
}
.close-btn {
    position: absolute;
    top: -0.2rem;
    right: -0.49rem;
    width: 0.2rem;
    height: 0.2rem;
    background: url(../img/close1.png) center no-repeat;
    background-size: contain;
    cursor: pointer;
    z-index: 9;
}

.nav-arrow {
    position: absolute;
    top: 3.18rem;
    cursor: pointer;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9;
}
.nav-arrow img{
    width: 0.4rem;
    height: 0.4rem;
    object-fit: contain;
}


.prev {
    left: -0.6rem;
}

.next {
    right: -0.6rem;
}

.modal-pagination {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 1002;
}

.pagination-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s, transform 0.3s;
}

.pagination-dot:hover {
    background-color: rgba(255, 255, 255, 0.8);
}

.pagination-dot.active {
    background-color: rgba(255, 255, 255, 1);
    transform: scale(1.2);
}