

.banner {
    height: 580px;
    background: url("../images/index/banner_jpg@2x.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.bannerContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
}

.banner .bannerContent .first {
    display: flex;
    margin-bottom: 8px;
    align-items: center;
}

.banner .bannerContent .first div:nth-child(1) {
    font-size: 21px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #252B3A;
}

.banner .bannerContent .first div:nth-child(2) {
    width: 77px;
    height: 26px;
    background: #FB884B;
    border-radius: 4px;
    text-align: center;
    line-height: 26px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 5px;
}

.banner .bannerContent .second {
    font-size: 54px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #252B3A;
    margin-bottom: 6px;
}

.banner .bannerContent .thirdly {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #252B3A;
}

.banner .bannerContent .bannerImg {
    vertical-align: top;
    margin-top: 20px;
}

.cors {
    margin-top: 72px;
}

.cors .corsTitle h2 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    text-align: center;
}

.cors .corsTitle p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 36px;
}

.cors .corsId {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cors .corsId .carsIdContent {
    position: relative;
    width: 384px;
    height: 198px;
    background: url("../images/index/cors_jpg.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 24px;
}

.cors .corsId .carsIdContent:hover{
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.1300);

}

.cors .corsId .carsIdContent > div {
    position: absolute;
    top: 36px;
    left: 25px;
}

.cors .corsId .carsIdContent > div h3 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #252B3A;
    margin-bottom: 14px;
}

.cors .corsId .carsIdContent > div li {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
}

.cors .corsId .carsIdContent > div li span {
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #5C6271;
    border-radius: 50%;
    transform: translateY(-2px);
}

.six > h2 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    text-align: center;
    margin-bottom: 17px;
    margin-top: 50px;
}

.six > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    text-align: center;
}

.sixContent {
    display: flex;
    justify-content:space-between;
    margin-top: 36px;
    flex-wrap: wrap;

}

.sixContent > div {
    width: 384px;
    height: 198px;
    background: url('/images/index/liuhe.png');
    position: relative;
}

.sixContent > div:hover{
    box-shadow: 0px 5px 29px 0px rgba(0, 0, 0, 0.1300);
   
}
.sixContent > div a{
    display: block;
    height: 100%;
}
.sixContent > div .sixContentTxt {
    position: absolute;
    top: 35px;
    left: 25px;
}

.sixContent > div .sixContentTxt h2 {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #252B3A;
    margin-bottom: 16px;
}

.sixContent > div .sixContentTxt .sixContentTxt1 {
    display: flex;
}

.sixContent > div .sixContentTxt .sixContentTxt1 div:nth-child(1) {
    width: 4px;
    height: 4px;
    background: #5C6271;
    border-radius: 50%;
    transform: translateY(8px);
    margin-right: 6px;
}

.sixContent > div .sixContentTxt .sixContentTxt1 div:nth-child(2) {
    width: 250px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
}

.product {
    position: relative;
    margin-top: 98px;
}

.product .img1 {
    width: 100%;
    height: 554px;
    display: block;
}

.productContent {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
}

.productContent > h2 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 20px;
}

.productContent > p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
}

.productContent .productClassify {
    display: flex;
    margin-top: 36px;
}

.productContent .productClassify div:nth-child(1) {
    width: 280px;
    height: 320px;
    /*background: url("../images/index/productBackground.png") no-repeat;*/
    background-image: url("../images/index/productBackground.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.productContent .productClassify >div:nth-child(2) {
    flex: 1;
    background: #FFFFFF;
    height: 320px;

}

.productContent .productClassify .tabTitle{
    margin-top: 37px;
}

.productContent .productClassify .tabTitle li{
    text-indent: 40px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #252B3A;
    height: 44px;
    line-height: 44px;
    cursor: pointer;
}

.productContent .productClassify .tabTxt{
    height: 100%;
}

.productContent .productClassify .tabTxt li{
    height: 100%;
}

.productContent .productClassify .tabTxt li h2{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 550;
    color: #252B3A;
    margin-top: 45px;
    margin-left: 40px;
    margin-bottom: 27px;
}

.productContent .productClassify .tabTxt li div{
    width: 825px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    text-align: justify;
    margin-left: 40px;
}

.productContent .productClassify .tabTxt li{
    display: none;
}
.productContent .productClassify .tabTxt .active{
    display: block;
}

.productContent .productClassify .tabTitle .active1{
    border-left: 4px solid RGBA(251, 136, 75, 1) ;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    background: linear-gradient(90deg, rgba(255,255,255,48%),rgba(255,255,255,13%));
}

.product .sj{
    display: none;
}

.product .img2{
    display: none;
}

.hotProduct{
    background: #FFFFFF;
    font-size: 16px;
    padding: 60px 0px;
}

.hotProduct .hotProductContent{
    font-size: 16px;
    width: 288px;
}
.hotProduct .hotProductContent img{
    width: 288px;
}

.hotProduct .hotProductContent:hover img{
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.0900);
}

