* {
    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;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    background-image: url('../images/bg2.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: #e7a09e;
}

.index-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    background-image: url('../images/bg.jpg');
    background-repeat: no-repeat;
    z-index: 1;
}



/*.header*/
.header-part {
    width: 100%;
    background: rgb(227, 227, 227);
    height: 75px;
    position: relative;
    z-index: 5;
}

.top-nav-container {
    width: 1160px;
    margin: auto;
    text-align: center;
    height: 75px;
    background: rgb(227, 227, 227);
}

.top-nav-container li {
    width: 95px;
    margin-top: 22px
}

.top-nav-container li>a {
    font-size: 18px;
    letter-spacing: 4px;
    color: #000000;
    text-align: center;
    height: 30px;
    width: 100%;
    line-height: 30px;
    display: block;
    font-weight: bold;
    margin-bottom: 10px
}

.top-nav-container li div {
    display: none
}

.top-nav-container li div a {
    font-size: 16px;
    letter-spacing: 3px;
    color: #000000;
    display: block;
    height: 20px;
    width: 100%;
    line-height: 20px;
    margin-bottom: 10px
}

.top-nav-container .fl li {
    float: left;
    margin-left: 75px
}

.top-nav-container .fl li:first-child {
    margin-left: 0
}

.top-nav-container .fr li {
    float: right;
    margin-right: 75px
}

.top-nav-container .fr li:first-child {
    margin-right: 0
}

.top-nav-container>a {
    float: left;
    width: 230px;
    height: 85px;
    background: url(/images/newindex1.png) no-repeat -35px -31px;
    margin-left: 30px;
    position: relative;
    z-index: 2;
}



.main-container {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}

/* .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: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* text-align: center; */
}

.head-container .logo-img {
    background: url(../images/slogan.png) no-repeat;
    background-size: 100% 100%;
    width: 771px;
    height: 356px;
    /* margin: 0 auto; */
    float: right;
}

.logotips {
    width: 383px;
    height: 56px;
    background: url(../images/logotips.png);
    background-size: 100% 100%;
    font-family: SourceHanSerifCN-Bold;
    font-size: 16px;
    line-height: 56px;
    text-align: center;
    color: #fdd881;
    margin: -30px 0px 0 80px;
}

.logoin {
    text-align: center;
}

.head-container .user-container {
    /* display: inline-block; */
    float: right;
    margin: 40px 60px 80px 0;
}




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

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

.picturetop {
    width: 100%;
    height: 90px;
    background: url(../images/picturetop.png);
    background-size: 100% 100%;
    top: 2px;
}

