* {
    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;
    position: relative;
    z-index: 5;
}

.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;
    padding-top: 94px;
    /* padding-bottom: 50px; */
    box-sizing: border-box;
}

.main-container:before {
    content: "";
    display: block;
    width: 100%;
    height: 900px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    top: -75px;
    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 15px;
}

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

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

.logoimg {
    width: 510px;
    height: 297px;
    background: url(../images/logo.png);
    background-size: 100%;
    margin: 0 auto;
}

.main-nav {
    overflow: hidden;
    margin-top: 0;
    text-align: center;
    font-size: 0;
    width: 1337px;
    margin: 54px auto 100px;
    background-position: left;
    background-repeat: no-repeat
}

.main-nav a {
    display: inline-block;
    margin: 0 60px;
    background: url(../images/btna1.png);
    background-size: 100% 100%;
    font-family: SourceHanSerifCN-Bold;
    text-align: center;
    line-height: 78px;
    color: #ffffff;
    font-size: 30px;
    width: 303px;
    height: 78px;
    margin-top: 13px
}

.main-nav a.active {
    background: url(../images/btna2.png);
    background-size: 100% 100%;
}

.main-nav a:hover {
    color: #fff;
    font-weight: bold
}

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

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


.main-part {
    width: 100%;
    margin: 100px auto 0px;
    background: url(../images/bgImg1.png), url(../images/bgImg2.jpg);
    background-repeat: no-repeat;
    background-position: center 0 , center 807px;
    padding-top: 6px;
    padding-bottom: 70px;
    box-sizing: border-box;
    position: relative;
}

.main-part-in {
    margin: 100px auto 0;
    width: 1240px;
}

.picturetop {
    width: 100%;
    height: 72px;
    top: 0px;
    background: url(../images/pictop.png) top center;
    background-size: 100%;
    /* margin-bottom: -20px; */
}

.picturetop .tit {
    width: 377px;
    height: 113px;
    background: url(../images/title.png);
    font-family: SourceHanSerifCN-Bold;
    top: 17px;
    font-size: 30px;
    font-weight: bold;
    color: #5c2a05;
    text-align: center;
    line-height: 136px;
    top: -54px;
}

.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%;
    background: url(../images/piccenter.png);
    background-size: 100%;
    z-index: 2;
    /* height: 500px; */
    /* overflow: hidden; */
}

.picturebottom {
    width: 100%;
    height: 42px;
    bottom: 0px;
    background: url(../images/picbottom.png) bottom;
    background-size: 100%;
    z-index: 1;
    /* top: -37px; */
}


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

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

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

