@charset "UTF-8";@font-face {
    font-family: Montserrat;
    src: url(../font/Montserrat-Regular.ttf) format("truetype")
}

@font-face {
    font-family: 'Fredoka One';
    font-style: normal;
    font-display: swap;
    src: local("Fredoka One"),local("FredokaOne-Regular"),url(font/Fredoka.woff2) format("woff2");
    unicode-range: U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+2000-206F,U+2074,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent
}

body,button,dd,dl,dt,footer,h1,h2,h3,h4,head,input,li,main,nav,ol,p,textarea,ul {
    margin: 0;
    padding: 0
}

body {
    font: 62.5%/1.5 Montserrat,Roboto,"Helvetica Neue","Fredoka One";
    -webkit-font-smoothing: antialiased;
    -webkit-text-size-adjust: 100%;
    min-width: 320px
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

img {
    vertical-align: middle;
    border: 0;
    -webkit-tap-highlight-color: transparent
}

em,i {
    font-style: normal
}

img {
    max-width: 100%;
    border: 0
}

input:focus {
    outline: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

li,ol,ul {
    list-style: none
}

textarea {
    resize: none
}

a {
    text-decoration: none;
    color: #333
}

.cf:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.cf {
    min-height: 1%
}

.fl {
    float: left
}

.fr {
    float: right
}

.hide {
    display: none
}

.show {
    display: block
}

.ellipsis {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.break {
    word-break: break-all;
    word-wrap: break-word
}

button,input,textarea {
    font-family: Nunito
}

@font-face {
    font-family: Nunito;
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../img/nunito.woff) format("woff")
}

html {
    font-size: 14px;
    scrollbar-width: thin;
    scrollbar-color: #999
}

html::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0,0,0,0)
}

html::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 30px
}

html::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0)
}

body {
    background: #eee;
    font-family: Montserrat,Roboto,"Helvetica Neue","Fredoka One"
}

.pageHead {
    background-color: #000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.4)
}

.topbar {
    width: 100%;
    height: 60px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.topbar .topbar-left {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.topbar .topbar-left .site-logo img {
    display: block;
    height: 50px
}

.topbar .topbar-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.topbar .topbar-right .topbar-btn {
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    line-height: 99;
    background: #fff;
    margin-left: 10px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-position: center;
    mask-position: center
}

.topbar .topbar-right .topbar-btn:first-child {
    margin-left: 0
}

.topbar .topbar-right .topbar-btn.search {
    -webkit-mask-image: url(../img/search.svg);
    mask-image: url(../img/search.svg);
    -webkit-mask-size: 80% auto;
    mask-size: 80% auto
}

.topbar .topbar-right .topbar-btn.menu {
    -webkit-mask-image: url(../img/menu.svg);
    mask-image: url(../img/menu.svg);
    -webkit-mask-size: 85% auto;
    mask-size: 85% auto
}

.pageFoot {
    font-size: 13px;
    margin-top: 20px
}

.footwrap .foot-lead {
    background-color: #333;
    padding: 12px 15px;
    height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.footwrap .foot-lead .lb-logo {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.footwrap .foot-lead .lb-logo img {
    display: block;
    height: 45px
}

.footwrap .foot-lead .lb-nav {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 34px;
    overflow: hidden
}

.footwrap .foot-lead .lb-nav a {
    float: left;
    width: 34px;
    height: 34px;
    margin-left: 10px
}

.footwrap .foot-lead .lb-nav a:first-child {
    margin-left: 0
}

.footwrap .foot-lead .lb-nav a img {
    display: block;
    height: 34px;
    height: 34px;
    border-radius: 50%
}

.footwrap .foot-sub {
    background: #e5e5e5;
    padding: 5px 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footwrap .foot-sub a {
    display: block;
    float: left;
    font-size: 14px;
    color: #222;
    height: 30px;
    line-height: 30px;
}

.footwrap .foot-end {
    background: #fff;
    padding: 15px;
    font-size: 14px;
    line-height: 1.4
}

.footwrap .foot-end h3 {
    margin-bottom: 8px;
    font-weight: 700
}

.footwrap .foot-end p {
    padding: 5px 0;
    color: #625e5e
}

.sel-lang {
    display: none;
    position: absolute;
    right: 0;
    bottom: 58px;
    background-color: #eee;
    z-index: 2000;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    padding: 15px;
    border-radius: 5px;
    width: 700px
}

.sel-lang a {
    float: left;
    width: calc(33% - 35px);
    font-size: 14px;
    padding: 5px 0 5px 35px;
    height: 30px;
    line-height: 30px;
    position: relative
}

.sel-lang a.on {
    font-weight: 700;
    color: #f60
}

.sel-lang a img {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
    position: absolute
}

.pageMain {
    padding: 0 10px;
    margin-top: 12px
}

.loadMore {
    display: block;
    margin: 10px auto;
    width: 60%;
    padding: 11px 8px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    text-align: center;
    background-color: #c03;
    outline: 0;
    text-shadow: 1px 1px 3px rgba(0,0,0,.4);
    cursor: pointer;
}

.homeGame {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[8];
    grid-template-columns: repeat(8,1fr);
    -ms-grid-rows: (1fr)[7];
    /* grid-template-rows: repeat(7,1fr); */
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

.gameCard {
    background-color: #ddd;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    -webkit-box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
}

.gameCard a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px
}

.gameCard a:hover .sp-name {
    bottom: 0
}

.gameCard .sp-img {
    display: block;
    width: 100%;
    height: 100%
}

.gameCard .sp-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    bottom: -125%;
    left: 0;
    min-height: 18px;
    line-height: 16px;
    padding: 3px 0 1px;
    text-align: center;
    text-transform: capitalize;
    background-color: #c039;
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.gameCard .sp-tag {
    position: absolute;
    top: 8px;
    left: 0
}

.gameCard .sp-tag span {
    display: block;
    width: 40px;
    height: 20px;
    font: 700 11px/28px Proxima Nova,sans-serif;
    line-height: 21px;
    color: #fefefe;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    border-radius: 0 3px 3px 0;
    text-align: center
}

.gameCard .sp-tag span.tag-new {
    background-color: rgba(0,55,255,.9)
}

.gameCard .sp-tag span.tag-hot {
    background-color: rgba(255,0,0,.9)
}

.gameCard2 {
    background-color: #ddd;
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    margin: 0;
    -webkit-box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
}

.gameCard2 a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 5px
}

.gameCard2 a:hover .sp-name {
    bottom: 0
}

.gameCard2 .sp-img {
    display: block;
    width: 100%;
    height: 100%
}

.gameCard2 .sp-name {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    -webkit-transition: bottom .3s ease;
    transition: bottom .3s ease;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    width: 100%;
    bottom: -125%;
    left: 0;
    min-height: 18px;
    line-height: 16px;
    padding: 3px 0 1px;
    text-align: center;
    text-transform: capitalize;
    background-color: #c039;
    color: #fff;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px
}

.gameCard2 .sp-tag {
    position: absolute;
    top: 8px;
    left: 0
}

.gameCard2 .sp-tag span {
    display: block;
    width: 40px;
    height: 20px;
    font: 700 11px/28px Proxima Nova,sans-serif;
    line-height: 21px;
    color: #fefefe;
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    box-shadow: 0 0 3px 0 rgba(0,0,0,.4);
    border-radius: 0 3px 3px 0;
    text-align: center
}

.gameCard2 .sp-tag span.tag-new {
    background-color: rgba(0,55,255,.9)
}

.gameCard2 .sp-tag span.tag-hot {
    background-color: rgba(255,0,0,.9)
}




.homeGame .gameCard:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/3/3
}

.homeGame .gameCard:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 1/3/2/4
}

.homeGame .gameCard:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 2/3/3/4
}

.homeGame .gameCard:nth-child(4) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 1/4/2/5
}

