/*.mui-bar-nav~.mui-content { padding-top: 50px; }*/
.mui-pull-left { color: #d13c78; }
.mui-title { 
    color: #d13c78; font-size: 20px; font-weight: bold;
}
.game_img img {
    display: block;
    width: 100%;
}
.nav .mui-segmented-control {
    border: none;
    background: #0f0705;
    padding: 0 12px 0 0; border-radius: 0;
}
.game_info_wrap {
    position: relative;
    padding-bottom: 20px;
}
.mui-segmented-control .mui-control-item { 
    border: none; 
    font-size: 16px; color: #999898; font-weight: bold;
}
.mui-segmented-control .mui-control-item.mui-active {
    background-color: #d13c78; color: #fff;
}
.mui-table-view-cell { padding: 15px; }
.mui-table-view .mui-media-object {
    max-width: 70px;
    height: 70px;
    line-height: 70px;
}
.game_name {
    font-size: 18px; color: #d13c78; font-weight: bold;
}
.game_cata {
    font-size: 12px; color: #bab9b9;
}
.mui-table-view-cell .game_dsc {
    height: 42px;
    margin-top: 6px;
    white-space: normal;
    color: #999898; font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    box-orient: vertical;
    -webkit-line-clamp: 2;
    -moz-line-clamp: 2;
    -o-line-clamp: 2;
    -ms-line-clamp: 2;
    line-clamp: 2;
}
.mui-slider-indicator {
    height: 34px;
    background: url(../../images/mobile/slide_icon.png) no-repeat center center;
    background-size: auto 82%;
}
.download_game { padding: 30px 0; }
.download_game a {
    display: block;
    width: 70%; height: 44px;
    border-radius: 21px;
    padding: 5px 0; margin: 0 auto;
}
.download_game .ios_download { margin-bottom: 20px; background: #d13c78; }
.android_download { background: #09affa; }
.download_game a .qy_icon {
    float: left;
    height: 100%; width: 23%;
    border-right: 1px dashed #fff;
}
.ios_download .qy_icon {
    background: url(../../images/mobile/ios_icon.png) no-repeat center center;
    background-size: auto 90%;
}
.android_download .qy_icon {
    background: url(../../images/mobile/android_icon.png) no-repeat center center;
    background-size: auto 90%;
}
.file_info {
    width: 86%;
    text-align: center;
}
.file_info p {
    margin: 0;
    font-size: 15px; color: #fff; line-height: 15px;
}
.ios_download p{
    font-size: 18px;
    line-height: 2;
}
.file_info  .file_size {
    font-size: 12px; color: #eee; 
}
.item_title {
    height: 63px;
    padding: 9px; margin: 0 0 10px;
    background: #fff;
    line-height: 48px; text-align: center; font-size: 22px;
    border-bottom:1px solid #cdcccd
}
.item_title div {
    display: inline-block;
    padding: 0 20px;
    border-bottom: 3px solid #d13c78;
}
.item_title div>span:nth-child(1) { color: #d13c78; }
.item_title div>span:nth-child(2) { color: #5f5c5c; font-size: 16px; font-weight: normal; }
.item_title div>span:nth-child(3) { color: #5f5c5c; }
.news_list { padding-bottom: 26px; background: #fff; }
.mui-table-view-cell:after { left:0; right: 0; background-color: #999898; }
.news_list:before,.news_list:after,.mui-table-view:after { height: 0; }
.mui-table-view-cell:last-child:after { height: 1px; }
.news_user_gift .mui-table-view-cell:last-child:after {
    height: 0;
}
.news_list a {
    display: block;
    height: 46px;
    line-height: 20px;
}
.news_list p {
    width: 80%;
    color: #5f5c5c;
    font-size: 15px;
}
.news_list span { vertical-align: middle; }
.recommend_news_icon {
    position: relative;
    display: inline-block;
    height: 20px; 
    background: #d13c78;
    padding: 0 8px; margin-right: 4px;
    color: #fff; font-size: 12px;
    line-height: 22px;
}
.recommend_news_icon:before {
    position: absolute; top: 6px; right: -8px;
    content: '';
    height:0; width: 0;
    border: 4px solid transparent;
    border-left-color: #d13c78;
}
.mui-badge {
    background: transparent;
    color: #999898;
    font-size: 13px;
}
.more_con {
    display: block;
    height: 38px;
    width: 90%;
    margin: 20px auto;
    background: #fff;
    text-align: center;
    line-height: 38px;
    color: #5f5c5c;
    font-size: 15px;
}
.service_title { background: transparent;  margin-bottom: 10px; }
.service_wrap {
    padding: 10px 4px;
}
.service_wrap>div { text-align: center; }
.service_wrap .service_in {
    display: inline-block;
    width: 92%;
    background: #fff;
    padding: 8px;
    border: 1px solid #999898; border-radius: 6px;
}
.service_in img {
    float: left;
    width: 32px; height: 32px;
    margin: 4px 4px 0 0;
}
.service_in p {
    margin: 0; 
    font-size: 12px; text-align: left;
}
.service_in p a { color: #8f8f94; }
.news_user_gift {
    width: 90%; 
    padding: 20px 0; margin: 0 auto;
}
.news_user_gift li { 
    position: relative; 
    background: #fff; border-radius: 6px;
    padding: 10px; overflow: hidden;
}
.news_user_gift  .gift_con {
    color: #999898; font-size: 12px;
}
.news_user_gift li .mui-media-object {
    max-width: 70px;
    height: 70px;
    height: auto; line-height: 1;
}
.news_user_gift_index {
    padding: 28px 0 0 0; 
}
.news_user_gift_index li .mui-media-object {
    max-width: 70px;
    height: 70px;
}
.news_user_gift .mui-media-body {
    padding-top: 10px;
    margin-right: 66px;
}

.news_user_gift li .receive_gift {
    position: absolute; top: 0; right: 0; 
    height: 100%;
    margin: 0; padding: 0 10px 0 0;
    line-height: 32px; text-align: right;  
}
.news_user_gift li .receive_gift:before {
    content: '';
    height: 100%; width: 0;
    display: inline-block;
    vertical-align: middle;
}
.news_user_gift li .receive_gift div {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.receive_gift div p {
    font-size: 12px;
    line-height: 16px;
}
.receive_gift div .copy_code {
    padding: 5px 10px;
    background: #09affa;
    border-radius: 4px; color: #fff; font-size: 12px;
}
.receive_gift div .receive_gift_btn {
    display: inline-block;
    padding: 10px;
    background: #09affa;
    border-radius: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 26px;
    text-align: center;
}

.news_user_gift,.gift_list { background: transparent;  }
.gift_list {
    min-height: 264px;
}
.gift_list:before, .news_user_gift:after { height: 0; }
.gift_list li {
    position: relative;
    background: #fff;
    margin-bottom: 11px;
}
.gift_list li:last-child { margin-bottom: 0; }
.gift_list li:after {
    height: 0;
}
.news_user_gift .mui-table-view-cell>a:not(.mui-btn),
.gift_list .mui-table-view-cell>a:not(.mui-btn) {
    display: inline; 
    margin: 0; padding: 0; 
}
.gift_list .game_name {
    color: #09affa; line-height: 1.5;
}
.gift_list .mui-media-body {
    width: 46%;
    color: #09affa;
}
.gift_list .mui-table-view-cell .receive_gift,
.gift_list .mui-table-view-cell .copy_code {
    position: absolute; top: 15px; right: 15px;
    width: 24%; height: 30px;
    background: #09affa; border-radius: 4px;
    margin: 0; padding: 0;
    text-align: center; color: #fff; line-height: 30px; font-size: 14px;
}
.gift_list .mui-table-view-cell .receive_gift_active { background: #ccc; }
.gift_list .mui-table-view-cell .down_games_btn {
    position: absolute; bottom: 15px; right: 15px;
    width: 24%; height: 30px;
    border-radius: 4px; border: 1px solid #999898;
    margin: 0; padding: 0;
    text-align: center; color: #999898; line-height: 30px; font-size: 14px;
}
.game_news {
    position: relative;
    padding: 20px 0;
    background: #fff;
}
.game_news_nav {
    position: relative;
    height: 39px;
}
.game_news .mui-segmented-control {
    position: absolute; left: 0; right: 0; z-index: 1;
    width: 90%; height: 100%;
    margin: 0 auto;
    border: 1px solid #c8c7cc;
    border-bottom: none;
}
.game_news .mui-segmented-control .mui-control-item {
    position: relative;
    color: #5f5c5c;
    background: transparent;
}
.game_news .mui-segmented-control .mui-control-item.mui-active {
    background: #fff; color: #d13c78;
}
.game_news .mui-segmented-control .mui-control-item:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 1px;
    background: #c8c7cc;
}
.game_news .mui-segmented-control .mui-control-item:last-child:before {
    width: 0;
}
.news_name {
    display: inline-block;
    width: 80%;
    font-size: 15px; color: #5f5c5c;
}
.news_itme {
    float: right;
    font-size: 12px; color: #999898;
}
.game_news .mui-table-view {
    min-height: 264px;
    padding-top: 12px;
}
.game_news .mui-table-view-cell {
    padding: 12px 15px 8px;
}
.game_news .mui-table-view-cell:after {
    left:0; right: 0;
}
.page {
    padding: 16px 0 0;
    background: #fff;
    text-align: center;
}
.page a {
    margin: 0 8px;
    color: #999;
    font-size: 14px;
}
#item2 .page {
    padding: 16px 0 20px;
}
.curr_page {
    font-size: 14px;
    color: #999;
}
.games_jianjie {
    padding: 20px 15px 0;
}
.games_jianjie p { margin: 0; text-indent: 2em; }
.mui-content-padded {
    margin: 0;
}
.mui-preview-image.mui-fullscreen {
    position: fixed;
    z-index: 20;
    background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 10;
}
.mui-preview-header {
    height: 44px;
    top: 0;
}
.mui-preview-footer {
    height: 50px;
    bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
    display: block;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin: 15px auto 4;
    width: 70px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 12px;
    font-size: 16px;
}
.mui-preview-image {
    display: none;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
    background: none;
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
    display: none;
}
.mui-zoom-scroller {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    -webkit-backface-visibility: hidden;
}
.mui-zoom {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.mui-slider .mui-slider-group .mui-slider-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
    width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
    display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
    display: table-cell;
    vertical-align: middle;
}
.mui-preview-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.mui-preview-loading.mui-active {
    display: block;
}
.mui-preview-loading .mui-spinner-white {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -25px;
    margin-top: -25px;
    height: 50px;
    width: 50px;
}
.mui-preview-image img.mui-transitioning {
    -webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
    transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
p img {
    max-width: 100%;
    height: auto;
}

























