.separator {
    display: none;
}

.none {
    display: none;
}

.block {
    display: block;
}

header.header-top .nav {
    font-size: 16px;
    display: none;
}

header.header-top .site-nav {
    display: none;
    margin-top: 0;
    background: #3B454F;
    width: 100%;
    margin-right: 0;
}

header.header-top .user {
    display: none;
}

header.header-top .nav {
    float: left;
    height: 100px;
}

header.header-top .nav>li {
    float: left;
    padding: 0 18px;
    position: relative;
    line-height: 100px;
}

header.header-top .nav>li a {
    color: #fff;
}

header.header-top .nav .active a {
    color: #34D3AF;
}

header.header-top .user {
    float: right;
    font-size: 0;
    margin-top: 40px;
}

header.header-top .user .user-center {
    display: inline-block;
    line-height: 100px;
    position: relative;
}

header.header-top .user .user-center img {
    vertical-align: middle;
    cursor: pointer;
}

header.header-top .user .user-center:hover .drop-down {
    display: block;
}

header.header-top .user .user-center .drop-down {
    display: none;
    position: absolute;
    top: 80px;
    width: 220px;
    left: 50%;
    margin-left: -110px;
    padding: 10px 0px 20px;
    line-height: 20px;
    background: #3B454F;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

header.header-top .user .user-center .drop-down>li {
    line-height: 36px;
    cursor: pointer;
    font-size: 12px;
    color: #fff;
    padding-left: 20px;
}

header.header-top .user .user-center .drop-down>li:hover {
    background: rgba(255, 255, 255, 0.10);
}

header.header-top .user .user-center .drop-down>li a {
    display: block;
    color: #fff;
}

header.header-top .user .user-center .drop-down>li img {
    vertical-align: middle;
    margin-right: 10px;
}

header.header-top .user .user-btn {
    vertical-align: middle;
    outline: none;
    font-size: 12px;
    display: inline-block;
    width: 100px;
    line-height: 22px;
    background: transparent;
    margin-left: 25px;
    cursor: pointer;
    text-align: center;
    position: relative;
    border: 1px solid #34D3AF;
    border-radius: 31.5px;
    color: #34D3AF;
}

header.header-top .user .user-btn:hover {
    color: #fff;
    background: #34D3AF;
}

header.header-top .user .user-btn.lang {
    color: #fff;
    padding: 0;
    margin: 0;
    margin-left: 25px;
}

header.header-top .user .user-btn.lang:hover {
    color: #9B9B9B;
    background: transparent;
}

header.header-top .user .user-btn.lang:hover .lang_list {
    display: block;
}

header.header-top .user .user-btn .lang_list {
    display: none;
    width: 100%;
    position: absolute;
    line-height: 28px;
    color: #fff;
    background: #3B454F;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    border-radius: 4px;
}

header.header-top .user .user-btn .lang_list .lang_item {
    background: transparent;
    color: #fff;
    display: block;
}

header.header-top .user .user-btn .lang_list .lang_item:hover {
    background: rgba(255, 255, 255, 0.10);
}

header.header-top .user .lang {
    border: 1px solid #979797;
    border-radius: 10px;
}

.section-us .desc {
    overflow: hidden;
}

.section-us .desc ul {
    float: right;
    display: flex;
}

.section-us .desc ul li {
    margin-left: 20px;
}

@media (max-width: 481px) {
    .header-top .site-nav {
        display: none;
        opacity: 1;
    }

    .header-top .logo-wrapper .logo img {
        max-height: 20px;
    }

    .header-top .right_btns {
        position: absolute;
        width: 30%;
        right: 0;
    }

    .header-top .user_btn {
        display: block;
        vertical-align: middle;
        line-height: 48px;
    }

    .header-top.menu-visible .menu-nav {
        display: block;
    }

    .header-top.user-visible .user-nav {
        display: block;
        margin-right: 16px;
        opacity: 1;
        visibility: visible;
        height: auto;
    }
    .header-top{
        background: #343434;
    }
}

@media (min-width : 482px) {

    .separator {
        display: block;
    }

    .header-top .user_btn {
        display: none;
    }

    header.header-top .nav {
        display: block;
    }

    header.header-top .site-nav {
        display: none;
    }

    header.header-top .user {
        display: block;
    }

    .header-top .site-nav li.unseparator {
        display: none;
    }

    .container {
        width: 1320px;
        margin: 0 auto;
    }

    .header-top .logo-wrapper {
        margin-top: 0;
        margin-left: 0;
    }

    .header-top {
        height: 100px;
    }

    .header-top .logo-wrapper .logo {
        line-height: 100px;
        margin: 0;
        margin-right: 50px;
    }

    .section {
        padding: 0;
        background-size: 1920px;
        background-position: top center;
    }

    .section-home {
        background-image: url('../img/1.png');
    }

    .section-eth {
        background-image: url('../img/2.png');
    }

    .section-game {
        background-image: url('../img/3.png');
    }

    .section-us {
        background-image: url('../img/4.png');
    }
    .section-eggs {
        background-image: url('../img/5.png');
    }

    .section-us .c-right {
        min-height: 400px;
    }

    .section-us .c-right .desc ul {
        margin-top: 120px;
        float: left;
        display: flex;
    }

    .section-us .c-right .desc ul li {
        flex: 1;
    }

    .section.section-home .content .c-left {
        margin-top: 100px;
    }

    .section .content.with-clock .c-left .c-clock .img-top {
        background: rgba(255, 255, 255, 0.70);
    }

    .section .content .btns {
        margin-top: 50px;
        background: #2ac276;
        border-radius: 20px;
        width: 248px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }

    .btns a {
        color: #fff;
    }
}


.comingsoon {
    padding: 3.125rem 0.625rem 3.125rem;
    min-height: 100%;
    padding-bottom: 1.25rem;
    background-image: linear-gradient(-174deg, #0f1b29 29%, #25216c 92%);
}

.comingsoon h2.comingsoon_title {
    font-size: 3rem;
    line-height: 3.75rem;
    color: #ffffff;
    text-align: center;
}

.comingsoon .comingsoon_text {
    font-size: 0.875rem;
    color: #ffffff;
    text-align: center;
    margin: 0.625rem 0;
}

.comingsoon .bg {
    text-align: center;
}

.comingsoon .bg img {
    width: 22.125rem;
}

.comingsoon .aync_text {
    margin-top: 2.5rem;
    text-align: center;
}

.comingsoon .aync_text .text {
    font-size: 1rem;
    color: #ffffff;
    width: 17.21875rem;
    line-height: 1.3125rem;
    margin: 0 auto;
}

.comingsoon .aync_text button {
    margin-top: 2.75rem;
    background: #34d3af;
    border-radius: 1.375rem;
    width: 100%;
}

.comingsoon .aync_text .hascode {
    font-size: 1.125rem;
}

.comingsoon .aync_text .hascode .title {
    font-weight: bold;
}

.comingsoon .aync_text .hascode .name {
    margin-left: 0.3125rem;
    text-decoration: underline;
}

.comingsoon .aync_text .hascodetext {
    font-size: 1rem;
    margin-top: 0.3125rem;
}

.comingsoon .activity_rules h3 {
    font-size: 1.125rem;
    color: #ffffff;
    text-align: center;
    margin-top: 1.5625rem;
}

.comingsoon .activity_rules section {
    margin-top: 1.25rem;
    line-height: 1.25rem;
    font-size: 0.75rem;
}

.comingsoon .activity_rules section p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(255, 255, 255, 0.8);
}

.comingsoon .activity_rules section p span {
    margin-left: 0.3125rem;
}

.layui-layer-dialog .layui-layer-content {
    font-size: 18px !important;
    word-wrap: break-word !important;
}

.layui-layer-hui {
    background: rgba(0, 0, 0, 0.8) !important;
}