@charset "UTF-8";
html, body {
    height: auto;
}

.block {
    display: block;
}

.m-header {
    position: static;
    background: #F5F6FB;
}

.m-header-cont {
    height: 44px;
    justify-content: space-between;
    padding: 0 12px;
}

.user-icon {
    display: inline-block;

    width: 20px;
    height: 20px;
    background: url(../images/user-sprite2.png) no-repeat 10000px;
    background-size: 50px auto;
}

.icon-set {
    background-position: 0 -517px;

}

.icon-notice {
    position: relative;
    background-position: 0 -536px;
}

.red-point {
    top: 0;
    right: 0;

}

.red-point2 {
    top: -10px;
    right: 13px;
}


/*主体*/
.main-wrap {
    padding: 0 12px 80px;
}

.u-wrap {
    padding: 0 12px 80px;
}

.my-wrap {
    padding: 0 12px;
    background: #fff url(../images/circle-bg.png) no-repeat center -110px;
    background-size: 100%;
}

.comment-item {
    padding: 12px;
    background: #fff;
    border-radius: 5px;
}

.all-item {
    margin-top: 10px;
}

.all-item:nth-last-of-type(1) {
    margin-bottom: 10px;
}

.comment-left-cont {
    justify-content: flex-start;
}

.my-circle-header {
    height: 111px;
    line-height: 44px;
    color: #fff;
    background: url(../images/circle-bg.png) no-repeat center top;
    background-size: 100%;
}

.icon-right {
    width: 15%;
    text-align: right;
    padding: 10px 0px;
}

.arr-r {
    display: inline-block;
    height: 14px;
    width: 8px;
    background: url(../images/right-ar.png) no-repeat center;
    background-size: 100% 100%;
}

.c-img-cont {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

.c-img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.edit-img {
    position: absolute;
    bottom: -6px;
    right: -6px;
    width: 24px;
    height: 24px;
}

.c-title {
    line-height: 1;
    justify-content: flex-start;
}

.c-name {
    max-width: 135px;
    margin-right: 3px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 550;
}

.bet-ball {
    line-height: 1;
    color: #FA5151;
    background-color: #FFE9EE;
    font-size: 12px;
    padding: 5px 8px;
    margin: 8px 5px 0 0;
    border-radius: 5px;
}

.vip-time, .no-vip {
    font-size: 12px;
    color: #999;
    height: 30px;
}

.no-vip .open-vip {
    color: #658BF6;
}

.play-list {
    padding: 0 40px;
    margin-bottom: 18px;
}

.play-list li .nums {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 550;
}

.play-list li .down {
    display: flex;
    align-items: center;
}

.play-list li img {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}

.play-list li .down span {
    font-size: 12px;
    color: #666;
}

.vs-cont {
    height: 40px;
    line-height: 40px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #333;
    background: #F5F6FB;
}

.vs-text {
    margin: 0 5px;
    color: #FD6C90;
}

/* .limit-time{
    width: 30%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
} */
.rec-item {
    padding: 12px;
}

.rec-cont {
    position: relative;
    height: 40px;
    line-height: 40px;
    margin: 10px 0 12px;
    padding: 0 12px;
    border-radius: 4px;
    font-size: 14px;
    color: #FD6C90;
    background: #FFE9EE;
}

.gt-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 0 4px 4px 0;
    font-size: 14px;
    color: #fff;
    background: #FD6C90;
}

.update-cont {
    line-height: 1;
    border-top: 1px solid #F5F6FB;;
    padding: 12px 0;
    font-size: 12px;
}

.u-color {
    color: #319CFC;
}

.plan {
    margin-right: 10px;
}

.plan-rate-cont {
    margin-top: 10px;
}

.g-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.g-rank-cont {
    padding: 12px;
    margin-bottom: 10px;
    background: #fff;
}

.g-rank-title {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.main-circle-wrap {
    padding: 0 0 12px
}

#circle-detail-list {
    padding: 0;
}

.my-main-cont {
    padding-top: 1px;
    background: #F5F6FB;
}

.circle-d-item {
    padding: 12px 12px 2px;
    margin-bottom: 12px;
    background: #fff;
}

.section-style {
    padding: 0 12px;
}

.c-info-item {
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    margin: 0 2px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 7px;
    background: #319CFC;
}

.c-info-item.sex {
    background: #319CFC;
}

.c-info-item.level {
    background: #07C160;
}

.c-green {
    background: #07C160;
}

