@font-face {
    font-family: 'iconfont';  /* project id 1064561 */
    src: url('//at.alicdn.com/t/font_1064561_zns93el2yt.eot');
    src: url('//at.alicdn.com/t/font_1064561_zns93el2yt.eot?#iefix') format('embedded-opentype'),
    url('//at.alicdn.com/t/font_1064561_zns93el2yt.woff2') format('woff2'),
    url('//at.alicdn.com/t/font_1064561_zns93el2yt.woff') format('woff'),
    url('//at.alicdn.com/t/font_1064561_zns93el2yt.ttf') format('truetype'),
    url('//at.alicdn.com/t/font_1064561_zns93el2yt.svg#iconfont') format('svg');
  }

.iconfont {
    font-family: "iconfont" !important;
    font-size: .16rem;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-sms:before {
    content: "\e61e";
}

.icon-down:before {
    content: "\e634";
}

.icon-wb:before {
    content: "\e618";
}

.icon-search:before {
    content: "\e60b";
}

.icon-phone:before {
    content: "\e607";
}

.icon-wx:before {
    content: "\e7e5";
}

.icon-qq:before {
    content: "\e62e";
}

.icon-jc:before {
    content: "\e64f";
}

.icon-kf:before {
    content: "\e600";
}

.icon-zc:before {
    content: "\e605";
}

.icon-mm:before {
    content: "\e619";
}

.icon-ewm:before {
    content: "\e61c";
}

.icon-lb:before {
    content: "\e67e";
}

.icon-djs:before {
    content: "\e610";
}

.icon-vip:before {
    content: "\e650";
}

.icon-smz:before {
    content: "\e602";
}

.icon-guan:before {
    content: "\e635";
}

.icon-user:before {
    content: "\e60c";
}

.icon-userzl:before {
    content: "\e69c";
}

.icon-email:before {
    content: "\e601";
}

.icon-integral:before {
    content: "\ea40";
}

.icon-address:before {
    content: "\e67f";
}

.icon-msg:before {
    content: "\e629";
}

.icon-jewel:before {
    content: "\e75b";
}

.icon-xgmm:before {
    content: "\e64c";
}

.icon-gm1:before {
    content: "\e60e";
}

.icon-gm2:before {
    content: "\e61a";
}

.icon-gm3:before {
    content: "\e61f";
}

.icon-gm4:before {
    content: "\e669";
}

.icon-gm5:before {
    content: "\e630";
}

.icon-gm6:before {
    content: "\e6ad";
}

.icon-win:before {
    content: "\e606";
}

.icon-cancel:before {
    content: "\e636";
}

.icon-signed:before {
    content: "\e664";
}

.icon-log:before {
    content: "\e6e8";
}

.icon-check:before {
    content: "\e628";
}

.icon-checks:before {
    content: "\e660";
}

.icon-join:before {
    content: "\e658";
}
.icon-gth:before {
    content: "\e60f";
}

body {
    background-color: #f6f6f6;
    font-family: 'Microsoft YaHei',
}

._block {
    display: block;
    color: #464646;
    font-size: .16rem;
}

.active {
    background: #b4b4b4 !important;
    pointer-events: none;
    cursor: default !important;
}

input {
    /* overflow-y:hidden;
    box-sizing: border-box; */
}

/*mask*/
.mask {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .8);
}

