* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font: inherit;
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent
}

html {
    font: 16px/1.5 MicrosoftYahei;
    height: 100%;
    -webkit-overflow-scrolling: touch
}

body {
    font-size: 12px;
    height: 100%;
    margin: 0 auto;
    overflow: hidden
}

iframe {
    border: 0 none;
    vertical-align: top
}

li {
    list-style: none
}

button, input {
    border: 0 none;
    outline: none
}

input::-webkit-input-placeholder {
    color: #939393
}

input:-ms-input-placeholder {
    color: #939393
}

input::-ms-input-placeholder {
    color: #939393
}

input::placeholder {
    color: #939393
}

a {
    text-decoration: none
}

img {
    vertical-align: top
}

.float-left {
    float: left
}

.float-right {
    float: right
}

.text-left {
    text-align: left
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-primary {
    color: #66DCC2 !important
}

.text-danger {
    color: #E71515 !important
}

.textOver {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.darr, .larr, .rarr, .uarr {
    border: 2px solid #ccc;
    border-width: 0 2px 2px 0;
    display: inline-block;
    height: 10px;
    margin-left: 3px;
    width: 10px
}

.darr {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.larr {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg)
}

.rarr {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.uarr {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.pop {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    left: 0;
    min-height: 100vh;
    position: absolute;
    top: 0;
    width: 100%
}

.pop_body {
    background-color: #fff;
    border-radius: 10px;
    padding: 15px;
    min-width: 300px;
      background-image: url(../images/Frame_3478@2x.png);
    background-size: auto;
}

.pop_loging {
    background-color: #ffffff;
    border-radius: 100px;
    padding: 14px 17px 14px 8px;
    width: 311px
}

.fullscreen {
    background-color: #fff;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /*z-index: 99;*/
}

.huosdk_tips {
    line-height: 40px;
    text-align: center;
    z-index: 1
}

.huosdk_tips h5 {
    color: #666;
    font-size: 14px;
    margin: -5px 0 11px
}

.huosdk_tips p {
    color: #333;
    font-size: 16px;
    line-height: 1.5
}

.huosdk_tips__remark {
    font-size: 12px
}

.huosdk_tips .btn {
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -15px -15px
}

.huosdk_tips .btn a {
    color: #28CEAC;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 44px
}

.huosdk_close {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    width: 50px;
    z-index: 1000
}

.huosdk_close .icon_close {
    position: absolute;
    right: 0;
    top: 0
}

.huosdk_loading {
    background-color: transparent;
    height: 100px;
    margin: 0 auto;
    position: relative;
    width: 100px
}

.huosdk_loading span {
    -webkit-animation: load 1.04s ease infinite;
    animation: load 1.04s ease infinite;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    height: 20px;
    position: absolute;
    width: 20px
}

.huosdk_loading span:nth-child(1) {
    -webkit-animation-delay: 0.13s;
    animation-delay: 0.13s;
    left: 0;
    margin-top: -10px;
    top: 50%
}

.huosdk_loading span:nth-child(2) {
    -webkit-animation-delay: 0.26s;
    animation-delay: 0.26s;
    left: 14px;
    top: 14px;
    -webkit-transform: scale(0.3);
    transform: scale(0.3)
}

.huosdk_loading span:nth-child(3) {
    -webkit-animation-delay: 0.39s;
    animation-delay: 0.39s;
    left: 50%;
    margin-left: -10px;
    top: 0;
    -webkit-transform: scale(0.35);
    transform: scale(0.35)
}

.huosdk_loading span:nth-child(4) {
    -webkit-animation-delay: 0.52s;
    animation-delay: 0.52s;
    right: 14px;
    top: 14px;
    -webkit-transform: scale(0.4);
    transform: scale(0.4)
}

.huosdk_loading span:nth-child(5) {
    -webkit-animation-delay: 0.65s;
    animation-delay: 0.65s;
    margin-top: -10px;
    right: 0;
    top: 50%;
    -webkit-transform: scale(0.45);
    transform: scale(0.45)
}

.huosdk_loading span:nth-child(6) {
    -webkit-animation-delay: 0.78s;
    animation-delay: 0.78s;
    bottom: 14px;
    right: 14px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5)
}

.huosdk_loading span:nth-child(7) {
    -webkit-animation-delay: 0.91s;
    animation-delay: 0.91s;
    bottom: 0;
    left: 50%;
    margin-left: -10px;
    -webkit-transform: scale(0.55);
    transform: scale(0.55)
}

.huosdk_loading span:nth-child(8) {
    -webkit-animation-delay: 1.04s;
    animation-delay: 1.04s;
    bottom: 14px;
    left: 14px;
    -webkit-transform: scale(0.6);
    transform: scale(0.6)
}

@-webkit-keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.5
    }
}

@keyframes load {
    0% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1
    }
    100% {
        -webkit-transform: scale(0.3);
        transform: scale(0.3);
        opacity: 0.5
    }
}

.login_head {
    margin: 8px 0 23px
}

.login_logo {
    height: 36px;
    width: 113px
}

