* {
    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-size: cover; */
    background-position: center;
    background-repeat: repeat;
}

.index-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 900px;
    background-image: url('../images/bg.jpg');
    background-size: cover;
    background-position: center;
    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: 160px auto 52px;
}

.head-container .head-bg .head-logo {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    /* text-align: center; */
}

.head-container .logo-img {
    display: block;
    background: url(../images/slogan.png) no-repeat;
    background-size: 100% 100%;
    width: 855px;
    height: 228px;
    margin: 0 auto;
}

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


.logoin {
    text-align: center;
}

.head-container .user-container {
    display: inline-block;
    margin: 40px 0 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: 50px;
    background: url(../images/picturetop.png);
    background-size: 100% 100%;
    top: 2px;
}

.picturetop div {
    width: 314px;
    height: 74px;
    background: url(../images//titleimg.png);
    background-size: 100% 100%;
    top: -36px;
    font-family: SourceHanSerifCN-Heavy;
    font-size: 36px;
    line-height: 74px;
    text-align: center;
    font-weight: bold;
    color: #7e481b;

}

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

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


.zcbtn {
    color: #fff;
}




/* 超值礼包 */
.chaozhi {
    width: 100%;
    height: 374px;
    margin-top: 30px;
    padding: 0 3px;
    box-sizing: border-box;
    text-align: center;
    z-index: 4;
}

.libao,
.libaos {
    display: inline-block;
    width: 489px;
    height: 362px;
    margin: 0 20px;
    background-size: 100% 100%;
}

.libaos img {
    width: 100%;
}

.chaozhi .libao:nth-child(1) {
    background-image: url(../images/li1.png);
}

.chaozhi .libao:nth-child(2) {
    background-image: url(../images/li2.png);
}

.jiege {
    width: 469px;
    height: 67px;
    bottom: 7px;
    left: 13px;
    text-align: right;
    background: #000000ad;
}

.jiege .jizhe {
    padding: 4px 8px;
    color: #ffffff;
    font-weight: bold;
    font-size: 18px;
    left: 20px;
    background-color: #30c745;
    border-radius: 4px;
}

.yuan {
    text-decoration: line-through;
    color: #976041;
    text-align: right;
    line-height: 74px;
    font-size: 20px;
    margin-right: 10px;
}

.xian {
    font-weight: bold;
    color: #e2b92c;
    font-size: 20px;
    margin-right: 20px;
}

.xian span {
    font-size: 30px;
}

.jiesuo {
    display: block;
    text-align: center;
    line-height: 62px;
    font-size: 20px;
    color: #fff;
}


.xuanf {
    border: 2px #000000 solid;
    right: -30px;
    bottom: 130px;
    padding: 2px;
    display: none;
}

.libaos .xuanf{
    padding-bottom: 0
}

.xuanf div {
    width: 100%;
    height: 100%;
    background-color: #000000a3;
    padding: 36px 24px;
    box-sizing: border-box;
}
.libaos .xuanf div {
    padding: 0;
    background-color: #00000000;
}
.libaos .xuanf div img{
    width: 278px;
    height: 390px;
}

.xuanf p {
    color: #ffffff;
    text-align: left;
    line-height: 30px;
}

.libao:hover .xuanf,.libaos:hover .xuanf {
    display: block;
}






.chak {
    display: block;
    width: 211px;
    height: 68px;
    background: url(../images/btn.png);
    background-size: 100% 100%;
    font-size: 30px;
    font-weight: bold;
    line-height: 68px;
    color: #3e2a0f;
    margin: 20px auto 0;
    cursor: pointer;
}




/* 七日签到 */

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

.serve-type {
    width: 152px;
    height: 263px;
    float: left;
    margin: 0 5px;
    background: url(../images/huiservea.png);
    background-size: 100% 100%;
}

/* .serve-type-wei {
    background: url(../images/huiserve.png);
    background-size: 100% 100%;
}

.serve-type-yi {
    background: url(../images/huiservea.png);
    background-size: 100% 100%;
} */

.serve-type>p {
    font-family: SourceHanSansCN-Bold;
    font-size: 24px;
    font-weight: bold;
    color: #7e481c;
    text-align: center;
    margin-top: 20px;
}

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

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

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

.serveyupeli {
    width: 126px;
    height: 43px;
    font-family: SourceHanSansCN-Normal;
    font-size: 16px;
    line-height: 43px;
    border-radius: 10px;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
    bottom: 12px;
}

.serveyupeli-wei {
    background-color: #7e481c;
}

.serveyupeli-yi {
    background-color: #949492;
}


/* 七日签到 */
.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(103 121 137 / 37%), rgba(118, 170, 96, 0)) */
    background: url(../images/btbg1.png);
    background-size: 100% 100%;
}

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

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

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