.c-red {
    background: #FD6C90;
}

.c-time {
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #999;
    margin: 10px 0px;
}

.user-header-list {
    justify-content: space-around;
    padding: 20px 0;
}

.user-header-item {
    position: relative;
    flex: 1;
    line-height: 1;
    font-size: 24px;
    text-align: center;
}

.user-header-item:nth-of-type(2):after {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    right: 0;
    height: 20px;
    border-right: 1px solid #E2E2E2;
}

.user-header-item:nth-of-type(2):before {
    content: '';
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    height: 20px;
    border-left: 1px solid #E2E2E2;
}

.h-text {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.wallet-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.wallet-item {
    padding: 12px;
    border-radius: 8px;
    position: relative;
    width: 48%;
}

.wallet-item-cont {
    width: 100%;
    display: flex;
}

.wallet-item:first-child {
    background: linear-gradient(127.04deg, #FEE7C3 -30.44%, #F8CC70 150.05%);
    margin-right: 14px;
}

.icon-mdq {
    width: 30px;
    height: 30px;
    background-position: 0 -45px;

}

.icon-md {
    width: 30px;
    height: 30px;
    background: url(../images/midou.png) no-repeat;
    background-size: 100% 100%;
}

.icon-gw {
    width: 30px;
    height: 30px;
    background: url(../images/icon-game.png) no-repeat;
    background-size: 100% 100%;
}

.wallet-cont {
    margin-left: 8px;
    line-height: 1;
}

.wallet-title {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 14px;
}

.wallet-title2 {
    color: #CE7800;
}

.wallet-title3 {
    color: #C9484C;
}

.wallet-text {
    font-size: 20px;
    line-height: 20px;
    color: #BF6F00;
}

.wallet-text.process {
    font-size: 14px;
}

.wallet-text2 {
    color: #BF6F00;
}

.wallet-text3 {
    color: #AF1D1E;
}

.deposit-btn {
    width: 22px;
    height: 22px;
    position: absolute;
    right: 0px;
    top: 7px;
    z-index: 200;
}

.deposit-btn .icon-tips {
    width: 15px;
    height: 15px;
    background: url(../images/icon-use.png) no-repeat;
    background-size: 100% 100%;
    display: block;
    margin: 0 auto;
}

.fast-entry-list {
    margin: 10px auto;
    box-shadow: 0 18px 20px rgba(34, 47, 85, 0.03);
    border-radius: 6px;
    background: #fff;
}

.fast-entry-item {
    position: relative;
    flex: 1;
    line-height: 1;
    padding: 12px 0;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
    color: #333;
}

.info-message-cont {
    position: relative;
}

.user-icon2 {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin: 0 auto 10px;
    background: url(../images/user-sprite2.png) no-repeat 10000px;
    background-size: 50px auto;
}

.icon-promote {
    background-position: 0 -135px;
}

.icon-dc {
    background-position: 0 -238px;
}

.icon-vip {
    background-position: 0 -204px;
}

.icon-message {
    position: relative;
    background-position: 0 -170px;
}

.main-list {
    background: #fff;
    box-shadow: 0 18px 20px rgba(34, 47, 85, 0.03);
    border-radius: 6px;
    padding: 6px 12px;
}

.main-item {
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    border-bottom: 1px solid #F1F1F2;
}

.main-item:nth-last-of-type(1) {
    border-bottom: none;
}

.main-item a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 14px;
}

.i-title {

    color: #333;
}

.i-text {
    color: #999;
}

.icon-rw {
    display: inline-block;
    height: 10px;
    width: 6px;
    margin-left: 10px;
    background: url(../images/user-sprite2.png) no-repeat -6px bottom;
    background-size: 50px auto;
}


.user-icon3 {
    display: inline-block;
    width: 22px;
    height: 21px;
    margin-right: 10px;
    background: url(../images/user-sprite2.png) no-repeat 10000px;
    background-size: 50px auto;
}

.icon-task {
    background-position: 0 -398px;
}

.icon-space {
    background-position: 0 -494px;
}

.icon-anchor {
    background-position: 0 -422px;
}

.icon-cs {
    background-position: 0 -373px;
}

.icon-uset {
    background-position: 0 -446px;
}

.icon-faceback {
    background-position: 0 -470px;
}

.icon-push {
    background-position: 0 -301px;
}

.icon-us {
    background-position: 0 -349px;
}

.icon-group {
    background-position: 0 -325px;
}


/* 查看大图 */
.swiper-modal {
    position: fixed;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiperModal {
    width: 100%;

}

.swiper-modal .swiper-container1, .swiper-modal-game .swiper-container3 {
    position: relative;
    width: 100%;
    height: 100%;
}

.swiper-modal .swiper-container1 .swiper-wrapper, .swiper-modal-game .swiper-container3 .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.swiper-modal .swiper-slide, .swiper-modal-game .swiper-slide {
    width: 100%;
    height: 100%;
    display: table
}

.swiper-modal .swiper-slide .cell, .swiper-modal-game .swiper-slide .cell {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.swiper-modal .swiper-slide img, .swiper-modal-game .swiper-slide img {
    max-width: 100%;
    max-height: 80%;
    margin: 0 auto;
}

.swiper-modal .swiper-pagination1, .swiper-modal-game .swiper-pagination3 {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

.swiper-modal .swiper-pagination1 span, .swiper-modal-game .swiper-pagination3 span {
    margin: 0 5px;
}

.swiper-modal .swiper-wrapper .swiper-slide, .swiper-modal-game .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
    height: 100vh;
}

.swiper-modal .swiper-pagination-bullet-active, .swiper-modal-game .swiper-pagination-bullet-active {
    background: #FD6C90;
}

.swiper-modal .swiper-pagination-bullet, .swiper-modal-game .swiper-pagination-bullet {
    background: #fff;
}


/*设置页*/
.set-header {
    position: fixed;
    background: #fff;
}

.set-header2 {
    position: fixed;
    background: transparent;
}

.set-list {
    padding-top: 44px;
}

.set-item {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #f1f1f2;
    background: #fff;
}

.copy {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    margin-left: 10px;
    padding: 0 7px;
    border-radius: 11px;
    vertical-align: middle;
    font-size: 16px;
    color: #fff;
    background: #319CFC;
}

.login-out {
    height: 44px;
    line-height: 44px;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #FD6C90;
    background: #fff;

}

/*发布器页*/

.publish-cont {
    text-align: center;
    font-size: 16px;
    line-height: 2;
    color: #333;
    padding: 50px 0;

}

.publish-title {
    padding: 0 0 30px;
    font-size: 14px;
    text-align: center;
}

.publish-logo {
    width: 80px;
}

.p-link-cont {
    padding: 12px;
    border-radius: 10px;
    background: #fff;
}

.c-link-cont {
    max-width: 700px;
    margin: 0 auto;
    transition: all .2s;
}

.c-link-cont:nth-of-type(1) {
    border-bottom: 1px solid #F5F6FB;
    border-radius: 10px 10px 0 0;
    padding-bottom: 12px;
}

.c-link-cont:nth-of-type(2) {
    border-radius: 0 0 10px 10px;
    padding-top: 12px;
}

/* .c-link-cont:hover {
    box-shadow: 3px 3px 10px rgba(0, 0, 0, .2);
} */

.link-left {
    width: 65%;
    font-size: 14px;
}

.link-p-left {
    color: #576b95;
}

.miqa-logo {
    margin-right: 5%;
    width: 40px;
    vertical-align: middle;
}

.link-right {
    width: 30%;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border-radius: 6px;
    text-align: center;
    color: #fff;
    background: #fd6c90;
    transition: all .4s;
}

/*我的朋友圈*/

.circle-body {

    background: #fff;

}

.circle-item {
    padding: 12px 12px 0;
}

.circle-header {
    height: 150px;
    line-height: 44px;
    color: #fff;
    background: url(../images/circle-bg.png) no-repeat center top;
    background-size: 100% 100%;
}

.icon-eye {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/comment-sprite1.png) no-repeat 0 -178px;
    background-size: 20px auto;
}

.circle-img-cont {
    margin-top: -40px;
}

.circle-img-logo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.circle-name-cont {
    padding: 0 0 12px;
    border-bottom: 1px solid #F5F6FB;
}

.circle-name {
    margin: 0 10px 0 0;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.circle-sign {
    padding: 12px 0 0;
    font-size: 12px;
    color: #999;
}

.my-main-cont {
    display: none;
}

.my-main-cont.active {
    display: block;
}

.bg-main {
    background: #fff;
}

.my-info-list {
    line-height: 1;
    padding: 20px 0 12px;
    border-bottom: 1px solid #F5F6FB;
}

.my-info-item {
    margin-right: 30px;
    font-size: 14px;
    color: #666;
    padding: 10px 0px;
}

.c-num {
    margin-right: 4px;
    vertical-align: middle;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.c-num1 {
    margin-right: 4px;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.forum-tab-1 {
    justify-content: space-around;
    max-width: 300px;
    margin: 0 auto;
    padding: 15px 0 3px;
}

.forum-tab-item {
    padding: 0 0 8px 0;
    font-size: 16px;
    color: #999;
}

.forum-tab-item.active {
    font-weight: 500;
    color: #333;
    background: url(../images/index/border-bottom.png) no-repeat center 22px;
    background-size: auto 4px;
}

.list-item {
    display: none;
}

.list-item.active {
    display: block;
}

.publish-detail-list {
    padding: 10px 0;
    background: #F5F6FB;
    border-radius: 50px;
    /* max-width: 300px; */
    margin: 10px 11px;
}

#all-box, #essence-box {
    overflow: scroll;
    height: 100%;
}

.no-data-cont {
    display: none;
}

.go-top {
    position: fixed;
    bottom: 50px;
    right: 12px;
    z-index: 100;
    width: 40px;
    height: 40px;
    background: url(../images/go-top.png) no-repeat;
    background-size: 100% 100%;
}

.publish-detail-item {
    flex: 1;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
    color: #999;


}

.publish-detail-item.active {
    color: #fff;
    background: #FD6C90;

}

.icon-boy,
.icon-person1 {
    display: inline-block;
    /*vertical-align: middle;*/
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center 0;
    background-size: 10px auto;
}

.icon-girl,
.icon-person2 {
    display: inline-block;
    /*vertical-align: middle;*/
    width: 10px;
    height: 10px;
    background: url(../images/sex-icon-sprite.png) no-repeat center -10px;
    background-size: 10px auto;
}


.comment-body {
    font-size: 14px;
}

.essence-cont {
    font-size: 14px;
    width: 100%;
    margin: 12px 0;
    line-height: 1;
    padding: 15px 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    background: #F5F6FB;
    border-radius: 4px;
}

.c-tag.best {
    background: #FD6C90;
}

.c-tag {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin-right: 10px;
    padding: 2px;
    font-size: 12px;
    border-radius: 2px;
    color: #fff;
    background: #07C160;
}

.you-like-title,
.comment-des {
    font-size: 14px;
    line-height: 1.5;
    margin: 12px 0;
}

.comment-des {
    overflow: hidden;

    -webkit-line-clamp: 5;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-box-orient: vertical;
}

.js-forum-comment-cont2 .comment-des {
    overflow: visible;
    -webkit-line-clamp: 1;
    text-overflow: inherit;
    display: block;
}

.follow {
    width: 68px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    background: #FD6C90;
}

.follow.active {
    color: #999;
    background: #F5F6FB;
}

.des-list {
    justify-content: flex-start;
    padding: 12px 0;
}

.des-item {
    margin: 0 2px;
    padding: 4px;
    text-align: center;
    font-size: 12px;
    color: #FD6C90;
    background: #FFF4F7;
    border-radius: 2px;
}

.comment-footer {
    border-top: 1px solid #F5F6FB;
    padding: 16px 0;
    line-height: 1;
    font-size: 12px;
}

.c-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    background: url(../images/comment-sprite1.png) no-repeat center 100000px;
    background-size: 20px auto;
}

.icon-like {
    background-position: 0 -20px;
}

.icon-like.active {
    background-position: 0 -121px;
}

.icon-discuss {
    margin-right: 5px;
    background-position: 0 -40px;
}

.icon-store {
    background-position: 0 -100px;
}

.icon-share {
    background-position: 0 -80px;
}

.pr40 {
    padding-right: 20px;
}

.comment-content-img-cont {
    position: relative;
    flex-wrap: wrap;
}

.comment-img {
    width: 100%;
}

.c-btn-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px;
    width: 40px;
    height: 40px;
}


/*咪豆钱包*/
.md-warper {
    line-height: 1;
}

.md-header {
    height: 110px;
    padding: 20px;
    line-height: 1;
    color: #fff;
    background: linear-gradient(0deg, #FF8C8C 0%, #FF7F9E 100%);
    border-radius: 6px 6px 0 0;
}

.account-icon {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    width: 16px;
    height: 10px;
    background: url(../images/user/md-sprites4.png) no-repeat 0 -107px;
    background-size: 45px auto;

}

.account-icon.active {
    background-position: 0 -92px;
}

.md-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: url(../images/user/md-sprites4.png) no-repeat 0 -162px;
    background-size: 45px auto;
}

.md-cont {
    margin-top: 10px;
    align-items: center;
}

.md-count {
    display: none;
    max-width: 100px;
    border: none;
    background: none;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
}

.md-count.active {
    display: inline-block;
}

.md-change-list {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    font-weight: 600;
    background: #fff;
}

.md-change-item {
    display: inline-block;
    flex: 1;
    position: relative;
    text-align: center;
}

.md-change-item:nth-last-of-type(1):before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 24px;
    height: 12px;
    border-left: 1px solid #e2e2e2;
}

.deposit-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: url(../images/user/md-sprites4.png) no-repeat 0 -67px;
    background-size: 45px auto;
}