.homeGame .gameCard:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 2/4/3/5
}

.homeGame .gameCard:nth-child(6) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 1/5/2/6
}

.homeGame .gameCard:nth-child(7) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 2/5/3/6
}

.homeGame .gameCard:nth-child(8) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 1/6/2/7
}

.homeGame .gameCard:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 2;
    -ms-grid-column: 6;
    -ms-grid-column-span: 2;
    grid-area: 3/6/5/8
}

.homeGame .gameCard:nth-child(10) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 2;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
    grid-area: 5/3/7/5
}

.homeGame .gameCard:nth-child(11) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 3/1/4/2
}

.homeGame .gameCard:nth-child(12) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 3/2/4/3
}

.homeGame .gameCard:nth-child(13) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 3/3/4/4
}

.homeGame .gameCard:nth-child(14) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2
}

.homeGame .gameCard:nth-child(15) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3
}

.homeGame .gameCard:nth-child(16) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 4/3/5/4
}

.homeGame .gameCard:nth-child(17) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 3/4/4/5
}

.homeGame .gameCard:nth-child(18) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 3/5/4/6
}

.homeGame .gameCard:nth-child(19) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 4/4/5/5
}

.homeGame .gameCard:nth-child(20) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 4/5/5/6
}

.homeGame .gameCard:nth-child(21) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 2/6/3/7
}

.homeGame .gameCard:nth-child(22) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-area: 1/7/2/8
}

.homeGame .gameCard:nth-child(23) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 1/8/2/9
}

.homeGame .gameCard:nth-child(24) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-area: 2/7/3/8
}

.homeGame .gameCard:nth-child(25) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 2/8/3/9
}

.homeGame .gameCard:nth-child(26) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2
}

.homeGame .gameCard:nth-child(27) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3
}

.homeGame .gameCard:nth-child(28) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 5/5/6/6
}

.homeGame .gameCard:nth-child(29) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 5/6/6/7
}

.homeGame .gameCard:nth-child(30) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-area: 5/7/6/8
}

.homeGame .gameCard:nth-child(31) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 3/8/4/9
}

.homeGame .gameCard:nth-child(32) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 4/8/5/9
}

.homeGame .gameCard:nth-child(33) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 5/8/6/9
}

.homeGame .gameCard:nth-child(34) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 6/1/7/2
}

.homeGame .gameCard:nth-child(35) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 6/2/7/3
}

.homeGame .gameCard:nth-child(36) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 7/1/8/2
}

.homeGame .gameCard:nth-child(37) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 7/2/8/3
}

.homeGame .gameCard:nth-child(38) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-area: 7/3/8/4
}

.homeGame .gameCard:nth-child(39) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-area: 7/4/8/5
}

.homeGame .gameCard:nth-child(40) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 6/5/7/6
}

.homeGame .gameCard:nth-child(41) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    grid-area: 7/5/8/6
}

.homeGame .gameCard:nth-child(42) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 6/6/7/7
}

.homeGame .gameCard:nth-child(43) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 6;
    -ms-grid-column-span: 1;
    grid-area: 7/6/8/7
}

.homeGame .gameCard:nth-child(44) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-area: 6/7/7/8
}

.homeGame .gameCard:nth-child(45) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 7;
    -ms-grid-column-span: 1;
    grid-area: 7/7/8/8
}

.homeGame .gameCard:nth-child(46) {
    -ms-grid-row: 6;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 6/8/7/9
}

.homeGame .gameCard:nth-child(47) {
    -ms-grid-row: 7;
    -ms-grid-row-span: 1;
    -ms-grid-column: 8;
    -ms-grid-column-span: 1;
    grid-area: 7/8/8/9
}

.categories {
    margin: 15px 1%
}

.categories .lb-item {
    padding: 10px 1.25%;
    border-radius: 5px;
    text-align: center;
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    color: #000;
    font-family: Montserrat
}

.categories .lb-list {
    float: left;
    width: 100%;
    margin-top: 0
}

.categories .lb-list ul {
    width: 96%;
    margin: 0 2%;
    border-radius: 5px
}

.categories .lb-list li {
    padding: 5px 0;
    width: 25%;
    float: left
}

