* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

.xiang {
    position: relative;
}

.jue {
    position: absolute;
}

.shuijz {
    left: 50%;
    transform: translateX(-50%);
}

.chuijz {
    top: 50%;
    transform: translateY(-50%);
}

.scjz {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tnc-bg {
    background: #e3e3e3;
    width: 100%;
    height: 75px;
}

.index-container {
    width: 100%;
    max-width: 1920px;
    /* height: 7942px; */
    margin: 0 auto;
    position: relative;

}

/* .index-container::before {
    content: '';
    width: 1920px;
    height: 825px;
    background-image: url(../images/bg.jpg);
    background-size: 100% 100%;
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%);
} */


.main-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
    background: url(../images/bg.jpg) no-repeat #552c30;
    background-size: auto;
    background-position: center top;
    padding-top: 480px;
    padding-bottom: 50px;
    box-sizing: border-box;
}

/* .main-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 1086px;
    background: url(../images/bg.jpg) no-repeat center -65px;
    top: 0;
    pointer-events: none;
    position: absolute
} */

.main-container>div {
    position: relative;
    z-index: 2
}

.head-container {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    /* padding-top: 90px; */
    text-align: center
}

.head-container .head-bg {
    width: 1220px;
    overflow: hidden;
    position: relative;
    margin: 0 auto 52px;
}

.head-container .head-bg .head-logo {
    width: 540px;
    overflow: hidden;
    float: right;
    margin-right: 240px;
    margin-top: 40px;
}

.logotips {
    font-size: 18px;
    color: #ffffff;
    text-align: center;

}


.juz-login {
    text-align: center;
    margin-top: 30px;
}

.head-container .user-container {
    margin: 0;
}


.main-part {
    width: 1200px;
    margin: 170px auto 50px;
    /* background: url(../images/a_bg1.png) no-repeat center top; */
    box-sizing: border-box;
    position: relative;
}

.main-part-in {
    margin-top: 100px;
}

.picturetop {
    width: 100%;
    height: 80px;
    top: 2px;
}

.picturetop .tit {
    width: 364px;
    height: 71px;
    background: url(../images/title.png);
    background-size: 100% 100%;
    font-family: SourceHanSerifCN-Bold;
    top: -38px;
    font-size: 36px;
    text-align: center;
    font-weight: bold;
    line-height: 71px;
    color: #52292c;
}

.picturetop .guiz {
    width: 84px;
    height: 24px;
    background: url(../images/guiz.png);
    background-size: 100% 100%;
    font-size: 14px;
    color: #52292c;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    right: 10px;
    top: -10px;
}

.picturecenter {
    width: 100%;
    /* height: 500px; */
    /* overflow: hidden; */
}

.picturebottom {
    width: 100%;
    height: 70px;
    bottom: 2px;
}


/* 七日签到 */
.part-rule {
    width: 944px;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto 25px;
    font-size: 16px;
    color: #548661;
    display: block;
    padding: 12px 20px;
    text-align: center;
    line-height: 28px;
    background: linear-gradient(to right, rgba(118, 170, 96, 0), rgb(24 162 255 / 30%), rgba(118, 170, 96, 0));
}

.part-rule>b {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    color: #3d4e61;
    text-align: center;
}

.part-rule>p {
    font-family: MicrosoftYaHei;
    font-size: 16px;
    color: #3d4e61;
    text-align: center;
    /* white-space: normal; */
}

.seven-days {
    margin: auto;
    text-align: center;
}

.Sign-In-day {
    width: 161px;
    height: 252px;
    margin: 0 5px;
    display: inline-block;
    background: url(../images/sevenyi.png);
    background-size: 100% 100%;
    position: relative;
}


.Sign-In-day>b {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    margin-top: 10px;
    color: #6d482f;
}

.seven-li {
    /* width: 56px; */
    height: 78px;
    margin: 10px auto 0;
}

.seven-li>div {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    background: url(../images/layer.png);
    background-size: 100% 100%;
}

.seven-li img {
    width: 44px;
    height: 44px;
    top: 6px;
    left: 6px;
}

.seven-li>span {
    display: block;
    width: 80%;
    height: 40px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    bottom: -24px;
}

.Signin {
    width: 100px;
    height: 34px;
    bottom: 26px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    margin: 20px auto 0;
    background-color: #9b8f6f;
}

.Signin-wei {
    background-color: #b53841;
}

.Signin-yi {
    background-color: #9c9c9c;

}

