* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 100px;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}
html, body {
    height: 100%
}
body {
    font-size: 14px
}
body, a {
    color: #303133
}
li {
    list-style: none
}

input, button, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
input, a, button, select, textarea {
    outline: 0
}
button, select {
    background: transparent
}

input[type="text"],input[type="number"],input[type="password"],select, textarea {
    border: 1px solid #eaeaea;
    font-size: 14px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    -webkit-transition: border-color .3s;
    transition: border-color .3s
}

input[type="text"],input[type="number"],input[type="password"],select {
    height: 40px;
    padding-left: 10px
}

select {
    padding-left: 5px
}

textarea {
    resize: none;
    padding: 12px 0 12px 10px
}

input:focus,
select:focus,
textarea:focus {
    border-color: #409eff
}
a {
    text-decoration: none
}
i, em {
    font-style: normal
}
img {
    width: 100%;
    vertical-align: top
}
table {
    border-collapse: collapse
}
th {
    white-space: nowrap
}
th, td {
    word-break: break-all;
    border: 1px solid #eaeaea;
    padding: 12px 10px
}

iframe {
    border: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute
}
@font-face {
    font-family: 'iconfont';
    src: url('./font/font_icefire.eot');
    src: url('./font/font_icefire.eot?#iefix') format('embedded-opentype'),
    url('./font/font_icefire.woff2') format('woff2'),
    url('./font/font_icefire.woff') format('woff'),
    url('./font/font_icefire.ttf') format('truetype'),
    url('./font/font_icefire.svg#iconfont') format('svg');
}

[class^='icon-'] {
    font-family: 'iconfont' !important
}

.icon-cancel:before {
    content: '\e613'
}
.icon-qq:before {
    content: '\e658'
}
.icon-wechat:before {
    content: '\e625'
}
.icon-phone:before {
    content: '\e606'
}
.icon-pwd:before {
    content: '\e608'
}
.icon-img:before {
    content: '\e60a'
}
.icon-sms:before {
    content: '\e609'
}
.icon-user:before {
    content: '\e626'
}
.icon-radio:before {
    content: '\e604'
}
.icon-info:before {
    content: '\e649'
}
.icon-share:before {
    content: '\e624'
}
.icon-gift:before {
    content: '\e60c'
}
.icon-game:before {
    content: '\e61b'
}
.icon-refresh:before {
    content: '\e600'
}
.icon-infolist:before {
    content: '\e617'
}
.icon-vip-gift:before {
    content: '\e63f'
}
.icon-score:before {
    content: '\e6b0'
}
.icon-read:before {
    content: '\e615'
}
.icon-ready:before {
    content: '\e614'
}
.icon-good:before {
    content: '\e61e'
}
.icon-down:before {
    content: '\e61e'
}

.icon-user-solid:before {
    content: '\e60b'
}

