.Ih-banner{
    width: 100%;
    height: 8.4rem;
    position: relative;
}
.Ih-banner .swiper{
    width: 100%;
    height: 100%;
}
.Ih-banner .item{
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 12;
    overflow: hidden;
}
.Ih-banner .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-banner .banner-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 2rem;
    box-sizing: border-box;
}
.Ih-banner .banner-arrow .left,.Ih-banner .banner-arrow .right{
    width: 0.4rem;
    height: 0.4rem;
    background-color: #000000b3;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 15;
    cursor: pointer;
}
.Ih-banner .banner-arrow .left img,.Ih-banner .banner-arrow .right img{
    width: 0.18rem;
}
.Ih-banner .banner-arrow .left:hover,.Ih-banner .banner-arrow .right:hover{
    background-color: #B60016;
}
.Ih-banner .swiper .swiper-pagination-bullet{
    width: 0.1rem;
    height: 0.1rem;
}
.Ih-banner .swiper .swiper-pagination-bullet-active{
    background-color: #fff;
    width: 0.16rem;
    height: 0.16rem;
}
.Ih-banner .swiper .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 0.44rem;
}

.Ih-product{
    width: 100%;
    margin-top: 1rem;
}
.Ih-product .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.Ih-product .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 0.16rem;
    margin-top: 0.56rem;
}
.Ih-product .list .item{
    width: 100%;
    height: 6.4rem;
    position: relative;
}
.Ih-product .list .item .pic{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Ih-product .list .item .pic .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.Ih-product .list .item .pic .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-product .list .item .pic .thumbnail{
    width: 3.4rem;
    transition: all 0.3s ease-in-out;
    position: relative;
    z-index: 12;
    top: 1.2rem;
}
.Ih-product .list .item .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 0.64rem 1.92rem;
    box-sizing: border-box;
}
.Ih-product .list .item .txt .t1{
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 700;
    color: #fff;
}
.Ih-product .list .item .txt .t2{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 1.3;
    margin-top: 0.2rem;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Ih-product .list .item .txt .more{
    width: 1.56rem;
    height: 0.44rem;
    border-radius: 0.5rem;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0.2rem auto;
    position: relative;
    z-index: 20;
}
.Ih-product .list .item:hover .pic .thumbnail{
    transform: scale(1.1);
}
.Ih-series{
    width: 100%;
    margin-top: 1rem;
}
.Ih-series .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.Ih-series .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 0.16rem;
    margin-top: 0.56rem;
}
.Ih-series .list .item{
    width: 100%;
    height: 7.36rem;
    position: relative;
    display: block;
    transition: all 0.3s ease-in-out;
}
.Ih-series .list .item .pic{
    width: 100%;
    height: 100%;
}
.Ih-series .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-series .list .item .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 11;
    padding: 1.04rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    background: #00000066;
}
.Ih-series .list .item .txt .t1{
    width: 100%;
    text-align: center;
    font-size: 0.32rem;
    font-weight: 700;
    color: #fff;
}
.Ih-series .list .item .txt .t2{
    width: 100%;
    text-align: center;
    font-size: 0.2rem;
    line-height: 1.3;
    margin-top: 0.16rem;
    color: #fff;
}
.Ih-series .list .item .txt .icon{
    width: 100%;
    margin-top: 0.56rem;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Ih-series .list .item .txt .icon img{
    width: 0.6rem;
}
.Ih-series .list .item .txt .t3{
    width: 100%;
    text-align: center;
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.16rem;
    color: #fff;
    display: none;
    transition: all 0.3s ease-in-out;
}
.Ih-series .list .item:hover .txt .icon{
    display: flex;
}
.Ih-series .list .item:hover .txt .t3{
    display: block;
}
.Ih-series .list .item:hover .txt{
    background: #b60015ea;
    align-content: center;
}
.Ih-meals{
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
}
.Ih-meals .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.Ih-meals .meals-swiper{
    width: 19.1rem;
    margin: 0 auto;
    overflow: hidden;
}
.Ih-meals .list{
    width: 100%;
    display: flex;
    margin-top: 0.56rem;
}
.Ih-meals .list .item{
    display: block;
    width: 3.66rem;
    height: 4.56rem;
}
.Ih-meals .list .item .pic{
    width: 100%;
    height: 2.72rem;
    overflow: hidden;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Ih-meals .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
}
.Ih-meals .list .item:hover .pic img{
    transform: scale(1.1);
}
.Ih-meals .list .item .txt{
    width: 100%;
    margin-top: 0.28rem;
}
.Ih-meals .list .item .txt .t1{
    width: 100%;
    font-size: 0.24rem;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 0.58rem;
}
.Ih-meals .list .item .txt .t2{
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.3;
    margin-top: 0.14rem;
    color: #252626;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 0.42rem;
}
.Ih-meals .list .item .txt .more{
    display: flex;
    align-items: center;
    margin-top: 0.16rem;
    font-size: 0.16rem;
}
.Ih-meals .list .item:hover .txt,
.Ih-meals .list .item:hover .t1,
.Ih-meals .list .item:hover .t2,
.Ih-meals .list .item:hover .more{
    color: #DA251D;
}
.Ih-about{
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    background: url("../images/Ih-about-bg.png")no-repeat center center;
}
.Ih-about .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.Ih-about .content{
    width: 15.3rem;
    margin: 0.56rem auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.Ih-about .content .left{
    width: 7.68rem;
}
.Ih-about .content .left .txt{
    width: 100%;
}
.Ih-about .content .left .txt p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}
.Ih-about .content .left .more{
    width: 1.84rem;
    height: 0.56rem;
    border-radius: 0.3rem;
    border: 1px solid #DA251D;
    color: #DA251D;
    font-size: 0.16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.72rem;
    transition: 0.3s;
}
.Ih-about .content .left .more:hover{
    background: #DA251D;
    color: #fff;
}
.Ih-about .content .right{
    width: 6.88rem;
    height: 3.52rem;
    overflow: hidden;
    border-radius: 1rem 0.32rem 1rem 0.32rem;
    position: relative;
}
.Ih-about .content .right .pic{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ih-about .content .right .btn{
    width: 0.72rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 11;
    cursor: pointer;
}
.Ih-about .content .right .btn img{
    width: 100%;
}
.Ih-cert{
    width: 100%;
    margin-top: 1rem;
    overflow: hidden;
    background: url("../images/Ih-cert-bg.png")no-repeat;
    background-size: 100%;
    padding-bottom: 7rem;
}
.Ih-cert .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
}
.Ih-cert .s_title{
    width: 100%;
    font-size: 0.18rem;
    line-height: 1.3;
    color: #252626;
    text-align: center;
    max-width: 12rem;
    margin: 0.2rem auto 0;
}
.Ih-cert .list{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.56rem;
}
.Ih-cert .list .item{
    width: 2.9rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.Ih-cert .list .item img{
    width: 0.88rem;
}
.Ih-cert .list .item .txt{
    width: 100%;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1;
    margin-top: 0.2rem;
    color: #252626;
    text-align: center;
}

.Pd-banner{
    width: 100%;
}
.Pd-banner img{
    width: 100%;
}
.Pd-content{
    width: 15.3rem;
    margin: 0 auto;
    padding: 1rem 0;
}
.Pd-content .part{
    width: 100%;
}
.Pd-content .part .b_title{
    width: 100%;
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1;
}
.Pd-content .part .list{
    width: 100%;
    margin-top: 0.32rem;
}
.Pd-content .part .list .item{
    display: block;
    height: 5.46rem;
    width: 100%;
    background-color: #fff;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Pd-content .part .list .item .pic{
    width: 100%;
    height: 3.66rem;
    overflow: hidden;
    position: relative;
}
.Pd-content .part .list .item .pic .bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    transition: 0.3s;
}
.Pd-content .part .list .item .pic .bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.Pd-content .part .list .item .pic .thumbnail{
    width: 100%;
    position: relative;
    z-index: 12;
    transition: 0.3s;
}
.Pd-content .part .list .item .info{
    width: 100%;
    padding: 0.28rem 0.25rem;
    box-sizing: border-box;
}
.Pd-content .part .list .item .title{
    width: 100%;
    font-size: 0.24rem;
    font-weight: 700;
    color: #000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
}
.Pd-content .part .list .item .description{
    width: 100%;
    font-size: 0.16rem;
    line-height: 1.3;
    margin-top: 0.14rem;
    color: #252626;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}
.Pd-content .part .list .item:hover .pic .bg{
    opacity: 1;
}
.Pd-content .part .list .item:hover .pic .thumbnail{
    transform: scale(1.1);
}
.Pd-content .part .list .item:hover .info .title{
    color: #B60016;
}
.Pd-content .part .list .item:hover .info .description{
    color: #B60016;
}
.Pd-content .part .pagination{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.32rem;
    margin-bottom: 1rem;
}
.Pd-content .part .pagination .prev,.Pd-content .part .pagination .next{
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.24rem;
    color: #323233;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.Pd-content .part .pagination .prev i,.Pd-content .part .pagination .next i{
    font-size: 0.18rem;
    
}
.Pd-content .part .pagination .prev:hover,.Pd-content .part .pagination .next:hover{
    background-color: #B60016;
    color: #fff;
}


.Ih-product-detail {
    padding-top: 0.58rem;
    background: #fff;
}

.Ih-product-detail .hero {
    display: grid;
    width: 13.2rem;
    margin: 0 auto;
    grid-template-columns: 5.82rem 6.55rem;
    gap: 0.48rem;
    align-items: flex-start;
}

.Ih-product-detail .gallery {
    min-width: 0;
}

.Ih-product-detail .main-swiper {
    position: relative;
    overflow: hidden;
    width: 5.82rem;
    height: 5.82rem;
    border-radius: 0.34rem;
    background: #ca0018;
}

.Ih-product-detail .main-swiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.Ih-product-detail .main-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ih-product-detail .gallery-arrow {
    position: absolute;
    top: 50%;
    z-index: 3;
    display: flex;
    width: 0.48rem;
    height: 0.48rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: rgba(120, 0, 14, 0.66);
    cursor: pointer;
    transform: translateY(-50%);
}

.Ih-product-detail .gallery-arrow::before {
    width: 0.12rem;
    height: 0.12rem;
    border-top: 0.03rem solid currentColor;
    border-left: 0.03rem solid currentColor;
    content: "";
}

.Ih-product-detail .gallery-prev {
    left: 0.25rem;
}

.Ih-product-detail .gallery-prev::before {
    transform: translateX(0.02rem) rotate(-45deg);
}

.Ih-product-detail .gallery-next {
    right: 0.25rem;
}

.Ih-product-detail .gallery-next::before {
    transform: translateX(-0.02rem) rotate(135deg);
}

.Ih-product-detail .thumb-swiper {
    width: 5.82rem;
    margin-top: 0.18rem;
    overflow: hidden;
}

.Ih-product-detail .thumb-swiper .swiper-slide {
    overflow: hidden;
    height: 1.28rem;
    padding: 0;
    border: 0.04rem solid transparent;
    border-radius: 0.1rem;
    background: #eee;
    cursor: pointer;
}

.Ih-product-detail .thumb-swiper .swiper-slide-thumb-active {
    border-color: #DA251D;
}

.Ih-product-detail .thumb-swiper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Ih-product-detail .summary {
    /*min-height: 6.56rem;*/
    padding: 0.32rem 0.28rem;
    border-radius: 0.22rem;
    background: #f8f2f3;
}

.Ih-product-detail .summary h1 {
    margin: 0 0 0.12rem;
    color: #2b2c2e;
    font-size: 0.36rem;
    font-weight: 700;
    line-height: 1.15;
}

.Ih-product-detail .category {
    margin: 0 0 0.28rem;
    padding-bottom: 0.27rem;
    border-bottom: 0.01rem solid rgba(44, 44, 44, 0.12);
    color: #333;
    font-size: 0.2rem;
    font-weight: 400;
}

.Ih-product-detail .lead {
    margin: 0 0 0.3rem;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.28rem;
}

.Ih-product-detail .inquiry-btn {
    display: flex;
    width: 2.96rem;
    height: 0.52rem;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.32rem;
    border-radius: 0.08rem;
    color: #fff;
    font-size: 0.16rem;
    background: #B60016;
}

.Ih-product-detail .info-card {
    overflow: hidden;
    padding: 0.22rem;
    border-radius: 0.18rem;
    background: #fff;
}

.Ih-product-detail .info-panel {
    padding: 0.02rem 0;
}

.Ih-product-detail .info-panel + .info-panel {
    margin-top: 0.16rem;
    padding-top: 0.16rem;
    border-top: 0.01rem solid #c90018;
}

.Ih-product-detail .info-toggle {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding-left: 0.36rem;
    border: 0;
    text-align: left;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 0.28rem;
    background: transparent;
    cursor: pointer;
}

.Ih-product-detail .info-toggle::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 0.28rem;
    height: 0.28rem;
    border-radius: 50%;
    background: #3c3c3c;
    content: "";
}

.Ih-product-detail .info-toggle::after {
    position: absolute;
    top: 0.11rem;
    left: 0.095rem;
    width: 0.09rem;
    height: 0.09rem;
    border-top: 0.025rem solid #fff;
    border-left: 0.025rem solid #fff;
    content: "";
    transform: rotate(45deg);
    transition: transform 0.2s ease, top 0.2s ease;
}

.Ih-product-detail .info-panel:not(.is-open) .info-toggle::before {
    background: #c90018;
}

.Ih-product-detail .info-panel:not(.is-open) .info-toggle::after {
    top: 0.085rem;
    transform: rotate(225deg);
}

.Ih-product-detail .info-panel p {
    max-height: 0;
    margin: 0;
    color: #252626;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.28rem;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.25s ease, margin 0.25s ease, opacity 0.2s ease;
}

.Ih-product-detail .info-panel.is-open p {
    max-height: 2.2rem;
    margin-top: 0.22rem;
    opacity: 1;
}

.Ih-product-detail .badges {
    width: 13.2rem;
    margin: 0.88rem auto 0;
}

.Ih-product-detail .badges img {
    max-width: 100%;
    height: auto;
}

.Ih-product-detail .recipes {
    width: 13.2rem;
    margin: 0.84rem auto 0;
    text-align: center;
}

.Ih-product-detail .recipes h2,
.Ih-product-detail .reviews h2 {
    margin: 0 0 0.5rem;
    color: #2b2c2e;
    font-size: 0.4rem;
    font-weight: 700;
    line-height: 1.15;
}

.Ih-product-detail .recipe-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.24rem;
    text-align: left;
}

