* {
    -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: 20px/1.5 MicrosoftYahei;
    overflow: hidden;
    -webkit-overflow-scrolling: touch
}

li {
    list-style: none
}

button, input {
    border: 0 none
}

a {
    text-decoration: none
}

.huo_scroll__more {
    height: 0.7rem;
    padding-bottom: 0.85rem
}

.clearfix::after {
    content: ".";
    clear: both;
    display: block;
    overflow: hidden;
    font-size: 0;
    height: 0;
    zoom: 1
}

.empty_item {
    font-size: 0.8rem;
    line-height: 3rem;
    text-align: center
}

.empty_img {
    display: block;
    margin: 5rem auto 0;
    width: 8rem
}

.header {
    background-image: url(../images/bg-header.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 2.2rem;
    position: relative
}

.header h1 {
    color: #fff;
    font-size: 0.9rem;
    line-height: 2.2rem;
    text-align: center
}

.header_icon__left {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 2.2rem;
    position: absolute;
    top: 0;
    width: 2.2rem;
    background-image: url(../images/icon-larr.png);
    left: 0
}

.header_icon__right {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% auto;
    height: 2.2rem;
    position: absolute;
    top: 0;
    width: 2.2rem;
    background-image: url(../images/icon-search.png);
    right: 0
}

.btn-default {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff;
    color: #666
}

.btn-primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: inherit;
    line-height: inherit;
    background-color: #23b0cb;
    color: #fff
}

.return-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.8rem;
    text-align: center;
    border-top: 1px solid #f0f0f0;
    height: 2.1rem;
    line-height: 2.1rem
}

.sign_day {
    position: absolute;
    width: 36px;
    height: 54px;
    line-height: 8px
}

.sign_day__1 {
    left: 74px;
    top: -18px
}

.sign_day__2 {
    left: 138px;
    top: -18px
}

.sign_day__3 {
    left: 202px;
    top: -18px
}

.sign_day__4 {
    left: 202px;
    bottom: -36px
}

.sign_day__5 {
    left: 138px;
    bottom: -36px
}

.sign_day__6 {
    left: 74px;
    bottom: -36px
}

.sign_day__7 {
    left: 10px;
    bottom: -36px
}

.sign_day__bonus > .sing_day__name {
    padding-top: 6px;
    background-color: #FF634A;
    line-height: 12px;
    font-size: 10px;
    color: #fff
}

.sign_day__bonus > img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 100;
    top: -15px
}

.sign_day__name {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-family: 'Microsoft Yahei';
    font-size: 12px;
    color: #999;
    background-color: #f0f0f0
}

.sign_day__desc {
    display: inline-block;
    width: 100%;
    font-family: 'Microsoft Yahei';
    font-size: 10px;
    color: #999;
    text-align: center;
    line-height: 14px
}

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

.richtext {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin: 0 auto;
    max-width: 37.5rem;
    overflow-y: auto;
    padding: 0 0.5rem;
    width: 100%
}

.richtext_head {
    border-bottom: 0.05rem solid #f5f5f5;
    font-weight: bold;
    padding: 2rem 0 1rem;
    text-align: center
}

.richtext_body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 0.7rem;
    padding: 2rem 0
}

.richtext_body img {
    max-width: 100%
}

.richtext_foot {
    border-top: 0.05rem solid #f5f5f5;
    color: #999;
    font-size: 0.6rem;
    padding: 1rem 0 .5rem;
    text-align: center
}

.richtext_foot a {
    color: #999
}

.appdown {
    background-image: url(../images/appdown-bg.png);
    background-size: 100% 100%;
    height: 100%;
    position: absolute;
    text-align: center;
    width: 100%
}

.appdown > h1 {
    color: #333;
    font-size: 1.7rem;
    line-height: 2.4rem;
    padding: 1rem 0 0.3rem
}

.appdown > h2 {
    color: #666;
    font-size: 1rem;
    letter-spacing: 0.3rem;
    line-height: 1.6rem;
    margin-bottom: 0.7rem
}

.appdown_btn {
    background: -webkit-gradient(linear, left top, right top, from(#f24c3d), to(#e82046));
    background: linear-gradient(to right, #f24c3d, #e82046);
    border-radius: 1.5rem;
    color: #fff;
    display: inline-block;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    line-height: 2.1rem;
    padding: 0 1.5rem
}

.appdown_version {
    color: #666;
    font-size: 0.65rem;
    margin: 0.7rem 0
}

.appdown_img {
    bottom: 0;
    left: 2.5rem;
    position: absolute;
    right: 2.5rem;
    top: 11rem
}

.appdown_img > img {
    bottom: 0;
    left: 0;
    margin: auto;
    max-height: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    vertical-align: top
}

.appdown_guide {
    background-image: url(../images/guide.jpg);
    background-size: 100% auto;
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.appdown_guide__and {
    background-image: url(../images/guide_and.png)
}

.certificate {
    background-color: #fffdec;
    display: none;
    overflow: hidden;
    bottom: 0;
    left: 0;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0
}

.certificate_msg {
    background-color: #f5f2dd;
    font-size: 0.55rem;
    line-height: 0.9rem;
    margin: 1.25rem 0.75rem;
    padding: 1.25rem 0.5rem
}

.certificate_step {
    padding: 0 0.75rem
}

.certificate_step-title {
    color: #ff6c00;
    font-size: 0.75rem;
    line-height: 1.125rem
}

.certificate_step-title i {
    background-color: #ff6c00;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-style: normal;
    height: 1.125rem;
    line-height: 1.125rem;
    text-align: center;
    width: 1.125rem
}

.certificate_step-detail {
    padding: 0.5rem 0;
    text-align: center
}

.certificate_step-detail img {
    width: 10rem
}

.certificate_btn {
    background-color: transparent;
    background-image: url(../images/certificate.png);
    background-size: 100% 100%;
    color: #fff;
    display: block;
    font-size: 0.9rem;
    height: 2.5rem;
    margin: 0.5rem auto;
    padding-bottom: 0.45rem;
    padding-left: 2rem;
    width: 10rem
}

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

.inputBox_label {
    color: #333;
    display: inline-block;
    height: 2.135rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 2.135rem;
    vertical-align: top;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 3.25rem
}

.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
}

.confirmBtn {
    margin: 0 auto;
    margin-top: 5rem;
    width: 80%;
    height: 2.2rem
}

.confirmBtn_button {
    color: #fff;
    font-size: 0.9rem;
    width: 100%;
    height: 100%;
    background-color: #23B0CB;
    outline: none;
    border: none;
    border-radius: 0.2rem
}

html, body {
    width: 100%;
    height: 100%
}

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

.anti-addition .header {
    height: 2.2rem
}

.anti-addition .main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden
}

.main {
    color: #666;
    font-size: 0.6rem;
    line-height: 0.9rem;
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem
}

.main_headline {
    font-size: 0.8rem;
    padding-top: 0.7rem;
    padding-bottom: 0.5rem
}

.personalCore > .main {
    padding-top: 1.4rem
}

.personalCore > .main > .idCard {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 2.135rem;
    line-height: 2.135rem;
    margin: 0 auto;
    border: 0.05rem solid #d2d2d2;
    vertical-align: top
}

.personalCore > .main > .idCard > label, .proveCode > .inputCode > label {
    display: inline-block;
    height: 2.135rem;
    text-align: center;
    font-size: 0.75rem;
    line-height: 2.135rem;
    vertical-align: top;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    width: 3.25rem;
    color: #333
}

.personalCore > .main > .idCard > input {
    height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    vertical-align: top;
    font-size: 0.7rem;
    line-height: 84px;
    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 > button {
    width: 4.8rem;
    text-align: center;
    margin-left: 2%;
    font-size: 0.7rem;
    color: #33A9DB;
    border: 0.05rem solid #33A9DB;
    background-color: #fff
}

.proveCode > .inputCode {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 0.05rem solid #d2d2d2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

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

.text {
    text-align: center;
    padding-top: 0.5rem;
    font-size: 0.7rem;
    color: #999
}

.main_p1 {
    color: #333;
    font-size: 0.7rem;
    line-height: 1rem;
    width: 90%;
    margin: 0 auto
}

.main_p2 {
    margin: 0 auto;
    width: 90%;
    color: #999;
    font-size: 0.6rem;
    line-height: 1rem
}

.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 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.id_card {
    margin-top: 0.8rem
}

.notice {
    color: #999;
    padding-top: 0.6rem;
    width: 90%;
    font-size: 0.55rem;
    margin: 0 auto;
    line-height: 1rem
}

.relname_btn {
    margin-top: 2.5rem
}

.blueColor {
    color: #23B0CB
}

.orangeColor {
    color: #FF9C00
}

.buy_main {
    padding: 0;
    background-color: #f0f0f0;
    height: 100%
}

.main_list {
    background-color: #f0f0f0;
    padding-top: 0.5rem
}

.main_list__item {
    -webkit-box-shadow: 0 0 3px 0 #d4d4d4;
    box-shadow: 0 0 3px 0 #d4d4d4;
    color: #999;
    background-color: #fff;
    margin-top: 0.5rem;
    overflow: hidden;
    padding: 1rem 0 0.35rem
}

.main_list__item > p {
    float: left;
    padding-bottom: 0.15rem;
    padding-left: 0.72rem;
    width: 50%
}

.main_list__item .block {
    width: 100%
}

.main_list__item .left_game {
    font-size: 0.8rem;
    color: #666;
    line-height: 1.1rem;
    padding-bottom: 0.75rem
}

.main_list__item .right_buy {
    color: #666;
    font-size: 0.9rem;
    line-height: 1.1rem;
    padding-bottom: 0.75rem
}

.main_list li:nth-child(1) {
    margin-top: 0
}

.platform {
    padding: 0
}

.platform > div {
    text-align: center
}

.platform_money {
    color: #999;
    font-size: 0.7rem;
    padding-top: 1rem
}

.platform_total {
    color: #333;
    font-size: 2.3rem;
    padding-top: 1.25rem;
    line-height: 2.5rem
}

.platform_pay {
    padding-top: 1.8rem;
    padding-bottom: 1.78rem
}

.platform_pay .chongzhi {
    border-radius: 0.75rem;
    border: 0.05rem solid #23B0CB;
    color: #23B0CB;
    display: inline-block;
    font-size: 0.8rem;
    text-align: center;
    line-height: 1.4rem;
    width: 5.45rem;
    height: 1.5rem
}

.pay_calendar {
    height: 2.65rem;
    padding-left: 2.32rem;
    position: relative
}

.pay_calendar .icon_pay {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0.5rem;
    top: 0.75rem
}

.pay_calendar__p {
    color: #333;
    font-size: 0.8rem;
    line-height: 2.65rem;
    text-align: left;
    padding-right: 0.84rem;
    border-bottom: 0.05rem solid #f0f0f0
}

.pay_calendar__p i {
    float: right;
    font-style: normal;
    display: inline-block;
    width: 16.8px;
    height: 16.8px
}

.pay_calendar__p i > img {
    width: 100%;
    height: 100%
}

.buy_calendar {
    height: 2.65rem;
    padding-left: 2.32rem;
    position: relative
}

.buy_calendar .icon_buy {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    left: 0.5rem;
    top: 0.75rem
}

.buy_calendar__p {
    color: #333;
    font-size: 0.8rem;
    line-height: 2.65rem;
    text-align: left;
    padding-right: 0.84rem;
    border-bottom: 0.05rem solid #f0f0f0
}

.buy_calendar__p i {
    float: right;
    font-style: normal;
    display: inline-block;
    width: 16.8px;
    height: 16.8px
}

.buy_calendar__p i > img {
    width: 100%;
    height: 100%
}

.ptb_chongzhi {
    padding: 0;
    background-color: #f0f0f0
}

.ptb_chongzhi__account {
    padding-left: 0.7rem;
    height: 4.15rem;
    background-color: #fff
}

.ptb_chongzhi__account > p {
    color: #333;
    padding-top: 0.7rem;
    font-size: 0.8rem
}

.ptb_chongzhi__num {
    margin-top: 0.5rem;
    height: 14.1rem;
    background-color: #fff;
    padding-left: 0.7rem;
    padding-right: 1rem
}

.ptb_chongzhi__num_p1 {
    color: #333;
    padding-top: 0.8rem;
    font-size: 0.8rem
}

.ptb_chongzhi__num_ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 0.3rem
}

.ptb_chongzhi__num_ul > li {
    width: 30%;
    height: 2.6rem;
    border: 0.05rem solid #ccc;
    text-align: center;
    line-height: 2.6rem;
    margin-top: 0.6rem;
    border-radius: 0.2rem;
    color: #999;
    font-size: 0.8rem
}

.ptb_chongzhi__num_ul > li:nth-child(7) {
    width: 100%
}

.ptb_chongzhi__num_ul > li:nth-child(7) > input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    text-align: center;
    vertical-align: top;
    border-radius: 0.2rem;
    color: #999;
    font-size: 0.8rem
}

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

.ptb_chongzhi__num_p2 {
    color: #666;
    font-size: 0.75rem;
    padding-top: 0.7rem
}

.ptb_chongzhi__payWay {
    padding-top: 0.5rem
}

.ptb_chongzhi__payWay .ptb_chongzhi__payWayP {
    background-color: #fff;
    color: #333;
    font-size: 0.8rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: relative;
    padding-left: 2.65rem;
    padding-right: 1.145rem;
    border-bottom: 1px solid #eee
}

.ptb_chongzhi__payWay .ptb_chongzhi__payWayP:last-child {
    border-bottom: 0 none
}

.ptb_chongzhi__payWay .ptb_chongzhi__payWayP > span {
    float: right
}

.ptb_chongzhi__payWay .ptb_chongzhi__payWayP > img {
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0.7rem;
    top: 0.55rem
}

.tab {
    height: 49px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #ccc
}

.tab_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    position: relative;
    font-size: 0.5rem
}

.tab_item > a {
    padding-top: 0.3rem;
    color: #666;
    display: inline-block;
    width: 100%;
    height: 100%
}

.tab_item > a > img {
    margin: 0 auto;
    width: 1.1rem;
    height: 1.1rem;
    margin-bottom: 0.15rem;
    display: block
}

.tab_item > a > .reddot {
    position: absolute;
    top: 5px;
    right: 17px
}

html, body {
    font-size: 20px
}

.mine {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #f0f0f0;
    overflow: hidden
}

.content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    min-height: 100%
}

