@charset "utf-8";

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 100%;
}

body {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.5;
    color: #333333;
    background-color: #eeeef2;
    height: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

svg:not(:root) {
    overflow: hidden;
}

a {
    background: transparent;
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    color: #0088cc;
}

a:active {
    outline: 0;
}

a:active {
    color: #006699;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
    vertical-align: middle;
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

html,
button,
input,
select,
textarea {
    font-family: "microsoft yahei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
form,
blockquote {
    margin: 0;
}

ul,
ol,
li,
dl,
dd {
    margin: 0;
    padding: 0;
}

ul,
ol {
    list-style: none outside none;
}

h1,
h2,
h3 {
    line-height: 2;
    font-weight: normal;
}

h1 {
    font-size: 1.8rem;
}

h2 {
    font-size: 1.6rem;
}

h3 {
    font-size: 1.4rem;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #cccccc;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fix {
    zoom: 1;
}

.fix:after,
.fix:before {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.none {
    display: none;
}

.hidden {
    width: 0px;
    height: 0px;
    overflow: hidden;
}

.tc {
    text-align: center;
}

/* 提示 */
.toast {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: .1rem .4rem;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    font-size: .45rem;
    border-radius: .1rem;
    opacity: 0;
    transition: opacity 0.3s;
    display: none;
    z-index: 110;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-border-radius: .1rem;
    -moz-border-radius: .1rem;
    -ms-border-radius: .1rem;
    -o-border-radius: .1rem;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
}

.toast.fade-in {
    opacity: 1;
}

.toast.fade-out {
    opacity: 0;
}

/* 图标区 */
.icon {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}

.icon_check {
    background-image: url(../png/icon_checkc27e.png);
}

.icon_checked {
    background-image: url(../png/icon_checkedc27e.png);
}

.icon_menu {
    background-image: url(../png/icon_menu45b2.png);
}

.icon_menu_login {
    background-image: url(../png/icon_menu_login45b2.png);
}

.icon_menu_close {
    background-image: url(../png/icon_menu_close45b2.png);
}

.icon_user {
    background-image: url(../png/icon_user45b2.png);
}

.icon_user_login {
    background-image: url(../png/icon_user_login45b2.png);
}

.icon_go_back {
    background-image: url(../png/icon_go_back45b2.png);
}

.icon_close {
    background-image: url(../png/icon_close551c.png);
}

.icon_more {
    width: 100%;
    height: 100%;
    background: url(../png/icon_morebf09.png) no-repeat;
    background-size: contain;
}

.icon_share {
    width: 100%;
    height: 100%;
    background: url(../png/icon_sharebf09.png) no-repeat;
    background-size: contain;
}

.icon_back {
    background-image: url(../png/icon_back551c.png);
}

.icon_info {
    background-image: url(../png/icon_info551c.png);
}

.icon_kefu {
    background-image: url(../png/icon_kefu551c.png);
}

.icon_other {
    background-image: url(../png/icon_other551c.png);
}

.icon_prop {
    background-image: url(../png/icon_prop551c.png);
}

.icon_valid {
    background-image: url(../png/icon_valid551c.png);
}

/*  用户中心图标  */
.icon_logout {
    background-image: url(../png/icon_logout435d.png);
}

.icon_account_deletion {
    background-image: url(../png/icon_account_deletion435d.png);
}

.icon_account_info {
    background-image: url(../png/icon_account_info435d.png);
}

.icon_account_safe {
    background-image: url(../png/icon_account_safe435d.png);
}

.icon_change_password {
    background-image: url(../png/icon_change_password435d.png);
}

.icon_game {
    background-image: url(../png/icon_game435d.png);
}

.icon_gift {
    background-image: url(../png/icon_gift435d.png);
}

.icon_new_message {
    background-image: url(../png/icon_new_message435d.png);
}

.icon_score {
    background-image: url(../png/icon_score435d.png);
}

.icon_bind_phone {
    background-image: url(../png/icon_bind_phone435d.png);
}

.icon_card_info {
    background-image: url(../png/icon_card_info435d.png);
}

.icon_safe_email {
    background-image: url(../png/icon_safe_email435d.png);
}

.icon_safe_question {
    background-image: url(../png/icon_safe_question435d.png);
}

/* 顶栏 */
.header-topBar {
    width: 100%;
    height: 1.2rem;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
}

.header-topBar .logo {
    width: 1.6rem;
    margin: 7px 0 0 5%;
    display: block;
    float: left;
}

.header-topBar .logo img {
    width: 100%;
    height: auto;
}

.header-topBar .top_right {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: .4rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.header-topBar .top_right .icon {
    display: inline-block;
    margin-left: .4rem;
    width: 0.8rem;
    height: 0.8rem;
    background-position: center;
}

.position-bar {
    background-color: #f5f5f5;
    box-shadow: 0 0 16px #FC9241
}

.spring_chicken {
    background: url(../png/slogenc4ce.png) center top no-repeat;
    background-size: contain;
    width: 2rem;
    height: .78rem;
    float: left;
    margin: 0.3rem 0 0 .2rem;
    overflow: hidden;
    position: relative;
}

.spring_chicken:after {
    content: '';
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: -20%;
    background-image: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 20%);
    transition: left 1s linear;
}

.spring_chicken_ani:after {
    left: 100%;
}

.header-topBar .go_back {
    position: absolute;
    top: 50%;
    left: .4rem;
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}


.header-topBar .top_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    font-size: .5rem;
}

.top-nav {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 1.2rem;
    left: 0;
    background: #fff;
    z-index: 101;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

/* 登录后 */
#logined {
    width: 100%;
}

#logined a {
    display: block;
    padding: .4rem;
    border: .01rem solid #f2f2f2;
    color: #3C3C3C;
    font-size: .4rem;
}

/* S 登录注册 */
::-webkit-input-placeholder {
    font-family: 'microsoft yahei';
}

.icon-reg4 {
    background: url(../png/register_icos_2xc4ce.png) no-repeat;
    background-size: 24px;
}

.login_wrapper {
    height: calc(100% - 2rem);
    padding-top: 1.2rem;
    font-family: 'microsoft yahei';
    background: #fff;
}

.r-tit {
    text-align: center;
    color: #727272;
    font-size: 18px;
}

.register-box {
    background: #fff;
    padding: .4rem;
}

.w-item {
    position: relative;
    display: flex;
    align-items: center;
    margin: .2rem 0;
    padding: .4rem 0;
    font-size: 0.45rem;
    overflow: hidden;
    border-bottom: 1px solid #B6B6B6;
}

.w-label {
    display: inline-block;
}

.w-label span {
    color: red;
}

.w-input {
    flex: 1;
    border: 0 none;
    margin-left: 1rem;
    outline: none;
}

.form-register .reverse {
    -ms-filter: invert(100%);
    -moz-filter: invert(100%);
    -o-filter: invert(100%);
    -webkit-filter: invert(100%);
    filter: invert(100%);
}

.form-register .reverse-half {
    -ms-filter: invert(50%);
    -moz-filter: invert(50%);
    -o-filter: invert(50%);
    -webkit-filter: invert(50%);
    filter: invert(50%);
}

.ag-txt {
    text-align: center;
    color: #999;
    font-size: 0.8em;
    margin: 20px 0 0 0 !important;
}

.ag-txt a {
    color: #4769f2;
}

.ag-txt .ag-wp {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 18px;
    position: relative;
}

.ag-txt .ag-wp input {
    outline: 0 none;
    width: 0px;
    height: 0px;
}

.ag-txt2 {
    text-align: left;
    width: 84%;
    padding-left: 16%;
}

.icon-reg4 {
    width: 18px;
    height: 18px;
    background-color: #fff;
    background-position: 0 -150px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
}

.icon-reg4.selected {
    background-position: 0 -97px;
}

.btn-register {
    background: #6d97f8;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
    height: 40px;
    border: none;
    border-radius: 4px;
    font-family: 'microsoft yahei';
}

.has-account {
    color: #9c9c9c;
    text-align: center;
    font-size: 90%;
}

.has-account a {
    color: #4769f2;
}

.reg-tip {
    color: #f00;
    font-size: 80%;
    padding: 10px 0;
}

.reg-tip-al {
    width: 84%;
    padding-left: 16%;
}

.register-phone .w-item {
    position: relative;
}

.register-phone .w-input {
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    line-height: 38px;
}

/* .register-phone .w-input-s { width: 50%; margin-right: 10px; } */
.register-phone .w-button {
    width: 92px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 0;
    background: #f9f9f9;
    font-family: 'microsoft yahei';
    position: absolute;
    top: 0px;
    right: 0px;
}

.register-phone .php-code {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

@media only screen and (max-width: 320px) {

    /*iphone5*/
    .register-box {
        width: 76%;
        padding: 0 5% 5%;
        margin: 50px auto 0;
    }
}

.pwd_strong {
    height: 22px;
    line-height: 22px;
    text-align: center;
    background-color: #ccc;
}

.pwd_strong span {
    width: 32%;
    display: inline-block;
}

.pwd_strong span:nth-child(1).pwd_strong_active {
    background-color: red;
    color: #fff;
}

.pwd_strong span:nth-child(2).pwd_strong_active {
    background-color: #ffcc33;
    color: #fff;
}

.pwd_strong span:nth-child(3).pwd_strong_active {
    background-color: #009900;
    color: #fff;
}

/* E 登录注册 */

/* 通用tab切换 */
.common_tab {
    margin-top: .4rem;
    background-color: #fff;
}

.common_tab .tit {
    position: relative;
    text-align: center;
    padding: .2rem .2rem .2rem .4rem;
    border-bottom: .05rem solid #f5f5f5;
}

.common_tab .tit li {
    display: inline-block;
    position: relative;
    vertical-align: top;
    margin-right: .5rem;
    font-size: .5rem;
    padding: 0 .5rem;
    text-align: center;
}

.common_tab .tit li.on {
    color: #d70023;
}

.common_tab .tit li.on::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.1rem;
    left: 0;
    bottom: -.27rem;
    background-color: #d70023;
}

/* 内容区 */
.wrapper {
    max-width: 10.8rem;
    margin: 0 auto;
    position: relative;
    padding-top: 1.2rem;
}

.slideBox img,
.issue_slide img {
    width: 100% !important;
    height: 100% !important;
    display: block;
}

/* S 用户中心 */
.user_wrapper {
    padding-top: 1.6rem;
    height: 100%;
}

.user_content {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

.user_info {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 5rem;
    background: url(../jpg/bg435d.jpg) no-repeat;
    background-size: contain;
}

.user_info .avatar {
    border: .1rem solid rgba(255, 255, 255, .35);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.user_info .avatar img {
    width: 2rem;
    height: 2rem;
}

.user_info h1 {
    color: #fff;
    font-size: .55rem;
    margin-top: .2rem;
}

.user_info .logout {
    position: absolute;
    top: .4rem;
    right: .4rem;
    width: 0.6rem;
    height: 0.6rem;
}

.user_list {
    padding-bottom: 2rem;
    background: #fff;
}

.user_list li {
    padding: .3rem .4rem;
    font-size: .45rem;
    color: #3C3C3C;
    border-bottom: .08rem solid #f9f9f9;
}

.user_list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
}

.user_list li a i {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: .2rem;
}

.user_list li a .title {
    flex: 1;
}

.user_list li a .score {
    margin-right: .4rem;
    color: red;
}

.user_list li a em {
    display: inline-block;
    width: 0.35rem;
    height: 0.35rem;
}

/* 用户中心-账号资料 */
.user_information_wrapper {
    padding-top: 1.6rem;
    height: calc(100% - 2rem);
}

.user_information_wrapper form {
    height: 100%;
    padding: 0 .4rem;
    background-color: #fff;
    overflow-y: auto;
}

.user_information_wrapper form .w-item {
    border-bottom: 1px solid #f4f4f4;
    padding: .3rem 0;
}

.user_information_wrapper form .w-label {
    width: 2rem;
}

.user_information_wrapper form .w-input {
    background: none;
}

.user_information_wrapper form .w-input[disabled],
.user_information_wrapper form .w-div[disabled] {
    color: #B6B6B6;
}

.user_information_wrapper form .w-div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 1rem;
}

.user_information_wrapper form .w-div label {
    margin-right: 1rem;
}

.user_information_wrapper form .step {
    margin: 0 .2rem;
}

.user_information_wrapper form select {
    border: none;
    outline: none;
}

.user_information_wrapper form .tips {
    font-size: .4rem;
    line-height: 2;
}

.user_information_wrapper form .tips span {
    color: #CF1132;
}

.submit_btn {
    display: block;
    width: 80%;
    padding: .3rem;
    margin: .3rem auto .4rem;
    background-color: #cd2e48;
    color: #fff;
    font-size: .5rem;
    border: none;
    outline: none;
    border-radius: 1rem;
    text-align: center;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

/* 用户中心-密保问题 */
.user_mibao_wrapper {
    padding-top: 1.6rem;
}

.user_mibao_wrapper form {
    padding: 0 .4rem;
    background-color: #fff;
    overflow: hidden;
}

.user_mibao_wrapper form select {
    border: none;
    outline: none;
}

.user_mibao_wrapper .w-item {
    border-bottom: 1px solid #f4f4f4;
}

.user_mibao_wrapper form .submit_btn {
    margin: .4rem auto;
}

/* 用户中心-密保邮箱 */
.user_email_wrapper {
    padding-top: 1.6rem;
}

.user_email_wrapper form {
    padding: 0 .4rem;
    background-color: #fff;
    overflow: hidden;
}

.user_email_wrapper form p {
    font-size: .35rem;
}

.user_email_wrapper .w-item {
    border-bottom: 1px solid #f4f4f4;
}

/* 用户中心-手机绑定 */
.user_phone_wrapper {
    padding-top: 1.6rem;
}

.user_phone_wrapper form {
    padding: 0 .4rem;
    background-color: #fff;
    overflow: hidden;
}

.user_phone_wrapper .w-item {
    border-bottom: 1px solid #f4f4f4;
}

.user_phone_wrapper .w-label {
    width: 3rem;
}

.user_phone_wrapper .w-input {
    margin-left: 0;
}

.user_phone_wrapper .w-item .code-btn {
    background: none;
    border: none;
    outline: none;
    color: #CC2E49;
    font-size: .4rem;
}

.user_phone_wrapper .w-item .code-btn[disabled="true"] {
    color: #b6b6b6;
}

.user_phone_wrapper #captcha {
    width: 80%;
}

.user_phone_wrapper #code {
    width: 60%;
}

.user_phone_wrapper .phone-msg {
    font-size: .35rem;
}

.user_phone_wrapper .form-tips {
    padding-bottom: .4rem;
}

.user_phone_wrapper .form-tips h4 {
    font-size: .4rem;
}

.user_phone_wrapper .form-tips p {
    font-size: .35rem;
}

/* 用户中心-修改密码 */
.user_password_wrapper {
    padding-top: 1.6rem;
}

.user_password_wrapper form {
    padding: 0 .4rem .4rem;
    background-color: #fff;
    overflow: hidden;
}

.user_password_wrapper a {
    color: #CF1132;
}

.user_password_wrapper .w-item {
    border-bottom: 1px solid #f4f4f4;
    overflow: visible;
}

.user_password_wrapper .w-div {
    flex: 1;
    margin-left: 1rem;
}

.user_password_wrapper #select-by-mod {
    margin-left: .5rem;
    border: none;
    outline: none;
}


