@charset "utf-8";
html, body, div, p, ul, li, dl, dt, dd, em, i, span, a, img, input, h1, h2, h3, h4, h5 {
    margin: 0;
    padding: 0;
}

a, img, input, textarea {
    background: none;
    border: none;
    outline: none;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

ul, li {
    list-style: none;
}

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

body {
    font: 24px/1.5 -apple-system, "Helvetica Neue", Helvetica, Arial, sans-serif;
    -webkit-user-select: none;
    background-color: #470506;
}

.none {
    display: none;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

* {
    -webkit-appearance: none;
    -webkit-text-size-adjust: none;
}

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#cy_bot {
    padding: 10px !important;
    position: relative;
    z-index: 2
}

.cyLogo {
    margin-top: 10px;
}

html, body {
    width: 100%;
    touch-action: manipulation;
    max-width: 750px;
    margin: 0 auto;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.hide {
    font-size: 0;
    text-indent: -9999em;
    width: 0;
    height: 0;
}

.t {
    font-size: 0;
    text-indent: -9999em;
    display: block
}

.bg {
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0;
}

img {
    width: 100%;
}

p {
    text-align: center;
}

.t-l{
    text-align: left;
}
.t-c{
    text-align: center;
}

.t-in{
    text-indent: 40px;
}

/***public***/
i, em {
    font-style: normal;
}

.wrap {
    text-align: center;
    width: 750px;
    height: 100%;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 50%;
    margin-left: -375px;
}

.page_bg {
    width: 750px;
    height: 1650px;
    position: fixed;
    overflow: hidden;
    top: 50%;
    margin-top: -825px;
    left: 50%;
    transform: translateX(-50%);
    background: url(../img/bg.jpg) no-repeat center center/100% auto;
}

.mobile-mini .page_bg{
    background-position-y: top;
    top: 0;
    margin-top: -56px;
}
.mobile-mini .top-box{
    top: 30px;
}

.page {
    display: none;
}

.page.show{
    display: block;
}

.page, .contbox {
    width: 750px;
    height: 1650px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -825px;
    margin-left: -375px;
}
.page .contbox::before {
    content: '';
    width: 1150px;
    height: 1650px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -825px;
	margin-left: -575px;
    background: url(../img/page02-mass1.png) no-repeat center right/100%;
}
.contbox {
    background-size: auto 100%;
    background-position: center center;
    background-repeat: no-repeat;
    transform-origin: center center;
}

.top-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0 12px;
	margin-bottom: 0; padding-top: 129px;
}
.head-logo {
    background: url("../img/logo.png") no-repeat 0 0/100%;
    width: 132px;
    height: 76px;
    display: block;
    margin-right: auto;
}

.user-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-home, .btn-rule, .btn-login, .btn-logout, .btn-backHome, .btn-member {
    display: block;
    background: url("../img/btn_rule.png") no-repeat 0 0/100%;
    width: 138px;
    height: 38px;
    margin-left: 11px;
}

.btn-home {
    background-image: url("../img/btn_center.png");
}

.btn-login {
    background-image: url("../img/btn_login.png");
}

.btn-logout {
    background-image: url("../img/btn_logout.png");
}

.btn-backHome {
    background-image: url(../img/btn_back.png);
}

.btn-member {
    background-image: url(../img/btn_members.png);
}

.mid {
    width: 750px;
    margin: 0 auto;
}

/* page1 */
.page1 {
    width: 750px;
    height: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    min-height: initial;
}

.page_bg::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.page1 .logo {
    background: url("../img/logo.png") no-repeat 0 0/160px auto;
    width: 160px;
    height: 92px;
    position: absolute;
    left: 50%;
    margin-left: -335px;
    top: 40px;
    z-index: 3;
}

.page1 .start_box_page {
    width: 750px;
    height: 1650px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.page1 .contbox {
    height: 1650px;
}

@keyframes ani-breath {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(.9);
    }
}

.page .mid {
    padding-top: 642px;
    position: relative;
    z-index: 2;
}

/* page2 */
.page2 {
    width: 750px;
    height: 1650px;
}

.panel {
    /* background: url("../img/part01.png") no-repeat 0/100%; */
    width: 640px;
    /* height: 411px; */
    margin: 0 auto;
    position: relative;
    /* padding-top: 50px; */
    box-sizing: border-box;
}

.panel_reserve {
    margin-bottom: 60px;
}

.panel_team{
    /* background: url("../img/part02.png") no-repeat 0/100%; */
    /* height: 634px; */
}

.panel_task {
    /* background: url("../img/part03.png") no-repeat 0/100%;
    height: 1001px; */
}

.title {
    width: 100%;
    height: 175px;
    background-size: auto 100%;
    background-position: center center;
    position: absolute;
    top: -112px;
    left: 0;
    pointer-events: none;
}

.title1 {
    background-image: url("../img/tit1.png");
}

.title2 {
    /* background-image: url("../img/tit2.png"); */
}

.title3 {
    background-image: url("../img/tit3.png");
}

.desc {
    margin: 0 auto;
    font-size: 22px;
    text-align: center;
    color: #c14c17;
    display: flex;
    justify-content: center;
    align-items: center;
}

.panel_reserve .reserve_count {
    font-size: 36px;
    position: relative;
    top: 2px;
}

.panel_reserve .desc, .panel_team .desc {
    height: 88px;
    margin-bottom: 90px;
}
.panel_task .desc {
    height: 120px;
}

.panel_team .desc {
    margin-bottom: 9px;
}
.panel_team .jjjd{width: 253px;height: 57px;;background: url(../img/title-main-mass.png) no-repeat center;background-size: 100% auto;margin: 0 auto;overflow: hidden;text-indent:-9999em;}
.pro-wrap {
    position: relative;
    width: 626px;
    height: 21px;
    margin: 198px 0 0 14px;
}

.progress-bar {
    background: url("../img/pro.png") no-repeat 0/100%;
    width: 626px;
    height: 21px;
    margin: 0 auto;
    position: relative;
}

.panel_reserve .progress-bar{
    left: 20px;
}

.panel_reserve .progress-bar::before{
    content: '';
    background: url("../img/pro_label.png") no-repeat 0/auto 100%;
    width: 36px;
    height: 18px;
    position: absolute;
    left: -46px;
    bottom: 0;
}

.progress-bar-inner {
    background: url("../img/pro_inner.png") no-repeat 0/auto 100%;
    width: 0%;
    height: 21px;
    position: absolute;
    left: 0;
    top: 0;
}

/* .progress-bar-inner:not(.no_count)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: -8px;
    background: url("../img/pro_light.png") no-repeat 0/100%;
    width: 43px;
    height: 34px;
} */

.reserve-list {
    width: 540px;
    height: 97px;
    position: absolute;
    top: -34px;
    left: 84px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.reserve-list li {
    width: 87px;
    height: 97px;
    background: url("../img/icon_gifts.png") no-repeat -158px 0/auto 100%;
    position: relative;
}

.reserve-list li.done {
    background-position-x: 0;
}

.reserve-list li em {
    background: url("../img/person_couns.png") no-repeat 0 0/auto 26px;
    width: 61px;
    height: 28px;
    position: absolute;
    top: -34px;
    left: 50%;
    font-size: 0;
    text-indent: -9999em;
    margin-left: -23px;
}

.reserve-list li:first-child em {
    width: 39px;
}

.reserve-list li:nth-child(2) em {
    background-position-x: -152px;
}

.reserve-list li:nth-child(3) em {
    background-position-x: -309px;
}

.reserve-list li:nth-child(4) em {
    background-position-x: -467px;
}

.schedule-list {
    width: 615px;
    height: 196px;
    position: absolute;
    top: -202px;
    left: 4px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.schedule-list li {
    width: 195px;
    height: 196px;
    background: url("../img/icon_gifts_team.png") no-repeat 0 0/auto 100%;
    position: relative;
}

.schedule-list li.get {
    background-position-x: -205px;
}
.schedule-list li.got {
    background-position-x: -410px;
}

.schedule-list li em {
    background: url("../img/team_counts.png") no-repeat 0 0/auto 101px;
    width: 101px;
    height: 41px;
    position: absolute;
    top: 239px;
    left: 50%;
    font-size: 0;
    text-indent: -9999em;
    margin-left: -56px;
}

.schedule-list li:nth-child(2) em {
    background-position-x: -206px;
}

.schedule-list li:nth-child(3) em {
    background-position-x: -421px;
}
.schedule-list li.done em {
    background-position-y: -60px;
}



.add-list {
    width: 593px;
    font-size: 19px;
    color: #ffefd8;
    line-height: 37px;
    font-weight: bold;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 99px auto 0;
	height:110px;
}

.add-list li {
    width: 75px;
    height: 97px;
    position: relative;
}

.avatar {
    width: 75px;
    height: 75px;
    background: url(../img/headpic_bor.png) no-repeat center;
    background-size: 100% auto;
    position: absolute;
}

.avatar.is_leader::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 25px;
    background: url(../img/icon_leader.png) no-repeat center;
    background-size: 100% auto;
}

.avatar img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}

.avatar img[src=""] {
    display: none;
}

.name {
    font-size: 20px;
    color: #7a2c0d;
    line-height: 35px;
}

.add-list li .name {
    font-size: 18px;
    line-height: 32px;
    width: 90px;
    height: 31px;
    margin: 80px auto 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    left: -10px;
    color: #c14c17;
}

.bt-box {
    width: 332px;
    height: auto;
    display: flex;
	flex-direction: column;
    margin: 45px auto 0;
	align-items: center;
}

.panel_team .bt-box {
    width: 100%;
    height: 222px;
    margin-top: 30px;
}

.bt-box a {
    flex-shrink: 0;
    width: 329px;
    height: 64px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
	margin-bottom: 18px;
}
.btn_reserve {
    width: 302px;
    height: 83px;
    background-image: url("../img/btn_reserve.png");
}

.btn_reserve.reserved{
    background-image: url("../img/btn_reserved.png");
    pointer-events: none;
}

.btn-massF {
    background-image: url("../img/btn_group.png");
}

.btn-massM {
    background-image: url("../img/btn_apply_info.png");
}

.btn-massT {
    background-image: url("../img/btn_task.png");
}

.btn-apply {
    background-image: url("../img/btn_apply.png");
}

.btn-createSelf {
    background-image: url("../img/btn_create.png");
}

.btn-createGo {
    background-image: url("../img/btn_create.png");
}



.btn-massM.red_dot::after {
    content: '';
    position: absolute;
    top: 11px;
    right: 48px;
    background: url("../img/icon_dot.png") no-repeat 0 0/auto 100%;
    width: 30px;
    height: 30px;
}

.gift-detail {
    background: url(../img/detail.png) no-repeat center/100% auto;
    width: 243px;
    height: 149px;
    padding: 38px 0 18px 0;
    box-sizing: border-box;
    position: absolute;
    bottom: 179px;
    left: 50%;
    margin-left: -121px;
    z-index: 3;
    visibility: hidden;
    font-size: 20px;
    color: #fff7d6;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s;
    transform: translateY(60px);
}
.gift-detail.show{
    visibility: visible;
    transform: translateY(0);
    opacity: 1;
}

.task-gift .gift-detail {
    bottom: 140px;
}

.reserve-list li:last-child .gift-detail {
    margin-left: -94px;
}

.task-list li:nth-child(4) .task-gift:nth-child(1) .gift-detail {
    background-image: url("../img/detail_large.png");
    width: 252px;
    margin-left: -126px;
    line-height: 28px;
	height:187px;
}


.t-yellow {
    color: #ffda27;
}

/* page6 */
.page6 .contbox::before{background-image: url(../img/page02-task.png);}
.task-list {
    width: 595px;height: 847px;display: flex;flex-direction: column;justify-content: space-between;align-items: center;margin: -5px auto 0;
}
.task-list li {
    width: 595px;height: 154px;
    background: url("../img/task_it.png") no-repeat center/100% auto;
    position: relative;
    display: flex;
    align-items: center;
}


.task-list .task_level {
    width: 146px;
    height: 142px;
    margin: 0 0 0 6px;
    background: no-repeat center center/100%;
}
.task-list .task_level1{
    background-image: url("../img/task_level1.png");
}
.task-list .task_level2{
    background-image: url("../img/task_level2.png");
}
.task-list .task_level3{
    background-image: url("../img/task_level3.png");
}
.task-list .task_level4{
    background-image: url("../img/task_level4.png");
}
.task-list .task_level5{
    background-image: url("../img/task_level5.png");
}
.task-gift-list{
    width: 231px;
    height: 139px;
    display: flex;
    justify-content: space-between;
    margin-top: 11px;
    margin-left: 27px;
}
.task-list .task-gift {
    width: 88px;
    position: relative;
}


.task-list li>img{width: 146px;height: auto;margin-left: 6px;overflow: hidden;margin-top: 6px;}

.task-list .task-gift p {
    position: absolute;
    top: 90px;
    width: 150px;
    left: 50%;
    margin-left: -75px;
    text-align: center;
    color: #84322b;
    font-size: 20px;
    line-height: 22px;
    height: 48px;
}
.task-gift img{width: 82px;border:2px solid #84322b;}

.btn-taskGet {
    width: 146px;
    height: 55px;
    background: url("../img/btn-taskGetUN.png") no-repeat 0 0/100%;
    position: absolute;
    right: 17px;
    top: 50%;
    transform: translateY(-50%);
}

.btn-taskGet.get {
   background: url("../img/btn-taskGet.png") no-repeat 0 0/100%;
}

.btn-taskGet.got {
   background: url("../img/btn-gray.png") no-repeat 0 0/100%;
}

.gift-detail p {
    color: #ffeecf;
    font-size: 20px;
    text-align: center;
    align-content: center;
    margin-top: 46px;
    line-height: 32px;
    padding: 0 10px 0 20px;
    height: 125px;
    overflow-x: hidden;
    overflow-y: auto;
}

.task-list li:nth-child(4) .task-pop {
    bottom: 152px;
}

/* pop */
.pop {
    width: 598px;
    height: auto;
    text-align: center;
    margin: 0 auto 20px;
    position: relative;
    display: none;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: 0 0;
    box-sizing: border-box;

}

body .pop{
    color: #81322b;
    font-size: 24px;
}

.ipt-box input{
    height: 100%;
    font-size: 24px;
    color: #946127;
    text-align: center;
}

.txt2{
    font-size: 22px;
}

.btn-close {
    width: 47px;height: 46px;position: absolute;top: 18px;right: 14px;z-index: 10;background: url(../img/close.png) no-repeat center center/47px auto;
}

.btn-boxPop{
    width: 500px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn-boxPop a{
    width: 329px;
    height: 64px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    margin: 0 auto;
}


.pop-common .btn-boxPop a{
    width: 226px;
    height: 64px;
	margin: 0 15px 0 16px;
}
.pop-common .btn-boxPop a.btn-confirmw{width: 329px;height: 64px;}
.pop-tit{
    background: no-repeat center center/auto 100%;
    height: 57px;
}

.pop .txt1{
    color: #81322b;
    font-size: 22px;
    text-align: center;
    margin: 0 auto;
}

.pop-login {
    width: 608px;
    height: 624px;
    background: none;
    background-size: 100% auto;
}

.pop-login iframe {
    width: 600px;
    height: 630px;
}

.pop-login .btn-close {
    top: -25px;
    right: -25px;
}

.pop-common {
    height: 453px;
	padding-top: 53px;
    background-image: url(../img/pop.png);
}

.pop-common .pop-tit{
    background-image: url("../img/pop_tit.png");
}

.btn-confirm {
    background-image: url(../img/btn_confirm.png);
}

.btn-cancel {
    background-image: url(../img/btn_cancel.png);
}

.btn-bind {
    background-image: url(../img/btn_bind.png);
}

.btn-create {
    background-image: url(../img/btn_create_pop.png);
}

.btn-phone {
    background-image: url(../img/btn_bind_phone.png);
}

.pop-common .txt-box{
    width: 500px;
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
    font-size: 22px;
}

.pop-userinfo1 {
    height: 616px;
    background: url(../img/pop4.png) no-repeat center/100% auto;
}

.pop-userinfo1 .ipt-box {
    width: 522px;
    height: 66px;
    background: url(../img/input_nickname.png) no-repeat center/100% auto;
    margin: 24px auto 8px;
}

.pop-userinfo1 .ipt-name {
    width: 380px;
    margin-left: 90px;
}

.pop-userinfo1 .btn-selectAvatar {
    width: 522px;
    height: 66px;
    background-image: url(../img/tit_choose_headpic.png);
    margin: 0 auto;
}

.pop-userinfo1 .avatar-list {
    width: 540px;
    height: 146px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 10px auto 20px;
}

.pop-userinfo1 .avatar-list li {
    width: 133px;
    height: 133px;
    background: url(../img/headpic_bor.png) no-repeat center/100% 100%;
    position: relative;
}

.pop-userinfo1 .avatar-list li.active::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -68px;
    margin-top: -67px;
    width: 139px;
    height: 139px;
    background: url(../img/headpic_on.png) no-repeat center/100% auto;
}

.pop-userinfo1 .avatar-list li img {
    width: 108px;
    height: 108px;
    padding-top: 14px;
    margin-left: 15px;
    border-radius: 50%;
    overflow: hidden;
}

.pop-userinfo1 .btn-boxPop {
    bottom: 40px;
}

.pop-userinfo1 .txt1 {
    position: relative;
	padding-top: 70px;
}

.pop-userinfo2 {
    height: 453px;
    background-image: url(../img/pop.png);
}

.pop-userinfo2 .userinfo-box {
    width: 526px;
    height: 120px;
    margin: 36px auto 20px;
    position: relative;
    display: flex;
    align-items: center;
}

.pop-userinfo2 .userinfo-box .avatar {
    width: 133px;
    height: 133px;
    background: url(../img/headpic_bor.png) no-repeat center/100% auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-userinfo2 .userinfo-box .avatar > img {
    width: 108px;
    height: 108px;
    border-radius: 50%;
    overflow: hidden;
}

.pop-userinfo2 .ipt-box {
    width: 384px;
    height: 64px;
    background: url(../img/input_nickname2.png) no-repeat center/100% auto;
    margin-left: 140px;
	color: #81322b;
}

.pop-userinfo2 .ipt-name {
    width: 240px;
    height: 100%;
    margin-left: 102px;
}

.pop-userinfo2 .txt1 {
    width: 550px;
    font-size: 20px;
	padding-top: 70px;
}

.pop-userinfo2 .btn-boxPop {
    bottom: 50px;
}
.pop-userinfo2 .btn-boxPop a{width: 226px;height: 64px;margin: 0 16px 0 15px;}
.pop-userinfo2 .btn-confirm{background: url(../img/btn_confirm1.png) no-repeat;}
.pop-shareWX {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8) url(../img/pop_share_guide.png) right 20px/545px 444px no-repeat;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.pop-shareWX .btn-close {
    top: 307px;
    right: 58px;
    width: 42px;
    height: 37px;
}

.pop-share {
    height: 450px;
    background-image: url(../img/pop.png);
}

.pop-share .txt1 {
	padding-top: 70px;
    width: 554px;
    font-size: 24px;
    line-height: 34px;
    margin: 0 auto 34px;
}

.ipt-copy {
    width: 478px;
    height: 65px;
    background: url(../img/input_copy.png) no-repeat center;
    background-size: 100% auto;
    font-size: 22px;
    color: #81322b;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 80px 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-share .ipt-copyBtn {
    width: 478px;
    height: 65px;
    background: url(../img/btn_copy.png) no-repeat center/100% auto;
    margin: 40px auto 0;
}



.pop-state {
    height: 616px;
    background-image: url(../img/pop3.png);
	padding-top: 29px;
}

.pop-state .pop-tit{
    background-image: url("../img/pop_tit3.png");
}

.pop-state .btn-unLogin {
    width: 238px;
    height: 52px;
    background: url(../img/member_status_unlogin.png) no-repeat center/100% 100%;
}

.pop-state .btn-unLogin.logined {
    height: 61px;
    background-image: url(../img/member_status_login.png);
}

.pop-state .user-level {
    width: 238px;
    height: 52px;
    background: url(../img/member_status.png) no-repeat center/100% 100%;
    margin: 0 auto;
    text-align: center;
    font-size: 26px;
    line-height: 52px;
    color: #fbfbf1;
    text-shadow: 0 2px 2px #474444;
    display: block;
}

.pop-state .btn-boxPop {
    width: 238px;
    height: 61px;
    margin-top: 20px;
    margin-left: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-state .txt1 {
    padding-top: 6px;
    margin-bottom: 0;
    line-height: 30px;
}

.pop-state .user-list {
    height: 390px;
}

.user-list {
    width: 540px;
    height: 446px;
    overflow-y: auto;
    margin: 10px auto 0;
}

.user-list li {
    width: 520px;
    height: 140px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 26px;
}

.user-list:empty::after {
    content: '暂无数据~';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #81322b;
}

.user-list li > div {
    background: url(../img/member_item.png) no-repeat center/100% auto;
    width: 486px;
    height: 139px;
    display: flex;
    align-items: center;
	position: relative;
}

.user-list .user {
    width: 108px;
    height: 108px;
    position: relative;
    left: 13px;
    top: -6px;
}

.user .avatar {
    width: 108px;
    height: 108px;
    background: url(../img/headpic_bor.png) no-repeat center/100% auto;
}

.user .avatar img {
    width: 110px;
    height: 110px;
    top: 15px;
}

.user .name {
    width: 119px;
    height: 35px;
    color: #f4f1df;
    background: url(../img/nickname.png) no-repeat center/100% auto;
    position: absolute;
    bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*申请列表*/

.pop-apply {
    height: 616px;
	padding-top: 29px;
    background-image: url(../img/pop5.png);
}
.pop-apply .pop-tit {
    background-image: url("../img/pop_tit4.png");
}

.pop-apply .user-list {
    height: 510px;
}

.pop-apply .btn-boxPop {
    width: 340px;
    height: 112px;
    margin-left: 32px;
	margin-top: 27px;
}

.pop-apply .btn-boxPop a{
    flex-shrink: 0;
    width: 148px;
    height: 42px;
    margin: 0 6px;
}

.pop-apply .btn-agree {
    background-image: url(../img/btn_agree.png);
}

.pop-apply .btn-refuse {
    background-image: url(../img/btn_refuse.png);
}

/*活动规则*/
.pop-rule {
    height: 889px;
	padding-top: 52px;
    background-image: url(../img/pop2.png);
}

.pop-rule .pop-tit{
    background-image: url("../img/pop_tit2.png");
}

.rule-wrap {
    width: 524px;
    height: 708px;
    overflow-y: auto;
    margin: 14px auto 0;
    position: relative;
    left: 8px;
}

.rule-wrap p {
    text-align: start;
    font-size: 22px;
    line-height: 30px;
    word-break: break-word;
}

.rule-wrap p i {
    text-align: center;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    width: 30px;
    height: 30px;
    background: url(../img/numBg.png) no-repeat center/100% auto;
    position: absolute;
}

.rule-wrap p span {
    padding-left: 32px;
}


/*个人中心*/
.pop-usercenter {
    height: 703px;
    background-image: url(../img/pop1.png);
    padding-top: 51px;
}

.pop-usercenter .pop-tit {
    background: url("../img/pop_tit1.png") no-repeat center;
    height: 57px;
}

.pop-usercenter .pop-tit2{
    background-image: url("../img/pop_tit_record.png");
    height: 29px;
    margin: 0 auto 12px;
}

.pop-usercenter .txt2{
    height: 150px;
    text-align: start;
    padding: 15px 60px 10px 72px;
}

.pop-usercenter .record-txt {
    display: block;
    text-indent: 45px;
}

.pop-usercenter .show-gift {
    margin: 0 auto;
    width: 499px;
	padding:2px 8px 0;
	background: url("../img/show-gift.png") no-repeat;
}

.pop-usercenter .gift-list-head {
    width: 499px;
    margin: 0 auto;
}

.pop-usercenter .gift-list-head div {
    color: #ffffff;
    font-size: 24px;
    line-height: 54px;
    text-align: center;
    text-shadow: 0 2px 8px #bd996b;
}

.pop-usercenter .gift-list {
    width: 499px;
    height: 255px;
    margin: 2px auto 0;
    overflow-y: auto;
    position: relative;
}

.gift-list:empty::after {
    content: '暂无数据~';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #775757;
}

.pop-usercenter ul li {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    text-align: start;
    margin: 6px 0;
    border-bottom: 1px dashed #cccccc;
}

.pop-usercenter .col1 {
    font-size: 24px;
    width: 160px;
    flex-shrink: 0;
    line-height: 48px;
    justify-content: center;
    display: flex;
    align-items: center;
}

.pop-usercenter .col2 {
    font-size: 24px;
    line-height: 28px;
    margin-left: 5px;
    min-height: 48px;
    display: flex;
    align-items: center;
}

.gift-list-head .col1 {
    width: 156px;
    height: 46px;
    background: url("../img/th1.png") no-repeat center;
    background-size: auto 100%;
    justify-content: center;
}

.gift-list-head .col2 {
    width: 347px;
    height: 46px;
    background: url("../img/th2.png") no-repeat center;
    background-size: 100% 100%;
    justify-content: center;
}

.ewmtn {
    width: 47px;
    height: 346px;
    background: url("../img/btn_side.png") no-repeat center/100% auto;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -173px;
    z-index: 9;
    transform-origin: center right;
}

.pop.pop-ewm {
    height: 1152px;
    background: url("../img/pop_focus.png") no-repeat center/100% auto;
}

.pop-ewm img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pop-ewm .qrcode_img{position: absolute; left: 130px; top: 205px; width: 217px; height: 217px;}
.pop-ewm .qrcode1{top: 205px;}
.pop-ewm .qrcode2{top: 580px;}

/*重置lay.js的toast弹窗样式*/
body .lay-msg{
    font-size: 24px;
    padding: 10px 22px;
}

body .lay-load{
    font-size: 24px;
}
body .lay-load .lay-load-icon{
    width: 60px;
    height: 60px;
    background-size: 100% auto;
    background-position: center center;
}
/*0416 add*/
.addbox{display: flex;justify-content: center;}
.bt-box .addbox a.btn-massT,.bt-box .addbox a.btn-rank{background: url(../img/addbtn.png) no-repeat;width: 256px;height: 64px;margin: 0 18px;}
.bt-box .addbox a.btn-rank{background-position: top right;}
.page7{width: 750px;height: 1650px;}
.page7 .contbox::before{background-image: url(../img/page07-task.png);}
.page7 .btn-backIndex{width: 138px;height:38px;background: url(../img/btn_back.png) no-repeat center;background-size: 100% auto;z-index:10;margin-left: 11px;}
.page7 .btn-member{width: 138px;height:38px;background: url(../img/btn_members.png) no-repeat center;background-size: 100% auto;}
.page7 .mid{padding-top: 618px;}
.rankimg{width: 611px;display: block;margin: 11px 0 0 64px;}
.rankbox{margin: -18px auto 0;width: 625px;height: 652px;background: url(../img/rankbg.png) no-repeat;}
.rankhd,.rankbody,.rankbot{margin-left: 60px;}
.rankhd span,.rankbody span,.rankbot span{width: 96px;float: left;}
.rankhd span.w1,.rankbody span.w1,.rankbot span.w1{width: 222px;}
.rankhd span.w2,.rankbody span.w2,.rankbot span.w2{width: 203px;}
.rankhd{padding-top: 6px;overflow: hidden;}
.rankhd li{line-height: 52px;height: 52px;color: #ffffdc;font-size: 24px;}
.rankbody{margin-top: 6px;width: 552px;height:507px;overflow-y: auto;}
.rankbody li{width: 521px;border-bottom:1px dashed #eabb9e;height: 51px;line-height: 51px;color: #84322b;font-size: 24px;}
.rankbody span{height: 51px;}
.rankbody li:last-child{border-bottom: none;}
.rankbody li span.w0{background: url(../img/num.png) no-repeat center center;color: #84322b;font-weight: bold;text-shadow: 2px 2px 2px #fcd82d,2px -2px 2px #fcd82d,-2px 2px 2px #fcd82d,-2px -2px 2px #fcd82d;}
.rankbody::-webkit-scrollbar {width: 9px;border:1px solid #d18c6c;background: #d18c6c;border-radius: 5px;}
.rankbody::-webkit-scrollbar-track {background: #d18c6c;width: 9px;border-radius: 5px;}
.rankbody::-webkit-scrollbar-thumb {background: #fdece5;border-radius: 4px;}
.rankbot{margin-top: 15px;height: 64px;line-height: 64px;color: #ffffdc;font-size: 24px;position: relative;}
.rankbot::before{content: '';position: absolute;width: 60px;height: 68px;background: url(../img/wo.png) no-repeat;left: -60px;top:-2px;}
.ueserinf{position: absolute;left: 149px;top:29px;height: 110px;display:flex;flex-direction: column;justify-content: center;width: 310px;color: #84322b;font-size: 22px;line-height: 32px;}
.ueserinf span,.ueserinf em{color: #c24413;line-height: 23px;}
.ueserinf p{text-align: left;}
.norank{font-size: 24px;color: #84322b;margin-top: 10px;}