* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
    overflow: hidden;
    background: #000;
    margin: 0;
    font-size: 62.5%;
}

body,
canvas,
div {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
    list-style: none;
}

canvas {
    outline: none;
}


/******  首页样式   ******/

.yst_main {
    position: relative;
    height: 100%;
    margin: 0 auto;
}

.yst_home {
    position: absolute;
    margin-top: 0px;
    margin-right: 0px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.yst_home_bottom {
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
}

.home_btn {
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: 5%;
    width: 100%;
    border: 0px #f00 solid;
    text-align: center;
}
.result_btn {
    position: absolute;
    z-index: 90;
    left: 0;
    bottom: 35%;
    width: 100%;
    border: 0px #f00 solid;
    text-align: center;
}

/*.yst_home_button {
    position: absolute;
    left: 50%;
    top: 70%;
    width: 112px;
    height: 112px;
    margin: -56px;
}*/

@-webkit-keyframes hoowu_start_button_wave {
    0% {
        -webkit-transform: scale(1) translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.1) translateZ(0);
        opacity: .1
    }
}

@keyframes hoowu_start_button_wave {
    0% {
        transform: scale(1) translateZ(0);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1.1) translateZ(0);
        opacity: .1
    }
}

.yst_start_button_wave {
    position: absolute;
    z-index: 1;
    width: 146px;
    height: 146px;
    top: -17px;
    left: -17px;
    background-size: 146px;
    -webkit-animation: hoowu_start_button_wave 1s infinite linear;
    animation: hoowu_start_button_wave 1s infinite linear
}

/*.yst_start_button {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    color: #ffffff;
    cursor: pointer;
    background-size: 112px;
}*/

.yst_enter_home {
    display: -webkit-box;
    height: 80px;
    width: 100%;
    top: 0;
    z-index: 1;
    position: absolute;
}

.yst_rule {
    width: 35%;
    position: absolute;
    top: 84%;
    left: 33%;
    z-index: 10;
}

.yst_loading {
    z-index: 110000;
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    background-size: 100% 100%;
}

.yst_loading_mask {
    background-color: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
}

.loading_progress {
    color: #fff;
    z-index: 999;
    position: absolute;
    font-size: 22px;
    width: 20%;
    text-align: center;
    left: 40%;
    top: 72%;
}

.yst_loadingImg {
    display: block;
    position: absolute;
    left: 50%;
    top: 70%;
    width: 112px;
    height: 112px;
    margin: -56px;
    background-size: 100%;
}

@-webkit-keyframes circle {
    0% {
        -webkit-transform: rotate(0deg) translateZ(0)
    }

    100% {
        -webkit-transform: rotate(345deg) translateZ(0)
    }
}

@keyframes circle {
    0% {
        transform: rotate(0deg) translateZ(0)
    }

    100% {
        transform: rotate(345deg) translateZ(0)
    }
}

.yst_circle {
    position: absolute;
    left: 50%;
    top: 70%;
    margin: -61px;
    width: 122px;
    height: 122px;
    -webkit-animation: circle 1s linear infinite;
    animation: circle 1s linear infinite;
    background-size: 100%;
}


/******  游戏版权样式   ******/

.ystspreadfloat {
    width: 45%;
    float: right;
    position: absolute;
    bottom: 0.7rem;
    right: 0px;
    background-color: rgba(60, 60, 61, 0.5);
    color: #ffffff;
    height: 3rem;
    line-height: 3rem;
    border-radius: 1.5rem;
    font-size: 1.4rem;
    z-index: 9996;
}

.spreadleft {
    position: relative;
    width: 85%;
    float: left;
    text-align: center;
}

.spreadleft a {
    color: #09d5f3;
    font-weight: bold;
    text-decoration: none;
}

.spreadright {
    position: relative;
    width: 15%;
    float: left;
    font-size: 2rem;
    height: 3rem;
    line-height: 3rem;
    font-weight: bolder;
    text-align: left;
}


/******  规则页面样式   ******/

.yst-rule-container {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    z-index: 9994;
    position: absolute;
    top: 0px;
}

.yst-rule-back {
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9994;
}

.yst-rule-bimg {
    width: 84%;
    height: 75%;
    position: fixed;
    top: 5%;
    left: 8%;
}

.yst-rule-con {
    position: fixed;
    width: 70%;
    height: 57%;
    left: 15%;
    top: 17%;
    font-size: 1.5rem;
    /*color: #f00;*/
    overflow: hidden;
}

.yst-rule-text {
    width: 100%;
    height: 95%;
    overflow-y: auto;
}

.yst-rule-cimg {
    width: 32%;
    position: fixed;
    left: 34%;
    top: 84%;
}

.follow_usdv {
    position: fixed;
    top: 84%;
    right: 10%;
    width: 32%;
}

.follow_usdv img {
    width: 100%;
}

.yst-code-back {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100000;
    display: none;
}

.yst-rule-fimg {
    width: 77%;
    height: 62%;
    top: 13%;
    position: fixed;
    left: 11.5%;
}

.yst-rule-code {
    width: 74.5%;
    position: absolute;
    top: 6%;
    left: 13%;
}

