html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
em,
img,
strong,
b,
i,
dl,
dt,
dd,
ul,
ol,
li,
fieldset,
form,
label,
legend,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
a,
input,
button {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

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

html {
    min-height: 100%;
    background: #fff;
}

body {
    font-size: 0.9rem;
    color: #555;
    position: relative;
    font-family: "Noto Sans CJK SC", "Source Han Sans CN", "Droid Sans", "microSoft YaHei", sans-serif;
    overflow: auto;
}

ul,
ol,
dl {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
}

a {
    star: expression(this.onFocus=this.blur());
}

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

address,
caption,
cite,
code,
dfn,
em,
th,
strong,
i {
    font-style: normal
}

input,
select,
img {
    vertical-align: middle;
    border: none;
}

input::-moz-placeholder,
input::-webkit-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

body {
    background: #fff;
    max-width: 640px;
    margin: 0 auto;
    font-size: 12px;
}

.slick-slide img {
    height: 100%;
    width: 100%;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 1em;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


/* tabbtn */

.tabbtn {
    height: 50px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    /*background:url(images/tabbg.gif) repeat-x;border-left:solid 1px #ddd;border-right:solid 1px #ddd;*/
}

.tabbtn li {
    float: left;
    position: relative;
    margin: 0 0 0 -1px;
    width: 95px;
}

.tabbtn li span {
    display: block;
    float: left;
    height: 50px;
    width: 80px;
    line-height: 50px;
    overflow: hidden;
    text-align: center;
    font-size: 1.2em;
    cursor: pointer;
    color: #999;
    margin-right: 10px;
    padding-left: 20px;
}

#normaltab p {
    margin-left: -130px;
}

.tabbtn li.current .tabbtn li.current span {
    /*border-top:solid 2px #ff6600;*/
    font-family: "微软雅黑";
    height: 30px;
    line-height: 30px;
    background: #fff;
    color: #333;
}


/* tabcon */

.tabcon {
    border-width: 0;
    border-color: #ddd;
    border-style: solid;
    position: relative;
    /*必要元素*/
    height: 88px;
    overflow: hidden;
}

.tabcon .subbox {
    position: absolute;
    /*必要元素*/
    left: 0;
    top: 0;
}

.tabcon .sublist {
    padding: 5px 10px;
}


/* leftcon */

#leftcon .subbox {
    width: 9999em;
}

#leftcon .subbox .sublist {
    float: left;
    width: 640px;
}


/* sublist */

.sublist {
    padding: 10px;
}

.sublist li {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    width: 100%;
    float: left;
}

.sublist li span {
    margin: 0 5px 0 0;
    font-family: "微软雅黑";
    font-size: 12px;
    font-weight: 400;
    color: #ddd;
}

.tabbtnx_rc_li span {
    background: url(../images/game_rc.png) no-repeat left center;
    background-size: 17px;
    margin-left: 10px;
}

.tabbtnx_hs_li span {
    background: url(../images/game_hs.png) no-repeat left center;
    background-size: 17px;
    margin-left: 10px;
}

.tabbtn li.tabbtnx_rc_li.current span {
    background: url(../images/game_rc_cur.png) no-repeat left center;
    background-size: 17px;
    border-bottom: 2px solid #4285fa;
    color: #4285fa;
}

.tabbtn li.tabbtnx_hs_li.current span {
    background: url(../images/game_hs_cur.png) no-repeat left center;
    background-size: 17px;
    border-bottom: 2px solid #4285fa;
    color: #4285fa;
}

.mod {}

.mod .mod_ul {}

.mod .mod_ul .mod_li {}

.list_img {
    width: 50px;
}

.list_a {
    width: 50px;
}

.media {
    margin-top: 15px
}

.media:first-child {
    margin-top: 0
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden
}

.media-body {
    width: 10000px
}

.media-object {
    display: block
}

.media-object.img-thumbnail {
    max-width: none
}

.media-right,
.media>.pull-right {
    padding-left: 3px
}

.media-left,
.media>.pull-left {
    padding-right: 10px
}