.hotProduct  .hotProductList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.hotProduct .hotProductContent h2{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    margin: 15px 0px;
}

.hotProduct .hotProductContent p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
}

.hd{
    display: block;
    padding-bottom: 50px;
}
.hd >h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    text-align: center;
    margin-top: 72px;
    margin-bottom: 20px;
}
.hd >p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    text-align: center;
    margin-bottom: 36px;
}

.hd .store {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hd .store .storeContent a{
    display: flex;
    align-items: center;
    width: 227px;
    height: 70px;
    background: #FFFFFF;
    margin-bottom: 16px;
}

.hd .store .storeContent:hover{
    box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.0900);
}

.hd .store .storeContent img{
   margin-left: 10px;
    margin-right: 15px;
    width: 51px;
}

.hd .store .storeContent div{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #252B3A;
}

.aboutPartner{
    height: 462px;
    background: #FFFFFF;
    font-size: 16px;
    padding-top: 72px;
    display: block;
}
.aboutPartnerContent{
    display: flex;
    justify-content: space-between;
}
.aboutPartner .aboutPartnerLeft{
    width: 615px;
    margin-right: 44px;
}
.aboutPartner .aboutPartnerLeft h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    margin-bottom: 20px;
}

.aboutPartner .aboutPartnerLeft h3{
    margin-bottom: 35px;
}

.aboutPartner .aboutPartnerLeft p{
    margin-bottom: 40px;
    text-align: justify;
}


.aboutPartner .aboutPartnerLeft h3,p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
}

.aboutPartner .aboutPartnerLeft div{
    width: 146px;
    height: 40px;
    background: #FB884B;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 40px;
    text-align: center;
}
.aboutPartner .aboutPartnerLeft div a{
    color: #FFFFFF;
    display: block;
}
.aboutPartner .aboutPartnerRight{
    flex: 1;
}

.aboutPartner .aboutPartnerRight h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    margin-bottom: 20px;
}

.aboutPartner .aboutPartnerRight h3{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    margin-bottom: 35px;
}
.aboutPartner .aboutPartnerRight .aboutPartnerRightImg{
    display: flex;
    flex-wrap: wrap;
}
.news{
    background: #FFFFFF;
    padding-top: 72px;
    padding-bottom: 78px;
}
.news >h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    text-align: center;
    margin-bottom: 20px;
}
.news >p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    text-align: center;
    margin-bottom: 36px;
}
.news .newsPc1{
    display: block;
}

.news .newsPc{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news .newsPc .newsPcContent{
    width: 282px;
    height: 270px;
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}

.news .newsPc .newsPcContent:hover{
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.1300);

}

.news .newsPc .newsPcContent img{
    vertical-align:top;
}
.news .newsPc .newsPcContent h2{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #252B3A;
    margin-top: 16px;
    margin-bottom: 12px;
    text-indent: 17px;
	text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.news .newsPc .newsPcContent p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
    text-indent: 17px;

}
.newsPh{
display: none;
}
.corsPage{
    font-size: 16px;
    padding: 72px 0px  86px 0px;
}
.corsPage .corsPageContent h2{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #252B3A;
    margin-bottom: 20px;
    text-align: center;
}

.corsPage .corsPageContent h3{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    margin-bottom: 35px;
    text-align: center;
}