.categories .lb-list a {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0096cb;
    line-height: 90px;
    height: 90px;
    width: calc(100% - 6px);
    background-color: #fff;
    border-radius: 12px;
    -webkit-box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
    box-shadow: -1px 1px 6px 0 rgba(0,0,0,.2);
    padding: 0;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.categories .lb-list a img {
    display: block;
    border-radius: 5px;
    margin-right: 8px;
    width: 90px;
    height: 90px
}

.categories .lb-list a p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0%;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.innerGame .gameCard {
    float: left;
    -webkit-box-shadow: -1px 1px 6px 0 rgba(0,0,0,.2);
    box-shadow: -1px 1px 3px 0 rgba(0,0,0,.2);
    margin: .4%;
    width: 11.7%;
    padding-bottom: 11.7%;
    border-radius: 5px
}

.pageNav {
    margin: 0 0 0 5px;
    width: calc(100% - 5px);
    border-bottom: 1px solid #eee;
    overflow: hidden
}

.pageNav .lb-ul li {
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pageNav .lb-ul a {
    display: block;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    color: #337ab7
}

.pageNav .lb-ul .active a {
    color: #fff;
    background-color: #337ab7
}

.panelPages {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 24px 0
}

.panelPages a,.panelPages span {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    background: #c03;
    margin: 0 4px
}

.panelPages b {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    padding: 0 20px;
    border-radius: 10px;
    text-align: center;
    background: #878a9e;
    margin: 0 4px
}

.panelPages a:hover,.panelPages span:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.panelPages .current,.panelPages span {
    background: #d7d7d7;
    color: #333;
    cursor: default
}

.pageItem {
    font-size: 15px;
    padding: 15px 0;
    text-align: center;
    line-height: 1.5;
    font-weight: 700;
    font-family: Montserrat;
    text-transform: capitalize;
}

.pageCopyRight {
    background: #fff;
    padding: 25px;
    line-height: 24px;
    font-size: 12px;
    color: #000;
    text-align: center
}

.pagePlay .innerGame {
    max-width: 1300px;
    margin: 20px auto
}

.innerMain {
    max-width: 1300px;
    margin: 0 17px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 32px;
    width: calc(100% - 98px);
    margin: 0 auto
}

.innerMain .game-crumbs .lb-ul {
    color: #c03;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    text-transform: capitalize
}

.innerMain .game-crumbs .lb-ul li {
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.innerMain .game-crumbs .lb-ul li::after {
    display: block;
    width: 18px;
    text-align: center;
    content: '>'
}

.innerMain .game-crumbs .lb-ul li:last-child::after {
    display: none
}

.innerMain .game-crumbs .lb-ul a {
    display: block;
    font-size: 14px;
    color: #c03
}

.innerMain .game-intro {
    margin: 10px 0;
    color: #787676
}

.innerMain .game-intro p {
    padding: 5px 0;
    font-size: 13px;
    line-height: 1.4
}

.innerMain .game-tags {
    margin-top: 10px
}

.innerMain .game-tags .sp-item {
    font-size: 14px;
    font-weight: 700;
    color: #111
}

.innerMain .game-tags .sp-link {
    overflow: hidden;
    text-transform: capitalize
}

.innerMain .game-tags .sp-link a {
    float: left;
    background-color: #00b6f7;
    margin: 5px 15px 0 0;
    padding: 0 15px;
    border-radius: 3px;
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    color: #fff;
    overflow: hidden
}

.gameInfo {
    max-width: 980px;
    margin: 10px auto 20px;
    color: #111
}

.gameInfo .m-in {
    margin: 0 17px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 32px;
    width: calc(100% - 98px)
}

.gameInfo {
    max-width: 980px;
    margin: 15px auto 20px;
    color: #111
}

.gameInfo .m-in {
    margin: 0 17px;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    background-color: #fff;
    padding: 32px;
    width: calc(100% - 98px)!important
}

.gameInfo .lb-img {
    float: left;
    width: 190px;
    max-width: 190px;
    position: relative;
    margin-right: 30px
}

.gameInfo .lb-img .sp-img {
    display: block;
    width: 100%;
    border-radius: 15px;
    overflow: hidden
}

.gameInfo .lb-con .sp-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 46px;
    font-size: 18px;
    color: #fff;
    background: #1b73e8;
    border-radius: 5px;
    margin-top: 10px;
    cursor: pointer
}

.gameInfo .lb-con {
    overflow: hidden;
    margin-left: 210px
}

.gameInfo .lb-con .sp-name {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.6
}

.gameInfo .lb-con .sp-desc {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px
}

.gameInfo .lb-con .sp-play {
    margin-top: 12px;
    font-size: 12px;
    line-height: 20px
}

.gameInfo .lb-con .sp-play em {
    font-weight: 700
}

.gameInfo .lb-con .sp-info {
    font-size: 12px;
    margin-top: 20px;
    line-height: 1.4
}

.htmlOver {
    height: 100%
}

.htmlOver body {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.panelSch {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50
}

.panelSch .lb-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.8)
}

.panelSch .lb-cont {
    width: calc(100% - 300px);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: #eee;
    -webkit-box-shadow: -1px 0 2px 1px rgba(0,0,0,.2);
    box-shadow: -1px 0 2px 1px rgba(0,0,0,.2)
}

.panelSch .lb-cont .sch-from {
    position: relative;
    margin: 10px 0 0 1%;
    width: 98%;
    height: 40px
}

.panelSch .lb-cont .sch-from .sp-txt {
    height: 40px;
    line-height: 24px;
    background: #fefefe;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 5px 12px;
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px
}

.panelSch .lb-cont .sch-from .sp-txt:focus {
    border-color: #999
}

.panelSch .lb-cont .sch-from .sp-btn {
    position: absolute;
    top: 1px;
    right: 1px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    width: 40px;
    height: 38px;
    border: 0;
    line-height: 99;
    background: #e3e3e3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.panelSch .lb-cont .sch-from .sp-btn i {
    display: block;
    width: 20px;
    height: 20px;
    background: #666;
    -webkit-mask-image: url(../img/search.svg);
    mask-image: url(../img/search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto
}

.panelSch .lb-cont .sch-inner {
    height: calc(100% - 60px);
    margin-top: 10px;
    width: calc(100% - 20px);
    padding: 0 6px 0 10px;
    z-index: 1000;
    background-color: #fff;
    overflow-x: scroll
}

.panelSch .lb-cont .sch-inner::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background: rgba(0,0,0,0)
}

.panelSch .lb-cont .sch-inner::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 30px
}

.panelSch .lb-cont .sch-inner::-webkit-scrollbar-corner {
    background: rgba(0,0,0,0)
}

.panelSch .lb-cont .sch-inner .sp-item {
    font-size: 14px;
    font-weight: 700;
    padding: 10px 0
}

.panelSch .lb-cont .sch-inner .sp-cate>div {
    float: left;
    width: 100%;
    margin-top: 0
}

.panelSch .lb-cont .sch-inner .sp-cate ul {
    width: 96%;
    margin: 0 2%;
    border-radius: 5px
}

.panelSch .lb-cont .sch-inner .sp-cate li {
    padding: 5px 0;
    float: left;
    width: 25%
}

