@charset "UTF-8";

html,
body,
div,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
	border-spacing: 0;
	border-collapse: collapse
}


ul,
li,
dl,
dt,
dd {
    list-style: none;
}

html,
body {
    width: 100%;
    height: 100%;
    font-size: 1em;
    font-family: 'Microsoft Yahei', sans-serif;
    color: #333;
    background: #F5F6FB;
}

@font-face {
    font-family: 'AaLFT';
    src: url('../font/AaLFT.eot');
    src: url('../font/AaLFT.eot?#iefix') format('embedded-opentype'),
        url('../font/AaLFT.woff2') format('woff2'),
        url('../font/AaLFT.woff') format('woff'),
        url('../font/AaLFT.ttf') format('truetype'),
        url('../font/AaLFT.svg#AaLFT') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

*,
*:after,
*:before {
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.hide {
    display: none;
}

.cfx {
    zoom: 1;
}


.cfx:after {
    display: block;
    visibility: hidden;
    clear: both;
    overflow: hidden;
    height: 0;
    content: '.';
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.pd12 {
    padding: 12px;
}

.color333 {
    color: #333;
}

.color666 {
    color: #666;
}

.color999 {
    color: #999;
}

.flex-start {
    justify-content: flex-start;
}

.space-around {
    justify-content: space-around;
}

.space-between {
    justify-content: space-between;
}

.mt10 {
    margin-top: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb40 {
    margin-bottom: 40px;
}

[placeholder] {
    text-overflow: ellipsis;
}

.pt44 {
    padding-top: 44px !important;
}

.c-btn {
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border: none;
    text-align: center;
    font-size: 16px;
    color: #fff;
    border-radius: 44px;
    background: #FD6C90;
    outline: none;

}

.c-btn[disabled],
.c-btn.disabled {
    background: #FFD5E0;
}

.common-color {
    color: #FD6C90;
    ;
}

.relative {
    position: relative;
}

.block {
    display: block;
}

/*header*/
.m-detail-header {
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #333;
}

.m-header {
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #333;
    background: #fff;
}

.sec-header {
    position: fixed;
    z-index: 999;
    height: 44px;
    line-height: 44px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}

.m-header-cont {
    justify-content: space-around;
    height: 44px;
    line-height: 44px;
}

.left-arr {
    position: absolute;
    left: 12px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: url(../images/game/left-arr.png) no-repeat center;
    background-size: 100% 100%;
}

.white-left-arr {
    position: absolute;
    left: 12px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: url(../images/vip-left-icon.png) no-repeat center;
    background-size: 100% 100%;
}

.right-icon {
    position: absolute;
    right: 12px;
    top: 11px;
    height: 20px;
    width: 20px;
    background: url(../images/cs-icon.png) no-repeat center;
    background-size: 100% 100%;
}

/*footer*/

.m-footer {
    position: fixed;
    bottom: 0;
    z-index: 99;
    width: 100%;
    height: 60px;
    background: #fff;
}

.red-point {
    display: none;
    position: absolute;
    top: 10px;
    right: 15px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #EE504C;
}

.red-point.active {
    display: inline-block;
}

.footer-item {
    position: relative;
    width: 20%;
    padding-top: 10px;
    text-align: center;
    color: #666;
}

.footer-icon {
    display: block;
    width: 60px;
    height: 24px;
    margin: 0 auto;
    background: url(../images/footer-sprite.png) no-repeat center;
    background-size: 100% auto;
    transition: all .2s;
}

.icon-move {
    background-position: 18px -24px;
}

.icon-av {
    background-position: 18px -72px;
}

.icon-game {
    background-position: 18px -48px;
}

.icon-ave {
    background-position: 18px -96px;
}

.icon-own {
    background-position: 18px 0;
}

.footer-item.active {
    color: #fd6c90;
}

.footer-item.active .footer-icon {
    margin-top: -27px;
    height: 48px;
}

.footer-item.active .icon-move {
    background-position: 0 -162px;

}

.footer-item.active .icon-av {
    background-position: 0 -296px;
}

.footer-item.active .icon-game {
    background-position: 0 -207px;
}

.footer-item.active .icon-ave {
    background-position: 0 -119px;
}

.footer-item.active .icon-own {
    background-position: 0 -252px;
}


/*弹窗*/
.sex-modal,
.c-modal,
.tips,.downLoad-modal,.bind-tips {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
}

/* .bind-tips{
    display: block;
} */

.tips {
    z-index: 29891015;
}
.downLoad-modal{
    z-index: 29891016;
}

.downLoad-modal .title,.bind-tips .title{
    color: #fff;
    text-align: center;
    font-size: 20px;
    line-height: 100px;
}

.downLoad-modal .info,.bind-tips .info{
    padding:0 20px;
}

.downLoad-modal .info .info-title,.bind-tips .info .info-title{
    font-size: 15px;
    text-align: center;
    padding-top: 20px;
}

.downLoad-modal .info .info-span , .bind-tips .info .info-span{
    font-size: 14px;
    color: #666;
    padding-top:14px;
    line-height: 20px;
}

.downLoad-footer{
    padding:35px 35px 20px 35px;
}

.bind-tips .btn{
    width: 150px;
    height: 30px;
    background: #FD6C90;
    color: #fff;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    border-radius: 20px;
    margin:20px auto 20px;
}

.downLoad-footer .footer-btn{
    width: 88px;
    height: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
}

.downLoad-footer .footer-btn:first-child{
    color: #999;
    background: #e2e2e2;
}


.downLoad-footer .footer-btn:last-child{
    color: #fff;
    background: #FD6C90;
}

.c-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 286px;
    margin-top: -143px;
    margin-left: -130px;
    background: #fff url(../images/c-modal-bg.png) no-repeat center top;
    background-size: 100%;
    border-radius: 10px;
}

.c-modal-cont {
    position: relative;
    width: 100%;
    height: 100%;
}

.modal-main-context {
    position: relative;
    padding: 18px 25px;
    border-radius: 0 0 10px 10px;
    text-align: center;
}

.c-modal-header {
    padding: 10px 0 55px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}

.c-d-modal .c-modal-body {
    line-height: 1;
}

.c-modal-body {
    padding: 40px 0;
    font-size: 14px;
    color: #333;
}

/*.modal-text{*/
/*margin-top: 10px;*/
/*}*/
.c-modal-btn {
    display: inline-block;
    width: 88px;
    height: 30px;
    line-height: 30px;
    margin: 0 7px;
    text-align: center;
    font-size: 14px;
    border-radius: 15px;
}

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

.confirm-btn {
    color: #fff;
    background: #FD6C90;
}

.no-data-cont {
    width: 100%;
    text-align: center;
    padding: 40% 0;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
}

.no-data-cont2 {
    width: 100%;
    text-align: center;
    line-height: 1.5;
    font-size: 14px;
    color: #999;
}

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

.right-edit-btn {
    position: absolute;
    right: 12px;
    font-size: 14px;
    color: #576B95;
}

._picker-head {
    background-color: #fff !important;
    border-radius: 12px 12px 0px 0px !important;
}

.tips-modal {
    width: 80%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 10px;
    font-size: 15px;
}

.tips-modal p {
    border-bottom: #ddd solid 1px;
    padding: 20px;
    line-height: 20px;
}

.tips-modal .con-btn {
    padding: 10px;
    font-size: 15px;
    color: #764EFC;
    text-align: center;
}
.tips-modal .tips-under{
    justify-content: center;
    
}
.tips-modal .tips-under .con-btn{
    width: 50%;
    border-right:#ddd solid 1px;
    color: #666;
}

.tips-modal .tips-under .con-btn:last-child{
    border-right:0px;
}


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



/*pc显示*/
@media (min-width: 751px) {

    html,
    body {
        max-width: 750px;
        margin: 0 auto;
        clear: both;
    }

    .m-header {
        width: 750px;
    }

    .m-footer {
        left: 50%;
        width: 750px;
        margin-left: -375px;
    }

}

.box{
    width: 100%;
    height: auto;
}

.js-seting .info img{
    display: block;
    width: 100%;
    height: 100%;
}
.js-seting .info{
    position: relative;
}

.js-seting .bottom{
    width: 100%;
    height: 289px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
}

.js-seting .js-cs{
    width: 80px;
    height: 30px;
    color: #fff;
    background: #FD6C90;
    border-radius: 50px;
    font-size: 14px;
    display: block;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top:167px;
    left: 115px;
    z-index: 200;
}