.seven-days {
    margin: auto;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.Sign-In-day {
    width: 154px;
    height: 216px;
    margin: 11px 6px;
    display: inline-block;
    background: url(../images/ny34.png);
    background-size: 100% 100%;
    position: relative;
}


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

.seven-li {
    /* width: 56px; */
    height: 78px;
    margin: 12px 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: #6d482f;
    bottom: -24px;
}

.Signin {
    width: 105px;
    height: 35px;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    color: #ffe6bb;
    cursor: pointer;
    margin: 29px auto 0;
    border-radius: 4px;
}

.Signin-wei {
    background-color: #9f3025;
}

.Signin-yi {
    background-color: #9b8f6f;
}



/* 轮盘 */
.lunpan {
    width: 1110px;
    height: 640px;
    margin: 0 auto;
}

.lun-left {
    width: 434px;
    height: 100%;
    float: left;
    /* background-color: aquamarine; */
}

.lun-left-top {
    width: 434px;
    height: 117px;
    background: url(../images/bbf.png);
    background-size: 100% 100%;
    padding: 16px 22px 0;
    box-sizing: border-box;
}

.smtitle {
    font-size: 24px;
    color: #896535;
    font-weight: bold;
}

.renwunum {
    margin-top: 10px;
    height: 36px;

}

.renwumiao {
    width: 286px;
    height: 36px;
    float: left;
    background-color: #ffffff;
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    color: #b18955;
    font-size: 14px;
    line-height: 36px;
    padding-left: 14px;
    box-sizing: border-box;

}

.renwu-ling {
    width: 93px;
    height: 36px;
    float: right;
    background-color: #9f3025;
    border-radius: 4px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
}

.renwu-ling.active {
    background-color: #998c7d;
}

.lun-left-center {
    width: 418px;
    height: 173px;
    margin: 43px auto 0;
    background: url(../images/zbk.png);
    background-size: 100% 100%;
    /* margin-top: 13px; */
    padding-top: 7px;
    box-sizing: border-box;
}

.zbk-tit {
    width: 57px;
    display: block;
    margin: 0 auto;
    font-size: 18px;
    color: #fffefe;
    font-weight: bold;
}

.zbk-num {
    width: 354px;
    height: 90px;
    margin: 14px auto 0;
    text-align: center;
}

.zbk-num .zbk-fen {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 6px;
    position: relative;
    cursor: pointer;
}

.zbk-num .active::after {
    content: '';
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    border-radius: 2px;
    border: solid 3px #ff0019;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.zbk-num .zbk-fen img {
    width: 100%;
    height: 100%;
}

.yin-num {
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    /* width: 100px; */
    height: 30px;
    padding: 0 26px;
    background-color: #000000c4;
    line-height: 30px;
    color: #ffffff;
    font-size: 14px;
    white-space: nowrap;
    display: none;
}

.zbk-fen:hover .yin-num {
    display: block;
}

.duihuan {
    width: 111px;
    height: 39px;
    color: #431b04;
    font-size: 18px;
    text-align: center;
    line-height: 39px;
    cursor: pointer;
    margin: 2px auto 0;
}

.lun-left-bottom {
    width: 434px;
    height: 261px;
    background: url(../images/bgl.png);
    background-size: 100% 100%;
    margin-top: 44px;
    padding: 16px 22px 0;
    box-sizing: border-box;
}

.bgl-nei {
    width: 100%;
    height: 192px;
    margin-top: 10px;
    overflow: hidden;
    overflow-y: auto;
    padding-right: 6px;
    box-sizing: border-box;
    /* background-color: aquamarine */
}

.bgl-nei::-webkit-scrollbar {
    width: 6px
}

.bgl-nei::-webkit-scrollbar-thumb {
    background-color: #554545
}

.bgl-nei::-webkit-scrollbar-track {
    background-color: #dadde3
}

.bgl-nei::-webkit-scrollbar-thumb:hover {
    background-color: #554545
}

.bgl-nei p {
    color: #b18955;
    font-size: 18px;
}



.lun-rigth {
    width: 657px;
    height: 100%;
    float: right;
}

.lun-rigth .chounum {
    width: 153px;
    height: 155px;
    background: url(../images/bgb6.png);
    background-size: 100% 100%;
    padding-top: 32px;
    box-sizing: border-box;
}

.lun-rigth .chounum .actchou {
    width: 104%;
    height: 104%;
    background: url(../images/bgb6a.png);
    background-size: 100% 100%;
    z-index: 0;
}

.lun-rigth .chounum .jli {
    width: 48px;
    height: 48px;
    background: url(../images/icobg1.png);
    background-size: 100% 100%;
    margin: 0 auto 0;
}

.lun-rigth .chounum .jli img {
    width: 32px;
    height: 32px;
    margin: 8px 0 0 8px;
}

.lun-rigth .chounum span {
    display: block;
    width: 127px;
    text-align: center;
    font-size: 16px;
    color: #83512d;
    margin: 8px auto 0
}

.lun-rigth .counum1 {
    top: 0;
    left: 0;
}

.lun-rigth .counum2 {
    top: 0;
    left: 168px;
}

.lun-rigth .counum3 {
    top: 0;
    left: 336px;
}

.lun-rigth .counum4 {
    top: 0;
    left: 504px;
}

.lun-rigth .counum5 {
    top: 161px;
    left: 504px;
}

.lun-rigth .counum6 {
    top: 321px;
    left: 504px;
}

.lun-rigth .counum7 {
    top: 484px;
    left: 504px;
}

.lun-rigth .counum8 {
    top: 484px;
    left: 336px;
}

.lun-rigth .counum9 {
    top: 484px;
    left: 168px;
}

.lun-rigth .counum10 {
    top: 484px;
    left: 0;
}

.lun-rigth .counum11 {
    top: 321px;
    left: 0;
}

.lun-rigth .counum12 {
    top: 161px;
    left: 0;
}

.lijichou {
    width: 318px;
    height: 318px;
}

.lijicj {
    width: 272px;
    height: 84px;
    background: url(../images/ljcj.png);
    background-size: 100% 100%;
    margin: 100px auto 0;
    font-size: 30px;
    color: #896535;
    font-weight: bold;
    text-align: center;
    line-height: 84px;
    cursor: pointer;
}

.lijichou span {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #896535;
    font-weight: bold;
    margin: 14px 0;
}



/* 宝箱 */
.chest {
    width: 1050px;
    height: 450px;
    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;
    box-shadow: 0px 0px 10px 0px #00000040;
}

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




.wddeji {
    font-size: 18px;
    color: #9f3025;
    font-weight: bold;
    margin: 0px auto 30px;
}

/* 跃步寻芳 */
.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: 48px 28px 20px;
    box-sizing: border-box;
    margin: 0 auto;
}

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

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

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

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

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