.content_main {
    margin-top: 10px
}

.footer {
    height: 2.5rem;
    background-color: #fff
}

.personalAccount a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    background-color: #fff;
    padding-left: 18px
}

.personalAccount_head {
    padding-top: 13px;
    width: 70px
}

.personalAccount_head__img {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden
}

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

.personalAccount_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.personalAccount_detail__p1 {
    padding-top: 19px;
    font-family: PingFangTC-Regular;
    font-size: 16px;
    color: #666666
}

.personalAccount_detail__p1 > img {
    width: 15px;
    height: 15px;
    margin-left: 10px;
    vertical-align: middle
}

.personalAccount_detail__p1 .newNiCheng {
    width: 137px;
    height: 26px;
    border: 1px solid #ccc;
    padding-left: 12px;
    font-family: PingFangTC-Regular;
    font-size: 16px;
    color: #666666;
    vertical-align: middle
}

.personalAccount_detail__p1 .newNiChengBtn {
    width: 47px;
    height: 26px;
    background: #33A9DB;
    border-radius: 0.5px;
    font-family: SourceHanSansCN-Regular;
    font-size: 13px;
    color: #FFFFFF;
    margin-left: 6px;
    vertical-align: middle
}

.personalAccount_detail__p2 {
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999
}

.personalAccount_detail__p2 a {
    color: #999
}

.content_main__list > li {
    padding-left: 0.9rem;
    height: 2.5rem;
    padding-right: 22.9px;
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0
}

.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
}

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

.content_main__list > li > a .realName {
    font-family: PingFangTC-Regular;
    font-size: 16px;
    color: #CCCCCC
}

.content_main__list > li > a > img {
    width: 1.2rem;
    height: 1.2rem;
    vertical-align: middle;
    margin-right: 0.7rem
}

.content_main__list > li:nth-child(3) {
    margin-top: 10px
}

.appLoad {
    margin-top: 10px
}

.exit {
    width: 80%;
    height: 40px;
    background-color: #ccc;
    line-height: 40px;
    text-align: center;
    margin: 10px auto;
    border-radius: 23px;
    font-size: 16px;
    color: #fff
}

.nav_back {
    display: inline-block;
    width: 13.9px;
    height: 13.9px
}

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

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

.clearCache_box {
    width: 312.5px;
    height: 184.4px;
    background-color: #fff;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -156.25px;
    top: 167px
}

.clearCache_box__p1 {
    color: #333;
    font-size: 1rem;
    text-align: center;
    padding-top: 52px
}

.clearCache_box__p2 {
    padding-top: 2.3rem;
    text-align: center
}

.clearCache_box__p2 > button {
    width: 134px;
    height: 42px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4.17px
}

.clearCache_box__p2 > button:nth-child(2) {
    margin-left: 5px;
    color: #23B0CB;
    border-color: #23B0CB
}

.clearCache_box__p2 > button:nth-child(1) {
    margin-right: 5px
}

