@import url(../cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);

.headerNav,
.headerNav .mask {
    position: absolute;
    top: .9rem
}

.headerNav ul li a,
nav li a {
    display: block;
    text-align: center;
    font-weight: 700
}

li,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

* {
    -moz-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none
}

html {
    font-size: 100px
}

.flex {
    display: flex
}

.flex_grow {
    -moz-flex-grow: 1;
    flex-grow: 1
}

.hide {
    display: none
}

header {
    height: .54rem;
    background: #fff;
    font-size: .32rem;
    padding: .17rem 0;
    position: relative
}

header i {
    display: block
}

.headerNav {
    width: 100%;
    max-width: 7.5rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 98
    
}

.headerNav ul {
    flex-wrap: wrap;
    padding: .05rem 0 .25rem;
    z-index: 99;
    position: absolute;
    background: #aca7a7
}

.headerNav ul li {
    margin: .2rem 0 0 .2rem
}

.headerNav ul li a {
    width: 2.22rem;
    height: .72rem;
    line-height: .72rem;
    color: #fff;
    background: #049c2a;
    font-size: .32rem;
    border-radius: .1rem
}

.headerNav ul li a i {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    position: relative;
    margin-right: .1rem
}

.headerNav .mask {
    width: 7.5rem;
    height: 100%;
    background: rgb(0 0 0 / .5)
}

nav {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
    background-color: #fff
}

nav li {
    display: inline-block;
    width: 20%;
    border-bottom: .04rem solid #fff0;
    padding: .18rem 0 .17rem
}

nav li a {
    height: .2rem;
    line-height: .22rem;
    border-right: 1px solid #00000062;
    color: #454545;
    font-size: .3rem
}

nav li.current {
    border-color: #002aff
}

nav li.current a {
    color: #002aff
}

nav li:last-child a {
    border: none
}

nav ul {
    overflow-x: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: -moz-scrollbars-none;
    -ms-overflow-style: none
}

.menu {
    margin-right: .2rem;
    margin-top: -.06rem;
    font-weight: 600;
    user-select: none
}

.menu:active {
    opacity: .7
}

header.green_bg {
    position: relative;
    background: #004d40;
    color: #fff;
    font-size: .32rem
}

header.green_bg a {
    color: #fff
}

header .logo2 {
    width: 1.78rem
}

header .logo2 i {
    width: 1.18rem;
    height: .53rem;
    background-position: -2.28rem 0;
    margin: .06rem auto 0
}

header .txt {
    height: .8rem;
    line-height: .4rem;
    margin-top: -.05rem;
    margin-left: .05rem
}

header .search2 {
    padding: .07rem .2rem 0 0
}

header .search2 i {
    width: .5rem;
    height: .5rem;
    background-position: -.64rem -3.13rem
}

header .share-link {
    display: inline;
    cursor: pointer;
    margin-top: -.035rem;
    margin-right: .2rem;
    width: 1.5rem;
    height: .6rem;
    background-image: url(../img/share-btn_allrummyapp.webp);
    background-size: 100% 100%;
}

.AllRummyApps-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #004d40;
    color: #fff;
    font-size: .3733rem
}

.AllRummyApps-footer .devider {
    width: 100%;
    border-bottom: 1px solid #606280
}

.AllRummyApps-footer .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: .2rem
}

.AllRummyApps-footer .links a {
    display: flex;
    align-items: center;
    height: .32rem;
    margin-bottom: .1rem;
    padding: 0 .32rem;
    font-size: .2733rem;
    font-weight: 600;
    text-decoration: none;
    color: #fff
}

.links a:hover {
    color: #b8ffad
}

.AllRummyApps-footer .links a.border {
    border-right: 1px dashed #afafaf
}

.AllRummyApps-footer p {
    margin: 0;
    font-size: .25rem
}