.circle-pic {
    height: 390px;
    width: 1400px;

    img {
        height: 390px;
        width: 1400px;
    }
}

.r-table {
    width: 1200px;
    margin: 50px 100px 40px;
    border: 1px solid #d8e1e9;

}

.table-row {
    border-bottom: 1px solid #d8e1e9;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.table-row-active {
    background-color: #f2f5f8;
}

.table-detail {
    min-height: 300px;
    border-bottom: 1px solid #d8e1e9;
    text-align: left;
    padding: 0 50px 30px;
    display: none;
}

.table-detail-active {
    display: flex;
    flex-direction: column;
}

.detail-tit {
    font-size: 16px;
    color: #000012;
    font-family: 'sHeavy';
    margin: 30px 0 12px;
}

.detail-list {
    font-size: 16px;
    line-height: 16px;
    color: #353b44;
    margin: 10px 0;
}

.detail-email {
    font-size: 16px;
    line-height: 16px;
    color: #353b44;
    margin: 20px 0 32px;
}

.detail-btn {
    height: 46px;
    width: 148px;
    border-radius: 6px;
    line-height: 46px;
    font-size: 16px;
    color: #ffffff;
    background-color: #1b6bd9;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;

    img {
        width: 15px;
        height: 8px;
        margin-left: 6px;
    }
}

.table-head {
    font-size: 16px;
    color: #000012;
    font-family: 'sHeavy';
}

.table-col {
    height: 60px;
    font-size: 16px;
    color: #353b44;
    line-height: 60px;
    width: 20%;
}

.welfare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1200px;
    padding: 0 100px 50px;
    background-color: #f2f6fc;
}

.welfare-item {
    width: 600px;
}

.wel-tit {
    font-family: 'sHeavy';
    font-size: 28px;
    color: #000012;
    text-align: left;
    line-height: 28px;
    margin: 34px 0 42px;
}

.wel-msg {
    font-size: 16px;
    color: #353b44;
    text-align: left;
    line-height: 16px;
    margin-top: 22px;
}

.welfare-line {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.welfare-flag {
    margin: 7px 8px;
    padding: 0 10px;
    background-color: #ffffff;
    line-height: 32px;
    font-size: 16px;
    color: #007cda;
    border-radius: 4px;
}