.Ih-product-detail .recipe-card {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}

.Ih-product-detail .recipe-card img {
    width: 100%;
    height: 2.2rem;
    border-radius: 0.14rem;
    object-fit: cover;
    transition: 0.3s;
}

.Ih-product-detail .recipe-card h3 {
    margin: 0.22rem 0 0.1rem;
    color: #303236;
    font-size: 0.2rem;
    font-weight: 700;
    line-height: 1.28;
}

.Ih-product-detail .recipe-card p {
    display: -webkit-box;
    margin: 0 0 0.1rem;
    overflow: hidden;
    color: #252626;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 0.28rem;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.Ih-product-detail .recipe-card .more {
    display: inline-flex;
    align-items: center;
    gap: 0.08rem;
    margin-top: 0;
    color: #333;
    font-size: 0.14rem;
    font-weight: 400;
}
.Ih-product-detail .recipe-card:hover .more,.Ih-product-detail .recipe-card:hover h3,.Ih-product-detail .recipe-card:hover p {
    color: #DA251D;
}
.Ih-product-detail .recipe-card:hover img{
    transform: scale(1.01);
}


.Ih-product-detail .outline-btn {
    display: inline-flex;
    min-width: 1.86rem;
    height: 0.46rem;
    align-items: center;
    justify-content: center;
    margin-top: 0.62rem;
    border: 0.01rem solid #DA251D;
    border-radius: 0.24rem;
    color: #DA251D;
    font-size: 0.16rem;
    font-weight: 400;
    background: #fff;
    transition: 0.3s;
}
.Ih-product-detail .outline-btn:hover {
    color: #fff;
    background: #DA251D;
}

