body,
div,
h1,
h2,
h3,
h4,
html,
p {
    margin: 0;
    padding: 0
}

body {
    background: #f4f4f4
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 20px;
    line-height: 24px;
    margin: 30px 0 8px
}

h3 {
    font-size: 16px;
    margin: 8px 0
}

p {
    font-size: 14px
}

p+p {
    margin-top: 15px
}

li+li {
    margin-top: 3px
}

ol,
ul {
    padding-left: 20px
}

ol.roman {
    list-style-type: lower-roman
}

ol.abc {
    list-style-type: lower-alpha;
    margin: 10px 0;
    margin-left: 16px
}

ol h3 {
    text-decoration: underline
}

.reset-box,
.reset-box .counter-box ol {
    padding-left: 0;
    counter-reset: numbers
}

.reset-box .counter-box h2::before,
.reset-box .counter-box ol li::before {
    content: counters(numbers, '.') ' ';
    counter-increment: numbers
}

.reset-box .counter-box ol li {
    padding-left: 40px;
    position: relative
}

.reset-box .counter-box ol li::before {
    position: absolute;
    left: 0
}

.reset-box .counter-box ol li::marker {
    content: none
}

.reset-box .counter-box ol.abc li,
.reset-box .counter-box ol.roman li {
    padding-left: 0
}

.reset-box .counter-box ol.abc li::before,
.reset-box .counter-box ol.roman li::before {
    content: ''
}

.reset-box .counter-box ol.abc li::marker,
.reset-box .counter-box ol.roman li::marker {
    content: inherit
}

.txt-sm {
    font-size: 12px
}

.align-r {
    text-align: right
}

.fwb {
    font-weight: 700
}

.page-top {
    position: fixed;
    width: 100%;
    height: 55px;
    padding: 0 16px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    z-index: 9
}

.page-new-top {
    position: fixed;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    box-sizing: border-box;
    background-color: #0a070Fa0;
    color: #fff;
    padding: 0 30px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9
}

.logo,
.logo img {
    height: 30px
}

.page-top a {
    color: #000;
    margin-left: 18px;
    font-size: 16px;
    text-decoration: none
}

.page-new-top a {
    margin-left: 18px;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-weight: 700
}

.page-new-top .logo,
.page-new-top .logo img {
    height: 47px
}

.page-top .mobile-tab {
    display: none
}

.page-top #menu {
    margin-left: 20px;
    cursor: pointer;
    font-size: 16px
}

.page-top .arrow-down {
    width: 10px;
    height: 10px;
    display: inline-block;
    background: url(arrow-down.svg) center no-repeat
}

.page-top .icon-cross {
    width: 32px;
    height: 32px;
    display: inline-block;
    background: url(close.svg) center no-repeat
}

.sub-menu {
    z-index: 9;
    position: absolute;
    display: none;
    top: 55px;
    left: 0;
    background: #fff;
    border-radius: 2px;
    padding: 9px 10px
}

.sub-menu2 {
    width: 165px;
    z-index: 9;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
    background: #fff;
    border-radius: 2px;
    padding: 9px 10px
}

.sub-menu a {
    margin-left: 0;
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px
}

.sub-menu2 a {
    margin-left: 0;
    display: block;
    color: #000;
    line-height: 32px;
    font-size: 14px;
    padding: 0 15px
}

.sub-menu a:hover {
    background: #f7f9fc
}

.sub-menu2 a:hover {
    background: #f7f9fc
}

.container {
    max-width: 960px;
    margin: 60px auto;
    text-align: justify;
    font-size: 14px
}

.page-box {
    padding: 0 16px
}

.page-box a {
    color: #3761ff
}

.top-box {
    margin-bottom: 30px;
    padding-top: 10px
}

.top-box h3 {
    margin-bottom: 0
}

.img-box img {
    width: 100%
}

.page-footer {
    background: #222;
    color: #6c6c6c;
    text-align: center;
    padding: 40px 0
}

.copy-info {
    margin-top: 14px;
    margin-bottom: 14px;
    font-size: 14px
}

.nav-list {
    list-style: none;
    text-align: center;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 30px
}

.nav-list li {
    display: inline-block;
    margin: 0 10px;
    font-size: 13px
}

.nav-list li a {
    color: #ffffffa8;
    text-decoration: none
}

.osb {
    text-align: center
}

.osb ul {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding-left: 0
}

.osb ul li img {
    display: block;
    height: 24px
}

.newTab {
    position: relative
}

.pop-content {
    display: none
}

.social-list .the-list {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 14px
}

.social-list .the-list a {
    color: #000
}

.social-list .the-list svg {
    width: 32px;
    margin: 0 5px
}

