.community {
    padding: 21px 0 120px;
    background: #F3F3F3;
}

.community .banner .swiper-slide .pic img {
    display: block;
    width: 100%;
    border-radius: 5px;
}

.community .box1 {
    margin-top: 70px;
}

.community .box1 .box-c {
    display: flex;
    justify-content: space-between;
}

.community .box2 .box-c .l,
.community .box1 .box-c .highlight-section {
    position: relative;
    width: 72.85%;
}

.community .box1 .box-c h2 {
    font-family: MiSans-Bold;
    font-size: 24px;
    color: #222222;
    line-height: 30px;
    margin-bottom: 1em;
}

.community .box1 .box-c .highlight-section .list {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 20px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

.community .box1 .box-c .highlight-section .list::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    border-radius: 10px;
    background-color: #fff;
}

.community .box1 .box-c .highlight-section .list li {
    position: relative;
    z-index: 3;
}

.community .box1 .box-c .highlight-section .list li a {
    display: block;
    padding-bottom: 31px;
}

.community .box1 .box-c .highlight-section .list .picCover {
    padding-top: 56.25%;
}

.community .box1 .box-c .highlight-section .list .pic {
    border-radius: 5px;
}

.community .box1 .box-c .highlight-section .list .top-badge {
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 36px;
    background: linear-gradient(-30deg, #BFCFDE, #F3F3F3);
    border-radius: 18px;
    font-family: MiSans-Bold;
    font-size: 16px;
    color: #222222;
    padding: 0 13px;
    z-index: 4;
}

.community .box1 .box-c .highlight-section .list .text-title {
    font-family: MiSans-Bold;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
    margin-top: 17px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.community .box1 .box-c .highlight-section .list li:hover .text-title {
    color: #E00011;
}

.community .box1 .box-c .highlight-section .list .views {
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    margin-top: 11px;
}

.community .box1 .box-c .highlight-section .list .views span {
    font-size: 20px;
    margin-right: 5px;
}

.community .box2 .box-c .r,
.community .box1 .box-c .sign-in-section {
    width: 25.71%;
}

.community .box1 .box-c .sign-in-container {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 20px 25px;
}

.community .box1 .box-c .sign-in-container .sign-in-days {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px 14px;
}

.community .box1 .box-c .sign-in-container .sign-in-day {
    height: 66px;
    background: linear-gradient(to bottom, #FFFFFF, #F5F5F5);
    border-radius: 5px;
    border: 1px solid #F4F4F4;
    padding: 4px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.community .box1 .box-c .sign-in-container .sign-in-day.active {
    background: linear-gradient(to bottom, #F02B3A, #E00011);
}

.community .box1 .box-c .sign-in-container .sign-in-day .icon-gouxuan6 {
    font-size: 34px;
    color: #fff;
}

.community .box1 .box-c .sign-in-container .sign-in-day .day-number {
    font-family: MiSans-Bold;
    font-size: 18px;
    color: #222222;
    line-height: 24px;
}

.community .box1 .box-c .sign-in-container .sign-in-day .day-info {
    font-size: 16px;
    color: #999999;
    line-height: 24px;
}

.community .box1 .box-c .sign-in-container .points-info {
    margin-top: 27px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #222222;
    line-height: 30px;
}

.community .box1 .box-c .sign-in-container .points-info a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #E00011;
    line-height: 30px;
}

.community .box1 .box-c .sign-in-container .points-info a .iconfont {
    margin-left: 4px;
}

.community .box1 .box-c .sign-in-container .sign-in-buttons {
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
}

.community .box1 .box-c .sign-in-container .sign-in-buttons .btn {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 60px;
    background: linear-gradient(to right, #F02B3A, #E00011);
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.community .box1 .box-c .sign-in-container .sign-in-buttons .gray-btn {
    background: linear-gradient(to right, #555555, #222222);
}

.community .box2 {
    margin-top: 60px;
}

.community .box2 .box-c {
    display: flex;
    justify-content: space-between;
}

.community .box2 .box-c .l {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.community .box2 .box-c .section-title {
    font-family: MiSans-Bold;
    font-size: 24px;
    color: #222222;
    line-height: 1;
    margin-bottom: 1em;
}

.community .box2 .box-c .l .item .interaction-container {
    background: #FFFFFF;
    border-radius: 5px;
    padding: 25px 20px 20px;
}

.community .box2 .box-c .l .item .interaction-container li>a {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 16px;
    color: #222222;
    line-height: 30px;
}

.community .box2 .box-c .l .item .interaction-container li:not(:last-child) {
    margin-bottom: 18px;
}

.community .box2 .box-c .l .item .interaction-container li>a::before {
    content: "";
    width: 10px;
    height: 10px;
    background: #E10415;
    border-radius: 50%;
    margin-right: 14px;
}

.community .box2 .box-c .l .item .interaction-container li .text-title {
    flex: 1;
    margin-right: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .6s;
}

.community .box2 .box-c .l .item .interaction-container .more-link:hover,
.community .box2 .box-c .l .item .interaction-container li:hover .text-title {
    color: #E00011;
}

.community .box2 .box-c .l .item .interaction-container .more-link {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    margin-top: 22px;
    display: inline-block;
    transition: all .6s;
}

.community .box2 .box-c .r {
    position: relative;
}

.community .box2 .box-c .r::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100px;
    background-color: #fff;
    border-radius: 10px;
}

.community .box2 .box-c .r .recommendation {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 30px 20px;
    background: #FFFFFF;
    border-radius: 5px;
    gap: 10px;
}

.community .box2 .box-c .r .recommendation a {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    background: linear-gradient(150deg, #505050, #414141);
    border-radius: 5px;
    text-align: center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.community .box2 .box-c .r .recommendation a:nth-child(4n+2),
.community .box2 .box-c .r .recommendation a:nth-child(4n+3) {
    background: linear-gradient(150deg, #566376, #242D3E);
}

.community .box4,
.community .box3 {
    margin-top: 60px;
}

.community .box4 .title,
.community .box3 .title {
    font-family: MiSans-Bold;
    font-size: 24px;
    color: #222222;
    line-height: 1;
}

.community .box4 .list,
.community .box3 .list {
    margin-top: 23px;
    display: grid;
}

.community .box3 .list {
    grid-template-columns: repeat(4, 1fr);
    gap: 27px;
}

.community .box4 .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.community-case {
    background: #F3F3F3;
}

.community-case .box1 {
    padding: 80px 0 120px;
}

.community-case .box1 .box-c {
    margin-top: 20px;
}

.community-case .box1 .box-c .list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 26px;
}

.community-case .box1 .pagination {
    margin-top: 65px;
}

.community-case-details {
    padding: 91px 0 120px;
    background-color: #F3F3F3;
}

.community-case-details .box1 .box-c {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.community-case-details .box1 .box-c .l {
    position: relative;
    width: 70.92%;
    display: flex;
    align-items: flex-start;
}

.community-case-details .box1 .box-c .l-l {
    flex: 1;
    padding: 25px 22px 44px;
    background: #FFFFFF;
    border-radius: 5px;
}

.community-case-details .box1 .box-c .l-l label {
    display: inline-block;
    padding: 0 16px;
    line-height: 36px;
    background: linear-gradient(-30deg, #BFCFDE, #F3F3F3);
    border-radius: 18px;
    font-family: MiSans-Bold;
    font-size: 16px;
    color: #222222;
}

.community-case-details .box1 .box-c .l-l .title {
    font-family: MiSans-Bold;
    color: #222222;
    line-height: 1.33;
    margin-top: 25px;
}

.community-case-details .box1 .box-c .l-l .post-meta-wrapper {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}

.community-case-details .box1 .box-c .l-l .info-container {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    flex: 1;
    margin-right: 94px;
    display: flex;
    flex-wrap: wrap;
    gap: 0 71px;
}

.community-case-details .box1 .box-c .l-l .tags-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.community-case-details .box1 .box-c .l-l .stats-container {
    display: flex;
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    gap: 0 28px;
}

.community-case-details .box1 .box-c .l-l .stats-container .stats {
    display: flex;
    align-items: center;
}

.community-case-details .box1 .box-c .l-l .stats-container .iconfont {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-right: 4px;
}

.community-case-details .box1 .box-c .l-l-c {
    margin-top: 28px;
    border-top: 1px solid #DEDEDE;
    padding-top: 27px;
}

.community-case-details .box1 .box-c .l-l-c .text-section {
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 30px;
}

.community-case-details .box1 .box-c .l-l-c .text-section iframe {
    display: block;
    height: 866px;
}

.community-case-details .box1 .box-c .l-l-c .download-section {
    margin-top: 42px;
}

.community-case-details .box1 .box-c .l-l-c .file-item {
    padding: 25px 27px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    transition: all .6s;
}

.community-case-details .box1 .box-c .l-l-c .btns .btn:not(:last-child),
.community-case-details .box1 .box-c .l-l-c .file-item:not(:last-child) {
    margin-bottom: 10px;
}

.community-case-details .box1 .box-c .l-l-c .file-item:hover {
    border-color: #E00011;
}

.community-case-details .box1 .box-c .l-l-c .file-item-l {
    flex: 1;
    margin-right: 30px;
    display: flex;
}

.community-case-details .box1 .box-c .l-l-c .file-item-l .icon-pdf {
    color: #E00011;
    font-size: 18px;
    margin-right: 8px;
}

.community-case-details .box1 .box-c .l-l-c .file-item-l .name {
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    transition: all .6s;
}

.community-case-details .box1 .box-c .l-l-c .file-item:hover .name {
    color: #E00011;
}

.community-case-details .box1 .box-c .l-l-c .file-item-r {
    display: flex;
    gap: 0 62px;
}

.community-case-details .box1 .box-c .l-l-c .file-item-r .icon-xiazai1 {
    font-size: 20px;
    margin-right: 8px;
}

.community-case-details .box1 .box-c .l-l-c .tips {
    font-size: 16px;
    color: #999999;
    line-height: 30px;
    background: #F6F6F6;
    border-radius: 5px;
    padding: 20px;
    margin-top: 30px;
}

.community-case-details .box1 .box-c .l-l-c .btns {
    margin-top: 27px;
}

.community-case-details .box1 .box-c .l-l-c .btns .btn {
    display: block;
    background: #FFFFFF;
    border-radius: 5px;
    border: 1px solid #DEDEDE;
    padding: 30px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    transition: all .6s;
}

.community-case-details .box1 .box-c .l-l-c .btns .btn:hover {
    background-color: #E00011;
    color: #fff;
    border-color: #E00011;
}

.community-case-details .box1 .box-c .l-l-c .btns .btn span {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

.community-case-details .box1 .box-c .l-r {
    position: sticky;
    top: 331px;
    margin-left: 11px;
    background-color: #fff;
    border-radius: 5px;
}

.community-case-details .box1 .box-c .l-r a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    border-radius: 5px;
    font-family: MiSans;
    font-weight: 400;
    font-size: 16px;
    color: #999999;
    line-height: 24px;
    text-transform: uppercase;
    transition: all .6s;
}

.community-case-details .box1 .box-c .l-r a.scrollTop {
    font-family: MiSans-Bold;
}

.community-case-details .box1 .box-c .l-r a:not(:last-child) {
    margin-bottom: 5px;
}

.community-case-details .box1 .box-c .l-r a .iconfont {
    font-size: 22px;
}

.community-case-details .box1 .box-c .l-r a:hover,
.community-case-details .box1 .box-c .l-r a.active {
    background-color: #E00011;
    color: #fff;
}

.community-case-details .box1 .box-c .r {
    position: sticky;
    top: 171px;
    width: 25%;
}

.community-case-details .box1 .box-c .r-title {
    font-family: MiSans-Bold;
    color: #222222;
    line-height: 1;
    margin-bottom: 1.1em;
}

.community-case-details .box1 .box-c .r-box {
    width: 330px;
    max-width: 100%;
    margin: 0 0 0 auto;
}

.community-case-details .box1 .box-c .r-box li:not(:last-child) {
    margin-bottom: 20px;
}
@media (max-width:1440px) {
    .community .box1 .box-c .sign-in-container .sign-in-day .icon-gouxuan6{
        font-size: 30px;
    }
    .community .box1 .box-c .sign-in-container .sign-in-days{
        gap: 10px 7px;
    }
    .community .box2 .box-c .r .recommendation a,
    .community .box1 .box-c .sign-in-container .sign-in-day .day-info{
        font-size: 14px;
    }
    .community .box1 .box-c .sign-in-container .sign-in-day .day-number{
        font-size: 16px;
    }
    .community .box1 .box-c .sign-in-container .points-info{
        font-size: 14px;
        /* margin-top: 20px; */
    }
    .community .box1 .box-c .sign-in-container .points-info a{
        font-size: 16px;
    }
    .community .box1 .box-c .sign-in-container .sign-in-buttons .btn{
        font-size: 16px;
        line-height: 50px;
    }
    .community .box1 .box-c .sign-in-container{
        padding: 20px;
    }
}
@media (max-width:1199px) {
    .community .box1 .box-c .sign-in-container .points-info{
        margin-top: 20px;
    }
    .community .box1 .box-c .sign-in-container .sign-in-days{
        grid-template-columns: repeat(8,1fr);
    }
    .community .box1 .box-c{
        flex-direction: column-reverse;
    }
    .community .box2 .box-c .r, .community .box1 .box-c .sign-in-section{
        width: 100%;
    }
    .community-case-details .box1 .box-c .r {
        display: none;
    }

    .community-case-details .box1 .box-c .l {
        width: 100%;
    }
    .community-case .box1,
    .community-case-details {
        padding: 80px 0;
    }
    .community-case .box1 .pagination{
        margin-top: 45px;
    }
    .community-case .box1 .box-c .list{
        grid-template-columns: repeat(3,1fr);
    }
    .community .box2 .box-c .l, .community .box1 .box-c .highlight-section{
        width: 100%;
    }
    .community .box2 .box-c{
        flex-direction: column;
    }
    .community .box4, .community .box3,
    .community .box2{
        margin-top: 45px;
    }
    .community .box2 .box-c .l,
    .community .box1 .box-c .sign-in-section{
        margin-bottom: 45px;
    }
    .community .box3 .list{
        grid-template-columns: repeat(3,1fr);
    }
    .community{
        padding-bottom: 80px;
    }
}

@media (max-width:1024px) {
    .community{
        padding-bottom: 70px;
    }
    .community .box1{
        margin-top: 60px;
    }
    .community .box2 .box-c{
        flex-direction: column;
    }
    .community .box4, .community .box3,
    .community .box2{
        margin-top: 40px;
    }
    .community .box2 .box-c .l,
    .community .box1 .box-c .sign-in-section{
        margin-bottom: 40px;
    }
    .community-case-details .box1 .box-c .l-l .info-container {
        margin-right: 68px;
        gap: 0 43px;
    }

    .community-case-details .box1 .box-c .l-l .tags-container {
        gap: 0 13px;
    }

    .community-case .box1,
    .community-case-details {
        padding: 70px 0;
    }

    .community-case-details .box1 .box-c .l-r {
        position: absolute;
        margin-left: 0;
        top: 15px;
        right: 22px;
        display: flex;
        gap: 10px;

    }

    .community-case-details .box1 .box-c .l-r a {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 20px;
        background-color: #F8F8F8;
        border-radius: 5px;
    }

    .community-case-details .box1 .box-c .l-r a .iconfont {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .community-case-details .box1 .box-c .l-r a.scrollTop {
        display: none;
    }

    .community-case-details .box1 .box-c .l-r a:not(:last-child) {
        margin-bottom: 0;
    }
    .community-case .box1 .pagination{
        margin-top: 40px;
    }
    .community .box1 .box-c .highlight-section .list .top-badge{
        line-height: 30px;
        font-size: 14px;
    }
    .community .box1 .box-c .highlight-section .list .text-title{
        margin-top: 8px;
    }
    .community .box1 .box-c .highlight-section .list .views{
        margin-top: 5px;
    }
    .community .box4 .list{
        grid-template-columns: repeat(2,1fr);
    }
}

@media (max-width: 768px) {
    .community{
        padding-bottom: 60px;
    }
    .community .box3 .list{
        grid-template-columns: repeat(2,1fr);
    }
    .community .box1 .box-c h2{
        font-size: 22px;
        line-height: 1;
    }
    .community .box1 .box-c .sign-in-container .sign-in-days{
        grid-template-columns: repeat(4,1fr);
    }
    .community .box1 .box-c .highlight-section .list{
        grid-template-columns: repeat(1,1fr);
    }
     .community .box1{
        margin-top: 50px;
    }
    .community .box4, .community .box3,
    .community .box2{
        margin-top: 35px;
    }
    .community .box2 .box-c .l,
    .community .box1 .box-c .sign-in-section{
        margin-bottom: 35px;
    }
     .community-case .box1 .box-c .list{
        grid-template-columns: repeat(2,1fr);
    }
    .community-case-details .box1 .box-c .l-r a {
        width: 50px;
        height: 50px;
        font-size: 12px;
        line-height: 1;
    }

    .community-case-details .box1 .box-c .l-r a .iconfont {
        font-size: 16px;
    }

    .community-case .box1,
    .community-case-details {
        padding: 60px 0;
    }

    .community-case-details .box1 .box-c .l-l .info-container {
        font-size: 14px;
        line-height: 24px;
        margin-right: 30px;
    }

    .community-case-details .box1 .box-c .l-l .stats-container {
        gap: 0 19px;
    }

    .community-case-details .box1 .box-c .l-l .info-container {
        gap: 0 19px;
    }

    .community-case-details .box1 .box-c .l-l .title {
        margin-top: 20px;
    }

    .community-case-details .box1 .box-c .l-l-c .download-section {
        margin-top: 25px;
    }

    .community-case-details .box1 .box-c .l-l-c .btns .btn,
    .community-case-details .box1 .box-c .l-l-c .file-item {
        padding: 13px 19px;
        font-size: 14px;
        line-height: 24px;
    }

    .community-case-details .box1 .box-c .l-l-c .tips,
    .community-case-details .box1 .box-c .l-l-c .text-section,
    .community-case-details .box1 .box-c .l-l .stats-container {
        font-size: 14px;
        line-height: 24px;
    }

    .community-case-details .box1 .box-c .l-l-c .file-item-r {
        gap: 20px;
    }
    .community-case .box1 .pagination{
        margin-top: 30px;
    }
    .community .box2 .box-c .l{
        grid-template-columns: repeat(1,1fr);
        gap: 35px 20px;
    }
    .community .box4 .title, .community .box3 .title,
    .community .box2 .box-c .section-title{
        font-size: 22px;
    }
}

@media (max-width: 500px) {
    .community .box4 .list, .community .box3 .list{
        margin-top: 20px;
    }
    .community .box4 .list{
        grid-template-columns: repeat(1,1fr);
    }
    .community{
        padding-bottom: 50px;
    }
    .community .box3 .list{
        grid-template-columns: repeat(1,1fr);
    }
    .community .box2 .box-c .r .recommendation{
        padding: 20px;
    }
    .community .box4 .title, .community .box3 .title,
    .community .box1 .box-c h2,
    .community .box2 .box-c .section-title{
        font-size: 20px;
    }
    .community .box2 .box-c .l .item .interaction-container .more-link{
        margin-top: 6px;
        font-size: 14px;
    }
    .community .box2 .box-c .l .item .interaction-container li>a::before{
        width: 6px;
        height: 6px;
    }
    .community .box2 .box-c .l .item .interaction-container li:not(:last-child){
        margin-bottom: 10px;
    }
    .community .box2 .box-c .l .item .interaction-container li>a{
        font-size: 14px;
    }
    .community .box2 .box-c .l .item .interaction-container li>a::before{
        margin-right: 10px;
    }
    .community .box2 .box-c .l .item .interaction-container li .text-title{
        margin-right: 19px;
    }
    .community .box2 .box-c .l .item .interaction-container{
        padding: 20px;
    }
    .community .box1 .box-c .highlight-section .list li a{
        padding-bottom: 20px;
    }
    .community .box1{
        margin-top: 40px;
    }
    .community .box1 .box-c .sign-in-container .sign-in-buttons .btn{
        line-height: 45px;
    }
    .community-case .box1 .box-c .list{
        grid-template-columns: repeat(1,1fr);
    }
    .community-case .box1 .pagination{
        margin-top: 25px;
    }
    .community-case-details .box1 .box-c .l-r {
        top: 20px;
    }

    .community-case-details .box1 .box-c .l-l .post-meta-wrapper {
        margin-top: 5px;
    }

    .community-case-details .box1 .box-c .l-l-c .download-section,
    .community-case-details .box1 .box-c .l-l-c .tips,
    .community-case-details .box1 .box-c .l-l-c .btns {
        margin-top: 20px;
    }

    .community-case-details .box1 .box-c .l-l-c .file-item-r {
        gap: 0 14px;
    }

    .community-case-details .box1 .box-c .l-l-c .btns .btn,
    .community-case-details .box1 .box-c .l-l-c .file-item {
        padding-left: 10px;
        padding-right: 10px;
    }

    .community-case-details .box1 .box-c .l-l .post-meta-wrapper {
        flex-direction: column;
    }

    .community-case-details .box1 .box-c .l-l .info-container {
        margin-right: 0;
    }

    .community-case-details .box1 .box-c .l-l .stats-container {
        align-self: flex-end;
    }

    .community-case-details .box1 .box-c .l-l-c {
        margin-top: 20px;
        padding-top: 20px;
    }

    .community-case-details .box1 .box-c .l-l .title {
        margin-top: 15px;
    }

    .community-case-details .box1 .box-c .l-r a {
        width: 40px;
        height: 40px;
    }

    .community-case-details .box1 .box-c .l-r a .iconfont {
        font-size: 14px;
        margin-bottom: 2px;
    }

    .community-case .box1,
    .community-case-details {
        padding: 50px 0;
    }
}