.vinylfence {
    width: 100%;
    padding: 0.6rem 1.6rem 0;
    background: #EDEDED;
    box-sizing: border-box;
    font-family: Poppins, Poppins;
    display: flex;
    justify-content: end;
}
.vinylfence_nav{
    width: 3.4rem;
    height: fit-content;
    padding: 0.8rem 0;
    background: linear-gradient( 206deg, #A784B7 0%, #642B98 54%, #2D2440 100%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
    /*left: 1.6rem;*/
    position: sticky;
    top: 1rem;
}
.vinylfence_nav_a{
    display: block;
    width: 2.64rem;
    border: 0.01rem solid #FFFFFF;
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #FFFFFF;
    padding: 0.13rem 0.1rem;
}
.vinylfence_content{
    width: 12.6rem;
}
.vinylfence .cont-top {
    width: 100%;
    padding: 0.7rem 0 0.5rem 0.9rem;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 0.5rem;
}

.cont_top_box{
    display: flex;
}

.vinylfence .cont-top .vin-left {
    width: 6.5rem;
    /*height: 4.5rem;*/
    box-sizing: border-box;
}

.aboutus img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.vinylfence .cont-top .vin-left img {
    width: 100%;
    height: 100%;
}

.vinylfence .cont-top .vin-right {
    margin-left: 0.55rem;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.vin-right .r-top {
    /*margin-top: 0.6rem;*/
}

.r_top_p1{
    width: 4.5rem;
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.3rem;
    color: #500670;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-line-clamp: 5;
}
.w_icon{
    display: flex;
    align-items: center;
    gap: 0.1rem;
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
}
.w_icon img{
    width: 0.3rem;
    height: 0.3rem;
}
.r_top_p2{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.18rem;
    color: #333333;
    padding-left: 0.12rem;
    position: relative;
    margin-top: 0.16rem;
}
.r_top_p2::before{
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 0;
    width: 0.04rem;
    height: 0.04rem;
    border-radius: 50%;
    background: #333333;
}
/*.vin-right .r-top .t-title {*/
/*    font-weight: 500;*/
/*    font-size: 0.3rem;*/
/*    color: #333333;*/
/*    margin-bottom: 0.3rem;*/
/*}*/

/*.vin-right .r-top .t-text {*/
/*    font-size: 0.16rem;*/
/*    color: #666666;*/
/*    line-height: 0.3rem;*/
/*    width: 6.9rem;*/
/*}*/

.r-bottom {
    /*position: relative;*/
    width: 10.8rem;
    height: 1.25rem;
    box-sizing: border-box;
}

.thumbs {
    height: 100%;
}

.thumbs .swiper-slide {
    width: 1.81rem !important;
    height: 100%;
    box-sizing: border-box;
    position: relative;
}

.thumbs .swiper-thumb-slide::before {
    content: '';
    display: block;
    width: calc(100% - 0.1rem);
    height: calc(100% - 0.1rem);
    background: rgba(13, 13, 13, 0.23);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    transition: all 0.3s ease-in-out;
}

.thumbs .swiper-slide-thumb-active::before {
    opacity: 0;
}

.swiper-slide-thumb-border {
    width: 1.67rem;
    height: 1.12rem;
    padding: 0.05rem;
    box-sizing: border-box;
    border: 0.01rem solid #EDEDED;
    overflow: hidden;
}

.vin-left .swiper-slide-thumb-active {
    border: 0.01rem solid #191919;
    padding: 0.05rem;
    box-sizing: border-box;
}

.swiper-slide {
    border: 0.01rem solid #EDEDED;
}

.r-bottom .swiper-slide-border .swiper-slide-img {
    width: 1.55rem;
    height: 1rem;
    overflow: hidden;
    position: relative;
    /* 确保定位一致 */
    display: block;
    /* 确保显示方式一致 */
}

.swiper-img-modal {
    background: url('../img/vinylfence/20420.png') no-repeat;
    background-size: 100% 100%;
}

.swiper-slide-border .swiper-slide-img img {
    width: 1.55rem;
    height: 1rem;
    object-fit: cover;
    position: absolute;
    /* 确保定位一致 */
    top: 0;
    left: 0;
}

.r-bottom .swiper-button-next {
    position: absolute;
    top: 30%;
    right: 0;
}

.r-bottom .swiper-button-prev {
    position: absolute;
    top: 30%;
    left: 0;
}

.swiper-button-next,
.swiper-button-prev {
    width: 0.22rem !important;
    height: 0.76rem !important;
    background: #E3E3E3;
    border-radius: 0.03rem 0.03rem 0.03rem 0.03rem;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 0.07rem !important;
    height: 0.14rem !important;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}


.postion {
    display: flex;
    position: relative;
    align-items: center;
    margin-top: 0.5rem;
}

.vinylfence .cont-center {
    width: 100%;
    padding: 0.2rem 0.9rem 0.4rem 0.9rem;
    background: #fff;
    box-sizing: border-box;
}
.box1_wrap{
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.box1{
    width: 3.5rem;
}
.box1_imgBox{
    width: 100%;
    height: 2.6rem;
    overflow: hidden;
}
.box1_imgBox img{
    transition: 0.5s;
}
.box1_pBox{
    width: 100%;
    height: 0.46rem;
    background: #FFB000;
    display: flex;
    align-items: center;
}
.box1_pBox p{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.18rem;
    color: #500670;
    text-align: center;
}
.box1:hover .box1_imgBox img{
    transform: scale(1.1);
}
.cen-title {
    font-weight: 600;
    font-size: 0.3rem;
    color: #500670;
    margin-top: 0.6rem;
}

.my_hr{
    height: 0.02rem;
    background: #FFB000;
    margin-top: 0.25rem;
}
.img1{
    display: block;
    margin-top: 0.3rem;
    width: 100%;
    height: fit-content;
}
.img1 img{
    width: 100%;
    height: auto;
}
.flex_img{
    display: flex;
    /*height: 2.4rem;*/
}
.img2{
    display: block;
    width: 6.8rem;
    height: 100%;
}

.img3{
    display: block;
    flex: 1;
    height: 100%;
}

.vinylfence .cont-center .cen-btn {
    width: 100%;
    display: flex;
    border-bottom: 0.01rem solid #FFB000;
    margin-top: 0.45rem;
    margin-bottom: 0.4rem;
}

.cont-center .cen-btn .cen-btn-a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2rem;
    height: 0.54rem;
    background: #fff;
    font-weight: 400;
    font-size: 0.2rem;
    color: #FFB000;
    border: 0.01rem solid #FFB000;
    box-sizing: border-box;
    white-space: nowrap;
}

.cont-center .cen-btn .btn-active {
    color: #fff;
    background: #FFB000;
}

.cont-center .cen-text p {
    width: 100%;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    line-height: 0.3rem;
}

.cont-center .cen-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 5.4rem;
    margin-top: 0.4rem;
}

.cont-center .cen-img img {
    width: 9rem;
    height: 5.4rem;
}

.my_table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed;
    margin-top: 0.3rem;
}