.yst-code-div {
    width: 250px;
    height: 259px;
    position: absolute;
    top: 19%;
    left: 16%;
    background-color: #ffffff;
    border-radius: 12px;
}

.yst-code-div p {
    color: #868686;
    position: absolute;
    top: 82%;
    left: 24%;
    font-size: 18px;
}


/******   投诉页面    ******/

.packet-right {
    position: absolute;
    right: 1.4%;
    bottom: 4rem;
    z-index: 9000;
}

.reportcss {
    background-color: rgba(0, 0, 0, 0.6);
    font-size: 13px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    width: 50px;
    height: 25px;
    line-height: 25px;
}

.report-main {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ebebeb
}

.report-top {
    font-size: 15px;
    margin: 25px 0 10px 4%;
    color: #878889;
}

.report-con {
    background: #fff;
    width: 100%;
}

.report-con ul {
    list-style-type: none;
    padding: 0;
    width: 92%;
    margin-left: 4%;
}

.report-con li {
    font-size: 15px;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dbdbdb;
}

.report-radio {
    float: right;
    margin-top: 16px;
}

.report-true {
    float: left;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #fb8201;
    border: 1px solid #fc9720;
    color: #fff;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #eb6100;
    margin-left: 20%;
}

.report-back {
    float: right;
    text-align: center;
    width: 70px;
    height: 30px;
    line-height: 30px;
    background-color: #ccc;
    border: 1px solid #dbdbdb;
    color: #666;
    font-size: 18px;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 0px 0px 0px 1px #878889;
    margin-right: 20%;
}

.report-btn {
    margin-top: 50px;
}

.report-con label {
    width: 100%;
    height: 100%;
    display: block;
}

.reportsuc-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    background: #fff;
    top: 0px;
}

.reportsuc-icon {
    text-align: center;
    margin-top: 8%;
}

.reportsuc-icon img {
    width: 100px;
    height: 100px;
}

.report-title {
    letter-spacing: 2px;
    text-align: center;
    margin-top: 12px;
    font-size: 1.8rem;
    font-weight: bold;
}

.report-content {
    letter-spacing: 1px;
    width: 90%;
    margin-left: 5%;
    text-align: center;
    margin-top: 22px;
    line-height: 18px;
    color: #888;
    font-size: 1.4rem;
}

#report-close {
    width: 90%;
    margin-left: 5%;
    background: #04be02;
    color: #fff;
    height: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 5px;
    margin-top: 25px;
    font-size: 1.7rem;
    letter-spacing: 2px;
}


/******    IP限制页面    ******/

.inner-bg {
    background-color: #fff;
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0px;
}

.inner-p {
    text-align: center;
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 90%;
    margin: 0;
    font-size: 1.3rem;
}


/*******    游戏剩余次数不足页面    ******/

.yst_share_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
}

.yst_share_bgimg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yst_share_text {
    position: fixed;
    z-index: 100;
    top: 50%;
    width: 60px;
    height: 50px;
    line-height: 30px;
    left: 53%;
    text-align: center;
    color: #fff;
    font-size: 1.5rem;
    background-size: contain;
    background-image: url(/API/img/num.png);
    background-repeat: no-repeat;
}

.btn_contain {
    width: 100%;
    z-index: 100;
    position: fixed;
    top: 58%;
    text-align: center;
}

.btn_contain img {
    width: 35%;
    margin: 4% 33% 0;
}


/******    悬浮块按钮    ******/

.packet-left {
    position: absolute;
    left: 1.4%;
    top: 20.5%;
    width: 10%;
    z-index: 9000;
}

.packet-left img {
    width: 100%;
}


/******    其他模式表单   ******/

.pformbg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
}

.yst_enroll_contact {
    width: 80%;
    border: 2px solid #fff;
    border-radius: 20px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
}

.yst_enroll_contact p {
    width: 78%;
    margin-left: 11%;
    margin-bottom: 5%;
    margin-top: 5%;
    color: #fff
}

.yst_enroll_number {
    width: 68%;
    margin-left: 11%;
    padding: 2% 5%;
    border-radius: 15px;
    border: 0;
    margin-bottom: 7%;
    outline: none;
}

.yst_enroll_submit {
    width: 78%;
    margin-left: 11%;
    border-radius: 22px;
    border: 0;
    margin-bottom: 8%;
    font-size: 1rem;
    color: #FFF;
    font-weight: bold;
    margin-top: 1%;
    outline: none;
}


/******    弹窗样式    ******/

.dialogcon {
    position: fixed;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    z-index: 999999999999;
    background: #fff;
    width: 74vw;
    padding: 30px 0 20px;
    border-top: 5px solid #c2c1be;
    border-bottom: 7px solid #c2c1be;
    text-align: center;
    max-height: 140px
}

#alerttext {
    margin: 0px 10px 30px;
    color: #722c1b;
    font-size: 1.5rem;
    max-height: 80px;
    overflow: hidden;
}

#alerttrue {
    width: 30%;
    height: 28px;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 28px;
    border: 1px solid #c62213;
    background: #e53b2c;
}

#alertbg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    z-index: 999999999998
}


/******    我的奖品页面    ******/