.user_password_wrapper .code-btn {
    border: none;
    outline: none;
    background: none;
    color: #CC2E49;
    font-size: .4rem;
}

.user_password_wrapper .code-btn[disabled="disabled"] {
    color: #b6b6b6;
}

.user_password_wrapper .w-tips {
    position: absolute;
    bottom: -.55rem;
    left: 10%;
    font-size: .35rem;
}

.user_password_wrapper .w-tips .error {
    color: red;
}

.user_password_wrapper form .submit_btn {
    margin: .6rem auto;
}

/* 用户中心-我的游戏 */
.user_game_wrapper {
    padding-top: 1.6rem;
}

.user_game_wrapper .my_all_game {
    padding: 0 .4rem;
}

.user_game_wrapper .user_game_item {
    padding: .4rem;
    margin-bottom: .4rem;
    background-color: #fff;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.user_game_wrapper .user_game_item .game-content {
    display: flex;
    align-items: center;
}

.user_game_wrapper .user_game_item .game-name {
    font-size: .45rem;
    font-weight: bold;
}

.user_game_wrapper .game-icon {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: .4rem;
    -webkit-border-radius: .4rem;
    -moz-border-radius: .4rem;
    -ms-border-radius: .4rem;
    -o-border-radius: .4rem;
    overflow: hidden;
}