/* 定日签到 */
.Ding-In-day {
    display: inline-block;
    width: 240px;
    height: 310px;
    background-image: url(../images/yybgwei.png);
    background-size: 100% 100%;
    margin: 22px 30px
}

.Ding-In-day b {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    color: #52292c;
    font-weight: bold;
    margin-top: 30px;
}

.Ding-In-day .seven-li {
    margin-top: 40px;
}

.Ding-In-day .Signin {
    width: 120px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 50px;
}

/* 定日任务 */
.Ding-wu {
    width: 1154px;
    /* height: 363px; */
    background-color: #f0e7d7;
    border-radius: 12px;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
    margin: 0 auto;
}

.wu-left {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    /* 保证从上拉到底 */
    width: 185px;
    border-right: 1px solid #dec3a9;
    padding: 15px 0 0 15px;
    box-sizing: border-box;
}

.wu-left div {
    width: 139px;
    height: 42px;
    background-color: #ad634e;
    border-radius: 5px 0px 0px 5px;
    float: right;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    line-height: 42px;
    text-align: center;
    margin: 5px 0;
}

.wu-left div.active {
    width: 176px;
    height: 50px;
    background: url(../images/riqiactive.png);
    background-size: 100% 100%;
    font-size: 18px;
    margin-right: -6px;
    line-height: 50px;
    font-weight: bold;
}

.wu-rigth {
    width: 968px;
    padding: 24px 30px;
    box-sizing: border-box;
    float: right;
}

.wu-rigth .task-tu {
    width: 912px;
    height: 96px;
    background: url(../images/tasktucu.png);
    background-size: 100% 100%;
}

.wu-rigth .task-tu>b {
    width: 130px;
    line-height: 96px;
    font-size: 24px;
}

.wu-rigth .task-tu>span {
    line-height: 96px;
    margin-left: 24px;
}

.wu-rigth .task-li {
    margin: 22px 16px 0 0;
}

.wu-rigth .task-li span {
    margin-left: 0;
}

.wu-rigth .task-receive {
    margin-top: 28px;
}




/* 跃步寻芳 */
.text-zu {
    width: 100%;
    margin: auto;
}

.renw {
    width: 1154px;
    background-color: #f0e7d7;
    border-radius: 12px;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.3);
    padding: 47px 28px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

.jifen {
    display: inline-block;
    font-size: 16px;
    color: #52292c;
    margin-bottom: 29px;
}

.jifen span {
    color: #52292c;
    font-size: 24px;
    font-weight: bold;
}

.task-tu {
    width: 1100px;
    height: 80px;
    background: url(../images/tasktu.png);
    background-size: 100% 100%;
    margin: 0 auto 14px;
}

.task-tu>b {
    display: block;
    width: 196px;
    text-align: center;
    float: left;
    font-size: 18px;
    line-height: 80px;
    color: #ffffff;

}

.task-tu>span {
    display: block;
    float: left;
    font-size: 18px;
    line-height: 80px;
    color: #333333;
    margin-left: 50px;
}

.renwutu {
    width: 53px;
    height: 53px;
    float: left;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    margin: 13px 0;
}

.renwutu img {
    width: 41px;
    height: 41px;
    top: 6px;
    left: 6px;
}

.task-receive {
    width: 113px;
    height: 43px;
    float: right;
    margin: 19px 30px 0 0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}


.task-receive-li {
    background: url(../images/Signyi.png);
    background-size: 100% 100%;
}

.task-li {
    width: 250px;
    height: 54px;
    float: right;
    margin: 13px 70px 0 0;
}

.task-li>div {
    width: 53px;
    height: 53px;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    position: relative;
    float: left;
}

.task-li img {
    width: 41px;
    height: 41px;
    position: absolute;
    top: 6px;
    left: 6px;
}

.task-li span {
    width: 100%;
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 54px;
    color: #333333;
    float: left;
    padding-left: 60px;
    box-sizing: border-box;
}

.xuju {
    position: absolute;
    right: 40px;
    top: 26px;
    text-align: right;
}

.xuju>span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
}

.xuju>span:nth-child(1) {
    width: 100px;
    height: 40px;
    background-color: #b53841;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    margin-right: 10px;

}

.sanjiao {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
    margin-top: 10px;
}

.xujutan {
    position: absolute;
    min-width: 100px;
    /* height: 100px; */
    background-color: #faf3d9;
        top: 44px;
    left: 50px;
    transform: translateX(-50%);
    z-index: 10;
}

