body {
    background: #F2F2F2 !important;
}
.top_list {
    width: 100vw;
    height: 300px;
    padding: 10px 20vw 4px 20vw;
    font-size: 16px;
    position: absolute;
    z-index: 1000;
    right: 0;
    top: 84px;
    background: white;
}

.top_list li {
    width: 14vw;
    float: left;
    margin-top: 40px;
}

.top_list li:last-child {
    margin-bottom: 10px;
}
.boxleft {
    width: 14%;
    height: 90%;
    background: #F9F8FC;
    /* background: skyblue; */
    margin: 5% 0 5% 12%;
    overflow: hidden;
    display: flex;
    float: left;
}

.boxleft .redbox {
    width: 2.5%;
    height: 5.5%;
    background: hsl(353, 99%, 54%);
    margin-top: 7%;
    margin-left: 13%;
}

.boxleft .text {
    margin-top: 8%;
    margin-left: 8%;
    font: normal normal bold 28px Microsoft YaHei;
    letter-spacing: 2.8px;
    color: #0E0E0E;
}

.boxright {
    width: 60%;
    height: 90%;
    background: white;
    float: left;
    margin: 5% 0 5% 0;
    box-sizing: border-box;
    padding: 1% 0 0 4%;

}

.boxright .p1 {
    font: normal normal bold 28px Microsoft YaHei;
    letter-spacing: 2.8px;
    color: #FE142F;
}

.pbox {
    margin-top: 3%;
}

.pbox :first-child {
    font: normal normal bold 24px Microsoft YaHei;
    letter-spacing: 2.8px;
    color: #FE142F;
    width: 24%;
    display: inline-block;
}

.pbox :nth-child(2) {
    font: normal normal bold 24px Microsoft YaHei;
    letter-spacing: 2.6px;
    color: #000000;
    opacity: 0.82;
    margin-right: 2%;

}

.pbox :nth-child(3) {
    font: normal normal bold 24px Microsoft YaHei;
    letter-spacing: 2.6px;
    color: #000000;
    opacity: 0.82;

}

.signbox {
    margin-top: 4%;
}

/* .signbox :nth-child(2) {
    font: normal normal bold 24px Microsoft YaHei;
    letter-spacing: 1.3px;
    color: #000000;
    /* opacity: 0.82; */
    display: inline-block;
    width: 47%;
    margin-left: 4%;
} */

.bottombox {
    margin-top: 4%;
    font: normal normal normal 24px Microsoft YaHei;
    letter-spacing: 0.65px;
    color: #000000;
    opacity: 0.82;
}

.bottombox :nth-child(4) {
    width: 90%;
}
.signbox_li{
    float: left;
    width:22%;
    text-align: center;
    margin-left: 17%;
}
.signbox_li span{
    font-size: 20px;
    color: #FE142F;
    font-weight: 600;
}
.signbox_li img{
    width:100%;
}
@media (max-width: 768px) {
    .details .title {
        font-size: 20px;
        word-wrap: break-word;
    }

    #details {
        margin-top: 10px;
    }
}