.Ih-product-detail .reviews {
    width: 13.2rem;
    margin: 1rem auto;
    padding: 0.8rem 0.44rem;
    border-radius: 0.48rem;
    background: #F7F2F3;
}

.Ih-product-detail .reviews h2 {
    margin-bottom: 0.24rem;
    text-align: center;
}

.Ih-product-detail .reviews-lead {
    margin: 0 0 0.56rem;
    color: #46494f;
    text-align: center;
    font-size: 0.18rem;
    font-weight: 400;
}

.Ih-product-detail .review-overview {
    display: grid;
    grid-template-columns: 1fr 4.4rem;
    gap: 1.2rem;
    align-items: start;
}

.Ih-product-detail .rating-score strong {
    display: block;
    font-size: 0.28rem;
}

.Ih-product-detail .rating-score span .stars {
    width: 0.24rem;
}

.Ih-product-detail .rating-score p {
    margin: 0.18rem 0 0;
    color: #303236;
    font-size: 0.2rem;
    font-weight: 700;
}

.Ih-product-detail .rating-bars p {
    display: grid;
    grid-template-columns: 0.3rem 1fr 0.48rem;
    gap: 0.08rem;
    align-items: center;
    margin: 0 0 0.08rem;
    color: #4a4d52;
    font-size: 0.16rem;
}
.Ih-product-detail .rating-bars p span{
    display: flex;
    align-items: center;
    gap: 0.02rem;
    line-height: 1;
}
.Ih-product-detail .rating-bars p .stars {
    width: 0.2rem;
    position: relative;
    top: -0.02rem;
}

.Ih-product-detail .rating-bars i {
    position: relative;
    overflow: hidden;
    height: 0.08rem;
    border-radius: 0.08rem;
    background: #f0d7dc;
}

.Ih-product-detail .rating-bars i::before {
    position: absolute;
    inset: 0 auto 0 0;
    width: calc(var(--rate) * 100%);
    border-radius: inherit;
    background: #c90018;
    content: "";
}
.Ih-product-detail .rating-bars em{
    font-style: normal;
    text-align: right;
}

.Ih-product-detail .reviews-toolbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.72rem;
    padding-bottom: 0.2rem;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.12);
    color: #4a4d52;
    font-size: 0.18rem;
    font-weight: 400;
}

.Ih-product-detail .reviews-toolbar .reviews-toolbar-btn {
    
    padding: 0.08rem;
    border: 1px solid #252626;
    border-radius: 0.08rem;
    color: #252626;
    font-size: 0.14rem;
    background: transparent;
    line-height: 1;
}
.Ih-product-detail .reviews-toolbar .reviews-toolbar-btn i{
    margin-left: 0.08rem;
}

.Ih-product-detail .review-item {
    padding: 0.33rem 0;
    border-bottom: 0.01rem solid rgba(0, 0, 0, 0.12);
}

.Ih-product-detail .review-item div {
    display: flex;
    align-items: center;
    gap: 0.12rem;
}

.Ih-product-detail .review-item strong {
    font-size: 0.2rem;
    font-weight: 700;
}

.Ih-product-detail .review-item span {
    padding: 0.03rem 0.1rem;
    border: 0.01rem solid #a9abb0;
    border-radius: 0.12rem;
    color: #73767d;
    font-size: 0.11rem;
    font-weight: 700;
}

.Ih-product-detail .review-item time {
    margin-left: auto;
    font-size: 0.16rem;
}

.Ih-product-detail .review-item .stars_list {
    display: flex;
    align-items: center;
    gap: 0.08rem;
    margin-top: 0.2rem;
}
.Ih-product-detail .review-item .stars_list .stars{
    width: 0.24rem;
}
.Ih-product-detail .review-item p.review-content {
    margin: 0;
    color: #252626;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 0.16rem;
}

.Ih-product-detail .reviews-more {
    display: flex;
    margin-right: auto;
    margin-left: auto;
    cursor: pointer;
}

