.banner .absolute {

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    flex-direction: column;

    padding-top: 3.4rem;

    box-sizing: border-box;

}



.banner .imgbox {

    min-height: 20.8vw;

}



@media screen and (max-width:1600px) and (min-width:800px) {

    .banner .imgbox {

        min-height: 333px;

    } 

}





.banner .flex {

    display: flex;

    justify-content: flex-start;

    align-items: center;

}



.banner .flex .btn {

    font-size: 0.8rem;

    font-family: PingFangSC-Medium;

    font-weight: 600;

    color: #fff;

    line-height: 2rem;

    padding: 0 1.4rem;

    background: #000;

    border-radius: 0.3rem;

    cursor: pointer;

}



.banner .flex .btn:hover {

    background-color: #efefef;

    color:#313336;

    border: 1px solid #000;

}



.banner .flex .share {

    display: inline-flex;

    justify-content: center;

    align-items: center;

    font-size: 0.8rem;

    color: #e8374a;

    line-height: 2rem;

    margin: 0 1.2rem;

}



.banner .flex .share .icon {

    width: 1rem;

    margin: 0 0.2rem;

}



.empty .content {

    margin: 0 3.63%;

}



/* .main2 {

    margin: 4rem 0;

} */

.main1 .boxlist {

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    flex-wrap: wrap;

}



.main1 .boxlist .box {

    width: calc(25% - 1.05rem);

    margin-right: 1.4rem;

    background: #F7F9FF;

    border-radius: 0.6rem;

    box-sizing: border-box;

    padding: 1.8rem 1.4rem;

    margin-top: 1.2rem;

    position: relative;

}



.main1 .boxlist .box:nth-child(4n) {

    margin-right: 0;

}



.main1 .boxlist .box h3 {

    font-size: 1rem;

    font-family: PingFangSC-Medium;

    font-weight: 500;

    color: #313336;

    line-height: 1.4rem;

    display: flex;

    justify-content: flex-start;

    align-items: center;

}

@media screen and (max-width:1200px)  and (min-width:800px){

    .main1 .boxlist .box h3 {

        font-size: 0.9rem;

    white-space: nowrap;

}

}

.main1 .boxlist .box h3 img {

    width: 1.4rem;

    margin-right: 0.8rem;

    display: block;

}



.main1 .boxlist .box .sub {

    font-size: 0.7rem;

    color: #313336;

    line-height: 1.4rem;

    height: 2.8rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    margin: 0.6rem 0;

}



.main1 .boxlist .box .flex {

    margin: 0.4rem 0 1.4rem;

    display: flex;

    justify-content: flex-start;

    align-items: flex-start;

    cursor: pointer;

}



.main1 .boxlist .box .flex>div {

    width: 40%;

}



.main1 .boxlist .box .flex h4 {

    color: #051624;

    display: flex;

    justify-content: flex-start;

    align-items: flex-end;

    height: 1.5rem;

}



.main1 .boxlist .box .flex h4 p {

    font-size: 1.2rem;

    line-height: 1.5rem;

    font-family: Jost-SemiBold, Barlow;

    font-weight: 600;

    margin: 0;

    margin-right: 0.2rem;

}



.main1 .boxlist .box .flex h4 span {

    font-size: 0.6rem;

    font-family, SourceHanSansCN;

    font-weight: bold;

    color: #051624;

    /* color: #e8374a; */

    line-height: 1.05rem;

}



.main1 .boxlist .box .flex p.name {

    font-size: 0.7rem;

    color: #313336;

    line-height: 1rem;

    margin-top: 0.4rem;

}



.main1 .boxlist .box .headbox {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    height: 1.4rem;

    margin-left: 0.4rem;

}



.main1 .boxlist .box .headbox img {

    width: 1.4rem;

    height: 1.4rem;

    display: block;

    border-radius: 50%;

}



.main1 .boxlist .box .headbox a {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    width: 1.4rem;

    border: 1px solid #fff;

    height: 1.4rem;

    border-radius: 50%;

    margin-left: -0.4rem;

}