.user_game_wrapper img {
    width: 100%;
    height: 100%;
}

.user_game_wrapper .user_game_item .game-info {
    flex: 1;
    margin-left: .4rem;
}

.user_game_wrapper .user_game_item .game-info p {
    font-size: .35rem;
    color: #949494;
}

.user_game_wrapper .user_game_item .btn-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .4rem;
}

.user_game_item .btn-group a {
    padding: .15rem 1.2rem;
    border: .01rem solid #cd2e48;
    color: #cd2e48;
    font-size: .4rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.user_game_item .btn-group .gift-btn {
    margin-left: .6rem;
    background: #cd2e48;
    color: #fff;
}

.user_game_wrapper .recommend_game {
    background-color: #fff;
}

.user_game_wrapper .recommend_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.user_game_wrapper .recommend_list li {
    padding: .4rem;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.user_game_wrapper .recommend_list .game-name {
    margin-top: .2rem;
    width: 3rem;
    font-size: .35rem;
    font-weight: bold;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: center;
}

.user_game_wrapper .recommend_list .game-tag {
    width: 3rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    min-height: .5rem;
    color: #949494;
    text-align: center;
}

.game_list_wrapper {
    z-index: 1;
    width: 100%;
    position: relative;
    overflow: hidden;

    /* Prevent the callout on tap-hold and text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Prevent text resize on orientation change, useful for web-apps */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.game_list_scroller {
    position: absolute;
    z-index: 2;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

/* 用户中心-用户注销 */
.user_logoff_wrapper {
    height: calc(100% - 2rem);
    padding-top: 1.6rem;
}

.user_logoff_wrapper .agreement_box {
    padding: .4rem;
    height: 100%;
    background-color: #fff;
    font-size: .4rem;
    overflow-y: auto;
}

.user_logoff_wrapper .agreement_box .content {
    text-indent: 2em;
    line-height: 1.8;

}

.user_logoff_wrapper .protocol {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: .4rem 0;
}

.user_logoff_wrapper .protocol em {
    color: #cd2e48;
}

.user_logoff_wrapper .protocol input[type="checkbox"] {
    -webkit-appearance: none;
    /* WebKit browsers */
    -moz-appearance: none;
    /* Mozilla Firefox */
    appearance: none;
    /* Other browsers */
}

.user_logoff_wrapper .protocol .icon {
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
}

.user_logoff_wrapper form {
    padding: 0 .4rem 2rem;
    background-color: #fff;
}

.user_logoff_wrapper .w-item {
    border-bottom: 1px solid #f4f4f4;
    overflow: visible;
}

.user_logoff_wrapper .w-label {
    width: 3rem;
}

.user_logoff_wrapper .w-input {
    margin-left: 0;
}

.user_logoff_wrapper #code {
    width: 60%;
}

.user_logoff_wrapper .w-div {
    flex: 1;
    margin-left: 1rem;
}

.user_logoff_wrapper .code-btn {
    border: none;
    outline: none;
    background: none;
    color: #CC2E49;
    font-size: .4rem;
}

.user_logoff_wrapper .code-btn[disabled="true"] {
    color: #b6b6b6;
}

.user_logoff_wrapper input[name="captcha"] {
    width: 80%;
}

.user_logoff_wrapper .w-tips {
    position: absolute;
    bottom: -.55rem;
    left: 10%;
    font-size: .35rem;
    color: red;
}

.user_logoff_wrapper .submit_btn {
    margin-top: .6rem;
}

/* 用户中心-我的礼包 */
.user_gift_wrapper {
    padding-top: 1.6rem;
}

.user_index_gift_wrapper {
    z-index: 1;
    width: 100%;
    background: #ffffff;
    position: relative;
    overflow: hidden;

    /* Prevent the callout on tap-hold and text selection */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Prevent text resize on orientation change, useful for web-apps */
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

.user_index_gift_scroller {
    position: absolute;
    z-index: 1;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

.user_gift_wrapper .my_gift_tab {
    background-color: #fff;
}

.user_gift_wrapper .my_gift_tab .tit {
    text-align: center !important;
}

.user_gift_wrapper .gift_box {
    padding: .4rem;
}

.user_gift_wrapper .gift_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem 0;
    color: #333;
    border-bottom: .01rem solid #f3f3f3;
}

.user_gift_wrapper .gift_item .gift_link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
}

.user_gift_wrapper .gift_item .gift_icon {
    margin-right: .2rem;
    width: 2.04rem;
    height: 2.04rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    overflow: hidden;
}

.user_gift_wrapper .gift_item .gift_icon img {
    width: 100%;
    height: 100%;
}

.user_gift_wrapper .gift_item .gift_info {
    flex: 1;
}

.user_gift_wrapper .gift_info .gift_title,
.user_gift_wrapper .gift_info .gift_expiration {
    width: 5.8rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.user_gift_wrapper .gift_info .gift_title {
    font-size: .4rem;
    font-weight: bold;
}

.user_gift_wrapper .gift_info .gift_left {
    font-size: .35rem;
}

.user_gift_wrapper .gift_info .gift_left span {
    color: red;
}

.user_gift_wrapper .gift_info .gift_expiration {
    color: #949494;
    font-size: .35rem;
}

.user_gift_wrapper .gift_item .gift_btn {
    margin-left: .2rem;
    padding: .1rem .5rem;
    color: #CF1132;
    border: .01rem solid #CF1132;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
    font-size: .35rem;
}

/* E 用户中心 */



/*  幻灯  */
.slideBox {
    position: relative;
    overflow: hidden;
    width: 10.36rem;
    height: 4.54rem;
    margin: .4rem auto;
}

.slideBox .hd {
    position: absolute;
    height: .3rem;
    bottom: .3rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.slideBox .hd li {
    width: .3rem;
    height: .3rem;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100%;
    overflow: hidden;
    margin-left: .2rem;
    float: left;
    font-size: 0;
}

.slideBox .hd li.on {
    background: #CF1132;
}

.slideBox .bd {
    width: 100%;
}

.slideBox .bd li {
    width: 100%;
}

.slideBox img {
    border-radius: .2rem;
}

/* 内容区 */
.g-tit {
    position: relative;
    height: 1.1rem;
    font-size: .5rem;
    padding: .3rem 0 .3rem .3rem;
    border-bottom: .01rem solid #f3f3f3;
}

.g-tit span {
    float: left;
    line-height: .5rem;
    color: #000000;
    border-left: .1rem solid #d70023;
    padding-left: .12rem;
}

.g-tit span em {
    color: #CF1132;
}

.g-tit .icon {
    float: right;
    width: .5rem;
    height: .5rem;
    margin-right: .2rem;
}

/* 推荐游戏 */
.recommend {
    display: block;
    margin-bottom: .4rem;
    position: relative;
}

.recommend .g-tit,
.recommend .g-more,
.rmd-game-list,
.home_hot_game {
    position: relative;
    z-index: 3;
}

.recommend .g-tit {
    position: absolute;
    top: 0;
    left: 0;
}

.home_hot_game {
    width: 10.8rem;
    overflow: hidden;
    margin: .4rem auto 0;
    background-color: #fff;
}

.home_hot_game dt {
    overflow: hidden;
}

.home_hot_game dd,
.game_tab .tit,
.my_gift_tab .tit {
    position: relative;
    text-align: left;
    padding: .2rem .2rem .2rem .4rem;
    border-bottom: .05rem solid #f5f5f5;
}

.home_hot_game dd li,
.game_tab .tit li,
.my_gift_tab .tit li {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin-right: .5rem;
    font-size: .5rem;
}

.home_hot_game dd li.on,
.game_tab .tit li.on,
.my_gift_tab .tit li.on {
    color: #d70023;
}

.home_hot_game dd li.on::before,
.game_tab .tit li.on::before,
.my_gift_tab .tit li.on::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.05rem;
    bottom: -.25rem;
    background-color: #d70023;
}

.home_hot_game .more_game {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    right: .2rem;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.home_hot_game .bd ul {
    min-height: 1.85rem;
    padding: .2rem;
}

.game {
    display: flex;
    align-items: center;
    margin-bottom: .45rem;
    text-align: justify;
}

.game .game_icon {
    display: block;
    width: 2.04rem;
    height: 2.04rem;
}

.game .game_icon img {
    width: 100%;
    height: 100%;
}

.game .game_info {
    flex: 1;
    margin-left: .4rem;
}

.game .game_info h1 {
    font-size: .5rem;
    line-height: 1.8;
    font-weight: bold;
}

.game .game_info .game_tag {
    font-size: .4rem;
}

.game .game_info .game_desc {
    font-size: .35rem;
    color: #949494;
}

.game .download_btn {
    padding: .1rem .4rem;
    color: #d70023;
    font-size: .4rem;
    border: .01rem solid #d70023;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.game.disabled .download_btn {
    color: #bebebe;
    border: .01rem solid #bebebe;
}

/* 资讯 */
.newsbox {
    background-color: #fff;
}

/* 新闻 */
.issue_news {
    height: 7.4rem;
    color: #333;
    font-size: .4rem;
    overflow: hidden;
    padding: 0 .4rem;
    position: relative;
}

.issue_news a:hover {
    text-decoration: underline;
}

.issue_news .big_news {
    margin: 0 auto .2rem;
    width: 9rem;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
    color: #D50121;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.issue_news .big_news a {
    color: inherit;
}

.issue_news .hot_news {
    display: flex;
    padding-bottom: .2rem;
    border-bottom: .01rem solid #e8e8e8;
}

.issue_news .hot_icon {
    width: 1.2rem;
    height: 0.6rem;
    font-size: .4rem;
    text-align: center;
    color: #fff;
    background: url(../png/icon_recommendbf09.png) no-repeat;
    background-size: contain;
}

.issue_news .hot_txt {
    width: 8.5rem;
    height: .6rem;
    margin-left: .2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.issue_news .hot_txt a {
    color: inherit;
    margin-left: .2rem;
}

.news_list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .2rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: .01rem solid #e8e8e8;
}

.news_list li .icon {
    margin: 0 .2rem;
    width: .2rem;
    height: .2rem;
    border: .01rem solid #ccc;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}

.news_list li a {
    flex: 1;
    max-width: 8.5rem;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_list li span {
    color: #9e9e9e;
}

/* 游戏助手 */
.game_helper {
    margin-top: .4rem;
    background-color: #fff;
    overflow: hidden;
}


/* 官方社群 */
.sns_box {
    background-color: #fff;
    margin-top: .4rem;
    position: relative;
}

.sns_list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .4rem .2rem;
}

.sns_item img {
    width: 3.2rem;
}

.sns_item p {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: .2rem;
    color: #333;
}

.sns_item .icon {
    display: flex;
    width: 0.41rem;
    height: 0.41rem;
    margin-right: .1rem;
}

.sns_item .icon img {
    width: 100%;
    height: 100%;
}

/* 一键加群 */
.add_group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: .4rem .2rem;
    margin-top: .4rem;
    background-color: #fff;
}

.add_group .item {
    position: relative;
    width: 5rem;
}

.add_group .item img {
    width: 100%;
    height: 100%;
}

.add_group .item a {
    display: block;
    padding: .1rem .3rem;
    position: absolute;
    bottom: .3rem;
    right: .3rem;
    color: #fff;
    background: #cf1132;
    font-size: .35rem;
    border-radius: .5rem;
    -webkit-border-radius: .5rem;
    -moz-border-radius: .5rem;
    -ms-border-radius: .5rem;
    -o-border-radius: .5rem;
}

/* 社群二维码 */
.qrcode_list {
    text-align: center;
    padding: .4rem;
    margin-top: .4rem;
    background: #fff;
    border-bottom: .01rem solid #f3f3f3;
}

.qrcode_list ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 1rem;
}

.qrcode_list li {
    display: inline-block;
    margin: 0 .3rem;
}

.qrcode_list li .code_pic {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.83rem;
    height: 2.83rem;
    background: url(../png/group_qrcode_bg8a40.png) no-repeat;
    background-size: contain;
}

.qrcode_list li .code_pic img {
    width: 2.12rem;
    height: 2.12rem;
}

.qrcode_list li .code_info {
    margin-top: .1rem;
}


/* 底部版权 */
.xfooter {
    text-align: center;
    line-height: .5rem;
    font-size: .3rem;
    padding: .5rem .4rem 1.5rem .4rem;
    background: #fff;
}

.xfooter a {
    color: #CF1132;
}

.red {
    color: #f00;
}

.g-footer-in p {
    margin-bottom: .2rem;
}

/* 资讯列表页面 */
.inside_list_wrapper {
    padding-top: 1.2rem;
}

.inside_con {
    background: #fff;
    width: 100%;
}

.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-bottom: .01rem solid #f2f2f2;
    font-size: .5rem;
}

.tabs li {
    margin: 0 1.3rem;
    padding: .25rem 0;
    text-align: center;
}

.tabs li.on {
    border-bottom: .1rem solid #d70023;
}

.tabs li a {
    color: #000;
}

.tabs li.on a {
    color: #d70023;
}

.news-list {
    padding-bottom: 2rem;
}

.news-list li {
    padding: 2%;
    width: 100%;
    border-bottom: .01rem solid #f2f2f2;
}

.news-list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news-list .list-img {
    width: 3.5rem;
    height: 2rem;
    border-radius: .2rem;
    -webkit-border-radius: .2rem;
    -moz-border-radius: .2rem;
    -ms-border-radius: .2rem;
    -o-border-radius: .2rem;
}

.news-list .list-info {
    flex: 1;
    margin-left: .4rem;
}

.news-list .list-title {
    color: #5b5b5b;
    font-size: .3rem;
}

.news-list .list-time {
    font-size: .25em;
    color: #999;
}

/* 资讯文章页面 */
.inside_article_wrapper {
    padding: 1.2rem 0 1.8rem;
    background-color: #fff;
}

.inside_article_wrapper .detail-title {
    font-size: .6rem;
    text-align: center;
}

.inside_article_wrapper .detail-info {
    margin-bottom: .4rem;
    font-size: .3rem;
    text-align: center;
    color: #969595;
}

.inside_article_wrapper .detail-content {
    padding: 0 .4rem;
}

.inside_article_wrapper .detail-content img {
    width: 100% !important;
}

.inside_article_wrapper .share_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 3rem;
    padding: .2rem .4rem;
    margin: .5rem auto;
    color: #fff;
    background-color: #a6a6a6;
    font-size: .45rem;
    border-radius: 1rem;
    text-align: center;
}

.inside_article_wrapper .share_btn i {
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    margin-right: .2rem;
}

.pagination {
    padding: 0 .4rem;
}

.pagination .title {
    color: #CF1132;
    border-bottom: .01rem solid #f3f3f3;
    font-size: .4rem;
    padding: .2rem 0;
}

.pagination .site_next_article {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: .4rem;
}

.pagination .site_next_article::before,
.pagination .site_next_article::after {
    display: none;
}

.pagination img {
    display: inline-block;
    width: 3rem;
}

.pagination .site_next_info {
    flex: 1;
    margin-left: .4rem;
    font-size: .4rem;
}

.pagination .site_next_info dt>* {
    display: block;
}

.pagination .site_next_info a {
    color: #3C3C3C;
}

.pagination .site_next_info em {
    color: #949494;
}

.pagination .site_next_info dd {
    display: none;
}

/* 游戏页面 */
.game_wrapper {
    padding: 1.2rem 0 0;
}

.game_tab {
    margin-top: .4rem;
    background-color: #fff;
}

.game_tab .tit {
    text-align: center;
}

.game_tab .tit li {
    padding: 0 1rem;
    margin-right: .5rem;
    font-size: .5rem;
    text-align: center;
}

.game_tab .tit li.on::before {
    height: 0.1rem;
    left: 0;
    bottom: -.27rem;
}

.game_type_list {
    padding: .4rem 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.game_type_list .item {
    padding: .1rem .4rem;
    margin-right: .3rem;
    border: .01rem solid #ABA9A9;
    font-size: .3rem;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
    white-space: nowrap;
}

.game_type_list .item.active {
    background-color: #cf1132;
    border-color: #cf1132;
    color: #fff;
}

.game_box {
    display: none;
    padding: 0 .4rem;
    background-color: #fff;
}

.game_box .game_list {
    width: 100%;
    overflow: hidden;
}

.game_box .game {
    margin-bottom: .6rem;
}

/* 客服中心 */
.kefu_wrapper {
    margin-top: 1.6rem;
    height: calc(100% - 3.8rem);
    overflow: hidden;
}

.kefu_wrapper ul {
    height: 100%;
    background: #fff;
}

.kefu_wrapper li {
    padding: .4rem;
    border: .01rem solid #f3f3f3;
}

.kefu_wrapper li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kefu_wrapper li a p {
    flex: 1;
    margin-left: .2rem;
    font-size: .4rem;
    color: #333;
}

.kefu_wrapper li i {
    display: inline-block;
    width: 0.6rem;
    height: 0.6rem;
}

.kefu_wrapper li i.icon_back {
    width: 0.4rem;
    height: 0.4rem;
}



/* 底部导航 */
.url {
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 11px 0 5px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    border-top: 1px solid#ebe9e9;
    z-index: 100;
}

.url a {
    float: left;
    width: 20%;
    font-size: 14px;
    line-height: 24px;
    color: #333;
    text-align: center;
}

.url a.on {
    color: #CF1132;
}

.url a em {
    display: block;
    width: 21px;
    height: 20px;
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}

.url .sy {
    background-image: url(../png/icon_home.png)
}

.url .yx {
    background-image: url(../png/icon_game.png)
}

.url .lb {
    background-image: url(../png/icon_gift.png)
}

.url .kf {
    background-image: url(../png/icon_phone.png)
}

.url .zs {
    background-image: url(../png/icon_light.png)
}

.url a.on .sy {
    background-image: url(../png/icon_home_active.png)
}

.url a.on .yx {
    background-image: url(../png/icon_game_active.png)
}

.url a.on .lb {
    background-image: url(../png/icon_gift_active.png)
}

.url a.on .kf {
    background-image: url(../png/icon_phone_active.png)
}

.url a.on .zs {
    background-image: url(../png/icon_light_active.png)
}

/* S 广告弹框 */
.ad-dialog {
    display: flex;
    position: absolute;
    z-index: 99;
    top: 0;
    left: 0;
    height: 100%;
    transition: width 2s;
    -moz-transition: width 2s;
    -webkit-transition: width 2s;
    -o-transition: width 2s;
}

.ad-dialog-main {
    position: fixed;
    z-index: 100;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.ad-dialog-main .ad-dialog-content {
    position: absolute;
    z-index: 101;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.ad-dialog-main .ad-dialog-close {
    position: absolute;
    bottom: -1.3rem;
    left: 50%;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    background: url(../png/ad_dialog_close8a40.png) no-repeat;
    background-size: contain;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.ad-dialog-content img {
    min-width: 8.5rem;
}

.ad-dialog-content .tips {
    margin-top: .5rem;
    text-align: center;
    font-size: .6rem;
    color: #fff;
}

.tips .is-show-ad {
    display: inline-block;
    width: .5rem;
    height: .5rem;
    background: url(../png/check.png) no-repeat;
    background-size: 100%;
}

.tips input {
    display: none;
}

.tips input[type="checkbox"]:checked+label {
    background-image: url(../png/checked.png);
}

/* E 广告弹框 */


/* S pwa教程图弹窗 */
.pwa_pop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background-color: rgba(0, 0, 0, .6);
    display: none;
}

.pwa_pop_content {
    width: 90%;
    height: 30%;
    padding: .32rem;
    background-color: #ffffff;
    border-radius: 0.1rem;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    z-index: 10;
}

.pwa_pop_body {
    height: 100%;
    overflow-y: auto;
    font-size: .17rem;
    color: #fff;
    white-space: normal;
    word-break: break-all;
    word-wrap: break-word;
    text-align: justify;
}

.pwa_pop_body img {
    display: block;
    width: 100%;
}

.pwa_pop_close {
    width: .5rem;
    height: .51rem;
    background: url(../png/pwa_close_50.png) 0 0 no-repeat;
    background-size: cover;
    position: absolute;
    top: 0.3rem;
    right: .3rem;
    z-index: 9;
}

/* E pwa教程图弹窗 */

/* S 普通弹窗 */
.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0.7;
    background: #000;
    z-index: 101;
}

.pop-box {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 10rem;
    min-height: 4rem;
    color: #9f9f9f;
    font-size: .4rem;
    font-family: "Microsoft YaHei", sans-serif;
    z-index: 102;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.pop-item {
    background: #fff;
    border-radius: .3rem;
    overflow: hidden;
}

.pop-close {
    position: absolute;
    top: .47rem;
    right: .4rem;
    width: .4rem;
    height: .4rem;
    z-index: 9;
}

.pop-logo {
    position: absolute;
    top: -.5rem;
    left: .4rem;
    width: 1.8rem;
    height: 1.8rem;
    background: url(../png/logo_qiqi551c.png) no-repeat;
    background-size: contain;
}

.pop-tit {
    padding: .3rem .4rem;
    font-size: .5rem;
    color: #666666;
    text-align: center;
    background: #f3f3f3;
}

.pop-main {
    padding: .4rem .8rem;
    width: 100%;
    background: #fff;
    color: #333;
    line-height: 1.8;
}

.input_pop {
    width: 100%;
    border: none;
    flex: 1;
    outline: none;
}

.check_btn,
.check_btn_gray {
    display: block;
    padding: .2rem;
    width: 100%;
    color: #fff;
    text-align: center;
    border-radius: 1rem;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.check_btn:last-child {
    margin-left: .4rem;
}

.check_btn {
    background: #cf1132;
}

.check_btn_gray {
    background: #b6b2b2;
}

.success_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}

.success_btns a {
    float: left;
}

.msg_holder {
    display: flex;
    align-items: center;
    padding: .2rem 0;
    margin-bottom: .6rem;
    border-bottom: .01rem solid #e4e4e4;
}

.msg_holder label {
    color: #494949;
    font-size: .5rem;
}

.red {
    color: red;
}

/* E 普通弹窗 */

/* 通用弹框 */
#pop-common .pop-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 0 0 .6rem;
}

#pop-common .check_btn:last-child {
    margin-left: 0;
}

#pop-common .gift_info {
    width: 100%;
    text-align: left;
}

/* 游戏微信二维码 */
#pop-game-wx-qrcode .pop-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
}

#pop-game-wx-qrcode .pop-main h1 {
    margin: 1rem 0 .5rem;
    color: #5F5E5E;
    font-size: 0.55rem;
    font-weight: bold;
}

