@charset 'utf-8';
* {

    outline: none !important;
  
  }
  button{ outline:none !important; }
  .hidden{
    display: none !important;
  }

body {
    color: #333;   
     background: url(../img/downbody.png) no-repeat;
    background-size: 100% 100%;
   /* height: 1116px; */
    width: 100%;
    padding-bottom: .1rem; 
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

header {
    z-index: 1;
}
.navbar-fixed-tops{
height: 106vw;
background: url(../img/bg.png) no-repeat;
background-size: 100% 100%;
}

header .nav a {
    color: black;
    text-decoration: none;
}

header .nav a:hover {
    text-decoration: none;
}

.title-panel {
    /* padding: 2rem;*/
    margin-top: .58rem; 
    font-size: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #FF575E;
}

.title-panel .title {
    font-size: .22rem;
}

.form-panel {  
    padding: 0.1rem;
    position: relative;
    margin-top: -.7rem;
}

.phone-label {
    width: 2.9rem;   
    background: #FCFCFC;
    border-radius: 21px;
    display: flex;
    justify-content: start;
    padding-top: .1rem;
    padding-bottom: .08rem;
    margin: 0 auto;
    position: relative;
    top: .28rem;
    border: 1px solid #709FFF;
    margin-bottom: .3rem;
}

.phone-label .phone-input-icon {
    /* background-color: blueviolet; */
}

.phone-label .glyphicon {
    font-size: 1.8rem;
}

.phone-label .glyphicon-phone {
    color: white;
}

.phone-label .phone {
    font-size: 3rem;
}

.phone:disabled {
    /* background-color: #fff; */
}

.phone-label .glyphicon-pencil {
    color: blueviolet;
}

.vcode-label {
    width: 2rem;
    background: #FCFCFC;
    border-radius: 21px;
    display: flex;
    justify-content: start;
    padding-top: .1rem;
    padding-bottom: .08rem;
   margin-left: .3rem;
    margin-top: 17px;
    position: relative;
    top: .1rem;
}

.vcode-input {
   /* height: 39px !important; */
}

.vcode-label .send-vcode-btn {}

.submit-label {
    padding: 0.18rem 0;
    position: relative;
}


.submit-label .btn {
    display: block; 
    width: 2.9rem;
    height: 15vw;
    background: url(../img/btn.png)no-repeat;
    background-size: 100% 100%;
    border-radius: 23px;
    border: 0px solid #FF575E ;
    margin: 0 auto;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
}

.submit-label .icon-point {
    height: 47px;
    width: 39px;
    background: url(../img/icon-point.png) no-repeat center top;
    top: 6rem;
    left: 26rem;
    position: absolute;

    /* 动效 */
    animation: runpoint 0.5s linear infinite normal;
    animation-direction: alternate;

    /* Safari and Chrome */
    -webkit-animation: runpoint 0.5s linear infinite normal;
    -webkit-animation-direction: alternate;
}

/* 手势动效 */
@keyframes runpoint {
    from {
        top: 5rem;
        left: 25rem;
    }

    to {
        top: 7rem;
        left: 27rem;
    }
}

/* Safari and Chrome */
@-webkit-keyframes runpoint {
    from {
        top: 5rem;
        left: 25rem;
    }

    to {
        top: 7rem;
        left: 27rem;
    }
}

.user-info-foot btn {
    font-size: 2rem;
}


.user-login .login-vcode-label {
    margin-top: 1rem;
}

.reminder-icon-panel {
    display: flex;
    padding: 5vw 3vw;
}

.reminder-icon-panel figure {
    flex: 1;
}

.reminder-icon-panel figure img {
    display: block;
    width: 46%;
    margin: 0 auto 2vw;
}

.reminder-icon-panel figcaption {
    font-size: 3.4vw;
    text-align: center;
    font-weight: 300;
}

/** 字体颜色 **/
figure .fc-white {
    color: blueviolet;
}

figure .fc-golden {
    color: #F63E62;
}

footer h2 {
    font-size: 3rem;
}

.reminder-yd-BJ-title span {
    color: black;
}

.cost {
    font-weight: bold;
    color: red;
}

/* 音乐播放列表 */
.music-pannel {
    margin: 2% auto;
    width: 90%;
    background-color: #EDEDEC;
    border: 3px solid #443885;
    border-radius: 6vw;
}

.music-pannel .hot-title {
    margin: 0 auto;
    padding: 2%;
    width: 100%;
    font-size: 6vw;
    font-weight: bold;
    text-align: center;
}

.music-pannel .music-list {
    margin: 0 auto;
    padding: 2%;
}

.music-pannel .music-item {
    margin: 2% auto;
    padding: 3%;
    width: 90%;
    border: 1px solid black;
    background-color: #9307FE;
    border-radius: 3vw;
    color: white;
}

.music-pannel .music-item div {
    display: inline-block;
}

.music-pannel .music-item .music-title {
    font-weight: bold;
    font-size: 4vw;
    width: 100%;
}

.music-pannel .music-item .music-info {
    font-size: 2vw;
    width: 66%;
}

.music-pannel .music-item .music-play {
    margin-left: 0;
    cursor: pointer;
}

.music-pannel .music-item .music-play .glyphicon-play {
    color: #9307fe;
    border: 1px solid white;
    padding: 1rem;
    border-radius: 2rem;
    background: white;
}

.music-pannel .music-item .music-play .glyphicon-pause {
    /* color: yellow; */
    border: 1px solid white;
    padding: 1rem;
    border-radius: 1rem;
}


.music-pannel .music-item .music-download {
    margin-left: 0;
    cursor: pointer;
}

.music-pannel .music-item .music-download a {
    color: white;
    border: 1px solid white;
    padding: 1rem;
    border-radius: 1rem;
}

.music-pannel .music-item .music-download a:hover {
    color: white;
}

.music-pannel .music-item .music-setring .glyphicon-bell {
    color: white;
    border: 1px solid white;
    padding: 1rem;
    border-radius: 1rem;
}

/* 热门视频 */
.hot-pannel {
    margin: 2% auto;
}

.hot-pannel h1 {
    height: 64px;
    width: 80%;
    background: url(../img/icon-hot-title.png) no-repeat center top / 100% auto;
}

.hot-pannel .video-list {
    width: 96%;
    border-radius: 6px;
    background-color: #3E3E9B;
    padding: 3% 1%;
}

.hot-pannel .video-list .item {
    height: 100%;
    width: 46%;
    margin-left: 3%;
    margin-bottom: 3%;
    background-color: black;
    border-radius: 12px;
    float: left;
    position: relative;
    border: 2px solid black;
}

.hot-pannel .video-list .item .mask {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 15%;
    left: 10%;
    background: url(../img/mask-phone.png) no-repeat center top / 100% auto;
}

.hot-pannel .video-list .item img {
    height: 100%;
    width: 100%;
    border-radius: 6px 6px 0 0;
    padding: 60% 0;
}

.hot-pannel .video-list .item .set-tone {
    height: 28px;
    line-height: 28px;
    font-size: 16px;
    cursor: pointer;
    background-color: #F31B86;
    color: white;
    border-radius: 0 0 6px 6px;
    text-align: center;
}
.hot-pannel .video-list .item .video-title{
    position: absolute;
    width: 100%;
    font-size: 12px;
    text-align: center;
    top: 5%;
    color: white;
}

/* 自定义播放器弹窗 */

/* 解决弹窗padding-right:17px问题 */
*.modal-open {
    overflow-y: scroll;
    padding-right: 0 !important;
}

#play-video {
    margin: 1vh auto;
    padding: 0;
    width: 360px;
    height: 100%;
    /* position: relative; */
    overflow: hidden;
}