.picturetop div {
    width: 308px;
    height: 85px;
    background: url(../images//titleimg.png);
    background-size: 100% 100%;
    top: -35px;
    font-size: 36px;
    line-height: 80px;
    text-align: center;
    font-weight: bold;
    color: #bd4444;
}

.picturecenter {
    width: 100%;
    background: url(../images/pictureconter.png);
    background-size: 100% 100%
        /* overflow: hidden; */
    ;
    padding-bottom: 10px;
}

.picturebottom {
    width: 100%;
    height: 70px;
    background: url(../images/picturebottom.png);
    background-size: 100% 100%;
    bottom: 2px;
}


.zcbtn {
    color: #fff;
}


/* 七日签到 */

.hui-serve {
    width: 100%;
    margin-top: 30px;
    padding: 0 3px;
    box-sizing: border-box;
}

.serve-type {
    display: inline-block;
    width: 130px;
    height: 232px;
    margin: 0 12px;
    background-image: url(../images/huiservea.png);
    background-size: 100% 100%;
}

.serve-type.active {
    background-image: url(../images/huiservea-act.png);
}


.serve-type>p {
    font-size: 22px;
    font-weight: bold;
    color: #653232;
    text-align: center;
    margin-top: 16px;
}

.sixuanyia {
    width: 53px;
    height: 53px;
    background: url(../images/solor.png);
    background-size: 100% 100%;
    margin: 16px auto 0;
}

.sixuanyia img {
    width: 43px;
    height: 43px;
    top: 5px;
    left: 5px;
}

.imgname1 {
    display: block;
    margin: 0 auto;
    width: 88%;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    word-wrap: break-word;
    white-space: pre-wrap;
    z-index: 1;
    margin-top: 10px;
}

.yueman .imgname1 {
    width: 100%;
}

.serveyupeli {
    width: 90px;
    height: 31px;
    font-size: 14px;
    /* font-weight: bold; */
    line-height: 31px;
    border-radius: 6px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    bottom: 25px;
    background-color: #973737;
}

.serveyupeli.active {
    background-color: #a07d7d;
}



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

.part-rule>b {
    display: block;
    font-size: 18px;
    color: #6c4343;
    text-align: center;
}

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

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



/* 月满赠礼 */
.yuemanzt {
    text-align: center;
}

.yueman {
    display: inline-block;
    width: 270px;
    height: 310px;
    background: url(../images/yueman.png);
    background-size: 100% 100%;
    margin: 20px 70px;
    padding-top: 30px;
    box-sizing: border-box;
}

.yueman.active {
    background: url(../images/yuemanact.png);
    background-size: 100% 100%;
}

.beijinh {
    width: 53px;
    height: 53px;
    background: url(../images/solor.png);
    background-size: 100% 100%;
}

.hui-left>div {
    margin: 92px auto 0;
}

.beijinh img {
    width: 42px;
    height: 42px;
    top: 6px;
    left: 6px;
}


.yueman b {
    display: block;
    font-size: 24px;
    color: #52292c;
    margin-bottom: 14px;
}

.yuemandiv {
    display: inline-block;
}

.sixuanyia {
    margin: 18px auto 0;
}

.yuepeli {
    width: 146px;
    height: 43px;
    border-radius: 10px;
    margin: 20px auto 0;
    color: #ffffff;
    text-align: center;
    line-height: 43px;
    cursor: pointer;

}

.Signin {
    width: 120px;
    height: 40px;
    bottom: 34px;
    font-family: SourceHanSansCN-Normal;
    border-radius: 10px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    margin: 30px auto 0;
    background-color: #973737;
}

.Signin.active {
    background-color: #a07d7d;
}


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

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

.task-tu.act {
    width: 1118px;
    height: 78px;
    background-image: url(../images/tasktuact.png);
}

.task-tu>b {
    display: block;
    width: 148px;
    text-align: center;
    float: left;
    font-size: 24px;
    line-height: 80px;
    color: #1f1724;
}

.task-tu.act>b {
    width: 166px;
}

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

.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;
    background-color: #973737;
}

.task-receive.active {
    background-color: #a07d7d;
}

.task-tu.act .task-receive {
    width: 130px;
    height: 43px;
}

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