.bean-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 18px;
    height: 20px;
    background: url(../images/user/md-sprites4.png) no-repeat -3px -142px;
    background-size: 45px auto;
}

.md-record-list {
    height: 56px;
    line-height: 56px;
    font-size: 16px;
    text-align: center;
    color: #999;
}

.md-record-item:nth-last-of-type(2) {
    margin: 0 45px;
}

.md-record-item.active {
    font-weight: 600;
    color: #333;
    background: url(../images/border-bottom.png) no-repeat center 43px;
    background-size: auto 4px;
}

.record-all-cont {
    border-radius: 6px;
}

.has-data-cont {
    border-radius: 6px;
    padding: 0 20px;
    background: #fff;
}

.record-cont {
    padding: 20px 0;
    line-height: 1;
    border-bottom: 1px solid #e2e2e2;

}

.record-cont:nth-of-type(1) {
    border-radius: 6px 6px 0 0;
}

.record-cont:nth-last-of-type(1) {
    border-radius: 0 0 6px 6px;
    border-bottom: 1px solid transparent;
}

.record-left-cont {
    font-size: 14px;
    color: #999;
}

.record-title {
    margin-bottom: 10px;
    color: #333;
}

.record-time {
    font-size: 12px;
}

.record-right-cont {
    font-weight: bold;
    font-size: 18px;
}