.accountRegister, .register {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.accountRegister_box, .register_box {
    width: 325px;
    height: 350px;
    position: absolute;
    left: 50%;
    margin-left: -162.5px;
    top: 50%;
    margin-top: -175px;
    background-color: #fff;
    opacity: 1
}

.gameLogin_box__log, .accountRegister_box__log, .register_box__log {
    padding-top: 18px;
    width: 90%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.gameLogin_box__log > p, .accountRegister_box__log > p, .register_box__log > p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.gameLogin_box__log > p:nth-child(1) > span, .accountRegister_box__log > p:nth-child(1) > span, .register_box__log > p:nth-child(1) > span {
    display: inline-block;
    width: 100%;
    height: 38px;
    border-right: 1px solid #dcdcdc;
    padding-left: 19px
}

.gameLogin_box__log > p:nth-child(1) > span > img, .accountRegister_box__log > p:nth-child(1) > span > img, .register_box__log > p:nth-child(1) > span > img {
    width: 113px;
    height: 38px
}

.gameLogin_box__log > p:nth-child(2), .accountRegister_box__log > p:nth-child(2), .register_box__log > p:nth-child(2) {
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

.inputUser {
    margin-top: 10.3px
}

.inputUser img {
    width: 22px;
    height: 22px;
    margin-top: 10px
}

.inputUser_label {
    padding: 0 !important;
    margin-right: 0.8rem !important;
    width: 2rem !important
}

.agreement {
    width: 90%;
    margin: 0 auto;
    padding-top: 13.3px;
    font-size: 12px;
    line-height: 17px;
    vertical-align: midddle
}

.agreement > input {
    vertical-align: middle
}

.agreement > span {
    padding-left: 10px
}

.agreement > span a {
    color: #33A9DB
}

.accountRegisterBtn, .registerBtn {
    margin-top: 11.3px !important;
    width: 90% !important
}

.accountRegisterBtn button, .registerBtn button {
    font-size: 16px !important
}

.switchBtn {
    width: 90%;
    height: 21px;
    margin: 0 auto;
    padding-top: 17px
}

.switchBtn > a {
    font-size: 14px;
    color: #666;
    font-family: PingFangHK-Regular
}

.switchBtn > a:nth-child(1) {
    float: left
}

.switchBtn > a:nth-child(2) {
    float: right
}

.findPassword2 {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.findPassword2_box {
    width: 325px;
    height: 270px;
    position: absolute;
    left: 50%;
    margin-left: -162.5px;
    top: 50%;
    margin-top: -135px;
    background-color: #fff
}

.gameLogin, .findPassword1 {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5)
}

.gameLogin_box, .findPassword1_box {
    width: 325px;
    height: 270px;
    position: absolute;
    left: 50%;
    margin-left: -162.5px;
    top: 50%;
    margin-top: -135px;
    background-color: #fff
}

.accountRegister {
    display: none
}

.accountRegister_box {
    height: 306px
}

.gameLogin {
    display: none
}

.gameLogin_box {
    height: 330px;
    margin-top: -165px
}

.share {
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.share_span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    height: 38px
}

.share_span > img {
    width: 38px;
    height: 38px
}

.forgetPassword {
    width: 74.9px;
    height: 32px;
    margin-top: 5px;
    border-left: 1px solid #ccc;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
    color: #939393
}

.xiala {
    width: 20px;
    height: 20px;
    margin: 10px 13px
}

.signIn {
    display: inline-block;
    width: 54px;
    height: 26px;
    border: 1px solid #23B0CB;
    border-radius: 4px;
    margin-top: 14px;
    text-align: center;
    line-height: 26px !important;
    background-color: #23B0CB;
    color: #fff;
    position: relative;
    font-size: 14px
}

.signIn .reddot {
    position: absolute;
    top: -4.5px;
    right: -4.5px
}

.skyblue {
    color: #01BBF2
}

.jifenjilu {
    padding-top: 0 !important;
    padding-left: 20px !important;
    padding-right: 20px !important
}

.jifenjilu_tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0
}

.jifenjilu_tab__p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #7c7c7c;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    position: relative
}

.jifenjilu_tab:hover {
    cursor: pointer
}

.selectBar {
    display: none;
    width: 28px;
    height: 2px;
    background: #19B6A0;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0
}

.tabSelect {
    color: #19B6A0
}

.tabSelect > .selectBar {
    display: inline-block
}

.jiluList {
    padding-top: 9px
}

.jiluList_item {
    height: 76px;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.jiluList_item__div {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.jiluList_item__div:nth-child(2) {
    text-align: right;
    line-height: 76px;
    font-size: 18px;
    color: #19B6A0;
    font-weight: bold
}

.qiandao {
    padding-top: 13px;
    font-size: 17px;
    color: #333
}

.time {
    padding-top: 9px;
    font-size: 12px;
    color: #999
}

.hidden {
    display: none
}

.reddot {
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FF0404
}

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

.homeHeader {
    height: 44px;
    background-color: #37363C;
    line-height: 44px;
    text-align: center;
    color: #fff;
    position: relative;
    z-index: 1001;
    font-size: 18px;
    display: none
}

.homeContent {
    overflow-x: hidden
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative
}

.bannerBox {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bannerBox_list__img {
    width: 100%;
    height: 100%
}

.recentPlay {
    height: 154px;
    padding-top: 20px;
    width: 100%;
    position: relative
}

.recentPlay_tip {
    margin-top: 5px;
    position: absolute
}

.recentPlay_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    overflow: hidden;
    padding-top: 5px;
    padding-left: 37px;
    position: relative
}

.recentGame {
    height: 100%
}

.recentGame > li {
    float: left
}

.recentGame_tip {
    width: 27px;
    height: 108px;
    text-align: center;
    margin-left: 10px;
    background-color: #36B7D0;
    color: #fff;
    font-size: 14px;
    padding-top: 13px
}

.recentGame_item {
    width: 84px;
    height: 99px;
    padding-top: 39px;
    -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);
    margin-left: 16px;
    margin-top: 13px;
    border-radius: 2px;
    position: relative
}

.recentGame_item__text {
    text-align: center;
    color: #333;
    font-size: 12px
}

.recentGame_item__btn {
    display: block;
    width: 54px;
    height: 26px;
    border: 1px solid #21A9C3;
    color: #21A9C3;
    text-align: center;
    line-height: 24px;
    font-size: 12px;
    border-radius: 4px;
    margin: 10px auto
}

.recentGame_item__img {
    width: 54px;
    height: 54px;
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: -18px
}

.hotTab {
    background-color: #fff;
    height: 41px;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%
}

.hotTab__ceil {
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1
}

.hotTab .hotTabBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
    color: #666
}

.hotTab .hotTabBox_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    line-height: 41px;
    position: relative;
    cursor: pointer
}

.hotTabBox_item__bar {
    display: none;
    width: 28px;
    height: 2px;
    background: #22AFCA;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0
}

.tabBox_selected {
    color: #36B7D0
}

.tabBox_selected > i {
    display: inline-block
}

.xinfuTab {
    height: 52px;
    padding-top: 12px
}

.xinfuTab_item {
    width: 50%;
    height: 28px;
    border-radius: 14px;
    margin: 0 auto;
    background: #f0f0f0;
    vertical-align: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.xinfuTab_item__list {
    display: inline-block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 28px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    font-size: 12px;
    color: #666;
    vertical-align: top;
    cursor: pointer
}

.newGame_item, .hotGame_item, .runCoolKid_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 14px;
    border-bottom: 1px solid #f0f0f0;
    padding-right: 14px;
    padding-bottom: 10px;
    cursor: pointer
}

.newGame_item__div1, .hotGame_item__div1, .runCoolKid_item__div1 {
    width: 57px;
    padding-top: 11.5px
}

.newGame_item__div1 > img, .hotGame_item__div1 > img, .runCoolKid_item__div1 > img {
    width: 57px;
    height: 57px;
    vertical-align: top
}

.newGame_item__div2, .hotGame_item__div2, .runCoolKid_item__div2 {
    width: 209px;
    padding-left: 14px;
    overflow: hidden;
}

.newGame_item__div3, .hotGame_item__div3, .runCoolKid_item__div3 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 24px;
    text-align: right
}

.openWarn {
    display: inline-block;
    width: 81px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    border: 1px solid #F5A623;
    font-size: 15px;
    border-radius: 4px;
    background: #F5A623
}

.coolPao {
    padding-top: 14px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}

.dujia {
    display: inline-block;
    height: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #FF5353;
    color: #FF5353;
    font-size: 10px;
    border-radius: 1px;
    margin-left: 4px;
    padding: 0 4px;
    position: relative;
    top: -0.1rem;
}

.libao {
    display: inline-block;
    height: 16px;
    text-align: center;
    line-height: 14px;
    border: 1px solid #249AFF;
    color: #249AFF;
    font-size: 10px;
    border-radius: 1px;
    margin-left: 4px;
    padding: 0 4px;
    position: relative;
    top: -0.1rem;
}

.timeRegion {
    padding-top: 11px;
    font-size: 12px;
    color: #F5A623
}

.timeRegion > span {
    color: #999;
    padding-left: 10px
}

.start {
    display: inline-block;
    width: 54px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    color: #23B0CB;
    border: 1px solid #23B0CB;
    font-size: 15px;
    border-radius: 4px
}

.opened {
    display: none
}

.openedText {
    font-size: 10px;
    color: #999;
    padding-top: 11px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 2px;
    height: 26px;
    overflow: hidden;
    line-height: 15px
}

.newOpenService {
    display: none
}

.activityTab {
    padding-top: 12px
}

.activityTab_item {
    width: 70%;
    height: 28px;
    border-radius: 14px;
    background-color: #f0f0f0;
    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: 12px;
    display: inline-block;
    width: 33.33%;
    height: 28px;
    border-radius: 14px;
    text-align: center;
    line-height: 28px;
    cursor: pointer
}

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

.activityContent {
    padding-top: 2px
}

.notice {
    width: 100%;
    display: none
}

.notice_item {
    cursor: pointer;
    height: 60px;
    margin: 10px;
    -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
}

.notice_item__left {
    width: 66px
}

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

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

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

.activityMessage {
    width: 44px;
    height: 44px;
    margin: 8px 13px;
    border-radius: 6px;
    color: #fff;
    background-color: #5EBCDF;
    font-size: 14px;
    padding: 4px 8px;
    line-height: 18px
}

.youjiang, .huodong {
    width: 100%;
    padding: 4px 0 0
}

.youjiang_item, .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: 20px;
    cursor: pointer;
    margin: 12px 10px;
    overflow: hidden
}

.youjiang_item__img, .huodong_item__img {
    width: 100%
}

.youjiang_item__img > img, .huodong_item__img > img {
    width: 100%;
    height: 100%;
    vertical-align: top
}

.youjiang_item__chuliuxiang, .huodong_item__chuliuxiang {
    font-size: 15px;
    color: #333;
    padding-left: 12px;
    padding-top: 11px
}

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

.youjiang_item__time > .over, .huodong_item__time > .over {
    float: right
}

.youjiang_item__time > .continue, .huodong_item__time > .continue {
    float: right;
    color: #23B0CB
}

.huodong {
    display: none
}

.activity {
    display: none
}

.xinshangjia {
    display: none
}

