*, p, .h1, .h2, .h3, h1, h2, h3 {
    margin: 0;
    padding:0;
    box-sizing: border-box;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-text-size-adjust:none;
}
html, body {
    width: 100%;
    height: 100%;
}
body {
    font-family: "Microsoft YaHei UI", "Helvetica Neue",Helvetica,Arial,sans-serif;
    max-width: 750px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    margin: 0 auto;
    color: #333;
    background-color: #e4e5e6;
}
body.fixed {
    position: fixed;
    z-index: 0;
    width: 100%;
    height:100%;
}
::-webkit-input-placeholder,
:-ms-input-placeholder {
    color: #d2d2d2;
}
input,button,textarea{
    -webkit-appearance: none;
}
a,button,input,textarea{
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: transparent;
}
a, a:hover, a:active {
    text-decoration: none;
    color: #333;
}
li {
    list-style: none;
}
.display-none {
    display: none !important;
}
.display-block {
    display: block !important;
}
.light-gray {
    background: #e8e8e8;
}
.marker-layer {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
}


/* index style Begin */
header.index {
    position: relative;
}
header.index>img {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
}
.index-main {
    padding-bottom: 60px;
}
.index-main .btn-title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 60px;
}

.index-main .prize-list-active {
    height: 40px;
    max-width: 86%;
    margin-bottom: 10px;
    background: rgba(125, 0, 34, .6) url("../images/notice-icon.png") no-repeat 15px center;
    background-size: 16px 14px;
    border-radius: 36px;
}
.index-main .prize-list-active .swiper-wrapper {

}
.index-main .prize-list-active .swiper-slide {
    color: #fff;
}
.index-main .prize-list-active .swiper-slide>span {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 40px;
    padding: 5px 40px;
    padding-right: 15px;
    font-size: 12px;
    /*text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;*/
}
.slide-toggle-container.top {
    margin-top: 10px;
}
.index-main p.rules-short {
    width: 100%;
    font-size: 14px;
    color: #333;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: pre-wrap;
    padding: 0 15px;
    margin-bottom: 20px;
}



/*.index-main .btn-title:focus,
.index-main .btn-title:active {
    background: url(../images/lottery-btn-active.png) center no-repeat;
    background-size: 80%;
}
    .index-main .btn-title:focus>img.lottery-btn,
    .index-main .btn-title:active>img.lottery-btn {
        opacity: 0;
    }*/
.index-main .btn-title>img.lottery-btn {
    display: block;
    width: 40%;
    margin: 0 5%;
}
.lottery-text-container {
    padding-bottom: 100px;
}
section.lottery-text-container>p.title {
    margin: 10px auto 20px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    color: #5a308e;
}
section.lottery-text-container>div {
    padding: 0 15px;
    margin-bottom: 20px;
}
section.lottery-text-container>div>p.title {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: 700;
    color: #5a308e;
}
section.lottery-text-container>div>p.m-title {
    font-size: 20px;
    font-weight: 700;
    color: #5a308e;
}
section.lottery-text-container>div>p.text {
    font-size: 14px;
    color: #333;
    white-space: pre-line;
}
section.lottery-text-container>div.prize>p.text {
    margin-bottom: 5px;
}


section.lottery-tips {
    position: fixed;
    top: 15%;
    z-index: 9999;
    max-width: 76%;
    margin-left: 12%;
}
section.lottery-tips>div.title {
    position: relative;
    display: flex;
    align-items: center;
}
section.lottery-tips>div.title>span {
    position: absolute;
    font-size: 28px;
    font-weight: 700;
    color: #d00e00;
    width: 100%;
    text-align: center;
}
section.lottery-tips img {
    width: 100%;
    display: inherit;
}
section.lottery-tips>.tips-body,
section.lottery-tips>.tips-footer {
    position: relative;

}
section.lottery-tips>.tips-body>.tips-container,
section.lottery-tips>.tips-footer>.tips-btn {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 15px;
    width: 100%;
    text-align: center;
}
section.lottery-tips>.tips-footer>.tips-btn {
    top: -10px;
}
section.lottery-tips>.tips-body>.tips-container p.title {
    margin: 5px auto;
    font-size: 24px;
    color: #d00e00;
    width: 100%;
    text-align: center;
}
section.lottery-tips>.tips-body>.tips-container p.text {
    margin: 5px 0;
    font-size: 16px;
    font-weight: 700;
    color: #faf4ad;
}
section.lottery-tips>.tips-body>.tips-container img {
    max-width: 80%;
    max-height: 86px;
    margin: 0 auto;
    margin-top: 10px;
}
section.lottery-tips>.tips-footer>.tips-btn.single img {
    width: 100px;
    /*height: 26px;*/
    margin: 0 auto;
    margin-top: 5px;
}
section.lottery-tips>.tips-footer p.tips {
    position: absolute;
    width: 100%;
    bottom: 10px;
    text-align: center;
    padding: 0 15px;
    font-size: 12px;
    color: #faf4ad;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
section.lottery-tips>.tips-body>.tips-container p.input:first-child {
    margin-top: 15px;
}
section.lottery-tips>.tips-body>.tips-container p.input {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    padding: 0 20px;
}
section.lottery-tips>.tips-body>.tips-container p.input>label {
    width: 72px;
    text-align: justify;
    text-align-last: justify;
    color: #fff;
}
section.lottery-tips>.tips-body>.tips-container p.input>input {
    width: calc(100% - 72px);
    height: 28px;
    padding-left: 5px;
    border: 0;
    background: #fff;
    border-radius: 4px;
}

section.lottery-tips>.tips-footer>.tips-btn.double .img-group {
    display: flex;
}
section.lottery-tips>.tips-footer>.tips-btn.double img {
    height: 26px;
    width: auto;
    margin: 10px auto;
}

section.lottery-tips>img.close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}