.giftcontainer {
    z-index: 9999;
    width: 80%;
    height: 80%;
    position: absolute;
    top: 10%;
    left: 10%;
}

.yst_gift_mygift {
    position: fixed;
    top: 31%;
    left: 2%;
    height: 21%;
}

.yst_gift_bg {
    width: 75%;
    height: 90%;
    position: fixed;
    left: 15%;
    top: 5%;
}

.yst_gift_bgimg {
    width: 100%;
    height: 100%;
}

.yst_gift_namelist {
    width: 75%;
    height: 70%;
    position: fixed;
    top: 24%;
}

.yst_gift_con {
    width: 100%;
    height: 90%;
    position: relative;
    top: 0%;
    overflow-y: auto;
}

.gift_container {
    margin: 0;
    margin-left: 8%;
    margin-right: 8%;
    padding: 0;
    color: #925206;
    font-weight: 600;
    font-size: 1.5rem;
}

.gift_container li {
    list-style: none;
    display: block;
    height: 10%;
    margin-top: 3%;
}

.yst_gift_name {
    margin-top: 5%;
}

.yst_gift_s1 {
    margin-left: 6%;
}

.yst_gift_s2 {
    position: absolute;
    right: 18%;
}

.yst_gift_close {
    position: fixed;
    top: 4%;
    left: 84%;
    width: 8%;
}

.gift {
    font-size: 1.2rem;
    color: white;
    width: 100%;
    margin-top: 6px;
    float: left;
    color: #925206;
}

.gift1 {
    float: left;
    width: 40%
}

.gift2 {
    float: left;
    margin-right: 0%;
    width: 35%;
    text-align: center;
}

.gift3 {
    float: left;
    margin-right: 0%;
    width: 25%;
    text-align: center;
}

.yst-gift {
    position: fixed;
    left: 1.4%;
    top: 20.5%;
    width: 8.5%;
}

.cashbtn {
    border: 1px solid #925206;
    width: 80%;
    margin-left: 10%;
    background: #F5820B;
    color: #ffefbf;
    padding: 1px 0;
    border-radius: 4px;
    font-size: 1.3rem;
}


/******    我的优惠券页面    ******/

.coupcontainer {
    overflow: hidden;
    z-index: 9999;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0%;
    left: 0%;
    background-size: 100% 100%;
}

.yst_coupon_bg {
    width: 85%;
    height: 88%;
    position: fixed;
    left: 7.5%;
    top: 5%;
}

.yst_coupon_bgimg {
    width: 100%;
    height: 100%;
}

.yst_coupon_namelist {
    width: 84%;
    height: 65%;
    position: fixed;
    top: 21%;
}

.yst_coupon_con {
    width: 100%;
    height: 90%;
    position: relative;
    top: 0%;
    overflow-y: auto;
}

.coupon_container {
    margin: 0;
    margin-left: 4%;
    padding: 0;
    color: #925206;
    font-weight: 600;
    font-size: 1.5rem;
}

.coupon_container li {
    list-style: none;
    display: block;
    height: 25px;
    margin-top: 3%;
    line-height: 25px;
}

.yst_coupon_name {
    margin-top: 5%;
}

.yst_coupon_s1 {
    margin-left: 6%;
}

.yst_coupon_s2 {
    position: absolute;
    right: 18%;
}

.yst_coupon_close {
    position: fixed;
    top: 83.8%;
    left: 38.12%;
    width: 23.75%;
}

.coup {
    font-size: 1.2rem;
    color: white;
    width: 100%;
    margin-top: 6px;
    float: left;
    color: #925206;
}

.coup1 {
    float: left;
    width: 19%
}

.coup2 {
    float: left;
    margin-left: 9%;
    width: 47%;
    text-align: center;
}

.coupon_container input {
    width: 100%;
    border-radius: 15px;
    border: solid 1px #e3c68f;
    padding: 2px 7px;
    background-color: #fcf4d8;
    color: #996a33;
    outline: none;
}

.coup3 {
    float: left;
    margin-left: 3%;
    width: 18%;
    text-align: center;
}

.suggess {
    left: 11%;
    position: absolute;
    color: #fff;
    bottom: 3.7%;
}


/******    排行榜页面    ******/

.rankcontainer {
    text-align: left;
    width: 100%;
    height: 100%;
    z-index: 10002;
    position: fixed;
    top: 0;
    left: 0
}

.loadicon {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 999;
}

.loadani {
    animation: loadrotate 1s infinite linear;
    -webkit-animation: loadrotate 1s infinite linear;
}