.no-data-header {
    padding: 10% 0 0;
    text-align: center;
    font-size: 14px;
    color: #999;
}

.no-data-img {
    width: 135px;
}

.no-data-text {
    margin: 30px 0;
}

.transfer-btn,
.go-deposit-btn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 44px;
    background: #FD6C90;
}

.go-deposit-btn {
    width: 90%;
    margin: 0 auto;
}

/*咪乐钱包*/
.ml-icon {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    width: 45px;
    height: 45px;
    background: url(../images/user/md-sprites4.png) no-repeat 0 -21px;
    background-size: 45px auto;
}

.transfer-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background: url(../images/user/icon-service.png) no-repeat;
    background-size: 100% 100%;
}

.des-main-wrap {
    padding: 56px 12px 12px;
}

.ml-des {
    display: inline-block;
    width: 104px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 4px;
    font-size: 14px;
    color: #FF8F90;
    background: #fff;
}

.way-des-cont {
    line-height: 2;
    font-size: 14px;
    color: #333;
}

/*.des-img{*/
/*width: 100%;*/
/*height: 760px;*/
/*margin-top: 10px;*/
/*background: url(../images/user/des-img.jpg) no-repeat center top;*/
/*background-size: 100% 100%;*/
/*}*/

/*咪乐转账*/

