body {
    background-color: rgba(246, 248, 250, 1);
    background-image: url("../images/author_sign_bg.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.welfare-content {
    width: 1200px;
    min-height: 500px;
    margin: 0 auto;
}

.author-sign-tit {
    display: block;
    width: 600px;
    margin: 80px auto 0;
}

.content {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
}

.content .content-l, .content .content-r {
    background-color: #fff;
    border-radius: 25px;
}

.content .content-l {
    width: 300px;
    height: 400px;
    padding: 10px;
    box-sizing: border-box;
    position: sticky;
    top: 100px;
}

.content .content-r {
    width: 870px;
}

.content .content-l ul {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content .content-l li {
    width: 268px;
    height: 60px;
    border-radius: 25px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    font-size: 18px;
    cursor: pointer;
}

.content .content-l li.cur {
    font-weight: bold;
    background: rgba(255, 253, 245, 1);
}

.content .content-l li::before {
    content: "";
    display: block;
    width: 8px;
    height: 26px;
    border-radius: 16px;
    margin-right: 10px;
}

.content .content-l li.cur::before {
    background: rgba(255, 191, 15, 1);
}

.content .content-r .nav {
    height: 34px;
    margin: 50px auto 0;
    font-size: 28px;
    text-align: center;
    line-height: 34px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.content .content-r .nav::before {
    content: "";
    display: block;
    width: 57px;
    height: 14px;
    background: url("../images/welfare_tit_bg.png") no-repeat;
    background-size: contain;
}

.content .content-r .nav span {
    margin: 0 20px;
}

.content .content-r .nav::after {
    content: "";
    display: block;
    width: 57px;
    height: 14px;
    background: url("../images/welfare_tit_bg.png") no-repeat;
    background-size: contain;
    transform: scaleX(-1);
}

.content .content-r .nav-2 {
    width: 247px;
    height: 40px;
    background: linear-gradient(90deg, rgba(255, 223, 77, 0) 0%, rgba(255, 223, 77, 0.6) 50%, rgba(255, 223, 77, 0) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 50px auto 0;
}

.content .content-r .detail {
    line-height: 36px;
    padding: 0 30px;
    margin-top: 30px;
}

.content .content-r .detail p {
    text-indent: 2em;
}

.content .tougao {
    text-align: center;
    margin-top: 5px;
    font-size: 12px;
    color: rgba(153, 153, 153, 1);
}

.table {
    border: 1px solid rgba(255, 215, 121, 1);
    border-radius: 25px;
    margin:30px 30px 0;
}

.table-head {
    display: flex;
    background: rgba(255, 247, 226, 1);
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom: 1px solid rgba(255, 215, 121, 1);
}

.table-head span {
    flex: 1;
    padding: 15px 30px;
}

.table-head span:not(:last-child) {
    border-right: 1px solid rgba(255, 215, 121, 1);
}

.table-2 .table-head span {
    font-weight: bold;
    text-align: center;
}

.table .table-row:not(:last-child) {
    border-bottom: 1px solid rgba(255, 215, 121, 1);
}

.table .table-row {
    display: flex;
    align-items: stretch;
}

.table-row span {
    flex: 1;
    padding: 15px 30px;
    line-height: 36px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.table-row span:not(:last-child) {
    border-right: 1px solid rgba(255, 215, 121, 1);
}

.table-2 .table-row span:first-child {
    flex: auto;
    width: 30%;
}

.table-2 .table-row span:last-child {
    flex: auto;
    width: 70%;
}

.table-row.join-cell {
    text-align: center;
}

.table-row .text-suntan {
    color: rgba(191, 141, 22, 1);
    justify-content: center;
}

.rule-state {
    padding-left: 30px;
    margin-top: 30px;
}

.rule-state h2 {
    font-size: 16px;
    margin: 0 0 10px;
}

.qq-list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    padding: 0 15px;
}

.qq-list li {
    display: flex;
    background: rgba(250, 247, 241, 1);
    padding: 10px 15px;
    width: 32%;
    border-radius: 25px;
    margin-bottom: 20px!important;
    align-items: center;
}

.qq-list li:nth-child(3n+2) {
    margin: 0 2%;
}

.qq-list li .l {
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #fff url("../images/penguin.png") center center no-repeat;
    margin-right: 10px;
}

.qq-list .right-side {
    display: flex;
    flex-direction: column;
}

.qq-list .qq-name {
    font-size: 18px;
    font-weight: 500;
}

.qq-list .qq-code {
    font-size: 14px;
}