/* 首页样式*/
.main {
    background: #e03044;
    margin-bottom: -0.25rem;
    padding-bottom: 1rem;
}

.ban {
    position: relative;
    width: 100%;
    background: url("/m/images/99/ban.png") center top no-repeat;
    background-size: 100% auto;
    padding-top: 8.35rem;
    box-sizing: border-box;
}

.ban-bg {
    position: relative;
    width: 93.75%;
    min-height: 12rem;
    margin: 0 auto;
    box-sizing: border-box;
}

.ban-white-bg {
    width: 13.95rem;
    height: 6.5rem;
    position: absolute;
    top: 4.8rem;
    left: 0.4rem;
    box-sizing: border-box;
}

.config-box {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 0.4rem 1rem;
    border-radius: 0.2rem;
    background-color: #f14054;
    box-shadow:  0 0  0.4rem rgba(255,103,120,0.32) inset;
}

.ban .ban-img {
    height: 17.875rem;
}

.ban-box {
    width: 100%;
    display: -webkit-flex;
    /* Safari*/
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.ban-div {
    flex-shrink: 0;
    width: 4.3rem;
    height: 4.025rem;
    position: relative;
    text-align: center;
}

.img1 {
    background: url("/m/images/99/icon_1.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.img2 {
    background: url("/m/images/99/icon_2.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.img3 {
    background: url("/m/images/99/icon_3.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.ban-div-title {
    width: 100%;
    position: absolute;
    top: 2.4rem;
    color: #dc8529;
    font-size: 0.6rem;
    font-weight: bold;
}

.ban-div-info {
    display: block;
    width: 100%;
    position: absolute;
    top: 6.1em;
    color: #7e380a;
    font-size: 0.5rem;
    font-weight: bold;
}

.getbtn-bg {
    box-sizing: border-box;
    margin: 0 auto;
}

.fee-font {
    color: #83000f;
    font-size: 0.5rem;
    margin-top:5.8rem;
    line-height: 1.4;
    box-sizing: border-box;
}

.fee-font u {
    color: #83000f;
}

.btn-get {
    width: 13.3rem;
    height: 2.825rem;
    background: url('/m/images/99/btn-get.gif') center no-repeat;
    background-size: 100% auto;
    margin: 0.3rem auto 0;
}

.floating {
    animation-name: floating;
    -webkit-animation-name: floating;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.get-num-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -1.35rem;
    left: 0;
    z-index: 1;
}

.get-num {
    width: 10.1rem;
    height: 1.425rem;
    text-align: center;
    font-family: 'Adobe 黑体 Std';
    font-size: .525rem;
    color: #732008;
    margin: 0 auto;
    font-weight: 400;
}

.get-num span {
    display: inline-block;
    width: .55rem;
    height: .675rem;
    line-height: 0.675rem;
    font-size: 0.5rem;
    background: #ffe0c1;
    color: #ff2c54;
    border-radius: .1rem;
    margin: 0 0.03rem;
    font-weight: bold;
    vertical-align: text-bottom;
}

.getbtn_phone {
    display: block;
    width: 13.025rem;
    height: 2.25rem;
    margin: 0 auto;
    color: #a55745;
    font-size: 0.75rem;
    text-align: center;
    font-weight: bold;
    border-radius: 0.225rem;
    border: 0.125rem solid #ff90a9;
    background: #fff;
}

.getbtn_phone::-webkit-input-placeholder {
    height: 2.325rem;
    color: #a55745;
    font-size: 0.75rem;
    font-weight: bold;
}

.getbtn_phone:disabled {
    background: #fff;
    color: #5e2a09;
    opacity: 1;
    -webkit-text-fill-color: #5e2a09;
    -webkit-opacity: 1;
}

.ring-layer-box {
    width: 15rem;
    margin: 2rem auto 1rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    background-color: #ffe5e8;
    padding: 1.5rem 0.5rem 0.5rem;
}

.ring-layer {
    box-sizing: border-box;
    /*padding: 0.4rem;*/
    /*border-radius: 0.5rem;*/
    /*background-color: #db2c1f;*/
    /*box-shadow: 0 0 0.125rem 0.225rem inset rgba(199, 41, 30, 0.52);*/
}

.ring-tit {
    width: 8.125rem;
    position: absolute;
    top: 23.75rem;
    left: 50%;
    transform: translate(-50%, 0);
}

.musics .left-area em {
    color: #9d9c9c;
    font-size: 0.6rem;
    font-weight: bold;
}
.musics:nth-child(1) .left-area em,
.musics:nth-child(2) .left-area em,
.musics:nth-child(3) .left-area em{
    color: #e43448;
}

.musics .pinfo p.name {
    color: #3c3b3a;
    font-size: 0.6rem;
    line-height: 1.5;
    font-weight: 400;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*white-space: nowrap;*/
}

.musics .pinfo p.lh {
    color: #9d9c9c;
    font-size: 0.55rem;
    opacity: 0.5;
    height: auto;
}

.musics .pinfo {
    margin-left: 1.4rem;
    padding-right: 2.1rem;
}

.ring-list .set a.btn-setring {
    width: 1.85rem;
    height: 1.85rem;
    margin-top: 0.2rem;
    background: url(/m/images/99/set-ring.png) center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.musicsCurBg {
    background: none;
}

.musics {
    border: 0;
    margin-bottom: 0.25rem;
    padding: 0.4rem 0;
}

.musics + .musics {
    border-top: 0.05rem dashed #ffa1ab;
}

.musics .left-area {
    width: 1rem;
}

.musics a.controlbtn {
    width: 1rem;
}

.loadmore {
    width: 6.475rem;
    height: 1.7rem;
    background: url(/m/images/99/load.png) no-repeat center;
    background-size: 100% auto;
    margin: 0 auto;
}

.loadmore a {
    display: block;
    width: 100%;
    height: 100%;
}

.float-layer {
    width: 100%;
    height: 3rem;
    position: fixed;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 11;
    background: #f14155  url(/m/images/99/btn-get.gif) no-repeat center;
    background-size: 13.3rem auto;
    -webkit-background-size: 13.3rem auto;
    box-shadow: 0 0 6px 0 #f3be41;
    padding: .35rem 0;
}

@keyframes floating {
    0% {
        transform: translate(0)
    }
    50% {
        transform: translate(40%, 40%);
    }
    100% {
        transform: translate(0);
    }
}

@-webkit-keyframes floating {
    0% {
        -webkit-transform: translate(0);
    }
    50% {
        -webkit-transform: translate(40%, 40%);
    }
    100% {
        -webkit-transform: translate(0);
    }
}

/* 滑窗样式*/
#slid-layer .member-tip .bg {
    display: none;
}

#slid-layer .member-tip {
    margin-bottom: 0;
}

#slid-layer .musics {
    border-radius: 0;
}

#slid-layer .check {
    position: relative;
    width: 100%;
    background: #e03044  url("/m/images/99/ban.png") center top no-repeat;
    background-size: 100% auto;
    padding-top: 7.3rem;
    box-sizing: border-box;
}

.bg-input {
    width: 100%;
    margin: 0.4rem auto;
    padding: 5.4rem 0.2rem 0.6rem;
    box-sizing: border-box;
    border-radius: 0.2rem;
    position: relative;
}

#slid-layer .check .bg_icon {
    width: 15rem;
    height: 11.65rem;
    box-sizing: border-box;
    border-radius: 0.2rem 0.2rem;
    position: absolute;
    left: 0.5rem;
    top: 0.4rem;
    background-color: #f14054;
    box-shadow: 0 0 0.4rem rgba(255,103,120,0.32) inset;
}