.task-li>div {
    width: 53px;
    height: 53px;
    background: url(../images/solor.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 {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 54px;
    color: #333333;
    float: left;
    margin-left: 20px;
}

/* 宝箱 */
.chest {
    width: 1050px;
    margin: 0 auto;
    margin-top: 30px;
}

.chest-left {
    width: 362px;
    height: 421px;
    float: left;

}

.chest-bao {
    width: 249px;
    height: 251px;
    margin: 16px auto 0;
    background: url(../images/rb.png);
    background-size: 100% 100%;
}

.chest-bao img {
    width: 236px;
    height: 199px;
}

.chest-left p {
    font-size: 24px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.kaiqi {
    width: 225px;
    height: 63px;
    background-size: 100% 100%;
    margin: 20px auto;
    font-size: 24px;
    color: #333333;
    text-align: center;
    line-height: 63px;
    font-weight: bold;
    cursor: pointer;
}

.kaiqi-wei {
    background-image: url(../images/kai-wei.png);
}

.kaiqi-yi {
    background-image: url(../images/kai-yi.png);
}

.dangji {
    display: block;
    font-size: 16px;
    color: #333333;
    text-align: center;
}

.dangji span {
    font-size: 20px;
    color: #0d5229;
    font-weight: bold;
}

.chest-rigth {
    width: 624px;
    height: 440px;
    float: right;
    background-color: #ffffff8c;
    border-radius: 3px;

}

.chest-rigth .title {
    width: 100%;
    height: 60px;
    border-bottom: 2px #ded4c2 solid;
    padding: 0 18px;
    box-sizing: border-box;
}

.chest-rigth .title b {
    font-size: 24px;
    line-height: 60px;
    color: #333333;
}

.chest-rigth .title span {
    font-size: 14px;
    line-height: 60px;
    color: #666666;
    margin-left: 16px;
}

.baonei {
    width: 100%;
    padding: 14px 20px 16px;
    box-sizing: border-box;
}

.fenl {
    width: 580px;
    height: 30px;
    font-weight: bold;
}

.dengjis {
    width: 114px;
    float: left;
    text-align: center;
}

.ji-li {
    width: 460px;
    float: right;
}

.ji-lis {
    width: 460px;
    float: right;
    text-align: center;
}

.fenlei {
    width: 580px;
    height: 78px;
    /* background-color: #ffffff; */
    margin-top: 22px;
}

.dimg {
    width: 68px;
    height: 57px;
    margin: 0 auto;
}

.dname {
    display: block;
    text-align: center;
    font-size: 14px;
    color: #333333;
}

.dqian {
    width: 19px;
    height: 37px;
    background: url(../images/dqbx.png);
    background-size: 100% 100%;
    color: #ffe091;
    font-size: 12px;
    line-height: 15px;
    top: 0;
    left: 0;
}

.jixian {
    width: 2px;
    height: 70px;
    float: left;
    margin-top: 4px;
    position: relative;
}

.jixian0 {
    background-color: #75ab62;
}

.jixian0:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #75ab62;
    display: block;
    position: absolute;
    left: 0;
    top: 29px;
}

.jixian1 {
    background-color: #9e49b3;
}

.jixian1:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #9e49b3;
    display: block;
    position: absolute;
    left: 0;
    top: 29px;
}

.jixian2 {
    background-color: #d54a41;
}

.jixian2:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 8px solid #d54a41;
    display: block;
    position: absolute;
    left: 0;
    top: 29px;
}

.fenlei .ji-li {
    margin-top: 4px;
}

.ji-ge {
    width: 48px;
    height: 67px;
    display: inline-block;
    margin: 0 22px;
}

.ji-ge .bei {
    width: 48px;
    height: 48px;
    background: url(../images/solor.png);
    background-size: 100% 100%;
    margin-bottom: 6px;
}

.ji-ge .bei img {
    position: absolute;
    width: 38px;
    height: 38px;
    top: 5px;
    left: 5px;
}

.ji-ge span {
    width: 72px;
    font-size: 12px;
    text-align: center;
}

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

.alert_outbox.active {
    display: block;
}

.alert_outbox .alert_black {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1
}

.hdgzalert {
    width: 400px;
    height: 220px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.tan-top {
    width: 100%;
    height: 50px;
    background-color: #e7a19f;
    color: #ffffff;
    font-size: 20px;
    line-height: 50px;
}

.hdgzalert P {
    display: inline-block;
    width: 300px;
    margin: 30px 0;
}

.tan-bottom span {
    display: inline-block;
    width: 110px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #e7a19f;
    margin: 0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
}

.tan-bottom span:nth-child(2) {
    background-color: #fff;
    border: 2px #e7a19f solid;
    line-height: 36px;
}

/* 活动说明 */
.huo-name {
    width: 82%;
    margin: 0 auto;
}

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

.huo-name>p {
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}


/* 导航 */
.dao-h {
    width: 152px;
    height: 277px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
    background-image: url(../images/cbbg.png);
    padding-top: 17px;
    padding-right: 10px;
}

.zidao {
    width: 100%;
    /* height: 37px; */
    line-height: 37px;
    cursor: pointer;
    color: #c34747;
    font-size: 18px;
    text-align: center;
    transition: all ease .2s;
}


.zidao:hover {
    font-weight: bold;
    color: #ff86a7;
    text-shadow: 0px 0px 8px #ff86a7;
}

.to-top {
    margin-top: 1px;
    cursor: pointer;
    height: 55px;
    line-height: 30px;
    text-align: center;
    color: #c34747;
    font-size: 14px;
    padding-top: 10px;
    box-sizing: border-box;
}

.sanjiao {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #c24747;
    margin-bottom: 5px;
    margin: 0 auto;
}