@charset "UTF-8";

body {
    font-size: 14px;
    font-family: "microsoft yahei";
    text-align: left;
    color: #000;
}

li, ol, ul {
    list-style-type: none;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* {
    margin: 0;
    padding: 0;
}

img {
    border: none;
    vertical-align: middle;
    transition: all 0.5s;
}

a {
    color: #333;
    text-decoration: none;
}

em {
    font-style: normal;
}

.w {
    width: 1190px;
    margin: 0 auto;
}

.banner {
    height: 589px;
    background: url(../images/banner.jpg) center 0 no-repeat;
}

.infobox {
    height: 302px;
    background: url(../images/topBg.jpg) center 0 no-repeat;
}

    .infobox .info-top {
        height: 110px;
        position: relative;
    }

        .infobox .info-top p {
            font-size: 20px;
            color: #dac77d;
            line-height: 110px;
        }

        .infobox .info-top .rc {
            position: absolute;
            right: 0;
            top: 31px;
            font-size: 18px;
            color: #472c11;
            text-align: center;
            line-height: 53px;
            width: 120px;
            height: 53px;
            background: url(../images/btn1.png) center 0 no-repeat;
            cursor: pointer;
        }

    .infobox .info-btm {
        padding: 26px 0 0;
    }

        .infobox .info-btm li {
            width: 180px;
            height: 55px;
            float: left;
            cursor: pointer;
            margin-right: 15px;
            margin-bottom: 20px;
            background: url(../images/btn2.png) no-repeat;
            text-align: center;
            line-height: 55px;
            font-size: 24px;
            color: #614326;
        }

            .infobox .info-btm li:nth-child(5n) {
                margin-right: 0;
            }

            .infobox .info-btm li:hover {
                background: url(../images/btn2on.png) no-repeat;
            }

            .infobox .info-btm li.on {
                background: url(../images/btn2on.png) no-repeat;
            }

.cg-content {
    background: url(../images/bodyBg.jpg) repeat-y;
    padding: 45px 0;
}

.cglist {
    width: 1190px;
    margin: 0 auto;
    background: url(../images/listBg2.jpg) repeat-y;
    position: relative;
}

    .cglist .cgitem {
        padding: 58px 0;
        display: none;
    }

        .cglist .cgitem:first-child {
            display: block;
        }

    .cglist li {
        margin-bottom: 32px;
        padding: 0 86px;
    }

        .cglist li .cgbox {
            height: 220px;
            box-shadow: 0 2px 5px #999;
            border-radius: 16px;
            position: relative;
            display: flex;
            display: -webkit-flex;
        }

            .cglist li .cgbox .pic {
                width: 200px;
                height: 178px;
                float: left;
                margin-top: 15px;
                margin-left: 28px;
                text-align: center;
                line-height: 178px;
            }

                .cglist li .cgbox .pic img {
                    max-width: 200px;
                    max-height: 178px;
                    object-fit: contain;
                }

            .cglist li .cgbox .txt {
                width: 380px;
                padding-left: 45px;
            }

                .cglist li .cgbox .txt h2 {
                    font-size: 40px;
                    color: #fff;
                    font-style: italic;
                    padding-top: 20px;
                }

                .cglist li .cgbox .txt .progress {
                    padding-top: 10px;
                }

                    .cglist li .cgbox .txt .progress .zi {
                        text-align: right;
                        color: #ffff00;
                        font-size: 30px;
                        margin-bottom: 5px;
                    }

                    .cglist li .cgbox .txt .progress .rate {
                        width: 380px;
                        height: 17px;
                        position: relative;
                        border-radius: 17px;
                        border-bottom: #ddd solid 1px;
                    }

                        .cglist li .cgbox .txt .progress .rate span {
                            height: 17px;
                            border-radius: 17px;
                            position: absolute;
                            left: 0;
                            top: 0;
                            z-index: 2;
                            background: #ffff00;
                        }

                .cglist li .cgbox .txt p {
                    padding: 10px 0 0;
                    font-size: 24px;
                    color: #fff;
                }

            .cglist li .cgbox .cg-detail {
                width: 47px;
                margin-left: 20px;
                line-height: 220px;
                margin-top: 100px;
            }

                .cglist li .cgbox .cg-detail img {
                    width: 47px;
                    cursor: pointer;
                }

            .cglist li .cgbox .cg-num {
                width: 90px;
                margin-left: 20px;
            }

                .cglist li .cgbox .cg-num h5 {
                    padding-top: 70px;
                    font-size: 26px;
                    color: #ffff00;
                    font-weight: normal;
                }

                .cglist li .cgbox .cg-num p {
                    padding-top: 5px;
                    font-size: 26px;
                    color: #ffff00;
                }

            .cglist li .cgbox .cg-btn {
                margin-left: 20px;
                padding-top: 85px;
            }

                .cglist li .cgbox .cg-btn span {
                    width: 129px;
                    height: 44px;
                    background: url(../images/btn3.png) no-repeat;
                    display: inline-block;
                    text-align: center;
                    line-height: 44px;
                    color: #fff;
                    font-size: 22px;
                    cursor: pointer;
                }

                    .cglist li .cgbox .cg-btn span.unreceive {
                        width: 120px;
                        height: 55px;
                        background: url(../images/btn1.png) no-repeat;
                        display: inline-block;
                        text-align: center;
                        line-height: 55px;
                        color: #6b4326;
                        font-size: 22px;
                    }

        .cglist li:nth-child(n) .cgbox {
            background: url(../images/liBg1.png) no-repeat;
        }

            .cglist li:nth-child(n) .cgbox .txt .progress .rate {
                background-image: linear-gradient(to right, #3a7ceb, #4082f5);
                box-shadow: inset 0px 2px 3px 1px #3777e3;
            }

        .cglist li:nth-child(2n) .cgbox {
            background: url(../images/liBg2.png) no-repeat;
        }

            .cglist li:nth-child(2n) .cgbox .txt .progress .rate {
                background-image: linear-gradient(to right, #eb4a4b, #ed4b4c);
                box-shadow: inset 0px 2px 3px 1px #e14647;
            }

        .cglist li:nth-child(3n) .cgbox {
            background: url(../images/liBg3.png) no-repeat;
        }

            .cglist li:nth-child(3n) .cgbox .txt .progress .rate {
                background-image: linear-gradient(to right, #bf42ce, #bd40cb);
                box-shadow: inset 0px 2px 3px 1px #b23bc0;
            }

        .cglist li:nth-child(4n) .cgbox {
            background: url(../images/liBg4.png) no-repeat;
        }

            .cglist li:nth-child(4n) .cgbox .txt .progress .rate {
                background-image: linear-gradient(to right, #f0b23f, #efb13e);
                box-shadow: inset 0px 2px 3px 1px #e29933;
            }

    .cglist::before {
        content: "";
        width: 1190px;
        height: 55px;
        background: url(../images/listBg1.jpg) no-repeat;
        position: absolute;
        left: 0;
        top: 0;
    }

    .cglist::after {
        content: "";
        width: 1190px;
        height: 55px;
        background: url(../images/listBg3.jpg) no-repeat;
        position: absolute;
        left: 0;
        bottom: 0;
    }

/** 领取记录 */
.record_btn {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .record_btn span:nth-child(1) {
        color: red;
        font-size: 18px;
    }

    .record_btn span:nth-child(2) {
        align-self: baseline;
        font-size: 20px;
        margin-left: 130px;
        font-weight: 900;
        color: #6b6653;
        width: 100px;
        height: 33px;
        text-align: center;
        border-radius: 10px;
        cursor: pointer;
        object-fit: contain;
        box-shadow: inset 0 3px rgb(237 237 237), inset 0 -3px #bbb, inset 3px 0 #d7d7d7, inset -3px 0 #d7d7d7;
    }


.record {
    padding: 21px 50px 50px;
    width: 920px;
    position: fixed;
    left: 50%;
    top: 50%;
    display: none;
    z-index: 10000;
    border-radius: 20px;
    box-sizing: border-box;
    background: url(../images/bodyBg.jpg) repeat-y;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}

    .record .close {
        position: absolute;
        right: 18px;
        top: 18px;
    }

    .record p {
        margin-bottom: 24px;
        color: #fff;
        font-size: 24px;
        font-weight: bold;
        text-align: center;
    }

    .record .record_wrap {
        height: auto;
    }

    .record table {
        width: 100%;
        border-collapse: collapse;
    }

        .record table .van-popup {
            height: 90% !important;
            width: 400px;
            z-index: 2001;
            border-radius: 17px;
            margin-right: 35px;
        }

        .record table .van-overlay {
            border-radius: 17px;
        }

    .record th {
        color: #801100;
        font-size: 14px;
        line-height: 10px;
        text-align: center;
        background: #e4d1a7;
        border: 1px solid #b1812d;
        padding: 15px;
    }

    .record td {
        line-height: 20px;
        text-align: center;
        border: 1px solid #3d2314;
        color: white;
    }

    .record .nodata {
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 26px;
        color: #898989;
    }

.van-pagination {
    display: flex;
    justify-content: end;
}

.van-pagination__item--active {
    color: #ffffff;
    background-color: #ffb100;
}

.van-pagination__item {
    flex: 1;
    box-sizing: border-box;
    min-width: var(--van-pagination-item-width);
    height: var(--van-pagination-height);
    color: var(--van-pagination-item-default-color);
    background: #991400;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
}

.van-pagination__items li {
    background-color: #FFA200;
}

.van-pagination__item--active {
    color: var(--van-white);
    background-color: #483421 !important;
}

.van-pagination__items li button {
    color: white;
}

/* 任务详情 */
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 3;
}

.tkbox {
    width: 500px;
    height: 340px;
    background: #f4e3a4;
    border-radius: 10px;
    position: fixed;
    left: 50%;
    margin-left: -250px;
    top: 50%;
    margin-top: -200px;
    z-index: 5;
}

    .tkbox .jtit {
        height: 40px;
        text-align: center;
        line-height: 40px;
        font-size: 22px;
        background-image: linear-gradient(to bottom, #fef0c4, #ead582);
        border-radius: 10px 10px 0 0;
    }

    .tkbox .tkcon {
        height: 300px;
        overflow: hidden;
        overflow-y: scroll;
    }

        .tkbox .tkcon .txt {
            padding: 20px;
        }

            .tkbox .tkcon .txt h3 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .tkbox .tkcon .txt p {
                font-size: 16px;
                margin-bottom: 10px;
            }

    .tkbox .jclose {
        position: absolute;
        right: -20px;
        top: -20px;
    }

.comwid {
    width: 90%;
    padding: 10px;
    border: 8px solid #e9e9e9;
    margin: 0 auto;
    margin-bottom: 10px;
}

    .comwid .jtm {
        margin: 10px 0;
        display: inline-block;
    }

    .comwid p {
        line-height: 30px;
        text-align: left;
        color: #000;
        margin-bottom: 0px;
    }

    .comwid .jttil {
        text-align: center;
        font-size: 28px;
        font-weight: bold;
        margin-top: 20px;
    }

    .comwid table {
        border: 1px solid #f00;
        border-collapse: collapse;
        width: 920px;
        font-weight: bold;
        margin-top: 10px;
    }

        .comwid table tr:nth-child(odd) {
            background-color: #e1e1e1;
        }

        .comwid table tr:nth-child(even) {
            background-color: white;
        }

        .comwid table tr th {
            font-weight: normal;
            color: #ffffff;
            background-color: #7d05bb;
            text-align: center;
            line-height: 40px;
            border: 1px solid #d9d9d9;
        }

        .comwid table tr td {
            color: #000;
            text-align: center;
            line-height: 40px;
            border: 1px solid #d9d9d9;
        }

    .comwid .task_btn {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
        width: 180px;
        height: 61px;
        margin-right: 80px;
        font-size: 32px;
        color: #fff;
        border-radius: 5px;
    }

        .comwid .task_btn.task_pro {
            background-image: -webkit-gradient(linear,left top,left bottom,from(#29cfff),to(#0084ff)),-webkit-gradient(linear,left top,left bottom,from(#8e6138),to(#8e6138));
            background-image: -webkit-linear-gradient(top,#29cfff,#0084ff),-webkit-linear-gradient(#8e6138,#8e6138);
            background-image: -o-linear-gradient(top,#29cfff 0,#0084ff 100%),-o-linear-gradient(#8e6138,#8e6138);
            background-image: linear-gradient(180deg,#29cfff,#0084ff),linear-gradient(#8e6138,#8e6138);
            background-blend-mode: normal,normal;
            cursor: pointer;
        }

        .comwid .task_btn.disabled {
            background-color: #c3c3c3;
        }



.loading {
    display: flex;
    justify-content: center;
    align-items: center;
}

.cover {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    background: rgba(0, 0, 0, 0.5);
}

.loading img {
    position: fixed;
    top: 42%;
    width: 100px;
    transform: translate(25%,50%);
}

.van-badge--fixed {
    right: 60px
}