@-webkit-keyframes loadrotate {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes loadrotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.yst_back {
    width: 82%;
    max-height: 95%;
    position: fixed;
    left: 9%;
    top: 4%
}

.yst-rank-box {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 101
}

.yst-rank1 {
    width: 80%;
    height: 90%;
    position: fixed;
    left: 10%;
    top: 4%;
    overflow: hidden
}

.yst-rank-con {
    width: 100%;
    height: 58%;
    overflow-y: auto;
    color: #fff;
    position: relative;
    top: 15%
}

.xiala {
    width: 6%;
    position: relative;
    margin-left: 47%;
    display: none;
    margin-bottom: 6%;
    margin-top: 3%
}

.fanhui {
    position: fixed;
    top: 87%;
    left: 13%;
    width: 23%
}

.yst-all-rank {
    position: fixed;
    top: 87%;
    left: 38%;
    width: 23%
}

.yst-top4 {
    position: relative;
    overflow: auto;
    padding-top: 2%
}

.top4img {
    border-radius: 100%;
    width: 10%;
    margin-left: 8%;
    margin-bottom: 1%;
    float: left
}

.rank-container {
    margin: 0;
    padding: 0
}

.rank-container li {
    list-style-type: none;
    width: 100%
}

.drop-down {
    width: 8%;
    position: relative;
    margin-left: 46%;
    margin-top: 2%
}

.duijiang {
    position: fixed;
    width: 8%;
    top: 30%;
    z-index: 103
}

.rank-type-title {
    width: 80%;
    margin-left: 20%;
    overflow: auto;
    top: 13%;
    position: relative;
    color: #fe9100;
    font-size: 1.6rem
}

.rank-type-title li {
    float: left;
    text-align: center;
    list-style-type: none;
    line-height: 33px
}

.rank-type {
    width: 80%;
    margin-left: 20%;
    overflow: auto;
    top: 13%;
    position: relative;
    color: #a5e24c;
    font-size: 1.4rem
}

.rank-type li {
    float: left;
    text-align: center;
    list-style-type: none;
    line-height: 33px
}

.top-flag {
    position: absolute;
    width: 6%;
    margin-left: 5%;
    margin-top: -2%
}

.myrank {
    width: 80%;
    position: absolute;
    left: 10%;
    bottom: 15%;
    overflow: hidden
}

.myrank span {
    font-size: 2rem;
    color: #a5e24c;
    display: block;
    width: 50%;
    margin: 0 auto;
    text-shadow: 1px 3px 5px #5c2900;
    text-align: center
}

.myrank li {
    width: 100%;
    list-style-type: none
}

.my-line {
    width: 90%;
    margin: 1% auto;
    border-top: 1px solid #a5e24c
}

.yaoqing {
    position: fixed;
    top: 87%;
    left: 64%;
    width: 23%;
}

.yaoqing {
    position: fixed;
    top: 87%;
    left: 64%;
    width: 23%;
}


/******    排行榜活动规则    ******/

.right-icon {
    width: 47%;
}

.left-icon {
    width: 47%;
}

.rankrulecontainer {
    text-align: left;
    width: 100%;
    height: 100%;
    z-index: 10003;
    position: absolute;
    top: 0;
    left: 0;
    overflow: scroll;
}

.yst_rulebg {
    width: 100%;
    margin: 0;
    border: 0;
    position: relative;
}

.yst_rule_bg {
    width: 100%;
    margin: 0;
    border: 0;
}

.yst_rule_close {
    position: absolute;
    width: 12%;
    top: 0%;
    left: 88%
}

.yst_rule_con {
    color: #FFF;
    margin-top: 3%;
}

.yst_rule_contenter {
    margin: 0;
    text-align: center;
    padding: 0;
    font-size: 1.1rem;
    clear: both;
    position: relative;
}

.yst_rule_contenter1 {
    padding-top: 6%;
}

.yst_rule_contenter li {
    list-style-type: none;
    padding-top: 3%;
    text-align: center;
}

.yst_rule_prize {
    width: 80%;
    margin-left: 10%;
    height: 30%;
    margin-top: 5%;
}

.yst_rule_left {
    position: relative;
    float: left;
    margin-top: 10%;
    width: 15%;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}

.yst_rule_center {
    float: left;
    width: 70%;
    text-align: center;
    overflow: hidden;
}

.yst_rule_right {
    position: relative;
    float: left;
    margin-top: 10%;
    width: 15%;
    text-align: center;
    font-weight: bold;
    font-size: 4rem;
}

.yst_rule_imgul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    position: relative;
}

.yst_rule_imgul li {
    float: left;
    width: 10%
}

.yst_rule_imgul li img {
    border-radius: 100%;
    width: 70%;
}

.yst_rule_ending {
    position: relative;
    height: 15%;
}

#prize_img {
    width: 48%;
    border-radius: 100%;
    margin-top: 1%
}

.tiptext {
    position: relative;
    width: 60%;
    left: 20%;
    top: 5%;
    color: #ffffff;
    font-size: 1.4rem;
    height: 20%;
    border-bottom: 1px dashed #fff;
}

.roundBg {
    position: absolute;
    width: 48%;
    height: 80.75%;
    top: 2%;
    left: 26.3%;
}

#prize_name {
    position: relative;
    width: 100%;
    height: 50px;
    left: 0;
    color: #fff;
    font-size: 1.5rem;
    margin-top: -13%;
    z-index: 10;
}

.yst_rule_ending img {
    width: 28%;
    margin-left: 37%;
    margin-top: 8%;
}

.change_describe {
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    margin-top: 72%;
}

.prize_title {
    position: relative;
    width: 100%;
    text-align: center;
    color: #fff;
    margin-top: 13%;
    font-size: 2rem;
}

