* {
    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;
    background: url(../images/bg2.jpg);
    background-size: 100% auto;
    background-position: center 825px;
    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;
}

/* .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: left;
}

.head-container .logo-img {
    background: url(../images/slogan.png) no-repeat;
    background-size: 100% 100%;
    width: 751px;
    height: 220px;
    margin: 100px auto 10px;
}

.juz-login {
    text-align: center;
    margin: 50px 0;
}

.head-container .user-container {
    margin: 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: 336px;
    height: 82px;
    background: url(../images/title.png);
    background-size: 100% 100%;
    top: -35px;
    font-size: 36px;
    line-height: 82px;
    text-align: center;
    font-weight: bold;
    color: #3a6591;
}

.picturecenter {
    width: 100%;
    /* height: 500px; */
    background: url(../images/pictureconter.png);
    background-size: 100% 100%;
    z-index: 4;
    /* overflow: hidden; */
}

.picturebottom {
    width: 100%;
    height: 110px;
    background: url(../images/picturebottom.png);
    background-size: 100% 100%;
    bottom: 44px;
    z-index: 1;
}





/* 七日签到 */
.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), rgba(96, 189, 205, 30%), rgba(118, 170, 96, 0));
}

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

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

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

.Sign-In-day {
    width: 156px;
    height: 310px;
    margin: 18px 4px 18px;
    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;
    line-height: 82px;
    color: #3a6591;

}

.seven-li {
    /* width: 56px; */
    height: 78px;
    margin: 110px 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 {
    width: 100%;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 17px;
    color: #333333;
    bottom: -4px;
}

.Signin {
    width: 120px;
    height: 40px;
    bottom: 26px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
}

.Signin-yi {
    background-color: #919191;
}

.Signin-wei {
    background-color: #5495ab;

}






/* 累计任务 */
.text-zu {
    width: 100%;
    margin: auto;
    /* overflow: hidden; */
}

.gaodu {
    width: 94%;
    margin: 40px auto;
}

.gaodu .task-li span {
    /* font-size: 20px; */
    color: #693d27;
}


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

.task-tu>b {
    display: inline-block;
    width: 144px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    line-height: 80px;
    color: #171a24;
}

.task-tu>span {
    margin-left: 26px;
    font-family: SourceHanSansCN-Regular;
    font-size: 14px;
    line-height: 80px;
    color: #693d27;
}

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



.task-li {
    width: 210px;
    height: 54px;
    float: right;
    margin: 14px 66px 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 {
    display: block;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 54px;
    /* color: #931616; */
    float: left;
    margin-left: 20px;
}




/* 里程碑 */
.licheng {
    width: 1100px;
    height: 740px;
    margin: 0 auto;
}



.libei {
    width: 1094px;
    height: 42px;

}

.libei>span {
    width: 112px;
    display: block;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    color: #666666;
    line-height: 40px;
}

.libei>div {
    width: 975px;
    height: 15px;
    background-color: #bdd4dc;
    border-radius: 20px;
    right: 0;
}

.jindu {
    height: 15px;
    background-color: #5495ab;
    border-radius: 8px;

}


.jindujiang {
    width: 100%;
    height: 15px;
    /* background-color: #548661; */
    top: 0;
    left: 0;
    text-align: center;
}

.jindujiang>div {
    display: inline-block;
    width: 21px;
    height: 31px;
    background: url(../images/an.png) center center;
    background-size: 224% 178%;
    border-radius: 50%;
    top: -12px;
    margin: 5px 80px 0;
}

.jindujiang>div.active {
    background-color: #f58f34;
}

.jindujiang .wezi {
    color: #ffffff;
    font-weight: bold;
    line-height: 28px;
}

.wujiang {
    width: 240px;
    height: 310px;
    background: url(../images/sevenwei.png);
    background-size: 100% 100%;
}

.jindujiang>div:nth-child(2n-1) .wujiang {
    bottom: 60px;
}

.jindujiang>div:nth-child(2n) .wujiang {
    top: 60px;
}

.wutitle {
    width: 100%;
    font-size: 24px;
    color: #ee7a3b;
    font-weight: bold;
    text-align: center;
    top: 28px;
}

.imgname2 {
    display: block;
    margin: 0 auto;
    /* width: 78%; */
    height: 50px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    line-height: 25px;
    color: #693d27;
    word-wrap: break-word;
    white-space: pre-wrap;
    z-index: 1;
    margin-top: 4px;
}

.wujindu {
    width: 206px;
    height: 154px;
    margin: 88px auto 0px;
    overflow: hidden;
}

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

.wujindu>div>img {
    width: 43px;
    height: 43px;
    top: 5px;
    left: 5px;
}

.task-receive1 {
    width: 146px;
    height: 43px;
    margin: 0 auto;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    line-height: 43px;
    /* background-color: #63638c; */
    border-radius: 10px;
    text-align: center;
    font-weight: bold;
    color: #e6e6e6;
    cursor: pointer;
}






/* 宝箱 */
.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;
}

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

.ji-li {
    width: 460px;
    float: right;
    text-align: center;
    /* margin-top: 4px; */
}


.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 20px;
}