.media-body,
.media-left,
.media-right {
    display: table-cell;
    vertical-align: top;
    padding-top: 1px;
}

.media-middle {
    vertical-align: middle
}

.media-bottom {
    vertical-align: bottom
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px
}

.media-list {
    padding-left: 0;
    list-style: none
}

.none {
    display: none
}

.section-title {
    font-weight: 400;
    font-size: 11px;
    color: #9f9f9f;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0 0 0 16px
}

.vip .user-photo {
    z-index: 10;
    background-color: #F7C630!important
}

.vip .user-name p {
    color: #C1AB00!important
}

.vip .vip-label {
    display: inline-block!important
}

#bannerRegion {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: block;
    max-width: 100%;
    height: auto
}

.slider .container {
    margin: 0;
    padding: 0;
}

.slidesjs-navigation {
    display: none
}

.slidesjs-container {
    z-index: 3
}

.slidesjs-container img {
    width: 100%;
}

.slidesjs-pagination {
    position: absolute;
    right: 10px;
    bottom: 8px;
    z-index: 5
}

.slidesjs-pagination li {
    float: left;
    height: 10px;
    margin: 0 4px
}

.slidesjs-pagination a {
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    line-height: 99px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    background-clip: padding-box;
}

.slidesjs-pagination .active {
    width: 20px;
    background: #4285fa
}

#gameIndexWrapper .recent-content {
    /*border-top:1px solid #ddd;
    border-bottom:1px solid #ddd*/
}

#gameIndexWrapper #wrapper {
    position: relative;
    z-index: 1;
    width: 100%;
    background: #fff;
    overflow: hidden;
    -ms-touch-action: none;
    height: 115px;
}

#gameIndexWrapper #scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    height: 90px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

#gameIndexWrapper #scroller ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0
}

#gameIndexWrapper #scroller li {
    width: 80px;
    height: 90px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    text-align: center
}

#gameIndexWrapper #scroller li>a>img {
    width: 50px;
    height: 50px;
    margin-top: 5px
}

#gameIndexWrapper #scroller li>p {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #1f1f1f
}


/*add*/

#gameIndexWrapper #wrapper1 {
    position: relative;
    z-index: 1;
    height: 90px;
    width: 100%;
    background: #fff;
    overflow: hidden;
    -ms-touch-action: none;
    height: 115px;
}

#gameIndexWrapper #scroller1 {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: transparent;
    height: 90px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none
}

#gameIndexWrapper #scroller1 ul {
    list-style-type: none;
    width: 100%;
    padding: 0;
    margin: 0
}

#gameIndexWrapper #scroller1 li {
    width: 80px;
    height: 90px;
    float: left;
    background-color: #fff;
    overflow: hidden;
    text-align: center
}

#gameIndexWrapper #scroller1 li>a>img {
    width: 50px;
    height: 50px;
    margin-top: 5px
}

#gameIndexWrapper #scroller1 li>p {
    font-size: 11px;
    margin-top: 5px;
    margin-bottom: 0;
    color: #1f1f1f
}


/*add*/

#gameIndexWrapper .user-tab-bar {
    background-color: #fff;
    text-align: center;
    /*padding-top: 13px;*/
    height: 50px;
    line-height: 50px;
    width: 100%;
    color: #999;
}

.user-tab-bar .tabbtnx_list_li {
    background: url(../images/game_list.png) no-repeat left center;
    background-size: 17px;
    margin-left: 10px;
}

.user-tab-bar .tabbtnx_list_li span {
    padding-left: 20px;
    color: #4285fa;
    font-size: 1.2em;
}

#gameIndexWrapper .tab-last-hot-info.active span {
    border-bottom: 2px solid #45A0F0;
    color: #45A0F0;
}

#gameIndexWrapper .gift-tab {
    width: 33.3333333%;
}

#gameIndexWrapper .games-list {
    margin-bottom: 50px;
}


/*这地方有padding更好看*/