.money-cont {

    margin-bottom: 10px;
}

.ml-money {
    font-size: 24px;
}

.m-transfer-icon {
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    width: 25px;
    height: 24px;
    background: url(../images/user/md-sprites4.png) no-repeat 0 -447px;
    background-size: 90px auto;
}

.transfer-text-cont {
    padding: 16px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 14px;
    color: #666;
    border-radius: 0 0 6px 6px;
    background: #fff;
}

.t-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.t-input-cont {
    height: 56px;
    line-height: 56px;
    padding: 0 12px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0 19px 38px rgba(58, 76, 130, 0.05);
    border-radius: 4px;
}

.money-text {
    font-size: 24px;
    margin-right: 10px;
}

#t-money {
    font-size: 14px;
    height: 30px;
    width: 85%;
    border: none;
    vertical-align: middle;
    outline: none;
}

.transfer-btn.disabled {
    background: #FFD5E0;
}

/*咪乐支付*/
.c-dialog {
    height: auto;
    /* margin-top: -50%; */
}

.game-modal .c-dialog {
    top: 30%;
}

.game-modal .c-modal-body {
    height: 350px;
    overflow-y: scroll;
    white-space: normal;
}

.c-modal-body {
    padding: 20px 0;
    line-height: 1.5;
    white-space: pre-line;
    text-align: left;
}