.mask>div {
    position: absolute;
    z-index: 10000;
    background: #fff;
    width: 80%;
    left: 50%;
    top: 50%;
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*dialog*/
.dialog-box>div {
    max-width: 300px;
    -webkit-animation: fadeInDown .3s linear;
    animation: fadeInDown .3s linear;
}

.dialog-box>div>div {
    text-align: center;
    font-size: 16px;
}

.dialog-box>div>div:nth-child(1) {
    padding: 20px 0 14px 0;
}

.dialog-box>div>div:nth-child(2) {
    padding: 0 20px;
    color: #888;
    max-height: 120px;
    overflow-y: auto;
}

.dialog-box>div>div:nth-child(2) span {
    color: #00A3FF;
    font-weight: bold;
}

.dialog-box>div>div:nth-child(3) {
    margin-top: 20px;
    border-top: 1px solid #d5d5d5;
}

.dialog-box>div>div:nth-child(3)>a {
    color: #00A3FF;
    text-decoration: none;
    padding: 10px 0;
}

.dialog-box>div>div:nth-child(3)>a.cancel_sub {
    color: #808080;
}

.dialog-box>div>div:nth-child(3)>a.ok {
    border-left: 1px solid #d5d5d5;
}

.loading {
    text-align: center;
}

.loading>div {
    background: transparent;
    margin: 0;
    top: 50%;
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loading>div>div {
    background: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -moz-animation: loading 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
    -webkit-animation: loading 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
    animation: loading 0.9s 0s infinite cubic-bezier(.11, .49, .38, .78);
}

.loading>div>div:nth-child(2),
.loading>div>div:nth-child(4) {
    -webkit-animation-delay: 0.25s !important;
    animation-delay: 0.25s !important;
}

.loading>div>div:nth-child(1),
.loading>div>div:nth-child(5) {
    -webkit-animation-delay: 0.5s !important;
    animation-delay: 0.5s !important;
}

@-webkit-keyframes alert_in {
    0.00% {
        opacity: 0;
        -webkit-transform: scale(1.185);
        transform: scale(1.185);
    }
}

@keyframes alert_in {
    0.00% {
        opacity: 0;
        -webkit-transform: scale(1.185);
        transform: scale(1.185);
    }
}

@-webkit-keyframes alert_out {
    100% {
        opacity: 0;
        -webkit-transform: scale(.85);
        transform: scale(.85);
    }
}

@keyframes alert_out {
    100% {
        opacity: 0;
        -webkit-transform: scale(.85);
        transform: scale(.85);
    }
}

.alert-hd {
    padding: .24rem 0 .12rem;
    line-height: 1.2;
}

.alert-bd {
    padding: 0 .24rem .12rem;
    font-size: .15rem;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #999;
    min-height: .52rem;
}

.alert-ft a {
    display: block;
    padding: .15rem 0;
    color: #38a6f3;
    position: relative;
}

.alert-ft a:after {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: .01rem;
    border-top: .01rem solid #d5d5d6;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.dispute>* {
    height: auto;
    max-width: 12.6rem;
    -webkit-animation: alert_in .3s;
    animation: alert_in .3s;
    text-align: left;
}

.dispute>*>div:nth-child(2) {
    padding: .3rem;
    border-top: .01rem solid #e3e1e2;
}

.dispute dl {
    font-size: .18rem;
    max-height: 7.5rem;
    overflow-y: auto;
}

.dispute dl dt h3 {
    text-align: center;
}

.dispute dl dt {
    padding-top: .2rem;
}

.dispute dl dt:first-child {
    padding-top: 0;
}

.dispute dl dd i {
    margin-top: 0;
}

.dispute dl dd {
    color: #666;
    line-height: 1.3;
    font-size: .16rem;
    padding-top: .1rem;
}

/*头部*/
.header {
    position: absolute;
    height: .83rem;
    background: #fff;
    width: 100%;
    top: 0;
    left: 0;
}

.header>div {
    width: 12rem;
    margin: auto;
    height: 100%;
    padding: .1rem 0 .1rem .35rem;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.header>div>div:first-child a {
    background: url(../images/logo.png) no-repeat;
    width: 2.78rem;
    height: .84rem;
}

.header .nav {
    padding-left: 1.2rem;
}

.header .nav ul {
    width: 100%;
}

.header .nav a {
    text-align: center;
    display: block;
    color: #312c2c;
    font-size: .15rem;
    padding: .03rem 0;
    border-radius: .15rem;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    transition: all .3s linear
}

.header .nav a:hover {
    color: #187beb;
}

.header .nav .cur a {
    background: #187beb;
    color: #fff;
}

.ge-search {
    width: 1.7rem;
    height: .3rem;
    border-radius: .3rem;
    border: 1px solid #44a6f5;
    font-size: .12rem;
    margin-left: .2rem;
}

.ge-search>dl {
    width: .6rem;
    float: left;
    position: relative;
    z-index: 2;
    padding-left: .1rem;
}

.ge-search dl dt {
    height: .3rem;
    color: #5f5c5c;
    background: url("../images/down.png") no-repeat right center transparent;
    background-size: .25rem;
    line-height: .3rem;
}

.ge-search dl dd {
    width: 100%;
    border: 1px solid #d9d9d9;
    background: #fff;
    position: absolute;
    left: 0;
    top: 32px;
    padding: 5px 0;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
    display: none;
}

.ge-search dl a {
    display: block;
    text-align: center;
    line-height: 30px;
    color: #3c3c3c;
    font-size: .12rem;
}

.ge-search dl a:hover {
    color: #44a6f5;
    background: #f1f1f1;
}

.ge-search input {
    width: .8rem;
    height: .28rem;
    border: none;
    color: #5f5c5c;
    font-size: .12rem;
}

.ge-search span {
    width: .33rem;
    height: .3rem;
    position: relative;
    cursor: pointer;
    border: none !important;
    border-radius: 0 !important;
    padding: 0 !important;
}

.ge-search span i {
    color: #44a6f5;
    font-size: .22rem;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: table;
    margin: auto;
    position: absolute;
}

/*轮播*/

.ad-slide {
    width: 100%;
    max-width: 19.2rem;
    height: 6.53rem;
    margin: .83rem auto 0;
    position: relative;
    overflow: hidden;
}

.ad-slide ul.ad-slide-wrapper {
    height: 4.45rem;
}

.ad-slide ul.ad-slide-wrapper img{
    height:100%;
}

.ad-slide ul.ad-slide-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    width: 100%;
    font-size: .2rem;
}

.ad-slide ul.ad-slide-wrapper li {
    position: absolute;
    width: 100%;
    height: 100%;
}

.ad-slidebox {
    width: 12rem;
    height: .16rem;
    margin-left: -6rem;
    left: 50%;
    bottom: 2.35rem;
    position: absolute;
    z-index: 2;
}

.ad-slidebox ul {
    height: .16rem;
    border-radius: 8px;
    margin-right: .92rem;
    -webkit-box-pack: end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.ad-slidebox ul li {
    margin-left: .15rem;
}

.ad-slidebox ul li em {
    display: block;
    width: .45rem;
    height: .16rem;
    border-radius: .3rem;
    background-color: #8a8a8a;
    text-indent: -9999px;
    cursor: pointer;
}

.ad-slidebox ul li.current em {
    background-color: #44a6f5;
}

.ad-slidebox ul li em:hover {
    background-color: #44a6f5;

}

.grad-box {
    position: absolute;
    width: 100%;
    background: linear-gradient(#fff 40%, #f6f6f6 80%);
    height: 1.08rem;
    left: 0;
    bottom: 0;
}

.ad-login {
    width: 3rem;
    height: auto;
    position: absolute;
    z-index: 1;
    background: #eeeded;
    left: .15rem;
    top: -4rem;
    border-top: .05rem solid #449ae2;
}

#nationCode {
    background: #fff;
    height: 36px;
    border: 1px solid #d8d7d7;
    border-left: none;
    text-align: center;
    text-align-last: center;
}

.login-l0 {
    padding: .1rem .2rem .2rem;
    position: relative;
}

.login-l0 h2 {
    font-size: .22rem;
    color: #3c3c3c;
    font-weight: normal;
    padding: .05rem 0;
}

.login-l0 .l0 {
    padding: 0 0 .1rem;
}

.login-l0 .flex>label {
    width: .4rem;
    height: .36rem;
    color: #fff;
    background: #44a6f5;
    position: relative;
    font-size: .22rem;
    display: block;
    border: 1px solid #d8d7d7;
    border-right: none;
}

.login-l0 .flex>label i {
    font-size: .18rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.login-l0 .flex>input[type='text'],
.login-l0 .flex>input[type='password'] {
    height: .36rem;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: .05rem;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: .12rem;
    border: 1px solid #d8d7d7;
    border-left: none;
}

.login-l0 .l0 .yzm {
    width: 1.2rem;
}

.login-l0 .flex>a {
    background: #44a6f5;
    color: #fff;
    font-size: .12rem;
    text-align: center;
    white-space: nowrap;
    margin-left: auto;
    line-height: .36rem;
    width: .9rem;
}

.login-l0 .flex>a img {
    width: 100%;
    height: .36rem;
}

.operation {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .13rem;
    color: #666666;
    padding: .05rem 0;
}

.operation>div:first-child {
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.operation .re {
    /* width: .1rem;
    height: .1rem;
    color: #666666;
    border: 1px solid #666666; */
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    margin-right: .05rem;
}

.operation a {
    color: #666666;
    margin-left: .1rem;
}

.login-l0 .flex button {
    width: 100%;
    line-height: .38rem;
    color: #fff;
    background: #44a6f5;
    font-size: .16rem;
    text-align: center;
    display: block;
    border: none;
    margin: .05rem 0 .2rem;
    border-radius: .05rem;
}

.login-l0 ol {
    font-size: .2rem;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}

.login-l0 ol::before,
.login-l0 ol::after {
    position: absolute;
    content: '';
    width: .2rem;
    height: .01rem;
    background: #b1b1b1;
    top: .17rem;
}

.login-l0 ol::before {
    left: 0;
}

.login-l0 ol::after {
    right: 0;
}

.login-l0 li {
    cursor: pointer;
    line-height: 1;
    margin: 0 .03rem;
}

.login-l0 li div {
    width: .35rem;
    height: .35rem;
    line-height: .33rem;
    border-radius: 100%;
    text-align: center;
}

.login-l0 li div i {
    font-size: .25rem;
    color: #fff;
}

.login-l0 .qrcode {
    background: #ffc000;
}

.login-l0 .wb {
    background: #ea5d5c;
}

.login-l0 .qq {
    background: #29b4e8;
}

.login-l0 .wx {
    background: #51c332;
}

.login-l0 .phone {
    background: #29b4e8;
}

.login-l0 .avu {
    background: #785fbf;
    position: relative;
}

.login-l0 .avu i {
    display: inline-block;
    width: .28rem;
    height: .27rem;
    background-image: url('../images/logo-1.png');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    top: 50%;
    ;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-l1 {
    padding: .2rem .13rem 0 .2rem;
    position: relative;
}

.login-l1 .userHead {
    width: .8rem;
    height: .8rem;
    border-radius: 100%;
    border: 2px solid #fff;
}

.login-l1 .userInfo {
    font-size: .18rem;
    padding-left: .1rem;
    color: #666666;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

.userInfo>div {
    align-items: center;
    width: 100%;
}

.userInfo>div label {
    font-weight: 700;
    color: #3c3c3c;
    text-align: left;
    font-size: .15rem;
    max-width: 1rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.userInfo>div .userVipbg {
    background-image: url('../images/vip.png');
    background-size: 100%;
    text-align: center;
    font-size: .12rem;
    line-height: .2rem;
    background-repeat: no-repeat;
    width: .23rem;
    height: .2rem;
    display: inline-block;
    color: #973605;
    font-weight: bold;
    margin-left: .03rem;
}

.userInfo>div em {
    display: inline-block;
    margin-left: auto;
    font-size: .14rem;
    color: #949494;
    cursor: pointer;
}

.userInfo>div em:hover {
    color: #44a6f5;
}

.userInfo p {
    font-size: .14rem;
}

.userInfo p em {
    color: #ff8400;
}

.userInfo #getSign,
.userInfo .creditsLog {
    background: #44a6f5;
    color: #fff;
    border: none;
    width: .75rem;
    text-align: center;
    font-size: .14rem;
    border-radius: .05rem;
    cursor: pointer;
    line-height: .24rem;
}

.userInfo>div .creditsLog {
    margin-left: auto;
}

.login-l1 .lastTime-game {
    padding-top: .04rem;
}

.login-l1 .lastTime-game h3 {
    font-size: .15rem;
    padding: .06rem 0;
    color: #3c3c3c;
}

.login-l1 ul {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: .1rem;
}

.login-l1 li {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-size: .14rem;
    margin-bottom: .1rem;
    width: 100%;
}

.login-l1 li img {
    width: .38rem;
    height: .38rem;
    border-radius: .1rem;
    margin-right: .1rem;
}

.login-l1 li>.flex {
    align-items: center;
}

.login-l1 li>.flex span {
    color: #b4b3b3;
    margin-right: .15rem;
}

.login-l1 li>.flex a {
    background: #44a6f5;
    color: #fff;
    border: none;
    line-height: .24rem;
    width: .85rem;
    text-align: center;
    font-size: .12rem;
    border-radius: .05rem;
}

/*中间内容*/
.warp {
    position: relative;
    width: 12rem;
    z-index: 1;
    margin: -2.16rem auto 0;
}

.warp .box1 {
    background: #fff;
    height: 3rem;
}

.w-title {
    font-size: .24rem;
    color: #464646;
    height: .3rem;
    align-items: center;
}

.w-title label {
    height: .24rem;
    background: #2b9ae7;
    width: .03rem;
    margin-right: .06rem;
}

.w-title .title-ul {
    align-items: center;
    margin-top: 0 !important;
}

.w-title .title-ul li {
    padding-right: .15rem;
}

.w-title .title-ul li a {
    font-size: .2rem;
    color: #949494;
    cursor: default
}

.w-title .title-ul .current a {
    font-size: .22rem;
    color: #f90;
}

.w-title span {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .1rem;
    border: 1px solid #44a6f5;
    line-height: .22rem;
    margin-left: auto;
    padding: 0 .1rem;
    cursor: pointer;
}

.w-title span a {
    color: #44a6f5;
}

.w-title li a::before {
    display: none !important;
}

.warp .start {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    padding: 0 .1rem;
    line-height: .24rem;
}

.w-b0 {
    width: 3rem;
    height: 100%;
    padding: .2rem .13rem 0 .2rem;
}

.w-b0 h3 {
    font-size: .14rem;
    font-weight: bold;
    color: #44a6f5;
}

.w-b0 a {
    color: #666666;
    font-size: .13rem;
}

.w-b0 ul {
    padding-top: .2rem;
}

.w-b0 ul li {
    padding: .05rem 0 .05rem .15rem;
    position: relative;
}

.w-b0 li a::before {
    position: absolute;
    width: .05rem;
    height: .05rem;
    background: #e1e1e1;
    content: '';
    left: 0;
    border-radius: 100%;
    top: .13rem;
}

.w-b0 .cur a::before {
    display: none;
}

.w-b0 ul a:hover {
    color: #44a6f5;
}

.w-b0 ul a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}

.w-b1 {
    height: 100%;
    padding: .2rem .15rem .13rem .2rem;
    margin-left: .10rem;
}

.w-b1 ul {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    margin: .1rem -.13rem 0;
}

.w-b1 ul li {
    padding: 0 .13rem;
}

.w-b1 ul li dl {
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    border-radius: .05rem;
    overflow: hidden;
}

.w-b1 ul li img {
    width: 100%;
    height: 1.81rem;
    display: block;
}

.w-b1 ul li dd {
    font-size: .16rem;
    color: #464646;
    padding: 0 .05rem;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
    height: .5rem;
}

.w-b1 ul li dd span {
    font-size: .14rem;
    width: 1rem;
}

.warp .box2 {
    margin-top: .10rem;
}

.w-box {
    background: #fff;
}

.w-left {
    width: 3rem;
    background: #fff;
}

.w-right {
    margin-left: .1rem;
    background: #fff;
}

.warp .w-b2 {
    padding: .2rem 0 0;
    height: 3.69rem;
}

.warp .w-b2 .w-title {
    padding: 0 .13rem 0 .2rem
}

.warp .w-b2 .w-title>div {
    font-size: .16rem;
}

.warp .w-b2 .w-title>div li {
    color: #c4c4c4;
    padding: 0 .1rem;
    cursor: pointer;
    font-size: .14rem;
}

.warp .w-b2 ul a {
    padding: 0 .13rem 0 .2rem
}

.warp .w-b2 ul a:hover {
    background: #00A3FF;
    color: #fff;
}

.warp .w-b2 ul a:hover p {
    border-bottom: 1px dotted #00A3FF;
}

.warp .w-b2 ul a:hover strong {
    color: #fff;
}

.warp .w-b2 ul a:hover em {
    color: #fff;
}

.warp .w-b2 .w-title>div .on {
    color: #44a6f5;
}

.warp .w-b2 .openservice {
    padding: 0 .13rem 0 .2rem
}

.warp .w-b2 ol {
    font-size: .14rem;
    color: #666666;
    margin-top: .2rem;
}

.w-kfList li p {
    font-size: .13rem;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .12rem 0;
    border-bottom: 1px dotted #e1e1e1;
}

.w-kfList li p em {
    color: red;
}

.w-kfList li p strong {
    font-weight: normal;
    color: #9c9c9c
}

.w-kfList li a:last-child p {
    border-bottom: 0;
}

.warp .w-b3 {
    padding: .2rem .13rem .2rem .2rem;
    border-top: .1rem solid #f6f6f6;
}

.warp .w-b4 {
    padding: .2rem .15rem .13rem .2rem;
}

.warp .w-b5 {
    border-top: .1rem solid #f6f6f6;
    padding: .2rem .15rem .13rem .2rem;
}

.warp .w-b4 ul {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -.2rem
}

.warp .w-b4 ul li {
    margin: .24rem 0 .1rem;
    -webkit-transition: all .2s linear;
    flex-basis: 33.33333334%;
}

.warp .w-b4 ul li a {
    padding: 0 .2rem;
}

.warp .w-b4 ul li dt {
    width: 1rem;
    height: 1rem;
    border-radius: .2rem;
}

.warp .w-b4 ul li dt img {
    width: 100%;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    border-radius: .2rem;
}

.warp .w-b4 ul li dt img:hover {
    -webkit-box-shadow: 0px 5px 5px #E3E3E3;
    box-shadow: 0px 5px 5px #E3E3E3;
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
}

.warp .w-b4 ul li dd {
    font-size: .16rem;
    margin-left: .13rem;
}

.warp .w-b4 ul li h3 {
    font-weight: bold;
    font-size: .15rem;
}

.warp .w-b4 ul li label {
    font-size: .12rem;
    line-height: .2rem;
    display: block;
    padding: .08rem 0;
    color: #666666;
}

.warp .w-b4 ul li span {
    display: inline-block;
    margin: 0 auto;
}

.warp .w-b5 ul {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 0 -.16rem
}

.warp .w-b5 ul li {
    margin-top: .2rem;
    margin-bottom: .05rem;
    font-size: .16rem;
    flex-basis: 33.3333334%;
}

.warp .w-b5 ul li a {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    padding: 0 .16rem;
}

.warp .w-b5 ul li img {
    width: 100%;
    border: 1px solid #ebebeb;
}

.w-b3 ul li {
    padding: .18rem 0 .1rem;
    border-bottom: 1px dotted #e1e1e1;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.w-b3 ul li:last-child {
    border: none;
}

.w-b3 ul li a {
    font-size: .14rem;
}

.w-b3 ul li img {
    width: .45rem;
    height: .45rem;
    border-radius: .1rem;
}

.w-b3 ul li a>div {
    margin-left: .13rem;
}

.w-b3 ul li h3 {
    font-size: .14rem;
    color: #464646;
}

.w-b3 ul li p {
    font-size: .12rem;
    color: #666666;
    padding-top: .05rem;
}

.footer {}

.foot-nav {
    background: #5e5e5e;
    width: 100%;
    position: relative;
    margin-top: .45rem;
}

.foot-nav ul {
    width: 12rem;
    margin: 0 auto;
    padding: .15rem 0;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot-nav ul li {
    font-size: .16rem;
    padding: 0 .25rem;
}

.foot-nav ul li a {
    color: #fff;
    align-items: center;
}

.foot-nav ul li i {
    font-size: .36rem;
    margin-right: .05rem;
}

.foot-nav ul li a label {
    display: block;
    cursor: pointer;
}

.foot-nav ul li .icon-jc {
    font-size: .48rem;
}

.foot-web {
    width: 100%;
    background: #151515;
    padding: .10rem 0 .26rem;
}

.foot-web dl {
    width: 12rem;
    margin: 0 auto;
    padding: .15rem 0;
}

.foot-web dt {
    margin-bottom: .1rem
}

.foot-web dt ul {
    color: #727272;
    align-items: center;
    font-size: .12rem;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.foot-web dt ul li a {
    font-size: .13rem;
    color: #727272;
    padding: 0 .2rem;
    position: relative;
}

.foot-web dt ul li a::after {
    position: absolute;
    right: 0;
    top: 0rem;
    height: .15rem;
    width: .02rem;
    background: #727272;
    content: '';
}

.foot-web dt ul li:last-child>a:after {
    display: none;
}

.foot-web dd p {
    font-size: .13rem;
    text-align: center;
    color: #727272;
    line-height: .28rem;
}

/*礼包*/
.main {
    width: 1200px;
    padding-top: .2rem;
    margin: .82rem auto 0;
    position: relative;
}

.main .g-left {
    width: 3rem;
    background: #fff;
}

.main .g-right {
    margin-left: .1rem;
    background: #fff;
}

.main .w-title {
    font-size: .24rem;
    color: #464646;
    /* height: .3rem; */
    align-items: center;
    /* margin-bottom: .1rem; */
}

.main .w-title div:first-child {
    align-items: center;
}

.l-b0 {
    height: 3.38rem;
    background: #fff;
    border-top: .05rem solid #449ae2;
    width: 100%;
}

.l-b1 {
    background: #fff;
    width: 100%;
    padding: .2rem .13rem .4rem .2rem;
}

.l-b1 ul {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap
}

.l-b1 li {
    padding: .15rem 0;
}

.l-b1 li dl {
    font-size: .2rem;
    align-items: center;
}

.l-b1 li img {
    width: 1rem;
    height: 1rem;
}

.l-b1 li dd {
    margin-left: .1rem;
    font-size: .14rem;
}

.l-b1 li h3,
.r-b1 li h3 {
    font-size: .15rem;
    line-height: .3rem;
}

.l-b1 li p label,
.r-b1 li p label {
    color: #ff0000;
}

.l-b1 li span {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    padding: 0 .1rem;
    line-height: .26rem;
    display: inline-block;
    margin-top: .15rem;
}

.r-b1 {
    padding: .2rem .15rem 0 .2rem;
    width: 100%;
    background: #fff;
    position: relative;
}

.r-b1 .w-title {
    width: 100%;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.r-b1 .r-top {
    height: 12.5rem;
}

.r-b1 ul {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
    margin: .15rem -.06rem 0;
}

.r-b1 ul li {
    flex-basis: 50%;
    margin-bottom: .15rem;
    height: 1.2rem;
}

.r-b1 ul li a {
    padding: 0 .06rem;
}

.r-b1 ul li dt img {
    border-radius: .2rem;
    width: 1rem;
    height: 1rem;
}

.r-b1 ul li dd {
    padding-top: .1rem;
    font-size: .14rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .15rem;
}

.r-b1 ul li span {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    line-height: .26rem;
    display: inline-block;
    width: .8rem;
    margin-top: .1rem;
    text-align: center;
}

.r-b1 ul li .end {
    color: #fff;
    border: none;
    pointer-events: none;
    cursor: default !important;
    background: #b4b4b4;
}

.r-bottom .gift-content {
    padding: .2rem .15rem 0 .2rem;
}

.r-bottom>div {
    width: 100%;
    background: #fff;
}

/* .loction{
    font-size: .16rem;
    padding: .14rem 0 .25rem;
}
.loction>* {
    display: inline-block;
    color: #a6a6a6
}
.loction .cur{
    color: #666666;
} */
.r-b2 {
    padding-top: .2rem;
}

.r-b2 dt img {
    width: 1.2rem;
    border-radius: .1rem;
}

.r-b2 dd {
    font-size: .18rem;
    padding-left: .2rem;
    color: #464646;
}

.r-b2 dd p {
    font-size: .16rem;
    padding: .1rem 0;
}

.r-b2 dd p label {
    color: #ff0000;
}

.r-b2 dd div {
    width: 100%;
    position: relative;
    margin: 0 -.05rem 0;
}

.r-b2 dd a {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    line-height: .32rem;
    width: 1rem;
    text-align: center;
    margin-right: .1rem;
}

.r-b2 dd .cur {
    background: #44a6f5;
    color: #fff;
}

.r-b2 .g-info {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.r-b2 .g-info .w-title {
    padding-bottom: .2rem;
    border-bottom: 1px solid #f6f6f6;
    margin-bottom: 0;
    margin-bottom: .13rem;
}

.g-info .g-step {
    padding: .18rem 0;
    font-size: .14rem;
    color: #464646;
}

.g-info .g-step p:first-child {
    font-weight: bold;
    padding-bottom: .05rem;
}

.g-info .g-notice {
    height: 1.6rem;
    width: 100%;
    margin-top: .1rem;
    background: #f6f6f6;
    padding: .12rem;
    font-size: .14rem;
    color: #999999;
}

.g-info .g-notice div:first-child {
    color: #5fb2f5;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 1.7rem;
    border-right: 2px solid #dadada;
}

.g-info .g-notice div:first-child i {
    font-size: .5rem;
}

.g-info .g-notice div:last-child {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .45rem;
}

.g-info .g-notice div:last-child p {
    text-align: left;
    width: 100%;
    padding: .08rem 0;
}

.r-bottom .r-b3 {
    margin-top: .1rem;
    background: #fff;
    padding: .2rem .15rem .8rem .2rem !important;
}

.r-b3 ul {
    position: relative;
    margin: .26rem 0 0;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.r-b3 ul li {
    padding: 0 .05rem;
    width: 100%;
}

.r-b3 ul li a {
    padding: .05rem 0;
    align-items: center;
    border-bottom: .01rem dotted #f1f1f6;
}

.r-b3 ul li img {
    width: .6rem;
    height: .6rem;
    display: block;
    border-radius: .08rem;
}

.r-b3 ul li p {
    font-size: .14rem;
    color: #464646;
    font-weight: bold;
    padding-left: .1rem;
}

.r-b3 ul li label {
    font-size: .12rem;
    padding-top: .06rem;
    color: #666666;
    padding-left: .1rem;
}

.r-b3 ul li span {
    font-size: .12rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    line-height: .24rem;
    width: .7rem;
    text-align: center;
    margin-left: .1rem;
}

/*登录页面*/
.ad-login-bg {
    width: 100%;
    height: 6.9rem;
    background-image: url('../images/page/login/1.jpg');
    background-repeat: no-repeat;
    margin-top: .83rem;
    background-size: 100%;
}

.login-footer {
    margin-top: 0;
}

.ad-login-bg>div {
    width: 12rem;
    margin: 0 auto;
    position: relative;
}

.user-login {
    width: 3rem;
    height: 3.38rem;
    position: absolute;
    z-index: 1;
    background: #eeeded;
    right: 0;
    top: 1.3rem;
    border-top: .05rem solid #449ae2;
}

/*游戏中心*/
.game-box1 {
    height: 3.38rem;
    position: relative;
}

.game-box1 .game-0 {
    border-top: .05rem solid #449ae2;
    width: 3rem;
    margin-right: .1rem;
    background: #fff;
}

.game-1 .ad-slide {
    width: 100%;
    max-width: 100%;
    height: 3.38rem;
    margin: 0;
}

.game-1 .ad-slide ul.ad-slide-wrapper {
    height: 3.38rem;
}

.game-1 .ad-slide ul.ad-slide-wrapper img {
    width: 100%;
    display: block;
    height: 3.38rem;
}

.game-1 .ad-slidebox {
    width: 100%;
    height: .16rem;
    margin-left: 0;
    right: 0;
    bottom: .16rem;
    position: absolute;
    z-index: 2;
}

.game-box2 {
    background: #fff;
    margin-top: .10rem;
    padding: .2rem .15rem .2rem .2rem;
}

.game-box2 .game-list {
    -webkit-box-pack: start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 0 .1rem;
    position: relative;
    margin: 0 -.1rem;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.game-box2 .game-list li {
    flex-basis: 12.5%;
}

.game-box2 .game-list li a {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: .15rem .1rem;
}

.game-box2 .game-list li img {
    width: 1rem;
    border-radius: .2rem;
    display: block;
    margin: 0 auto;
}

.game-box2 .game-list li label {
    font-size: .15rem;
    color: #464646;
    font-weight: bold;
    line-height: .36rem;
    width: 100px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    margin: 0 auto;
}

.game-box2 .game-list li span {
    font-size: .14rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    line-height: .26rem;
    width: .8rem;
    margin: 0 auto;
}

.game-box3 {
    margin-top: .1rem;
    position: relative;
    width: 100%;
}

.game-box3>div {
    padding: .2rem .15rem .2rem .2rem;
    background: #fff;
}

.game-box3 .game-2 {
    margin-right: .05rem;
}

.game-box3 .game-3 {
    margin-left: .05rem;
}

.game-box3 ul li,
.activity-0 ul li {
    font-size: .14rem;
    align-items: center;
    padding: .1rem 0;
}

.game-box3 ul li div:first-child,
.activity-0 ul li div:first-child {
    align-items: center;
}

.game-box3 ul li label,
.activity-0 ul li label {
    width: .15rem;
    height: .15rem;
    background: #2da4f4;
    color: #fff;
    text-align: center;
    font-size: .12rem;
    line-height: .15rem;
    border-radius: .02rem;
}

.activity-0 ul li:nth-child(1) label,
.game-box3 ul li:nth-child(1) label {
    background: #ffaa14;
}

.activity-0 ul li:nth-child(2) label,
.game-box3 ul li:nth-child(2) label {
    background: #ffaa14;
}

.activity-0 ul li:nth-child(3) label,
.game-box3 ul li:nth-child(3) label {
    background: #ffaa14;
}

.game-box3 ul {
    margin-top: .1rem;
}

.game-box3 ul li div:first-child div,
.activity-0 ul li div:first-child div {
    padding-left: .1rem;
    font-size: .12rem;
    color: #666666
}

.game-box3 ul li div:first-child div span,
.activity-0 ul li div:first-child div span {
    font-weight: bold;
    font-size: .14rem;
    color: #464646;
}

.game-box3 ul li img,
.activity-0 ul li img {
    width: .45rem;
    height: .45rem;
    margin-left: .15rem;
    border-radius: .1rem;
}

.game-box3 ul li a,
.activity-0 ul li a {
    font-size: .12rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    line-height: .24rem;
    width: .7rem;
    text-align: center;
    margin-left: .1rem;
}

.game-box3 ul li .active {
    border: none;
    color: #fff;
}

/*活动中心*/
.activity-box .activity-left {
    width: 3rem;
    border-top: .05rem solid #449ae2;
    background: #fff;
}

.activity-box .activity-right {
    background: #fff;
    margin-left: .1rem;
}

.activity-left .game-0 {
    background: #fff;
}

.activity-left .w-b0 {
    background: #fff;
    padding-bottom: .1rem;
    font-size: .2rem;
    height: auto;
}

.activity-0 {
    background: #fff;
    width: 100%;
    padding: .2rem .13rem 0 .2rem;
    border-top: .1rem solid #f6f6f6;
}

.activity-0 li img {
    margin-left: .15rem;
}

.activity-right {
    padding: .2rem .15rem 0 .2rem;
}

.boxList .boxList-item {
    display: none;
}

.activity-right .boxList-item ul {
    height: 11.2rem;
}

.activity-right .hdboxList-item li {
    padding: .1rem 0;
}

.activity-right .endActive {
    pointer-events: none;
    cursor: default !important;
}

.activity-right dl {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 100%;
    position: relative;
    align-items: center;
}

.activity-right dt {
    height: 2rem;
    overflow: hidden;
}

.activity-right dt img {
    width: 5rem;
}

.activity-right dd {
    padding-left: .4rem;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: calc(100% - 5rem);
}

.activity-right dd h2 {
    font-size: .19rem;
    line-height: .27rem;
    width: 100%;
    text-align: left;
}

.activity-right dd p {
    font-size: .14rem;
    color: #666666;
    width: 100%;
    text-align: left;
}

.activity-right dd span {
    background: #44a6f5;
    color: #fff;
    width: 100%;
    height: .45rem;
    margin-top: .2rem;
    border-radius: .05rem;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.activity-right dd .end {
    background: #808080;

}

.activity-right dd span i {
    font-size: .3rem;
}

.activity-right .title-nav {
    font-size: .16rem;
    color: #666;
    margin-left: .3rem;
    cursor: pointer;
}

.newContent {
    padding: .2rem;
}

.newContent img {
    display: block;
    margin: 0 auto;
}

.newContent .title {
    text-align: center;
}

.newContent .time {
    font-size: .14rem;
    padding-top: .1rem;
    padding-bottom: .2rem;
    color: #666;
    font-weight: normal;
    text-align: center;
}

.newContent h2 {
    font-size: .18rem;
}

.newContent>* {
    font-size: .14rem;
}

.newboxList-item ul {
    padding-top: .2rem;
}

.newboxList-item li {
    font-size: .2rem;
    padding: .05rem .1rem;
    border-bottom: 1px solid #f6f6f6;
    cursor: pointer;
}

/* .newboxList-item li h2{
    font-size: .18rem;
    line-height: .36rem;
    color: #666666;
} */
.newboxList-item li p {
    font-size: .14rem;
    line-height: .24rem;
    color: #999999;
}

.newboxList-item li a {
    color: #666666;
    font-size: .14rem;
    line-height: .32rem;
}

.newboxList-item li a:hover {
    color: #44a6f5;
}

.newboxList-item li h3 {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    font-weight: normal;
}

/*个人中心*/
.userLeft {
    width: 3rem;
    position: relative;
}

.user-b0 {
    background: #fff;
    border-top: .05rem solid #449ae2;
    width: 100%;
}

.userVip {
    font-size: .12rem;
    margin-top: .2rem;
    border: 1px solid #e7e7e7;
    padding: .02rem;
    height: .18rem;
    align-items: center;
}

.userVip span {
    font-size: .1rem;
    background: #ffaa14;
    color: #fff;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: .13rem;
    padding: 0 .03rem;
}

.userVip span .iconfont {
    margin-right: .02rem;
}

.userVip p {
    height: .18rem;
    width: 100%;
    position: relative;
}

.userVip p label {
    background: #44a6f5;
    display: block;
    float: left;
    position: absolute;
    max-width: 100%;
    top: .04rem;
    left: .03rem;
    right: .03rem;
    bottom: .04rem;
}

.userVip .vipnum {
    margin-left: auto;
    font-weight: bold;
    font-style: italic;
}

.user-b0 .user-datum {
    padding: .15rem .13rem .15rem .2rem;
    font-size: .14rem;
}

.user-b0 .user-datum li {
    padding: .05rem 0;
    align-items: center;
}

.user-b0 .user-datum li div {
    color: #b1b1b1;
    align-items: center;
}

.user-b0 .user-datum li i {
    font-size: .18rem;
}

.user-b0 .user-datum li div span {
    padding: 0 .03rem 0 .13rem;
}

.user-b0 .user-datum li div label {
    color: red;
}

.user-b0 .user-datum li:last-child div i {
    font-size: .21rem;
}

.user-b0 .user-datum li:last-child div span {
    padding: 0 .03rem 0 .11rem;
}

.user-b0 .user-datum li a {
    color: #2da4f4;
    font-size: .14rem;
    text-decoration: underline;
}

.user-b0 .user-lastGame {
    background: #edf6fd;
    font-size: .18rem;
    padding: .15rem .13rem .12rem .23rem;
}

.user-b0 .user-lastGame li {
    flex-basis: 20%;
    padding: 0 .1rem;
}

.user-b0 .user-lastGame h2 {
    color: #333333;
    font-size: .18rem;
    padding-bottom: .05rem;
}

.user-b0 .user-lastGame li img {
    width: 100%;
    border-radius: .05rem;
}

.userRight {
    background: #fff;
    margin-left: .1rem;
    position: relative;
}

.user-b2 {
    padding: .1rem;
}

.user-operation {
    background: #edf6fd;
    padding: .1rem .05rem;
}

.user-operation li {
    flex-basis: 12.5%;
    padding: 0 .05rem;
}

.user-operation li a {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    background: #fff;
    color: #187beb;
    padding: .08rem 0;
    font-size: .14rem;

}

.user-operation li a i {
    font-size: .4rem;
}

.user-operation .cur a {
    background: #187beb;
    color: #fff;
}

.userAll-box {
    padding: .2rem .05rem .1rem .1rem;
}
.userAll-box #nationCode {
    border-left: 1px solid #d8d7d7;
    border-right: none;
    height: .37rem;
    position: relative;
    top: 1px;
}
.userAll-box #nationCode+input{
    width: 2.3rem;
}
/* .user-a0{
    padding-left: .1rem;
} */
#userAllBox>div {
    display: none;
}

.grzh-box {
    margin: .2rem .3rem .25rem .2rem;
    font-size: .14rem;
}

.grzh-box .userHead {
    width: 1.05rem;
    height: 1.05rem;
    border-radius: 100%;
    border: 2px solid #fff;
}

.grzh-box .userInfo {
    color: #666666;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    font-size: .18rem;
}

.grzh-box .userInfo>div span {
    margin: 0 .2rem 0 .1rem;
}

.grzh-box .userInfo h3 {
    font-size: .14rem;
    color: #464646;
    font-weight: normal;
    padding: .05rem 0;
}

.grzh-box .userInfo h3 em {
    color: red;
    font-size: .18rem;
}

.grzh-box .userInfo h4 {
    width: 100%;
    height: .24rem;
    border: 1px solid #cccccc;
    position: relative;
    margin-bottom: .05rem;
}

.grzh-box .userInfo h4 em {
    display: block;
    height: .14rem;
    left: .05rem;
    top: .05rem;
    right: .05rem;
    bottom: .05rem;
    background: #44a6f5;
    position: absolute;
    max-width: 7.63rem;
}

.grzh-box h3 span {
    color: #007939;
}

.auzx-box {
    font-size: .14rem;
    margin: .1rem .3rem .25rem .2rem;
}

.auzx-box ul {
    padding: .1rem 0;
}

.auzx-box ul li {
    border: 1px solid #f6f6f6;
    padding: .1rem .3rem;
    margin-bottom: .1rem;
    color: #6d6d6d;
    align-items: center;
}

.auzx-box ul li i {
    font-size: .3rem;
    color: #6d6d6d;
    margin-right: .35rem;
}

.auzx-box ul li a {
    font-size: .12rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    width: .7rem;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
}

.auzx-box ul li>div span label {
    color: red;
    margin-left: .2rem;
}

.auzx-box ul .cur i {
    color: #8bc914;
    ;
}

.auzx-box ul .cur a {
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    cursor: inherit;
}

.user-rmyx ul {
    padding: .2rem .11rem 0;
}

.user-rmyx ul li {
    padding: 0 .09rem;
}

.smrzBox {
    margin: .2rem .3rem .25rem .2rem;
}

.user-smrz {
    background: #f6f6f6;
    font-size: .14rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.user-smrz>div {
    margin-bottom: .2rem;
    padding-left: 1.5rem;
    align-items: center;
}

.user-smrz>.flex span {
    line-height: .3rem;
    font-size: .14rem;
}

.user-label {
    line-height: .37rem;
    color: #464646;
    font-size: .14rem;
    width: 1.2rem;
    text-align: right;
    display: inline-block
}

.user-input {
    width: 3rem;
    padding: .05rem;
    background: #fff;
    border: 1px solid #cccccc;
    padding: .07rem 0 .07rem .1rem;
}

/* .user-smrz .user-button{
    margin-left: .3rem;
    margin-top: .2rem;
} */
.user-input:focus,
.login-l0 .flex>input[type='text']:focus {
    border: 1px solid #44a6f5;
    -webkit-box-shadow: 0 0 3px #44a6f5 inset;
    box-shadow: 0 0 3px #44a6f5 inset;
    -o-box-shadow: 0 0 3px #f13c3c inset;
    -ms-box-shadow: 0 0 3px #44a6f5 inset
}

.user-button {
    width: 2.3rem;
    height: .45rem;
    background: #44a6f5;
    line-height: .45rem;
    text-align: center;
    color: #fff;
    border-radius: .1rem;
    cursor: pointer;
    display: block;
    margin: .5rem auto 0;
    font-size: .14rem;
}

.user-smrz .user-button {
    margin: .5rem 0 0 2.7rem;
}

.user-a1>div:last-child {
    font-size: .14rem;
    color: #464646;
    line-height: .3rem;
    padding: 0 .95rem;
}

.user-a1>div:last-child span {
    color: red;
}

.userMaskBox {
    padding: .2rem .3rem;
    font-size: .14rem;
}

.userMaskBox .user-title li {
    line-height: .6rem;
    text-align: center;
    background: #f6f6f6;
    font-size: .16rem;
}

.userMaskBox .user-title .cur {
    background: #edf6fd;
    color: #187beb
}

.userMaskBox .bdsjBox,
.emailBox {
    padding-top: .2rem;
}

.userMaskBox .boxItme {
    text-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.userMaskBox .boxItme>.flex {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.userMaskBox .boxItme h3 {
    color: #464646;
    margin-bottom: .4rem;
    font-size: .14rem;
}

.userMaskBox .user-button {
    margin-top: .55rem;
}

.userMaskBox .bdsj-0>div {
    margin-bottom: .2rem;
}

.userMaskBox .bdsj-0>div .yzm-input {
    width: 1.9rem;
}

.userMaskBox .bdsj-0>div em {
    display: inline-block;
    margin-left: .1rem;
    font-size: .12rem;
    text-align: center;
    width: 1rem;
    color: #fff;
    background: #44a6f5;
    line-height: .37rem;
    cursor: pointer;
}

.userMaskBox .bdsj-0 h4 {
    color: red;
    margin-bottom: .3rem;
}

.user-a3>div:last-child {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: .3rem;
    font-size: .14rem;
}

.user-a3>div:last-child div {
    margin-bottom: .2rem;
    padding-left: 1.5rem;
}

.user-a3 .user-button {
    margin-top: .2rem;
}

.userHintTitle {
    text-align: center;
    font-size: .16rem;
    margin-top: .4rem;
    color: red;
}

#resetButton {
    background: #44a6f5;
    color: #fff;
    border: none;
    line-height: .3rem;
    width: .95rem;
    text-align: center;
    font-size: .14rem;
    border-radius: .05rem;
    cursor: pointer;
}

.user-succeed {
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-top: .4rem;
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    font-size: .14rem;
}

.user-succeed i {
    font-size: .4rem;
    color: #07af42
}

.user-succeed span {
    padding: .06rem;
}

.user-yjdz .r3,
.user-smrz .r3,
.user-xgmm2 .r3,
.shop-ads-box .r3 {
    width: 3rem;
    padding: .05rem;
    background: #fff;
    border: 1px solid #cccccc;
    padding: .07rem 0 .07rem .1rem;
    background: url(../images/down.png) no-repeat right center transparent;
    background-size: .25rem;
}

.user-xgmm1 {
    padding: .2rem .3rem;
}

.user-xgmm1>div>div {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: .1rem 0;
    margin-bottom: .1rem;
    color: #6d6d6d;
    align-items: center;
}

.user-xgmm1>div>div i {
    font-size: .3rem;
    color: #44a6f5;
    margin-right: .35rem;
}

.user-xgmm1>div>div>.cur {
    color: #8bc914;
}

.user-xgmm1>div>div a {
    font-size: .12rem;
    color: #fff;
    border-radius: .05rem;
    background: #44a6f5;
    width: .7rem;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
}

.user-xgmm1>div>div label {
    color: red;
}

.user-xgmm2,
.setMMMMM {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding-top: .3rem;
    font-size: .14rem;
}

.user-xgmm2>div,
.setMMMMM>div {
    margin-bottom: .2rem;
    padding-left: 1.5rem;
}

.clooseBox>.flex,
.setMMMMM>.flex {
    margin-bottom: .2rem;
}

.clooseBox .flex p {
    width: 3rem;
    line-height: .37rem;
    color: #999999;
    text-align: left;
}

.clooseBox #gcRefreshCode,
.user-bdsj #gcRefreshCode {
    display: inline-block;
    margin-left: .1rem;
    font-size: .12rem;
    text-align: center;
    width: 1rem;
    line-height: .37rem;
    cursor: pointer;
}

.clooseBox>.flex .yzm-input {
    width: 1.9rem;
}

.clooseBox>.flex em {
    display: inline-block;
    margin-left: .1rem;
    font-size: .12rem;
    text-align: center;
    width: 1rem;
    color: #fff;
    background: #44a6f5;
    line-height: .37rem;
    cursor: pointer;
}

.curBindPhone {
    border: 1px solid #f6f6f6;
    padding: .1rem .3rem;
    margin-bottom: .1rem;
    color: #6d6d6d;
    align-items: center;
    font-size: .14rem;
    color: #6d6d6d;
}

.curBindPhone i {
    font-size: .3rem;
    color: #8bc914;
    margin-right: .35rem;
}

.curBindPhone a {
    font-size: .12rem;
    border-radius: .05rem;
    width: .7rem;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
    color: #fff;
}

.curBindPhone .cur {
    border: 1px solid red;
    color: red;
}

.user-jfjl ul {
    position: relative;
    width: 100%;
}

.user-jfjl ul li {
    padding: .08rem 0;
    border-bottom: .01rem dotted #ccc;
}

.user-jfjl ul li:first-child span {
    font-size: .16rem;
}

.user-jfjl li .green {
    color: #15b300;
}

.user-jfjl li .red {
    color: red;
}

.user-jfjl li .operate {
    background: #44a6f5;
    color: #fff;
    border: none;
    width: .75rem;
    text-align: center;
    font-size: .14rem;
    border-radius: .05rem;
    cursor: pointer;
    line-height: .24rem;
    display: inline-block;
}

.userPageCode {
    position: absolute;
    width: 100%;
    height: 25px;
    left: 0;
    bottom: .33rem;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.userPageCode a {
    display: inline-block;
    color: #44a6f5;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
    vertical-align: middle;
}

.user-yddl{
    
}
.remotewarn{
    margin: .1rem .3rem .25rem .2rem;
}
.remotewarn>div{
    border: 1px solid #f6f6f6;
    padding: .1rem .3rem;
    margin-bottom: .2rem;
    color: #6d6d6d;
    align-items: center;
    font-size: .14rem;

}
.remotewarn b{
    font-size: .12rem;
    border-radius: .05rem;
    width: .7rem;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
    color: #b4b4b4;
    border: 1px solid #b4b4b4;
    cursor: pointer;
    font-weight: normal;
}
.remotewarn>div i{
    margin-right: .2rem;
    color: #8bc914;
    font-size: .24rem;
}
.remotewarn>div b{
    margin-left: auto;
}
.offremote>div i{
    color: red;
}
.offremote>div b{
   color: #00A3FF;
   border: 1px solid #00A3FF;
}
.remotewarn p{
    font-size: .14rem;
    color: #6d6d6d;
}
/*商城*/
.sh-right {
    background: #fff;
    padding: .2rem .15rem 0 .2rem;
    width: 100%;
    background: #fff;
    margin-left: .1rem;
}

.sh-right .virtual-box {
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    margin: .15rem -.06rem 0;
    min-height: 11rem;
}

.sh-right .virtual-box li {
    flex-basis: 48%;
    padding: 0 .06rem;
    margin-bottom: .2rem;
    font-size: .2rem;
    cursor: pointer;
}

.sh-right .item-virtual img {
    width: 1rem;
    height: 1rem;
}

.sh-right .virtual-box li div {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: .15rem;
}

.sh-right .virtual-box li span {
    font-size: .14rem;
    color: #333333;
    line-height: .32rem;
}

.sh-right .virtual-box li em {
    font-size: .12rem;
    color: red;
    width: .7rem;
    text-align: center;
    border: 1px solid red;
    line-height: .2rem;
}

.sh-right .virtual-box li label {
    font-size: .12rem;
    color: #666666;
    line-height: .22rem;
    padding: .05rem 0;
}

.sh-right .item-virtual li a {
    width: 1rem;
    height: .26rem;
    background: #44a6f5;
    color: #fff;
    text-align: center;
    line-height: .26rem;
    font-size: .14rem;
    border-radius: .05rem;
}

.item-entity .virtual-box {
    margin: .15rem -.15rem 0;
}

.shop-list .shop-item {
    display: none;
}

.shop-list .item-entity li {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.shop-list .item-entity li img {
    border: 1px solid #f6f5fb;
    width: 100%;
    padding: 0 .15rem;
}

.shop-list .item-entity li h3 {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: center;
}

.shop-list .item-entity li em {
    border: none;
    width: auto;
}

.shop-detail dl {
    margin: 0 .35rem 0 .6rem;
    padding: .3rem 0;
    border-bottom: 1px solid #f6f6f6;
}

.shop-detail dl dd {
    padding-left: .5rem;
}

.shop-detail dl h2 {
    font-size: .24rem;
}

.shop-detail dl div {
    padding: .15rem 0 .25rem;
    font-size: .18rem;
    color: #464646;
}

.shop-detail dl div p {
    padding: 0.05rem 0;
}

.shop-detail dl div label {
    color: red;
}

.shop-detail dl div span {
    display: inline-block;
    border: 1px solid #666666;
    color: #666666;
    margin-right: .2rem;
    padding: 0 .1rem;
    cursor: pointer;
    font-size: .16rem;
}

.shop-detail dl div .cur {
    border: 1px solid #44a6f5;
    color: #44a6f5;
}

.shop-detail dl a {
    margin: .2rem 0 0;
}

.shop-ads {
    padding-top: .2rem;
}

.shop-ads .shop-ads-box {
    padding: .45rem .55rem .25rem 0;
}

.shop-ads .shop-ads-box .flex {
    margin-bottom: .15rem;
}

.shop-ads p {
    font-size: .18rem;
    padding-left: .4rem;
    color: #666666;
}

.shop-desc p {
    font-size: .16rem;
    color: #666666;
}

.shop-desc p img {
    display: block;
    width: 100%;
}

/*客服中心*/
.gm-box {
    width: 100%;
    background-image: url('../images/page/gm/7.png');
    background-size: 100%;
    background-repeat: no-repeat;
    position: relative;
}

.gm-b0 dd {
    padding-left: .1rem
}

.gm-b0 dd ul {
    margin: -.05rem;
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}

.gm-b0 dd li {
    flex-basis: 50%;

}

.gm-b0 dd li a {
    padding: .05rem;
}

.gm-b1 {
    margin-top: .1rem;
}

.gm-b1 a,
.gm-b0 a {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: box-shadow;
    transition-property: box-shadow;
}

.gm-b1 img,
.gm-b0 img {
    width: 100%;
    transition: all .3s;
}

.gm-b1 a:hover img,
.gm-b0 a:hover img {
    transform: scale(1.05);
}

.gm-b1 a:hover,
.gm-b0 a:hover {
    box-shadow: 0 3px .2rem rgba(0, 0, 0, .6);
}

.gm-2 {
    width: 3.32rem;
    position: relative;
}

.gm-2 li {
    margin-bottom: .1rem;
}

.gm-2 li a {
    background: #fff;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: .65rem;
    color: #666666;
    border: 1px solid #e4e4e4;
}

.gm-2 li a i {
    font-size: .24rem;
    margin-right: .1rem;
}

.gm-2 li a:hover,
.gm-2 .cur a {
    color: #fff;
    background: #187beb;
}

.gm-2 div {
    padding-top: .1rem;
    padding-left: .3rem;
    font-size: .18rem;
    color: #666666;
}

.gm-2 div p {
    line-height: .34rem;
}

.gm-right {
    margin-left: .1rem;
    background: #fff;
    min-height: 6rem;
}

.gm-b3,
.gm-b4,
.gm-b5,
.gm-b2,
.gm-b6 {
    padding: .2rem .15rem .13rem .2rem;
}

.gm-b3 ul {
    padding: .25rem .35rem .5rem .15rem;
}

.gm-b3 ul li {
    background: #f6f6f6;
    color: #464646;
    font-size: .16rem;
    padding: .15rem .2rem .1rem .2rem;
    margin-bottom: .1rem;
    cursor: pointer;
}

.gm-b3 ul li dd {
    font-size: .14rem;
    color: #44a6f5;
    line-height: .3rem;
    padding-bottom: .2rem;
    display: none;
    padding-top: .1rem;
}

.vipPic {
    padding-top: .2rem;
}

.vipPic img {
    width: 100%;
}

.gm-step-box {
    margin-top: .22rem;
}

.gm-step-box .step-ul {
    padding-right: .5rem;
}

.gm-step-box .step-ul li {
    background: #f6f6f6;
    color: #666666;
    font-size: .18rem;
    text-align: center;
    line-height: .64rem;
    position: relative;
}

.gm-step-box .step-ul li:last-child::before {
    width: 0px;
    height: 0px;
    border-color: #f6f6f6 transparent;
    border-width: 0 .32rem .32rem 0;
    border-style: solid;
    position: absolute;
    right: -.32rem;
    top: 0;
    content: "";
}

.gm-step-box .step-ul li:last-child::after {
    width: 0px;
    height: 0px;
    border-color: transparent #f6f6f6;
    border-width: 0 0 .32rem .32rem;
    border-style: solid;
    position: absolute;
    right: -.32rem;
    bottom: 0;
    content: "";
}

.gm-step-box .step-ul .cur {
    background: #edf6fd;
    color: #187beb;
}

.gm-step-box .step-ul .cur:before {
    border-color: #edf6fd transparent !important;
}

.gm-step-box .step-ul .cur:after {
    border-color: transparent #edf6fd !important;
}

.step-ol li>div {
    margin: 0 .3rem .25rem 0;
    font-size: .14rem;
    padding-top: .35rem;
    padding-bottom: .35rem;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.step-ol .user-label {
    width: 1.8rem;
}

.step-1>div>div {
    margin-bottom: .2rem;
}

.step-ol .step-hint {
    text-align: center;
    font-size: .14rem;
    color: #464646;
    margin: 0 0 .25rem 0;
}

.step-ol .step-hint em {
    color: red;
}

.step-2>div>div,
.step-4>div>div {
    padding: .1rem .75rem 0 .3rem;
}

.step-2>div>div>div {
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    padding: .1rem 0;
    margin-bottom: .1rem;
    color: #6d6d6d;
    align-items: center;
}

.step-2>div>div>div .flex-list {
    align-items: center;
}

.step-2>div>div>div i {
    font-size: .3rem;
    color: #44a6f5;
    margin-right: .35rem;
}

.step-2>div>div>div a {
    font-size: .12rem;
    color: #44a6f5;
    border-radius: .05rem;
    border: 1px solid #44a6f5;
    width: .7rem;
    text-align: center;
    height: .26rem;
    line-height: .26rem;
}

.step-3 .flex-em {
    display: inline-block;
    margin-left: .1rem;
    font-size: .12rem;
    text-align: center;
    width: 1rem;
    color: #fff;
    background: #44a6f5;
    line-height: .37rem;
    cursor: pointer;
}

.step-3>.flex>.flex {
    margin-bottom: .2rem;
}

.step-3>.flex .yzm-input {
    width: 1.9rem;
}

.register-mian {
    padding-bottom: .8rem;
}

.register-l {
    background: #fff;
    padding: .2rem .3rem .2rem .5rem;
}

.register-title {
    -webkit-box-pack: justify;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: .1rem;
    font-size: .14rem;
    color: #666666;
    border-bottom: 2px solid #e8e6e6;
    align-items: center;
}

.register-title>.flex {
    font-size: .18rem;
    color: #44a6f5;
    align-items: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.register-title>.flex i {
    font-size: .24rem;
}

.register-title a {
    color: #44a6f5;
}

.register-l ul {
    padding-top: .3rem;
}

.register-mian #nationCode {
    border-left: 1px solid #d8d7d7;
    border-right: none;
    height: .37rem;
}
.register-mian #nationCode+input{
    width: 2.3rem;
}
.register-l ul li>div em,
.register-l ul li>div #gcRefreshCode {
    display: inline-block;
    margin-left: .1rem;
    font-size: .12rem;
    text-align: center;
    width: 1rem;
    color: #fff;
    background: #44a6f5;
    line-height: .37rem;
    cursor: pointer;
}

.register-l ul li {
    font-size: .14rem;
    margin-bottom: .2rem;

}

.register-l ul li:nth-child(2) input {
    width: 1.9rem;
}

.register-l ul li:nth-child(3) input {
    width: 1.9rem;
}

.register-l ul li>div {
    align-items: center;

}

.register-l ul li i {
    font-size: .14rem;
    color: #b1b1b1;
    padding-left: .1rem;
}

.register-l ul .re {
    appearance: checkbox !important;
    -webkit-appearance: checkbox !important;
    margin-right: .05rem;
}

.register-l ul li:nth-child(8)>div {
    color: #666666;
    text-align: center;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.workReceipts {
    padding: .2rem;
}

.workReceipts h2 {
    font-size: .18rem;
    text-align: center;
    color: #5e5e5e;
    padding-bottom: .2rem;
}

.workReceipts p {
    font-size: .16rem;
    text-align: center;
    padding-top: .3rem;
    color: #5e5e5e;
}

.workReceipts .receipBox {
    width: 100%;
    border: .05rem solid #f7f7f7;
    padding: .05rem;
    border-collapse: separate;
}

.workReceipts .receipBox span {
    color: #5e5e5e;
    font-size: .14rem;
    text-align: center;
    height: .5rem;
    line-height: .5rem;
}

.workReceipts .receipBox .title span {
    background: #f6f6f6;
}

.receipBox ul {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.receipBox ul li {
    cursor: pointer;
}

.receipBox ul li span:nth-child(2) {
    border-left: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1;
}

.receipBox ul li:nth-child(2n) {
    background: #fafafa;
}

.receipBox ul li .red {
    color: red;
}

.receipBox ul li .green {
    color: green;
}

#receiptsList dl dd {
    padding: .1rem;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#receiptsList dl dd p {
    background: #f5f5f5;
    line-height: .4rem;
    text-align: left;
    padding-left: .3rem;
}

#receiptsList dl p {
    font-size: .14rem;
    padding-top: 0rem;
    color: #5e5e5e;
}

/*分页*/
.tcdPageCode {
    padding: 20px 20px;
    text-align: left;
    color: #ccc;
    text-align: center;
    font-size: .14rem;
}

.tcdPageCode a {
    display: inline-block;
    color: #44a6f5;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #44a6f5;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #44a6f5;
    border: 1px solid #44a6f5;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}

.gift-dialog label {
    margin: 0 0 0 auto
}

.gift-dialog div {
    background: #ebebeb;
    padding: 0 .1rem;
    font-size: .14rem;
    font-style: italic;
    margin: auto auto auto 0
}

.gift-dialog-info {
    font-size: .12rem;
    padding-top: .06rem
}

.sign>div {
    width: 3.8rem;
    color: #2697fd;
    -webkit-animation: fadeInDown .5s;
    animation: fadeInDown .5s
}

.sign .icon-cancel {
    position: absolute;
    right: .05rem;
    top: .05rem;
    line-height: 1;
    font-size: .26rem;
    color: #bcbcbc
}

.sign-head {
    padding-top: .15rem;
    text-align: center;
    font-size: .2rem
}

.sign-info {
    text-align: center;
    font-size: .14rem
}

.sign-progress {
    width: 90%;
    border: .02rem solid #2697fd;
    margin: 13% auto 0 auto;
    height: .9rem;
    -webkit-border-radius: .9rem;
    border-radius: .9rem;
    position: relative
}

.sign-progress:before,
.sign-progress:after {
    content: "";
    position: absolute
}

.sign-progress:before {
    border-top: .06rem solid transparent;
    border-left: .1rem solid #2697fd;
    border-bottom: .06rem solid transparent;
    top: -.07rem;
    left: .82rem;
    z-index: 3
}

.sign-progress:after {
    width: .6rem;
    height: .02rem;
    background: #fff;
    top: -.02rem;
    left: .9rem;
    z-index: 2
}

.sign-progress ol {
    position: relative;
    height: 100%
}

.sign-progress li {
    width: .44rem;
    height: .44rem;
    background: #fdf4ec;
    position: absolute;
    text-align: center;
    z-index: 5
}

.sign-progress li em {
    font-size: .12rem;
    color: #d6d6d6;
    margin: auto
}

.sign-progress li span {
    position: absolute;
    font-size: .1rem;
    white-space: nowrap;
    width: 100%;
    bottom: -.24rem;
    left: 0;
    color: #999
}

.sign-progress li .icon-signed {
    position: absolute;
    color: #fff;
    right: .04rem;
    bottom: .02rem;
    line-height: 1
}

.sign-progress li.first {
    top: -.23rem
}

.sign-progress li.last {
    bottom: -.23rem
}

.sign-progress li.first:nth-child(1),
.sign-progress li.last:nth-child(6) {
    left: 34%
}

.sign-progress li.first:nth-child(2),
.sign-progress li.last:nth-child(5) {
    right: 31.5%
}

.sign-progress li.first:nth-child(3),
.sign-progress li.last:nth-child(4) {
    right: 11%
}

.sign-progress li.last:nth-child(7) {
    left: 13.5%
}

.sign-progress li.multiple {
    background: #ff634a
}

.sign-progress li.multiple i.border {
    border: .04rem solid rgba(255, 99, 74, .3)
}

.sign-progress li.multiple em {
    color: #fff;
    line-height: 1;
    font-weight: bold
}

.sign-progress li.multiple i.number {
    color: #ffdd29;
    font-size: .16rem
}

.sign-progress li.multiple img {
    position: absolute;
    z-index: 10;
    width: 80%;
    left: 50%;
    margin-left: -40%;
    top: -34%
}

.sign-progress li.animate i.border,
.sign-progress li.animate .icon-signed {
    -webkit-animation: sign .4s;
    animation: sign .4s
}

.sign-info:last-child {
    width: 60%;
    margin: 14% auto 0 auto;
    line-height: 1;
    padding: .16rem 0 .2rem;
    -webkit-border-radius: .38rem;
    border-radius: .38rem;
    color: #999
}

.sign-progress li.curr {
    background: #2697fd
}

.sign-progress li.curr em {
    color: #fff
}

.sign-progress li.curr span {
    color: #2697fd
}

.sign-progress li.curr i.border {
    position: absolute;
    width: calc(100%+.08rem);
    height: calc(100%+.08rem);
    left: -.04rem;
    top: -.04rem;
    border: .04rem solid rgba(38, 151, 253, .3)
}

.noneGame {
    width: 100%;
    text-align: center;
    font-size: .2rem;
    padding: .3rem 0;
}

@-moz-keyframes sign {
    0.00% {
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3)
    }
}

@-webkit-keyframes sign {
    0.00% {
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3)
    }
}

@keyframes sign {
    0.00% {
        -webkit-transform: scale(.3, .3);
        transform: scale(.3, .3)
    }
}

.serviceArea select {
    background: transparent;
}

.serviceArea select,
.serviceArea input {
    border-radius: .03rem;
    border: .01rem solid #e9e9ee;
    padding: .04rem .06rem;
    font-size: 90%;
}

.serviceArea>div:last-child {
    margin-top: .1rem;
}

.switch input {
    display: none;
}

#receiptsList dd label {
    font-weight: 600;
}

.switch label {
    position: relative;
    font-family: iconfont;
    height: .2rem;
    line-height: .2rem;
    color: #555;
    padding-left: .22rem;
    cursor: pointer;
    font-weight: normal !important;
    margin-bottom: 0;
}

.switch label:before {
    position: absolute;
    content: '\e660';
    font-size: .2rem;
    left: 0;
}

.switch input:checked+label:before,
.switch_hover label:before {
    content: '\e628';
    color: #44b549;
}

.checked+label:before {
    content: '\e628';
    color: #44b549;
}

.evaluation {
    background: #f5f5f5;
    line-height: .4rem;
    text-align: left;
    padding-left: .3rem;
    font-size: .14rem;
    color: #5e5e5e;
    align-items: center;
}

.evaluation div {
    margin-right: .2rem;
}

.evaluation_btn {
    background: #f5f5f5;
    padding: .15rem .3rem;
    justify-content: space-between;
    align-items: center;
}

.evaluation_btn label {
    font-size: .14rem;
    color: #5e5e5e;
}

.evaluation_btn a {
    color: #fff;
    background-color: #179b16;
    display: block;
    line-height: .32rem;
    font-size: 14px;
    width: .9rem;
    text-align: center;
    border-radius: .05rem;
}

.evaluation_btn .weui-btn_warn {
    background: red;
}

.tort {
    background: #fff;
    padding: 20px 60px;
    color: #000;
}

.tort h1 {
    font-size: 22px;
    text-align: center;
    padding-bottom: .4rem;
}

.tort p {
    font-size: 14px;
    text-indent: 70px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #383838;
}

.tort h2 {
    font-size: 18px;
    padding: 15px 0;
}

.tort h3 {
    font-size: 15px;
    padding: 8px 0;
    text-indent: 20px;
}

.tort h4 {
    font-size: 15px;
    padding: 5px;
    text-indent: 40px;
    font-weight: normal
}

.tort h5 {
    font-size: 15px;
    padding: 5px 0;
    text-indent: 50px;
    font-weight: normal
}

.tort .bold {
    text-indent: 50px;
    font-weight: bold;
    color: #000;
}
.join{
    background: #fff;
    padding: 20px 60px;
    color: #000;
}
.join h1{
    font-size: 22px;
    text-align: center;
    padding-bottom: .4rem;  
}
.join p{
    font-size: 14px;
    text-indent: 50px;
    line-height: 24px;
    padding-bottom: 5px;
    color: #383838;  
}
.join h2{
    font-size: 18px;
    padding: 15px 0; 
}
.join h5{
    color: red;
    font-size: 14px;
    padding: 5px 0;
    text-indent: 50px;
    font-weight: bold
}
.join h3 {
    font-size: 14px;
    padding: 8px 0;
    text-indent: 20px;
}
.join h4{
    font-size: 14px;
    padding: 5px;
    text-indent: 40px;
}
.agree_pro {
    color: #00A3FF;
    text-decoration:underline;
    cursor: pointer;
}