.backgroundImg {
    width: 100%;
    height: 140%;
    position: absolute;
    background-size: cover;
}


/******    报名表单页面    ******/

.cashcontainer {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #e6303f;
    overflow: auto;
}

.yst_enroll_bg {
    width: 100%;
    height: 22%;
    position: relative;
    top: 0;
    left: 0;
}

.yst_enroll_bg img {
    width: 100%;
    height: 100%;
}

.yst_enroll_form {
    background-size: cover;
    width: 100%;
    padding-top: 5%;
    margin-top: -2%;
    padding-bottom: 10%;
    color: #FFF;
}

.yst_enroll_explain {
    height: 20%;
    width: 80%;
    border: 0.2rem solid #f8c8cc;
    border-radius: 2rem;
    margin: auto;
    font-size: 1.2rem;
}

.yst_enroll_explain h3 {
    text-align: center;
    margin: 0;
}

.yst_enroll_explain p {
    text-indent: 2em;
    width: 90%;
    margin: 0 auto 3%;
}

.yst_form_contact {
    width: 80%;
    border: 0.2rem solid #f8c8cc;
    margin: 7% auto 0;
    border-radius: 2rem;
}

.yst_form_contact p {
    width: 78%;
    margin-left: 11%;
    margin-bottom: 5%;
    margin-top: 5%;
}

.yst_enroll_number {
    width: 68%;
    margin-left: 11%;
    padding: 2% 5%;
    border-radius: 1.5rem;
    border: 0;
    margin-bottom: 7%;
    outline: none;
}

.yst_enroll_submit {
    width: 78%;
    margin-left: 11%;
    border-radius: 2.2rem;
    border: 0;
    margin-bottom: 8%;
    font-size: 1rem;
    color: #FFF;
    font-weight: bold;
    outline: none;
}

.outbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #e6303f;
    z-index: 994748882;
    overflow: hidden;
    top: 0;
}


/******    我的红包页面    ******/

.packet-container {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 89%;
    left: 13.59%;
    top: 4.37%;
    position: absolute;
    display: block;
    z-index: 10002;
}

.packet-close {
    position: absolute;
    right: 4.68%;
    top: 3.6%;
    width: 7.34%;
    z-index: 10003;
    display: block;
}

.packet-close img {
    width: 100%;
}

.packet-content {
    width: 104%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
}

.myPacket {
    width: 100%;
    border-bottom: 1px solid #a33e3a;
    height: 35px;
    line-height: 35px;
}

.enter-momey {
    text-align: center;
    width: 35%;
    color: #fff;
    font-size: 15px;
    float: left;
    text-indent: 5%;
}

.enter-time {
    font-size: 13px;
    float: right;
    color: #fff;
    margin-right: 10px;
}

.packet-roll {
    width: 80%;
    height: 55%;
    left: 13.5%;
    top: 31.58%;
    position: fixed;
}

.packet-hid {
    position: absolute;
    left: 8.5%;
    width: 84%;
    height: 100%;
    overflow: hidden;
}

#getmyred {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10002;
    top: 0px;
}


/******    红包排行榜页面    ******/

.yst-red {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10010;
}

.yst-red-top {
    width: 100%;
    height: 12%;
    position: relative
}

.yst-count-frend {
    width: 60%;
    border-radius: 35px;
    overflow: auto;
    position: absolute;
    margin-left: 20%;
    margin-top: 6%;
}

.yst-count-frend ul li {
    list-style: none;
    float: left;
    width: 48.5%;
    text-align: center;
    border: 1px solid #f85959;
    font-size: 1.5rem;
    padding: 3% 0;
}

.yst-count-red1 {
    border-radius: 35px 0 0 35px;
    color: #e5f908;
    background: #f85959
}

.yst-frend-red1 {
    border-radius: 0 35px 35px 0;
    color: #f85959;
    background: #fff;
}

.yst-red-money {
    height: 25px;
    width: 100%;
    background: #eee;
    color: #767674;
    font-size: 1.2rem;
    text-indent: 2em;
    line-height: 25px
}

.yst-red-con {
    height: 76%;
    width: 104%;
    overflow-y: auto;
    position: relative;
}

.yst-red-con ul {
    width: 96%;
    overflow: auto;
}

.yst-red-con ul li {
    width: 90%;
    margin-left: 5%;
}

.yst-red-licon {
    position: relative;
}

.t4img {
    border-radius: 100%;
    width: 15%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    float: left;
}

.wire1 {
    border-bottom: 1px solid #dcdcdc;
    clear: both;
}

.red-name-time {
    float: left;
    margin-top: 3%;
    margin-left: 5%;
}

.red-time {
    display: block;
    color: #888;
    font-size: 1.3rem;
    margin-top: 4px;
}

.red-name {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
}

.red-money {
    float: right;
    margin-top: 5.5%;
    font-size: 1.8rem;
    font-weight: bold;
}

.redrop-down {
    width: 5%;
    position: relative;
    padding: 4%;
    margin-left: 42%;
    margin-bottom: 20px;
    display: none;
}

.yst-red-bottom {
    width: 100%;
    background: #f85959;
    height: 8%;
    position: fixed;
    bottom: 0;
}