.main1 .boxlist .box .headbox a:last-child {

    justify-content: center;

    background-color: #fff;



    color: #313336;

    width: 1.4rem;

    font-size: 0.6rem;

    font-weight: 600;

    border-radius: 50%;

}



.main1 .boxlist .box .headbox a.color:nth-child(2n) {

    background: #D6DCE7;

}



.main1 .boxlist .box .headbox a.color:nth-child(2n+1) {

    background: #CCEAE3;

}



.main3 .boxlist {

    display: flex;

    justify-content: space-around;

    align-items: center;

    margin-top: 0.4rem;

}



.main3 .boxlist .box {

    text-align: center;

}



.main3 .boxlist .box .icon {

    width: 5rem;

    display: block;

    margin: 0 auto;

}



.main3 .boxlist .box i {

    display: none;

}



.main3 .boxlist .box h4 {

    font-size: 1rem;

    font-family: PingFangSC-Medium;

    font-weight: 500;

    color: #313336;

    line-height: 1.4rem;

    margin: 0.85rem auto 0.6rem;

}



.main3 .boxlist .box p {

    font-size: 0.7rem;

    color: #6A6E73;

    line-height: 1.3rem;

}



.main2 .flexlist {

    box-sizing: border-box;

    margin-top: 1.4rem;

    display: flex;

    flex-wrap: wrap;

    justify-content: flex-start;

    align-items: flex-start;

}



.main2 .flexlist .box.skeleton {

    min-height: 10rem;

}



.main2 .flexlist .box {

    width: 23.92%;

    margin-bottom: 2rem;

    margin-right: 1.42%;

    position: relative;

}



.main2 .flexlist .box:nth-child(4n) {

    margin-right: 0;

}



.main2 .flexlist .box .imgbox {

    overflow: hidden;

    position: relative;

}



.main2 .flexlist .box  .videoicon {

    width: 1.6rem;

    position: absolute;

    bottom: 0.5rem;

    right: 0.6rem;

}



.main2 .flexlist .box .hover {  

    width: calc(100%);

    height: 100%; 

    transition: all 0.2s ease 0s;

    background-position: center;

    background-size: 100%;

    background-repeat: no-repeat;

    position: absolute;

    top: 0;

    left: 0;

}



.main2 .flexlist .box .imgbox:hover .hover{

    background-size: 110%;

} 



.main2 .flexlist .box h4 {

    font-size: 0.9rem;

    font-family: PingFangSC-Medium;

    font-weight: 500;

    font-weight: 500;

    color: #313336;

    line-height: 1.25rem;

    margin-top: 1rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}



.main2 .flexlist .box p {

    font-size: 0.7rem;

    color: #6A6E73;

    line-height: 1.3rem;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 1;

    -webkit-box-orient: vertical;

}

.main2 .flexlist .box p a:hover{

color: #e8374a;

}



.main2 .flexlist .box .set {

    display: flex;

    justify-content: space-between;

    align-items: center;

    margin-top: 0.5rem;

}



.main2 .flexlist .box .set a ,

.main2 .flexlist .box .set>div {

    display: flex;

    justify-content: center;

    align-items: center;

    font-size: 0.7rem;

    color: #A4A9B1;

    line-height: 1rem;

}



.main2 .flexlist .box .set a:hover{

    color: #e8374a;

}



.main2 .flexlist .box .set a .icon {

    border-radius: 50%;



}



.main2 .flexlist .box .set .icon {

    width: 1rem;

    margin-right: 0.3rem;

}



.main2 .flexlist .box .set .zan {

    cursor: pointer;

}



.main2 .flexlist .box .set .zan .icon {

    width: 1rem;

    height: 1rem;

    background-position: center;

    background-repeat: no-repeat;

    background-size: cover;

    background-image: url(../images/icon_zanno.svg);

}



.main2 .flexlist .box .set .zan:hover,

.main2 .flexlist .box .set .zan.on {

    color: #e8374a;

}



.main2 .flexlist .box .set .zan.on .icon,

.main2 .flexlist .box .set .zan:hover .icon {

    background-image: url(../images/icon_zan.svg);

}