.the-login {
    background: linear-gradient(90deg, #ff78ff, #32e5ff);
    border-radius: 20px;
    padding: 5px;
    color: #000;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

.the-login .the-txt {
    font-size: 15px;
    font-weight: 700;
    padding: 0 10px;
    display: block
}

.the-login .user-icon {
    width: 32px;
    height: 32px;
    background: #000;
    border: solid 2px #fff;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center
}

.the-login .user-icon svg {
    width: 20px
}

.page-new-top .top {
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (max-width:680px) {
    .the-login .user-icon {
        display: none
    }

    .nav-list li::after {
        display: none
    }

    .top-title {
        display: none !important
    }

    .page-top .mobile-tab {
        display: block
    }

    .page-top .mobile-coin {
        position: absolute;
        top: 10px;
        right: 30px
    }

    .page-top .mobile-logo {
        margin-top: 50px;
        margin-bottom: 15px
    }

    .page-top .random-header-btn {
        display: flex;
        justify-content: center
    }

    .page-top .random-header-btn .btn {
        width: 300px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        font-weight: 700;
        border-radius: 100px;
        margin-top: 20px;
        background: linear-gradient(90deg, #ff78ff 0, #32e5ff 100%)
    }

    .page-top .mobile-logo img {
        display: block;
        height: 2.5rem;
        margin: 0 auto
    }

    .nav-list li+li {
        margin-left: 0
    }

    .page-top {
        justify-content: space-between
    }

    .page-new-top {
        height: 50px;
        background: #17161f;
        padding: 0 15px 0 10px
    }

    .page-new-top .logo,
    .page-new-top .logo img {
        height: 30px
    }
}

@media only screen and (max-width:767px) {
    .newTab {
        position: static
    }

    .hidden-xs-only {
        display: none !important
    }

    .page-top #menu {
        font-size: 0;
        margin-left: auto
    }

    .page-top .arrow-down {
        width: 30px;
        height: 30px;
        display: inline-block;
        background: url(list.svg) center no-repeat
    }

    .sub-menu {
        width: 100%
    }

    .sub-menu2 {
        top: 0;
        height: 100%;
        width: 100%;
        position: fixed;
        background-color: #000;
        padding: 0
    }

    .sub-menu2 a {
        color: #fff;
        font-size: 14px;
        padding: 0 0 15px 25px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .11372549019607843)
    }

    .img-box {
        margin: 26px -16px
    }

    .page-footer {
        padding: 1.2rem .5rem 2rem;
        margin-top: -2.3rem
    }

    .page-footer ul {
        margin-bottom: .6rem
    }

    .page-footer li {
        display: block;
        line-height: 36px;
        margin: 0;
        font-size: 13px
    }

    .page-footer .copy-info {
        font-size: 12px
    }
}

@media only screen and (min-width:768px) {
    .hidden-sm-and-up {
        display: none !important
    }

    h1 {
        text-align: center
    }

    .flex-box {
        display: flex;
        justify-content: space-between;
        margin-top: 30px;
        align-items: center
    }

    .flex-box:nth-of-type(odd) .img-box {
        order: 2
    }

    .img-box,
    .txt-box {
        width: 47%;
        order: 1
    }

    .txt-box h2:first-of-type {
        margin-top: 0
    }
}

[lang=ar] {
    direction: rtl;

    .page-top #menu {
        margin-right: auto;
        margin-left: 18px;
    }
}



@media screen and (max-width:680px) {
    .mobel-nav-box {
        position: fixed;
        z-index: 999;
        width: 75% !important;
        left: 0;
        top: 0 !important;
        height: 100% !important;
        /* background: rgba(0, 0, 0, 0.3); */
        background: #fff;
        display: flex;
        flex-direction: column;
        padding-top: 0.64rem !important;
        align-items: center;
        text-align: left;
        border: unset !important;
    }

    .mobel-nav-box .logo {
        width: 3.39rem;
        padding-left: 0.74rem;
        margin-top: 1.5rem;
        height: auto;
        box-sizing: content-box;
    }

    .mobel-nav-box .close {
        position: absolute;
        left: 0.48rem;
        top: 0.6rem;
        width: 0.97rem;
    }

    .mobel-nav {
        padding-left: 0.74rem;
        padding-right: 0.74rem;
        display: block !important;
        margin: 0 !important;
        margin-top: 1.1rem !important;
        margin-bottom: 1.1rem !important;
        background: #fff;
        z-index: 10;
        /* bottom: 0; */
        /* height: 100%; */
        width: 100%;
        /* padding: 0.3rem 0.5rem 0.5rem 0.5rem; */
        /* border-radius: 0.3rem 0.3rem 0 0; */
        /* width: 100%; */
        box-sizing: border-box;
        /* position: fixed; */
        list-style: none;
    }

    #home-landpage .head-menu ul li a {
        color: #000;
    }

    .mobel-nav li {
        /* margin-top: 0.3rem; */
        /* margin-bottom: 0.3rem; */
        font-size: 0.37rem !important;
        /* border-bottom: .5px solid rgba(0,0,0,.14); */
        /* height: 40px; */
        line-height: 40px;
        margin-top: 1rem;
        list-style: none;
    }

    .mobel-nav li a {
        color: #000;
        text-decoration: unset !important;
    }

    .mobil-login {
        border-radius: 0.67rem;
        background: linear-gradient(90deg, #ff78ff, #32e5ff);
        font-size: 0.39rem;
        font-weight: bold;
        color: #000;
        display: inline;
        width: 210px;
        margin-top: 100px;
        position: absolute;
        bottom: 15%;
        left: 30px;
        height: 50px;
        text-align: center;
        line-height: 50px;
    }

    .head-menu ul li {
        color: #000;
        font-size: 0.39rem !important;
        line-height: 0.46rem !important;
        font-weight: bold;
    }

    .head-menu ul li .content {
        margin-top: 0.5rem;
    }

    .head-menu ul li .content li a {
        font-size: 0.34rem !important;
        line-height: 0.82rem !important;
    }

    .head-menu ul li .content li {
        opacity: 0.6;
        margin-top: 0.2rem;
    }

    .mobel-nav li {
        /* margin-top: 0.3rem; */
        /* margin-bottom: 0.3rem; */
        font-size: 0.37rem !important;
        /* border-bottom: .5px solid rgba(0,0,0,.14); */
        /* height: 40px; */
        line-height: 40px;
        margin-top: 1rem;
    }

    .mobel-nav li a {
        color: #000;
        text-decoration: unset;
    }

    .click-tag {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .click-tag::after {
        content: "";
        width: 0.29rem;
        height: 0.29rem;
        background: url(/style/arrow-down.svg) no-repeat;
        background-size: 100% 100%;
    }

    .click-tag-open::after {
        transform: rotate(180deg)
    }

    .hide {
        display: none;
    }
}