.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;*/

    min-height: 16px;
}
/*.view_content *{*/
/*    font-weight: 400;*/
/*    font-size: 0.16rem;*/
/*    color: #FFFFFF;*/
/*    line-height: 2.5;*/
/*}*/
.view_content img{
    width: revert-layer;
    height: auto;
    max-width: 100%;
    object-fit: contain;
    display: inline;
}
.view_content table{
    margin-left: auto;
    margin-right: auto;
}
.view_content table td,
.view_content table th,
.view_content table *{
    text-align: center;
    line-height: 1.5;
}
.view_content ul, 
.view_content ol{
    list-style-type: disc;
    padding-left: 57px;
}
.view_content a{
   width: fit-content;
    height: fit-content;
    display: inline-block;
}
.view_content b,
.view_content strong,
.view_content b *,
.view_content strong *{
    font-weight: bold !important;
}






.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);
}







.product_list{
    width: 94%;
    position: relative;
    max-width: 14rem;
    margin: 0.3rem auto 0;
}
.product_list .product_name{
    font-size: 28px;
    color: #fff;
    margin-bottom: 0.32rem;
}
.product_list .product_swiper{
    width: 100%;
    overflow: hidden;
    padding: 0 2px;
}
.product_list .product_swiper .product_item{
    width: 100%;
    height: 5.25rem;
    /*background: #FFFFFF;*/
    background: #02859A;
    border: 0.01rem solid rgba(255,255,255,0.2);
}
.product_item .product_img{
    width: 100%;
    height: 3.76rem;
    overflow: hidden;
    position: relative;
}
.product_item .product_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}
.product_item .product_img .collection{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: absolute;
    bottom: 0.12rem;
    right: 0.12rem;
    background: url("../img/collection_img1.png") center no-repeat;
    background-size: contain;
}
.product_item .product_img .collection.act{
    background: url("../img/collection_img2.png") center no-repeat;
    background-size: contain;
}
.product_item .product_txt{
    width: 100%;
    height: 1.49rem;
    padding: 0.24rem 0.3rem 0.29rem;
    box-sizing: border-box;
}
.product_item .product_txt .product_title{
    font-weight: 500;
    font-size: 0.2rem;
    /*color: #000000;*/
    color: #fff;
    text-align: center;
    margin-bottom: 0.16rem;
}
.product_item .product_txt .product_cont{
    font-weight: 400;
    font-size: 0.16rem;
    /*color: #333333;*/
    color: rgba(255,255,255,0.6);
    margin-bottom: 0.1rem;
}
.product_item:hover{
    /*background: #02859A;*/
    background: #05afca;
}
.product_item:hover .product_img img{
    transform: scale(1.1);
}


.product_list .swiper-button-next::after,
.product_list .swiper-button-prev::after{
    color: #fff;
    font-size: 32px;
}
.product_list .swiper-button-next{
    right: -0.6rem;
}
.product_list .swiper-button-prev{
    left: -0.6rem;
}











@media screen and (max-width:1043px){
    .anli_body{
        column-gap: 15px;
        row-gap: 15px;
        align-items: stretch;
    }
    .anli_item{
        width: calc(33.33% - 10px);
        height: auto;
        border-radius: 6px;
    }
    .anli_item .anli_img{
        height: 0;
        padding-bottom: 66%;
        position: relative;
    }
    .anli_item .anli_img img{
        position: absolute;
        top: 0;
    }
    .anli_item .anli_txt{
        height: auto;
        padding: 10px;
    }
    .anli_item .anli_txt .anli_title{
        font-size: 16px;
    }
    
    
    
    
    
    
    
    
    .view_title{
        font-size: 22px;
    }
    .view_txt{
        margin: 20px 0 30px;
    }
    .view_txt span{
        font-size: 14px;
    }
    .view .anli_swiper1 .swiper-button-next{
        right: 1.2rem;
    }
    .view .anli_swiper1 .swiper-button-prev{
        left: 1.2rem;
    }
    .view_content,
    .view_content p{
        line-height: 2;
        font-size: 16px;
        text-indent: 0;
    }
    .view_content *{
        font-size: 16px;
        line-height: 2;
    }
    .view_content{
        padding:20px 0;
    }
    .view_content div[align="center"]{
        overflow-x: auto;
    }
    .view_content table{
        max-width: 100% !important;
    }
    
    .view_url{
        font-size: 16px;
        margin: 10px auto 0;
    }
}

@media screen and (max-width:768px){
    .anli_item{
        width: calc((100% - 15px) / 2);
        height: auto;
    }
    .anli_item .anli_txt .anli_time{
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .view_url{
        font-size: .28rem;
    }
}