.my_table tr:nth-child(1){
    background: #FFB000;
    height: 0.64rem;
}

.my_table tr:not(:nth-child(1)){
    height: 0.74rem;
}

.my_table tr:not(:last-child){
    border-bottom: 0.03rem solid #F0F0F0;
}

.my_table tr:nth-child(1) td{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.22rem;
    color: #333333;
}

.my_table tr:not(:nth-child(1)) td{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.2rem;
    color: #333333;
}


.my_table td:not(:nth-child(1)){
    text-align: center;
}

.my_table td:first-child{
    width: 2rem;
    padding-left: 0.3rem;
}
.my_table td:last-child{
    padding-right: 0.3rem;
    width: 1.2rem;
}
.cen-list {
    /* padding: 0 1.6rem; */
}

.cen-list .li-title {
    font-weight: 500;
    font-size: 0.3rem;
    color: #000000;
    margin-top: 0.8rem;
    margin-bottom: 0.3rem;
}

.cen-list .li-cen {
    display: flex;
    margin-top: 0.3rem;
    gap: 0.3rem;
    position: relative;
    z-index: 1;
}
.cen-list .li-cen::after{
    content:'';
    position: absolute;
    width: 12.6rem;
    height: 1.7rem;
    background: linear-gradient( 270deg, #C59BD1 0%, #3F2861 49%, #8B5BAB 100%);
    left: 50%;
    transform: translateX(-50%);
    bottom: -0.4rem;
    z-index: -1;
}
.cen-list .li-cen .li-card {
    display: flex;
    flex-direction: column;
    width: 3.4rem;
    height: 2.75rem;
    box-sizing: border-box;
}

.li-cen .li-card .card-img {
    width: 100%;
    height: 1.85rem;
}

.li-cen .li-card .card-img img {
    width: 100%;
    height: 100%;
}

.li-cen .li-card .card-text {
    display: flex;
    flex-direction: column;
    background: #E9E9E9;
    height: 0.9rem;
    padding: 0.12rem 0.15rem;
    transition: 0.3s;
}

.li-card .card-text .card-tit {
    font-weight: 500;
    font-size: 0.2rem;
    color: #333;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
    margin-bottom: 0.15rem;
    transition: 0.3s;
}

.products-nav .card-a {
    font-weight: 500;
    font-size: 0.14rem;
    color: #ADAFB0;
    line-height: 0.16rem;
    margin-bottom: 0.06rem;
    transition: 0.3s;
}

.p-active {
    color: #fff !important;
}

.products-nav .card-bor {
    width: 0.83rem;
    height: 0.03rem;
    background-color: #ADAFB0;
    border-radius: 0.05rem;
    transition: 0.3s;
}

.d-active {
    background-color: #fff !important;
}

.my_news{
    /*height: 3.78rem;*/
    background: #FFFFFF;
    margin-top: 0.5rem;
    padding: 0.01rem 0.9rem 0.6rem 0.9rem;
}

.mySwiper{
    width: 10.8rem;
    height: 1.9rem;
    background: #F3F3F3;
    margin-top: 0.25rem;
}

.mySwiper .swiper-slide{
    width: 100%;
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
    padding-left: 0.2rem;
    border: none;
    box-sizing: border-box;
}
.mySwiper_l{
    width: 2.18rem !important;
    height: 1.4rem !important;
}
.mySwiper_m{
    width: 6.5rem;
    margin: 0 0.5rem 0 0.25rem;
}
.mySwiper_m_p1{
    font-family: Poppins, Poppins;
    font-weight: 500;
    font-size: 0.18rem;
    color: #333333;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.mySwiper_m_p2{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #666666;
    white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0.2rem 0 0.24rem 0;
}

.mySwiper_more{
    display: flex;
    align-items: center;
    gap: 0.07rem;
}
.mySwiper_more p{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
}
.mySwiper_more img{
    width: 0.2rem;
    height: 0.09rem;
}
.mySwiper_r{
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 1.2rem;
    padding-left: 0.2rem;
    border-left: 0.01rem solid #DFDFDF;
}
.mySwiper_r_p1{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.2rem;
    color: #707070;
    margin-bottom: 0.08rem;
}
.mySwiper_r_p2{
    font-family: Poppins, Poppins;
    font-weight: 400;
    font-size: 0.16rem;
    color: #707070;
}
.bg-blacks {
    width: 100%;
    height: 3.77rem;
    background: #EDEDED;
}

.conta {
    margin-top: -2.36rem
}

.gallery .swiper-slide {
    position: relative;
    box-sizing: border-box;
}

.gallery {
    height: 4.5rem;
}

.gallery .swiper-slide img {
    position: absolute;
    top: 0;
    left: 0;
}