.login_title {
    border-left: 1px solid #dcdcdc;
    display: inline-block;
    font-size: 20px;
    line-height: 32px;
    margin: 1px 0 1px 15px;
    padding-left: 25px
}

.login_foot {
    margin: 20px 0;
    overflow: hidden
}

.login_foot:last-child {
    margin-bottom: 0
}

.login_foot > a {
    color: #666;
    font-size: 14px
}

.login_loading {
    overflow: hidden
}

.login_avatar {
    margin-right: 12px;
    width: 52px
}

.login_info {
    margin: 2px 0;
    overflow: hidden
}

.login_info__username {
    color: #333;
    display: block;
    font-size: 18px
}

.login_status {
    color: #999;
    display: block;
    font-size: 14px;
    line-height: 20px
}

.login_status__icon {
    -webkit-animation: loading 1s ease-out forwards infinite;
    animation: loading 1s ease-out forwards infinite;
    background-image: url(../images/icon-loading.png);
    background-size: 100% 100%;
    height: 14px;
    margin: 3px 5px 0 0;
    width: 14px
}

.login_switch {
    border: 1px solid #28ceac;
    border-radius: 50%;
    color: #28CEAC;
    font-size: 14px;
    height: 46px;
    line-height: 44px;
    margin: 3px 0;
    text-align: center;
    width: 46px
}

.login_third {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0
}

.login_third-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.login_third-item > img {
    width: 38px
}

