.liuChen h1 {
    margin-bottom: 40px;
}

.liuChen {
    text-align: center;
    padding: 0 20px;
}

.liuChen .li {
    width: 100%;
    min-height: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: start;
    padding: 10px;
    margin-bottom: 20px;




}

.liuChen .wen {
    font-weight: 600;
    font-size: 20px;
    color: red;
    margin-bottom: 6px;
}

.li .Da {
    font-weight: 600;
    font-size: 20px;
    color: #000;
}

.h2-tit {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 3% 0 0 0;


}

.h2-tit .h2-p {
    display: flex;
    align-items: center;
    margin-top: 10px;


}

.h2-tit .h2-p img {
    margin-right: 4px;
}

.h2-tit .h2-p span {
    display: block;
    margin-right: 14px;
}

.crdeDiv .top-tip {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}

.crdeDiv .tip {
    width: 4px;
    height: 14px;
    background: rgb(64, 224, 11);
    display: block;
    border-radius: 2px;
    margin-right: 4px;
}

.crdeDiv {
    max-width: 1350px;
    height: 700px;
    overflow: hidden;
    overflow-y: auto;
    width: 93%;
    margin: 0 auto;
    display: flex;
    padding: 30px;
    flex-direction: column;
    background: #ffffff;
    border-radius: 12px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -648px;
}

.crdeDiv .title {
    width: 100%;
    height: 55px;
    text-align: center;

}

.el-divider--horizontal {
    margin: 0;
}

.title-top {
    height: 55px;
    padding: 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.boos_cen {
    display: flex;
    flex-direction: column;
}

.center {
    flex: 1;
    background: #e9e2da;
    padding-bottom: 60px;
}
.tabs {
    display: flex;
    height: 50px;
    line-height: 50px;
    align-items: center;
    margin-bottom: 20px;
}
.tab {
    padding: 0 10px;
    margin-right: 10px;
    background: linear-gradient(180deg, #e3c478 0%, #efd7a8 100%);
    border-radius: 2px;
    font-size: 14px;
    font-family: PingFang SC-Regular, PingFang SC;
    font-weight: 400;
    color: #000000;
    cursor: pointer;
}
.tab.active {
    background: linear-gradient(180deg, #ff541e 0%, #ff8f5f 100%);
    color: #ffffff;
    transition: none;
}