@media only screen and (max-width: 1024px) {

}

@media only screen and (min-width: 1024px) {
    .st_scale {
        /*transform: scale(0.8);*/
        /*transform-origin: top center;*/
        zoom: 0.8;
    }
}

    body {
        max-width: 1024px;
        width:100%; overflow-x:hidden;
        min-height: 800px;
        height: 100%;
        margin: auto;
        /*padding: 0;*/
        font-family: "NotoSans";
        font-weight: normal;
        line-height: 1.2;
        text-align: center;
        color: black;
        font-size: 0px;
        /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);*/
        /*background: linear-gradient(180deg, rgba(217, 217, 217, 0) 3.12%, #D9D9D9 100%);*/
        background: #efefff;
    }


    h1, h2, h3, h4, h5, h6 {
        padding: 0;
        margin: 0;
        text-transform: uppercase;
    }

    p {
        font-size: 16px;
        margin: 0px;
        position: relative;
    }

    ui, li {
        display: block;
    }

    .header {
        position: fixed;
        width: 1024px;
        height: 80px;
        z-index: 15;
        border-bottom: solid;
        border-width: 1px;
        border-color: #4E7FFF;
        background: #fff;
    }

    .wrapper{
        min-height: 100%;
        display: flex;
        flex-direction: column;
    }

    .main{
        flex: 1 1 auto;
    }

    .header_top {
        position: relative;
        height: 80px;
        display: flex;
        justify-content: space-between;
    }

    .header_logo {
        position: relative;
        display: block;
        color: inherit;
        width: 250px;
        height: 80px;
    }

    .header_logo img {
        width: 160px;
        height: 25px;
        margin: 25px 15px 15px 77px;
    }

    .header_chat{
        position: relative;
        display: block;
        color: inherit;
        width: 180px;
        height: 80px;
    }

    .header_chat img {
        margin: 10px 15px 0 30px;
    }

    .header_chat div {
        position: absolute;
        top: 5px;
        left: 110px;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        border: solid 3px #ff2828;
        padding: 5px;
        font-size: 26px;
        font-weight: bold;
        background-color: #fff;
        color: #4E7FFF;
    }

    .header_bottom {
        position: relative;
        height: 80px;
        display: flex;
        width: 950px;
        margin: 0 70px;
    }

    .main_info{
        color: #0047ff;
        font-size: 30px;
        font-weight: bold;
    }

    .header_bottom_logo{
        position: relative;
        margin: 20px 0px;
        width: 260px;
    }

    .header_bottom_rules{
        text-decoration: none;
        color: #608cff;
        font-size: 30px;
        font-weight: bold;
        display: flex;
        margin: 10px 20px 10px 220px;
        padding: 10px;
        background-color: #e9efff;
        border-radius: 15px;
        width: 450px;
    }

    .header_bottom_rules img{
        width: 50px;
        height: 50px;
        margin: 0px 10px 0px 0px;
    }

    .banner_bottom{
        position: relative;
        width: 870px;
        padding: 10px 77px;
    }

    .banner_bottom a img{
        margin: 10px 0px;
    }

    .footer_style{
        width: 1024px;
        height: 230px;
        background: #FFFFFF;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    }

    .footer_top{
        display: flex;
        flex-wrap: wrap;
        width: 900px;
        padding: 0px 62px;
        height: 145px;
    }

    .footer_top a{
        text-decoration: none;
        color: #608cff;
        font-size: 26px;
        font-weight: bold;
        display: inline-block;
        margin: 10px 20px 10px 0px;
        padding: 10px;
        background-color: #e9efff;
        border-radius: 15px;
        height: 40px;
    }

    .footer_bottom{
        position: relative;
        display: flex;
        width: 900px;
        padding: 0px 62px;
        height: 80px;
    }

    .footer_bottom span{
        width: 175px;
        color: #000;
        font-size: 26px;
        color: #608cff;
        text-align: left;
        height: 60px;
        padding: 5px 0px 10px 0px;
        font-weight: bold;
    }