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





/* 产品列表 */
.product{
    padding: 0.4rem 0 0.79rem;
    box-sizing: border-box;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    column-gap: 0.32rem;
    row-gap: 0.32rem;
}
.product_item{
    width: calc(25% - 0.24rem);
    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_item:hover .product_txt .product_title,*/
/*.product_item:hover .product_txt .product_cont{*/
/*    color: #fff;*/
/*}*/










/* 产品详情 */
.view{
    padding: 0.62rem 0 0.78rem;
    box-sizing: border-box;
    overflow: hidden;
}
.view .main{
    max-width: 12rem;
}
.view .view_top{
    width: 100%;
    display: flex;
    column-gap: 0.7rem;
    margin: 0 auto 0.96rem;
}
.view .view_top .view_img{
    width: 4rem;
    height: 4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.view .view_top .view_img .anli_swiper1{
    width: 4rem;
    height: 4rem;
    overflow: hidden;
}
.view .view_top .view_img .anli_item{
    position: relative;
}
.view .view_top .view_img .anli_item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.view .view_top .view_img .anli_item .anli_title{
    position: absolute;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: none;
}


.view .view_top .view_img .swiper-button-next::after, 
.view .view_top .view_img .swiper-button-prev::after{
    display: none;
}
.view .view_top .view_img .swiper-button-next,
.view .view_top .view_img .swiper-button-prev{
    filter: brightness(0) invert(1);
    opacity: 1;
    width: 0.16rem;
}
.view .view_top .view_img .swiper-button-next{
    right: -0.26rem;
}
.view .view_top .view_img .swiper-button-prev{
    left: -0.26rem;
}
.view .view_top .view_img .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff;
}












.view .view_top .view_txt{
    position: relative;
    height: fit-content;
    padding-bottom: 0.6rem;
}
.view .view_top .view_txt .view_title{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.32rem;
    color: #FFFFFF;
    margin-bottom: 0.36rem;
    display: flex;
    align-items: center;
}
.view .view_top .view_txt .view_title .collection{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background: url("../img/collection_img3.png") center no-repeat;
    background-size: contain;
    margin-left: 0.12rem;
}
.view .view_top .view_txt .view_title .collection.act{
    background: url("../img/collection_img4.png") center no-repeat;
    background-size: contain;
}
.view .view_top .view_txt .view_cont{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.2rem;
}
.view .view_top .view_txt .view_more{
    position: absolute;
    bottom: 0;
    left: -0.14rem;
    width: 4rem;
    height: 0.5rem;
    background: #FFFFFF;
    border-radius: 0.3rem;
    border: 0.01rem solid rgba(0,0,0,0);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.18rem;
    color: #0098AF;
    cursor: pointer;
}

.view .view_top .view_huige,
.view .view_top .view_num{
    display: flex;
    align-items: center;
    margin: 0.36rem 0rem;
}
.view .view_top .view_huige span,
.view .view_top .view_num span{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.view .view_top .view_huige .view_key{
    display: flex;
    align-items: center;
    column-gap: 0.1rem;
}
.view .view_top .view_huige .view_key span{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0.09rem 0.19rem;
    border: 0.01rem solid #81EEFF;
    border-radius: 0.04rem;
    cursor: pointer;
}
.view .view_top .view_huige .view_key span.act{
    background: #FFFFFF;
    border: 0.02rem solid #FFFFFF;
    color: #0098AF;
}
.view .view_top .view_num .num_list{
    width: auto;
    height: 0.48rem;
    display: flex;
    justify-content: space-between;
    border-radius: 0.04rem;
    border: 0.01rem solid #80EEFF;
    overflow: hidden;
}
.view .view_top .view_num .num_list .num_jian,
.view .view_top .view_num .num_list .num_jia{
    background: #24C9E2;
    width: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.28rem;
    color: #fff;
    cursor: pointer;
}
.view .view_top .view_num .num_list .num_shu{
    width: 0.66rem;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
}



.view .view_content{
    margin-bottom: 0.48rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.4;
}
.view .view_content p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.4;
    /*text-indent: 2em;*/
}
.view .view_content img{
    width: auto;
    max-width: 100%;
    object-fit: contain;
}



.view .view_table{
    margin-bottom: 0.38rem;
}
.view .view_table .view_form_name{
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
    margin-bottom: 0.18rem;
}
.view .view_table table{
    width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
    border-left: 0.01rem solid #24C9E2;
}
.view .view_table table thead tr{
    background: #24C9E2;
    height: 0.48rem;
}
.view .view_table table thead tr th{
    font-family: PingFang SC;
    font-weight: 500;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
}
.view .view_table table thead tr th:first-child{
    width: 25%;
}
.view .view_table table thead tr th:last-child{
    width: 47%;
}
.view .view_table table tbody tr{
    border-bottom: 0.01rem solid #24C9E2;
}
.view .view_table table tbody tr td{
    border-right: 0.01rem solid #24C9E2;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    text-align: center;
    padding: 0.13rem;
    box-sizing: border-box;
}



.view .view_litpic{
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.view .view_litpic img{
    width: auto;
    max-width: 100%;
    display: inline;
}


.view .view_detail{
    margin-top: -0.36rem;
    margin-bottom: 0.48rem;
}
.view .view_detail .view_brand{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    margin-bottom: 0.13rem;
}
.view .view_detail .view_brand span{
    font-weight: 500;
    font-size: 0.2rem;
}
.view .view_detail .youshi_name{
    font-family: PingFang SC;
    margin-top: 0.32rem;
    margin-bottom: 0.2rem;
    font-weight: 500;
    font-size: 0.2rem;
    color: #FFFFFF;
}
.view .view_detail .youshi_cont,
.view .view_detail .youshi_cont p{
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    line-height: 2.4;
}







/* 弹窗 */
.huzuo{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
    justify-content: center;
    align-items: center;
}
.huzuo.act{
    display: flex;
}
.huzuo .huzuo_body{
    width: 8rem;
    height: 6.08rem;
    background: #FFFFFF;
    border: 0.05rem solid #9B9B9B;
}
.huzuo .hezuo_top{
    width: 100%;
    padding: 0.13rem 0.21rem;
    box-sizing: border-box;
    margin-bottom: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F4F4F4;
    border-bottom: 0.01rem solid #E5E5E5;
}
.huzuo .hezuo_top .hezuo_title{
    font-family: Arial, Arial;
    font-weight: bold;
    font-size: 0.16rem;
    color: #333333;
}
.huzuo .hezuo_top .colse{
    width: 0.15rem;
    height: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.huzuo .huzuo_body .hezuo_form{
    padding: 0 0.91rem;
    box-sizing: border-box;
}
.huzuo .huzuo_body .form-group{
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: 0.24rem;
}
.huzuo .huzuo_body .form-group:first-child{
    padding-bottom: 0.33rem;
}
.huzuo .huzuo_body .form-group label{
    width: 1.2rem;
    text-align: right;
    margin-right: 0.06rem;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #333333;
}
.huzuo .huzuo_body .form-group .file-uploader{
    width: 5rem;
    min-height: 2.02rem;
    background: #F8F8F8;
    border-radius: 0.04rem;
    border: 0.01rem solid #EBEBEB;
}
.huzuo .huzuo_body .form-group .group_txt{
    position: absolute;
    bottom: 0;
    left: 1.25rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #999999;
}






/* 文件上传 */
.file-uploader .upload-instructions,
.file-uploader .upload-instructions p{
	font-family: PingFang SC;
    text-align: center;
    font-weight: 400;
    font-size: 0.14rem;
    color: #A2A2A2;
    cursor: pointer;
}
.file-uploader .upload-instructions div{
    width: 1rem;
    height: 0.36rem;
    background: #028BA0;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.04rem;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #FFFFFF;
    margin: 0 auto 0.06rem;
}
.file-uploader .upload-instructions div>img{
    width: 0.16rem;
    height: 0.16rem;
    object-fit: contain;
}
.file-uploader .upload-instructions>img{
    display: block;
    width: 0.48rem;
    height: 0.38rem;
    margin: 0.24rem auto 0.16rem;
}


#imageContainer{
	min-width: 2.6rem !important;
	height: auto;
	margin: 0.2rem;
	position: relative;
}

#imageUploader .upload-instructions{
	padding: 0.2rem 0.5rem;
	box-sizing: border-box;
}
.image-preview{
	display: none;
}
.image-preview img{
	position: relative;
	z-index: 1;
	max-height: 2rem;
	max-width: 100%;
}
#imageContainer .image-actions{
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
#imageContainer .image-actions button{
	padding: 0.05rem 0.2rem;
    border: none;
    background-color: #0d6674;
    color: #fff;
}