.gameDetails {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.shadow {
    width: 100%;
    height: 100%;
    line-height: 60px
}

.detailsContainer {
    width: 100%;
    height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    border-radius: 8px 8px 0 0
}

.detailsContainer_bottom {
    height: 50px;
    background-color: #fff;
    border-top: 1px solid #f0f0f0;
    line-height: 45px;
    text-align: center;
    padding: 6px 2%
}

.detailsContainer_bottom > a {
    float: left;
    width: 46%;
    height: 38px;
    text-align: center;
    line-height: 36px;
    font-size: 16px;
    border-radius: 4px;
    margin: 0 2%
}

.detailsContainer_bottom__wd {
    color: #F5A623;
    border: 1px solid #F5A623;
    background-color: #fff;
    cursor: pointer
}

.detailsContainer_bottom__play {
    color: #fff;
    background: #23B0CB
}

.detailsContainer_content {
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-left: 20px;
    height: 100%
}

.gameShare {
    height: 49px;
    padding-top: 17px;
    position: relative
}

.gameShare > span {
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute
}

.gameShare > span > img {
    width: 100%;
    height: 100%;
    cursor: pointer
}

.gameShare_img {
    top: 17px;
    right: 71px
}

.gameShare_close {
    top: 17px;
    right: 18px
}

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

.detailGame_div1 {
    width: 80px;
    height: 80px
}

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

.detailGame_div2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 12px
}

.detailGame_div2 .coolPao {
    padding-top: 6px
}

.playText {
    font-family: PingFangSC;
    font-size: 12px;
    color: #999999;
    padding-top: 6px;
    height: 24px;
    overflow: hidden
}

.detailGame_div2_text {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 22px;
    overflow: hidden
}

.detailImg {
    padding-top: 26px;
    overflow: hidden;
    height: 220px
}

.detailImg_item__list {
    width: 133.3px;
    height: 194px;
    margin-left: 8.8px;
    float: left
}

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

.detailImg_item__list:nth-child(1) {
    margin-left: 0
}

.gameDescript {
    font-size: 13px;
    color: #333;
    line-height: 19px;
    padding-right: 20px;
    padding-top: 5px;
    font-family: SourceHanSansCN-Normal;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden
}

.showAll {
    color: #E28F0A;
    text-align: right;
    padding-right: 20px;
    font-family: SourceHanSansCN-Normal;
    font-size: 13px;
    cursor: pointer
}

.gameGiftBag {
    font-family: PingFangSC;
    font-size: 15px;
    color: #333333;
    line-height: 17px;
    padding-top: 10px
}

.gameGiftBag > i {
    display: inline-block;
    width: 4px;
    height: 17px;
    background: #23B0CB;
    border-radius: 1px;
    vertical-align: middle;
    margin-right: 10px
}

.gameGiftList {
    padding-top: 9px;
    padding-right: 20px
}