.ji-ge .bei {
    width: 48px;
    height: 48px;
    background: url(../images/layer.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;
}

.xitong {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000060;
    z-index: 20;
    display: none;
}

.goumai {
    width: 400px;
    height: 220px;
    /* background-color: #00b4ff; */
    border-radius: 4px;
    background-color: #ffffff;
}

.xitop {
    height: 40px;
    padding: 0 12px;
    background-color: #5495ab;
    border-radius: 4px 4px 0px 0px;
    box-sizing: border-box;
    margin-bottom: 14px;
}

.xitop>span {
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
}


.goumai>span {
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #333333;
    text-align: center;
}

.xibottom {
    text-align: center;
}

.xibottom>span {
    width: 84px;
    height: 36px;
    border-radius: 4px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    display: inline-block;
    margin: 0 24px;
    cursor: pointer;
    margin-top: 10px;

}

.xibottom>span:nth-child(1) {
    border: solid 1px #5495ab;
    color: #5495ab;
}

.xibottom>span:nth-child(2) {
    background-color: #5495ab;
    color: #ffffff;
}




/* 凝光定韵 */
.dyun {
    width: 1000px;
    height: 362px;
    margin: 40px auto 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}

.swiper-button-prev {
    width: 32px;
    height: 48px;
    background-image: url(../images/ji-left.png);
    background-size: 100% 100%;
    left: 40px;
    top: 68%;
    transform: translateY(-50%);
}

.swiper-button-next {
    width: 32px;
    height: 48px;
    background-image: url(../images/ji-rigth.png);
    background-size: 100% 100%;
    right: 40px;
    top: 68%;
    transform: translateY(-50%);
}

.swiper-slide {
    width: 275px;
    height: 363px;
    background: url(../images/yybg.png);
    background-size: 100% 100%;
}

.slide-title {
    width: 180px;
    font-size: 20px;
    color: #47634e;
    font-weight: bold;
    text-align: center;
    top: 66px;
    transform: translate(-50%, -50%);
}

.slide-li {
    width: 76px;
    height: 76px;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    margin: 126px auto 0;
}

.slide-li img {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 9px;
    left: 9px;
}

.slide-miao {
    display: block;
    font-size: 14px;
    color: #47634e;
    font-weight: bold;
    text-align: center;
    transform: translateY(-50%);
    margin-top: 36px;
}

.slide-an {
    width: 120px;
    height: 40px;
    border-radius: 10px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    bottom: 48px;
    cursor: pointer;
}

.slide-wei {
    background-color: #75ab62;
}

.slide-yi {
    background-color: #919191;
}









/* 积分商店 */
.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: #333333;
}

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

.shang-dian {
    width: 1012px;
    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 18px;
    /* 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: 96%;
    height: 87%;
    background: url(../images/yinan.png);
    background-size: 100% 100%;
    top: 47%;
    /* z-index: 10; */
}

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



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

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

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



/* 导航 */
.dao-h {
    width: 208px;
    position: fixed;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
}

.dao-top {
    background-color: #0000009c;
    padding: 10px 50px 10px 20px;
}

.zidao {
    width: 100%;
    height: 60px;
    cursor: pointer;
}

.zifol {
    width: 44px;
    height: 47px;
    background: url(../images/folk.png) no-repeat center;
    transition: all ease .2s;
    float: left;
}

.ziwen {
    min-width: 75px;
    line-height: 60px;
    float: right;
    color: #999999;
    font-size: 18px;
    text-align: center;
    transition: all ease .2s;
}

.zidao:hover .zifol {
    background: url(../images/folb.png) no-repeat center;
}

.zidao:hover .ziwen {
    font-weight: bold;
    color: #ffedd2;
}

.to-top {
    width: 208px;
    margin-top: 1px;
    cursor: pointer;
    background-color: #0000009c;
    height: 55px;
    line-height: 30px;
    text-align: center;
    color: #e7d098;
    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 #e7d098;
    margin-bottom: 5px;
    margin: 0 auto;
}