.in-reware-table::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: calc(100% - 72px);
    background: none;
    background-image: url(//ompic.neteaselab.com/respic/images/mlbb/20210414/border-center800.png);
    background-position: left center;
    background-size: inherit;
    z-index: 1;
}
.in-reware-table::before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: calc(100% - 72px);
    background: none;
    background-image: url(//ompic.neteaselab.com/respic/images/mlbb/20210414/border-center800.png);
    background-position: right;
    background-size: inherit;
    z-index: 1;
}
.in-reware-table td:nth-child(1){
    width: 18%;
}
.in-reware-table td:nth-child(3){
    width: 30%;
}
.icon-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    
}
.icon-box img{
    display: flex;
    /* flex-direction: column; */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
.main-right-content{
    background: #e0d7ac;
    padding: 0 20px 0;
}
.main-right-title {
    margin: 140px auto;
}
.in-reware-table tr th{
    padding: 10px 8px;
}
/* m */
@media (max-width: 800px) {
    .main-right-title {
        margin: 40px auto;
    }
    .in-reware-table td:nth-child(1){
        width: auto;
    }
    .in-reware-table td:nth-child(3){
        width: auto;
    }
    .main-right.event-common-bg article {
        padding: 0;
    }
    .main-title-txt>.left {
        width: 100%;
        height: 2.7rem;
        line-height: 2.7rem;
        float: left;
        text-align: left;
        font-size: 1rem;
        border-top: 2px solid #fff;
        background-color: #8a2be200;
        border-radius: 0;
        padding: 0 0.8rem;
    }
}