.xujutan div {
    /* width: 100px; */
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0;
    padding: 0 20px;
    cursor: pointer;
}

.xujutan div:hover {
    color: #b84f57;
}

.xuju .tishi{
    color: red;
    margin: 10px 0;
}




/* 积分商店 */
.Recharge {
    width: 100%;
    height: 44px;
    text-align: center;
    bottom: 0;
}

.Recharge>span {
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
    color: #ffffff;
}

.Recharge>a {
    display: inline-block;
    width: 146px;
    height: 44px;
    background-color: #e2c563;
    border-radius: 6px;
    line-height: 44px;
    color: #000000;
    margin: 0 40px;
    cursor: pointer;
}

.shang-dian {
    width: 1098px;
    height: 245px;
    background: url(../images/give.png);
    background-size: 100% 100%;
    text-align: center;
    margin: 58px auto 0;
    padding-top: 54px;
    box-sizing: border-box;
}

.dian-name {
    width: 223px;
    height: 64px;
    background: url(../images/btbg.png);
    background-size: 100% 100%;
    top: -32px;
    font-family: MicrosoftYaHei-Bold;
    font-size: 18px;
    font-weight: bold;
    line-height: 60px;
    text-align: center;
    color: #fbf5aa;
    z-index: 5;
}

.dian-pin {
    display: inline-block;
    width: 119px;
    height: 140px;
    margin: 0 22px;
    /* z-index: 5; */
}

.shang-dian>.dian-pin:nth-child(2) {
    margin-left: 32px;
}

.dian-pin>div {
    width: 53px;
    height: 53px;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.dian-pin>div>img:nth-child(1) {
    width: 41px;
    height: 41px;
    top: 6px;
    left: 6px;
}

.dian-pin>div>img:nth-child(2) {
    bottom: 54px;
    display: none;
    z-index: 6;
}

.dian-pin>div:hover>img:nth-child(2) {
    display: block;
}

.dian-pin-name {
    height: 40px;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    text-align: center;
    color: #333333;
    bottom: 58px;
    transform: translate(-50%, 50%);
}

.dian-dun {
    display: inline-block;
    width: 108%;
    height: 34px;
    background-color: #d5a054;
    border-radius: 6px;
    margin: 6px auto 0;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 34px;
    text-align: center;
    color: #fffcd2;
    cursor: pointer;
    bottom: 0;
}

.dian-yin {
    width: 100%;
    height: 100%;
    background: url(../images/yinan.png);
    background-size: 100% 100%;
    top: 0;
    /* z-index: 10; */
}

.dian-yin div {
    width: 146px;
    height: 43px;
    background-color: #e2c563;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    text-align: center;
    line-height: 43px;
    color: #fffcd2;
    border-radius: 10px;
    cursor: pointer;
}



/* 活动说明 */
.huo-name {
    width: 1154px;
    margin: 0 auto;
    background-color: #f0e7d7;
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    padding: 34px 32px;
    box-sizing: border-box;
}

.huo-name>b {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.huo-name>p {
    font-family: MicrosoftYaHei-Bold;
    font-size: 16px;
    line-height: 30px;
    color: #333333;
}



/* 弹窗 */
.alert_outbox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.5);
    display: none;
}

.alert_outbox.active {
    display: block;
}

.alert_outbox .alert_black {
    width: 100%;
    height: 100%;

    z-index: 1
}

.hdgzalert {
    width: 600px;
    height: 400px;
    background-color: #faf3d9;
    border: 2px #f4bf93 solid;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 30px 40px;
    box-sizing: border-box;
}

.hdgzalert img {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.hdgzalert>p {
    text-align: left;
    font-weight: bold;
    font-size: 24px;
}

.hdgz {
    width: 520px;
    height: 280px;
    margin-top: 20px;
    text-align: left;
    overflow-y: auto;
    line-height: 30px;
    font-size: 16px;
    padding-top: 10px;
    box-sizing: border-box;
}

/* 定义滚动条的整体样式 */
.hdgz::-webkit-scrollbar {
    width: 6px;
    height: 8px;
}

/* 滚动条轨道 */
.hdgz::-webkit-scrollbar-track {
    background: #ffffff;
    border-radius: 10px;
}

/* 滚动条滑块 */
.hdgz::-webkit-scrollbar-thumb {
    background: #7e481c;
    border-radius: 10px;
}

/* 滚动条滑块在悬停时 */
.hdgz::-webkit-scrollbar-thumb:hover {
    background: #555;
}