.not-start>img,
.over>img{
    width: 100%;
}


body.active {
    background: #bbe4fa;
}
body.white {
    background: #fff;
}
section.active-container {
    margin: 0 15px;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    color: #515151;
    background: rgba(255, 255, 255, .5);
}
section.active-container>p {
    margin: 15px 0;
}
section.active-container>p.title {
    font-size: 16px;
}
section.active-container>p>span:not(.tips-off) {
    font-weight: bold;
}
section.active-container>ul>li {
    margin-bottom: 10px;
}
section.active-container>ul.seach>li {
    display: flex;
    justify-content: space-between;
    padding: 4px 10px;
    padding-right: 16%;
    border-radius: 5px;
    font-weight: 500;
    color: #3e3e3e;
    background: rgba(255, 255, 255, .7);
}
section.active-container>p.tips {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 15px;
}
.lottery-list-swiper-container {
    height: 30px;
    margin: 10px 15px 20px;
    padding: 0 20px;
    padding-left: 30px;
    color: #023b8a;
    background: rgba(255, 255, 255, .7) url("../images/notice.png") no-repeat 20px center / 22px auto;
    border-radius: 15px;
}
.lottery-list-swiper-container>.swiper-wrapper {
    display: flex;
    align-items: center;
    height: 30px;
}
.lottery-list-swiper-container>.swiper-wrapper>.swiper-slide {
    display: flex;
    align-items: center;
    width: calc(100% - 32px);
}
.lottery-list-swiper-container .content {
    width: 100%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.active-btn-group {
    display: flex;
    justify-content: center;
    width: 100%;
}
.active-btn-group.fixed {
    position: fixed;
    bottom: 5px;
    z-index: 99;
}
.active-btn-group>img {
    width: 38%;
    max-height: 56px;
}
.active-btn-group.qinspection>img {
    width: auto;
    max-height: 90px;
}
.lottery-rules-container img {
    max-width: 100% !important;
}

/* index style End */


/* scan style Begin */
section.scan {
    position: relative;
}
section.scan>img,
section.scan>.scan-container>img {
    width: 100%;
}
section.scan>.scan-container img.scan-btn {
    position: fixed;
    bottom: 10%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
}
/* scan style End */


/* expired style Begin */
section.expired {
    position: relative;
}
section.expired>img {
    width: 100%;
}
/* expired style End */


/* codeerror style Begin */
section.codeerror {
    position: relative;
}
section.codeerror>img {
    width: 100%;
}
/* codeerror style End */


/* report style Begin */
section.report-container {
    margin: 15px 15px;
    width: calc(100% - 30px);
}
section.report-container>.header {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #464546;
    background: #fff;
    border-radius: 5px;
}
section.report-container>.header>span {
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    margin-top: -12px;
}
section.report-container>.header>span>img {
    height: 100%;

}
section.report-container>.content {
    position: relative;
    margin-top: 10px;
    padding: 10px;
    padding-bottom: 20px;
    border-radius: 5px;
    background: #fff;
}
section.report-container>.content>.count {
    position: absolute;
    bottom: 30px;
    right: 20px;
    color: #6e6e6f;
}
section.report-container>.content>h3 {

}
section.report-container>.content p.title {
    font-size: 14px;
    font-weight: bold;
    padding: 4px 8px;
    margin: 10px auto;
    background: #dddddd;
    border-radius: 5px;
}
section.report-container>.content div>p {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    color: #6e6e6f;
}
section.report-container>.content div.other-abnormal-content>p {
    display: inline-flex;
    align-items: center;
    width: 49%;
}
section.report-container>.content div.other-abnormal-content>p:last-child {
    width: auto;
}
section.report-container>.content div.other-abnormal-content>p:last-child>span:last-child {
    width: auto;
}
section.report-container>.content div>p>span {
    display: inline-block;
}
section.report-container>.content div>p>span:first-child {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    border: 1px solid #979797;
}
section.report-container>.content div>p>span.active:first-child {
    background: #d0d0d0;
}
section.report-container>.content div>p>span:last-child {
    width: calc(100% - 34px);
}
section.report-container>.content input {
    width: 100%;
    height: 36px;
    padding-left: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}
section.report-container>.content textarea {
    resize: none;
    width: 100%;
    padding: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}
.report-btn {
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.report-btn>img {
    max-height: 50px;
}



.promotions {
    position: fixed;
    right: 15px;
    top: 25%;
    z-index: 99;
    width: 76px;
}
.promotions>img {
    position: absolute;
    width: 76px;
    top: 0;
    left: 0;
}
.promotions>ul {
    min-width: 76px;
    min-height: 76px;
    text-align: center;
    padding-top: 76px;
    padding-bottom: 5px;
    font-size: 15px;
    font-weight: bold;
    background: #fff6f2;
    color: #f2410a;
    border: 3px solid #f2410a;
    border-radius: 57px;
}
.promotions>ul img {
    width: 25px;
}
.promotions>ul>li {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    line-height: 1.2;
    margin: 0 5px;
    border-bottom: 1px dashed #f2410a;
}
.promotions>ul>li>a {
    color: #f2410a;
}
.promotions>ul>li.border-none {
    border: 0;
}
/* report style End */







/* prize list style Begin */
body.prize-list {
    background: #a577bf url(../images/prize-list-bg.png) no-repeat center bottom;
    background-attachment: fixed;
    background-size: contain;
}
section.prize-list-container {
    padding: 28px 15px;
}
section.prize-list-container>p.not-data {
    margin-top: 50%;
    font-size: 20px;
    text-align: center;
    color: #8c00ae;
}
section.prize-list-container>img {
    width: 100%;
}
section.prize-list-container>.prize-list-content>.prize-item {
    padding: 20px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
}
section.prize-list-container>.prize-list-content>.prize-item:last-child {
    margin-bottom: 0;
}
section.prize-list-container>.prize-list-content>.prize-item>p.title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    color: #303030;
}
section.prize-list-container>.prize-list-content>.prize-item>p.title span.btn {
    padding: 5px;
    margin-left: 5px;
    color: #fff;
    border-radius: 5px;
    background: #8c00ae;
}
section.prize-list-container>.prize-list-content>.prize-item>p.title span.btn.min-width {
    min-width: 130px;
}
section.prize-list-container>.prize-list-content>.prize-item>p.text {
    font-size: 16px;
    color: #7a7a7b;
}
section.prize-list-container>.prize-list-content>.prize-item>p.express {
    font-size: 14px;
    color: #687505;
}
section.prize-list-container>.prize-list-content>.prize-item>p {
    margin-bottom: 5px;
}
section.prize-list-container>.prize-list-content>.prize-item>p:last-child {
    margin-bottom: 0;
}



/* prize list style End */





/* address style Begin */

section.address-container {
    padding: 28px 15px;
}
section.address-container>.header {
    position: relative;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    text-align: center;
    color: #464546;
    background: #fff;
    border-radius: 5px;
}
section.address-container>.header>span {
    padding: 0 10px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 24px;
    margin-top: -12px;
}
section.address-container>.header>span>img {
    height: 100%;
    vertical-align: initial;
}
section.address-container>.user-info {
    margin-top: 10px;
    padding: 20px;
    padding-bottom: 100px;
    border-radius: 5px;
    background: #fff;
}
section.address-container>.user-info>p.input {
    margin-bottom: 10px;
    border-bottom: 1px solid #d7d7d7;
}
section.address-container>.user-info.status>p.input {
    margin-bottom: 0;
}
section.address-container>.user-info>p.input.birthday {
    position: relative;
}
section.address-container>.user-info>p.input.birthday>span {
    position: absolute;
    right: 4px;
    display: flex;
    align-items: center;
    width: 8px;
    height: 36px;

}
section.address-container>.user-info>p.input.birthday>span>img {
    width: 100%;
}
section.address-container>.user-info>p.input {
    display: flex;
    align-items: center;
}
section.address-container>.user-info>p.input label {
    width: 72px;
    text-align: justify;
    text-align-last: justify;
    color: #666;
}
section.address-container>.user-info>p.input label.required {
    position: relative;
}
section.address-container>.user-info>p.input label.required::before {
    content: '*';
    position: absolute;
    left: -10px;
    display: flex;
    align-items: center;
    width: 6px;
    height: 30px;
    color: #D9001B;
}
section.address-container>.user-info>p.input input {
    width: calc(100% - 72px);
    height: 36px;
    line-height: 36px;
    padding-left: 5px;
    border: 0;
    border-radius: 5px;
}
section.address-container>.user-info>p.btn-group {
    display: flex;
    justify-content: space-between;
    margin: 0 10px;
}
section.address-container>.user-info>p.btn-group span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 50px) / 2);
    height: 36px;
    border-radius: 5px;
    color: #fff;
}
section.address-container>.user-info>p.btn-group span.confirm-btn {
    background: #8c00ae;
}
section.address-container>.user-info>p.btn-group span.cancel-btn {
    background: #c4c3c3;
}
section.confirm-address-info {
    position: fixed;
    top: 20%;
    left: 10%;
    z-index: 2;
    width: 80%;
    padding: 20px;
    background: #fff;
    border-radius: 5px;
}
section.confirm-address-info>p {
    margin-bottom: 10px;
}
section.confirm-address-info>p.title>span:first-child {
    font-weight: 700;
}
section.confirm-address-info>p.title>span.red {
    color: #ef0606;
}
section.confirm-address-info>p.text>span:first-child {
    display: inline-block;
    width: 72px;
    text-align: justify;
    text-align-last: justify;
}
section.confirm-address-info>p.btn-group {
    display: flex;
    justify-content: space-between;
    margin: 0 40px;
}
section.confirm-address-info>p.btn-group>span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc((100% - 20%) / 2);
    height: 28px;
    color: #fff;
    border-radius: 5px;
}
section.confirm-address-info>p.btn-group>span.confirm-btn {
    background: #8c00ae;
}
section.confirm-address-info>p.btn-group>span.cancel-btn {
    background: #aa89bd;
}
/* address style End */