#gameIndexWrapper .games-list-content {
    border-top: 1px solid #E5E5E5;
    /*border-bottom:1px solid #ddd;*/
    /*background-color:#fff;*/
    padding: 0 0px;
}

#gameIndexWrapper .games-list-content>div {
    border-bottom: 1px solid #f3f3f3
}

#gameIndexWrapper .game-icon {
    width: 50px;
    height: 50px;
    margin-right: 2px
}

#gameIndexWrapper .game-title {
    font-size: 1.2em;
    color: #000;
    margin-top: 2px;
    margin-bottom: 1px;
    position: relative;
}

#gameIndexWrapper .game-title span {
    margin-left: 1px;
    padding: 0 2px;
    font-size: 0.8em;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

#gameIndexWrapper .game-title span.new {
    color: #fd1301;
    border: 1px solid #fd1301;
}

#gameIndexWrapper .game-title span.coupon {
    color: #FCAF5A;
    border: 1px solid #FCAF5A;
}

#gameIndexWrapper .game-title span.hot {
    color: #fd9b01;
    border: 1px solid #fd9b01;
}

#gameIndexWrapper .game-title span.elite {
    color: #FF988B;
    border: 1px solid #FF988B;
}

#gameIndexWrapper .game-title span.recommend {
    color: #55A8F1;
    border: 1px solid #55A8F1;
}

@media all and (min-width: 300px) and (max-width: 359px) {
    #gameIndexWrapper .game-title {
        font-size: 12px;
        color: #000;
        margin-top: 2px;
        margin-bottom: 1px;
        position: relative;
    }
}

#gameIndexWrapper .game-lable {
    font-size: 12px;
    color: #333333;
    margin-top: 5px;
    margin-bottom: 1px;
    position: relative;
}

#gameIndexWrapper .game-lable span {
    margin-left: 1px;
    padding: 0 2px;
    font-size: 10px;
    border-radius: 2px;
    position: relative;
    top: -2px;
}

#gameIndexWrapper .game-lable span.new {
    color: #fd1301;
    border: 1px solid #fd1301;
}

#gameIndexWrapper .game-lable span.coupon {
    color: #FCAF5A;
    border: 1px solid #FCAF5A;
}

#gameIndexWrapper .game-lable span.hot {
    color: #fd9b01;
    border: 1px solid #fd9b01;
}

#gameIndexWrapper .game-lable span.elite {
    color: #FF988B;
    border: 1px solid #FF988B;
}

#gameIndexWrapper .game-lable span.recommend {
    color: #55A8F1;
    border: 1px solid #55A8F1;
}

#gameIndexWrapper .game-desc {
    font-size: 10px;
    color: #888;
    margin-top: 0;
    margin-bottom: 1px
}

#gameIndexWrapper .game-friends {
    font-size: 10px;
    color: #888;
    margin-top: 0;
    margin-bottom: 3px;
    letter-spacing: .2px
}

#gameIndexWrapper .game-friends img {
    width: 15px;
    height: 15px;
    vertical-align: sub
}

#gameIndexWrapper .games-list-content>div[class~=media] {
    margin-top: 9px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#gameIndexWrapper .label-new {
    position: absolute;
    left: 2px;
    top: 50%;
    margin-top: -28px;
}

#gameIndexWrapper .label-right {
    position: absolute;
    right: -21px;
    border-bottom: 3px solid transparent;
    border-right: 5px solid red;
    -ms-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

#gameIndexWrapper .label-new .label-new-main {
    position: absolute;
    width: 16px;
    height: 16px;
    background: red
}

#gameIndexWrapper .label-new .label-new-corner {
    position: absolute;
    width: 0;
    height: 0;
    top: 16px;
    border-bottom: 3px solid transparent;
    border-right: 8px solid red;
    border-left: 8px solid red
}

#gameIndexWrapper .label-new p {
    color: #fff;
    display: inline-block;
    position: absolute;
    top: 1px;
    left: 2px;
    font-size: 12px
}

.more,
{
    background-color: #fff;
}

.more span {
    display: block;
    padding: 15px;
    text-align: center
}

#topBarWrapper {
    height: 52px;
}

