.member_container_contrast {
    background: #ffffff;
    padding: 1px 20px 20px;
    border-radius: 20px;
    position: relative;
    top: -20px;
    z-index: 0;
}
.height-bg,
.head-bg {
    position: absolute;
    width: 220px;
    height: 100%;
    background: #fff8ea;
    left: 0;
    display: none;
    border-radius: 6px;
    border: 1px solid #e19f3b;
}
.head-bg {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom: 0;
}
.head-bg::before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    background: #e19f3b;
    left: -1px;
}
.head-bg::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    background: #e19f3b;
    right: -1px;
}
.contrast-top {
    padding-top: 30px;
    position: sticky;
    top: 36px;
    background: #ffffff;
    z-index: 12;
}
.contrast-top:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 76px;
    background: white;
    top: -0.9px;
    right: -9.5px;
}
.contrast-top.cls-shadow .member-contrast.member-service-head {
    box-shadow: 0px 3px 12px -4px rgba(0, 0, 0, 0.16);
}
.contrast-top.cls-shadow .member-contrast.member-service-head {
    border-bottom: 0 !important;
}
.container_contrast_head {
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(
        179.99999266435026deg,
        #ca8c42 0%,
        #e6ae6b 46%,
        #cb9350 100%
    );
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    font-size: 28px;
    line-height: 28px;
    font-weight: bold;
}
.container_contrast_head img {
    height: 22px;
}
.container_contrast_head img:first-child {
    margin-right: 20px;
}
.container_contrast_head img:last-child {
    margin-left: 20px;
}

.member-contrast {
    width: 100%;
    border-radius: 10px;
}
.member-contrast.member-service-head {
    border: 1px solid #e1e6eb;
    margin-top: 16px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background: #ffffff;
    position: relative;
}
.member-contrast.member-service-body {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border: 1px solid #e1e6eb;
    border-top: none;
}
.member-header {
    display: flex;
}
.member-header-item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.member-header-item:not(:first-child) {
    border-left: 1px solid #e1e6eb;
    border-right: 1px solid transparent;
}

.member-header-item.active div {
    color: #864d07;
    font-weight: bold;
}
.member-header-item.active .btn-signup {
    background: #e19f3b;
    color: #ffffff;
    border: none;
}

.member-header-item:first-child {
    width: 356px;
}
.member-header-item:not(:first-child) {
    flex-shrink: 0;
}
.member-header-item > * {
    position: relative;
    z-index: 10;
}
.member-row {
    display: flex;
    border-bottom: 1px solid #e1e6eb;
}
.member-row:last-child {
    border-bottom: none;
}
.member-row.full-container {
    background: #f6f7f9;
    padding: 0 0 0 20px;
    height: 68px;
    line-height: 68px;
    font-weight: bold;
    font-size: 20px;
    width: 100%;
    overflow: hidden;
}
.member-cell {
    flex-shrink: 0;
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 80px;
    overflow: hidden;
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.member-cell:not(:first-child) {
    border-left: 1px solid #e1e6eb;
}
.member-label {
    width: 356px;
    padding: 16px 0;
    color: #333333;
    /*border-left: 1px solid #E1E6EB ;*/
}
.member-cell > * {
    position: relative;
    z-index: 10;
}
.member-label > div {
    padding: 0 20px;
}
.member-label h4 {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 8px 0;
}
.member-label p {
    font-size: 14px;
    line-height: 22px;
    font-weight: normal;
    color: #666666;
}
.btn-signup {
    margin-top: 14px;
    background: #fff8ea;
    color: #b1700e;
    border: 1px solid #e19f3b;
    width: 98px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
}
.btn-signup:hover {
    background: #e19f3b;
    color: #ffffff;
    border: none;
}

.container_nav_bar {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e1e6eb;
}
.container_nav_bar div {
    font-size: 16px;
    color: #333333;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}
.container_nav_bar div span {
    padding-bottom: 15px;
}
.container_nav_bar div:hover span,
.container_nav_bar div.active span {
    font-weight: bold;
    color: #864d07;
    position: relative;
}
.container_nav_bar div:hover span {
    font-weight: normal;
}
.container_nav_bar div.active span:before {
    position: absolute;
    bottom: 0;
    content: '';
    width: 100%;
    height: 3px;
    background: #864d07;
}

.member_container_contrast.grtc .member-header-item.active div {
    color: #1e60b3;
}
.member_container_contrast.grtc .member-header-item.active .btn-signup {
    background: #3083eb;
}
.member_container_contrast.grtc .head-bg,
.member_container_contrast.grtc .height-bg {
    border-color: #3083eb;
    background: #f4fbff;
}

.member_container_contrast.grtc .head-bg::before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    background: #3083eb;
    left: -1px;
}
.member_container_contrast.grtc .head-bg::after {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    bottom: -1px;
    background: #3083eb;
    right: -1px;
}

.member_container_contrast.qytc-member .member-header-item:not(:first-child),
.member_container_contrast.qytc-member .member-cell {
    width: 200px;
}
.member_container_contrast.grtc-member .member-header-item:not(:first-child),
.member_container_contrast.grtc-member .member-cell {
    width: 160px;
}