/* bottle style Begin */
body.bottle {
    background: #f5e5f0 url(../images/bottle-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
section.bottle {
    width: 100%;
    padding: 6% 10%;
    text-align: center;
}
section.bottle>img {
    width: 90%;
    margin: 0 auto;
}
section.bottle>.user-prize-info {
    margin-top: 10px;
    margin-bottom: 15px;
    font-weight: 500;
    color: #8c62a0;
}
section.bottle>.prize-type {
    font-size: 28px;
    font-weight: bold;
    color: #8030be;
}
section.bottle>.prize-tips {
    font-size: 36px;
    font-weight: bold;
    color: #c90505;
}
section.bottle>.prize-bottle-img {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
section.bottle>.prize-bottle-img>.bottle-img-bg {
    width: 100%;
}
section.bottle>.prize-bottle-img>.bottle-img {
    position: relative;
    z-index: 1;
    width: 100%;
    margin-bottom: -26%;
}
section.bottle>.btn-group {
    display: flex;
    justify-content: space-between;
    height: 60px;
}
section.bottle>.btn-group.center {
    justify-content: center;
}
section.bottle>.btn-group>img {
    display: block;
    height: 80%;
    /* margin: 0 5%; */
}
section.bottle>.tips {
    width: 80px;
    height: 30px;
    line-height: 30px;
    margin: 0 auto;
    border-radius: .3rem;
    background-color: rgba(0,0,0,.7);
    color: #fff;
}



section.bottle>.wechat {
    font-size: 13px;
    color: #9b1919;
}
section.bottle>.right-tips {
    font-size: 12px;
    color: #5c5a5e;
}


section.address-list {
    position: fixed;
    top: 8%;
    z-index: 9999;
    max-width: 76%;
    height: calc(80% - 36px);
    min-height: 400px;
    margin-left: 12%;
    padding: 18px 5%;
    text-align: center;
    border: 2px solid #7c1baf;
    border-radius: 10px;
    background: #fff;
}
section.address-list>img {
    width: 70%;
    margin: 0 auto;
}
section.address-list>img.footer {
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 60%;
    left: 20%;
    opacity: .2;
}
section.address-list>.receive {
    position: relative;
}
/*section.address-list>.receive>.restaurant-content {
    display: flex;
    align-items: center;
    justify-content: center;
}*/
section.address-list>.receive>.restaurant-content.font-small {
    font-size: 12px;
}
section.address-list>.receive>.restaurant-content>input {
    width: 100%;
    height: 30px;
    padding-left: 5px;
    border: 1px solid #a0a0a0;
    border-radius: 5px;
}
section.address-list>.receive>img {
    width: 50%;
    margin: 0 auto;
    margin-top: 5px;
}
section.address-list .swiper-container {
    width: 100%;
    max-height: 67%;
    margin: 10px auto;
}
section.address-list .address-content {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
section.address-list .address-content img {
    display: block;
    max-width: 80%;
}
section.address-list .swiper-container .address-content img {
    margin: 0 auto;
}
section.address-list>img.close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}
/* bottle style End */


/* apply style Begin */
section.already-applied {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
section.already-applied>.content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: calc(100% - 10px);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    color: #F59A23;
    font-size: 20px;
    text-align: center;
}
section.address-container.rules {
    padding-top: 10px;
}
section.address-container.apply {
    padding: 0 15px;
    margin-bottom: 10px;
}
section.address-container.apply>.user-info {
    line-height: 24px;
    padding-bottom: 20px;
}
section.address-container.apply>.user-info.merchant {
    background: #f59a23;
    color: #fff;
}
section.address-container.apply>.user-info.merchant.invalid {
    background: #c1c1c1;
    color: #999;
    font-weight: 700;
    text-align: center;
}
section.address-container.apply>.user-info.merchant>p>a {
    color: #fff;
}
section.address-container.apply.status>.user-info.status>p {
    border: 0;
}
section.address-container.apply>.user-info.lottery-detail {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(242, 242, 242, 1) 100%);
}
section.address-container.apply>.user-info.lottery-detail>div {
    display: flex;
    align-items: center;
    justify-content: center;
}
section.address-container.apply>.user-info.lottery-detail .money-icon {
    width: 60px;
    margin-right: 10px;
}
section.address-container.apply>.user-info.lottery-detail .money {
    width: calc(100% - 70px);
}
section.address-container.apply>.user-info.lottery-detail .money>p:first-child {
    margin-top: 20px;
    font-size: 21px;
}
section.address-container.apply>.user-info.lottery-detail p.withdraw-btn-container {
    display: flex;
    justify-content: center;
}
section.address-container.apply>.user-info.lottery-detail p.withdraw-btn-container>span {
    padding: 4px 8px;
    margin-top: 20px;
    border: 1px solid #aaa;
    border-radius: 5px;
    color: #aaa;
}
section.address-container.apply>.user-info.lottery-detail p.withdraw-btn-container>span.active {
    border: 1px solid #d9001b;
    border-radius: 5px;
    padding: 6px 40px;
    color: #d9001b;
    background: #fff;
}
section.address-container.apply>.user-info.lottery-detail>.money>p>span:first-child:not(.withdraw-btn) {
    display: inline-block;
    margin-right: 10px;
}
section.address-container.apply>.user-info.lottery-detail .money .money-num {
    color: #F59A23;
    font-weight: 700;
}
section.address-container.apply>.user-info.lottery-detail .money .supervisor-num {
    color: #0000FF;
    font-weight: 700;
}

section.address-container.apply>.user-info.lottery-detail>.lottery-list-detail-btn {
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 13px;
    text-decoration: underline;
    /*color: #7F7F7F;*/
}
section.address-container.apply>.user-info.today-supervisor-info {
    text-align: center;
    color: #7F7F7F;
}
section.address-container.apply>.user-info.today-supervisor-info>p {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 10px;
}
section.address-container.apply>.user-info.today-supervisor-info>p>span:last-child {
    font-size: 13px;
    /*text-decoration: underline;*/
}
section.address-container.apply>.user-info.today-supervisor-info>.supervisor-money-num {
    display: flex;
    justify-content: space-between;
}
section.address-container.apply>.user-info.today-supervisor-info>.supervisor-money-num .today-supervisor-num {
    font-weight: 700;
    color: #0000FF;
}
section.address-container.apply>.user-info.today-supervisor-info>.supervisor-money-num .today-money-num {
    color: #F59A23;
    font-weight: 700;
}
section.address-container.apply>.user-info.today-supervisor-info .qr-small {
    margin-top: 20%;
    width: 30px;
    height: 30px;
}
section.qr-tips {
    position: fixed;
    top: 20%;
    z-index: 9999;
    width: 76%;
    margin-left: 12%;
    padding: 20px;
    background: #fff;
    text-align: center;
}
section.qr-tips>img {
    max-width: 100%;
    margin-bottom: 10px;
}
section.qr-tips>img.close {
    position: absolute;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    width: 40px;
}
section.address-container.apply h4 {
    display: block;
    margin-block-start: 1.33em;
    margin-block-end: 1.33em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
    font-size: 15px;
    margin: 0;
    margin-bottom: 20px;
}
section.address-container.apply h4.apply-status {
    display: flex;
    justify-content: space-between;
}
section.address-container.apply h4.apply-status>span.status {
    font-size: 14px;
    font-weight: normal;
}
section.address-container.apply h4.apply-status>span.status.yes {
    color: #023b8a;
}
section.address-container.apply h4.apply-status>span.status.no {
    color: #f2410a;
}
section.address-container.apply>.user-info>p>span.invalid-name,
section.address-container.apply>.user-info>p>span.name {
    font-size: 18px;
}
section.address-container.apply>.user-info>p>span.tips {
    display: inline-flex;
    align-items: center;
    line-height: 1.8;
    margin-left: 5px;
    padding: 0 5px;
    background: #fff;
    font-size: 13px;
    border-radius: 5px;
    color: #f59a23;
}
section.address-container>.user-info>p.input.captcha input {
    width: calc(100% - 162px);
}
section.address-container.apply>.user-info>p.captcha .get-captcha {
    width: 80px;
    height: 32px;
    margin-left: 10px;
    line-height: 32px;
    font-size: 13px;
    text-align: center;
    background: #e8e8e8;
    border-radius: 5px;
    color: #888;
    border: 0;
}
section.address-container.apply>.user-info>p.captcha .get-captcha.active {
    background: #D9001B;
    color: #fff;
}
section.address-container.apply>.user-info>.photo {
    position: relative;
    width: 160px;
    /*height: 120px;*/
    margin: 0 auto;
    overflow: hidden;
    /*border: 1px solid #eee;*/
}
section.address-container.apply>.user-info>.tips {
    margin-top: 20px;
    font-size: 20px;
    color: #f59a23;
}
section.address-container.apply>.user-info>.photo img {
    width: 100%;
}
section.address-container.apply>.user-info>.photo>input {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}
section.address-container>.user-info.status>p.input input {
    border: 0;
}
section.address-container.apply>.user-info.status .input.tips {
    margin-top: 10px;
    align-items: inherit;
    font-size: inherit;
}
section.address-container.apply>.user-info.status .input span.apply-tips {
    width: calc(100% - 72px);
    padding-left: 5px;
    color: #f2410a;
}
section.address-container.apply>.user-info>.photo>span.delete-img {
    position: absolute;
    display: none;
    right: 0;
    bottom: 0;
    width: 20px;
}
section.address-container.apply>.user-info>.notice {
    margin-top: 10px;
    font-size: 12px;
    color: #F59A23;
}
section.address-container.apply>.user-info>.notice>.title {
    font-weight: 600;
}
section.address-container.apply p.rule {
    padding-left: 20px;
    margin-top: 20px;
    display: flex;
    align-items: center;
    font-size: 12px;
}
section.address-container.apply p.rule>img {
    width: 16px;
    height: 16px;
    margin-right: 5px;
}
section.address-container.apply p.rule>span {
    color: #F59A23;
    text-decoration: underline;
}
section.address-container.apply p.btn-group {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 10px auto;
    margin-top: 20px;
}
section.address-container.apply p.btn-group span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36%;
    height: 36px;
    border-radius: 5px;
    color: #fff;
    background: #D7D7D7;
}
section.address-container.apply p.btn-group span.confirm-btn.one {
    background: #D9001B;
}
section.address-container.apply p.btn-group span.confirm-btn.active {
    background: #D9001B;
}
#modal .tips {
    margin-top: 10px;
    font-size: 12px;
    color: #f2410a;
}