#pop-game-wx-qrcode .qrcode {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #cbcbcb;
    border-radius: .3rem;
}

#pop-game-wx-qrcode .qrcode img {
    width: 4rem;
    height: 4rem;
}

#pop-game-wx-qrcode .tips {
    margin: .5rem 0;
    color: #5F5E5E;

}

#pop-game-wx-qrcode .tips-step {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: .4rem 1rem;
    color: #fff;
    background-color: #cf1132;
}


/* S 礼包中心 */
.gift_wrapper {
    padding: 1.2rem 0 1.8rem;
}

.gift-row-new {
    width: 100%;
    vertical-align: top;
    position: relative;
}

.gift-row-new .gift-title {
    color: #343434;
    font-size: 0.46rem;
}

.gift-row-new .gift-msg {
    font-size: 0.35rem;
    margin-top: 0.25rem;
    color: #949494;
}

.gift-row-new .gift-sign {
    font-size: 0.32rem;
    color: #FFFFFF;
}

.gift-row-new .gift-sign span {
    background: #CC2E49;
    border-radius: 0.08rem;
    margin-right: 5px;
    padding: 2px;
}

.gift-row-new .gift-gift {
    position: absolute;
    top: 0.6rem;
    right: 20px;
    width: 42px;
    font-size: 0.14rem;
    color: #838383;
}