.panelSch .lb-cont .sch-inner .sp-cate a {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #0096cb;
    line-height: 50px;
    height: 50px;
    line-height: 18px;
    width: calc(100% - 6px);
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: -1px 1px 6px 0 rgba(0,0,0,.15);
    box-shadow: -1px 1px 6px 0 rgba(0,0,0,.15);
    padding: 0;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.panelSch .lb-cont .sch-inner .sp-cate a img {
    display: block;
    border-radius: 5px;
    margin-right: 8px;
    width: 53px;
    height: 53px
}

.panelSch .lb-cont .sch-inner .sp-cate a p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0%;
    max-height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.panelSch .lb-cont .sch-inner .sp-game .gameCard {
    float: left;
    width: 15.8%;
    margin: .4%;
    padding-bottom: 15.8%
}

.panelSch .lb-cont .sch-inner .sp-hide {
    width: 45px;
    height: 45px;
    background-color: #709aff;
    position: absolute;
    left: -45px;
    top: 8px;
    border-radius: 0;
    right: auto;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px
}

.panelSch .lb-cont .sch-inner .sp-hide i {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 20px auto;
    mask-size: 20px auto;
    -webkit-mask-position: center;
    mask-position: center
}

.play-modal {
    left: -10200px;
    overflow: hidden;
    pointer-events: none;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background-color: rgba(0,0,0,.6)
}

.play-modal.show {
    bottom: 0;
    height: auto;
    left: 0;
    pointer-events: auto;
    right: 0;
    top: 0;
    visibility: visible;
    width: auto;
    display: flex;
    justify-content: center
}

.play-modal.show .sp-close .svg {
    -webkit-animation-name: dash;
    animation-name: dash;
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 14s;
    animation-duration: 14s;
    -webkit-animation-play-state: running;
    animation-play-state: running
}

.play-modal .adv-fullscreen-block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    width: 100%
}

.play-modal .adv-fullscreen-block .sp-close {
    width: 44px;
    height: 44px;
    position: absolute;
    right: 15px;
    top: 15px;
    background: rgba(255,255,255,.8);
    border-radius: 50%;
    overflow: hidden;
    display: none;
}

/*.play-modal .adv-fullscreen-block .sp-close .svg{width:100%;height:100%;fill:none;stroke:#000;stroke-linecap:round;stroke-miterlimit:10;stroke-width:3px;stroke-dasharray:180;-webkit-transform:rotate(270deg);transform:rotate(270deg);-webkit-transform-origin:50% 50%;transform-origin:50% 50%;stroke-dashoffset:200}*/
/*@-webkit-keyframes dash{0%{stroke:#f60;stroke-dashoffset:180}
100%{stroke:#f60;stroke-dashoffset:0}
}
@keyframes dash{0%{stroke:#f60;stroke-dashoffset:180}
100%{stroke:#f60;stroke-dashoffset:0}
}*/
.play-modal .adv-fullscreen-block .sp-close.on .svg {
    display: none
}

.play-modal .adv-fullscreen-block .sp-close.on .val {
    background: #000;
    -webkit-mask-image: url(../img/close.svg);
    mask-image: url(../img/close.svg);
    -webkit-mask-size: 50% auto;
    mask-size: 50% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center
}

.play-modal .adv-fullscreen-block .sp-close .val {
    width: 44px;
    height: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #333;
    position: absolute;
    left: 0;
    top: 0
}

.play-modal .adv-fullscreen-block .sp-cont {
    max-height: calc(100vh - 192px);
    overflow: hidden;
    border-radius: 5px
}

.pageContent {
    background: #fff;
    margin-bottom: -20px
}

.pageContent .lb-head {
    height: 44px;
    border-bottom: 1px solid #eee;
    padding: 0 3%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px
}

.pageContent .lb-body {
    font-size: 14px;
    line-height: 1.6;
    padding: 16px 3%
}

.pageContent .lb-body h4 {
    font-weight: 700;
    font-size: 16px;
    font-size: 15px;
    padding: 5px 0
}

.pageContent .lb-body p {
    font-size: 15px;
    padding: 5px 0
}

.dialogWrap {
    display: none;
    padding: 32px;
    position: fixed;
    z-index: 1300;
    inset: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0,0,0,.5)
}

.dialogArea {
    position: relative;
    padding: 8px;
    max-height: calc(100% - 64px);
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline: 0
}

.dialog {
    overflow-y: auto;
    background-color: #fff;
    color: #666a7f;
    border-radius: 4px;
    max-width: 600px
}

.dialog .dia-hide {
    position: absolute;
    top: 0;
    right: 0;
    width: 38px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 24px;
    background: #0058a1;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer
}

.dialog .dia-hide:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.dialog .dia-inner {
    padding: 24px 20px 32px
}

.dialog .dia-inner .dia-title {
    font-size: 24px;
    line-height: 31px;
    margin-bottom: 16px;
    text-align: center;
    color: #2f3148
}

.dialog .dia-foot {
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.dialog .dia-foot a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 16px;
    background: #fff;
    color: #0058a1;
    height: 50px;
    width: 100%;
    border-radius: 30px;
    min-width: 180px
}

.dialog .dia-foot .btn1 {
    background: #0069c1;
    color: #fff
}

.dialog .dia-foot .btn1:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1)
}

.dialog .dia-foot .btn2 {
    background: #fff;
    color: #0058a1
}

.dialog .share-item {
    max-width: 100%;
    width: 400px
}

.dialog .share-item .lb-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.dialog .share-item .lb-item li {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    margin: 0 8px
}

.dialog .share-item .lb-item li:hover {
    -webkit-filter: brightness(1.1);
    filter: brightness(1.1);
    cursor: pointer
}

.dialog .share-item .lb-item li svg {
    display: block;
    width: 40px;
    height: 40px
}

.dialog .share-item .lb-link {
    padding: 12px 14px;
    border: 2px solid transparent;
    background-color: #e5e6ee;
    color: #878a9e;
    border-radius: 8px;
    margin-top: 16px
}

.dialog .share-item .lb-link textarea {
    font-family: Nunito,Arial,"Helvetica Neue",Helvetica,sans-serif;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    resize: none;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    color: #878a9e
}

.gameMiddle {
    display: none;
    width: calc(100% - 10px);
    max-width: 1300px;
    height: 650px;
    margin: 10px auto;
    position: relative;
    min-width: 800px;
    min-height: 400px
}

.gameMiddle .gameWrap {
    background-color: #fff;
    height: 650px;
    position: absolute;
    top: 0;
    border-radius: 5px;
    width: 100%;
    left: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,.2);
    box-shadow: 0 4px 4px 0 rgba(0,0,0,.2)
}