.icon-success:before {
    content: '\e60d'
}
.icon-real-check:before {
    content: '\e69a'
}
.icon-exit:before {
    content: '\e611';
}
.icon-bind-phone:before {
    content: '\e610';
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}
.flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}
.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}
.flex-list {
    -webkit-flex: 1;
    flex: 1
}
.h-ct {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}
.v-ct {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.space-around {
    -webkit-justify-content: space-around;
    justify-content: space-around
}
.space-between {
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.line {
    position: relative
}
.line:before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: auto;
    border-top: 1px solid #eaeaea;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5)
}
.unselect {
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none
}
.line-top:before {
    top: 0;
    bottom: auto
}

.radio {
    display: none
}
.radio + label {
    position: relative;
    font-size: 14px;
    text-align: left
}
.radio + label a {
    color: #409eff;
    text-decoration: underline
}
.radio + label:not(:last-child) {
    margin-right: .2rem
}
.radio + label:before {
    padding-right: 5px
}
.radio:checked + label {
    color: #2697fc
}
.radio:checked + label:before {
    content: '\e675'
}
.hide {
    display: none !important;
}

.ct {
    text-align: center
}

.field-input {
    position: relative
}
.field-input i {
    position: absolute;
    left: 10px;
    top: 50%;
    color: #909399;
    font-size: 14px;
    -webkit-transition: top .3s, color .3s, font-size .3s;
    transition: top .3s, color .3s, font-size .3s;
    z-index: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.field-input input {
    position: relative;
    z-index: 2;
    background: transparent
}
.field-input input:focus + i,
.field-input input:valid + i {
    font-size: 12px;
    top: 0;
    color: #409eff;
    font-weight: bold;
    background: #fff;
    z-index: 3
}
.btn {
    border-width: 1px;
    border-style: solid;
    border-color: #dcdfe6;
    color: #606266;
    background: #fff;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    outline: 0;
    -webkit-transition: background .3s, border .3s, transform .2s;
    transition: background .3s, border .3s, transform .2s;
    padding: 9px 15px;
    font-size: 12px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-user-select: none;
    -webkit-user-select: none
}
.btn-primary {
    color: #fff;
    border-color: #5b97d1;
    background-image: linear-gradient(to right, #5b97d1 , #62bfde);
}
/*.btn-primary:hover {*/
/*    color: #fff;*/
/*    background: #2196f3;*/
/*    border-color: #2196f3*/
/*}*/
.btn-disabled,
.btn-disabled:hover {
    background: #c0c4cc;
    border-color: transparent;
    color: #fff
}
.toast .toast_fail:before,
.toast .toast_fail:after {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0
}
.mask {
    background: rgba(0, 0, 0, .5);
    -webkit-animation: fadeIn .2s;
    animation: fadeIn .2s;
    z-index: 10000;
    position: fixed;
    text-align: center;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}
@-webkit-keyframes fadeIn {
    from {
        opacity: 0
    }
}
@keyframes fadeIn {
    from {
        opacity: 0
    }
}
.mask > div {
    background: #fff;
    width: 88%;
    max-width: 420px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-animation: mask-box-fadeIn .5s;
    animation: mask-box-fadeIn .5s;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

@-webkit-keyframes mask-box-fadeIn {
    from {
        -webkit-transform: translate3d(-50%, -80%, 0);
        transform: translate3d(-50%, -80%, 0);
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@keyframes mask-box-fadeIn {
    from {
        -webkit-transform: translate3d(-50%, -80%, 0);
        transform: translate3d(-50%, -80%, 0);
        opacity: 0
    }
    to {
        opacity: 1;
    }
}
.mask .mask > * {
    width: 80%
}
@media screen and (min-width: 420px) {
    .mask .mask > * {
        width: 380px
    }
}
.mask .mask {
    background: rgba(0, 0, 0, .2)
}
.mask-fadeOut {
    -webkit-animation: fadeOut .2s forwards;
    animation: fadeOut .2s forwards
}
@-webkit-keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
@keyframes fadeOut {
    from {
        opacity: 1
    }
    to {
        opacity: 0
    }
}
.mask-fadeOut .mask-box {
    -webkit-animation: mask-box-fadeOut .4s forwards;
    animation: mask-box-fadeOut .4s forwards
}
@-webkit-keyframes mask-box-fadeOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
}
@keyframes mask-box-fadeOut {
    from {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        opacity: 0
    }
}
.mask-box__header {
    padding: 15px 15px 10px;
    line-height: 1;
    font-size: 18px;
    -moz-user-select: none;
    -webkit-user-select: none;
    text-align: left;
    position: relative
}
.mask-box__header .icon-cancel {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    color: #909399;
    cursor: pointer
}
.mask-box__content {
    position: relative;
    padding: 10px 15px;
    font-size: 14px;
    color: #606266;
    text-align: left;
    max-height: 500px;
    overflow-y: auto
}
.ct .mask-box__header,
.ct .mask-box__content {
    text-align: center
}
.mask-box__content > *:not(:last-child) {
    margin-bottom: 10px
}
.mask-box__content > .field-input:not(:first-child) {
    margin-top: 15px
}
.mask-box__label {
    white-space: nowrap;
    min-width: 40px;
    text-align: left
}
.mask-box__btns {
    padding: 5px 15px 10px;
    text-align: right
}
.mask-box__btns button.cancel + button {
    margin-left: 8px
}
.mask-box__btns button:active {
    -webkit-transform: scale(0.9);
    transform: scale(0.9)
}
.copy {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0
}
.toast {
    background: rgba(0, 0, 0, .01);
    color: #fff;
    font-size: 14px
}
.toast > div {
    width: 120px;
    height: 120px;
    background: rgba(17, 17, 17, .7);
    -webkit-animation: none;
    animation: none;
    overflow: hidden;
    margin: auto
}
.toast i.loading {
    width: 38px;
    height: 38px;
    -webkit-animation: loading .6s steps(12) infinite;
    animation: loading .6s steps(12) infinite;
    background: transparent url("data:image/svg+xml;charset=utf8, <svg xmlns='http://www.w3.org/2000/svg' width='120' height='120' viewBox='0 0 100 100'><path fill='none' d='M0 0h100v100H0z'/><rect width='7' height='20' x='46.5' y='40' fill='%23E9E9E9' rx='5' ry='5' transform='translate(0 -30)'/><rect width='7' height='20' x='46.5' y='40' fill='%23989697' rx='5' ry='5' transform='rotate(30 105.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%239B999A' rx='5' ry='5' transform='rotate(60 75.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23A3A1A2' rx='5' ry='5' transform='rotate(90 65 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23ABA9AA' rx='5' ry='5' transform='rotate(120 58.66 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23B2B2B2' rx='5' ry='5' transform='rotate(150 54.02 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23BAB8B9' rx='5' ry='5' transform='rotate(180 50 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23C2C0C1' rx='5' ry='5' transform='rotate(-150 45.98 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23CBCBCB' rx='5' ry='5' transform='rotate(-120 41.34 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23D2D2D2' rx='5' ry='5' transform='rotate(-90 35 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23DADADA' rx='5' ry='5' transform='rotate(-60 24.02 65)'/><rect width='7' height='20' x='46.5' y='40' fill='%23E2E2E2' rx='5' ry='5' transform='rotate(-30 -5.98 65)'/></svg>") no-repeat;
    background-size: 100%
}
@-webkit-keyframes loading {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}
@keyframes loading {
    from {
        -webkit-transform: rotate3d(0, 0, 1, 0);
        transform: rotate3d(0, 0, 1, 0)
    }
    to {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}
.toast .loading + span {
    margin-top: 8px
}
.toast .toast_success,
.toast .toast_fail,
.toast .toast_suc__border {
    width: 88px;
    height: 88px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 4px solid transparent
}
.toast .toast_success,
.toast .toast_fail {
    -webkit-transform: scale(.6);
    transform: scale(.6)
}
.toast .toast_success {
    border-color: #a5dc86;
    position: relative
}
.toast .toast_success + span,
.toast .toast_fail + span {
    position: relative;
    top: -10px
}
.toast .toast_success:before,
.toast .toast_success:after,
.toast .toast_fail:before,
.toast .toast_fail:after {
    content: "";
    position: absolute
}
.toast .toast_success:before,
.toast .toast_success:after {
    width: 60px;
    height: 120px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.toast .toast_success:before {
    top: -7px;
    left: -32px;
    transform-origin: 60px 60px;
    border-radius: 120px 0 0 120px
}
.toast .toast_success:after {
    top: -11px;
    left: 30px;
    -webkit-transform-origin: 0 60px;
    transform-origin: 0 60px;
    -webkit-border-radius: 0 120px 120px 0;
    border-radius: 0 120px 120px 0;
    -webkit-animation: rotateAfter 4s linear;
    animation: rotateAfter 4s linear
}
@-webkit-keyframes rotateAfter {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    15%,
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
@keyframes rotateAfter {
    0% {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }
    15%,
    100% {
        transform: rotate(-405deg);
        -webkit-transform: rotate(-405deg)
    }
}
.toast .toast_success i {
    position: absolute
}
.toast .toast_suc__border {
    border-color: rgba(165, 220, 134, .7);
    left: -4px;
    top: -4px;
    z-index: 3
}
.toast .toast_suc__line {
    width: 5px;
    height: 90px;
    left: 28px;
    top: 8px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.toast .toast_suc__short,
.toast .toast_suc__long {
    height: 5px;
    background-color: #a5dc86;
    z-index: 4
}
.toast .toast_suc__short {
    width: 25px;
    left: 14px;
    top: 46px;
    -webkit-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-animation: short .8s;
    animation: short .8s
}
.toast .toast_suc__long {
    width: 47px;
    right: 8px;
    top: 38px;
    -webkit-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: long .8s;
    animation: long .8s
}
@-webkit-keyframes short {
    0%,
    15% {
        width: 0;
        left: 3px;
        top: 18px
    }
    30% {
        width: 48px;
        left: -6px;
        top: 38px
    }
    44% {
        width: 17px;
        left: 20px;
        top: 48px
    }
}
@keyframes short {
    0%,
    15% {
        width: 0;
        left: 3px;
        top: 18px
    }
    30% {
        width: 48px;
        left: -6px;
        top: 38px
    }
    44% {
        width: 17px;
        left: 20px;
        top: 48px
    }
}
@-webkit-keyframes long {
    0%,
    30% {
        width: 0;
        right: 47px;
        top: 54px
    }
    45% {
        width: 55px;
        right: 1px;
        top: 35px
    }
}
@keyframes long {

    0%,
    30% {
        width: 0;
        right: 47px;
        top: 54px
    }

    45% {
        width: 55px;
        right: 1px;
        top: 35px
    }
}
.toast .toast_fail {
    border-color: #f27474;
    -webkit-animation: fail .5s;
    animation: fail .5s
}
@-webkit-keyframes fail {
    from {
        -webkit-transform: scale(0.6) rotateX(100deg);
        transform: scale(0.6) rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: scale(0.6) rotateX(0);
        transform: scale(0.6) rotateX(0)
    }
}
@keyframes fail {
    from {
        -webkit-transform: scale(0.6) rotateX(100deg);
        transform: scale(0.6) rotateX(100deg);
        opacity: 0
    }

    to {
        -webkit-transform: scale(0.6) rotateX(0);
        transform: scale(0.6) rotateX(0)
    }
}
.toast .toast_fail:before,
.toast .toast_fail:after {
    width: 5px;
    height: 47px;
    background: #f27474;
    margin: auto;
    -webkit-animation: fail_line .5s;
    animation: fail_line .5s
}
@-webkit-keyframes fail_line {

    0%,
    60% {
        height: 0
    }
}
@keyframes fail_line {

    0%,
    60% {
        height: 0
    }
}
.toast .toast_fail:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.toast .toast_fail:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.service h1 {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 24px;
    margin-bottom: 20px;
    margin-top: .67em;
    text-align: center
}
.service h2 {
    font-size: 15px;
    line-height: 26px;
    margin-top: 10px
}
.service h3 {
    font-size: 14px;
    margin-top: 10px
}
.service p {
    text-indent: 20px;
    color: #777;
    margin: 1em 0
}
.service p i {
    color: #f44336;
    font-weight: bold
}
.service p strong {
    color: #303030
}
.service .cp {
    font-size: 12px
}
.service p a {
    color: #2697fc
}

.text-nowrap {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}


@-webkit-keyframes rotateBlock {
    0.00% {
        -webkit-transform: rotateX(0) rotateY(0)
    }
    50% {
        -webkit-transform: rotateX(-180deg) rotateY(0)
    }
    100% {
        -webkit-transform: rotateX(-180deg) rotateY(-180deg)
    }
}
@keyframes rotateBlock {
    0.00% {
        transform: rotateX(0) rotateY(0)
    }
    50% {
        transform: rotateX(-180deg) rotateY(0)
    }
    100% {
        transform: rotateX(-180deg) rotateY(-180deg)
    }
}

/*支付*/
.pay-box .info {
    background: #f5f5f5;
    padding: 10px 0;
    font-size: 20px;
}

.pay-box li {
    padding: 20px 10px;
    position: relative;
}

.pay-box li label {
    width: 100%;
    padding-left: 40px;
    font-size: 18px;
}

.pay-box li label:before {
    top: 0;
    right: 0;
    font-size: 24px;
    position: absolute;
}

.pay-box li label:after {
    position: absolute;
    font-family: 'iconfont';
    left: 0;
    font-size: 28px;
    top: -2px;
}

.pay-box li label.wxpay:after {
    content: '\e605';
    color: #00c901;
}

.pay-box li label.alipay:after {
    content: '\e617';
    color: #00a1e9;
}

.pay-box .btn {
    display: block;
    width: 50%;
    margin: 30px auto;
    font-size: 15px;
    padding: 12px 0;
}

/* 二维码支付 */
.pay-qrcode > div {
    max-width: 240px;
}

.pay-qrcode img {
    width: 86%;
    display: inline !important;
}

/*绑定弹窗*/
.bind-alert {
    text-align: center;
}

.bind-alert .head {
    padding: .5rem 0 .4rem;
    font-size: .34rem;
}

.bind-alert .message {
    font-size: .22rem;
    color: #999;
}

.bind-alert .sub {
    color: #f73c17;
    font-size: .24rem;
    padding-top: .2rem;
}

.bind-alert .btns {
    width: 2.8rem;
    height: .76rem;
    line-height: .76rem;
    background: #1381f1;
    font-size: .28rem;
    color: #fff;
    margin: .35rem auto 0;
}

/*bind tips*/
.bind-tips {
    width: 100%;
    max-width: 7.5rem;
    height: .8rem;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    /*display: table;*/
    margin: auto;
    color: #eb563e;
    font-size: .24rem;
    -webkit-animation: bindTips .3s linear;
    animation: bindTips .3s linear;
    -webkit-align-items: center;
    align-items: center;
}

.bind-tips span {
    /*height: .8rem;*/
    /*line-height: .82rem;*/
    cursor: pointer;
}

.bind-tips i {
    font-size: .34rem;
}

.bind-tips i:first-child {
    margin-left: .3rem;
    margin-right: .1rem;
}

.bind-tips i:last-child {
    margin-right: .2rem;
}


@-webkit-keyframes bindTips {
    0.00% {
        top: -.8rem;
    }
}

@keyframes bindTips {
    0.00% {
        top: -.8rem;
    }
}

/* 滚动提醒 */
.scrollXNotice {
    position: fixed;
    top: 30px;
    background: rgba(0, 0, 0, .3);
    height: 30px;
    line-height: 30px;
    left: 0;
    right: 0;
    padding: 0 10px;
    overflow: hidden;
}
.scrollXNotice span {
    color: yellow;
    letter-spacing: 1px;
    white-space: nowrap;
    display: block;
    -webkit-animation: scrollX 20s linear infinite;
    animation: scrollX 20s linear infinite;
}

@-webkit-keyframes scrollX {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }
}

@keyframes scrollX {
    from {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    to {
        -webkit-transform: translateX(-300%);
        transform: translateX(-300%);
    }
}

.screenNotice {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 999999;
}