body {
    margin: 0;
    padding: 0;
}
body div,body span {
    color: unset;
    font-family: PingFang SC;
}
.main-body {
    width: 100%;
    /* background: #F2EFED; */
    /* padding-bottom: 40px; */
    position: relative;
    background: url(/assets/abc2020/discount/246/images/main-bg.webp) top center no-repeat;
    background-size: auto 100%;
}
.top-banner {
    width: 100%;
    position: relative;
    z-index: 2;
}
.waitting-box {
    position: relative;
    display: block;
    width: 1200px;
    margin: 0 auto;
}
.main-content-bg {
    position: relative;
    z-index: 1;
    /* background: url(/assets/abc2020/discount/246/images/main-bg.webp) center top no-repeat;
    background-size: cover; */
    margin-top: -80px;
    padding: 0 0 40px;
}
.waitting-title {
    position: absolute;
    left: 48px;
    height: 44px;
    top: 88px;
}
.waitting-fonts {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 534px;
    height: 88px;
    color: #FFFFFF;
    font-size: 34px;
    margin-top: 44px;
    background: linear-gradient(275deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 50%, rgba(0,0,0,0) 100%);
}
.waitting-img {
    width: 100%;
    margin-top: 78px;
}
.main-content-box {
    width: 1200px;
    margin: 0 auto 0;
    position: relative;
}
.content-table {
    text-align: center;
    position: relative;
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.07);
    border-radius: 20px;
    padding-bottom: 40px;
    background: linear-gradient(180deg, #F1F2F5 0%, #FFFFFF 13%);
}
.content-table1 {
    background: linear-gradient(180deg, #FAF6E7 0%, #FFFFFF 13%);
}
.content-table2 .table-list-box {
    background: #FFFFFF;
}
.table-title {
    font-size: 18px;
    color: #AA850A;
    height: 78px;
    padding: 0 20px;
    position: relative;
}
.title-center {
    position: absolute;
    top: 46px;
    left: 188px;
    font-weight: bold;
}
.title-side-right2 {
    font-size: 24px;
    position: absolute;
    right: 64px;
    top: 30px;
    color: #AA850A;
}
.title-side-right3 {
    position: absolute;
    right: 20px;
    top: 44px;
    font-size: 18px;
}
.title-side-right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* position: relative; */
    z-index: 2;
}
.rules-icon {
    width: 16px;
    margin-right: 5px;
}
.table-title-bg {
    position: absolute;
    top: 12px;
    left: 48px;
    z-index: 3;
    height: 60px;
}
.title-side-left {
    width: 88px;
}
.table-list-box {
    font-size: 18px;
    width: 1068px;
    margin: 0 auto;
}
#toggleContent {
    overflow: hidden;
    border: #CECFD3 1px solid;
    border-radius: 0 0 10px 10px;
}
.table-list-title {
    height: 60px;
    background: #F5F5F7;
    border: #CECFD3 1px solid;
    border-radius: 10px 10px 0 0;
    color: #50556D;
    font-size: 22px;
    border-bottom: none;
}
.table-content-list {
    height: 60px;
    background: #FFFFFF;
}
.table-content-list-left, 
.table-content-list-center, 
.table-content-list-right
{
    color: #50556D;
}
.toggle-list .table-content-list-right
{
    color: #086BC6;
}
.table-content-list-center {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content-table3 {
    margin-top: 40px;
}
.toggle-btn {
    padding: 16px 0 0;
    font-size: 18px;
    color: #4D4D4D;
    /* border-top: #DADFE6 1px solid; */
}
.toggle-icon {
    font-size: 16px;
    margin-left: 4px;
    transform: rotate(90deg);
}
.toggle-icon2 {
    transform: rotate(270deg);
}
#switchToHide {
    display: none;
}
.toggle-list {
    position: relative;
    height: 60px;
}
.rules-list-box {
    padding: 0px 0 0;
    width: 1068px;
    margin: 0 auto;
}
.rules-list-left {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 6px;
    background: #2379C9;
}
.rules-list-right {
    color: #232A37;
    font-size: 22px;
}
.rules-list-box2 {
    padding: 0;
    text-align: left;
}
.rules-content-fonts {
    margin-top: 10px;
    font-size: 18px;
}
.rules-popup-title {
     text-align: center;
     height: 80px;
     /* background: linear-gradient(180deg, #FAF3E2 0%, #FFFFFF 100%); */
}
.rules-title-img {
    margin-top: 12px;
    width: unset;
    height: 50px;
}
.rules-popup-content {
    width: 90%;
    margin: -10px auto 0;
    font-size: 12px;
    padding: 20px 0;
    border-top: rgba(195, 202, 215, .7) 1px solid;
}
.rules-popup-content-list {
    margin-top: 6px;
    font-size: 18px;
    color: #818794;
    line-height: 26px;
}
.rules-popup-content-list:first-child {
    margin-top: 0;
}
body .rules-popup {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    overflow: hidden;
}
body .close-rules-btn {
    position: absolute;
    top: 20px;
    right: 5%;
    font-size: 30px;
    transform: rotate(45deg);
}
.rules-body {
    display: none;
    width: 800px;
    background: linear-gradient(180deg, #DDEFFF 0%, #FFFFFF 13%);
}
.sub-popup-body {
    display: none;
    padding: 15px;
}
body .sub-popup {
    /* background: #000000; */
    border-radius: 15px;
    font-size: 15px;
    color: #646464;
    display: flex;
    justify-content: center;
    align-items: center;
}
.success-icon {
    height: 20px;
    margin-right: 6px;
}
.active-index {
    margin-right: 6px;
}
.match-info-body {
    padding-top: 10px;
    height: 228px;
    /* border-radius: 25px; */
    text-align: center;
    background: url('../images/match-content-bg.png') no-repeat;
    background-size: 100% 100%;
    position: relative;
    z-index: 2;
    /* box-shadow: 0px 0px 6px rgb(0 0 0 / 10%); */
}
.match-title-img {
    width: 488px;
    margin-top: 20px;
}
.match-content {
    margin-top: 15px;
}
.match-content-side {
    width: 30%;
}
.top-team-logo {
    height: 78px;
}
.bottom-team-name {
    margin-top: 10px;
    padding:0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
}
.match-content-center {
    width: 40%;
}
.league-name {
    font-size: 18px;
}
.vs-logo {
    height: 36px;
    margin-top: 15px;
}
.time-info {
    width: 118px;
    height: 30px;
    line-height: 30px;
    background: #A8B3C3;
    border-radius: 20px;
    color: #FFFFFF;
    margin: 15px auto 0;
    font-size: 18px;
}
body .input-popup {
    border-radius: 6px;
    overflow: hidden;
}
.input-popup-body {
    display: none;
    border-radius: 6px;
}
.top-line {
    height: 10px;
    background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.title-box {
    margin-top: 15px;
}
.title-left-line {
    width: 4px;
    height: 20px;
    background: #78BDF2;
}
.title-fonts {
    color: #303030;
    font-size: 16px;
    margin-left: 6px;
}
.input-box {
    margin-top: 15px;
    padding: 0 25px;
}
.input-list {
    display: block;
    width: 248px;
    height: 30px;
    line-height: 30px;
    color: #7C8591;
    font-size: 16px;
    padding: 4px 12px;
    border: none;
    border-radius: 5px;
    background: #EEF0F5;
}
.input-list:last-child {
    margin-top: 10px;
}
.input-bottom-box {
    margin-top: 20px;
    border-top: #E4E6ED 1px solid;
}
.input-bottom-list {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}
.input-bottom-list2 {
    color: #A8B3C3;
    border-left: #E4E6ED 1px solid;
}
.content-table4 {
    margin-top: 48px;
}
.title-center-blue {
    color: #1066D5;
}
.video-content-box {
    width: 1000px;
    height: 562px;
    overflow: hidden;
    margin-top: 20px;
}
#readyLiving {
    border: none;
    outline: none;
    display: none;
}
#waittingLiving {
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.rules-list-title-mg {
    margin-top: 10px;
}
/* 确认弹框 */
.confirm-sub-line {
    height: 10px;
    background: #000;
    background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
}
.confirm-sub-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #303030;
    margin-top: 12px;
}
.confirm-sub-title-left {
    width: 4px;
    height: 17px;
    background: #78BDF2;
    margin-right: 6px;
}
.rules-list-box2 .rules-content-fonts {
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
}
.confirm-sub-radio {
    margin-top: 14px;
}
.radio-icon {
    margin-top: 2px;
    color: #7C8591;
}
.confirm-sub-radio-list span {
    color: #7C8591;
    font-size: 16px;
}
.confirm-sub-radio-list-activing .radio-icon {
    color: #333333;
}
.confirm-sub-radio-list-activing span {
    color: #333333;
}
.prize-img-box {
    border-radius: 20px;
    width: 1090px;
    margin: 10px auto 0;
}
.prize-table-box {
    margin-bottom: 24px;
}
.prize-table-left {
    width: calc(100% - 960px);
}
.prize-table {
    width: 960px;
    background: linear-gradient(156deg, #86CAFF 0%, #2479E6 100%);
    padding: 0 30px 30px;
    border-radius: 20px;
    position: relative;
}
.prize-table-vip-box {
    width: 180px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(359deg, #71B9FC 0%, #3487ED 100%);
    border-radius: 20px 0px 0px 20px;
    left: -130px;
    top: 68px;
}
.prize-table-vip-list {
    height: 60px;
    width: 120px;
    border-bottom: #FFFFFF 1px solid;
    font-size: 20px;
    font-weight: bold;
    margin-left: 20px;
    color: #FFFFFF;
}
.prize-table-vip-list:last-child {
    border-bottom: none;
}
.prize-table-title-list {
    width: 50%;
    font-size: 22px;
    color: #FFFFFF;
    height: 68px;
    font-family: PingFang SC;
}
.prize-table-title-line {
    width: 1px;
    height: 24px;
    background: rgba(255,255,255,0.8);
    opacity: 0.5;
    border-radius: 5px;
}
.prize-table-title-list {
    width: 50%;
    font-size: 22px;
    color: #FFFFFF;
    height: 68px;
    font-family: PingFang SC;
}
.prize-table-content {
    background: #FFFFFF;
    border-radius: 20px;
    position: relative;
    z-index: 2;
    overflow: hidden;
}
.prize-table-content-line:nth-child(odd) {
    background: #F7FAFF;
}
.prize-table-content-line-list {
    width: 50%;
}
.prize-table-content-line-list-fonts {
    height: 60px;
    font-family: DIN Alternate;
    font-size: 22px;
    width: 300px;
}
.prize-table-content-line-list:first-child .prize-table-content-line-list-fonts {
    color: #454A5F;
}
.prize-table-content-line-list:last-child .prize-table-content-line-list-fonts {
    color: #3689ED;
}
.prize-table-content-line:last-child .prize-table-content-line-list-fonts {
    border-bottom: none;
}
.sub-btn-246 {
    width: 486px;
    height: 56px;
    background: linear-gradient(144deg, #70BAF3 0%, #229FFB 100%);
    border-radius: 58px 58px 58px 58px;
    font-size: 24px;
    font-family: PingFang SC-Bold, PingFang SC;
    color: #FFFFFF;
    margin: 40px auto 0;
}
.input-top-red-fonts {
    font-size: 14px;
    font-family: PingFang SC-Bold, PingFang SC;
    font-weight: bold;
    margin-top: 20px;
    color: #E13818;
    margin-bottom: 4px;
}
.top-line {
    height: 10px;
    background: linear-gradient(90deg, #78BDF2 0%, #2383FC 100%);
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.title-box {
    margin-top: 15px;
}
.title-left-line {
    width: 4px;
    height: 20px;
    background: #78BDF2;
}
.title-fonts {
    color: #303030;
    font-size: 16px;
    margin-left: 6px;
    font-weight: bold;
}
.input-box {
    margin-top: 15px;
    padding: 0 15px;
}
.input-list {
    display: block;
    width: 330px;
    height: 40px;
    line-height: 30px;
    color: #7C8591;
    font-size: 15px;
    padding: 2px 6px;
    border: none;
    border-radius: 5px;
    background: #EEF0F5;
    margin-top: 10px;
}
.input-list:first-child {
    margin-top: 0;
}
.input-bottom-box {
    margin-top: 20px;
    border-top: #E4E6ED 1px solid;
}
.input-bottom-list {
    width: 50%;
    text-align: center;
    padding: 12px 0;
}
.input-bottom-list2 {
    color: #A8B3C3;
    border-left: #E4E6ED 1px solid;
}
body .chosing-menu-box {
    width: 328px;
    text-align: center;
    border-radius: 10px;
}
.table-list-content {
    overflow: hidden;
    border: #CECFD3 1px solid;
    border-radius: 0 0 10px 10px;
}
.content-table1 .table-content-list-right {
    color: #3E3F41;
}
.table-title-bg2 {
    height: 50px;
}
.right-rules-box {
    position: absolute;
    top: 26px;
    right: 64px;
    font-size: 24px;
    color: #AA850A;
}
.table-content-list:not(:last-child) {
    border-bottom: #CECFD3 1px solid;
}








.flex-between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-start {
    display: flex;
    justify-content: start;
    align-items: center;
}
.w25 {
    width: 25%;
}
.w33 {
    width: 33.3%;
}
.gray-fonts {
    color:#7C8591;
}
.status-fonts {
    /* font-size: 16px; */
}
.bold {
    font-weight: bold;
}
.blue {
    color: #1066D5;
}
.green {
    color: #50BE44;
}
.red {
    color: #E90619;
}
.normal-fonts {
    font-size: 16px;
    font-weight: normal;
}
input:focus {
    box-shadow:  0 0 0 1px #0F93F5;
    background: #FFFFFF;
}
input[type=number] {  
    -moz-appearance:textfield;  
}  
input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;  
    margin: 0;  
} 
.closeBtnActived {
    color: #B3BDCA;
}
.cfmBtnActived {
    color: #1D9DFC;
}
.cursor,
.cursor-normal {
    cursor: pointer;
    transition: all .3s;
}
.cursor:hover {
    transform: scale(1.1);
}
.alert-icon {
    width: 28px;
    margin-right: 10px;
}
body .layui-layer {
    border-radius: 10px;
    overflow: hidden;
    min-width: unset;
}
body .layui-icon-about {
    color:#E55660;
    font-size: 24px;
    margin-top: 2px;
    margin-right: 4px;
}
body .layui-icon-close {
    color: #7C8591;
}
#successPopupBody,
#alertPopupBody {
    /* background: #000000; */
    color: #646464;
    font-size: 18px;
    font-weight: bold;
}
