body {
    margin: 0;
    padding: 0;
}
body div,
body a,
body span {
    color: unset;
    font-size: unset;
    font-family: PingFang SC;
}
.main-body {
    position: relative;
    background: #F5FAFF;
    padding-bottom: 40px;
    min-height: 100vh;
}
.main-content {
    margin: 0 auto;
}
.top-banner {
    width: 100%;
    min-width: 1248px;
    display: block;
    margin: 0 auto;
}
.main-content-box {
    width: 1200px;
    margin: 0 auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px 0px rgba(35,24,21,0.2);
    border-radius: 20px;
    padding: 0 0 20px 0;
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    z-index: 50;
}
.title-line {
    width: 5px;
    height: 28px;
    background: #9A1032;
    border-radius: 3px;
}
.title-left-fonts {
    font-size: 28px;
    color: #201F1F;
    margin-left: 14px;
}
.to-game-btn {
    width: 480px;
    height: 60px;
    background: linear-gradient(-90deg, #3967CB, #3967CB);
    border-radius: 10px;
    font-size: 24px;
    font-family: PingFang SC;
    color: #FFFFFF;
    margin: 24px auto 0;
}
.rules-title {
    display: block;
    margin: 0 auto;
    height: 50px;
}
.rules-box {
    font-size: 22px;
    color: #747474;
    margin-right: 20px;
}
.rules-icon {
    height: 20px;
    margin-left: 8px;
}
.table-content-box {
    width: 1068px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 22px;
    margin: 0 auto 0;
    border: 1px solid #D2D2D2;
    border-width: 0 1px 1px 1px;
}
.table-title {
    background: #B2DBFF;
    border-radius: 20px 20px 0px 0px;
    color: #50556D;
}
.table-line-list {
    height: 60px;
    width: 50%;
}
.table-content {
    /* border-radius: 0 0 20px 20px; */
    overflow: hidden;
    height: 60px;
    background: #FFFFFF;
}
.table-content-side {
    width: 50%;
    height: 60px;
    color: #747474;
    position: relative;
}
.rules-pop {
    width: 750px;
    background: linear-gradient(180deg, #DDEFFF 0%, #FFFFFF 13%);
    border-radius: 20px;
    padding: 16px 24px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    display: none;
}
.title-left-box {
    height: 40px;
    margin-left: 20px;
}
.rules-close-btn {
    position: absolute;
    width: 32px;
    right: 26px;
    top: 24px;
}
.rules-bottom-line {
    width: 100%;
    height: 1px;
    background: #BFBFBF;
    margin-top: 14px;
}
.rules-content {
    margin-top: 10px;
}
.rules-fonts {
    font-size: 16px;
    line-height: 28px;
    color: #888888;
}
.chose-menu-box {
    display: none;
    border-radius: 6px;
    overflow: hidden;
    background: #FFFFFF;
    width: 320px;
}
.chose-menu-top-line {
    background: linear-gradient(90deg, #8B2235 0%, #8A2234 100%);
    height: 10px;
}
.chose-menu-title {
    height: 48px;
}
.chose-menu-title-line {
    height: 20px;
}
.chose-menu-title-fonts {
    font-size: 20px;
}
.chose-menu-list-box {
    border-top: #BFBFBF 1px solid;
    border-bottom: #BFBFBF 1px solid;
    padding: 10px 0;
}
.chose-menu-list {
    height: 40px;
    /* transition: all .3s; */
    font-size: 14px;
    background:#FFFFFF;
}
.chose-menu-list:hover {
    background: #EEEEEE;
    font-size: 16px;
    /* color: #FFFFFF; */
}
/* .chose-menu-list-activing, */
.chose-menu-list-activing:hover {
    background: linear-gradient(90deg, #8B2235 0%, #8A2234 100%);
    color: #FFFFFF;
    font-size: 16px;
}
.table-arrow {
    color: #C23C5D;
    font-size: 18px;
    font-weight: bold;
    margin-left: 4px;
}
.table-content-side-fonts-1 {
    color: #6E6E6E;
    font-size: 20px;
}
.table-chose-box {
    width: 138px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #EEEEEE;
    border-radius: 24px;
}
.detail-intro-box {
    margin-top: 4px;
    /* background: linear-gradient(0deg, rgba(255,235,242,0.08),rgba(255,83,140,0.08)); */
    border-radius: 20px;
    padding: 0 30px 20px;
}
.detail-intro-title {
    font-size: 22px;
    color: #201F1F;
}
.left-point {
    width: 10px;
    height: 10px;
    background: #3967CB;
    border-radius: 50%;
    margin-right: 8px;
}
.detail-intro-content {
    font-size: 18px;
    color: #888888;
    margin: 4px 0 0 18px;
}
.detail-intro-line:not(:first-child) {
    margin-top: 18px;
}
.sub-btn {
    background: linear-gradient(92deg, #C13C5C 0%, #DA4369 100%);
    border-radius: 24px;
    font-size: 18px;
    color: #FFFFFF;
    width: 128px;
    height: 42px;
}
.sub-btn-disable {
    background: #D7D7D8;
    color: #7E7E7E;
}
.sub-info-content {
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    border: none;
}
.sub-info-content-left {
    color: #939293;
}
.sub-info-content-right {
    color: #000000;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    word-break:break-all;
    max-width: 200px;
}
.sub-btn-box {
    margin-top: 10px;
    border-top: #BFBFBF 1px solid;
}
.pop-sub-btn {
    height: 46px;
    font-size: 16px;
    width: 50%;
}
.pop-sub-btn-1 {
    color: #939293;
    border-right: #BFBFBF 1px solid;
}
.pop-sub-btn-2 {
    color: #303030;
}
.user-info-box {
    width: 350px;
    height: 76px;
    background: url(../images/right-info-bg.png) center -2px no-repeat;
    background-size: 100% 100%;
    border-radius: 0 20px 0 0;
}
.content-title {
    height: 76px;
    background: linear-gradient(to bottom,#DDEFFF,#FFFFFF);
}
.right-info-1 {
    margin-left: 74px;
    margin-top: 10px;
    color: #8F9CB3;
    font-size: 16px;
}
#vipLevel {
    color: #0088FF;
    font-size: 20px;
    margin-left: 4px;
}
.right-info-2 {
    margin-left: 74px;
    margin-top: 2px;
    color: #50556D;
    font-size: 16px;
}
#joinDays {
    color: #0088FF;
    /* margin-top: 2px; */
}
.user-info-img {
    display: block;
    width: 994px;
    margin: 20px auto 0;
}
.user-info-intro {
    color: #7C8591;
    font-size: 16px;
    width: 994px;
    margin: 20px auto 20px;
    text-align: left;
}
.no-data-list {
    height: 60px;
}
.table-list-side {
    width: 50%;
}
.toggle-list-line:nth-child(odd) {
    background: #F5FAFF;
}
.toggle-btn {
    color: #4D4D4D;
    font-size: 16px;
    margin: 20px 0 4px;
}
.toggle-icon {
    height: 18px;
    margin-left: 4px;
}
.toggle-icon2 {
    transform: rotate(180deg);
}












.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.text-c {
    text-align: center;
}
.bold {
    font-weight: bold;
}
.cursor {
    cursor: pointer;
}
body .layui-layer {
    min-width: unset;
    height: unset;
    background-color: unset;
    box-shadow: unset;
}
.cursor, .cursor-normal {
    cursor: pointer;
    transition: all .3s;
}
.sub-popup-body {
    display: none;
    padding: 15px;
    border-radius: 10px;
    background: #000000;
    color: #FFFFFF;
    font-size: 16px;
}
.success-icon,
.status-check-icon
 {
    height: 22px;
    margin-right: 6px;
}