.main2 .btn {

    font-size: 0.8rem;

    color: #fff;

    line-height: 2rem;

    padding: 0 1.4rem;

    background: #000;

    margin-left: 50%;

    margin-right: 50%;

    white-space: nowrap;

    cursor: pointer;

    display: inline-block;

    transform: translateX(-50%);

    border: 1px solid #000;

}



.main2 .btn:hover {

    background-color: #efefef;

    color:#313336;

    border: 1px solid #000;

}





.main7 .content {

    display: flex;

    margin-top: 1.4rem;

    justify-content: space-between;

    align-items: flex-start;

}



.main7 .content .box {

    width: 29.55%;

    background: #FFFFFF;

    border-radius: 0.6rem;

}



.main7 .content .box .text {

    padding: 8.9% 2rem;

}



.main7 .content .box .text h4 img {

    width: 1.6rem;

    margin-right: 0.4rem;

}



.main7 .content .box .text h4 {

    font-size: 1rem;

    font-family: PingFangSC-Medium;

    font-weight: 500;

    color: #313336;

    line-height: 1.4rem;

    display: flex;

    justify-content: center;

    align-items: center;

}



.main7 .content .box .text p {

    font-size: 0.7rem;

    color: #6A6E73;

    line-height: 1.3rem;

    margin-top: 0.5rem;

}



@media screen and (max-width:1200px) {





    .main2 .flexlist .box {

        width: 31.3%;

        margin-right: 3%;

    }



    .main2 .flexlist .box:nth-child(4n) {

        margin-right: 3%;

    }



    .main2 .flexlist .box:nth-child(3n) {

        margin-right: 0;

    }

}



@media screen and (max-width:1000px) {



    .main1 .boxlist .box {

        width: calc(33% - 1rem);

    }



    .main1 .boxlist .box:nth-child(4n) {

        margin-right: 1.4rem;

    }



    .main1 .boxlist .box:nth-child(3n) {

        margin-right: 0;

    }

}