.gameGiftList_item__list {
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.giftBag {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.giftBag_p1 {
    font-family: PingFangSC;
    font-size: 15px;
    color: #333
}

.giftBag_p1 > .libao {
    margin-left: 0
}

.giftBag_p2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-family: PingFangSC;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    padding-top: 4px
}

.giftBtn {
    width: 84px;
    text-align: right
}

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

.gameInformation {
    padding-top: 9px;
    padding-bottom: 9px
}

.gameInformation > P {
    font-family: PingFangSC;
    font-size: 12px;
    color: #999;
    line-height: 18px
}

.popShare {
    position: absolute;
    bottom: -170px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    background-color: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 170px
}

.popShare .shareWay {
    height: 120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popShare .shareWay_span {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
    font-family: NotoSansHans-Regular;
    font-size: 12px;
    color: #666666;
    text-indent: 0;
    width: auto;
    height: auto;
    background-position: center 28px;
    padding-top: 85px;
    line-height: 1.5;
    margin: 0
}

.popShare .shareWay_span.qq {
    background-image: url(../images/icon_fx_qq.png)
}

.popShare .shareWay_span.wx {
    background-image: url(../images/icon_fx_wx.png)
}

.popShare .shareWay_span.wxp {
    background-image: url(../images/icon_fx_wxp.png)
}

.popShare .shareWay_span.wb {
    background-image: url(../images/icon_fx_wb.png)
}

.popShare .cancelShare {
    height: 50px;
    border-top: 1px solid #f0f0f0;
    text-align: center;
    line-height: 50px;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #000000;
    cursor: pointer
}

.popShareBox {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none;
    overflow: hidden
}

.bd_weixin_popup {
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important
}

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

.orderSucess_box {
    width: 312.5px;
    height: 184.4px;
    position: absolute;
    left: 50%;
    margin-left: -156.25px;
    top: 50%;
    margin-top: -92.2px;
    background-color: #fff;
    border-radius: 5.21px
}

.orderSucess_box__p1 {
    padding-top: 52px;
    font-family: PingFangSC-Medium;
    font-size: 20px;
    color: #333333;
    text-align: center
}

.orderSucess_box__p2 {
    width: 196px;
    height: 42px;
    border: 1px solid #19B6A0;
    border-radius: 4.17px;
    text-align: center;
    line-height: 42px;
    margin: 46px auto;
    font-family: SourceHanSansCN-Normal;
    font-size: 17px;
    color: #19B6A0
}

@media only screen and (max-width: 750px) {
    .wrap {
        width: 100%;
        height: 100%;
        background-color: #fff
    }

    .shadowScroll {
        width: 100% !important;
        overflow-y: auto !important
    }

    .detailsContainer_content, .content, .container, .giftBag_content, .homeContent {
        width: 100%
    }

    .detailImg {
        overflow-x: auto
    }

    .recentPlay_main {
        height: 100%
    }

    .web {
        display: none
    }

    .beiAnHao {
        display: none
    }
}

@media only screen and (min-width: 750px) {
    .wrap {
        width: 386px;
        height: 654px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -293px 0 0 -193px;
        background-color: #fff
    }

    .web {
        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%
    }

    .webheader {
        height: 78px;
        width: 100%;
        max-width: 1165px;
        margin: 0 auto;
        line-height: 78px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .webheader_logo {
        width: 140px;
        height: 48px;
        margin-top: 15px
    }

    .webheader_logo > img {
        width: 100%
    }

    .webheader_i {
        width: 38px;
        padding-left: 18px;
        padding-top: 12px
    }

    .webheader_i i {
        width: 2px;
        height: 34px;
        background-color: #23B0CB;
        display: inline-block
    }

    .webheader_h1 {
        display: inline-block;
        height: 100%;
        font-family: PingFangSC;
        font-size: 32px;
        color: #333333;
        padding: 0;
        margin: 0
    }

    .webheader_h4 {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: right;
        font-family: PingFangSC-Medium;
        font-size: 18px;
        color: #23B0CB
    }

    .webheader_h4 a {
        color: #23B0CB
    }

    .big_bg {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        background: url("../images/bg.png") no-repeat;
        background-size: cover
    }

    .big_bg__img {
        position: absolute;
        width: 418px;
        height: 797px;
        left: 50%;
        top: 50%;
        margin: -379px 0 0 -209px
    }

    .big_bg__erweima {
        width: 198px;
        height: 240px;
        position: absolute;
        bottom: 201px;
        left: 50%;
        margin-left: 370px
    }

    .big_bg__erweima img {
        width: 198px;
        height: 198px
    }

    .big_bg__erweima h4 {
        font-family: PingFangSC;
        font-size: 18px;
        color: #FFFFFF;
        text-align: center
    }
}

.shadowScroll {
    overflow: hidden;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.yincangScroll {
    height: 100%;
    overflow: hidden
}

.noMore {
    margin-top: 18px;
    margin-left: 17px;
    margin-right: 17px;
    border-top: 1px solid #f0f0f0;
    font-family: PingFangSC;
    font-size: 10px;
    color: #999999;
    position: relative;
    text-align: center
}

.noMore_text {
    position: absolute;
    display: inline-block;
    width: 66px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    left: 50%;
    margin-left: -33px;
    top: -7px;
    background-color: #fff
}

.noMore_p1__span1 {
    color: #999;
    text-decoration: underline
}

.noMore_p1__span2 {
    color: #999;
    text-decoration: underline;
    margin-left: 6px
}

.noMore_p2 {
    padding-top: 4px
}

.noMore_p2__span1 {
    text-decoration: underline
}

.noMore_p2__span2 {
    text-decoration: underline;
    margin-left: 6px
}

.noMore_p3 {
    padding-top: 2px;
    text-decoration: underline;
    padding-bottom: 10px
}

.beiAnHao {
    position: absolute;
    bottom: 10px;
    height: 42px;
    width: 100%;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #FFFFFF
}

.beiAnHao p {
    text-align: center;
    line-height: 16px
}

.beiAnHao_p1 {
    margin-bottom: 10px
}

.beiAnHao a {
    color: #fff
}

.shadowScroll {
    overflow-x: hidden;
    overflow-y: scroll;
    width: calc(100% + 0.75rem);
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%
}

.yincangScroll {
    height: 100%;
    overflow: hidden
}

.noMore {
    margin-top: 18px;
    margin-left: 17px;
    margin-right: 17px;
    border-top: 1px solid #f0f0f0;
    font-family: PingFangSC;
    font-size: 10px;
    color: #999999;
    position: relative;
    text-align: center
}

.noMore_text {
    position: absolute;
    display: inline-block;
    width: 66px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    left: 50%;
    margin-left: -33px;
    top: -7px;
    background-color: #fff
}

.noMore_p1__span1 {
    text-decoration: underline
}

.noMore_p1__span2 {
    text-decoration: underline;
    margin-left: 6px
}

.noMore_p2 {
    padding-top: 4px
}

.noMore_p2__span1 {
    text-decoration: underline
}

.noMore_p2__span2 {
    text-decoration: underline;
    margin-left: 6px
}

.noMore_p3 {
    padding-top: 2px;
    text-decoration: underline;
    padding-bottom: 10px
}

.zhuanjifen {
    padding: 0 10px !important
}

.zhuanjifenList_item {
    height: 76px;
    border-bottom: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zhuanjifenList_item__div:nth-child(1) {
    width: 52px;
    padding-top: 12px;

}

.zhuanjifenList_item__div:nth-child(1) > img {
    width: 52px;
    height: 52px
}

.zhuanjifenList_item__div:nth-child(2) {
    /*width: 200px;*/
    padding-left: 12px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.zhuanjifenList_item__div:nth-child(2) > .p1 {
    padding-top: 16px;
    font-size: 17px;
    color: #333
}

.zhuanjifenList_item__div:nth-child(2) > .p2 {
    padding-top: 9px;
    font-size: 12px;
    color: #999
}

.zhuanjifenList_item__div:nth-child(3) {
    /*-webkit-box-flex: 1;*/
    /*-ms-flex: 1;*/
    /*flex: 1;*/
    line-height: 76px;
    text-align: right
}

.zhuanjifen_box {
    display: inline-block;
    padding: 0 6px;
    border: 1px solid #249AFF;
    border-radius: 1px;
    font-size: 11px;
    color: #249AFF;
    margin-left: 5px
}

.jifenBox {
    padding: 4px 5px;
    font-size: 15px;
    color: #19B6A0;
    border: 1px solid #19B6A0;
    border-radius: 4px;
    position: relative
}

.jifenBox > .reddot {
    position: absolute;
    right: -4.5px;
    top: -4.5px
}

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

.container {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    padding: 0px 10px 0 10px;
    min-height: 100%
}

.userJF {
    height: 100px;
    margin-top: 10px;
    background: #F4FAFB;
    -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: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.userJF_div1__img {
    width: 76px;
    height: 76px;
    border-radius: 50%;
    overflow: hidden;
    margin: 12px 14px
}

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

.userJF_div2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 14px;
    overflow: hidden;
}

.userJF_div2__p1 {
    font-family: PingFangSC;
    font-size: 16px;
    line-height: 2.2;
    color: #333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.userJF_div2__p1 > span {
    font-family: PingFangTC-Medium;
    font-size: 26px;
    color: #333333
}

.userJF_div2__p2 {
    color: #666;
    font-family: PingFangSC;
    font-size: 12px
}

.userJF_div2__p2 a {
    color: #666666
}

.userJF_div2__p2:hover {
    cursor: pointer
}

.userJF_div2 .jfNum {
    color: #FF8103;
    font-size: 24px;
    padding-right: 5px
}

.userJF_div2 .wenhao {
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    color: #fff;
    background: #D8D8D8;
    font-size: 12px;
    text-align: center;
    line-height: 14px;
    margin-left: 4px
}

.userJF_div3 {
    width: 78px;
    padding-top: 37px
}

.userJF_div3__qiandao {
    display: inline-block;
    width: 54px;
    height: 26px;
    background: #23B0CB;
    border: 1px solid #23B0CB;
    border-radius: 4px;
    font-family: PingFangSC;
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    line-height: 26px;
    margin-left: 12px;
    position: relative;
    cursor: pointer
}

.userJF_div3__qiandao > .reddot {
    position: absolute;
    top: -4.5px;
    right: -4.5px
}

.zhuanchouJF {
    height: 64px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.zhuanchouJF a {
    display: block;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.zhuanchouJF_chou, .zhuanchouJF_zhuan {
    margin-top: 10px;
    height: 64px;
    background: #F0F0F0;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.zhuanchouJF_chou__img, .zhuanchouJF_zhuan__img {
    width: 42px;
    height: 42px;
    text-align: center;
    margin: 11px 10px
}

.zhuanchouJF_chou__img > img, .zhuanchouJF_zhuan__img > img {
    width: 100%;
    height: 100%
}

.zhuanchouJF_chou__text, .zhuanchouJF_zhuan__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.zhuanchouJF_chou__text > p:nth-child(1), .zhuanchouJF_zhuan__text > p:nth-child(1) {
    padding-top: 11px;
    font-family: PingFangTC-Regular;
    font-size: 17px;
    color: #333333
}

.zhuanchouJF_chou__text > p:nth-child(2), .zhuanchouJF_zhuan__text > p:nth-child(2) {
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999
}

.zhuanchouJF_chou__text .redDot, .zhuanchouJF_zhuan__text .redDot {
    position: absolute;
    left: 72px;
    top: 9px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #FF0404
}

.zhuanchouJF_chou__text .zhuanDot, .zhuanchouJF_zhuan__text .zhuanDot {
    left: 57px
}

.zhuanchouJF_zhuan {
    margin-right: 10px;
    -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);
    background-color: #f0f0f0
}

.zhuanchouJF_chou {
    background: rgba(254, 93, 47, 0.1);
    -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);
    margin-left: 10px
}

.qian {
    font-size: 14px
}

.userBottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 51px
}

.shangcheng_jifenjilu, .shangcheng_zhuanjifen {
    width: 50%;
    font-size: 16px;
    color: #666;
    text-align: center;
    border-right: 1px solid #f0f0f0
}

.shangcheng_jifenjilu > img, .shangcheng_zhuanjifen > img {
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 10.5px
}

.shangcheng_jifenjilu > span, .shangcheng_zhuanjifen > span {
    line-height: 51px
}

.shangcheng_jifenjilu {
    border: none
}

.product {
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0;
    margin-top: 26px;
    color: #666
}

.product > div {
    text-align: center;
    line-height: 20px;
    font-family: PingFangSC;
    font-size: 14px;
    height: 100%;
    padding-bottom: 11px;
    position: relative
}

.product_virtual {
    width: 50%
}

.product_real {
    width: 50%
}

.product_selected {
    color: #23B0CB
}

.product_selected > i {
    display: inline-block;
    width: 28px;
    height: 2px;
    background-color: #23B0CB;
    position: absolute;
    left: 50%;
    margin-left: -14px;
    bottom: 0
}

.productList {
    padding-top: 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.productList_item {
    margin-top: 14px;
    width: 48%
}

.productList_item__img {
    width: 100%;
    height: 92px;
    border: 1px solid #f0f0f0;
    border-radius: 5px
}

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

.productList_item__name {
    font-family: PingFangTC-Medium;
    font-size: 15px;
    color: #666;
    line-height: 30px
}

.productList_item__num {
    height: 20px;
    width: 100%;
    line-height: 20px
}

.productList_item__num > span {
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #57B9ED
}

.productList_item__num > span:nth-child(2) {
    color: #999;
    float: right
}

.productList_item__num > span:nth-child(1) {
    float: left
}

.realProductList {
    display: none
}

.sort {
    width: 100%;
    margin-top: 25px;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #999;
    overflow-y: hidden
}

.sort_container {
    display: inline-block;
    width: 100%
}

.sort_container > a {
    padding: 2px;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #999999
}

.sort_container > a.active {
    background-color: #999;
    color: #fff
}

.sort_container > span {
    background: #999999;
    font-family: SourceHanSansCN-Regular;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.26px;
    margin-left: 12px;
    padding: 0 4px
}

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

.jifenqiandao_btn {
    width: 131px;
    height: 40px;
    border: 1px solid #FFFFFF;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -65.5px;
    top: 50%;
    margin-top: 150px;
    font-family: PingFangSC;
    font-size: 16px;
    color: #FFFFFF
}

.jifenqiandaoBox {
    position: absolute;
    width: 310px;
    height: 242px;
    background-color: #fff;
    left: 50%;
    margin-left: -155px;
    top: 50%;
    margin-top: -121px;
    border-radius: 10px
}

.jifenqiandaoBox_h4 {
    padding-top: 17px;
    font-family: PingFangTC-Regular;
    font-size: 24px;
    color: #23B0CB;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold
}

.jifenqiandaoBox_group {
    width: 248px;
    height: 64px;
    position: relative;
    margin: 0 auto
}

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

.jifenqiandaoBox_p {
    padding-top: 58px;
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999;
    text-align: center
}

.secondDay, .thirdDay, .fouthDay, .fifthDay, .sixthDay, .seventhDay, .firstDay {
    position: absolute;
    width: 36px;
    height: 54px;
    line-height: 8px
}

.secondDay_jifen, .thirdDay_jifen, .fouthDay_jifen, .fifthDay_jifen, .sixthDay_jifen, .seventhDay_jifen, .firstDay_jifen {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999;
    background: #f0f0f0
}

.secondDay_day, .thirdDay_day, .fouthDay_day, .fifthDay_day, .sixthDay_day, .seventhDay_day, .firstDay_day {
    display: inline-block;
    width: 100%;
    font-family: PingFangTC-Regular;
    font-size: 10px;
    color: #999999;
    text-align: center;
    line-height: 14px
}

.firstDay {
    left: 74px;
    top: -18px
}

.secondDay {
    left: 138px;
    top: -18px
}

.thirdDay {
    left: 202px;
    top: -18px
}

.thirdDay_jifen {
    padding-top: 6px;
    background-color: #FF634A;
    line-height: 12px;
    font-size: 10px;
    color: #fff
}

.thirdDay_jifen > i {
    font-family: PingFangTC-Medium;
    font-size: 12px;
    color: #ECFF00;
    font-style: normal
}

.thirdDay > img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 100;
    top: -15px
}

.fouthDay {
    left: 202px;
    bottom: -36px
}

.fifthDay {
    left: 138px;
    bottom: -36px
}

.sixthDay {
    left: 74px;
    bottom: -36px
}

.seventhDay {
    left: 10px;
    bottom: -36px
}

.seventhDay_jifen {
    padding-top: 6px;
    background-color: #FF634A;
    line-height: 12px;
    font-size: 10px;
    color: #fff
}

.seventhDay_jifen > i {
    font-family: PingFangTC-Medium;
    font-size: 12px;
    color: #ECFF00;
    font-style: normal
}

.seventhDay > img {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    z-index: 100;
    top: -15px
}

.sortSelected {
    background-color: #666;
    color: #fff
}

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

.giftBag_header {
    height: 44px;
    background-color: #37363C;
    text-align: center;
    line-height: 44px;
    color: #fff;
    font-size: 18px;
    display: none
}

.giftBag_header > h1 {
    font-size: 18px
}

.giftBag_content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    background-color: #f0f0f0;
    min-height: 100%
}

.userSign {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    padding: 0 10px
}

.userSign_head {
    width: 70px
}

.userSign_head__img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    margin: 10px auto
}

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

.userSign_detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 13px
}

.userSign_detail__p1 {
    font-size: 14px;
    color: #333;
    line-height: 20px
}

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

.userSign_sign {
    width: 74px
}

.userSign_qiandao {
    display: block;
    width: 54px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #23B0CB;
    color: #fff;
    border-radius: 4px;
    text-align: center;
    font-size: 14px;
    margin: 20px auto;
    background-color: #23B0CB;
    position: relative;
    cursor: pointer
}

.userSign_qiandao > .reddot {
    position: absolute;
    top: -4.5px;
    right: -4.5px
}

.giftList {
    margin-top: 10px;
    background-color: #fff;
    padding-left: 20px;
    padding-right: 20px
}

.giftList_name {
    height: 78px;
    text-align: left
}

.giftList_name .start {
    float: right;
    margin: 25px 0
}

.giftList_name > img {
    width: 57px;
    height: 57px;
    margin-top: 10px;
    vertical-align: middle
}

.giftList_name > span {
    padding-left: 14px;
    display: inline-block;
    height: 100%;
    line-height: 78px;
    vertical-align: middle;
    font-size: 17px
}

.giftList_addGroup {
    height: 72px;
    border-top: 1px solid #f0f0f0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.giftList_addGroup__div1 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.giftList_addGroup__div1 > p:nth-child(1) {
    padding-top: 18px;
    font-size: 15px;
    color: #333
}

.giftList_addGroup__div1 > p:nth-child(1) > .libao {
    margin-left: 0
}

.giftList_addGroup__div1 > p:nth-child(2) {
    padding-top: 4px;
    font-size: 12px;
    line-height: 18px;
    color: #999;
    overflow: hidden;
    height: 25px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 200px;
}

.giftList_addGroup__div2 {
    width: 90px;
    text-align: right;
    vertical-align: middle
}

.lingqu, .jiaqun {
    display: inline-block;
    width: 54px;
    height: 28px;
    text-align: center;
    line-height: 26px;
    border: 1px solid #FF4F65;
    color: #FF4F65;
    margin: 22px auto;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 15px
}

.lingqu:hover, .jiaqun:hover {
    cursor: pointer
}

.tongyima {
    display: inline-block;
    font-family: PingFangSC;
    font-size: 11px;
    color: #249AFF;
    text-align: center;
    padding: 0 3px;
    border: 1px solid #249AFF;
    height: 16px;
    line-height: 14px
}

.getMore {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 13px;
    color: #999;
    cursor: pointer
}

.getMore > img {
    width: 13px;
    height: 12px
}

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

.lingqu {
    color: #23B0CB;
    border: 1px solid #23B0CB
}

.giftList_others {
    height: 0;
    overflow: hidden
}

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

.getSucessBox {
    width: 287px;
    position: absolute;
    left: 50%;
    margin-left: -143.5px;
    top: 50%;
    margin-top: -71.5px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.getSucessBox > p {
    text-align: center
}

.getSucessBox_p1 {
    padding-top: 11px;
    font-family: PingFangSC;
    font-size: 14px;
    color: #666666
}

.getSucessBox_p2 {
    padding: 15px 15px 0;
    font-family: PingFangSC;
    font-size: 16px;
    color: #999999
}

.getSucessBox_p2__code {
    padding: 0 7px;
    font-family: PingFangSC;
    font-size: 14px;
    color: #999999;
    background: #F0F0F0;
    border-radius: 2px
}

.getSucessBox_p3 {
    padding-top: 9px;
    font-family: PingFangSC;
    font-size: 12px;
    color: #999999
}

.getSucessBox_p4 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 6px;
    border-top: 1px solid #f0f0f0;
    font-family: PingFangSC;
    font-size: 15px;
    color: #22AFCA;
    line-height: 39px
}

.lingquFailed, .fuzhiSucess {
    width: 119px;
    height: 38px;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.72);
    border-radius: 5.2px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -59.5px;
    bottom: 74px;
    display: none;
    text-align: center;
    font-family: SourceHanSansCN-Normal;
    font-size: 14.56px
}

.lingquFailed {
    display: none
}

.giftBagXiangQing {
    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%
}

.giftXiangQing {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 20px;
    padding-right: 20px
}

.giftXiangQingTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #f0f0f0
}

