@import "loading.css";
@import "layer.css?v=3";
@import "../font/iconfont.css?v=133112";


-webkit-tap-highlight-color:rgba(255,255,255,0)

;
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"], select, textarea, button {
    -webkit-appearance: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 100px white inset;
}


a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
}

input, button {
    box-sizing: border-box;
    outline: none
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    outline: none;
}


.font-red {
    color: #FF2934;
}

.font-red-light {
    color: #fc6d26;
}

.font-yellow {
    color: #FF2934;
}

.font-blue {
    color: #0F9CE8;
}

.font-green {
    color: #1aaa55
}


.float-left {
    float: left;
}

.float-right {
    float: right;
}

.rel {
    position: relative;
}

.abs {
    position: absolute;
}

.fixed {
    position: fixed;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-nowrap {
    display: flex;
    flex-wrap: nowrap;
}

.main {
    margin: auto;
}

.wrap {
    margin: auto
}

.button-style-1 {
    background: #FF2934;
    color: #fff;
    border: none;
}

.button-style-2 {
    background: #fff;
    color: #666;
    border: none
}

.button-style-3 {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 4px
}

.sys-msg {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: fixed;
    display: none;
    z-index: 9999999;
}

.sys-msg .shadow {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sys-msg .content {
    left: 0;
    right: 0;
    bottom: 20%;
    border-radius: 7px;
    text-align: center;
}

.sys-msg .content i {
    box-shadow: 0px 0px 3px 5px rgba(0, 0, 0, .9);
    font-style: normal;
    background: rgba(0, 0, 0, 1);
    border-radius: 60px;
    display: inline-block;
    padding: 10px 20px;
    color: #fff;
    text-align: center;
}


body {
    font-family: Helvetica Neue, Helvetica, "Microsoft Yahei", "Hiragino Sans GB", Arial, sans-serif;
    font-size: 14px;
    margin: 45px auto 60px auto;
    color: #777;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

header .wrap {
    /*box-shadow: 0 0 5px 0px rgba(0,0,0,.2);*/
    background: #fff;
    height: 100%;
}


header.index ul.u1 img {
    display: inline-block;
    height: 35px;
    margin: 5px
}

header.index ul.u2 {
    padding-right: 5px;
}

header.index ul.u2 a {
    float: left;
    width: 50px;
    text-align: center;
}

header.index ul.u2 a.change-view-mode {
    color: #FF2934;
    font-weight: bold;
}

header.index ul.u2 a em {
    font-size: 18px;
    color: #666;
    padding: 5px 10px;
    border-radius: 7px;
}

header.index ul.u1 {
    flex: 1
}

header.index {
    height: 45px;
    line-height: 45px;
}

header.normal {
    height: 45px;
    line-height: 45px;
}

header.normal .wrap {
    background: #FF2934
}


header.normal div.title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
}

header.normal div.header-left {
    left: 0;
    height: 45px;
    line-height: 45px;
    top: 0
}

header.normal div.header-left a {
    display: inline-block;
    width: 45px;
    text-align: center;
}

header.normal div.header-left a em {
    font-size: 20px;
    color: #fff;
}

header.game {
    height: 40px;
    line-height: 40px;
}

header.game .wrap {
    background: #FF2934;
}

header.game div.title {
    text-align: center;
    font-size: 18px;
    color: #fff;
    font-weight: 300;
}

header.game div.title span {
    display: inline-block;
    font-weight: 600;

}

header.game div.header-left {
    left: 0;
    height: 40px;
    line-height: 40px;
    top: 0
}

header.game div.header-left a {
    display: inline-block;
    width: 40px;
    text-align: center;

}

header.game div.header-left a:active em {
    color: #EC161C;
}

header.game div.header-left a em {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
}

header.game div.header-right {
    right: 0;
    height: 40px;
    line-height: 40px;
    top: 0
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    z-index: 999999;
}

footer div.wrap {
    background: rgba(255, 255, 255, 1);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    height: 100%;
}

footer div.box a {
    width: 20%;
    text-align: center;
    color: #666;
    display: inline-block;
    padding-top: 7px;
    height: 50px;
}

footer div.box a.active {
    color: #EC161C;
}

footer div.box a p {
    display: block
}

footer div.box a p.icon {
    line-height: 22px;
    height: 22px;
    margin-bottom: 2px
}

footer div.box a p.text {
    line-height: 12px;
    font-size: 10px
}

footer div.box a p.icon em {
    font-size: 22px
}


footer div.box .game {
    position: absolute;
    top: -5px;
    left: 50%;
    margin-left: -25px;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: 0 1px 20px rgba(0, 0, 0, .15);
}


footer div.box .game em {
    font-size: 42px;
    color: #FF2934;
}


.sys-err-tips {
    position: fixed;
    bottom: 60px;
    left: 15px;
    right: 15px;
    border-radius: 5px;
    background: rgba(0, 0, 0, .6);
    text-align: center;
    padding: 10px 15px;
    z-index: 9999999;
    color: #fff
}

#safecode {
    width: 100px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    overflow: hidden;
}

#safecode em {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-style: normal;
    background: #fff;
    border: 1px solid #FF2934;
    color: #FF2934;
    border-radius: 4px;
}

#safecode em font {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 50%;
    height: 16px;
    line-height: 16px;
    margin-top: -8px;
}


#safecode img {
    width: 100%;
    height: 100%;
    display: block;
}

.gift_icon {
    right: 15px;
    bottom: 70px;
    height: 60px;
    width: 60px;
    background: url("/template/mobile/static/images/gift_icon.gif") no-repeat;
    background-size: cover;
}




#checkSafeType {
    
}

#checkSafeType .check-safe-body .safe-tab-page{
    display: none
}

#checkSafeType .check-safe-body .safe-tab-page.action {
    display: block
}



/*用户金额变化提醒*/
.layer-amount-change {
    position: fixed;
    bottom: 100px;
    left:100%;
    width: 100%;
    z-index: 999999999;
}

.layer-amount-change .box{
    background: #fff;
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 10%);
    border-radius: 5px;
    padding:10px;
    margin:20px;
    text-align: center
}

.layer-amount-change .title {
    margin-bottom: 5px;
    font-weight: 100;
}

.layer-amount-change .content {
    /*font-size: 16px*/
}