.c-modal-header {
    padding: 10px 0 40px;
}

.modal-main-context {
    padding: 18px;
}

.pay-main-cont {
    display: none;
}

.deposit-wrap {
    padding: 44px 0 12px;
}

.deposit-list {
    height: 44px;
    line-height: 44px;
    text-align: center;
}

.deposit-item {
    flex: 1;
    font-size: 14px;
    color: #666;

}

.deposit-item.active {
    font-weight: 500;
    color: #333;
    background: url(../images/user/border-bottom.png) no-repeat center bottom;
}

.pay-way-cont {
    margin-top: 12px;
    line-height: 1;
    padding: 12px;
    background: #fff;
}

.pay-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.pay-list {
    flex-wrap: wrap;
}

.pay-way-item {
    width: 100px;
    height: 108px;
    padding: 12px 8px;
    margin-bottom: 12px;
    font-size: 14px;
    text-align: center;
    border: 1px solid #F5F6FB;
    box-sizing: border-box;
    border-radius: 4px;
}

.pay-way-item:not(:nth-last-of-type(1)) {
    margin-right: 3%;
}

.pay-way-item.active {

    color: #FD6C90;
    background: #FFE8ED;
    border: 1px solid #FD6C90;
}

.pay-way-img {
    width: 52px;
    height: 52px;
    border-radius: 50%;
}

.pay-way-title {
    margin-top: 14px;
}

.pay-money-cont {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    width: 100%;
    font-weight: bold;
    font-size: 16px;
    color: #000;
    background: #F5F6FB;
    border-radius: 4px;
}

.pay-name-input {
    height: 42px;
    width: 100%;
    outline: none;
    border: none;
    background: none;
}

.pay-text-rate {
    margin-top: 12px;
    font-size: 14px;
    color: #999;
}

.rec-money-list {
    display: none;
    /*flex-wrap: wrap;*/
    /*justify-content:flex-start;*/
}

.rec-money-list.active {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.rec-money-item {
    width: 78px;
    height: 36px;
    line-height: 34px;
    margin-top: 12px;
    text-align: center;
    border: 1px solid #F5F6FB;
    border-radius: 4px;
    font-size: 16px;
    color: #666;
    background: #FFF;
}

.rec-money-item:not(:nth-of-type(4n)) {
    margin-right: 12px;
}

.rec-money-item.active {
    color: #333;
    border: 1px solid #FD6C90;
    background: #FFE8ED;
}

/* .confirm-deposit-btn{

} */
.d-btn-cont {
    padding: 30px 24px;
    background: #F5F6FB;
}

.pay-move-cont {
    height: 187px;
    width: 100%;
    background: url(../images/user/pay-bg.jpg) no-repeat center;
    background-size: 100% 100%;
}

#video {
    width: 100%;
    height: 100%;
}

.pay-tips {
    line-height: 1.5;
    font-size: 14px;
    color: #666;
}

.comment-img {
    width: 48%;
    margin-bottom: 10px;
    border-radius: 10px;
}


/*提款记录*/
.w-header {
    position: fixed;
    background: transparent;
}

.w-wrap {
    padding-top: 44px;
}

.status-d {
    font-size: 14px;
}

.status {
    font-size: 12px;
}

.status0 {
    color: #666;
}

.status1 {
    color: #07C160;
}

.status2 {
    color: #FA5151;
}

.w-detail-header {
    line-height: 1;
    padding: 45px 0;
    text-align: center;
}

.w-title {
    font-size: 16px;
    color: #333;
}

.w-money {
    margin: 14px 0;
    font-size: 28px;
    color: #333;
}

.w-type-cont {
    padding: 0 12px;
}

.w-type-item {
    padding: 16px 12px;
    margin-bottom: 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #FFFFFF;

}

.w-footer {
    position: fixed;
    bottom: 40px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    color: #333;
}

.blue-2 {
    color: #319CFC;
    text-decoration: underline;
}


/*绑定银行卡支付宝*/
.bind-wrap {
    padding: 56px 12px 12px;
}

.bind-list {
    display: none;
}

.bind-item {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    margin-bottom: 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #FFFFFF;
}

.bind-input {
    outline: none;
    border: none;
}

.bind-input[placeholder] {
    text-align: right;
}