.task-tu.tack-zu {
    width: 1118px;
    height: 80px;
    background: url(../images/ny28.png);
    background-size: 100% 100%;
    margin: 10px auto 20px;
}

.task-tu .title {
    /* font-weight: bold; */
    font-size: 24px;
    color: #ead99f;
    float: left;
    line-height: 80px;
    margin-left: 30px;
}

.task-tu.tdlb {
    margin-top: 40px;
}

.task-tu.tdlb .task-li {
    width: 230px;
    margin-left: 60px;
}

.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: 120px;
    height: 40px;
    float: right;
    margin: 19px 30px 0 0;
    font-family: MicrosoftYaHei;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    border-radius: 10px;
    background-size: 100% 100%;
}


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

.task-li {
    width: 150px;
    height: 54px;
    float: left;
    margin: 14px 0px 0 40px;
}

.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;
    color: #333333;
    float: left;
    padding-left: 2px;
    box-sizing: border-box;
    text-align: left;
    left: 60px;
}

.task-tu.djjli .task-li {
    float: right;
    margin-right: 150px;
    line-height: 54px;
}

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

.xuju>span {
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #c8bdc4;
    position: relative;
}

.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;

}

.sanjiaos {
    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;
    color: #000000;
    white-space: nowrap;
}

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

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



/* 进度 */
.licheng {
    width: 1100px;
    /* height: 480px; */
    margin: 0 auto;
    overflow: hidden;
}

.qunum {
    overflow: hidden;
    margin: 20px 0;
}

.imges {
    width: 39px;
    height: 39px;
    float: right;
    background: url(../images/layer.png);
    background-size: 100% 100%;
}

.imges img {
    width: 31px;
    height: 31px;
    margin: 4px;
}

.qunum span {
    display: block;
    float: right;
    line-height: 39px;
    margin-left: 14px;
    color: #666666;
}

.qunum span b {
    color: #103314;
    font-weight: bold;
}

.xuanz {
    text-align: center;
    margin-top: 60px;
}

.yybg {
    display: inline-block;
    width: 328px;
    height: 220px;
    background: url(../images/yybg.png);
    background-size: 100% 100%;
    margin: 0 80px;
}

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

.fenpei img {
    width: 41px;
    height: 41px;
    margin: 6px;
}