section.address-container.rules>.user-info {
    padding-bottom: 20px;
}
section.address-container.rules p {
    text-indent: 2em;
}
section.address-container.rules p.left {
    text-indent: 0;
}
section.address-container.rules p.mb20 {
    margin-bottom: 20px;
}
section.address-container.rules p.title {
    font-weight: 600;
    text-indent: 0;
    margin-top: 20px;
}

section.address-container.apply>.user-info.info>p {
    text-align: center;
}
section.address-container.apply>.user-info.info>p.num {
    display: flex;
    justify-content: flex-end;
}
section.address-container.apply>.user-info.info h3 {
    text-align: center;
    font-size: 26px;
    margin: 10px 0;
}
section.address-container.apply>.user-info.info .name{
    font-size: 20px;
}
section.address-container.apply>.user-info>.photo.qr {
    margin-top: 20px;
    /*height: 90px;*/
}
section.address-container.supervisor>.user-info.user {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    color: #7F7F7F;
    font-weight: bold;
}
section.address-container.supervisor>.user-info.user .tips {
    display: inline-block;
    margin-left: 5px;
    padding: 5px 10px;
    line-height: 1.2;
    background: #f2410a;
    font-size: 13px;
    border-radius: 5px;
    color: #fff;
}
section.address-container.supervisor>.user-info.user #realName {
    font-size: 22px;
}
.apply-layer-content {
    margin: -30px auto;
    text-align: left;
}
.apply-layer-content>* {
    margin-bottom: 6px;
}
.apply-layer-content>.address-tips>.name {
    font-size: 18px;
}
.apply-layer-content>.address-tips>.tips {
    display: inline-flex;
    align-items: center;
    margin-left: 5px;
    padding: 0 5px;
    background: #f2410a;
    font-size: 16px;
    border-radius: 5px;
    color: #fff;
}