.bind-bank-btn {
    margin-top: 30px;
}


/*意见反馈*/
.right-edit-btn {
    position: absolute;
    right: 12px;
    font-size: 14px;
    color: #576B95;
}

.message-cont {
    position: relative;
    margin: 10px auto 30px;
    box-shadow: 0 18px 20px rgba(34, 47, 85, 0.03);
    border-radius: 4px;
    font-size: 12px;
}

.message-title {
    height: 46px;
    line-height: 46px;
    padding: 0 12px;
    margin-bottom: 10px;
    background: #FFFFFF;
    border-radius: 4px;
}

#message {
    width: 100%;
    height: 130px;
    padding: 12px;
    border: none;
    resize: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;
    outline: none;
}

#message[placeholder] {
    font-family: none;
    color: #999;
}

.right-arr-icon {
    display: inline-block;
    vertical-align: middle;
    height: 10px;
    width: 6px;
    background: url(../images/right-arr.png) no-repeat center;
    background-size: 100% 100%;
}

.text-count {
    position: absolute;
    right: 17px;
    bottom: 17px;
    color: #999;
    font-size: 14px;
}

.text-nick-count {
    position: absolute;
    right: 17px;
    bottom: 0;
    color: #999;
    font-size: 14px;
}

.w-list-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

.w-list-dialog {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 314px;
    background: #fff;
    border-radius: 12px 12px 0 0;
}

.w-list-content {
    padding: 0 5px;
}

.w-modal-header {
    width: 100%;
    height: 56px;
    line-height: 56px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    border-radius: 12px 12px 0px 0px;
    background: #fff;
    box-shadow: inset 0px -1px 0px #F1F1F1;

}

.type-item {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 16px;

    color: #D8D8D8;
    background: #fff;
    border-radius: 12px 12px 0 0;
    box-shadow: inset 0 -1px 0 #F1F1F1;
}

.type-item.active {
    color: #333;
}

.c-btn-cont {
    padding: 40px 12px;
    justify-content: center;
}

.f-btn {
    display: block;
    width: 108px;
    height: 40px;
    line-height: 40px;
    margin: 0 8px;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background: #FD6C90;
    outline: none;

}

.f-cancel-btn {
    color: #999;
    background: #F5F6FB;
}

.f-btn-cont {
    padding: 30px 12px 0;
    justify-content: center;
}

.cancel-btn {
    border: #999 solid 1px;
    background: #fff;
    color: #333;
}

/*个人信息*/
.sex-dialog {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 314px;
    border-radius: 12px 12px 0 0;
    background: #fff;
}

.sex-modal {
    display: block;
}


.w-info-wrap {
    padding: 44px 12px 0;
}

.w-info-cont {
    position: relative;
    padding: 0 12px;
    border-radius: 4px;
    background: #FFFFFF;
}

.info-item {
    position: relative;
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #F5F6FB;;
    font-size: 14px;
}

.info-a-cont {
    /*max-width: 170px;*/

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 46px;
}

/* .sign-text{

} */
.info-item:nth-of-type(1) {
    border-radius: 4px 4px 0 0;
}

.info-item:nth-last-of-type(1) {
    border-radius: 0 0 4px 4px;
}

.info-input-cont {
    color: #999;
}

.info-input {
    position: relative;
    text-align: left;
    border: none;
    outline: none;
}

.info-title-cont {
    margin: 20px 0 10px;
    font-size: 14px;
    color: #999;
    background: #F5F6FB;
}

.unbind-cont1 {

    padding: 4px 6px;
    color: #fff;
    background: #319CFC;
    border-radius: 2px;
}

.unbind-cont2 {

    padding: 4px 6px;
    color: #fff;
    background: #FD6C90;
    border-radius: 2px;
}

.info-detail-text {
    padding-right: 20px;
    color: #333;
}

.emailist {
    width: 100%;
    background: #fff;
    border-radius: 4px;
}