.gameMiddle .gameWrap .gw-area {
    width: 100%;
    height: calc(100% - 44px);
    border: 0;
    outline: 0;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.gameMiddle .gameWrap .gw-area iframe {
    width: 100%;
    height: 100%;
    border: none
}

.gameMiddle .gameWrap .gw-info {
    height: 36px;
    overflow: hidden;
    padding: 0 3px;
    margin-top: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.gameMiddle .gameWrap .gw-info .lb-game {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    color: #333
}

.gameMiddle .gameWrap .gw-info .lb-game img {
    float: left;
    width: 36px;
    height: 36px;
    border-radius: 4px;
    margin-right: 10px
}

.gameMiddle .newgamesleft {
    position: absolute;
    height: 100%;
    left: 0;
    width: 160px;
    display: none
}

.gameMiddle .newgamesright {
    position: absolute;
    height: 100%;
    left: calc(100% - 160px);
    width: 160px
}

.gameMiddle.gameisportrait .gameWrap {
    width: calc(100% - 340px);
    left: 170px
}

.gameMiddle.gameisportrait .newgamesleft {
    display: block
}

.gameMiddle .ad970 {
    height: 600px;
    width: 160px;
    margin: 3px 0 0;
    max-height: 600px;
    overflow: hidden
}

.game-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.game-actions .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    font-size: 16px;
    margin-left: 20px;
    cursor: pointer
}

.game-actions .item:hover {
    color: #ff1a51
}

.game-actions .item:hover .ico {
    background: #ff1a51
}

.game-actions .item.it-good .ico {
    -webkit-mask-image: url(../img/vote-good.svg);
    mask-image: url(../img/vote-good.svg)
}

.game-actions .item.it-good.active,.game-actions .item.it-good:hover {
    color: #2824fc
}

.game-actions .item.it-good.active .ico,.game-actions .item.it-good:hover .ico {
    background: #2824fc
}

.game-actions .item.it-bad .ico {
    -webkit-mask-image: url(../img/vote-bad.svg);
    mask-image: url(../img/vote-bad.svg)
}

.game-actions .item.it-bad.active,.game-actions .item.it-bad:hover {
    color: #ff1a51
}

.game-actions .item.it-bad.active .ico,.game-actions .item.it-bad:hover .ico {
    background: #ff1a51
}

.game-actions .item.it-full .ico {
    -webkit-mask-image: url(../img/fullscreen-expand.svg);
    mask-image: url(../img/fullscreen-expand.svg);
    margin-right: 0
}

.game-actions .item.it-full.active .ico {
    background: #a4d0fd;
    -webkit-mask-image: url(../img/fullscreen-shrink.svg);
    mask-image: url(../img/fullscreen-shrink.svg)
}

.game-actions .item.it-share .ico {
    -webkit-mask-image: url(../img/share.svg);
    mask-image: url(../img/share.svg);
    margin-right: 0
}

.game-actions .item.it-fav .ico {
    -webkit-mask-image: url(../img/add-fav.svg);
    mask-image: url(../img/add-fav.svg);
    margin-right: 0
}

.game-actions .item.it-fav.active,.game-actions .item.it-fav:hover {
    color: #ff1a51
}

.game-actions .item.it-fav.active .ico,.game-actions .item.it-fav:hover .ico {
    background: #ff1a51
}

.game-actions .item .ico {
    display: block;
    width: 28px;
    height: 28px;
    background: #333;
    -webkit-mask-size: 100% auto;
    mask-size: 100% auto;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    margin-right: 5px
}

.game-iframe-phone {
    display: none;
    position: fixed;
    z-index: 100;
    inset: 0;
    background: #fff
}

.game-iframe-phone .area-adv {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 50;
    background: rgba(0,43,93,.8);
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px)
}

.game-iframe-phone .area-adv .lb-logo {
    height: 60px
}

.game-iframe-phone .area-adv .lb-logo img {
    display: block;
    height: 60px
}

.game-iframe-phone .area-adv .lb-ad {
    width: 300px;
    height: 300px;
    background: rgba(255,255,255,.5);
    margin-top: 30px
}

.game-iframe-phone .area-adv .sp-loading {
    height: 12px;
    border-radius: 6px;
    background: #383838;
    width: 80%;
    margin-top: 30px
}

.game-iframe-phone .area-adv .sp-loading .bar {
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
    background: #0069c1
}