section.address-container.quality-supervisor-tips {
    display: flex;
    height: calc(100% - 10px);
    text-align: center;
}
section.address-container.quality-supervisor-tips>.user-info {
    flex: 1;
    padding-top: 40%;
}
section.address-container.quality-supervisor-tips>.user-info .title {
    font-size: 18px;
    color: #f2410a;
}
section.address-container.quality-supervisor-tips>.user-info .tips {
    color: #7F7F7F;
}


section.rewarddetail {
    padding-top: 10px;
}
section.rewarddetail .user-info {
    padding: 0;
    border-radius: 5px;
}
section.rewarddetail .choose-date-container>* {
    /*padding: 0 10px;*/
}
section.rewarddetail .choose-date-container>p:first-child {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 40px;
    padding: 0;
    background: #fff;
}
section.rewarddetail .choose-date-container>p:first-child>span {
    line-height: 40px;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #f2f2f2;
}
section.rewarddetail .choose-date-container>p:first-child>span.active {
    color: #F59A23;
    border-bottom: 1px solid #F59A23;
}
/*section.rewarddetail .choose-date-container>.reward-detail-title,*/
section.rewarddetail .choose-date-container>.choose-date-type>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 40px;
}
section.rewarddetail .choose-date-container>.reward-detail-title {
    padding: 0 10px;
}
section.rewarddetail .choose-date-container>.reward-detail-title .blue {
    margin-left: 4px;
    color: #0000FF;
}
section.rewarddetail .choose-date-container>.reward-detail-title .orange {
    margin-left: 4px;
    color: #F59A23;
}
section.rewarddetail .choose-date-container>.reward-detail-title .red {
    margin-left: 4px;
    color: #D9001B;
}
section.rewarddetail .choose-date-container>.reward-detail-title>span {
    margin-right: 10px;
    color: #7F7F7F !important;
}
section.rewarddetail .choose-date-container>.reward-detail-title span.bonus {
    color: #F59A23;
}
section.rewarddetail .choose-date-container>.reward-detail-title span.drawNum {
    color: #333;
}
section.rewarddetail .choose-date-container>.choose-date-type>div>span {
    display: flex;
    align-items: center;
    color: #7F7F7F;
}
section.rewarddetail .choose-date-container>.choose-date-type>div>span.disable {
    opacity: .6;
}
section.rewarddetail .choose-date-container>.choose-date-type>div>span:nth-child(2) {
    color: #333;
}
section.rewarddetail .choose-date-container>.choose-date-type>div img {
    height: 16px;
    margin: 0 10px;
}
section.rewarddetail .reward-detail-list>ul>li {
    padding: 5px 10px;
    border-top: 1px solid #f2f2f2;
}
section.rewarddetail .reward-detail-list>ul>li>div {
    display: flex;
    justify-content: space-between;
}
section.rewarddetail .reward-detail-list>ul>li>div>span:first-child.gray {
    font-size: 11px;
}
section.rewarddetail .reward-detail-list>ul>li>div>span:nth-child(2).status-money {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 138px;
}
section.rewarddetail .reward-detail-list>ul>li>div>span:first-child {
    display: inline-block;
    max-width: calc(100% - 90px);
    font-size: 13px;
}
section.rewarddetail .reward-detail-list>ul>li>div span.money {
    color: #F59A23;
}
section.rewarddetail .reward-detail-list>ul>li>div span.black {
    color: #333 !important;
}
section.rewarddetail .reward-detail-list .gray {
    color: #aaa;
}
section.rewarddetail .reward-detail-list .status {
    margin-right: 10px;
    font-size: 12px;
    padding: 2px 6px;
    background: rgba(245, 154, 35, 0.5);
    border-radius: 4px;
    color: #fff;
}
section.rewarddetail .reward-detail-list .status.blue {
    background: rgba(0, 0, 255, .5);
}
section.rewarddetail .reward-detail-list .status.error {
    background: rgba(217, 0, 27, .5);
}
section.rewarddetail .reward-detail-list .status.green {
    background: rgba(112, 182, 3, .5);
}
section.rewarddetail .reward-detail-list .error-tips {
    color: #EC808D;
}

    /* apply style End */