.emailist li {
    height: 36px;
    line-height: 36px;
    padding: 0 12px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.warm-prompt {
    font-size: 14px;
    color: #333;
    margin: 10px 0;
}

.warm-tips {
    line-height: 1.5;
    font-size: 12px;
    color: #666;
}

.pp-cont {
    display: block;
    text-align: center;
    line-height: 1;
}

.p-img {
    width: 80px;
    margin: 0 auto;
}

.down-pp-btn {
    display: block;
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    color: #576B95;
    text-decoration: underline;
}

.get-code-btn {
    position: absolute;
    right: 12px;
    font-size: 14px;
    color: #319CFC;
}

.edit-tips {
    line-height: 1;
    height: 12px;
    margin: 8px 0 20px;
    font-size: 12px;
    color: #fd6c90;
}

.c-btn-cont2 {
    padding: 0 12px;
}

.signature-cont {
    margin-bottom: 20px;
    padding: 16px 12px;
    font-size: 14px;
    color: #333;
    background: #fff;
    border-radius: 4px;
}

.signature-title {
    margin-bottom: 30px;
}

#signature {
    width: 100%;
    height: 130px;
    border: none;
    resize: none;
    color: #333;
    font-size: 14px;
    border-radius: 4px;
    text-align: left;

}

#signature[placeholder] {
    font-family: none;
    color: #999;
}

.avatar-title {
    line-height: 1;
    padding: 10px 0;
    font-size: 14px;
    color: #999;
}

.avatar-list {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 10px;
    background: #FFFFFF;
    border-radius: 6px;
}

.avatar-item {
    position: relative;
    margin: 10px 8px;
    width: 50px;
    height: 50px;
}

/* .avatar-item.active{

} */
.avatar-item.active .a-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    line-height: 100%;
    width: 100%;
    z-index: 99;
    background: url(../images/user/choose-a.png) no-repeat center;
    background-size: 100% 100%;
}

.avatar-img {
    width: 100%;
    height: 50px;
    border-radius: 50%;
}

.avatar-img-info {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    border-radius: 50%;
}

.disabled {
    pointer-events: none;
}

.wallet-item:last-child {
    background: linear-gradient(273.98deg, #FF8C8C 0%, #FF9CA8 107.02%);
}

.y—modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    display: none;
}

.y—modal .c-modal-btn2 {
    border: #fd6c90 solid 1px;
    background: #fff;
    color: #666;
}

#y—modal .c-modal-body {
    padding: 0px;
    font-size: 16px;
    white-space: normal;
    margin-bottom: 30px;
    margin-top: 20px;
}

#y—modal a {
    color: #fff;
}

#y—modal .c-modal-body .span {
    text-indent: 1em;
}

.game-list {
    display: flex;
    background: #fff;
    margin-top: 10px;
    border-radius: 6px 6px 0px 0px;
    margin-bottom: 10px;
}

.game-list .md-record-item:nth-last-of-type(2) {
    margin: 0 38px 0 20px;
}

.time-type {
    display: flex;
    background: #F3F3F3;
    padding: 10px 30px;
    font-size: 14px;
    color: #999;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.time-type li {
    padding: 0px 15px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    border-radius: 20px;
    background: #E2E2E2;
}

.time-type li.active {
    background: #FD6C90;
    color: #fff;
}

.js-forum-comment-cont2 {
    margin-top: 10px;
}

video {
    position: relative;
    width: 100%;
    height: 240px;
    display: block;
}

.icon-coupon {
    width: 21px;
    height: 21px;
    background: url('../images/user/icon-coupon.png') no-repeat;
    background-size: 100% 100%;
    margin-right: 10px;
}

.info-email-title {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;

}

.no-data {
    display: none;
    padding: 20px 0px;
}

.no-data img {
    width: 134px;
    height: 133px;
    display: block;
    margin: 0px auto;
}

.no-data span {
    color: #999;
    font-size: 14px;
    display: block;
    text-align: center;
}

/*广告*/
#ad-mypage {
    width: 100%;
}

#ad-mypage li img {
    width: 100%;
}
#ad-mypage li a{
    display: block;
}

@media screen and (max-width: 330px) {

}

@media (max-width: 414px) {

}

@media (max-width: 375px) {

}

@media (max-width: 320px) {

}

.banner-section_demo {
    position: relative;
    padding: 0 0 0;
    text-align: center;
    height: auto;
    background: #fff;
    margin: 15px auto;
}

.banner-section_demo .swiper-slide {
    max-height: 170px;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    transition: all .2s;
    border-radius: 10px;
    transform: scale(.9);
}


.banner-section_demo .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}



.banner-section_demo .swiper-slide img {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


.banner-section_demo .swiper-slide-active {
    transform: scale(1);
}

.banner-section_demo .swiper-pager {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: 999999;
}

.banner-section_demo .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    line-height: 4px;
    border-radius: 4px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;

}

.banner-section_demo .swiper-pagination-bullet-active {
    width: 14px;
    background:#FD6C90;
}