.main-wrap{
    
    color: rgba(255,255,255,0.6);
    font-family: Montserrat-Regular, Montserrat-SemiBold, Montserrat;
    padding:0 24px;
    /* margin-bottom: 300px; */
    /* padding-bottom: 290px; */
}
.main-content{
    top: 88px;
    max-width: 926px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    
    /* padding-bottom: 300px; */
    z-index: 2;

}
.main-content .limited{
    text-align: center;
    font-weight: 600;
    color: rgba(255,255,255,0.8);
    line-height: 24px;
    font-size: 16px;
    margin-bottom: 16px;
}
.main-content> h1{
    font-weight: bold;
    /* color: #FBBC00; */
    color: #000;
    line-height: 72px;
    font-size: 64px;
    text-align: center;
    margin-bottom: 56px;
}
.main-content p, .main-content li{
    font-size: 18px;
    font-family: Montserrat-Regular, Montserrat;
    font-weight: 400;
    /* color: rgba(255,255,255,0.6); */
    color: #000;
    line-height: 28px;
    
    margin-bottom: 28px; 
}
.main-content li{
    list-style-type: disc;
    margin-left: 28px;
    margin-bottom: 0;
}
.main-content ul{
    margin-bottom: 28px;
}
.main-content table{
    margin: 24px 0 4px 0;
}
.main-content h4{
    font-size: 24px; 
    font-weight: 600;
    /* color: rgba(255,255,255,0.8); */
    color: #000;
    line-height: 32px;
    margin: 64px 0 24px 0;
}
.main-content table td{
    /* border: 1px solid rgba(255,255,255,0.3); */
    border: 1px solid #000;
    color: #000;
    padding:9px 16px;
    
}
.main-content table td p span{
    font-size: 14px;
    line-height: 22px;
    font-family: Montserrat-Regular, Montserrat;
    /* color: rgba(255,255,255,0.8); */
    color: #000;
    font-weight: 600;

}
.main-content table .tbody-top{
    width: 380px;
}
.main-content table .table-color p span{
    /* color: rgba(255,255,255,0.6); */
    color: #000;
    font-weight: 400;
}
.main-content a{
    text-decoration:underline;
    color: 	#0000ee;
}
.main-content a:hover{
    color: #2ABECF;
}
.main-content .underline{
    text-decoration:underline;
}
.main-content .color-deep{
    /* color: rgba(255,255,255,0.8); */
    color: #000;
}
.footbox{
    /* height: 150px !important; */
    max-height: 150px !important;
}

.table-wrap::-webkit-scrollbar {
    /* display: none; */
}
/* 然后，创建一个自定义样式的滚动条 */
.table-wrap::-webkit-scrollbar {
    width: 10px;
}

.table-wrap::-webkit-scrollbar-track {
    background: #262626;
    border-radius: 0;
    border: none;

}

.table-wrap::-webkit-scrollbar-thumb {
    background: rgb(58, 58, 58);
}

.table-wrap::-webkit-scrollbar-thumb:hover {
    /* background: #555; */
}
@media screen and (max-width: 750px) {
    .main-content{
        top: 138px;
    }
    .main-content .limited{
        line-height: 24px;
        margin-bottom: 4px;
    }
    .main-content> h1{
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 40px;
    }
    .main-content p, .main-content li{
        font-size: 14px;

        line-height: 22px;
        
        margin-bottom: 22px; 
    }
    .main-content .table-wrap{
        overflow: auto;
        
    }
    .main-content .table-wrap table{
        width: 750px;
    }
    #logo a{
        /* margin-right: 40px; */
        display: block;
        margin-top: 13px;
    }
    #logo img {
        display: block;
    }
    #logo span{
        display: block;
        margin-left: 0;
        margin-top: 16px;
    }
}

body {
    background-color: #fff;
}