.huzuo .huzuo_body .form-group textarea{
    width: 5rem;
    height: 1.1rem;
    background: #FAFAFA;
    border-radius: 0.04rem;
    border: 0.01rem solid #E6E5E5;
    padding: 0.1rem 0.16rem;
    box-sizing: border-box;
    font-family: PingFang SC;
    font-weight: 400;
    font-size: 0.14rem;
    color: #333;
}
.huzuo .huzuo_body .form-group textarea::placeholder{
    color: #CCCCCC;
}


.huzuo .huzuo_body .form_url{
    display: flex;
    padding-left: 1.26rem;
    box-sizing: border-box;
    column-gap: 0.1rem;
}
.huzuo .huzuo_body .form_url a{
    padding: 0.09rem 0.5rem;
    background: #FAFAFA;
    border-radius: 0.04rem;
    border: 0.01rem solid #E6E5E5;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #959595;
    cursor: pointer;
}
.huzuo .huzuo_body .form_url a:last-child{
    background: #028BA0;
    border: 0.01rem solid #028BA0;
    color: #fff;
}




/* 提交成功 */
.huzuo .hezuo_success{
    width: 5.6rem;
    height: 3.34rem;
    background: #FFFFFF;
    border: 0.05rem solid #9B9B9B;
    display: none;
}
.huzuo .hezuo_success.show{
    display: block;
}
.huzuo .success_icon{
    width: 0.44rem;
    height: 0.44rem;
    margin: 0.33rem auto 0.19rem;
}
.huzuo .success_txt{
    width: 2.4rem;
    margin: 0 auto 0.25rem;
    text-align: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
    line-height: 1.6;
}
.huzuo .success_colse{
    width: 1.32rem;
    height: 0.4rem;
    margin: 0 auto;
    background: #028BA0;
    border-radius: 0.04rem;
    border: 0.01rem solid rgba(0,0,0,0);
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: PingFang SC;
    font-weight: 500;
    font-size: 0.16rem;
    color: #FFFFFF;
    cursor: pointer;
}




/*分享*/
.share_box{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.share_box span{
    font-weight: 400;
    font-size: 0.18rem;
    color: #FFFFFF;
    display: display;
    margin-right: 0.08rem;
}
.share_box .share_item{
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 0.12rem;
    cursor: pointer;
}
.share_box .share_item:last-child{
    margin-right: 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 {
    max-width: 100%;
    max-height: 100%;
    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.5rem;
    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);
}