.yybg b {
    display: inline-block;
    font-size: 24px;
    color: #103314;
    margin: 4px 0px 3px;
}

.yybg span {
    color: #666666;
    font-size: 14px;
}

.toup {
    width: 120px;
    height: 40px;
    background-color: #627fab;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    margin: 8px auto 0;
    cursor: pointer;
}

.toup.act {
    background-color: #d04435;
}

.jindu {
    width: 1010px;
    margin: 100px auto 50px;
    /* overflow: hidden; */
}

.zong {
    font-size: 24px;
    color: #666666;
    font-weight: bold;
}

.jintiao {
    width: 863px;
    height: 9px;
    background-color: #ffe6d6;
    border-radius: 5px;
    border: solid 1px #103314;
    float: right;
    margin-top: 11px;
    margin-right: 20px;
}

.bai {
    height: 9px;
    background-color: #fce789;
    border-radius: 5px;
}

.weizhi {
    width: 33px;
    height: 33px;
    background: url(../images/wei.png);
    background-size: 100% 100%;
    margin-right: -9px;
    margin-top: -13px;
    float: right;
}

.piaonum {
    width: 100px;
    top: -50px;
    text-align: center;
}

.piaonum p {
    font-size: 14px;
    color: #d06f35;
    font-weight: bold;
}

.lei-li {
    width: 53px;
    height: 53px;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    left: 29.5%;
    cursor: pointer;
}

.lei-li-bei {
    width: 70px;
    height: 70px;
    background: url(../images/ken.png) center center no-repeat;
    background-size: 100% 100%;
    top: -8px;
    left: -8px;
}

.lei-li img {
    width: 41px;
    height: 41px;
    margin: 6px;
    position: absolute;
}

.lei-li img:nth-child(3) {
    display: none;
}

.jintiao .lei-li:nth-child(3) {
    left: 62.5%;
}

.jintiao .lei-li:nth-child(4) {
    left: 96.5%;
}

.lei-li:hover img:nth-child(3) {
    display: block;
}

.lei-li span {
    font-size: 14px;
    color: #666666;
    font-weight: bold;
    bottom: -22px;
}

.zhanshi {
    width: 507px;
    height: 410px;
    background: url(../images/dtc.png);
    background-size: 100% 100%;
    padding: 25px 37px;
    box-sizing: border-box;
}

.clone {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: url(../images/close.png);
    background-size: 100% 100%;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.zhanshi p {
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 30px;
}

.zhan-quan {
    overflow: hidden;
}

.zhan-ge {
    width: 140px;
    height: 114px;
    float: left;
    text-align: center;
}

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

.zhan-ge div img {
    width: 43px;
    height: 43px;
    margin: 5px;
}

.zhan-ge span {
    color: #666666;
    font-size: 14px
        /* line-height: 32px; */
}

.zhan-ling {
    width: 120px;
    height: 40px;
    background-color: #d06f35;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
    bottom: 50px;
    border-radius: 10px;
}

.zhan-yi {
    background-color: #b4b4b4;
}




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



.libei {
    width: 1110px;
    height: 42px;
}

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

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

.jindumei {
    height: 15px;
    background-color: #d5270f;
    border-radius: 8px;
    max-width: 100%;
}


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

.jindujiang>div {
    display: inline-block;
    width: 31px;
    height: 31px;
    background: url(../images/an.png) center center;
    background-size: 100% 100%;
    border-radius: 50%;
    top: -14px;
    margin: 5px 74px 0;
    text-align: center;
}

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

.jindujiang .wezi {
    color: #fff1d3;
    font-weight: bold;
    line-height: 31px;
    font-size: 14px;
}

.wujiang {
    width: 244px;
    height: 305px;
    box-sizing: border-box;
    /* padding-top: 30px; */
    background: url(../images/ny34.png);
    background-size: 100% 100%;
}

.jindujiang>div:nth-child(2n-1) .wujiang {
    bottom: 60px;
    /* background: url(../images/serveimg.png);
    background-size: 100% 100%; */
}

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

}