.gift-row-new .gift-gift p {
    margin-top: 0rem;
    display: inline-block;
    position: absolute;
    margin-left: 5px;
}

.gift-row-new .gift-gift-icon {
    width: 0.5rem;
    height: 0.5rem;
    display: inline-block;
    background: url(../png/icon_giftbf09.png) no-repeat;
    background-size: contain;
}

.gift-link-new {
    width: 75%;
    padding-left: 12px;
}

.gift-down-new {
    width: 28%
}

.gift-icon-new {
    width: 24%;
    /* max-width: 70px; */
}

.gift-icon-new img {
    width: 100%;
    vertical-align: top;
}

.gift-msg-new {
    box-sizing: border-box;
    padding-left: 10px;
    line-height: 0.46rem;
    width: 70%;
}

.gift-down-list {
    display: inline-block;
    width: 100%;
}

.gift-down-list .gift-row-new {
    border-bottom: 1px solid #eeeeee;
    padding: 12px 0;
}

.gift-down-btn {
    width: 25%;
    max-width: 120px;
    height: 0.7rem;
    line-height: 0.7rem;
    margin-top: 0.6rem;
    float: right;
    padding-right: 12px;
}

.gift-down-btn a {
    width: 90%;
    display: block;
    color: #D22140;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    font-size: 0.35rem;
    border: 1px solid #D22140;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.gift-show-down {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #949494;
    font-size: 0.3rem;
    border-top: 1px solid #eeeeee;
    height: 1rem;
    line-height: 1.4rem;
}