.game-iframe-phone .area-adv .sp-loading .bar::after {
    content: '';
    display: block;
    height: 100%;
    width: 20%;
    border-radius: 0 6px 6px 0;
    background: -webkit-gradient(linear,left top,right top,from(#00b6f7),to(#0069c1));
    background: linear-gradient(to right,#00b6f7,#0069c1);
    -webkit-animation: 1s ease 0s infinite normal none running loading;
    animation: 1s ease 0s infinite normal none running loading
}

.game-iframe-phone .area-adv .sp-text {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 34px
}

.game-iframe-phone .area-iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
    background: #000
}

.game-iframe-phone .area-iframe .m-in {
    position: fixed;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column
}

.game-iframe-phone .area-iframe .lb-banner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    height: 70px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
}

.game-iframe-phone .area-iframe .lb-iframe {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.game-iframe-phone .area-iframe .lb-iframe iframe {
    width: 100%;
    height: 100%
}

.game-iframe-phone .area-iframe .lb-back,.game-iframe-phone .area-iframe .lb-reload {
    position: absolute;
    top: 20vh;
    z-index: 20;
    width: 36px;
    height: 36px;
    background: #bc080885
}

.game-iframe-phone .area-iframe .lb-back i,.game-iframe-phone .area-iframe .lb-reload i {
    display: block;
    width: 36px;
    height: 36px;
    -webkit-mask-size: auto 30px;
    mask-size: auto 30px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    background: #fff
}

.game-iframe-phone .area-iframe .lb-back {
    left: 0;
    border-radius: 0 15px 15px 0
}

.game-iframe-phone .area-iframe .lb-back i {
    -webkit-mask-image: url(../img/circle-back.svg);
    mask-image: url(../img/circle-back.svg)
}

.game-iframe-phone .area-iframe .lb-reload {
    right: 0;
    border-radius: 15px 0 0 15px
}

.game-iframe-phone .area-iframe .lb-reload i {
    -webkit-mask-image: url(../img/circle-reload.svg);
    mask-image: url(../img/circle-reload.svg)
}

.tipRotate {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 6;
    background: rgba(0,0,0,.8);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tipRotate .sp-img {
    background: url(../img/rotate.svg);
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    fill: currentcolor;
    flex-shrink: 0;
    -webkit-transition: fill .2s cubic-bezier(.4,0,.2,1) 0s;
    transition: fill .2s cubic-bezier(.4,0,.2,1) 0s;
    font-size: 1.71429rem;
    -webkit-animation: rotateTip 1.5s linear 4;
    animation: rotateTip 1.5s linear 4
}

.tipRotate .sp-txt {
    margin: 16px 0 0;
    font-family: Ftit;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 800;
    line-height: 36px;
    font-size: 14px;
    color: #fff
}

@-webkit-keyframes rotateTip {
    0%,100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

@keyframes rotateTip {
    0%,100% {
        -webkit-transform: rotate(-2deg);
        transform: rotate(0)
    }

    50% {
        -webkit-transform: rotate(2deg);
        transform: rotate(2deg)
    }
}

.tipRefresh {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: rgba(0,0,0,.8);
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 6px 20px;
    font-size: 12px;
    z-index: 8
}

.tipRefresh code {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tipRefresh i {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 30px;
    height: 30px;
    background: #fff;
    -webkit-mask-image: url(../img/circle-reload.svg);
    mask-image: url(../img/circle-reload.svg);
    -webkit-mask-size: 100% 100%;
    mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    margin-left: 10px
}

@media all and (orientation: landscape) {
    .game-iframe-phone .area-iframe .lb-banner {
        display:none
    }
}

@media (max-width: 1025px) {
    .homeGame {
        -ms-grid-columns:(1fr)[6];
        grid-template-columns: repeat(6,1fr);
        -ms-grid-rows: (1fr)[9];
        grid-template-rows: repeat(9,1fr);
        grid-column-gap: 10px;
        grid-row-gap: 10px
    }

    .homeGame .gameCard:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/3/3
    }

    .homeGame .gameCard:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4
    }

    .homeGame .gameCard:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4
    }

    .homeGame .gameCard:nth-child(4) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 1/4/2/5
    }

    .homeGame .gameCard:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 2/4/3/5
    }

    .homeGame .gameCard:nth-child(6) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 1/5/2/6
    }

    .homeGame .gameCard:nth-child(7) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 2/5/3/6
    }

    .homeGame .gameCard:nth-child(8) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 1/6/2/7
    }

    .homeGame .gameCard:nth-child(9) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 2;
        -ms-grid-column: 4;
        -ms-grid-column-span: 2;
        grid-area: 3/4/5/6
    }

    .homeGame .gameCard:nth-child(10) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 6/2/8/4
    }

    .homeGame .gameCard:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2
    }

    .homeGame .gameCard:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3/2/4/3
    }

    .homeGame .gameCard:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 3/3/4/4
    }

    .homeGame .gameCard:nth-child(14) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .homeGame .gameCard:nth-child(15) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4/2/5/3
    }

    .homeGame .gameCard:nth-child(16) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 4/3/5/4
    }

    .homeGame .gameCard:nth-child(17) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/6/2
    }

    .homeGame .gameCard:nth-child(18) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 5/2/6/3
    }

    .homeGame .gameCard:nth-child(19) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 5/3/6/4
    }

    .homeGame .gameCard:nth-child(20) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 2/6/3/7
    }

    .homeGame .gameCard:nth-child(21) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 3/6/4/7
    }

    .homeGame .gameCard:nth-child(22) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 5/4/6/5
    }

    .homeGame .gameCard:nth-child(23) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 4/6/5/7
    }

    .homeGame .gameCard:nth-child(24) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 5/5/6/6
    }

    .homeGame .gameCard:nth-child(25) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 5/6/6/7
    }

    .homeGame .gameCard:nth-child(26) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6/1/7/2
    }

    .homeGame .gameCard:nth-child(27) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 7/1/8/2
    }

    .homeGame .gameCard:nth-child(28) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 6/4/7/5
    }

    .homeGame .gameCard:nth-child(29) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 7/4/8/5
    }

    .homeGame .gameCard:nth-child(30) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 6/5/7/6
    }

    .homeGame .gameCard:nth-child(31) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 8/1/9/2
    }

    .homeGame .gameCard:nth-child(32) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 8/2/9/3
    }

    .homeGame .gameCard:nth-child(33) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 8/3/9/4
    }

    .homeGame .gameCard:nth-child(34) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 8/4/9/5
    }

    .homeGame .gameCard:nth-child(35) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 7/5/8/6
    }

    .homeGame .gameCard:nth-child(36) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 8/5/9/6
    }

    .homeGame .gameCard:nth-child(37) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 6/6/7/7
    }

    .homeGame .gameCard:nth-child(38) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 7/6/8/7
    }

    .homeGame .gameCard:nth-child(39) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 8/6/9/7
    }

    .homeGame .gameCard:nth-child(40) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 9/1/10/2
    }

    .homeGame .gameCard:nth-child(41) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 9/2/10/3
    }

    .homeGame .gameCard:nth-child(42) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 9/3/10/4
    }

    .homeGame .gameCard:nth-child(43) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 9/4/10/5
    }

    .homeGame .gameCard:nth-child(44) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 5;
        -ms-grid-column-span: 1;
        grid-area: 9/5/10/6
    }

    .homeGame .gameCard:nth-child(45) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 6;
        -ms-grid-column-span: 1;
        grid-area: 9/6/10/7
    }

    .homeGame .gameCard:nth-child(46),.homeGame .gameCard:nth-child(47) {
        display: none
    }

    .innerGame .gameCard {
        width: 15.4%;
        padding-bottom: 15.4%;
        margin: .6%
    }

    .panelSch .lb-cont .sch-inner .sp-game .gameCard {
        width: 23.8%;
        padding-bottom: 23.8%;
        margin: .6%
    }
}

