* {
    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-color: #3d4e61;
    position: relative;
    background: url(../images/bg2.jpg);
    background-size: 100%;
}

.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: 70px;
    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: 726px;
    height: 286px;
    margin: 100px 85px 10px;
}

.juz-login {
    /* text-align: center; */
    padding-left: 160px;
    box-sizing: border-box;
    margin: 20px 0 50px;
}

.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 .img {
    top: -38px;
    width: 314px;
    height: 80px;
    color: #103314;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    font-weight: bold;
    background: url(../images/btn.png);
    background-size: 100% 100%;
}

.picturecenter {
    width: 100%;
    /* height: 500px; */
    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;
}

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

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

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

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

.Sign-In-day {
    width: 160px;
    height: 310px;
    margin: 13px 4px 13px;
    display: inline-block;
    background: url(../images/sevenyi.png);
    background-size: 100% 100%;
    position: relative;
}

.Sign-In-day.active {
    background: url(../images/sevenwei.png);
    background-size: 100% 100%;
}

.Sign-In-day>b {
    display: block;
    font-family: MicrosoftYaHei-Bold;
    font-size: 24px;
    line-height: 66px;
    color: #438052;
}

.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: #7ea07d;
}

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

/* 定日签到 */
.Sign-In-ding {
    width: 271px;
    height: 309px;
    margin: 5px 6px;
    display: inline-block;
    background: url(../images/dingday.png);
    background-size: 100% 100%;
    position: relative;
}

.Sign-In-ding>b {
    display: block;
    font-size: 26px;
    line-height: 76px;
    font-weight: bold;
    color: #438052;
}

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

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

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

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

.gaodu .task-tu {
    background: url(../images/quxie.png);
    background-size: 100% 100%;
}

.gaodu .task-tu>b {
    color: #333333;
}

/* 进度 */
.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: 316px;
    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: 50px auto 0;
}

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

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

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

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

.toup.act {
    background-color: #62ab86;
}

.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: #f0f9fe;
    border-radius: 5px;
    border: solid 1px #103314;
    float: right;
    margin-top: 11px;
    margin-right: 26px;
}

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

.weizhi {
    width: 26px;
    height: 24px;
    background: url(../images/wei.png);
    margin-right: -9px;
    margin-top: -10px;
    float: right;
}

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

.piaonum p {
    font-size: 14px;
    color: #103314;
    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: #75ab62;
    color: #fff;
    text-align: center;
    line-height: 40px;
    margin: 0 auto;
    cursor: pointer;
    bottom: 50px;
    border-radius: 10px;
}
.zhan-yi{
    background-color: #7ea07d;
}

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

.chong-zhi {
    width: 1029px;
    height: 220px;
    background-color: #a1b5ab;
    border-radius: 15px;
    margin: 68px 0 31px 120px;
    padding-left: 120px;
    box-sizing: border-box;
}

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

.chong-zhi .title p {
    color: #103314;
    font-size: 24px;
    line-height: 51px;
    margin-top: 18px;
    font-weight: bold;
}

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

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

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

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

.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: #438052;
}

.libao-yi {
    background-color: #7ea07d;
}

/* 积分商店 */
.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: #46a35e;
    border-radius: 6px;
    line-height: 44px;
    color: #fffcd2;
    margin: 0 40px;
    cursor: pointer;
}

.shang-dian {
    width: 1100px;
    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 26px;
    /* 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: #73c470;
    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-size: 16px;
    line-height: 24px;
    color: #c89660;
}

.huo-name>p {
    font-size: 14px;
    line-height: 24px;
    color: #c89660;
}

/* 导航 */
.dao-h {
    width: 157px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 10;
    box-sizing: border-box;
    background: url(../images/ceb.png);
    background-size: 100% 100%;
}

.dao-top {
    padding-top: 30px;
    padding-left: 7px;
}

.zidao {
    width: 70%;
    margin: 0 auto;
    height: 43px;
    cursor: pointer;
}

.ziwen {
    display: block;
    line-height: 100%;
    color: #efdfad;
    text-align: center;
    font-size: 18px;
    text-align: center;
}

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

.to-top {
    width: 92px;
    margin: 0 auto;
    margin-bottom: 16px;
    cursor: pointer;
    height: 49px;
    line-height: 21px;
    text-align: center;
    color: #efdfad;
    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 #efdfad;
    margin-bottom: 5px;
    margin: 0 auto;
}

.to-top:hover {
    color: #d3f0bd;
}

.to-top:hover .sanjiao {
    border-bottom: 8px solid #d3f0bd;
}

/* 购买 */
.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;
}

.goumai {
    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;
    cursor: pointer;
}

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