.gift-row-new .down_icon {
    width: 0.48rem;
    height: 0.24rem;
    display: inline-block;
    background: url(../png/icon_upbf09.png) no-repeat;
    transform: rotate(180deg);
    background-size: contain;
    margin-left: 5px;
}

.gift-row-new .up_icon {
    width: 0.48rem;
    height: 0.24rem;
    display: inline-block;
    background: url(../png/icon_upbf09.png) no-repeat;
    background-size: contain;
    margin-left: 5px;
}

/* 礼包弹窗 */
.w-button {
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    background: #e0dfdf !important;
    background: -moz-linear-gradient(top, #fff, #e0dfdf) !important;
    background: -webkit-linear-gradient(top, #fff, #e0dfdf) !important;
    background: -o-linear-gradient(top, #fff, #e0dfdf) !important;
}

.w-button:hover {
    border-color: #c7c7c7;
    color: #666;
}

.common-pop {
    width: 80%;
    height: auto;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1001;
}

.common-pop .close {
    width: 1.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.8rem;
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #b2b2b2;
    z-index: 2;
}

.common-pop .close:hover {
    color: #888;
}

.common-pop .pop-tit {
    height: 1.3rem;
    color: #666666;
    background-color: #F3F3F3;
}

.common-pop .pop-txt {
    line-height: 1rem;
    padding: 25px 0;
    font-size: 0.3rem;
}

.common-pop .btn-cpop {
    font-size: .3rem;
    color: #fff;
    background: #CF1132;
    border-color: #CF1132;
    border-radius: 10px;
    overflow: hidden;
    margin: 20px auto;
    background: #CF1132;
    padding: 10px;
}

.common-pop .btn-cpop:hover {
    background: #ec163b;
}

.kefu_mode_box {
    min-height: 100%;
    color: #fff;
    background-color: #fff;
    overflow: hidden;
    padding-top: 1.2rem;
}

.kefu_mode_box h1 {
    background: #fc4e4d;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 0.6rem;
    font-weight: 700;
}

/*S 客服中心*/
.kefu_body {
    padding-top: 50px;
    background: #f1f2f3;
    margin: 0 auto;
}

.kefu-bd {
    overflow: hidden;
}

.kefu-bd a {
    display: block;
    width: 75%;
    margin: 8% auto;
}

.ss-wrap {
    padding: 0 2%;
    background: #f1f2f3;
}

.ss-tit {
    font-size: 1.2em;
    line-height: 42px;
    color: #777;
    border-bottom: 1px solid #d2d2d2;
}

.ss-list {
    padding-bottom: 30px;
    overflow: hidden;
}

.ss-list li {
    width: 98%;
    border-bottom: 1px solid #dfdfdf;
    padding: 3% 0;
    overflow: hidden;
}

.ss-list .item {
    display: block;
}

.ss-list .item .img {
    width: 15%;
    margin: 0 5%;
    float: left;
}

.ss-list .item .info {
    width: 71%;
    float: left;
}

.ss-list .item h4 {
    color: #ff6b01;
    font-size: 0.4rem;
    margin-bottom: 4px;
}

.ss-list .item p {
    color: #777;
    font-size: 0.4rem;
    line-height: 0.4rem;
}

.btn-sszz {
    height: 28px;
    line-height: 20px;
    font-size: 0.8em;
    margin: 6px 6px 0 0;
    border-radius: 3px;
    color: #fff;
    padding: 5px 10px;
    background: #ff6b01;
}

/*E 客服中心*/



/*S 玩家自助问题列表*/
.schedule-wp {
    padding: 50px 0;
    font-family: 'microsoft yahei';
}

.sche-hd {
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 120%;
    text-align: center;
    color: #5aaffc;
    margin-top: 1.2rem;
    background: #d7ecff;
}

.sche-tab {
    width: 100%;
    overflow: hidden;
}

.sche-tab li {
    width: 50%;
    height: 42px;
    line-height: 44px;
    border-bottom: 2px solid #fff;
    text-align: center;
    color: #777;
    background: #fff;
    float: left;
}

.sche-tab .active {
    color: #5aaffc;
    border-bottom-color: #5aaffc;
}

.sche-bd {
    font-size: 0.9rem;
}

.sche-box .sche-item {
    padding: 2% 4%;
    margin: 8px 0px;
    background: #fff;
}

.sche-box .si-box {
    overflow: hidden;
}

.sche-box .si-box:first-child {
    border-bottom: 1px solid #eaeaea;
}

.sche-box .si-box span {
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #777;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}

.sche-box .si-box .si-1 {
    width: 20%;
}

.sche-box .si-box .si-2 {
    width: 40%;
}

.sche-box .si-box .si-3 {
    width: 20%;
}

.sche-box .si-box .si-4 {
    width: 20%;
}

.sche-box .si-box-2 .si-1 {
    color: #5aaffc;
}

.sche-box .si-box-2 .si-2 {
    color: #f00;
}

.sche-box .si-box-2 a {
    display: inline-block;
    width: 100%;
    height: 26px;
    line-height: 26px;
    color: #fff;
    border-radius: 4px;
    background: #5aaffc;
}

.sche-footer {
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #fff;
    position: fixed;
    bottom: 0px;
    left: 0px;
}

.btn-subsche {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 0.3rem;
    padding: 0 6px;
    border-radius: 4px;
    background: #5aaffc;
}

@media only screen and (max-width: 320px) {

    /*iphone5*/
    .sche-bd,
    .btn-subsche {
        font-size: 0.8rem;
    }
}

/*E 玩家自助问题列表*/
.gamecard-info {
    line-height: .8rem;
    font-size: .35rem;
    text-align: left;
    padding: 0 30px;
}


.gamecard-info li:nth-child(1) {
    margin-bottom: 10px;
}

.gamecard-code {
    padding-top: 20px;
}

/* E 礼包中心 */

/* S 横屏处理 */
@media all and (orientation : landscape) {
    .pwa_pop_content {
        height: 72%;
    }

    .kefu_mode_box h1 {
        font-size: 0.3rem;
    }

    
    .btn-subsche {
        font-size: 0.2rem;
    }
}

/* E 横屏处理 */

/* S ipad竖屏 */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .pwa_pop_content {
        height: 40%;
    }

    .kefu_mode_box h1 {
        font-size: 0.3rem;
    }
}

/* E ipad竖屏 */

@media all and (device-width: 540px) and (device-height: 720px) {
    .pwa_pop_content {
        height: 40%;
    }
}