@media (max-width: 800px) {
    .sel-lang {
        width:225px
    }

    .sel-lang a {
        width: calc(100% - 35px)
    }

    .pageMain {
        padding: 0 7px;
        width: calc(100% - 14px);
        margin-top: 9px
    }

    .homeGame {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr);
        -ms-grid-rows: (1fr)[14];
        grid-template-rows: repeat(14,1fr);
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .gameInfo .lb-img {
        float: none;
        margin: 0 auto 15px;
        width: 120px
    }

    .gameInfo .lb-con {
        margin-left: 0
    }

    .homeGame .gameCard a:hover .sp-name {
        display: none
    }

    .loadMore {
        padding: 10px 0;
        margin: 10px 10%;
        width: 80%
    }

    .categories .lb-list {
        width: 50%
    }

    .homeGame .gameCard:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/3/3
    }

    .homeGame .gameCard:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4
    }

    .homeGame .gameCard:nth-child(3) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 1/4/2/5
    }

    .homeGame .gameCard:nth-child(4) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4
    }

    .homeGame .gameCard:nth-child(5) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 2/4/3/5
    }

    .homeGame .gameCard:nth-child(6) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 6/3/7/4
    }

    .homeGame .gameCard:nth-child(7) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 6/4/7/5
    }

    .homeGame .gameCard:nth-child(8) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 7/4/8/5
    }

    .homeGame .gameCard:nth-child(9) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 2;
        -ms-grid-column: 3;
        -ms-grid-column-span: 2;
        grid-area: 4/3/6/5
    }

    .homeGame .gameCard:nth-child(10) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 7/2/9/4
    }

    .homeGame .gameCard:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2
    }

    .homeGame .gameCard:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3/2/4/3
    }

    .homeGame .gameCard:nth-child(13) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 3/3/4/4
    }

    .homeGame .gameCard:nth-child(14) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .homeGame .gameCard:nth-child(15) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 4/2/5/3
    }

    .homeGame .gameCard:nth-child(16) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 3/4/4/5
    }

    .homeGame .gameCard:nth-child(17) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/6/2
    }

    .homeGame .gameCard:nth-child(18) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 5/2/6/3
    }

    .homeGame .gameCard:nth-child(19) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6/1/7/2
    }

    .homeGame .gameCard:nth-child(20) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 6/2/7/3
    }

    .homeGame .gameCard:nth-child(21) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 7/1/8/2
    }

    .homeGame .gameCard:nth-child(22) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 8/1/9/2
    }

    .homeGame .gameCard:nth-child(23) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 9/1/10/2
    }

    .homeGame .gameCard:nth-child(24) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 9/2/10/3
    }

    .homeGame .gameCard:nth-child(25) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 8/4/9/5
    }

    .homeGame .gameCard:nth-child(26) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 9/3/10/4
    }

    .homeGame .gameCard:nth-child(27) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 9/4/10/5
    }

    .homeGame .gameCard:nth-child(28) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 10/1/11/2
    }

    .homeGame .gameCard:nth-child(29) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 10/2/11/3
    }

    .homeGame .gameCard:nth-child(30) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 10/3/11/4
    }

    .homeGame .gameCard:nth-child(31) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 10/4/11/5
    }

    .homeGame .gameCard:nth-child(32) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 11/1/12/2
    }

    .homeGame .gameCard:nth-child(33) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 11/2/12/3
    }

    .homeGame .gameCard:nth-child(34) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 11/3/12/4
    }

    .homeGame .gameCard:nth-child(35) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 11/4/12/5
    }

    .homeGame .gameCard:nth-child(36) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 12/1/13/2
    }

    .homeGame .gameCard:nth-child(37) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 12/2/13/3
    }

    .homeGame .gameCard:nth-child(38) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 12/3/13/4
    }

    .homeGame .gameCard:nth-child(39) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 12/4/13/5
    }

    .homeGame .gameCard:nth-child(40) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 13/1/14/2
    }

    .homeGame .gameCard:nth-child(41) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 13/2/14/3
    }

    .homeGame .gameCard:nth-child(42) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 13/3/14/4
    }

    .homeGame .gameCard:nth-child(43) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 13/4/14/5
    }

    .homeGame .gameCard:nth-child(44) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 14/1/15/2
    }

    .homeGame .gameCard:nth-child(45) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 14/2/15/3
    }

    .homeGame .gameCard:nth-child(46) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 14/3/15/4;
        display: block
    }

    .homeGame .gameCard:nth-child(47) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 4;
        -ms-grid-column-span: 1;
        grid-area: 14/4/15/5;
        display: block
    }

    .innerGame .gameCard {
        width: 23.4%;
        padding-bottom: 23.4%;
        margin: .8%
    }

    .gameMiddle .gameWrap {
        width: 100%;
        left: 0;
        height: 100%;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .panelSch .lb-cont {
        width: calc(100% - 60px)
    }

    .panelSch .lb-cont .sch-inner .sp-cate>div {
        width: 50%
    }

    .panelSch .lb-cont .sch-inner .sp-cate a {
        font-size: 12px
    }
}

@media (max-width: 450px) {
    .homeGame {
        -ms-grid-columns:(1fr)[3];
        grid-template-columns: repeat(3,1fr);
        -ms-grid-rows: (1fr)[18];
        /* grid-template-rows: repeat(18,1fr); */
        grid-column-gap: 7px;
        grid-row-gap: 7px
    }

    .categories .lb-list {
        width: 100%
    }

    .categories .lb-list li {
        padding: 5px 0;
        width: 100%
    }

    .homeGame .gameCard:nth-child(1) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 1/1/3/3
    }

    .homeGame .gameCard:nth-child(2) {
        -ms-grid-row: 1;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 1/3/2/4
    }

    .homeGame .gameCard:nth-child(3) {
        -ms-grid-row: 2;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 2/3/3/4
    }

    .homeGame .gameCard:nth-child(4) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 3/3/4/4
    }

    .homeGame .gameCard:nth-child(5) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 6/3/7/4
    }

    .homeGame .gameCard:nth-child(6) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 7/3/8/4
    }

    .homeGame .gameCard:nth-child(7) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 8/3/9/4
    }

    .homeGame .gameCard:nth-child(8) {
        -ms-grid-row: 9;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 9/3/10/4
    }

    .homeGame .gameCard:nth-child(9) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 2;
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        grid-area: 4/2/6/4
    }

    .homeGame .gameCard:nth-child(10) {
        -ms-grid-row: 8;
        -ms-grid-row-span: 2;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        grid-area: 8/1/10/3
    }

    .homeGame .gameCard:nth-child(11) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 3/1/4/2
    }

    .homeGame .gameCard:nth-child(12) {
        -ms-grid-row: 3;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 3/2/4/3
    }

    .homeGame .gameCard:nth-child(13) {
        -ms-grid-row: 4;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 4/1/5/2
    }

    .homeGame .gameCard:nth-child(14) {
        -ms-grid-row: 5;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 5/1/6/2
    }

    .homeGame .gameCard:nth-child(15) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 6/1/7/2
    }

    .homeGame .gameCard:nth-child(16) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 7/1/8/2
    }

    .homeGame .gameCard:nth-child(17) {
        -ms-grid-row: 6;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 6/2/7/3
    }

    .homeGame .gameCard:nth-child(18) {
        -ms-grid-row: 7;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 7/2/8/3
    }

    .homeGame .gameCard:nth-child(19) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 10/1/11/2
    }

    .homeGame .gameCard:nth-child(20) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 10/2/11/3
    }

    .homeGame .gameCard:nth-child(21) {
        -ms-grid-row: 10;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 10/3/11/4
    }

    .homeGame .gameCard:nth-child(22) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 11/1/12/2
    }

    .homeGame .gameCard:nth-child(23) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 11/2/12/3
    }

    .homeGame .gameCard:nth-child(24) {
        -ms-grid-row: 11;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 11/3/12/4
    }

    .homeGame .gameCard:nth-child(25) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 12/1/13/2
    }

    .homeGame .gameCard:nth-child(26) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 12/2/13/3
    }

    .homeGame .gameCard:nth-child(27) {
        -ms-grid-row: 12;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 12/3/13/4
    }

    .homeGame .gameCard:nth-child(28) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 13/1/14/2
    }

    .homeGame .gameCard:nth-child(29) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 13/2/14/3
    }

    .homeGame .gameCard:nth-child(30) {
        -ms-grid-row: 13;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 13/3/14/4
    }

    .homeGame .gameCard:nth-child(31) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 14/1/15/2
    }

    .homeGame .gameCard:nth-child(32) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 14/2/15/3
    }

    .homeGame .gameCard:nth-child(33) {
        -ms-grid-row: 14;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 14/3/15/4
    }

    .homeGame .gameCard:nth-child(34) {
        -ms-grid-row: 15;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 15/1/16/2
    }

    .homeGame .gameCard:nth-child(35) {
        -ms-grid-row: 15;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 15/2/16/3
    }

    .homeGame .gameCard:nth-child(36) {
        -ms-grid-row: 15;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 15/3/16/4
    }

    .homeGame .gameCard:nth-child(37) {
        -ms-grid-row: 16;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 16/1/17/2
    }

    .homeGame .gameCard:nth-child(38) {
        -ms-grid-row: 16;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 16/2/17/3
    }

    .homeGame .gameCard:nth-child(39) {
        -ms-grid-row: 16;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 16/3/17/4
    }

    .homeGame .gameCard:nth-child(40) {
        -ms-grid-row: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 17/1/18/2
    }

    .homeGame .gameCard:nth-child(41) {
        -ms-grid-row: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 17/2/18/3
    }

    .homeGame .gameCard:nth-child(42) {
        -ms-grid-row: 17;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 17/3/18/4
    }

    .homeGame .gameCard:nth-child(43) {
        -ms-grid-row: 18;
        -ms-grid-row-span: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        grid-area: 18/1/19/2
    }

    .homeGame .gameCard:nth-child(44) {
        -ms-grid-row: 18;
        -ms-grid-row-span: 1;
        -ms-grid-column: 2;
        -ms-grid-column-span: 1;
        grid-area: 18/2/19/3
    }

    .homeGame .gameCard:nth-child(45) {
        -ms-grid-row: 18;
        -ms-grid-row-span: 1;
        -ms-grid-column: 3;
        -ms-grid-column-span: 1;
        grid-area: 18/3/19/4
    }

    .homeGame .gameCard:nth-child(46),.homeGame .gameCard:nth-child(47) {
        display: none
    }

    .innerGame .gameCard {
        width: 31.33%;
        padding-bottom: 31.33%;
        margin: 1%
    }

    .panelPages a,.panelPages span {
        display: block;
        height: 32px;
        line-height: 32px;
        font-size: 12px;
        color: #fff;
        padding: 0 12px;
        border-radius: 5px;
        margin: 0 2px
    }

    .panelSch .lb-cont {
        width: calc(100% - 50px)
    }

    .panelSch .lb-cont .sch-inner .sp-cate>div {
        width: 100%
    }

    .panelSch .lb-cont .sch-inner .sp-cate>div a {
        font-size: 14px
    }

    .panelSch .lb-cont .sch-inner .sp-game .gameCard {
        width: 31.3%;
        padding-bottom: 31.3%;
        margin-left: 3px
    }

    .innerMain {
        margin: 0 10px;
        width: calc(100% - 44px);
        padding: 12px
    }
}