#slid-layer .check .bg_icon .ban-box {
    padding: 0.2rem 0 0;
}

#slid-layer .check-lottery {
    width: 2.4rem;
    color: #e75026;
    font-size: 0.5rem;
    position: absolute;
    top: 12rem;
    left: 2.6rem;
    height: 0.7rem;
    z-index: 10;
}

#slid-layer .checking .tips {
    font-size: 0.45rem;
    color: #732008;
    position: absolute;
    top: 5rem;
    left: 0;
    z-index: 10;
    width: 100%;
    padding-left: 1.2rem;
    box-sizing: border-box;
}

#slid-layer .checking .tips span {
    color: #ffe0c1;
}

#slid-layer .check #phone-verifi {
    display: none;
}

#slid-layer .check .fee-font {
    display: none;
}

.check-num-box {
    width: 100%;
    text-align: center;
    position: absolute;
    top: -1.35rem;
    left: 0;
}

.check-num {
    width: 10.1rem;
    height: 1.425rem;
    text-align: center;
    font-family: 'Adobe 黑体 Std';
    font-size: .5rem;
    color: #732008;
    margin: 0 auto;
}

.check-num span {
    display: inline-block;
    width: .5rem;
    height: .675rem;
    line-height: 0.675rem;
    font-size: 0.5rem;
    background: #ffe0c1;
    color: #ff2c54;
    border-radius: .1rem;
    margin: 0 0.03rem;
    font-weight: bold;
    vertical-align: text-bottom;
}

#slid-layer .check .ban-div {
    height: 4.225rem;
}