.Sp-main{
    width: 100%;
}
.Sp-main-content{
    width: 15.3rem;
    margin: 0 auto;
    padding: 0.48rem 0;
}
.Sp-main-content .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Sp-main-content .info .pic{
    width: 8.32rem;
    height: 4.8rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Sp-main-content .info .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.Sp-main-content .info .pic:hover{
    cursor: pointer;
}
.Sp-main-content .info .pic:hover img{
    transform: scale(1.05);
}
.Sp-main-content .info .text-content{
    flex: 1;
    margin-left: 0.8rem;
}
.Sp-main-content .info .text-content .title{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.3;
}
.Sp-main-content .info .text-content .desc{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 0.16rem;
}
.Sp-main-content .info .text-content .parameter{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.12rem;
    align-items: center;
    margin-top: 0.4rem;
}
.Sp-main-content .info .text-content .parameter .item{
    width: 100%;
}
.Sp-main-content .info .text-content .parameter .item .t1{
    width: 100%;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1;
}
.Sp-main-content .info .text-content .parameter .item .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.16rem;
}
.Sp-main-content .info .text-content .more{
    width: 1.8rem;
    height: 0.48rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DA251D;
    color: #DA251D;
    font-size: 0.16rem;
    margin-top: 0.4rem;
    border-radius: 0.3rem;
    transition: 0.3s;
}
.Sp-main-content .info .text-content .more:hover{
    background-color: #DA251D;
    color: #fff;
}
.Sp-main-content .list{
    width: 100%;
    margin-top: 0.56rem;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 0.24rem;
}
.Sp-main-content .list .item{
    width: 100%;
}
.Sp-main-content .list .item .pic{
    width: 100%;
    height: 2.72rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Sp-main-content .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-content .list .item .title{
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0.16rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Sp-main-content .list .item .desc{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Sp-main-content .list .item .more{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    margin-top: 0.12rem;
    transition: all 0.3s ease-in-out;
}
.Sp-main-content .list .item .more i{
    margin-left: 0.08rem;
}
.Sp-main-content .list .item:hover .title{
    color: #DA251D;
}
.Sp-main-content .list .item:hover .desc{
    color: #DA251D;
}
.Sp-main-content .list .item:hover .more{
    color: #DA251D;
}

.Sp-main-detail{
    width: 100%;
}
.Sp-main-detail-content{
    width: 12.8rem;
    margin: 0 auto;
    padding: 0.48rem 0 1.2rem;
}
.Sp-main-detail-content .info{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.Sp-main-detail-content .info .pic{
    width: 7.04rem;
    height: 4.4rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Sp-main-detail-content .info .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-detail-content .info .text-content{
    flex: 1;
    margin-left: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.Sp-main-detail-content .info .text-content .title{
    width: 100%;
    font-size: 0.36rem;
    font-weight: bold;
    line-height: 1.3;
}
.Sp-main-detail-content .info .text-content .desc{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 0.16rem;
}
.Sp-main-detail-content .info .text-content .parameter{
    width: 80%;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 0.12rem;
    align-items: center;
    margin-top: 0.4rem;
}
.Sp-main-detail-content .info .text-content .parameter .item{
    width: 100%;
}
.Sp-main-detail-content .info .text-content .parameter .item .t1{
    width: 100%;
    font-size: 0.16rem;
    font-weight: bold;
    line-height: 1;
}
.Sp-main-detail-content .info .text-content .parameter .item .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.16rem;
}
.Sp-main-detail-content .ingredients{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}
.Sp-main-detail-content .ingredients .left{
    width: 4rem;
}
.Sp-main-detail-content .ingredients .left .card{
    width: 100%;
    background-color: #F7F2F3;
    border-radius: 0.24rem;
    padding: 0.32rem 0.24rem;
    box-sizing: border-box;
}
.Sp-main-detail-content .ingredients .left .card .t1{
    width: 100%;
    font-size: 0.24rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.2rem;
}
.Sp-main-detail-content .ingredients .left .card .t2{
    width: 100%;
}
.Sp-main-detail-content .ingredients .left .card .t2 p{
    width: 100%;
    padding-left: 0.2rem;
    position: relative;
    font-size: 0.16rem;
    line-height: 0.28rem;
}
.Sp-main-detail-content .ingredients .left .card .t2 p::before{
    content: '';
    position: absolute;
    top: 0.08rem;
    left: 0;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #B60016;
    border-radius: 50%;
}
.Sp-main-detail-content .ingredients .left .prod{
    width: 100%;
    margin-top: 0.2rem;
    height: 1.68rem;
    background-color: #F7F2F3;
    border-radius: 0.24rem;
    padding: 0.16rem 0.2rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.Sp-main-detail-content .ingredients .left .prod .pic{
    width: 1.36rem;
    height: 1.36rem;
    overflow: hidden;
}
.Sp-main-detail-content .ingredients .left .prod .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-detail-content .ingredients .left .prod .txt{
    flex: 1;
    margin-left: 0.2rem;
}
.Sp-main-detail-content .ingredients .left .prod .txt .t1{
    width: 100%;
    font-size: 0.24rem;
    line-height: 1;
    font-weight: bold;
}
.Sp-main-detail-content .ingredients .left .prod .txt .t2{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1;
    margin-top: 0.16rem;
    display: flex;
    align-items: center;
}
.Sp-main-detail-content .ingredients .left .prod .txt .t2 i{
    margin-left: 0.04rem;
}
.Sp-main-detail-content .ingredients .left .prod .tag{
    padding: 0.06rem 0.12rem;
    box-sizing: border-box;
    background-color: #FC521C;
    border-radius: 0 0 0 0.24rem;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 12;
}
.Sp-main-detail-content .ingredients .right{
    flex: 1;
    margin-left: 0.8rem;
}
.Sp-main-detail-content .ingredients .right .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.Sp-main-detail-content .ingredients .right .t2{
    width: 100%;
    margin-top: 0.36rem;
}
.Sp-main-detail-content .ingredients .right .t2 p{
    padding-left: 0.4rem;
    box-sizing: border-box;
    margin-bottom: 0.36rem;
    font-size: 0.16rem;
    line-height: 0.28rem;
    position: relative;
}
.Sp-main-detail-content .ingredients .right .t2 p span{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    background-color: #B60016;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0.04rem;
    left: 0;
}
.Sp-main-detail-content .video{
    width: 100%;
    margin-top: 1rem;
    position: relative;
}
.Sp-main-detail-content .video .pic{
    width: 100%;
    height: 7.2rem;
}
.Sp-main-detail-content .video .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-detail-content .video .pic video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-detail-content .video .btn_box{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}
.Sp-main-detail-content .video .btn_box img{
    width: 0.72rem;
}
.Sp-main-detail-content .more_recipes{
    width: 100%;
    margin-top: 1rem;
}
.Sp-main-detail-content .more_recipes .big_title{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.Sp-main-detail-content .more_recipes .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.24rem;
    margin-top: 0.56rem;
}
.Sp-main-detail-content .more_recipes .list .item{
    width: 100%;
}
.Sp-main-detail-content .more_recipes .list .item .pic{
    width: 100%;
    height: 2.72rem;
    border-radius: 0.32rem;
    overflow: hidden;
}
.Sp-main-detail-content .more_recipes .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Sp-main-detail-content .more_recipes .list .item .title{
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1.3;
    margin-top: 0.16rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Sp-main-detail-content .more_recipes .list .item .desc{
    width: 100%;
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.55;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.Sp-main-detail-content .more_recipes .list .item .more{
    display: flex;
    align-items: center;
    font-size: 0.16rem;
    margin-top: 0.12rem;
    transition: all 0.3s ease-in-out;
}
.Sp-main-detail-content .more_recipes .list .item .more i{
    margin-left: 0.08rem;
}
.Sp-main-detail-content .more_recipes .list .item:hover .title{
    color: #DA251D;
}
.Sp-main-detail-content .more_recipes .list .item:hover .desc{
    color: #DA251D;
}
.Sp-main-detail-content .more_recipes .list .item:hover .more{
    color: #DA251D;
}
.Sp-main-detail-content .more_recipes .all{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.56rem;
}
.Sp-main-detail-content .more_recipes .all a{
    width: 1.84rem;
    height: 0.48rem;
    border-radius: 0.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.16rem;
    color: #DA251D;
    border: 1px solid #DA251D;
    transition: all 0.3s ease-in-out;
}
.Sp-main-detail-content .more_recipes .all a:hover{
    color: #fff;
    background-color: #DA251D;
}

.Ab-main{
    width: 100%;
}
.Ab-main .Ab-banner{
    width: 100%;
    height: 6.64rem;
    overflow: hidden;
}
.Ab-main .Ab-banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ab-main .Ab-content{
    width: 100%;
}
.Ab-main .Ab-content .introduction_content{
    width: 100%;
    background: url("../images/about_bg1.png")no-repeat;
    background-size: 100% 100%;
    border-radius: 0.64rem 0.64rem 0 0;
    position: relative;
    top: -0.64rem;
    z-index: 12;
    height: 7.36rem;
}
.Ab-main .Ab-content .introduction_content .introduction_txt{
    width: 15.3rem;
    margin: 0 auto;
    padding: 1rem 0;

}
.Ab-main .Ab-content .introduction_content .introduction_txt h2{
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.56rem;
    color: #fff;
}
.Ab-main .Ab-content .introduction_content .introduction_txt p{
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.28rem;
    color: #fff;
    margin-bottom: 0.2rem;
    text-align: center;
}
.Ab-main .Ab-content .company_img{
    width: 15.3rem;
    margin: 0 auto;
    position: relative;
    top: -1.4rem;
    height: 4.64rem;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    background: url("../images/Ab-pic2.png") no-repeat;
    background-size: 100% 100%;
    z-index: 12;
}
.Ab-main .Ab-content .company_img img{
    width: 100%;
    
}
.Ab-main .Ab-content .cleanroom_content{
    width: 15.3rem;
    margin: 0 auto;
}
.Ab-main .Ab-content .cleanroom_content .tt{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.56rem;
}
.Ab-main .Ab-content .cleanroom_content .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.24rem;
    margin-top: 0.56rem;
}
.Ab-main .Ab-content .cleanroom_content .list .item{
    width: 100%;
    height: 5.28rem;
    border-radius: 0.32rem;
    background: linear-gradient(180deg, #fffcfdd9 0%, #fff5f6f5 80%);
}
.Ab-main .Ab-content .cleanroom_content .list .item .pic{
    width: 100%;
    height: 3.04rem;
    overflow: hidden;
}
.Ab-main .Ab-content .cleanroom_content .list .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.Ab-main .Ab-content .cleanroom_content .list .item .info{
    width: 100%;
    height: 2.24rem;
    padding: 0.32rem 0.28rem;
    box-sizing: border-box;
}
.Ab-main .Ab-content .cleanroom_content .list .item .info h3{
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 0.16rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.Ab-main .Ab-content .cleanroom_content .list .item .info p{
    font-size: 0.16rem;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    width: 100%;
}
.Ab-main .Ab-content .cleanroom_content .list .item .info .read{
    width: 100%;
    margin-top: 0.14rem;
    font-size: 0.16rem;
    color: #B60016;
}
.Ab-main .Ab-content .cert-content{
    width: 15.3rem;
    margin: 1rem auto 0;
}
.Ab-main .Ab-content .cert-content .tt{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.28rem;
}
.Ab-main .Ab-content .cert-content .desc{
    width: 100%;
    font-size: 0.18rem;
    font-weight: 400;
    line-height: 0.28rem;
    text-align: center;
    padding: 0 1.68rem;
    box-sizing: border-box;
}
.Ab-main .Ab-content .cert-content .list{
    width: 100%;
    display: flex;
    margin-top: 0.56rem;
    justify-content: center;
    align-items: center;
    background: url("../images/about_cert_tm.png")no-repeat;
    background-size: 100%;
    background-position: bottom;
    padding-bottom: 1.1rem;
}
.Ab-main .Ab-content .cert-content .list .item{
    width: 3.28rem;
    /*height: 5rem;*/
    margin: auto 0.58rem;
}
.Ab-main .Ab-content .cert-content .list .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.Ab-main .Ab-content .cert-content .list .item .name{
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    height: 0.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.18rem 0.12rem 0.1rem;
    box-sizing: border-box;
}
.Ab-main .Ab-content .corporate-content{
    width: 15.3rem;
    margin: 0.3rem auto 1.2rem;
}
.Ab-main .Ab-content .corporate-content .tt{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.56rem;
}
.Ab-main .Ab-content .corporate-content .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-gap: 0.18rem;
    margin-top: 0.56rem;
}
.Ab-main .Ab-content .corporate-content .list .item{
    width: 100%;
    height: 1.04rem;
    border: 1px solid #EBEDF0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.Ab-main .Ab-content .corporate-content .list .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rt-main{
    width: 100%;
}
.rt-main .banner{
    width: 100%;
}
.rt-main .banner img{
    width: 100%;
}
.rt-main .rt-content{
    width: 15.3rem;
    margin: 0 auto;
    padding: 1rem 0;

}
.rt-main .rt-content .part1{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rt-main .rt-content .part1 .left{
    width: 6.4rem;
    
}
.rt-main .rt-content .part1 .left img{
    width: 100%;
}
.rt-main .rt-content .part1 .right{
    width: 8.16rem;
}
.rt-main .rt-content .part1 .right .year{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    color: #B60016;
}
.rt-main .rt-content .part1 .right .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.24rem;
}
.rt-main .rt-content .part1 .right .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.rt-main .rt-content .part1 .right .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.rt-main .rt-content .part1 .right .line{
    width: 100%;
    height: 1.2rem;
    position: relative;
    margin: 0.32rem 0;
}
.rt-main .rt-content .part1 .right .line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.47rem;
    width: 0.02rem;
    height: 100%;
    background: #B60016;
    transform: translateY(-50%);
}
.rt-main .rt-content .part2{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.rt-main .rt-content .part2 .left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.rt-main .rt-content .part2 .left .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
    margin-top: 0.24rem;
}
.rt-main .rt-content .part2 .left .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.rt-main .rt-content .part2 .left .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.rt-main .rt-content .part2 .right{
    width: 8.56rem;
    margin-left: 0.8rem;
}
.rt-main .rt-content .part2 .right img{
    width: 100%;
}
.rt-main .rt-content .part3{
    width: 100%;
    height: 0.1rem;
}
.rt-main .rt-content .part3{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.rt-main .rt-content .part3 .left{
    width: 6.4rem;
    
}

.rt-main .rt-content .part3 .right{
    width: 8.16rem;
}
.rt-main .rt-content .part3 .right .year{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    color: #B60016;
}

.rt-main .rt-content .part3 .right .line{
    width: 100%;
    height: 1.2rem;
    position: relative;
    margin: 0.32rem 0;
}
.rt-main .rt-content .part3 .right .line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.47rem;
    width: 0.02rem;
    height: 100%;
    background: #B60016;
    transform: translateY(-50%);
}
.rt-main .rt-content .part4{
    width: 100%;
    padding: 1.52rem 0.8rem 0.88rem;
    box-sizing: border-box;
    box-shadow: 0px 6px 32px 0px rgba(204, 41, 60, 0.1);
    margin-top: 1rem;
    border-radius: 0.4rem;
}
.rt-main .rt-content .part4 .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
}
.rt-main .rt-content .part4 .t2{
    width: 100%;
    margin-top: 0.2rem;
    text-align: center;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.rt-main .rt-content .part5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1.3rem;
    position: relative;
    top: -1rem;
}
.rt-main .rt-content .part5 .left{
    width: 6.4rem;
}

.rt-main .rt-content .part5 .right{
    width: 8.16rem;
}
.rt-main .rt-content .part5 .right .year{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    color: #B60016;
}

.rt-main .rt-content .part5 .right .line{
    width: 100%;
    height: 1.2rem;
    position: relative;
    margin: 0.32rem 0;
}
.rt-main .rt-content .part5 .right .line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.47rem;
    width: 0.02rem;
    height: 100%;
    background: #B60016;
    transform: translateY(-50%);
}
.rt-main .rt-content .part6{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 1.3rem;
    position: relative;
    top: -1rem;
}
.rt-main .rt-content .part6 .left{
    width: 6.4rem;
}

.rt-main .rt-content .part6 .right{
    width: 8.16rem;
}
.rt-main .rt-content .part6 .right .year{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    color: #B60016;
}

.rt-main .rt-content .part6 .right .line{
    width: 100%;
    height: 1.2rem;
    position: relative;
    margin: 0.32rem 0;
}
.rt-main .rt-content .part6 .right .line::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0.47rem;
    width: 0.02rem;
    height: 100%;
    background: #B60016;
    transform: translateY(-50%);
}
.rt-main .rt-content .part7{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.rt-main .rt-content .part7 .left{
    width: 8.56rem;
    
}
.rt-main .rt-content .part7 .left img{
    width: 100%;
}
.rt-main .rt-content .part7 .right{
    flex: 1;
    margin-left: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.rt-main .rt-content .part7 .right .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.rt-main .rt-content .part7 .right .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.rt-main .rt-content .part7 .right .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.rt-main .rt-ach{
    width: 100%;
    background: url("../images/rt_ach_bg.png")no-repeat;
    background-size: 100% 100%;
}
.rt-main .rt-ach .content{
    margin: auto;
    width: 15.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8rem 0 1.2rem;
    box-sizing: border-box;
}
.rt-main .rt-ach .content .left{
    flex: 1;
    margin-right: 2rem;
}
.rt-main .rt-ach .content .left .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.rt-main .rt-ach .content .left .t2{
    width: 100%;
    margin-top: 0.56rem;
}
.rt-main .rt-ach .content .left .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}
.rt-main .rt-ach .content .right{
    width: 4rem;
}
.rt-main .rt-ach .content .right .swiper{
    width: 100%;
    position: relative;
}
.rt-main .rt-ach .content .right .swiper .swiper-slide{
    padding: 0 0.5rem;
    box-sizing: border-box;
}

.rt-main .rt-ach .content .right .swiper-slide img{
    width: 100%;
}
.rt-main .rt-ach .content .right .swiper .arrow-left{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}
.rt-main .rt-ach .content .right .swiper .arrow-left:hover{
    background: #B60016;
}
.rt-main .rt-ach .content .right .swiper .arrow-left img{
    width: 0.16rem;
}
.rt-main .rt-ach .content .right .swiper .arrow-right{
    width: 0.4rem;
    height: 0.4rem;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    z-index: 20;
}
.rt-main .rt-ach .content .right .swiper .arrow-right:hover{
    background: #B60016;
}
.rt-main .rt-ach .content .right .swiper .arrow-right img{
    width: 0.16rem;
}
.qt-main{
    width: 100%;
}
.qt-main .banner{
    width: 100%;
}
.qt-main .banner img{
    width: 100%;
}
.qt-main .qt-content{
    width: 15.3rem;
    margin: auto;
    padding: 0.8rem 0 1.2rem;
}
.qt-main .qt-content .part1{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.qt-main .qt-content .part1 .big_title{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    text-align: center;
    margin-bottom: 0.56rem;
}
.qt-main .qt-content .part1 .left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.qt-main .qt-content .part1 .left .t1{
    width: 100%;
    font-size: 0.28rem;
    font-weight: bold;
}
.qt-main .qt-content .part1 .left .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.qt-main .qt-content .part1 .left .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}
.qt-main .qt-content .part1 .right{
    width: 8.56rem;
    display: flex;
    align-items: center;
    margin-left: 0.8rem;
    justify-content: space-between;
}
.qt-main .qt-content .part1 .right img{
    width: 4.2rem;
}
.qt-main .qt-content .part2{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.qt-main .qt-content .part2 .left{
    width: 6.82rem;
}
.qt-main .qt-content .part2 .left img{
    width: 100%;
}
.qt-main .qt-content .part2 .right{
    flex: 1;
    margin-left: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.qt-main .qt-content .part2 .right .t1{
    width: 100%;
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.qt-main .qt-content .part2 .right .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.qt-main .qt-content .part2 .right .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
}
.qt-main .qt-content .part3{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.32rem;
}
.qt-main .qt-content .part3 .left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.qt-main .qt-content .part3 .left .t1{
    width: 100%;
    font-size: 0.28rem;
    font-weight: bold;
}
.qt-main .qt-content .part3 .left .t2{
    width: 100%;
    margin-top: 0.2rem;
}
.qt-main .qt-content .part3 .left .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}
.qt-main .qt-content .part3 .right{
    width: 4.2rem;
    margin-left: 0.8rem;
}
.qt-main .qt-content .part3 .right img{
    width: 100%;
}
.qt-main .qt-content .part4{
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 3.2rem;
}
.qt-main .qt-content .part4 .left{
    width: 11.16rem;
}
.qt-main .qt-content .part4 .left img{
    width: 100%;
}
.qt-main .qt-content .part4 .right{
    flex: 1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    position: relative;
    padding: 0.2rem 0.5rem 0 0;
    box-sizing: border-box;
} 
.qt-main .qt-content .part4 .right .yh{
    position: absolute;
    top: 0.4rem;
    right: 0;
    width: 1.64rem;
} 
.qt-main .qt-content .part4 .right .th{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0.64rem;
}
.qt-main .qt-content .part4 .right .btn{
    width: 0.72rem;
    display: block;
}
.qt-main .qt-content .part4 .right .btn img{
    width: 100%;
}
.qt-main .qt-content .part4 .right .t{
    width: 100%;
    font-size: 0.24rem;
    font-weight: bold;
    text-align: center;
    margin-top: 0.2rem;
}
.qt-main .qt-content2{
    width: 100%;
    background: url("../images/qt-content-bg.png")no-repeat;
    background-size: 100% 100%;
    padding-bottom: 1.44rem;
}
.qt-main .qt-content2 .cert{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 1rem 0 1.2rem 1.92rem;
    box-sizing: border-box;
}
.qt-main .qt-content2 .cert .left{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}
.qt-main .qt-content2 .cert .left .t1{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.56rem;
}
.qt-main .qt-content2 .cert .left .t2{
    width: 100%;
}
.qt-main .qt-content2 .cert .left .t2 p{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-bottom: 0.2rem;
}
.qt-main .qt-content2 .cert .right{
    width: 11.2rem;
    margin-left: 0.96rem;
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
}
.qt-main .qt-content2 .cert .right img{
    width: 2.56rem;
    margin: 0 0.24rem;
    position: relative;
    z-index: 12;
}
.qt-main .qt-content2 .cert .right .pb{
    position: absolute;
    bottom: -1.34rem;
    left: 0;
    width: 100%;
    z-index: 11;
}
.qt-main .qt-content2 .list-fb{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-top: 0.32rem;
    align-items: center;
    padding-right: 1.92rem;
    box-sizing: border-box;
}
.qt-main .qt-content2 .list-fb .cert-prev,.qt-main .qt-content2 .list-fb .cert-next{
    width: 0.48rem;
    height: 0.48rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
}
.qt-main .qt-content2 .list-fb .cert-prev i,.qt-main .qt-content2 .list-fb .cert-next i{
    font-size: 0.24rem;
}
.qt-main .qt-content2 .list-fb .num{
    font-size: 0.24rem;
    margin: 0 0.28rem;
    width: 0.6rem;
    white-space: wrap;
    text-align: center;
}
.qt-main .qt-content2 .list-fb .cert-prev:hover,.qt-main .qt-content2 .list-fb .cert-next:hover{
    background-color: #B60016;
    color: #fff;
}
.qt-main .qt-content2 .list{
    width: 100%;
    padding-right: 1.92rem;
    box-sizing: border-box;
    position: relative;
    margin-top: 0.48rem;
}
.qt-main .qt-content2 .list .swiper{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 12;
}
.qt-main .qt-content2 .list .item{
    width: 100%;
    height: 1.92rem;
    position: relative;
    z-index: 12;
}
.qt-main .qt-content2 .list .item img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    z-index: 12;
}
.qt-main .qt-content2 .list .pb{
    position: absolute;
    bottom: -1.5rem;
    left: 0;
    width: 100%;
    z-index: 11;
    overflow: hidden;
}
.qt-main .qt-content2 .list .pb img{
    width: 100%;
    position: relative;
    left: -0.8rem;
    z-index: 1;
}

.nw-main{
    width: 100%;
    background-color: #F5F7FA;
}
.nw-main .banner{
    width: 100%;
}
.nw-main .banner img{
    width: 100%;
}
.nw-main .content{
    width: 15.3rem;
    margin: 0 auto;
    padding: 0.8rem 0;
}
.nw-main .content .news{
    width: 100%;
}
.nw-main .content .news .big_title{
    width: 100%;
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.32rem;
    position: relative;
}
.nw-main .content .news .big_title::before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 90%;
    height: 0.02rem;
    background-color: #B60016;
}
.nw-main .content .news .list{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 0.24rem;
}
.nw-main .content .news .list .item{
    width: 100%;
    height: 6.52rem;
    border-radius: 0.32rem;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.nw-main .content .news .list .item .default{
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 12;
    display: block;
}
.nw-main .content .news .list .item .default img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nw-main .content .news .list .item .mousein{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    padding: 0.4rem 0.24rem;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out;
}
.nw-main .content .news .list .item .mousein .time{
    width: 100%;
    font-size: 0.16rem;
    line-height: 1;
    transition: all 0.3s ease-in-out;
}
.nw-main .content .news .list .item .mousein .title{
    width: 100%;
    font-size: 0.24rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 0.2rem;
    line-height: 0.34rem;
    transition: all 0.3s ease-in-out;

}
.nw-main .content .news .list .item .mousein .pic{
    width: 100%;
    height: 3.12rem;
    overflow: hidden;
    margin-top: 0.2rem;
}
.nw-main .content .news .list .item .mousein .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.nw-main .content .news .list .item .mousein .desc{
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.32rem;
    margin-top: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.nw-main .content .news .list .item .mousein .more{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.2rem;
    padding-top: 0.24rem;
    border-top: 1px solid #EBEDF0;
    font-size: 0.16rem;
    transition: all 0.3s ease-in-out;
}
.nw-main .content .news .list .item .mousein .more .icon{
    display:inline-block;
    width: 0.23rem;
    height: 0.23rem;
    border: 1px solid #323233;
    border-radius: 50%;
    position: relative;
}
.nw-main .content .news .list .item .mousein .more .icon::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.12rem;
    height: 0.12rem;
    background-color: #323233;
    border-radius: 50%;
}
.nw-main .content .news .list .item .mousein .more .icon::after{
    content: "";
    position: absolute;
    top: 50%;
    left: -0.15rem;
    transform: translate(-50%, -50%);
    width: 0.47rem;
    height: 1px;
    background-color: #323233;
}
.nw-main .content .news .list .item:hover .mousein{
    background-color: #B60016;
}
.nw-main .content .news .list .item:hover .mousein .time{
    color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .title{
    color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .desc{
    color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .more{
    color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .more .icon{
    border-color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .more .icon::before{
    background-color: #fff;
}
.nw-main .content .news .list .item:hover .mousein .more .icon::after{
    background-color: #fff;
}
 .paging{
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 0.32rem;
    margin-bottom: 1rem;
}
 .paging ul{
    display: flex;
    align-items: center;
}
 .paging ul li{
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 50%;
    font-size: 0.16rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0.16rem;
    background-color: #fff;
}
 .paging ul li span, .paging ul li a{
    font-size: 0.16rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
 .paging ul li.active{
    background-color: #B60016;
    color: #fff;
}
 .paging ul li:hover{
    background-color: #B60016;
    color: #fff;
}
 .paging ul li:hover a{
    color: #fff;
}
.at-detail-main{
    width: 100%;
}
.at-detail-main .content{
    width: 12.8rem;
    display: flex;
    justify-content: space-between;
    padding: 0.92rem 0;
    margin: auto;
}
.at-detail-main .content .left{
    width: 8.8rem;
    
}
.at-detail-main .content .left .title{
    font-size: 0.32rem;
    line-height: 0.56rem;
    font-weight: bold;
}
.at-detail-main .content .left .option{
    font-size: 0.18rem;
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
    border-bottom: 1px solid #EBEDF0;
    line-height: 1;
}
.at-detail-main .content .left .option span{
    margin-right: 0.48rem;
}
.at-detail-main .content .left .cont{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    padding: 0.36rem 0;
    border-bottom: 1px solid #EBEDF0;
}
.at-detail-main .content .left .cont img{
    max-width: 100%;
}
.at-detail-main .content .left .other{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.56rem;
    height: 0.64rem;
    position: relative;
}
.at-detail-main .content .left .other::after{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 0.56rem;
    background-color: #EBEDF0;
}
.at-detail-main .content .left .other .prev{
    width: 45%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.at-detail-main .content .left .other .prev .t1{
    width: 100%;
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
}
.at-detail-main .content .left .other .prev .t2{
    width: 100%;
    display: block;
    font-size: 0.18rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.at-detail-main .content .left .other .next{
    width: 45%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
}
.at-detail-main .content .left .other .next .t1{
    width: 100%;
    display: block;
    font-size: 0.24rem;
    font-weight: bold;
    line-height: 1;
}
.at-detail-main .content .left .other .next .t2{
    width: 100%;
    display: block;
    font-size: 0.18rem;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.at-detail-main .content .right{
    width: 3.2rem;
    
}
.at-detail-main .content .right .big_title{
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.at-detail-main .content .right .item{
    display: block;
    width: 100%;
    margin-top: 0.2rem;
}
.at-detail-main .content .right .item .pic{
    width: 100%;
    height: 2.24rem;
    overflow: hidden;
}
.at-detail-main .content .right .item .pic img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s;
}
.at-detail-main .content .right .item .t1{
    width: 100%;
    display: block;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1;
    margin-top: 0.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.at-detail-main .content .right .item .t2{
    width: 100%;
    display: flex;
    font-size: 0.16rem;
    line-height: 1;
    margin-top: 0.16rem;
    align-items: center;
}
.at-detail-main .content .right .item .t2 i{
    margin-left: 0.08rem;
}
.at-detail-main .content .right .item:hover .t1,.at-detail-main .content .right .item:hover .t2{
    color: #B60016;
}
.at-detail-main .content .right .item:hover img{
    transform: scale(1.03);
}
.bus-main{
    width: 100%;
    margin-bottom: -1.5rem;
}
.bus-main .banner{
    width: 100%;
    overflow: hidden;
    position: relative;
}
.bus-main .banner img{
    width: 100%;
}
.bus-main .banner .txt{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.48rem;
    font-weight: bold;
    line-height: 1;
    z-index: 11;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000056;
    padding-bottom: 3rem;
    box-sizing: border-box;
}
.bus-main .content{
    width: 15.3rem;
    margin: auto;
    padding: 0.64rem;
    box-sizing: border-box;
    position: relative;
    top: -2.68rem;
    background-color: #fff;
    border-radius: 0.48rem;
    z-index: 20;
    box-shadow: 0px 6px 32px 0px rgba(204, 41, 60, 0.1);
}
.bus-main .content .sign{
    width: 100%;

}
.bus-main .content .sign .t1{
    font-size: 0.28rem;
    line-height: 1;
    font-weight: bold;
}
.bus-main .content .sign .t2{
    width: 100%;
    font-size: 0.18rem;
    line-height: 0.32rem;
    margin-top: 0.16rem;
}
.bus-main .content .info{
    width: 100%;
    padding-top: 0.8rem;
    display: flex;
    justify-content: space-between;
}
.bus-main .content .info .left{
    width: 6.64rem;
}
.bus-main .content .info .left .form{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: flex-start;
    margin-top: 0.32rem;
}
.bus-main .content .info .left .t1{
    width: 100%;
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
}
.bus-main .content .info .left .form .input1{
    width: 48%;
    height: 0.6rem;
    background-color: #F5F7FA;
    margin-bottom: 0.24rem;
}
.bus-main .content .info .left .form .input1 input{
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.16rem;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
.bus-main .content .info .left .form .input2{
    width: 100%;
    background-color: #F5F7FA;
    min-height: 1.04rem;
}
.bus-main .content .info .left .form .input2 textarea{
    width: 100%;
    height: 100%;
    padding: 0.2rem 0.16rem;
    box-sizing: border-box;
    border: none;
    background-color: transparent;
}
.bus-main .content .info .left .form .btn{
    width: 100%;
    height: 0.52rem;
    background-color: #B60016;
    color: #fff;
    font-size: 0.18rem;
    line-height: 1;
    border: none;
    margin-top: 0.32rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.bus-main .content .info .left .form .btn:hover{
    background-color: #960016;
}
.bus-main .content .info .right{
    width: 6.64rem;

}
.bus-main .content .info .right .item{
    width: 100%;
    margin-bottom: 0.3rem;
}
.bus-main .content .info .right .item .t1{
    width: 100%;
    font-size: 0.2rem;
    font-weight: bold;
    line-height: 1;
    display: flex;
    align-items: center;
    padding-left: 0.4rem;
    position: relative;
    box-sizing: border-box;
}
.bus-main .content .info .right .item .t1 img{
    width: 0.28rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}
.bus-main .content .info .right .item .t2{
    width: 100%;
    margin-top: 0.2rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0.4rem;
    box-sizing: border-box;
}
.bus-main .content .info .right .item .t2 span{
    display: block;
    width: 48%;
    font-size: 0.16rem;
}
.bus-main .content .info .right .item .t2 p{
    width: 100%;
    font-size: 0.16rem;
    line-height: 0.28rem;
}
