.login_pop {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.form_item {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    height: 40px;
    margin: 10px 0;
    position: relative
}

.form_label {
    display: block
}

.form_input {
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin: 9px 0 9px 56px;
    width: 170px
}

.form_icon__left {
    left: 12px;
    margin-top: -1px;
    position: absolute;
    top: 10px
}

.form_icon__right {
    margin-top: -1px;
    position: absolute;
    right: 15px;
    top: 10px
}

.form_link {
    color: #939393;
    font-size: 12px;
    line-height: 32px;
    margin-top: -1px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 4px
}

.form_sms {
    border-left: 1px solid #dcdcdc;
    color: #939393;
    font-size: 12px;
    line-height: 32px;
    margin-top: -1px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 4px
}

.form_btn {
    margin: 20px 0
}

.form_button {
    background: -webkit-gradient(linear, left top, right top, from(#31db8b), to(#28cfaa));
    background: linear-gradient(90deg, #31db8b 0%, #28cfaa 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    width: 100%
}

.form_remark {
    color: #999;
    font-size: 12px;
    margin-top: -10px
}

.form_darr {
    float: right;
    height: 38px;
    padding: 8px 15px 0 0;
    text-align: right;
    width: 38px
}

.icon_card, .icon_code, .icon_eye, .icon_noeye, .icon_pwd, .icon_user {
    background-size: 100% 100%;
    height: 20px;
    width: 20px
}

.icon_card {
    background-image: url(../images/icon-card.png)
}

.icon_code {
    background-image: url(../images/icon-code.png)
}

.icon_eye {
    background-image: url(../images/icon-openeye.png)
}

.icon_noeye {
    background-image: url(../images/icon-closeeye.png)
}

.icon_pwd {
    background-image: url(../images/icon-pwd.png)
}

.icon_user {
    background-image: url(../images/icon-user.png)
}

@-webkit-keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }
    40% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
    60% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }
    80% {
        -webkit-transform: rotate(288deg);
        transform: rotate(288deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes loading {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    20% {
        -webkit-transform: rotate(72deg);
        transform: rotate(72deg)
    }
    40% {
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg)
    }
    60% {
        -webkit-transform: rotate(216deg);
        transform: rotate(216deg)
    }
    80% {
        -webkit-transform: rotate(288deg);
        transform: rotate(288deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.account__list {
    background-color: #fff;
    border: 1px solid #f0f0f0;
    border-top: 0 none;
    display: none;
    left: -1px;
    max-height: 120px;
    overflow-y: auto;
    position: absolute;
    right: -1px;
    top: 39px;
    z-index: 1
}

.account__item {
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    line-height: 39px;
    margin: 0 5px;
    padding: 0 5px 0 15px
}

.account__item:last-child {
    border-bottom: 0 none
}

.account__del {
    background-image: url(../images/new_icon_close.png);
    background-size: 100% 100%;
    float: right;
    height: 16px;
    margin: 8px 0 0 0;
    width: 16px
}

#loginPop, #playPop, #regPop, #mRegPop, #pwdPop, #mLoginPop {
    margin: 0 auto
}

.dialog_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999
}

.dialog_content {
    max-width: 375px;
    height: 100vh;
    margin: 0 auto
}

.header {
    width: 100%;
    height: 30px;
    margin-top: 20px
}

.header span {
    display: block
}

.header_no {
    float: left;
    font-size: 14px;
    line-height: 28px;
    margin-left: 15px;
    color: #dddddd
}

.header_close {
    color: #ffffff;
    float: right;
    font-size: 15px;
    width: 77px;
    height: 28px;
    border: 1px solid #ffffff;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    margin-right: 15px
}

.img_box {
    width: 100%;
    height: 346px;
    margin-top: 26px
}

.img_left {
    position: relative;
    width: 182px;
    height: 100%;
    float: left
}

.img_left .bg {
    width: 100%;
    height: 100%
}

.img_right {
    float: left
}

.img_right .wenanm {
    width: 173px;
    height: 117px;
    margin-top: 45px;
    display: block
}

.game_icon {
    width: 21px;
    height: 21px;
    position: absolute;
    bottom: 169px;
    right: 37.5px
}

.bule {
    position: absolute;
    width: 183px;
    height: 131px;
    top: 161px;
    right: -131px
}

.big_icon {
    width: 87px;
    height: 87px;
    display: block;
    position: relative;
    z-index: 10;
    top: 43px;
    left: 53px;
    border-radius: 10px
}

.game_title {
    display: block;
    width: 75px;
    font-size: 15px;
    color: #ffffff;
    margin-top: 45px;
    margin-left: 58.5px;
    text-align: center
}

.footer_box {
    position: fixed;
    bottom: 6px;
    left: 0;
    width: 100%;
    height: 119px
}

.footer_bg {
    display: block;
    width: 365px;
    height: 76px;
    margin: 0 auto
}

.gif_img {
    display: block;
    width: 16px;
    height: 25px;
    margin: 12px auto 0
}

.footer_box_ad {
    width: 100%;
    height: 119px;
    font-size: 17px
}

.footer_ad_btn {
    display: block;
    width: 220px;
    height: 46px;
    border-radius: 7px;
    text-align: center;
    line-height: 46px;
    color: #410909;
    margin: 20px auto 0;
    background: #ffd600
}

.payment_head {
    border-bottom: 1px solid #dadada;
    color: #666;
    height: 36px;
    position: relative
}

.payment_title {
    color: #28CEAC;
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 700
}

.payment_close {
    position: absolute;
    right: -10px;
    top: -10px
}

.payment_amount {
    font-size: 16px;
    padding-left: 20px
}

.payment_amount > b {
    color: #d7374a;
    font-size: 18px
}

.payment_body {
    overflow: hidden;
    padding: 15px 0
}

.payment_body:last-child {
    margin-bottom: -15px
}

.payment_type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 5px
}

.payment_type-item {
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    text-align: center;
    display:none;
}

.payment_type-item > img {
    display: block;
    height: 51px;
    margin: 0 auto 7px;
    width: 51px
}

.payment_qrcode {
    height: 110px;
    margin-right: 20px;
    width: 110px
}

.payment_info > p {
    font-size: 16px;
    margin: 5px 30px 5px 0
}

.payment_info > p > b {
    color: #d7374a;
    font-size: 16px
}

.payment_tips {
    color: #333;
    font-size: 12px !important;
    line-height: 18px
}

.payment_status__msg {
    color: #333;
    font-size: 24px;
    padding: 20px 0 40px;
    text-align: center
}

.payment_status__msg > b {
    color: #d7374a;
    font-size: 24px
}

.payment_status__btn {
    margin: 0 35px 10px
}

.payment_button {
    background-color: #23B0CB;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    width: 100%
}

.payment_gzh {
    color: #333;
    font-size: 12px;
    padding-bottom: 15px;
    text-align: center
}

.payment_gzh > img {
    height: 110px;
    margin-bottom: 5px;
    width: 110px
}

.payment_reco {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.payment_reco-item {
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 12px;
    text-align: center
}

.payment_reco-item > img {
    border-radius: 4px;
    display: block;
    height: 48px;
    width: 48px;
    margin: 0 auto 5px
}

.payment_foot {
    background-color: #f0f0f0;
    border-radius: 0 0 10px 10px;
    color: #23B0CB;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin: 0 -15px -15px;
    overflow: hidden;
    text-align: center
}

.payment_foot2 {
    height: 34px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-top: 1px solid #dadada
}

.payment_foot2 a {
    font-size: 13px;
    color: #bbbbbb;
    line-height: 24px
}

.payment_foot2 a:first-child {
    color: #ffffff;
    background: -webkit-gradient(linear, left top, right top, from(#31db8c), to(#28cfa9));
    background: linear-gradient(90deg, #31db8c 0%, #28cfa9 100%);
    padding: 0 8px;
    border-radius: 100px
}

.icon_close {
    background-image: url(../images/icon-close.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    height: 25px;
    padding: 20px;
    width: 25px
}

.icon_succ, .icon_fail {
    background-size: 100% 100%;
    display: inline-block;
    height: 28px;
    margin-top: 4px;
    vertical-align: top;
    width: 28px
}

.icon_succ {
    background-image: url(../images/icon-succ.png)
}

.icon_fail {
    background-image: url(../images/icon-fail.png)
}

.content_main {
    overflow: hidden;
    margin-top: 10px
}

.content_main__list > li {
    padding: 0 10px;
    height: 2.7rem;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    list-style: none
}

.content_main__list > li:active {
    background: rgba(0, 0, 0, 0.1)
}

.content_main__list > li > a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: 0.8rem;
    line-height: 2.5rem;
    vertical-align: middle;
    color: #000;
    text-decoration: none
}

.content_main__list > li > a > img {
    width: 1.7rem;
    height: 1.7rem;
    vertical-align: middle;
    margin-right: 10px
}

.content_main__list > li > a > span {
    float: right
}

.nav_back {
    display: inline-block;
    width: 13.9px;
    height: 13.9px;
    margin: 100% 0
}

.nav_back > img {
    width: 100%;
    height: 100%
}

.user_img {
    width: 1.3rem !important;
    margin-left: 5px;
    height: 1.3rem !important
}

.showMsg {
    height: auto !important;
    display: none
}

.showMsg:active {
    background: white !important
}

.showMsg div:active {
    background: rgba(0, 0, 0, 0.1) !important
}

.showMsg div {
    height: 2.7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: 6px
}

.showMsg div p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.showMsg div p span {
    font-size: 12px !important
}

.showMsg div span {
    color: gray;
    font-size: 14px
}

.showMsg .user_head {
    width: 2rem;
    height: 2rem
}

.showMsg .user-tips {
    width: 12px;
    height: 12px;
    margin-left: 8px
}

.addressList .addressIndex_add {
    margin: 0 15px 20px 15px;
    color: #666;
    font-size: 13px;
    padding: 10px 0 10px 10px;
    border-bottom: 1px solid #666;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.addressList .addressIndex_add img {
    width: 24px;
    height: 24px;
    margin-right: 5px
}

.bindingPhone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.main {
    color: #666;
    font-size: 12px;
    line-height: 17px;
    padding-top: 10px;
    padding-left: 15px;
    padding-right: 15px
}

.bindingPhone .bindingPhone_form {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 18px 10px
}

.alipay_tips {
    padding-top: 1.5rem;
    font-size: 10px;
    color: #999;
    line-height: 1rem
}

.confirmBtn {
    margin: 30px auto;
    width: 80%;
    height: 2.2rem
}

.confirmBtn_button {
    color: #fff;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #31db8b 0%, #28cfaa 100%);
    outline: none;
    border: none;
    border-radius: 4px
}

.inputBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.135rem;
    line-height: 2.135rem;
    margin: 0 auto;
    border: 1px solid #d2d2d2;
    vertical-align: top;
    border-radius: 3px
}

.inputBox_label {
    background-color: #fff;
    color: #333;
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    line-height: 2.135rem;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 20px;
    white-space: nowrap
}

.inputBox_input {
    color: #939393;
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: top;
    font-size: 0.7rem;
    line-height: 2.135rem;
    border: none;
    text-decoration: none;
    outline: none
}

.proveCode {
    height: 2.135rem;
    width: 100%;
    line-height: 2.135rem;
    margin: 0 auto;
    margin-top: 0.815rem;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.proveCode > .inputCode {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid #D2D2D2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 3px
}

.proveCode > button {
    width: 4.8rem;
    text-align: center;
    margin-left: 2%;
    font-size: 14px;
    color: #28BFA1;
    border: 1px solid #28BFA1;
    background-color: #fff;
    border-radius: 3px
}

.personalCore > .main > .idCard > label, .proveCode > .inputCode > label {
    background-color: #fff;
    display: inline-block;
    text-align: center;
    font-size: 0.75rem;
    line-height: 2.135rem;
    vertical-align: top;
    padding-left: 10px;
    padding-right: 20px;
    color: #333;
    white-space: nowrap
}

.proveCode > .inputCode > input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 0;
    vertical-align: top;
    font-size: 14px;
    border: none;
    text-decoration: none;
    outline: none
}

.mask {
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none
}

.mask_content {
    width: 85%;
    min-height: 220px;
    position: absolute;
    top: 20%;
    background: #222A35;
    left: 7.5%;
    border-radius: 5px;
    max-height: 70%;
    overflow-y: auto
}

.addressList .addressList_wrap {
    padding: 10px 15px
}

.addressList .addressList_cell {
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0px;
    margin-bottom: 10px;
    position: relative
}

.addressList .addressList_avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    margin: 0 10px;
    font-size: 18px;
    color: #fff;
    background-color: #D8D8D8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.addressList .addressList_info {
    font-size: 12px;
    color: #333;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    padding-right: 20px
}

.addressList .addressList_edit {
    line-height: 30px;
    width: 42px;
    font-size: 12px;
    color: #999;
    border-left: 1px solid #E8E8E8;
    text-align: center
}

.addressList .addressList_name {
    font-size: 14px;
    color: #333
}

.addressList .addressList_mobile {
    font-size: 12px;
    color: #999
}

.addressAdd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.addressAdd_wrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    padding: 10px 15px
}

.addressAdd .addressAdd_form {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.addressAdd .addressAdd_sets {
    width: 100%;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    margin-top: 10px;
    border-radius: 5px;
    padding: 0 10px
}

.addressAdd .addressAdd_save {
    display: block;
    width: 269px;
    height: 44px;
    background: linear-gradient(135deg, #31db8b 0%, #28cfaa 100%);
    border-radius: 4px;
    font-size: 18px;
    color: #ffffff;
    margin: 22px auto 0 auto
}

.addressAdd .addressAdd_sets .item {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #E8E8E8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.addressAdd .addressAdd_sets .item:last-child {
    border: none
}

.addressAdd .addressAdd_del {
    color: red
}

.ui-checked[select="1"] {
    background-image: url("../images/icon_kaiguan_off.png")
}

.ui-checked[select="2"] {
    background-image: url("../images/icon_open.png")
}

.ui-checked {
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain
}

.addressAdd .addressAdd_cell {
    color: #333;
    font-size: 14px;
    position: relative
}

.addressAdd .addressAdd_cell input, .addressAdd .form_send__select {
    border: none;
    margin-left: 0;
    width: 100%;
    outline-style: none;
    color: #333;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #E8E8E8;
    padding-left: 10px;
    display: block
}

.form_address {
    padding-left: 55px
}

.addressAdd .addressAdd_cell textarea {
    width: 100%;
    border: none;
    resize: none;
    padding: 10px;
    min-height: 82px;
    outline-style: none
}

.wrap {
    background: #222A35
}

.aress_con {
    display: none
}

.address_pop {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.address_mask {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.address_content {
    background-color: #fff;
    bottom: 0;
    height: 18rem;
    left: 0;
    position: absolute;
    width: 100%
}

.address_head {
    background-color: #f3f2f8;
    font-size: 0.7rem;
    height: 2rem;
    line-height: 2rem;
    padding-left: 0.5rem
}

.address_close {
    background-image: url(../images/icon-close.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1rem;
    float: right;
    height: 2rem;
    width: 2rem
}

.address_tab {
    border-bottom: 1px solid #ddd;
    font-size: 0.7rem;
    line-height: 2rem
}

.address_list {
    height: 14rem;
    overflow-y: scroll;
    padding: 0 0.5rem;
    -webkit-overflow-scrolling: touch
}

.address_tab-item.active {
    color: #23B0CB
}

.address_tab-item {
    color: #666;
    margin-left: 0.5rem
}

.address_list-item {
    color: #666;
    display: block;
    font-size: 0.7rem;
    line-height: 2rem
}

.recordsUl {
    padding: 20px
}

.recordsUl li {
    padding: 10px;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #d6d6d6;
    margin-bottom: 15px;
    line-height: 22px
}

.records-left {
    width: 25%;
    text-align: right
}

.records-right {
    width: 70%
}

.editTitle {
    font-size: 16px;
    text-align: center;
    line-height: 30px;
    height: 30px;
    margin: 10px 0;
    color: white;
    min-width: 300px;
}

.editInput {
    height: 30px;
    width: 80%;
    margin: 0 10%;
    text-indent: 10px;
    border-radius: 4px
}

#accountList li {
    height: 26px;
    line-height: 26px;
    text-align: center
}

.float_mask {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.float_icon {
    cursor: move;
    height: 40px;
    width: 40px;
    position: fixed;
    right: -30px;
    top: 200px;
    z-index: 50
}

.float_wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100
}

.float_box {
    background-color: #fff;
    float: left;
    height: 100%;
    max-width: 324px;
    width: 86%
}

.float_pop-outer {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 1
}

.float_pop-inner {
    background-color: #fff;
    border-radius: 10px;
    left: 50%;
    padding: 15px;
    position: fixed;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 310px;
    line-height: 40px;
    text-align: center;
    z-index: 1
}

.float_pop-inner h5 {
    color: #666;
    font-size: 14px;
    margin: -5px 0 11px
}

.float_pop-inner p {
    color: #333;
    font-size: 16px;
    line-height: 1.5
}

.float_pop-inner .btn {
    border-top: 1px solid #e8e8e8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 16px -15px -15px
}

.float_pop-inner .float_giftcode {
    background-color: #F0F0F0;
    color: #999;
    font-size: 14px;
    padding: 0 5px
}

.float_pop-inner .huosdk_tips__remark {
    font-size: 12px
}

.float_pop-inner .btn a {
    color: #28CEAC;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    line-height: 44px
}

.float_pop-tit {
    color: #333;
    font-size: 20px;
    margin-bottom: 20px;
    text-align: center
}

.float_pop-con {
    color: #666;
    font-size: 14px;
    line-height: 24px;
    text-align: left
}

.float_pop-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px auto 10px
}

.float_pop-btn > a {
    border: 1px solid #fff;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    max-width: 140px
}

.float_pop-btn > a:first-child {
    margin-right: 5px
}

.float_pop-btn > a:last-child {
    margin-left: 5px
}

.float_head {
    position: relative
}

.float_notice {
    background-color: rgba(0, 0, 0, 0.58);
    height: 34px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.float_notice-item {
    background-image: url(../images/icon-notice.png);
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: auto 75%;
    color: #fff;
    font-size: 14px;
    line-height: 34px;
    padding-left: 50px
}

.float_userinfo {
    background-image: url("../images/bg-info.png");
    background-size: cover;
    background-position: center center;
    background-color: linear-gradient(310deg, #28ceab 0%, #32e48f 100%);
    /*height: 60px;*/
    height: 90px;
    
    padding: 0 10px;
    padding-top:30px ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.float_avatar {
    border-radius: 50%;
    float: left;
    height: 40px;
    margin-right: 8px;
    width: 40px
}

.float_nickname {
    color: #fff;
    font-size: 12px;
    overflow: hidden;
    margin-top: 2px
}

.float_point {
    color: #999;
    display: block;
    margin-top: 5px;
    font-size: 10px;
    border-radius: 100px;
    line-height: 20px;
    background-color: rgba(252, 255, 205, 0.7);
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content
}

.float_point > img {
    width: 20px
}

.float_point > b {
    color: #DA9827;
    font-size: 14px;
    padding-right: 11px;
    padding-left: 6px
}

.float_link {
    padding-top: 4px;
    margin-left: auto;
    width: 58%
}

.float_link > a {
    background-color: #FCFFCD;
    border-radius: 2px;
    color: #DA9827;
    float: right;
    font-size: 12px;
    line-height: 24px;
    margin-left: 4px;
    margin-bottom: 4px;
    padding: 0 4px
}

.float_nav {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #F0F0F0;
    border: 1px solid #eaeaea;
    border-width: 1px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 62px
}

.float_nav > a {
    color: #666;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 10px;
    height: 100%;
    padding-top: 4px;
    text-align: center
}

.float_nav > a.active {
    background-color: #fff
}

.float_nav > a > img {
    display: block;
    height: 26px;
    margin: 3px auto;
    width: 26px
}

.float_quick {
    float: left;
    margin-top: -169px;
    max-width: 50px;
    position: relative;
    top: 50%;
    width: 14%
}

.float_quick > a {
    color: #fff;
    display: block;
    font-size: 10px;
    margin: 44px 0;
    text-align: center;
    width: 100%
}

.float_quick > a > img {
    display: block;
    margin: 0 auto 2px;
    width: 34px
}

.float_body {
    background-color: #f0f0f0;
    display: none;
    height: calc(100% - 116px);
    overflow-y: auto
}

.float_auth-msg {
    color: #999;
    display: block;
    font-size: 12px
}

.float_auth-item {
    margin: 10px 0
}

.float_auth-item > label {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    display: block;
    height: 40px;
    line-height: 38px
}

.float_auth-item > label > i {
    float: left;
    margin: 9px 12px 0 10px
}

.float_auth-item > label > input {
    font-size: 14px
}

.float_auth-item > select {
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    font-size: 14px;
    height: 40px;
    padding: 0 8px;
    width: 100%
}

.float_auth-primary {
    background-color: #23B0CB;
    color: #fff
}

.float_auth-default {
    background-color: #ccc;
    color: #fff
}

.float_gift-info {
    overflow: hidden;
    padding-right: 66px
}

.float_gift-label {
    border: 1px solid #fff;
    font-size: 11px;
    margin-right: 5px;
    padding: 0 5px
}

.float_gift-lave {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.float_gift-lave p {
    display: block;
    width: 120px;
    height: 6px;
    background: #e8e8e8;
    border-radius: 100px;
    position: relative;
    overflow: hidden
}

.float_gift-lave i {
    position: absolute;
    top: 0;
    left: 0;
    height: 6px;
    display: block;
    background-color: #28CEAC
}

.float_gift-lave span {
    color: #28CEAC;
    font-size: 10px;
    margin-left: 8px
}

.float_gift-point {
    font-size: 13px;
    text-decoration: underline
}

.float_gift-null {
    color: #333;
    font-size: 14px;
    padding: 18px 0;
    text-align: center
}

.float_gift-null > img {
    display: block;
    height: 133px;
    margin: 0 auto 20px;
    width: 118px
}

.float_gift-need {
    clear: right;
    color: #999;
    float: right;
    font-size: 10px;
    margin-top: 5px;
    margin-top: 27px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.float_gift-tips {
    text-align: center
}

.float_services {
    overflow: hidden;
    padding: 8px
}

.float_services__ad {
    margin-bottom: 25px;
    width: 100%
}

.float_services__item {
    color: #333;
    float: left;
    font-size: 12px;
    text-align: center;
    width: 50%
}

.float_services__item > a {
    color: #333
}

.float_services__item img {
    display: block;
    height: 48px;
    margin: 0 auto 10px;
    width: 48px
}

.float_vip-member {
    color: #666;
    font-size: 13px;
    line-height: 24px;
    margin-bottom: 5px
}

.float_vip-s {
    color: #2A2A2A;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 4px;
    padding-left: 25px;
    position: relative
}

.float_vip-s::before {
    background-image: url(../images/icon-svip.png);
    background-size: 100% 100%;
    content: '';
    height: 20px;
    left: 0;
    position: absolute;
    top: 0;
    width: 20px
}

.float_vip-s > label {
    color: #DCB17F;
    font-size: 13px
}

.float_vip-angel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.float_vip-angel > a {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center
}

.float_vip-angel > a > img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.float_vip-word {
    padding: 8px
}

.float_vip-word > p {
    color: #666;
    font-size: 12px;
    margin-top: 5px
}

.float_vip-word > p > span {
    font-size: 12px
}

.float_vip-gift {
    border: 1px solid #eaeaea;
    margin: 5px -8px 0;
    overflow: hidden
}

.float_vip-gift > label {
    border-right: 1px solid #eaeaea;
    color: #333;
    font-size: 15px;
    float: left;
    line-height: 62px;
    padding: 0 5px
}

.float_vip-gift > p {
    overflow: hidden;
    height: 62px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px
}

.float_vip-gift > p > span {
    color: #333;
    float: left;
    font-size: 15px;
    padding: 10px;
    text-align: center
}

.float_vip-gift > p > span > img {
    height: 22px;
    margin-bottom: 4px;
    width: 22px
}

.float_vip-gift > p > span > i {
    color: #999;
    display: block;
    font-size: 12px
}

.float_game-list {
    background-color: #fff;
    margin-bottom: 8px;
    overflow: hidden
}

.float_game-list .moneyImg {
    margin: 0 2px 10px 12px
}

.float_game-list .moneySpan {
    font-size: 14px;
    color: #DA9827;
    font-weight: bold;
    line-height: 25px
}

.float_game-list:last-child {
    margin-bottom: 0
}

.float_game-list > dt {
    border-left: 4px solid #28CEAC;
    color: #333;
    font-size: 15px;
    height: 16px;
    line-height: 16px;
    margin: 14px 12px;
    padding-left: 10px
}

.float_game-item {
    overflow: hidden;
    padding: 0 12px;
    margin-bottom: 14px;
    position: relative
}

.float_game-icon {
    border-radius: 10px;
    float: left;
    height: 56px;
    margin-right: 10px;
    width: 56px
}

.float_game-info {
    padding-top: 8px
}

.float_game-title {
    color: #333;
    font-size: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700
}

.float_game-title > span {
    display: inline-block;
    font-size: 16px;
    max-width: 96px;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    white-space: nowrap
}

.float_game-label {
    border: 1px solid #fff;
    font-size: 11px;
    padding: 0 5px
}

.float_game-desc {
    color: #999;
    font-size: 10px;
    overflow: hidden;
    margin: 5px 0
}

.float_game-start {
    border: 1px solid #28CEAC;
    border-radius: 100px;
    color: #28CEAC;
    float: right;
    font-size: 15px;
    line-height: 26px;
    padding: 0 12px;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.float_game-play {
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 60px;
    height: 30px
}

.float_game-play img {
    width: 100%
}

.float_news-list {
    background-color: #fff
}

.float_news-item {
    border-bottom: 1px solid #eaeaea;
    padding: 10px
}

.float_news-info {
    padding-right: 60px;
    position: relative
}

.float_news-title {
    color: #333;
    font-size: 13px;
    line-height: 24px
}

.float_news-date {
    color: #999;
    font-size: 10px
}

.float_news-detail {
    background-color: #fff;
    padding: 12px 8px
}

.float_news-h2 {
    color: #333;
    font-size: 15px;
    margin-bottom: 5px
}

.float_news-label {
    color: #28CEAC;
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #28ceac;
    font-size: 11px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.float_news-content {
    color: #666;
    font-size: 12px;
    margin-top: 10px
}

.float_news-content img {
    width: 100% !important;
    border-radius: 5px;
    margin: 15px 0
}

.float_giftcode {
    background-color: #F0F0F0;
    color: #999;
    font-size: 14px;
    padding: 0 5px
}

.shitu__head {
    border-bottom: 1px solid #e9eae8;
    font-size: 15px;
    height: 42px;
    line-height: 42px;
    padding: 0 8px
}

.shitu__head > span {
    border-left: 4px solid #23B0CB;
    display: inline-block;
    line-height: 16px;
    padding-left: 10px
}

.shitu__head > a {
    color: #999;
    float: right;
    font-size: 12px;
    margin-right: 8px
}

.shitu__body {
    padding: 14px 8px
}

.shitu__item {
    float: left;
    padding: 0 10px;
    width: 50%
}

.shitu__item_inner {
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    text-align: center
}

.shitu__item_title {
    color: #333;
    font-size: 11px;
    line-height: 24px
}

.shitu__item_content {
    font-size: 28px;
    font-weight: bold;
    height: 44px;
    line-height: 44px
}

.shitu__rule {
    clear: both;
    color: #333;
    padding: 24px 7px 0
}

.shitu__rule > strong {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px
}

.shitu__rule > p {
    font-size: 12px;
    line-height: 20px;
    padding-left: 16px;
    position: relative
}

.shitu__rule > p::before {
    background-color: #333;
    content: '';
    height: 6px;
    left: 2px;
    position: absolute;
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 6px
}

.shitu__rule span {
    color: #E41E15
}

.shitu__rule b {
    color: #D03728;
    font-size: 15px;
    font-weight: bold
}

.shitu__foot {
    margin: 70px 50px 20px
}

.shitu__share_btn {
    background-color: #1C9DE1;
    border-radius: 23px;
    color: #fff;
    font-size: 16px;
    line-height: 46px;
    width: 100%
}

.shitu__detail {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1
}

.shitu__detail_inner {
    background-color: #fff;
    border-radius: 10px;
    color: #333;
    font-size: 14px;
    height: 360px;
    left: 32px;
    margin-top: -180px;
    padding: 18px 30px;
    position: absolute;
    right: 32px;
    top: 50%
}

.shitu__detail b {
    color: #FF3030
}

.shitu__detail img {
    height: 160px;
    margin: 16px auto 25px;
    width: 160px
}

.shitu__detail a {
    background-color: #1C9DE1;
    border-radius: 17px;
    color: #fff;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 34px;
    margin: 28px auto 0;
    text-align: center;
    width: 120px
}

.shitu__tips {
    border-top: 1px solid #ccc;
    color: #666;
    padding: 8px 15px 0
}

.shitu__tips > u {
    color: #1C9DE1
}

.primary {
    border-color: #FF5353 !important;
    color: #FF5353 !important
}

.secondary {
    border-color: #249AFF !important;
    color: #249AFF !important
}

.info {
    border-color: #23B0CB !important;
    color: #23B0CB !important
}

.highlight {
    border-color: #F5A623 !important;
    color: #F5A623 !important
}

#vip .float_game-list {
    margin-bottom: 0
}

.activityTab_item {
    height: 44px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.activityTab_item__list {
    color: #666;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 15px;
    display: inline-block;
    width: 25%;
    height: 44px;
    text-align: center;
    line-height: 44px;
    cursor: pointer
}

.activitySelected {
    color: #28ceac;
    border-bottom: 3px solid #28ceac
}

.float_news-list li {
    width: 100%;
    display: none;
    overflow: auto;
    padding: 10px 10px
}

.float_news-list li img {
    /*width: 100%*/
    width: auto;
}

.huodong_item {
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    cursor: pointer;
    overflow: hidden;
    background-color: #2E323E;
    position: relative;
    margin-bottom: 14px
}

.huodong_item__img {
    width: 100%;
    height: 127px
}

.huodong_item__img img {
    width: 100%;
    height: 100%
}

.huodong_item__chuliuxiang {
    font-size: 14px;
    color: #fff;
    padding-top: 11px;
    margin-left: 8px
}

.huodong_item__time {
    font-size: 12px;
    color: #999;
    padding: 6px 0 12px 8px
}

.over {
    float: right;
    position: absolute;
    right: 11px;
    bottom: 11px;
    font-size: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #666666;
    color: #666666;
    line-height: 44px;
    text-align: center
}

.continue {
    float: right;
    color: #23B0CB;
    position: absolute;
    right: 11px;
    bottom: 11px;
    font-size: 10px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #28CEAC;
    color: #28CEAC;
    line-height: 44px;
    text-align: center
}

.notice_item {
    cursor: pointer;
    height: 60px;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    color: #666;
    border-radius: 3px;
    margin-bottom: 14px
}

.notice_item__left {
    width: 68px
}

.notice_item__right {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 8px
}

.chuliuxiang {
    color: #666;
    font-size: 15px
}

.activityTime {
    font-size: 12px;
    color: #999;
    padding-top: 6px;
    line-height: 17px
}

.activity_xiangqing_header {
    position: relative
}

.activity_xiangqing_main_title {
    font-family: PingFangSC;
    font-size: 18px;
    color: #333;
    padding-top: 15px;
    padding-right: 60px
}

.activity_xiangqing_main_time {
    font-family: PingFangSC;
    font-size: 12px;
    color: #999999;
    padding-top: 5px;
    padding-bottom: 15px;
    line-height: 17px
}

.activity_xiangqing_main_time > span {
    float: right;
    color: #23B0CB;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 12px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #28CEAC;
    color: #28CEAC;
    line-height: 44px;
    text-align: center
}

.form_item_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: none !important;
    height: 18px !important;
    margin: 0px !important
}

#xieyi {
    width: 20px;
    height: 20px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    background: url("../images/xzk.png") no-repeat center;
    background-size: 18px 18px
}

#xieyi:checked {
    background: url("../images/xzkxz@2x.png") no-repeat center;
    background-size: 18px 18px
}
#xieyi1,#xieyi2{
    width: 20px;
    height: 20px;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none;
    background: url("../images/xzk.png") no-repeat center;
    background-size: 18px 18px 
}
#xieyi1:checked {
    background: url("../images/xzkxz@2x.png") no-repeat center;
    background-size: 18px 18px
}
#xieyi2:checked {
    background: url("../images/xzkxz@2x.png") no-repeat center;
    background-size: 18px 18px
}
.wrap_label {
    margin-left: 6px;
    font-size: 12px;
    color: #aa856b;
    appearance: none;
    -moz-appearance: none;
    -ms-progress-appearance: none;
    -webkit-appearance: none
}

.wrap_btn[disabled] {
    color: white !important;
    background: #ccc !important
}
.pop_body_ys{
    width: 45vw;
    overflow-x:hidden !important ;
}
.pop_body_ys *{
    text-wrap:wrap !important;
}
.content_view{
    overflow-x:hidden !important ;
}