@media (min-width: 1800px) {
    .pageHead {
        margin:0 auto
    }

    .topbar {
        width: 70%;
        margin: 0 auto
    }

    .pageMain {
        width: 70%;
        margin: 0 auto;
        padding: 0 10px;
        margin-top: 12px;
        margin-bottom: 12px
    }
}

.liket {
    color: #827f7f;
    height: 26px;
    line-height: 28px;
    font-size: 13px;
    overflow: hidden;
    background: url(../img/like.png) no-repeat right;
    margin-right: 15px;
    background-size: 18px 18px;
    padding-right: 20PX
}

.votet {
    color: #827f7f;
    height: 26px;
    line-height: 28px;
    font-size: 13px;
    overflow: hidden;
    background: url(../img/vote.png) no-repeat right;
    background-size: 18px 18px;
    padding-right: 20PX
}

.sk-chase {
    width: 26px;
    height: 26px;
    position: relative;
    animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    animation: sk-chase-dot 2s infinite ease-in-out both
}

.sk-chase-dot:before {
    content: '';
    display: block;
    width: 25%;
    height: 25%;
    background-color: #fff;
    border-radius: 100%;
    animation: sk-chase-dot-before 2s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3) {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4) {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5) {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6) {
    animation-delay: -.6s
}

.sk-chase-dot:nth-child(1):before {
    animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
    animation-delay: -1s
}

.sk-chase-dot:nth-child(3):before {
    animation-delay: -.9s
}

.sk-chase-dot:nth-child(4):before {
    animation-delay: -.8s
}

.sk-chase-dot:nth-child(5):before {
    animation-delay: -.7s
}

.sk-chase-dot:nth-child(6):before {
    animation-delay: -.6s
}

@keyframes sk-chase {
    100% {
        transform: rotate(360deg)
    }
}

@keyframes sk-chase-dot {
    100%,80% {
        transform: rotate(360deg)
    }
}

.policy-validation {
    -webkit-box-shadow: 0 3px 10px 0 rgba(0,0,0,.34);
    box-shadow: 0 3px 10px 0 rgba(0,0,0,.34);
    background: rgba(59, 60, 65, 0.9);
    border-radius: 5px;
    bottom: 20px;
    display: table;
    left: 50%;
    margin-left: -38%;
    padding: 10px;
    position: fixed;
    vertical-align: middle;
    width: 76%;
    z-index: 100000
}

.policy-validation .content {
    color: #f1f1f1;
    display: table-cell;
    font-size: 12px;
    line-height: 15px;
    padding: 0 5px;
    vertical-align: middle;
    background: transparent;
    border-radius: 5px;
    margin-left: 20px;
}

.policy-validation .content a {
    color: #1273eb;
    text-decoration: underline
}

.policy-validation .actions {
    display: table-cell;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    vertical-align: middle;
    width: 150px
}

.policy-validation .actions a {
    background: #C20035;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: block;
    font-weight: 700;
    letter-spacing: .4px;
    padding: 5px 8px;
    width: 140px
}

.contact-section {
    padding: 80px 20px;
    background-color: #f5f5f5;
    text-align: center;
}

.contact-container {
    max-width: 800px;
    margin: 0 auto;
}

.contact-section h1 {
    font-size: 3.5em;
    color: #333;
    margin-bottom: 30px;
}

.contact-subtitle {
    font-size: 1.8em;
    color: #666;
    margin-bottom: 25px;
}

.contact-message {
    font-size: 1.6em;
    color: #444;
    margin-bottom: 30px;
}

.contact-info {
    font-size: 1.6em;
    color: #333;
}

.contact-info a {
    color: #0066cc;
    text-decoration: none;
}

.contact-info a:hover {
    text-decoration: underline;
}
.homeGame .gameCard2 {
}

.google-ad-container {
    width: 100%;
    height: 400px;
}
.midAd {
    background-color: #ccc;
    margin-top: 10px;
    margin-bottom: 10px;
}