.giftXiangQingTop_div1 {
    width: 71px;
    padding-top: 9px
}

.giftXiangQingTop_div1 > img {
    width: 57px;
    height: 57px;
    line-height: 76px
}

.giftXiangQingTop_div2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.giftXiangQingTop_div2__p1 {
    padding-top: 13px;
    font-size: 17px;
    color: #333;
    font-family: PingFangSC;
    line-height: 24px
}

.giftXiangQingTop_div2__p2 {
    font-family: PingFangSC;
    font-size: 12px;
    color: #F5A623;
    padding-top: 9px;
    line-height: 17px;
    padding-bottom: 5px
}

.giftXiangQingTop_div3 {
    width: 74px;
    text-align: right
}

.giftBagDetail_list {
    margin-bottom: 6px
}

.giftBagDetail_list__p1 {
    padding-top: 12px;
    font-family: PingFangSC;
    font-size: 15px;
    color: #333;
    vertical-align: middle
}

.giftBagDetail_list__p2 {
    font-family: PingFangSC;
    font-size: 12px;
    color: #999;
    line-height: 18px;
    margin-top: 9px;
    letter-spacing: 1px
}

.flagBar {
    display: inline-block;
    width: 4px;
    height: 15px;
    background-color: #23B0CB;
    margin-right: 10px;
    vertical-align: middle
}

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

.virtualProduct_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    padding: 15px 20px 0 20px
}

.realProduct_bottom, .virtualProduct_bottom {
    width: 105px;
    height: 25px;
    position: relative;
    border-radius: 4px;
    font-family: SourceHanSansCN-Normal;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0.16px;
    margin-top: 3px
}

.realProduct_bottom__btn, .virtualProduct_bottom__btn {
    width: 100%;
    height: 100%;
    background-color: #23B0CB;
    text-align: center;
    line-height: 25px;
    color: #fff;
    border-radius: 4px
}

.realProduct_bottom .duihuanSucess_color, .virtualProduct_bottom .duihuanSucess_color {
    background: #D2D2D2
}

.rpxq, .vpxq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.rpxq_img, .vpxq_img {
    width: 164px;
    height: 92px
}

.rpxq_img > img, .vpxq_img > img {
    width: 100%;
    height: 100%
}

.rpxq_text, .vpxq_text {
    padding-left: 14px
}

.rpxq_text__h4, .vpxq_text__h4 {
    font-family: PingFangTC-Medium;
    font-size: 18px;
    color: #666666;
    font-weight: bold
}

.rpxq_text__p, .vpxq_text__p {
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999;
    padding-top: 2px
}

.orangeColor {
    color: #F5A623
}

.bColor {
    color: #57B9ED
}

.virtualProduct_ul {
    padding-top: 24px
}

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

.realProduct_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden
}

.rpxq {
    padding: 20px
}

.form {
    padding: 35px 20px 27px 20px
}

.form > p {
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #666666;
    padding-top: 18px
}

.form_select > span {
    display: inline-block;
    width: 38px;
    height: 27px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    text-align: center;
    line-height: 27px;
    margin-left: 13px;
    font-size: 16px;
    color: #666666;
    font-family: PingFangTC-Regular
}

.form_num__input {
    width: 70px;
    height: 27px;
    border: 1px solid #DCDCDC;
    margin-left: 13px;
    text-align: center;
    border-radius: 4px;
    color: #666
}

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

.form_name__input {
    margin-left: 13px;
    border: 1px solid #DCDCDC;
    height: 27px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-indent: 5px
}

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

.form_phone__input {
    margin-left: 13px;
    border: 1px solid #DCDCDC;
    height: 27px;
    border-radius: 4px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-indent: 5px
}

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

.form_send__select {
    cursor: pointer;
    margin-left: 13px;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    height: 27px;
    color: #666;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 25px;
    padding-left: 5px
}

.form_send__select > a {
    color: #666;
    margin-left: 5px
}

.form_send__list {
    background-color: #fff;
    border: 1px solid #DCDCDC;
    display: none;
    left: 0;
    position: absolute;
    top: 27px;
    width: 100%;
    z-index: 1
}

