.content {
    position: relative;
}

.box {
    padding: 7.5rem 0 16.5rem;
    box-sizing: border-box;
}

.asideBg {
    position: absolute;
    bottom: -13rem;
    left: 0;
    right: 0;
    z-index: -1;
}

.tab {
    display: flex;
    position: relative;
}

.tab::after {
    position: absolute;
    content: '';
    width: 95rem;
    height: 2px;
    background-color: #c6af8c;
    bottom: 0;
}

.tab li:first-child {
    margin-left: 26rem;
}

.tab li {
    height: 4.5rem;
    width: 17.2rem;
    text-align: center;
    font-size: 2rem;
    line-height: 4.5rem;
    cursor: pointer;

}

.rowbox {
    display: none;
    font-size: 1.8rem;
    line-height: 4.1rem;
    padding-top: 5.5rem;
}

.rowbox.active {
    display: block;
}

.rowbox h3 {
    font-size: 2rem;
}

.rowbox a {
    display: block;
    height: 4.8rem;
    width: 19rem;
    line-height: 4.8rem;
    color: #fff;
    font-size: 2rem;
    background-color: #c6af8c;
    text-align: center;
    border-radius: 0.5rem;
    margin-top: 4rem;
}

.tab li.active {
    background-color: #c6af8c;
    color: #fff;
    border-radius: 0.5rem 0.5rem 0 0;
}

.mainbox {
    width: 140rem;
    margin: 0 auto;

}

.rowbox p {
    text-indent: 2em;
    margin-block-start: 0;
    margin-block-end: 0;
}

.rowbox .imgBox {
    display: flex;
    justify-content: space-between;
    margin-top: 7rem;

}

.rowbox .imgBox img {
    cursor: pointer;
}

.rowbox .imgBox .left {
    width: 72.5rem;
}

.rowbox .imgBox .right {
    width: 64rem;
}

.rowbox .imgBox .right img:last-child {
    margin-top: 4rem;
}

.rowbox .table {
    margin: 2rem 0;
}

.rowbox .table .top {
    display: flex;
    height: 6.7rem;
    background-color: #c6af8c;
    color: #fff;
    line-height: 6.7rem;
    text-align: center;
}

.rowbox .table .bottom {
    display: flex;
    text-align: center;
    height: 13.3rem;
    line-height: 13.3rem;
}

.table .bottom span {
    border: 1px solid #e0e1e1
}

.table .bottom span i {
    display: block;
    font-style: normal;
    line-height: 6.7rem;
}

.table .bottom span i:first-child {
    border-bottom: 1px solid #e0e1e1
}

.rowbox .table .top span:first-child,
.rowbox .table .bottom span:first-child {
    width: 28.3rem;
    border-right: none;
}

.rowbox .table .top span:nth-child(2),
.rowbox .table .bottom span:nth-child(2) {
    width: 22.4rem;
    border-right: none;
}

.rowbox .table .top span:nth-child(3),
.rowbox .table .bottom span:nth-child(3) {
    width: 35.4rem;
    border-right: none;
}

.rowbox .table .top span:last-child,
.rowbox .table .bottom span:last-child {
    width: 54rem;
}



.pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 9999;
    display: none;
    text-align: center;
}

.pop:after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.popbox {
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 100rem;
    margin: 0 auto;
    transform: translate(0, -50%);
    z-index: 2;
}


.pop .close {
    position: absolute;
    top: -9.6rem;
    right: -11.6rem;
    width: 5.6rem;
    cursor: pointer;
}

.pop .shadow {
    background: rgba(0, 0, 0, 0.8);
    opacity: 0.9;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1;
}

.pop .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    right: -18rem;
    cursor: pointer;
}

.pop .prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6rem;
    left: -18rem;
    cursor: pointer;
}