#topBarWrapper .header {
    position: relative;
    height: 52px;
    display: block;
    background-color: #4285fa;
    color: #fff;
    line-height: 40px;
    text-align: center;
    font-size: 17px;
}

#topBarWrapper .header .head-search {
    position: relative;
    height: 30px;
    width: 300px;
    border-radius: 5px;
    display: inline-block;
    background-color: #fff;
    color: #ccc;
    line-height: 30px;
    text-align: left;
    font-size: 16px;
    margin-top: 10px;
}

.header_menu {
    height: 50px;
    background-color: #34377A;
}

#topBarWrapper .user-photo {
    width: 43px;
    height: 44px;
    position: absolute;
    left: 10px;
    z-index: 15;
    vertical-align: middle;
}

#topBarWrapper .user-photo .vip-label {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 12px
}

#topBarWrapper .user-photo .photo {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    vertical-align: middle
}

.user_sign_out {
    height: 44px;
    position: absolute;
    right: 10px;
    z-index: 15;
    vertical-align: middle;
    font-size: 14px;
}

#topBarWrapper .user-name p {
    margin: 0;
    font-size: 1.1em;
    position: absolute;
    left: 75px;
    top: 10px;
    color: #444;
    font-weight: 400
}

#topBarWrapper .user-name p span {
    font-size: .7em;
    font-family: "Times New Roman", Times, serif;
    color: #88d3fe;
    border: 1px solid #88d3fe;
    vertical-align: 15%
}

#topBarWrapper .user-level {
    margin: 0;
    font-size: .8em;
    position: absolute;
    left: 75px;
    top: 21px;
    color: #999;
    letter-spacing: -3px;
    vertical-align: middle
}

#topBarWrapper .head-dowload .follow-button {
    position: absolute;
    right: 10px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #FB8B3C;
}

#topBarWrapper .follow-button img {
    height: 25px
}

@media all and (min-width: 300px) and (max-width: 359px) {
    #topBarWrapper .follow-button img {
        height: 18px;
        margin-right: -8px;
    }
    .container,
    .container-fluid {
        margin-right: auto;
        margin-left: auto;
        padding-left: 15px;
        padding-right: 0px;
    }
}

#topBarWrapper .follow-button .search-img {
    height: 20px;
    width: 20px;
}

#topBarWrapper .head-search .follow-button {
    position: absolute;
    left: 0px;
    top: -1px;
    margin-left: 7px;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #FB8B3C;
}

#topBarWrapper .header .head-dowload .sj-icon {
    position: absolute;
    right: 85px;
    top: 10px;
    height: 20px;
    width: 22px;
}

#topBarWrapper .modal-header h4 {
    text-align: center
}

#topBarWrapper .modal-body {
    width: 220px;
    height: 220px;
    position: relative;
    margin: auto;
}

#topBarWrapper .qrcode {
    width: 200px;
    height: 200px
}

#topBarWrapper .modal-footer h4 {
    text-align: center
}

@media all and (min-width: 320px) and (max-width: 359px) {
    #topBarWrapper .header .head-search {
        position: relative;
        height: 30px;
        width: 200px;
        border-radius: 30px;
        display: inline-block;
        background-color: #fff;
        color: #ccc;
        line-height: 30px;
        text-align: left;
        font-size: 16px;
        margin-top: 8px;
    }
}

#icon_game {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

#icon_information {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

#icon_gift {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

#icon_person {
    width: 25px;
    height: 25px;
    background-size: 25px;
}

#gameIndexWrapper .game-enter-button {
    float: right;
    background-color: #fff;
    color: #4285fa;
    padding: 4px 15px;
    border-color: #4285fa;
}

.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 1px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    border-radius: 5px;
    color: transparent;
    border: 0;
    outline: none;
    background: #fff;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active {
    width: 25px;
}

.slick-dots li.slick-active button {
    background: #4285fa;
    width: 20px;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.clear-line {
    width: 100%;
    height: 10px;
    background: #ECECEC;
}

.fn-hide {
    display: none;
}