.form_send__list > a {
    color: #666
}

.form_address {
    padding-left: 55px
}

.form_address__input {
    width: 100%;
    border: 1px solid #DCDCDC;
    border-radius: 4px;
    height: 27px;
    text-indent: 5px
}

.shangpin_xq {
    padding-left: 20px;
    font-family: PingFangSC;
    font-size: 15px;
    color: #333333
}

.shangpin_picture {
    font-size: 14px;
    padding-top: 19px;
    width: 100%
}

.shangpin_picture > img {
    max-width: 100%
}

.duihuanShadow {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.duihuanShadow_box {
    width: 287px;
    height: 143px;
    position: absolute;
    left: 50%;
    margin-left: -143.5px;
    top: 50%;
    margin-top: -71.5px;
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden
}

.duihuanShadow_box__p1 {
    padding-top: 11px;
    font-family: PingFangSC;
    font-size: 14px;
    color: #666666;
    text-align: center
}

.duihuanShadow_box__p2 {
    padding-top: 19px;
    font-family: PingFangSC;
    font-size: 16px;
    color: #333333;
    text-align: center
}

.duihuanShadow_box__p3 {
    margin-top: 26px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.duihuanShadow_box__p3 > span {
    display: inline-block;
    width: 50%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background-color: #fff;
    font-family: PingFangSC;
    font-size: 15px;
    color: #22AFCA;
    border-top: 1px solid #f0f0f0
}

.duihuanShadow_box__p3 > span:nth-child(1) {
    border-right: 1px solid #f0f0f0
}

.duihuanSucess {
    position: absolute;
    display: none;
    width: 119px;
    height: 38px;
    left: 50%;
    margin-left: -59.5px;
    bottom: 60px;
    font-family: SourceHanSansCN-Normal;
    color: #FFFFFF;
    text-align: center;
    line-height: 38px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    font-size: 14px
}

.address_pop {
    display: none
}

.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_tab-item {
    color: #666;
    margin-left: 0.5rem
}

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

.address_list {
    height: 14rem;
    overflow-y: auto;
    padding: 0 0.5rem
}

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

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

.activity_xiangqing_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    overflow-x: hidden
}

.activity_xiangqing_main_title {
    font-family: PingFangSC;
    font-size: 18px;
    color: #333333;
    padding-top: 18px
}

.activity_xiangqing_main_time {
    font-family: PingFangSC;
    font-size: 12px;
    color: #999999;
    padding: 10px 0
}

.activity_xiangqing_main_time > span {
    float: right;
    font-family: PingFangSC;
    font-size: 12px;
    color: #01BBF2
}

.activity_xiangqing_main_content {
    font-family: PingFangSC;
    font-size: 12px;
    color: #666
}

.activity_xiangqing_main_content img {
    max-width: 100%
}

.activity_xiangqing_main_img {
    width: 100%
}

.activity_xiangqing_main_img > img {
    width: 100%
}

.jifenchoujiangContainer2 {
    background: url("../images/bg-jfcj.jpg") no-repeat;
    background-size: 100%;
    background-color: #580094
}

.jfcj_head {
    display: block;
    margin: 20px auto;
    width: 95%
}

.jfcj_body {
    margin: 20px auto;
    position: relative;
    width: 95%
}

.jfcj_zp {
    margin: 0 auto;
    width: 100%
}

.jfcj_zp > img {
    vertical-align: top;
    width: 100%
}

.jfcj_zz {
    left: 50%;
    margin: -21.5% 0 0 -21.5%;
    position: absolute;
    top: 50%;
    width: 43%
}

.jfcj_zz > img {
    vertical-align: top;
    width: 100%
}

.jifenchoujiang {
    background-color: #FF3861
}

.jifenchoujiang_header .header_icon__left {
    width: 44px;
    height: 44px
}

.jifenchoujiang_main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    padding: 0;
    margin: 0;
    background: url("../images/huosdk_zp_bg.png") no-repeat;
    background-size: 100%
}

.jifenchoujiang_main__bg {
    width: 100%
}

.jifenchoujiang_main__times {
    background: #900CCF;
    color: #fff;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
    text-align: center;
    width: 70%;
    margin: 0 auto
}

.jifenchoujiang_main__times .jifen {
    color: #FFF038
}

.jifenchoujiang_main__zhuanpan {
    width: 6.71rem;
    height: 6.71rem;
    border-radius: 50%;
    position: absolute;
    top: 4.48rem;
    left: 50%;
    margin-left: -3.355rem;
    overflow: hidden
}

.jifenchoujiang_main__zhuanpan .zhuanpan {
    width: 6.71rem;
    height: 6.71rem;
    border-radius: 50%
}

.jifenchoujiang_main__zhuanpan .zhuanpan img {
    width: 100%;
    height: 100%
}

.jifenchoujiang_main__zhuanpan .zhizhen {
    position: absolute;
    left: 50%;
    width: 2.55rem;
    height: 2.55rem;
    margin-left: -1.275rem;
    top: 50%;
    margin-top: -1.12rem
}