.yst-red-back {
    width: 26%;
    border-radius: 35px;
    overflow: auto;
    text-align: center;
    background: #963737;
    color: #fff;
    padding: 2% 0;
    position: absolute;
    margin-left: 37%;
    margin-top: 3%;
    font-size: 16px
}

#itemred {
    z-index: 10010;
    height: 100%
}

.yst-nomore1 {
    margin: 3% 0;
    width: 100%;
    text-align: center;
    color: #888;
    display: none;
}

.yst-count-red2 {
    border-radius: 35px 0 0 35px;
    color: #f85959;
    background: #fff;
}

.yst-frend-red2 {
    border-radius: 0 35px 35px 0;
    color: #e5f908;
    background: #f85959
}

.yst-nomore2 {
    margin: 3% 0;
    width: 100%;
    text-align: center;
    color: #888;
    display: none;
}


/******    我的流量页面    ******/

.fpacket-container {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 80%;
    height: 89%;
    left: 13.59%;
    top: 4.37%;
    position: absolute;
    display: block;
    z-index: 10002;
}

.fpacket-close {
    position: absolute;
    right: 4.68%;
    top: 3.6%;
    width: 7.34%;
    z-index: 10003;
    display: block;
}

.fpacket-close img {
    width: 100%;
}

.fpacket-content {
    width: 104%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    position: absolute;
}

.fmyPacket {
    width: 100%;
    border-bottom: 1px solid #3b5d08;
    height: 35px;
    line-height: 35px;
}

.fenter-momey {
    text-align: center;
    width: 45%;
    color: #fff;
    font-size: 14px;
    float: left;
    text-indent: 1%;
}

.fenter-time {
    font-size: 13px;
    float: right;
    color: #fff;
    margin-right: 10px;
}

.fpacket-roll {
    width: 80%;
    height: 55%;
    left: 13.5%;
    top: 30%;
    position: fixed;
}

.fpacket-hid {
    position: absolute;
    left: 5%;
    width: 90%;
    height: 100%;
    overflow: hidden;
}

#getmyflow {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    z-index: 99999;
}


/******    刮刮卡页面    ******/

.lottrycontainer {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    z-index: 99474;
}

.guabg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#lottery-box {
    position: fixed;
    left: 19.1%;
    top: 41.3%;
    width: 62.3%;
    height: 18%;
}

#guaguaka {
    width: 100%;
    height: 100%;
    border-radius: 1.2rem;
}

.yst-exchange {
    width: 40%;
    position: fixed;
    left: 30%;
    top: 69%;
}

.yst-backover {
    width: 40%;
    position: fixed;
    left: 30%;
    top: 77%;
}

.prize-img {
    position: fixed;
    border-radius: 100%;
    margin-top: 6%;
    left: 24%;
}

.prize-text {
    position: fixed;
    width: 27.78%;
    text-align: center;
    font-weight: 700;
    margin-left: 27%;
    margin-top: 13%;
    font-family: Microsoft YaHei, Helvetica, Tahoma;
    font-size: 1.4rem;
}

.prize-desc {
    width: 100%;
    margin: 0 auto;
    margin-top: 42%;
    font-size: 0.7rem;
    text-align: center;
    font-family: Microsoft YaHei, Helvetica, Tahoma;
    color: #12a5f8;
}


/******    优惠券页面    ******/

.couponcontainer {
    z-index: 10008;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.yst_mycoupons_bg {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .6);
    position: fixed;
    top: 0;
    left: 0;
}

.yst_conpons {
    position: fixed;
    top: 23%;
    left: 15%;
    width: 70%;
}

.yst_coupons_prize {
    position: fixed;
    top: 23%;
    left: 15%;
    color: #696453;
    text-align: center;
    font-weight: 600;
    height: 36%;
    width: 70%;
}

.yst_coupons_prize span {
    color: #f40325;
}

.yst_coupons_prize p {
    margin-bottom: 0;
    font-size: 1.5rem;
}

.yst_coupons_p1 {
    margin-top: 18%;
}

.yst_coupons_p3 {
    margin-top: 2%;
}

.yst_coupons_p4 {
    font-size: 0.8rem;
    margin-top: 10%
}

.yst_coupons_close {
    position: fixed;
    top: 21%;
    left: 80%;
    width: 8%;
}


/******    公众号领取样式    ******/

.yst-get-passwordred {
    overflow-y: auto;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff
}

.yst-passwordred-top {
    width: 100%;
    height: 30%;
    text-align: center;
    background-image: url(/API/img/wordbg.png);
    background-size: 100% 100%;
    position: relative
}

.yst-passwordred-text {
    -webkit-user-select: text;
    user-select: text;
    background-color: #fff;
    line-height: 30px;
    width: 41%;
    height: 30px;
    outline: none;
    border: 0;
    border-radius: 12px;
    font-size: 1.4rem;
    text-align: center;
    padding: 0.5% 3% 0;
    color: #666;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 41%;
    left: 25%
}

.yst-passwordred-btn {
    border: 0;
    height: 100%;
    width: 25%;
    border-radius: 10px;
    background: yellow;
    color: red;
    margin-left: 1%;
    outline: none;
}