.jindujiang>div:nth-child(2n) .wujiang::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: url(../images/serveimg.png) no-repeat center center / cover; */
    transform: rotate(180deg);
    z-index: -1;
}

.jindujiang>div:nth-child(2n) .wutitle {
    margin-top: 20px;
}

.wutitle {
    display: inline-block;
    font-size: 24px;
    color: #52292c;
    font-weight: bold;
    text-align: center;
    margin-top: 60px;
}

.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;
    margin: 30px auto 0px;
    overflow: hidden;
}

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

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

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


/* 充值礼包 */
.libaogao {
    height: 552px;
}

.chong-zhi {
    width: 1029px;
    height: 220px;
    background-color: #e6d39d;
    border-radius: 15px;
    margin: 28px 0 58px 140px;
    padding-left: 120px;
    box-sizing: border-box;
}

.chong-zhi .title {
    width: 208px;
    height: 261px;
    background: url(../images/qi.png);
    background-size: 100% 100%;
    left: -75px;
}

.chong-zhi .title p {
    color: #834524;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
}

.chong-zhi .title b {
    display: block;
    color: #5a160f;
    font-size: 36px;
    font-weight: bold;
    margin-top: 21px;
}

.chong-zhi .title span {
    display: block;
    color: #5a160f;
    font-size: 15px;
    margin-top: 0px;
}

.chong-zhi .title>div {
    width: 154px;
    height: 45px;
    background: url(../images/button.png);
    background-size: 100% 100%;
    margin: 34px auto 0;
    color: #5a160f;
    font-size: 20px;
    font-weight: bold;
    line-height: 45px;
    cursor: pointer;
}

.chong-zhi .title>div.active {
    background: url(../images/buttons.png);
    color: #707070;
}


.lib-fen {
    display: inline-block;
    width: 163px;
    height: 180px;
    background: url(../images/zufen.png);
    background-size: 100% 100%;
    margin: 20px 30px;
}

.lib-fen p {
    color: #fff3d0;
    font-size: 16px;
    line-height: 36px;
}

.libao-yig {
    display: inline-block;
    width: 50%;
    height: 70px;
    margin-top: 14px;
}

.libao-yig .yige {
    width: 42px;
    height: 42px;
    background: url(../images/layer.png);
    background-size: 100% 100%;
    margin: 0 auto;
}