.award {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.award .awardBox {
    width: 5.09rem;
    height: 6.03rem;
    position: absolute;
    left: 50%;
    margin-left: -2.545rem;
    top: 50%;
    margin-top: -3.015rem;
    background: url("../images/huosdk_zp_caidai.png") no-repeat;
    background-size: 100%;
    background-color: #fff
}

.award .awardBox_p1 {
    height: 0.54rem;
    padding-top: 0.1rem;
    padding-right: 0.24rem;
    text-align: right;
    position: relative
}

.award .awardBox_p1__guanbi {
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer
}

.award .awardBox_p1__biaoqian {
    width: 3.8rem;
    height: 0.91rem;
    position: absolute;
    left: 50%;
    margin-left: -1.9rem;
    top: -0.39rem
}

.award .awardBox_p1__h3 {
    font-size: 0.4rem;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 1.35rem;
    height: 0.91rem;
    left: 50%;
    margin-left: -0.675rem;
    top: -0.50rem;
    line-height: 0.91rem
}

.award .awardBox_img {
    width: 2.57rem;
    height: 3.36rem;
    display: block;
    margin: 0 auto;
    margin-top: 0.33rem
}

.award .awardBox_text {
    font-size: 0.29rem;
    text-align: center;
    padding-top: 0.28rem
}

.award .awardBox_confirm {
    width: 2.6rem;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.26rem;
    color: #fff;
    background-color: #F18D00;
    margin: 0 auto;
    text-align: center;
    border-radius: 0.375rem;
    margin-top: 0.2rem;
    cursor: pointer
}

.getAwardInformation {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.getAwardInformationBox {
    width: 6.01rem;
    height: 7.19rem;
    position: absolute;
    left: 50%;
    margin-left: -3.005rem;
    top: 50%;
    margin-top: -3.595rem;
    background-color: #fff;
    border-radius: 0.1rem
}

.getAwardInformationBox_p1 {
    height: 1.01rem;
    border-bottom: 0.01rem solid #E3E3E3;
    text-align: center;
    line-height: 1rem;
    font-size: 0.32rem;
    position: relative
}

.getAwardInformationBox_p1__img {
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer;
    position: absolute;
    top: 0.36rem;
    right: 0.42rem
}

.getAwardInformationBox_connectWay, .getAwardInformationBox_receiveAddress, .getAwardInformationBox_receiver {
    padding-left: 0.31rem;
    padding-right: 0.31rem
}

.getAwardInformationBox_connectWay label, .getAwardInformationBox_receiveAddress label, .getAwardInformationBox_receiver label {
    display: block;
    height: 0.7rem;
    line-height: 0.7rem;
    font-size: 0.26rem
}

.getAwardInformationBox_connectWay input, .getAwardInformationBox_receiveAddress input, .getAwardInformationBox_receiver input {
    width: 100%;
    height: 0.7rem;
    border: 0.01rem solid #D3D3D3
}

.getAwardInformationBox_confirm {
    padding-top: 0.31rem
}

.getAwardInformationBox_confirm__btn {
    width: 2.61rem;
    height: 0.76rem;
    margin: 0 auto;
    background-color: #F18D00;
    color: #fff;
    text-align: center;
    line-height: 0.76rem;
    border-radius: 0.38rem;
    cursor: pointer
}

#receiveAddress {
    width: 100%;
    height: 1.2rem;
    resize: none
}

.getAwardSucess {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.getAwardSucessBox {
    width: 100%;
    height: 100%;
    background: url("../images/huosdk_zp_bg_02.png") no-repeat;
    background-size: 100%;
    position: relative
}

.getAwardSucessBox_text {
    width: 3.32rem;
    height: 1.19rem;
    position: absolute;
    left: 50%;
    margin-left: -1.66rem;
    top: 4.17rem;
    font-size: 0.26rem
}

.jifenchoujiangContainer {
    background: url("../images/jifen_bg.png") no-repeat;
    background-size: 100%;
    background-color: #EC2767
}

.jifenJF {
    background-color: rgba(255, 255, 255, 0.9)
}

.jifenJF_chou, .jifenJF_zhuan {
    background-color: rgba(255, 255, 255, 0.9)
}

.choujiangTimes {
    padding-top: 30px
}

.choujiangTimes_span1 {
    display: inline-block;
    width: 230px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    font-family: PingFangTC-Regular;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    float: left
}

.choujiangTimes_span1 .times {
    font-family: PingFangTC-Medium;
    font-size: 16px;
    color: #FF8103
}

.choujiangTimes_span2 {
    display: inline-block;
    padding: 0 10px;
    height: 28px;
    line-height: 28px;
    border-radius: 14px;
    background: rgba(0, 0, 0, 0.2);
    font-family: PingFangTC-Regular;
    font-size: 13px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 0;
    float: right
}

.choujiangTimes_span2 img {
    width: 15px;
    height: 15px;
    vertical-align: middle
}

.choujiangzhuanpan {
    width: 334px;
    max-width: 100%;
    border-radius: 50%;
    background-size: cover;
    margin: 30px auto 0;
    position: relative
}

.choujiangzhuanpan_zhuanpan {
    width: 100%;
    border-radius: 50%
}

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

.choujiangzhuanpan_zhizhen {
    width: 50%;
    position: absolute;
    left: 50%;
    margin-left: -25%;
    top: 50%;
    margin-top: -25%
}

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

.getPrizeList {
    margin: 27px 30px;
    height: 66px;
    border: 1px dotted #FFFFFF;
    line-height: 32px;
    font-family: PingFangTC-Medium;
    font-size: 14px;
    color: #FFFFFF;
    padding: 0 5px;
    overflow: hidden;
    white-space: nowrap
}

.getPrizeList li {
    height: 32px
}

.myPrize {
    padding-bottom: 30px
}

.myPrize_h4 {
    font-family: PingFangSC-Medium;
    font-size: 18px;
    color: #FFFFFF;
    text-align: center;
    line-height: 61px
}

.myPrize_box {
    margin: 0 10px;
    background-color: #fff;
    border-radius: 8px;
    padding: 0 15px
}

.smallDot {
    display: inline-block;
    width: 5.1px;
    height: 5.1px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle
}

.middleDot {
    display: inline-block;
    width: 7.1px;
    height: 7.1px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle
}

.bigDot {
    display: inline-block;
    width: 9.1px;
    height: 9.1px;
    border-radius: 50%;
    background-color: #fff;
    vertical-align: middle
}

.myPrizeList {
    width: 100%;
    padding: 8px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee
}

.myPrizeList_div1 {
    width: 65px;
    height: 65px;
    margin-right: 10px
}

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

.myPrizeList_div2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.myPrizeList_div2 p {
    margin-bottom: 4px
}

.myPrizeList_div2 p:last-child {
    margin-bottom: 0
}

.myPrizeList_div2__p1 {
    font-family: PingFangTC-Medium;
    font-size: 14px;
    color: #333333
}

.myPrizeList_div2__p2 {
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999
}

.myPrizeList_div2__p3 {
    font-family: PingFangTC-Medium;
    font-size: 12px;
    color: #FF8103
}

.myPrizeList_div3 {
    width: 60px
}

.myPrizeList_div3 a {
    display: inline-block;
    width: 54px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-family: PingFangTC-Medium;
    font-size: 12px;
    color: #FFFFFF;
    background: #FF8103;
    border-radius: 3px;
    margin-top: 19px
}

.myPrizeList_div3 .linged {
    background-color: #ddd
}

.myPrizeList_div3 .noLing {
    background-color: #FF8103
}

.checkMore {
    height: 43px;
    line-height: 43px;
    font-family: PingFangTC-Regular;
    font-size: 12px;
    color: #999999;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer
}

.prize {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.prize .prizeBox {
    width: 310px;
    height: 349px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 50%;
    margin-top: -174.5px;
    background: url("../images/huosdk_zp_caidai.png") no-repeat;
    background-size: 100%;
    background-color: #fff
}

.prize .prizeBox_p1 {
    height: 0.54rem;
    padding-top: 0.1rem;
    padding-right: 0.24rem;
    text-align: right;
    position: relative
}

.prize .prizeBox_p1__guanbi {
    width: 0.28rem;
    height: 0.28rem;
    cursor: pointer
}

.prize .prizeBox_p1__biaoqian {
    width: 198px;
    height: 46px;
    position: absolute;
    left: 50%;
    margin-left: -99px;
    top: -18px
}

.prize .prizeBox_p1__h3 {
    font-family: PingFangSC-Medium;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    width: 60px;
    height: 28px;
    left: 50%;
    margin-left: -30px;
    top: -14px;
    line-height: 28px
}

.prize .prizeBox_img {
    width: 87px;
    height: 130px;
    display: block;
    margin: 0 auto;
    margin-top: 64px
}

.prize .prizeBox_text {
    font-family: PingFangHK-Regular;
    font-size: 16px;
    color: #666666;
    text-align: center;
    padding-top: 33px
}

.prize .prizeBox_confirm {
    width: 131px;
    height: 40px;
    line-height: 40px;
    font-family: PingFangSC;
    font-size: 16px;
    color: #fff;
    background-color: #23B0CB;
    margin: 0 auto;
    text-align: center;
    border-radius: 4px;
    margin-top: 27px;
    cursor: pointer
}

.getPrizeInformation {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.getPrizeInformationBox {
    width: 310px;
    height: 401px;
    position: absolute;
    left: 50%;
    margin-left: -155px;
    top: 50%;
    margin-top: -200.5px;
    background-color: #fff;
    border-radius: 10px
}

.getPrizeInformationBox_p1 {
    height: 47px;
    font-family: PingFangTC-Regular;
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 30px;
    position: relative;
    padding-top: 17px
}

.getPrizeInformationBox_connectWay, .getPrizeInformationBox_receiveAddress, .getPrizeInformationBox_receiver {
    padding-left: 18px;
    padding-right: 18px
}

.getPrizeInformationBox_connectWay label, .getPrizeInformationBox_receiveAddress label, .getPrizeInformationBox_receiver label {
    display: block;
    height: 20px;
    line-height: 20px;
    font-family: PingFangTC-Regular;
    font-size: 14px;
    color: #666666;
    margin-bottom: 8px;
    margin-top: 12px
}

.getPrizeInformationBox_connectWay input, .getPrizeInformationBox_receiveAddress input, .getPrizeInformationBox_receiver input {
    width: 100%;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px
}

.getPrizeInformationBox_confirm {
    padding-top: 18px
}

.getPrizeInformationBox_confirm__btn {
    width: 131px;
    height: 40px;
    margin: 0 auto;
    background-color: #23B0CB;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 4px;
    cursor: pointer
}

#receivePrizeAddress {
    width: 100%;
    height: 78px;
    resize: none;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px
}

.getPrizeSucess {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: none
}

.getPrizeSucessBox {
    width: 287px;
    height: 143px;
    position: absolute;
    left: 50%;
    margin-left: -143.5px;
    top: 50%;
    margin-top: -71.5px;
    background-color: #fff;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.getPrizeSucessBox_div1 {
    height: 42px;
    font-family: PingFangSC;
    font-size: 14px;
    color: #666666;
    text-align: center;
    line-height: 42px
}

.getPrizeSucessBox_div2 {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-top: 8px;
    font-family: PingFangSC;
    font-size: 16px;
    color: #999999;
    text-align: center
}

.getPrizeSucessBox_div3 {
    height: 44px;
    border-top: 1px solid #f0f0f0;
    line-height: 44px;
    font-family: PingFangSC;
    font-size: 15px;
    color: #22AFCA;
    text-align: center
}

.zhiyin {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5)
}

.zhiyin_img {
    width: 74px;
    height: 74px;
    position: absolute;
    top: 5px;
    right: 20px
}

.zhiyin_p {
    position: absolute;
    width: 308px;
    height: 60px;
    left: 50%;
    margin-left: -154px;
    top: 138px;
    color: #fff
}

.zhiyin_a {
    display: inline-block;
    width: 154px;
    height: 42px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    position: absolute;
    left: 50%;
    margin-left: -77px;
    bottom: 150px;
    font-family: PingFangTC-Regular;
    font-size: 22px;
    color: #fff;
    border-radius: 8px
}

@media screen and (max-width: 360px) {
    .userJF_div1__img {
        width: 60px;
        height: 60px;
        overflow: hidden;
        margin: 20px 10px
    }

    .zhuanchouJF_zhuan__img {
        width: 32px;
        height: 32px;
        margin: 16px 5px
    }
}


/*修改用户名弹窗*/

.huo-ui-pop-confirm {
    position: fixed;
    display: flex;
    z-index: 0;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
}
.huo-ui-pop-confirm .huo-ui-pop-dialog {
    display: table;
    position: relative !important;
    z-index: 9999 !important;
    width: 80%;
    max-width: 300px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    background: #FFF;
    padding: 10px 0;
    padding-bottom: 0;
}
.huo-ui-pop-confirm .huo-ui-mask {
    background: rgba(0, 0, 0, .6);
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.huo-ui-pop-confirm .dialog__hd {
    margin: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.huo-ui-pop-confirm .dialog__content {
    padding-bottom: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    min-height: 40px;
    /*align-items: center;*/
}

.huo-ui-pop-confirm .dialog__ft {
    position: relative;
    line-height: 48px;
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-top: 1px solid #d5d5d6;
}

.huo-ui-pop-confirm .dialog__ft a {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    color: #3cc51f;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    text-align: center;
}

.dialog__btn_default {
    color: #353535;
}

.dialog__btn_primary {
    color: #f90 !important;
    border-left: 1px solid #d5d5d6;
}

@media screen and (min-width: 1200px) {
    body {
        min-height: 937px;
        position: relative;
    }

    .big_bg__img {
        position: absolute !important;
        height: 797px;
        left: 50%;
        top: 50%;
        margin: -379px 0 0 -209px;
    }

    .wrap {
        position: absolute !important;
        width: 386px;
        height: 654px;
        left: 50%;
        top: 50%;
        margin: -293px 0 0 -193px;
        background-color: #fff;
    }
}

img {
    pointer-events: none;
}