#slid-layer .check .img1 {
    background: url("/m/images/99/icon_1.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#slid-layer .check .img2 {
    background: url("/m/images/99/icon_2.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#slid-layer .check .img3 {
    background: url("/m/images/99/icon_3.png") center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#slid-layer .check p {
    display: block;
    width: 15rem;
    height: 2.175rem;
    margin: 1rem 0 0 0.3rem;
    padding: 0 0 0 1.125rem;
    box-sizing: border-box;
    /*background-color: #f14054;*/
}

#slid-layer .check input::-webkit-input-placeholder {
    color: #a55745;
    font-size: .65rem;
    font-weight: bold;
}

#slid-layer .check input {
    border-radius: 0.2125rem;
    background: #fff;
    font-size: .65rem;
    color: #a55745;
    padding: 0 .65rem;
    font-weight: bold;
    border: 0.125rem solid #fd9898;
}

#slid-layer .check input.code {
    width: 13rem;
    height: 2.175rem;
}

#slid-layer .check .p-cur input {
    border: 0.1rem solid #fd9898;
}

#slid-layer .check a.btn-code {
    position: absolute;
    top: 0.35rem;
    right: 1.2rem;
    width: auto;
    height: 1.45rem;
    line-height: 1.4rem;
    font-size: .625rem;
    color: #fff;
    background: -webkit-linear-gradient(left top, #fe7717, #fe2f26);
    background: linear-gradient(to bottom right, #fe7717, #fe2f26);
    border: none;
    text-align: left;
    border-radius: .8rem;
    box-shadow: 0 0.1rem 0.225rem rgba(255, 64, 32, .4);
    padding: 0 1.5rem 0 .7rem;
}

#slid-layer .check a.btn-code.disable {
    box-shadow: none;
    border: none;
    background-color: #bababa;
}

#slid-layer .check .btn-code:after {
    content: ' ';
    position: absolute;
    width: .75rem;
    height: .75rem;
    display: block;
    background: url('/m/images/60/icon-zs-sj.png') center no-repeat;
    background-size: .75rem auto;
    -webkit-background-size: .75rem auto;
    right: .5rem;
    top: 0.3rem;
}

#slid-layer #code-verifi .disable:after {
    background: url('/m/images/52/icon-zs-sj-gray.png') center no-repeat;
    background-size: .75rem auto;
    -webkit-background-size: .75rem auto;
}

#slid-layer .check p:before {
    font-size: 0;
}

#slid-layer .check button {
    box-sizing: border-box;
    width: 15rem;
    height: 3.45rem;
    margin: 0 0 0 0.35rem;
    background: url('/m/images/99/btn-ok.png') center no-repeat;
    background-size: 13.3rem auto;
    -webkit-background-size: 13.3rem auto;
    font-size: 0;
    border: 0 !important;
    border-radius: 0 0 0.2rem 0.2rem;
    position: relative;
}

#slid-layer .check button.btn-ok.disable {
    background: url('/m/images/99/btn-ok.png') center no-repeat;
    background-size: 13.3rem auto;
    -webkit-background-size: 13.3rem auto;
    border-radius: 0 0 0.2rem 0.2rem;
    border: 0;
}

.slid_tit {
    color: #f99466;
    font-size: 0.5rem;
    text-align: center;
    line-height: 0.8rem;
    width: 98%;
    margin: 0.27rem auto 0;
}

.slid_tit span {
    position: relative;
}

.slid_tit span::before {
    content: '';
    font-size: 0;
    position: absolute;
    top: 0.1rem;
    right: 2.5rem;
    width: 0.575rem;
    height: 0.4rem;
    background: url('/m/images/99/tit_left.png') center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

.slid_tit span::after {
    content: '';
    position: absolute;
    top: 0.1rem;
    left: 2.5rem;
    width: 0.575rem;
    height: 0.4rem;
    background: url('/m/images/99/tit_right.png') center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
}

#slid-layer .check .msg {
    color: #83000f;
    line-height: 1.3;
    width: 100%;
    box-sizing: border-box;
    border-top: none;
    position: relative;
    padding: 0 0.5rem 0.6rem;
    font-size: 0.5rem;
    margin-top: 0;
}
#slid-layer .check .msg>i{
    display: inline-block;
    width: 0.4rem;
    height: 0.4rem;
    background: url('/m/images/99/tit_icon.png') center no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    vertical-align: inherit;
    margin-right: 0.1rem;
}

#slid-layer .check .msg span {
    color: #f99466;
}

#slid-layer .check .msg u {
    color: #f99466;
}

#slid-layer .check .box-verifi {
    width: 80%;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
    left: 1.7rem;
}

#slid-layer .check #box-phone {
    display: none;
}

/*toast*/
@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

#toast {
    display: none;
    width: 50%;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 0.5rem;
    line-height: 1.3;
    text-align: center;
    padding: 0.25rem;
    border-radius: 0.075rem;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -25%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 9999;
}

.fadeOut {
    animation: fadeOut .5s;
}

.fadeIn {
    animation: fadeIn .5s;
}