@media screen and (max-width:800px) {

    .banner .absolute {

        padding-top: calc(8.53vw + 1.2rem);

    }

    .banner .imgbox {

        min-height: 74vw;

    }





    .banner p {

        font-size: 1.2rem;

        line-height: 2.2rem;

        margin-top: 0.8rem;

        max-width: 16rem;

    }



    .empty .content {

        margin: 0;

    }



    .main1 .boxlist {

        display: block;

        margin-top: 2.8rem;

    }



    .main1 .boxlist .box {

        margin-right: 0;

        padding: 2rem;

        width: 100%;

    }



    .main1 .boxlist .box h3 {

        font-size: 1.6rem;

        line-height: 2.6rem;

    }



    .main1 .boxlist .box h3 img {

        width: 2.8rem;

    }



    .main1 .boxlist .box .sub {

        font-size: 1.2rem;

        line-height: 2.4rem;

        margin: 0.6rem 0;

    }



    .main1 .boxlist .box .flex {

        margin: 1.2rem 0 2rem;

    }



    .main1 .boxlist .box .flex>div {

        width: 50%;

    }



    .main1 .boxlist .box .flex h4 {}



    .main1 .boxlist .box .flex h4 span {

        font-size: 1rem;

        line-height: 1.5rem;

    }



    .main1 .boxlist .box .flex h4 p {

        font-size: 2rem;

        line-height: 2.4rem;

    }



    .main1 .boxlist .box .flex p.name {

        font-size: 1.2rem;

        color: #313336;

        line-height: 1.8rem;

        margin-top: 0.7rem;

    }



    .main1 .boxlist .box .headbox {

        height: 2rem;



    }



    .main1 .boxlist .box .headbox img {

        width: 2rem;

        height: 2rem;

    }



    .main1 .boxlist .box .headbox a {

        width: 2rem;

        height: 2rem;

        margin-left: -0.6rem;

    }



    .main1 .boxlist .box .headbox a:last-child {

        width: 2rem;

        font-size: 1rem;

    }



    .main3 .boxlist {

        display: flex;

        justify-content: space-between;

        align-items: flex-start;

        margin-top: 2rem;

        position: relative;

    }



    .main3 .boxlist::before {

        content: '';

        display: block;

        width: 90%;

        height: 0.2rem;

        background: linear-gradient(to right, #F3F6FF, #e8374a);

        position: absolute;

        left: 5%;

        top: 1rem;

        z-index: -1;

    }



    .main3 .boxlist .box {

        text-align: center;

    }



    .main3 .boxlist .box i {

        display: block;

        border-radius: 50%;

        width: 1.6rem;

        height: 1.6rem;

        line-height: 1.6rem;

        background: #e8374a;

        font-weight: 600;

        border: 0.3rem solid #FFFFFF;

        text-align: center;

        font-size: 1.1rem;

        color: #fff;

        margin: 0 auto;

    }



    .main3 .boxlist .box h4 {

        font-size: 1.2rem;

        font-weight: 400;

        color: #051624;

        line-height: 1.6rem;

        margin: 0.7rem auto 0;

        width: 2.8rem;

        text-align: center;

    }



    .main3 .boxlist .box .icon,

    .main3 .boxlist .box h4 span,

    .main3 .boxlist .box p {

        display: none;

    }



    .main2 .flexlist {

        justify-content: space-between;

    }



    .main2 .flexlist .box {

        width: 42.67vw;

        margin-bottom: 2rem;

        margin-right: 0;

    }



    .main2 .flexlist .box:nth-child(4n) {

        margin-right: 0%;

    }



    .main2  .flexlist .box .imgbox:hover .hover{

        background-size: 100%;

    }



    .main2 .flexlist .box .imgbox{

        overflow: visible;

    } 

    .main2 .flexlist .box h4 {

        font-size: 1.4rem;

        line-height: 2.6rem;

        margin-top: 0.8rem;

    }



    .main2 .flexlist .box p {

        font-size: 1.2rem;

        color: #6A6E73;

        line-height: 2.4rem;

    }



    .main2 .flexlist .box .set {

        display: flex;

        justify-content: space-between;

        align-items: center;

        margin-top: 0.9rem;

    }



    .main2 .flexlist .box .set a ,

    .main2 .flexlist .box .set>div {

        display: flex;

        justify-content: center;

        align-items: center;

        font-size: 1rem;

        color: #A4A9B1;

        line-height: 1.4rem;

    }



    .main2 .flexlist .box .set a {

        align-items: flex-end;

    }



    .main2 .flexlist .box .set .zan .icon,

    .main2 .flexlist .box .set .icon {

        width: 1.6rem;

        height: 1.6rem;

        margin-right: 0.6rem;

    }

 



    .main2 .flexlist .box .set .zan:hover  {

        color: #A4A9B1;

         }

      .main2 .flexlist .box .set .zan:hover .icon {

            background-image: url(../images/icon_zanno.svg);

         }

      .main2 .flexlist .box .set .zan.on  {

        color: #e8374a;

         }

      .main2 .flexlist .box .set .zan.on .icon {

            background-image: url(../images/icon_zan.svg);

         }

    .main2 .btn {

        font-size: 1.4rem;

        line-height: 3.2rem;

        padding: 0 1.6rem;

        margin-top: 1.6rem;

    }



    .main7 .content {

        display: block;

    }



    .main7 .content .box {

        width: 100%;

        margin: 6rem 0;

        display: flex;

        justify-content: space-between;

        align-items: flex-start;

        flex-direction: row-reverse;

    }



    .main7 .content .box:nth-child(2n) {

        flex-direction: row;

    }



    .main7 .content .box .bg {

        width: 36.27vw;

        border-radius: 0.3rem;

    }





    .main7 .content .box .text {

        box-sizing: border-box;

        width: 48vw;

        padding: 0;

    }



    .main7 .content .box .text h4 img {

        display: inline-block;

        vertical-align: middle;

        width: 2.8rem;

        margin-right: 0.4rem;

    }



    .main7 .content .box .text h4 {

        font-size: 2rem;

        line-height: 2.2rem;

        justify-content: flex-start;

    }



    .main7 .content .box .text p {

        font-size: 1.2rem;

        color: #6A6E73;

        line-height: 2rem;

        margin-top: 0.6rem;

    }

}