/* apply-active style Begin */
.apply-active>.slide-toggle-container>.record-details-btn {
    display: flex;
    justify-content: flex-end;
    margin-right: 15px;
}
.apply-active>.slide-toggle-container>.record-details-btn>.record-details {
    margin-top: 15px;
    padding: 4px 10px;
    border-radius: 5px;
    font-weight: bold;
    color: #515151;
    background: rgb(245, 154, 35);
}
/* apply-active style End */



/* withdraw style Begin */
section.withdraw {
    padding-top: 10px;
}
section.withdraw>.user-info {
    padding-bottom: 20px;
}
section.withdraw>.user-info>* {
    margin-bottom: 20px;
}
section.withdraw>.user-info>p {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.withdraw>.user-info span.title {
    display: inline-block;
    font-size: 18px;
    margin-right: 5px;
    width: 80px;
}
section.withdraw>.user-info>p.choose-overage-type {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 10px;
}
section.withdraw>.user-info>p span.overage {
    font-size: 13px;
    color: #aaa;
    display: inline-block;
    /*padding-bottom: 2px;*/
    width: calc(100% - 85px);
    /*border-bottom: 1px solid #ccc;*/
}
section.withdraw>.user-info>p span.overage.active {
    font-size: 16px;
    color: #333;
}
section.withdraw>.user-info>p span.all-overage {
    min-width: 30px;
    color: #D9001B;
}

section.withdraw>.user-info>p.choose-overage-type>span {
    width: calc((100% - 30px) / 4);
    text-align: center;
    padding: 4px 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    color: #D9001B;
    border: 1px solid #d7d7d7;
}
section.withdraw>.user-info>p.choose-overage-type>span.active {
    border: 1px solid #d9001b;
}
section.withdraw>.user-info>p.choose-overage-type>span:nth-child(4n) {
    margin-right: 0;
}
section.withdraw>.user-info>p:first-child .balance {
    font-size: 16px;
    font-weight: bold;
    color: #F59A23;
}
section.withdraw>.user-info>p:nth-child(2)>span:first-child {
    display: flex;
    align-items: center;
    width: 100%;
}
section.withdraw>.user-info>div.choose-type {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc(100% - 8px);
    padding-bottom: 5px;
    border-bottom: 1px solid #f1f1f1;
}
section.withdraw>.user-info>div.choose-type>span:first-child {
    display: flex;
    align-items: center;
}
section.withdraw>.user-info>div.choose-type span.type-text {
    color: #7F7F7F;
}
section.withdraw>.user-info>div.choose-type  input {
    position: absolute;
    right: 0;
    width: calc(100% - 72px);
    height: 32px;
    border: 0;
    opacity: 0;
}
section.withdraw>.user-info>div.choose-type img {
    width: 8px;
}
section.withdraw .notice {
    font-size: 12px;
    padding: 15px;
    color: #F59A23;
}
section.withdraw .notice>.title {
    margin-bottom: 6px;
    font-weight: bold;
}
section.withdraw .withdraw {
    margin: 30px 0;
    text-align: center;
}
section.withdraw .withdraw>span {
    padding: 6px 30px;
    background: #d9001b;
    color: #fff;
    border-radius: 4px;
}
section.withdraw .withdraw-detail-btn {
    text-align: center;
    /*color: #7F7F7F;*/
    font-size: 13px;
    text-decoration: underline;
}




/* withdraw style End */







/* apply-active style Begin */

/* apply-active style End */



/* mobiscroll */
.mbsc-android-holo .dwwol {
    width: 100%;
    left: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.mbsc-android-holo-light .dw-li {
    color: #999;
}
.mbsc-android-holo .dw-sel{
    font-weight: 700;
    color: #D9001B;
}
.mbsc-android-holo .dwb-a {
    background: #D9001B
}
.mbsc-android-holo .dwv {
    color: #666;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
}
.mbsc-android-holo .dwbw:last-child .dwb {
    background: #D9001B;
    color: #fff;
}
.mbsc-android-holo-light .dwwo {
    background: transparent;
}

section.nogps {
    width: 100%;
    height: 100%;
    padding: 10px 15px;
}
section.nogps>.content {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    height: calc(100% - 10px);
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    color: #F59A23;
    font-size: 20px;
    text-align: center;
}

.guide-img {
    height: 100%;
    width: 100%;
}
.guide-img * {
    display: block;
    width: 100%;
}