#play-video .modal-dialog {
    margin: 0 auto;
    margin-left: 0;
    width: 360px;
    height: 100%;
}

#play-video .modal-content {
    border: none;
    padding: 1vw;
    border-radius: 1rem;
    background-color: black;
}

#play-video .modal-body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0 auto;
    overflow: hidden;
    background-color: black;
    border-radius: 1rem;
    padding-top: 74%;
    padding-bottom: 60%;
}

#play-video .modal-body video {
    width: 100%;
    height: 100%;
    object-fit: fill;
    padding: 0;
    margin: 0 auto;
    /* border-radius: 1rem; */
}

#play-video .modal-body .glyphicon-chevron-left {
    position: absolute;
    top: 5%;
    left: 5%;
    color: white;
    font-size: 16px;
    font-weight: 100;
    cursor: pointer;
}

#play-video .modal-body .video-mask {
    position: absolute;
    width: 80%;
    height: 80%;
    top: 10%;
    left: 10%;
    background: url(../img/mask-phone.png) no-repeat center top / 100% auto;
    z-index: 1051;
}

#play-video .modal-body .set-tone {
    position: absolute;
    top: 90%;
    left: 30%;
    width: 40%;
    border: #3E3E9B solid 1px;
    background-color: #F31B86;
    border-radius: 16px;
    font-size: 20px;
    color: white;
    padding: 6px;
    z-index: 1052;
}
#toastId_loading {
   left: 0 !important;
   right: 0 !important;
   margin: 0 auto !important;
   width: 41% !important;
}
/* bannrt */
.top_banner{
    width: 100%;
    height: 122px;
    text-align: center;
    margin-top: .21rem;
}
.top_banner img{
    width: 3.24rem;
    height: 1.23rem;
    text-align: center;
}
/* 中间input */
.from_action{
    margin: 0 auto;
    width:100%;
    /* height: 76vw; */
    background: url(../img/banner.png) no-repeat;
    background-size: 100% 100%;
    /* border-radius: 14px; */
}
.input-group-btn{
    left: .28rem;      
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn{
 
}
.input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
    font-size:15px;
    height: 23px;
    padding: 0px;
    padding-left: .05rem;
 border-radius: 25px;
}
.input-group .form-control{
    width: 84%;
    margin-left: .1rem;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #FCFCFC;
}
.input-group-addon{
    background-color: #fff;
    border: 0px solid #fff;
}
.form-control:focus{
    border-color: #FCFCFC;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%), 0 0 8px rgb(102 175 233 /0%);
}
.form-control{
    background-color: #FCFCFC;
}
a{
    color: #1383FF;
}
.aredcolor{
    color: #1383FF;
}
p{
    font-size: 13px;
    line-height: 20px;
    margin: 0 0 6px;
    font-weight: 600;
}
.phoneImg{
    width: 16px;
    height: 23px;
    margin-top: -1px;
    margin-left:21px;
}
.form-control{
    border: 0px solid #ccc;
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 0%);

}
.reminder-yd-PT-title{
    /* margin-top: 10px; */
    font-size: 15px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #333333;
    margin: .1rem;

}
.reminder-yd-PT-title img{
    width: 99%;
    height: 149vw;
}
.ts_span{
    font-size: 17px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
    text-align: left;
    display: flex;
}
/* 月卡特权 */
.container-fluid-mon{ 
    height: 67vw;
    background: url(../img/bg2.png) no-repeat;
    background-size: 100% 100%;
    margin: .1rem;
}
.fluid-mon-ban{
    width: 100%;
    height: 50vw;
    position: relative;
    top: .55rem;
}
/* 说明 */
.container-fluid-exp{
    width: 96%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    color: #666666;
    background: url(../img/bg3.png) no-repeat;
    background-size: 100% 100%;
    /* margin-bottom: .35rem; */
}
.container-fluid-exp .explain-title{
    width: 2.01rem;
    height: .34rem;
    position: relative;
    top: 0.05rem;
}
.explain-img{
    width: 3.15rem;
    margin: 0 auto;
    text-align: left;
    overflow-y: scroll;
    position: relative;   
    height: 100%;   
    padding-bottom: .53rem;
    padding-top: .15rem;
}
/* 用户条款 */
.user-clause{
    width: 76%;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 500;
    color: #1383FF;
    padding-left: .06rem;
}
.flex_common_center{
    display: flex;
    justify-content: center;
    margin-top: -.1rem;
    padding-bottom: .2rem;
}
.user-checked{
    display: block;
    /* display: none; */
    width: 4.5vw;
    height: 4.5vw;
}
.checkedImg{ 
    width: 4vw;
    height: 4vw;
    /* border-radius: 6px;
    border: 0px solid #FF575E; */
}
.user-checkImg{   
    width: 4.5vw;
    height: 4.5vw;
    border-radius: 50%;
    border: 0px solid #FF575E;
    /* margin-top: 4px; */
}
/* 底部详情 */
.boter_detail{
    width: 100%;
    text-align: center;
}
.boter_detailImg{
    width: 248px;
    height: 47px;
}
.boter_banner{
    width:86%;
    height: 76px;
    background: #9FD2FF;
    border-radius: 14px;
    margin: 0 auto;
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
}
.boter_bannerImg{
    width: 116px;
    height: 65px;
    margin: 5px 20px 0px 0px;
}
.boter_banner_left{
    width: 152px;
    text-align: left;
    /* background: red; */
    margin: 0 auto;
    padding-top: 15px;
}
.boter_banner_p{
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0072D7;
}
.boter_banner_p_det{
    font-size: 13px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #0072D7;
    line-height: 17px;
}
.boter_icons{
    width:86%;
    height: 256px;
    margin: 0 auto;
    background: url(../img/bg2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 27px;
}
.boter_icons_name{    
    font-size: 17px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #0072D7;
    padding: 16px 0px 8px 22px;
}
.boter_icons_flex{
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: nowrap;
    margin-bottom: 21px;
}
.boter_common_start{   
    margin: 0 auto;
    /* display: flex;
    justify-content:space-around;*/
    margin-top: .2rem; 
}
.mondiv{
    width: 87%;
    margin: 0 auto;
    display: flex;
    justify-content:space-around;
    /* padding-top: 1rem; */
}
.boter_common_start img{
    width: 1.39rem;
    height: .64rem;   
}

.boter_icons_once img{
width: 42px;
}
.boter_icons_once{
    width: 80px;
    text-align: center;
}
.boter_icons_p p{
    font-size: 14px;
    font-weight: 500;
    color: #323337;
    margin-top: 3px;
    }
    .boter_icons_detail{
        display: block;
    font-size: 11px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    margin-top: -6px;
    }
.boter_icons_once p{
    color: #0072D7;
    font-size: 10px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    margin: 0px;
}
.logo_left{
    display: block;
    width: 7px;
    height: 17px;
    background: #FF575E;
    border-radius: 3px;
    margin-top: 3px;
    margin-right: 11px;
}
.under-decoration{
    text-decoration:underline;
}

/* 兑换 */
.exchange{
    width: 278px;
    height: 229px;
    margin: 0  auto;
    text-align: center;
    background: url(../img/detail.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.exchange .titl{
    width: 88px;
    height: 21px;
    margin-top:24px;

}
.exchange .exchange-p{
    width: 80%;
    height: 20vw;
    line-height: 6vw;
    margin: 0 auto;
    text-align: left;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;   
    position: relative;
    top: 0.5rem;
}
.exchange .sure{
    width: 126px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: url(../img/sure.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 90%;
    left: 28%;
}
.close{
    width: 100%;
    text-align: center;
    margin-top: 14vw;
}
.close img{
    width: 26px;
    height: 26px;
}
.hrcolor{
    font-family: PingFang SC;
    font-weight: 500;
    text-decoration: underline;
    color: #4A9BFF;
}
/* 订单受理 */
.getorder{
    width: 3.50rem;
    height: 4.83rem;
    margin: 0  auto;
    text-align: center;
    background: url(../dialogImg/bg2.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.getorder .getorder-close .titl{
    width: .35rem;
    height: .35rem;
}
.getorder .getorder-p{
    width: 74%;
    height: .7rem;
    line-height: .25rem;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-top: 1.25rem;
}
.getorder .getorder-p-boter{
    width: 74%;
    height: .5rem;
    line-height: .2rem;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
    margin-bottom: .1rem;
}
.getorder .sure{
    width: 2.38rem;
    height: .64rem;
    line-height: .64rem;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    background: url(../dialogImg/know1.png) no-repeat;
    background-size: 100% 100%;
    /* position: absolute;
    top: 90%;
    left: 28%; */
}
.getorder-close{
    width: 100%;
    text-align: right;
    position: relative;
    top: -.51rem;
    left: -.35rem;
}
.getorder-close img{
    width: .35rem;
    height: .35rem;
}
.getorder .getorder-two-img img{
    margin-top: .1rem;
    margin-bottom: .1rem;
    width: 1rem;
    height: 1rem;
}