.libao-yig .yige img {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.libao-yig span {
    display: block;
    width: 90%;
    font-size: 12px;
    color: #693d27;
    line-height: 16px;
    top: 63px;
    transform: translate(-50%, -50%);
}

.libao-ling {
    width: 106px;
    height: 32px;
    background-color: #c14137;
    border-radius: 5px;
    margin: 0 auto;
    color: #fff3d0;
    line-height: 32px;
    bottom: 10px;
    cursor: pointer;
}

.libao-wei {
    background-color: #c14137;
}

.libao-yi {
    background-color: #876d6b;
}


/* 经典特卖 */
.tdlb_tit {
    font-size: 36px;
    color: #9f3025;
    font-weight: bold;
    font-style: italic;
}

.tdlb_div {
    width: 849px;
    height: 242px;
    background: url(../images/jdtm.png);
    background-size: 100%;
    margin: 30px auto 0;
    padding: 53px 130px 0 178px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    left: -14px;
}

.tdlb_zi {
    display: inline-block;
    width: 150px;
    /* height: 80px; */
    margin: 0 3px;
    vertical-align: top;
}

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

.tdlb_zi div .img1 {
    width: 41px;
    height: 41px;
    margin: 6px;
}

.tdlb_zi div .img2 {
    width: 300px;
    bottom: 60px;
    display: none;
}

.tdlb_zi div:hover .img2 {
    display: block;
}

.tdlb_zi span {
    font-size: 14px;
    color: #896535;
}

.lijigm {
    width: 167px;
    height: 52px;
    background: url(../images/ljcj.png);
    background-size: 100% 100%;
    bottom: 28px;
    left: 43%;
    font-size: 24px;
    color: #431b04;
    font-weight: bold;
    line-height: 52px;
    cursor: pointer;
}
.lijigm:hover .truntable_ewm{
    display: block;
}

/* 充值回馈 */
.seven-days.huik {
    padding: 32px 0;
}

.task-tu.huik {
    /* margin: 0 auto; */
    /* background: url(../images/huik.png); */
    /* background-size: 100% 100%; */
}

.huik b {
    width: auto;
    float: left;
    margin-left: 20px;
    color: #62533a;
}

.huik .task-li {
    width: 250px;
}

.huik .task-tu>span {
    display: block;
    float: left;
    font-size: 18px;
}

.huik .task-receive {
    width: 146px;
    height: 43px;
    background-color: #25819f;
}

.huik .task-receives {
    display: block;
    width: 146px;
    height: 43px;
    background-color: #9f3025;
    border-radius: 10px;
    line-height: 43px;
    text-align: center;
    color: #dfd1ba;
    font-size: 16px;
    float: right;
    margin: 19px 29px 0 0;
    cursor: pointer;
}

.ti-img {
    width: 1081px;
    height: 388px;
    margin-top: 10px;
}



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

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

.Recharge>a {
    display: inline-block;
    width: 146px;
    height: 44px;
    background-color: #9f3025;
    border-radius: 6px;
    line-height: 44px;
    color: #ffffff;
    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;
}

.shang-dian.active .dian-pin {
    opacity: .3;
}

.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%;
    top: 0;
    /* z-index: 10; */
}

.dian-yin div {
    width: 146px;
    height: 43px;
    background-color: #d14f41;
    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;
    padding: 34px 32px;
    box-sizing: border-box;
}

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

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

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

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

.zidao {
    width: 100%;
    height: 60px;
    cursor: pointer;
    text-align: center;
}

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

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

.to-top {
    width: 180px;
    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;
}



/* 弹窗 */
.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: #d6b393;
    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: 90px;
    height: 40px;
    border-radius: 20px;
    line-height: 40px;
    background-color: #d6b393;
    margin: 0 20px;
    box-sizing: border-box;
    vertical-align: middle;
    cursor: pointer;
    color: #ffffff;
}

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

/* 定义滚动条的整体样式 */
.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;
}




/* 购买 */
.truntable_ewm {
    position: absolute;
    top: -66px;
    z-index: 10;
    display: none;
    left: 50%;
    width: 132px;
    height: 67px;
    margin: 0;
    background-color: #27292a;
    border-radius: 4px;
    border: 1px solid #666;
}

.truntable_ewm a {
    width: 46px;
    height: 46px;
    cursor: pointer;
    float: right;
    margin-top: 11px;
    margin-right: 12px;
    background: url(../images/hd424.png) no-repeat center center;
}

.truntable_ewm a+a {
    background-image: url(../images/hd423.png);
    float: left;
    margin-left: 8px;
    margin-right: 0;
}

.truntable_ewm:after {
    content: "";
    display: block;
    width: 11px;
    height: 7px;
    position: absolute;
    bottom: -7px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(../images/hd420.png) no-repeat center center;
}

.truntable_ewm:before {
    content: "";
    display: block;
    height: 45px;
    width: 1px;
    background: #666;
    left: 64px;
    top: 12px;
    position: absolute;
}

.chong-zhi .title>div:hover .truntable_ewm {
    display: block;
}


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

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

}

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

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

.xitop>img {
    right: 12px;
}

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

.xibottom {
    text-align: center;
}

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

.xibottom>a {
    border: solid 1px #e2a554;
    color: #e2a554;
}

.xibottom>span {
    background-color: #e2a554;
    color: #ffffff;
}

.zhezhao {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 20;
}