.yst-passwordred-qr {
    text-align: center;
    margin-top: 8%;
    height: 30%;
    padding-bottom: 8%;
    width: 70%;
    margin-left: 15%;
    border-bottom: 1px dashed #fe514a;
}

.yst-passwordred-qr img {
    height: 100%;
}

.yst-passwordred-bottom {
    margin-top: 8%;
    width: 100%;
}

.yst-passwordred-bottom p {
    margin-left: 10%;
    width: 80%;
    font-size: 1.6rem;
    color: #000;
    font-weight: bold;
}

.redcom-back {
    width: 40%;
    margin: 3% 30%;
}

.yst-receive-con {
    width: 80%;
    margin-left: 10%;
    margin-top: 5px;
    font-size: 1.3rem;
    text-indent: 2em;
}

.yst-red-token {
    background-color: #fff;
    line-height: 18px;
    width: 52%;
    height: 35px;
    outline: none;
    border: 0;
    border-radius: 2px 0 0 2px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5% 3% 0;
    color: #666;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 10%;
    left: 12%;
    -webkit-user-select: text;
    user-select: text;
    resize: none;
}

.yst-red-area-token {
    background-color: #fff;
    line-height: 37px;
    width: 56%;
    height: 40px;
    outline: none;
    border: 0;
    border-radius: 12px;
    font-size: 1.5rem;
    text-align: center;
    padding: 0.5% 3% 0;
    color: #666;
    display: inline-block;
    font-weight: bold;
    position: absolute;
    top: 11%;
    left: 21%;
    -webkit-user-select: text;
    user-select: text;
    resize: none;
}

.yst-red-copy {
    background-color: #FFAA01;
    color: #fff;
    width: 18%;
    height: 37px;
    border: 0;
    border-radius: 0 2px 2px 0;
    font-size: 1.5rem;
    text-align: center;
    -webkit-appearance: none;
    position: absolute;
    top: 10%;
    left: 70%;
}

.yst-red-follow {
    width: 100%;
    position: absolute;
    top: 37%;
    left: 2%;
    text-align: center;
    -webkit-appearance: none;
}

.yst-red-code {
    position: absolute;
    top: 22%;
    left: 31%;
    text-align: center;
    -webkit-appearance: none;
}

.yst-red-code img {
    width: 140px;
    height: 140px;
}

.yst-red-btn {
    width: 28%;
    height: 37px;
    background-color: #82F0FF;
    border: 2px #1A8693 solid;
    border-radius: 11px;
    color: #0B464C;
    font-size: 1.5rem;
}

.yst-get-tokenred {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    background-color: #fff;
}

.yst-tokenred-top {
    idth: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
}

.yst-token-qr {
    position: absolute;
    width: 40%;
    margin-left: 30%;
    top: 26%;
}

.yst-token-p {
    position: absolute;
    font-size: 1.4rem;
    width: 80%;
    margin-left: 10%;
    text-indent: 2em;
    top: 64%;
    -webkit-user-select: none;
    user-select: none;
    height: 20%;
    overflow: hidden;
    overflow-y: auto
}

.tokenback-btn {
    position: absolute;
    width: 28%;
    height: 30px;
    line-height: 30px;
    bottom: 5.5%;
    color: #fff;
    font-size: 1.5rem;
    text-align: center;
    margin-left: 35%;
    border: 1px #fff solid;
    border-radius: 15px;
    -webkit-appearance: none;
}

#yst-token-sm {
    width: 101%;
}

.antoken-p {
    color: #fff;
    position: absolute;
    top: 21%;
    text-align: center;
    width: 40%;
    font-size: 1.4rem;
    margin-left: 30%;
}


/******    验证码页面    ******/

.qrbg {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100000;
    background: rgba(0, 0, 0, .5);
    top: 0px;
}

#pop {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 100000;
    width: 250px;
    height: 150px;
    background: #fff;
    border-radius: 6px;
    box-shadow: 1px 1px 1px #666;
}

.codebox {
    width: 80%;
    margin-left: 10%;
    margin-top: 20px;
    overflow: auto
}

#inputcode {
    width: 45%;
    outline: none;
    height: 32px;
    float: left;
    padding: 2px 5px;
    font-size: 1.6rem;
}

.codecon {
    width: 70px;
    display: inline-block;
    height: 40px;
    float: right;
}

.codetit {
    line-height: 30px;
    height: 30px;
    padding: 0 10px;
    border-bottom: 1px solid #888;
    background: #ececec;
    border-radius: 10px 10px 0 0;
}

#codeclose {
    height: 25px;
    margin-top: 2px;
    float: right
}

#subcode {
    clear: both;
    width: 100px;
    text-align: center;
    margin-left: 75px;
    height: 35px;
    line-height: 35px;
    color: #fff;
    font-size: 15px;
    background: red;
    margin-top: 15px;
    border-radius: 4px;
    border: 1px solid #880E0E;
}


/******    弹幕    ******/

#yst-barrage-show {
    top: 0px;
    position: absolute;
    font-size: 12px;
    height: 100%;
}