.corsPage .corsPageContent p{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #5C6271;
    line-height: 30px;
    margin-bottom: 56px;
    text-align: center;
}
.corsPage .corsPageContent .corsPageCard{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.corsPage .corsPageContent .corsPageCard .corsPageCardContent{
    width: 384px;
    height: 240px;
    background: #FFFFFF;
    padding: 24px 16px 48px 16px;
}
.corsPage .corsPageContent .corsPageCard .corsPageCardContent div:nth-child(1){
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.corsPage .corsPageContent .corsPageCard .corsPageCardContent div:nth-child(1) img{
    width: 40px;
    margin-right: 10px;
}

.corsPage .corsPageContent .corsPageCard .corsPageCardContent .corsPageCardContentTxt{
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #5C6271;
}
.corsPage .corsPageContent .corsPageCard .corsPageCardContent:hover{
    box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.1300);
}

@media (max-width: 750px) {
    .banner {
        height: 6.67rem;
        background: url("../images/index/banner@2x.png") no-repeat;
        background-size: 100% 100%;
    }
	.banner2 {
        background-position: 49% 35%!important;
    }
    .bannerContent {
        position: absolute;
        left: 40%;
        transform: translateX(-40%);
        top: 1.13rem;
        width: 83%;
    }

    .banner .bannerContent .first {
        display: flex;
        margin-bottom: 0.2rem;
    }

    .banner .bannerContent .first div:nth-child(1) {
        font-size: 0.28rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #252B3A;
    }

    .banner .bannerContent .first div:nth-child(2) {
        width: 1.5rem;
        height: 0.4rem;
        background: #FB884B;
        border-radius: 0.05rem;
        font-size: 0.21rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.4rem;
    }

    .banner .bannerContent .second {
        font-size: 0.72rem;
        font-family: Source Han Sans CN;
        font-weight: bold;
        color: #252B3A;
        margin-bottom: 0.27rem;
    }

    .banner .bannerContent .thirdly {
        font-size: 0.24rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #252B3A;
    }

    .banner .bannerContent .bannerImg {
        vertical-align: top;
        margin-top: 0.1rem;
        width: 2.84rem;
    }

    #content {
        padding: 0.64rem 0.44rem 0rem 0.44rem;
        background: #F1F3F8;
        margin-top: 0rem;
    }

    /*.cors{*/
    /* */
    /*}*/
    .cors .corsTitle h2 {
        font-size: 0.75rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
    }

    .cors .corsTitle p {
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        margin-top: 0.48rem;
        margin-bottom: 0.64rem;
    }

    .cors .corsId .carsIdContent {
        position: relative;
        width: 9.12rem;
        height: 4.69rem;
        background: url("../images/index/cors_jpg.png") no-repeat;
        background-size: 100% 100%;
        margin-bottom: 0.36rem;
    }

    .cors .corsId .carsIdContent > div {
        position: absolute;
        top: 0.85rem;
        left: 0.6rem;
    }

    .cors .corsId .carsIdContent > div h3 {
        font-size: 0.43rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #252B3A;
        margin-bottom: 0.57rem;
    }

    .cors .corsId .carsIdContent > div li {
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
        margin-bottom: 0.43rem;
    }

    .cors .corsId .carsIdContent > div li span {
        display: inline-block;
        width: 4px;
        height: 4px;
        background: #5C6271;
        border-radius: 50%;
        transform: translateY(-2px);
    }

    .six > h2 {
        font-size: 0.75rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
        text-align: center;
        margin-top: 1.32rem;
        margin-bottom: 0.48rem;
    }

    .six > p {
        width: 8.49rem;
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        line-height: 0.48rem;
        text-align: justify-all;
    }

    .sixContent {
        display: flex;
        justify-content: space-around;
        margin-top: 0.63rem;
        flex-wrap: wrap;
    }

    .sixContent > div {
        width: 9.12rem;
        height: 4.71rem;
        background: #fff;
        box-shadow: 0rem 0rem 0rem 0rem rgba(0, 0, 0, 0.1300);
        position: relative;
        margin-bottom: 0.32rem;
    }

    .sixContent > div .sixContentTxt {
        position: absolute;
        top: 0.87rem;
        left: 0.61rem;
    }

    .sixContent > div .sixContentTxt h2 {
        font-size: 18px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #252B3A;
        margin-bottom: 16px;
    }

    .sixContent > div .sixContentTxt .sixContentTxt1 {
        display: flex;
    }

    .sixContent > div .sixContentTxt .sixContentTxt1 div:nth-child(1) {
        width: 4px;
        height: 4px;
        background: #5C6271;
        border-radius: 50%;
        transform: translateY(8px);
        margin-right: 6px;
    }

    .sixContent > div .sixContentTxt .sixContentTxt1 div:nth-child(2) {
        width: 250px;
        font-size: 14px;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
    }

    .productContent {
        display: none;
    }

    .product .img1 {
        display: none;
    }

    .product{
        margin-top: 1.33rem;
    }

    .product .sj{
        position: absolute;
        display:block;
        width: 9.15rem;
        left: 50%;
        transform: translateX(-50%);
    }

    .product .sj >h2{
        font-size: 0.75rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #FFFFFF;
        text-align: center;
        margin-top: 0.41rem;
        margin-bottom: 0.47rem;
    }

    .product .sj >p{
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 0.64rem;
    }

    .product .img2{
        height: 14.17rem;
        display: block;
        width: 100%;
    }
    input {
        position: absolute;
        opacity: 0;
        z-index: -1;
    }
    .row {
        display: flex;
    }
    .row .col {
        flex: 1;
    }
    .row .col:last-child {
        margin-left: 1em;
    }

    /* Accordion styles */
    .tabs {
        border-radius: 8px;
        overflow: hidden;
        box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
    }

    .tab {
        width: 9.15rem;
        color: white;
        overflow: hidden;
    }
    .tab-label {
        display: flex;
        justify-content: space-between;
        padding: 0.45rem 0.59rem 0.45rem 0.39rem;
        background: #FFFFFF;
        font-weight: 300;
        cursor: pointer;
        font-size: 0.4rem;
        color: #252B3A;
        /* Icon */
    }
    .tab-label:hover {
        background: #FFFFFF;
    }
    .tab-label::after {
        content: "❯";
        width: 1em;
        height: 1em;
        text-align: center;
        transition: all 0.35s;
    }
    .tab-content {
        max-height: 0;
        background: white;
        transition: all 0.35s;
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        padding: 0 1em;
        text-align: justify;
    }
    .tab-close {
        display: flex;
        justify-content: flex-end;
        font-size: 0.75em;
        background: #2c3e50;
        cursor: pointer;
    }
    .tab-close:hover {
        background: #1a252f;
    }

    input:checked + .tab-label {
        background: #FFFFFF;
    }
    input:checked + .tab-label::after {
        transform: rotate(90deg);
    }
    input:checked ~ .tab-content {
        max-height: 30vh;
    }
    .heihei{
        max-height: 30vh;
    }
    .hd{
        display: none;
    }

    .news .newsPc1{
        display: none;
    }
    .news{
        background: #FFFFFF;
        padding-top: 0.63rem;
        padding-bottom: 1.5rem;
    }
    .news >h2{
        font-size: 0.75rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
        text-align: center;
        margin-bottom: 0.47rem;
    }
    .news >p{
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        text-align: center;
        margin-bottom:0.64rem;
    }

    .swiper{
        width: 9.15rem;
        height:9.43rem;
        background: #FFFFFF;
        box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.1300);
    }
    .swiperContent>h2{
        font-size: 0.48rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #252B3A;
        margin-top: 0.59rem;
        margin-bottom: 0.48rem;
        text-indent: 0.55rem;
    }

    .swiperContent>p{
        font-size: 0.4rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
        text-indent: 0.55rem;

    }

    .my-bullet-active{
        background: #ff6600;
        opacity: 1;
    }
    .newsPh{
        display: block;
    }
    .aboutPartner{
        display: none;
    }
    .hotProduct{
        padding: 0.95rem 0.71rem;
    }

    .hotProduct .hotProductContent{
        font-size: 16px;
        width: 3.84rem;
    }
    .hotProduct .hotProductContent img{
        width: 3.84rem;
    }

    .hotProduct .hotProductContent:hover img{
        box-shadow: 0px 3px 9px 0px rgba(0,0,0,0.0900);
    }

    .hotProduct  .hotProductList{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .hotProduct .hotProductContent h2{
        font-size: 0.38rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
        margin: 0.45rem 0rem;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .hotProduct .hotProductContent p{
        font-size: 0.3rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
    }


    .corsPage{
        font-size: 16px;
        padding: 0.44rem 0.41rem  0.86rem 0.41rem;
    }
    .corsPage .corsPageContent h2{
        font-size: 0.75rem;
        font-family: Source Han Sans CN;
        font-weight: 500;
        color: #252B3A;
        margin-bottom: 0.47rem;
    }

    .corsPage .corsPageContent h3{
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        margin-bottom: 0.63rem;
    }

    .corsPage .corsPageContent p{
        font-size: 0.37rem;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #5C6271;
        line-height: 0.64rem;
        margin-bottom: 0.73rem;
        text-align: justify;
    }
    .corsPage .corsPageContent .corsPageCard{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .corsPage .corsPageContent .corsPageCard .corsPageCardContent{
        width: 9.16rem;
        height: 5.73rem;
        background: #FFFFFF;
        padding: 0.57rem 0.4rem 1.15rem 0.4rem;
        margin-bottom: 0.33rem;
    }
    .corsPage .corsPageContent .corsPageCard .corsPageCardContent div:nth-child(1){
        display: flex;
        align-items: center;
        margin-bottom: 0.37rem;
    }

    .corsPage .corsPageContent .corsPageCard .corsPageCardContent div:nth-child(1) img{
        width: 0.95rem;
        margin-right: 0.25rem;
    }

    .corsPage .corsPageContent .corsPageCard .corsPageCardContent .corsPageCardContentTxt{
        font-size: 0.33rem;
        font-family: Source Han Sans CN;
        font-weight: 300;
        color: #5C6271;
    }
    .corsPage .corsPageContent .corsPageCard .corsPageCardContent:hover{
        box-shadow: 0px 5px 29px 0px rgba(0,0,0,0.1300);
    }
}

