@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css');
/* AlRummyApp.Com_Header */

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;
    position: absolute;
    top: .9rem;
    left: 50%;
    margin-left: -3.75rem;
    z-index: 98;
}

.headerNav ul {
    flex-wrap: wrap;
    padding: .05rem 0 .25rem 0;
    z-index: 99;
    position: absolute;
    background: #f2fff7;
}

.headerNav ul li {
    margin: .2rem 0 0 .2rem;
}

.headerNav ul li a {
    display: block;
    width: 2.22rem;
    height: .72rem;
    line-height: .72rem;
    color: #fff;
    background: #040055;
    font-size: .32rem;
    font-weight: bold;
    border-radius: .1rem;
    text-align: center;
}

.headerNav ul li a i {
    display: inline-block;
    width: .38rem;
    height: .38rem;
    position: relative;
    margin-right: .1rem;
}

.headerNav .mask {
    width: 7.5rem;
    height: 100%;
    position: absolute;
    top: .9rem;
    background: rgba(0, 0, 0, 0.5);
}

nav {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    overflow: hidden;
    background-color: white;
}

nav li {
    display: inline-block;
    width: 20%;
    border-bottom: 0.04rem solid transparent;
    padding: .18rem 0 .17rem 0;
}

nav li a {
    display: block;
    height: .2rem;
    line-height: .22rem;
    border-right: 1px solid #00000062;
    text-align: center;
    color: #454545;
    font-size: .3rem;
    font-weight: bold;
}

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: 0.7;
}

header.green_bg {
    position: relative;
    background: #040055;
    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 auto;
}

header .txt {
    height: .55rem;
    line-height: .4rem;
    margin-top: auto;
    margin-left: .2rem;
}

header .search2 {
    padding: .07rem .2rem 0 0;
}

header .search2 i {
    width: .5rem;
    height: .5rem;
    background-position: -.64rem -3.13rem;
}

/*Start AllBestRummyApp.Com Footer Seaction*/

.AllRummyApps-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #040055;
    color: #ffffff;
    font-size: 0.3733rem;
}

.AllRummyApps-footer .devider {
    width: 100%;
    border-bottom: 1px solid #606280;
}

.AllRummyApps-footer .links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
}

.AllRummyApps-footer .links a {
    display: flex;
    align-items: center;
    height: 0.32rem;
    margin-bottom: 0.1rem;
    padding: 0 0.32rem;
    font-size: 0.2733rem;
    font-weight: 600;
    text-decoration: none;
    color: #ffffff;
}

.links a:hover {
    color: #b8ffad;
}

.AllRummyApps-footer .links a.border {
    border-right: 1px dashed #afafaf;
}

.AllRummyApps-footer p {
    margin: 0;
    font-size: .25rem;
}

/*End AllBestRummyApp.Com Footer Seaction*/