/* 周年足迹 */
.text-zu {
    width: 100%;
    margin: auto;
    /* overflow: hidden; */
}

.gaodu {
    width: 94%;
    height: 400px;
    margin: auto;
    overflow: auto;
}

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

/* 滚动条轨道 */
.gaodu::-webkit-scrollbar-track {
    background: #ffffff;
    /* 轨道背景色 */
    border-radius: 10px;
    /* 圆角效果 */
}

/* 滚动条滑块 */
.gaodu::-webkit-scrollbar-thumb {
    background: #7e481c;
    /* 滑块背景色 */
    border-radius: 10px;
    /* 圆角效果 */
}

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

.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: 156px;
    text-align: center;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    line-height: 80px;
    color: #7e481c;

}

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

.task-receive {
    width: 146px;
    height: 43px;
    float: right;
    margin: 23px 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 60px 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;
}




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



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

}

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

.libei>div {
    width: 975px;
    height: 11px;
    background-color: #250505;
    border-radius: 20px;
    right: 0;
    border: 3px #b5babe solid;
    padding: 2px;
}

.jindu {
    height: 12px;
    background-color: #e7d5a1;
    border-radius: 8px;

}


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

}

.jindujiang>div {
    display: inline-block;
    width: 37px;
    height: 32px;
    background: url(../images/libao.png);
    background-size: 100% 100%;
    top: -13px;
    margin: 5px 78px 0;
}

.jindujiang .wezi {
    color: #ffffff;
    line-height: 32px;

}

.wujiang {
    width: 272px;
    height: 311px;
    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: #7e481c;
    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/solor.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;
}

/* 活动说明 */
.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: 18px;
    line-height: 24px;
    color: #333333;
}



/* 累计任务数10 */
.mei-kuang {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #00000060;
    z-index: 6;
    display: none;
}

.mei-ren {
    width: 725px;
    height: 646px;
    background: url(../images/bei.png);
    background-size: 100% 100%;
}

.guanbi {
    position: absolute;
    top: 68px;
    right: 110px;
    background: url(../images/cbtn.png);
    background-size: 100% 100%;
    width: 24px;
    height: 24px;
    cursor: pointer;
}

.alerttit {
    color: #ffd267;
    width: 100%;
    text-align: center;
    font-size: 63px;
    font-weight: bold;
    text-align: center;
    text-shadow: 0 4px 0 #000, 0px -4px 0 #000, 4px 0 0 #000, -4px 0 0 #000;
    top: -30px;
}

.alertdes {
    color: #38241b;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin-top: 90px;
}

.alliconbox {
    overflow: hidden;
    margin: auto;
    width: 544px;
    margin-top: 20px;
}

.alliconbox .iconbox {
    width: 48px;
    height: 48px;
    background: url(https://sg2ol.fhyx.com/hd/global/images/a_icobg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
    float: left;
    margin: 0 5px;
    border: 5px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    margin-bottom: 5px;
}

.icon {
    float: left;
    margin: 5px;
    width: 38px;
    height: 38px;
}

.iconbox.active {
    border: solid 5px #f00;
}

.alertsmdes {
    text-align: center;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    color: #93704a;
    font-size: 18px;
    margin-bottom: 20px;
}

.djchoosebox {
    width: 327px;
    height: 92px;
    background-color: #dccfc1;
    border-radius: 4px;
    margin: auto;
    overflow: hidden;
}

.djchoosebox .iconbox {
    height: 92px;
    width: 92px;
    float: left;
    background: url(https://sg2ol.fhyx.com/hd/global/images/a_icobg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.djchoosebox .iconbox img {
    width: 75px;
    height: auto;
    margin: 8px;
}

.djchoosebox span {
    float: left;
    color: #534139;
    font-size: 24px;
    width: 200px;
    margin-left: 20px;
    margin-top: 15px;
    height: 62px;
}

.chakanbtn {
    background: url(../images/btn.png);
    background-size: 100% 100%;
    width: 214px;
    height: 76px;
    color: #3e2a0f;
    font-size: 30px;
    text-align: center;
    line-height: 70px;
    font-weight: bold;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -43px;
    margin: auto;
}