.section {
    width: 100%;
    overflow: hidden;
    background-size: cover !important;
}

.section .warp {
    width: 63%;
    margin: 247px auto 193px;
    display: flex;
}

.section .warp .text {
    margin-right: 358px;
    margin-top: 255px;
}

.section .warp .text > .each p {
    font-size: 38px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.section .warp .text .recommend {
    margin-top: 263px;
    display: flex;
    align-items: center;
}

.section .warp .text .recommend .iconfont {
    font-size: 50px;
    color: #ffb701;
    margin-right: 40px;
}

.section .warp .text .recommend div span {
    font-size: 18px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
    margin-bottom: 5px;
}

.section .warp .text .recommend div p {
    font-size: 14px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.section2 {
    width: 100%;
    overflow: hidden;
    background-color: rgba(251, 246, 242, 0.5);
}

.section2 .warp {
    width: 1670px;
    margin: 93px auto 168px;
}

.section2 .warp .title {
    font-size: 18px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
    padding-bottom: 46px;
    border-bottom: 1px solid #020202;
}

.section2 .warp .content {
    margin-top: 157px;
}

.section2 .warp .content p{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.section2 .warp .content p img{
    float: unset!important;
}

.section2 .warp .content table {
    width: 1079px;
    border-collapse: collapse;
    margin-bottom: 154px;
    margin-left: 475px;
}

.section2 .warp .content table:last-child {
    margin-bottom: 0;
}

.section2 .warp .content table tr:first-child td {
    font-size: 18px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
    padding-bottom: 19px;
    border-bottom: 1px solid rgba(2, 2, 2, 0.14);
}

.section2 .warp .content table tr:first-child td:first-child {
    font-size: 22px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
}

.section2 .warp .content table tr td {
    font-size: 14px;
    font-family: Marcellus;
    font-weight: 400;
    color: #1C1C1C;
    line-height: 40px;
}

.section2 .warp .content table tr:nth-child(2) td {
    padding-top: 18px;
}
@media screen and (max-width: 1856px) {

}
@media screen and (max-width: 1680px) {
    .section2 .warp{
        width: 85%;
    }
}
@media screen and (max-width: 1600px) {

}
@media screen and (max-width: 1440px) {
    .section .warp{
        width: 76%;
    }
    .section2 .warp .content table {
        margin-left: 111px;
    }
}
@media screen and (max-width: 1400px) {

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

}
@media screen and (max-width: 1024px) {
    .section .warp {
        width: 90%;
        margin: 102px auto 56px;
        flex-direction: column-reverse;
    }
    .section .warp .text > .each p{
        font-size: 22px;
    }
    .section .warp .text .recommend {
        margin-top: 56px;
    }
    .section .warp .text .recommend span img{
        width: 14px;
    }
    .section .warp .text .recommend div span{
        font-size: 16px;
        margin-bottom: 0;
    }
    .section .warp .text .recommend div p{
        font-size: 12px;
    }
    .section .warp .images{
        width: 70%;
        margin: 50px auto 0;
    }
    .section .warp .images img{
        width: 100%;
    }
    .section .warp .text{
        margin: 20px 0 0 0;
    }
    .section .warp .text .each{
        justify-content: center;
    }
    .section .warp .text .each p{
        opacity: 1!important;
    }

    .section .warp .text .recommend{
        justify-content: center;
        margin: 56px 20px 0 0!important;
    }
    .section .warp .text .recommend > span{
        margin: 0 20px 0 0!important;
    }
    .section .warp .text .recommend > div{
        text-align: center;
    }
    .section2 .warp {
        width: 90%;
        margin: 48px auto 23px;
    }
    .section2 .warp .title p{
        opacity: 1!important;
    }
    .section2 .warp .title {
        padding-bottom: 10px;
    }
    .section2 .warp .content{
        margin-top: 5px;
        overflow-y: auto;
    }
    .section2 .warp .content table {
        width: 274%;
        margin-left: 0;
        margin-bottom: 20px;
    }
    .section2 .warp .content table tr td{
        font-size: 12px;
    }
    .section2 .warp .content table tr:first-child td:first-child{
        font-size: 18px;
        padding-bottom: 4px;
    }
}