.yst-barrage-fly {
    height: 80px;
    overflow: hidden;
    position: absolute;
    background: rgba(150, 150, 150, 0.2);
    z-index: 999;
}

.barrages {
    position: relative;
    float: right;
}

.barrage1 {
    -webkit-animation: barrage1 4.5s linear;
    animation: barrage1 4.5s linear;
}

.barrage2 {
    -webkit-animation: barrage1 5s linear;
    animation: barrage1 5s linear;
}

.barrage3 {
    -webkit-animation: barrage1 4s linear;
    animation: barrage1 4s linear;
}

.barrage4 {
    -webkit-animation: barrage1 5s linear;
    animation: barrage1 4.5s linear;
}

.barrage5 {
    -webkit-animation: barrage1 4.5s linear;
    animation: barrage1 5s linear;
}

.barrage6 {
    -webkit-animation: barrage1 4s linear;
    animation: barrage1 4s linear;
}

.barrage7 {
    -webkit-animation: barrage1 4s linear;
    animation: barrage1 4.5s linear;
}

.barrage8 {
    -webkit-animation: barrage1 5s linear;
    animation: barrage1 5s linear;
}

.barrage9 {
    -webkit-animation: barrage1 4.5s linear;
    animation: barrage1 4s linear;
}

.barrage_add {
    -webkit-animation: barrage1 4s linear;
    animation: barrage1 4s linear;
}

.yst-barrage-fly p {
    position: absolute;
    height: 20px;
}

.displ {
    display: block;
}

.URL-fly,
.addFly {
    float: right;
    font-size: 14px;
    position: relative;
    color: red;
    text-align: center;
}

.addFly {
    border: 1px solid #aaa;
    padding: 0 5px;
}

.click-btn {
    border-radius: 100%;
    position: absolute;
    z-index: 999;
}

.yst-barrage-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: none;
    z-index: 9997;
}

.yst-barrage-input {
    display: table;
    background-color: #e9eaec;
    width: 100%;
    border-spacing: 0;
}

.currentColor-content {
    width: 40px;
}

.currentColor {
    width: 30px;
    height: 30px;
    margin: 10px 0 10px 10px;
    line-height: 30px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
}

.barrage-input {
    width: 90%;
    padding: 0 0 0 10px;
    border: 1px solid #dedede;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 7px;
    font-size: 14px;
    background-color: #fff;
    -webkit-appearance: none;
    outline: 0;
    line-height: 30px;
    margin-left: 10px;
}

.barrage-send-content {
    width: 74px;
}

.barrage-send {
    padding: 0 12px;
    margin: 10px;
    background-color: #fff;
    color: #333;
    line-height: 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 12px;
    outline: none;
}

.hide-input {
    width: 50px;
}

.hide-input img {
    width: 100%;
}

.choose-color-list {
    background-color: #ddd;
    width: 100%;
    position: absolute;
    bottom: 53px;
    display: none;
    z-index: 9997;
}

.color-list {
    float: left;
    width: 80%;
    min-height: 10px;
    position: relative;
}

.color-list-item {
    position: relative;
    display: table-cell;
}

.color-item {
    width: 34px;
    height: 34px;
    margin: 10px 10px;
    line-height: 34px;
    -webkit-border-radius: 17px;
    -moz-border-radius: 17px;
    border-radius: 17px;
    position: relative;
}

.select-status {
    right: -11%;
    top: 8%;
    width: 43%;
    height: 43%;
    margin: 0;
    display: block;
    background-image: url(/API/img/font-selected.png);
    background-size: cover;
    display: none;
}

.hide-barrage {
    width: 50px;
}

.hide-barrage img {
    width: 60%;
    margin-left: 20%;
}

.hide-barrage p {
    height: auto;
    text-align: center;
    color: #555;
    position: relative;
}

#dialogid {
    width: 100%;
    height: 100%;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999;
}

.dialogframe {
    width: 80vw;
    height: 123px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 5px;
    margin-left: -40vw;
    margin-top: -12.1vh;
}

.dialogmsg {
    margin: 0px 10px 30px;
    color: #722c1b;
    font-size: 1.5rem;
    max-height: 80px;
    overflow: hidden;
    margin-top: 18px;
    border-bottom: 1px #dddddd solid;
}

.dialogmsg p {
    padding-bottom: 18px;
}

#dialogtrue {
    width: 30%;
    height: 28px;
    color: #fff;
    margin: 0 auto;
    border-radius: 3px;
    font-size: 1.4rem;
    line-height: 28px;
    border: 1px solid #c62213;
    background: #e53b2c;
}

.yst-tokenred-success {
    display: none;
    position: absolute;
    top: 17%;
    left: 42%;
    color: #fff;
    font-size: 1.5rem;
}

.yst-tokenred-failed {
    display: none;
    position: absolute;
    top: 18.5%;
    left: 27%;
    color: #fff;
    font-size: 1.5rem;
}

@keyframes barrage1 {
    0% {
        right: 0%;
    }

    100% {
        left: -280px;
    }
}

@-webkit-keyframes barrage1 {
    0% {
        right: 0%;
    }

    100% {
        left: -280px;
    }
}