.task-list-button {
    width: 100px;
    height: 105px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/entrance-expand.8e1816a.png) right center no-repeat;
    background-size: contain;
    position: fixed;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: ease-in 500ms;
    right: 0;
    top: 50%;
    z-index: 1003
}

.task-list-button.open {
    width: 100px;
    height: 105px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/entrance-collapse.873fedc.png) right center no-repeat;
    background-size: contain;
    position: fixed;
    cursor: pointer;
    border: 0;
    outline: 0;
    transition: ease-in 500ms;
    right: 400px;
    top: 50%
}

.v-line {
    border-left: solid 1px #E5E5E5;
    height: 90px;
    float: left;
    vertical-align: middle;
    display: inline-block;
    margin-top: 10px
}

.submit-button-shadow {
    width: 72px;
    height: 38px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/submit-button.e6119dc.png?__sprite) center center no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.task-panel {
    z-index: 1003;
    width: 400px;
    height: 100%;
    background: #F5F5F5;
    position: fixed;
    transition: ease-in 500ms;
    right: -400px;
    top: 0;
    overflow: auto
}

.task-panel .task-panel-head {
    width: 100%;
    height: 78px;
    background: url(/static/new/img/task-panel-head.db35623.png) center center no-repeat;
    background-size: cover
}

.task-panel .task-panel-property {
    width: 100%;
    height: 130px;
    background: transparent;
    margin-top: 10px
}

.task-panel .task-panel-property .single-property {
    width: 49%;
    height: 100%;
    background: transparent;
    position: relative;
    float: left
}

.task-panel .task-panel-property .single-property .property-type {
    opacity: .7;
    font-family: PingFangSC-Regular;
    font-size: 16px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    line-height: 22px
}

.task-panel .task-panel-property .single-property .property-amount {
    font-family: PingFangSC-Semibold;
    font-size: 30px;
    color: #000;
    letter-spacing: 0;
    line-height: 42px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 1px
}

.task-panel .task-panel-property .single-property .property-button {
    width: 84px;
    height: 28px;
    border: 1px solid rgba(194, 100, 42, .6);
    border-radius: 45px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #C2642A;
    text-align: center;
    line-height: 28px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    margin: 0 auto;
    margin-top: 8px
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups {
    width: 224px;
    height: auto;
    z-index: 10;
    display: block;
    position: absolute;
    right: 9px;
    top: 103px
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups.hidden {
    display: none
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups .get-cash-tip {
    width: 26px;
    height: 8px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/get-cash-tip.68ab2c0.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 76px
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups .get-cash-content {
    width: 148px;
    height: 244px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: relative;
    top: 8px;
    padding: 22px 38px 0
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups .get-cash-content .text-guidance {
    width: 149px;
    height: auto;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFF;
    text-align: center;
    line-height: 20px
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups .get-cash-content .na-qr-code-img {
    width: 126px;
    height: 145px;
    border-radius: 7px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/na-qr-code.ca0038c.png?__sprite) center center no-repeat;
    background-size: cover;
    margin: 14px 11px 17px
}

.task-panel .task-panel-property .single-property .get-cash-pop-ups .get-cash-content .known-button {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFBC00;
    text-align: center;
    line-height: 17px;
    position: relative;
    cursor: pointer;
    float: right;
    margin-right: -18px
}

.task-panel .task-panel-property .single-property .property-pending-entry {
    min-width: 42px;
    height: 28px;
    opacity: .5;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #000;
    letter-spacing: 0;
    line-height: 14px;
    margin-top: 1px;
    margin-left: 8px;
    display: inline-block
}

.task-panel .task-panel-box {
    z-index: 2;
    position: relative;
    width: 380px;
    height: 167px;
    margin: 0 10px 30px;
    opacity: .9;
    background: #FFF;
    border-radius: 10px
}

.task-panel .task-panel-box .task-box-desc {
    width: 120px;
    margin-top: 20px;
    margin-left: 20px;
    position: relative;
    float: left;
    font-family: PingFangSC-Semibold;
    line-height: 28px;
    font-size: 20px;
    color: #222;
    letter-spacing: 0;
    z-index: 3
}

.task-panel .task-panel-box .task-finish-desc {
    float: right;
    position: relative;
    z-index: 3;
    right: 10px
}

.task-panel .task-panel-box .task-finish-desc .task-finish-text {
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #222;
    letter-spacing: 0;
    text-align: right;
    line-height: 20px;
    margin-top: 24px;
    position: relative;
    float: left
}

.task-panel .task-panel-box .task-finish-desc .task-finish-num {
    margin: 20px 0 0 2px;
    float: left;
    position: relative
}

.task-panel .task-panel-box .task-finish-desc .task-finish-num .finish-num-item {
    min-width: 20px;
    height: 28px;
    background: #D8D8D8;
    box-shadow: 0 6px 30px 0 rgba(147, 147, 147, .07);
    border-radius: 2px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #080600;
    letter-spacing: 0;
    text-align: center;
    line-height: 28px;
    float: left;
    position: relative;
    margin-right: 2px
}

.task-panel .task-panel-box .box-container {
    float: left;
    position: relative;
    width: 100%;
    height: 119px;
    z-index: 0
}

.task-panel .task-panel-box .box-container .gray-bar {
    width: 370px;
    height: 14px;
    opacity: .51;
    background: #E4E4E4;
    border-radius: 7px 0 0 7px;
    position: absolute;
    top: 57px;
    left: 10px;
    z-index: 1
}

.task-panel .task-panel-box .box-container .progress-bar {
    opacity: .51;
    -ms-filter: 'progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#FFB31B, endColorstr=#FFD729)';
    background: -ms-linear-gradient(left, #ffb31b 0, #ffd729 100%);
    background-image: linear-gradient(90deg, #ffb31b 0, #ffd729 100%);
    border-radius: 4px;
    height: 8px;
    max-width: 365px;
    position: absolute;
    top: 60px;
    left: 15px;
    z-index: 2
}

.task-panel .task-panel-box .box-container .task-boxes {
    z-index: 3;
    position: absolute;
    width: 328px;
    left: 52px;
    display: flex;
    float: left;
    max-height: 119px;
    white-space: nowrap
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item {
    width: 46px;
    height: auto;
    float: left;
    text-decoration: none;
    padding-right: 36px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img {
    z-index: 2;
    position: relative;
    width: 46px;
    height: 40px;
    margin-top: 32px;
    margin-bottom: 10px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.copper-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/copper-box-open.6c88c54.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.copper-box.close {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/copper-box-close.d30ac6a.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.copper-box.close.box-move {
    animation: box-move 1.2s linear infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.silver-box {
    z-index: 3;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/silver-box-open.d88ba24.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.silver-box.close {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/silver-box-close.2e5874a.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.silver-box.close.box-move {
    animation: box-move 1.2s linear infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.gold-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/gold-box-open.61560f0.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.gold-box.close {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/gold-box-close.edb2d5b.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.gold-box.close.box-move {
    animation: box-move 1.2s linear infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.diamond-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/diamond-box-open.879ac2d.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.diamond-box.close {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/diamond-box-close.8385112.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-img.diamond-box.close.box-move {
    animation: box-move 1.2s linear infinite
}

@keyframes box-move {
    0% {
        transform: rotate(0deg)
    }
    30% {
        transform: rotate(0deg)
    }
    40% {
        transform: rotate(-15deg)
    }
    50% {
        transform: rotate(0deg)
    }
    60% {
        transform: rotate(-15deg)
    }
    70% {
        transform: rotate(0deg)
    }
    100% {
        transform: rotate(0deg)
    }
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-index {
    z-index: 2;
    position: relative;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #666;
    letter-spacing: 0;
    text-align: left
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-index.received {
    opacity: .5
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .can-receive-bubble {
    z-index: 3;
    width: 37px;
    height: 22px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/can-receive-bubble.d91ce66.png?__sprite) center center no-repeat;
    background-size: cover;
    position: relative;
    top: -85px;
    right: -23px;
    animation: can-receive-bubble 1.2s linear infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .can-receive-bubble.hidden {
    display: none
}

@keyframes can-receive-bubble {
    0% {
        top: -85px
    }
    50% {
        top: -80px
    }
    100% {
        top: -85px
    }
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .aperture {
    z-index: 1;
    width: 65px;
    height: 65px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/aperture.adb96ab.png?__sprite) center center no-repeat;
    background-size: cover;
    position: relative;
    display: flex;
    top: -107px;
    left: -10px;
    animation: aperture 8s linear infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .aperture.hidden {
    display: none
}

@keyframes aperture {
    from {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(180deg) scale(1.6)
    }
    to {
        transform: rotate(360deg)
    }
}

@keyframes unfinished-bubble-show {
    0% {
        opacity: 0;
        transform: scale(0) translate(0, 0)
    }
    20% {
        opacity: 1;
        transform: scale(1) translate(0, 0)
    }
    35% {
        transform: scale(1) translate(0, -10px)
    }
    50% {
        transform: scale(1) translate(0, 0)
    }
    65% {
        transform: scale(1) translate(0, -10px)
    }
    80% {
        transform: scale(1) translate(0, 0);
        opacity: 1
    }
    95% {
        transform: scale(1.1) translate(0, -10px);
        opacity: 0
    }
    100% {
        transform: scale(0) translate(0, 0);
        opacity: 0
    }
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .unfinished-bubble-container {
    position: relative;
    z-index: 3;
    display: block;
    top: -100px;
    animation: unfinished-bubble-show 4s infinite
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .unfinished-bubble-container.hidden {
    display: none
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .unfinished-bubble-container .unfinished-bubble-tip {
    width: 20px;
    height: 4.6px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/unfinfshed-bubble-tip.8964f49.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 3px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .unfinished-bubble-container .unfinished-bubble {
    background: #FFD729;
    box-shadow: 0 0 10px 0 rgba(255, 188, 0, .6);
    border-radius: 6px;
    height: 24px;
    position: relative;
    display: inline-block;
    text-align: left;
    left: -10px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .unfinished-bubble-container .unfinished-bubble .unfinished-bubble-content {
    max-width: 150px;
    opacity: .9;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups {
    z-index: 3;
    width: 118px;
    height: auto;
    display: block;
    position: absolute;
    top: 63px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .white-tip {
    width: 26px;
    height: 8px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/white-tip.7788268.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    left: 10px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container {
    width: 98px;
    height: auto;
    padding: 10px 10px 4px;
    background-color: #fff;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
    position: relative;
    top: 8px;
    right: 30%
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-title {
    margin-top: 6px;
    margin-bottom: 3px;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #222;
    line-height: 17px;
    height: 17px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward {
    width: 100%;
    height: auto
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item {
    width: 100%;
    height: 24px;
    padding-bottom: 4px
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item .reward-item-img {
    width: 24px;
    height: 24px;
    float: left
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item .reward-item-img.hover-wealth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/hover-wealth-img.9ba91c4.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item .reward-item-img.hover-growth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/hover-growth-img.7a77282.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item .reward-item-img.hover-exp-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/hover-exp-img.f204fc4.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-box .box-container .task-boxes .task-box-item .box-reward-pop-ups .box-reward-container .box-reward .reward-item .reward-item-content {
    float: left;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #222;
    height: 24px;
    line-height: 24px;
    text-align: center;
    margin-left: 4px
}

.task-panel .task-panel-list {
    z-index: 1;
    position: relative;
    width: 380px;
    height: auto;
    margin-left: 10px;
    margin-right: 10px
}

.task-panel .task-panel-list .loading {
    text-align: center;
    line-height: 450px;
    font-size: 18px;
    color: #666
}

.task-panel .task-panel-list .task-list-container {
    width: 100%;
    height: auto;
    margin-top: 30px
}

.task-panel .task-panel-list .task-list-container .task-list-title {
    height: 28px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    letter-spacing: 0
}

.task-panel .task-panel-list .task-list-container .task-list-title .title {
    vertical-align: middle
}

.task-panel .task-panel-list .task-list-container .task-list-title em {
    display: inline-block;
    min-width: 18px;
    padding: 2px 4px 2px 5px;
    line-height: 14px;
    text-align: center;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFF;
    vertical-align: middle;
    box-sizing: border-box;
    background-image: radial-gradient(9% 82%, #fe576f 0, #fc2c3c 100%);
    border-radius: 100px
}

.task-panel .task-panel-list .task-list-container .task-list-title .shop-task-arrow-btn-container {
    padding: 3px;
    float: right;
    position: relative;
    top: 7px
}

.task-panel .task-panel-list .task-list-container .task-list-title .shop-task-arrow-btn-container .shop-task-arrow-btn {
    width: 12px;
    height: 8px;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    transition: transform .5s;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/shop-task-arrow.cca9b92.png) no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-title .shop-task-arrow-btn-container .close {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transition: transform .5s
}

.task-panel .task-panel-list .task-list-container .task-list-content {
    width: 100%;
    height: auto
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list {
    width: 100%;
    height: auto
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item {
    width: 338px;
    min-height: 74px;
    margin-bottom: 10px;
    opacity: .9;
    background: #FFF;
    border-radius: 10px;
    padding: 22px 20px 20px;
    position: relative
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item.hidden {
    display: none
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-name {
    height: 25px;
    width: auto;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #222;
    letter-spacing: 0;
    padding-right: 110px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-desc {
    min-height: 17px;
    line-height: 17px;
    width: auto;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    margin-top: 3px;
    padding-right: 110px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-container {
    min-height: 17px;
    line-height: 17px;
    width: auto;
    margin-top: 10px;
    padding-right: 110px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-container .task-reward-item {
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFBC00;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-right: 10px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-progress {
    position: absolute;
    font-size: 12px;
    text-align: center;
    right: 20px;
    top: 23px;
    color: #7A8F9A
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-progress em {
    color: #4ACA6D
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .go-btn {
    width: 96px;
    height: 30px;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 50%;
    border: 1px solid #FFBC00;
    border-radius: 64px;
    overflow: hidden;
    line-height: 30px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFBC00;
    letter-spacing: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .finish-task-reward {
    background-color: #fff;
    color: #DAE0E4 !important;
    border: 1px solid #DAE0E4 !important;
    cursor: default
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .get-task-award-disabled {
    background-color: #DAE0E4;
    color: #fff;
    border: 1px solid #DAE0E4;
    cursor: default
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .get-task-award, .task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-item-btn {
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    border: 0
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups {
    z-index: 15;
    width: auto;
    height: 153px;
    position: absolute;
    right: 7px;
    top: 70%
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .black-tip {
    width: 26px;
    height: 8px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/get-cash-tip.68ab2c0.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 47px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container {
    top: 8px;
    width: auto;
    height: 125px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: relative;
    padding: 20px 0 0 20px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward {
    width: 100%;
    height: 100px;
    white-space: nowrap;
    position: relative
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item {
    min-width: 62px;
    height: 100%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 20px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img {
    min-width: 62px;
    height: 62px;
    margin-bottom: 1px;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-growth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-growth-box.3c1d83e.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-wealth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-wealth-box.f208d24.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-cash-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-exp-box.66855a7.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-content {
    height: 17px;
    line-height: 17px;
    width: auto;
    margin-bottom: 19px;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFF;
    text-align: center
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .task-receive-reward-button {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFBC00;
    text-align: center;
    cursor: pointer;
    width: 48px;
    height: 17px;
    line-height: 17px;
    float: right;
    margin-right: 20px
}

.task-panel .task-panel-list .task-list-container .task-list-content .task-card-list .task-item .task-tag {
    height: 22px;
    line-height: 22px;
    width: auto;
    background: #FC2C3C;
    background-image: radial-gradient(9% 82%, #fe576f 0, #fc2c3c 100%);
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, .51);
    position: absolute;
    border-radius: 7px 7px 0;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 12;
    top: -5%;
    left: 0;
    font-size: 11px;
    text-align: center;
    opacity: .8;
    color: #FFF
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list {
    position: relative
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item {
    position: relative;
    padding: 22px 20px 0;
    min-height: 52px;
    z-index: 9
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container {
    position: relative;
    padding-bottom: 15px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 58px;
    height: 58px;
    border: 2px solid #fff;
    box-shadow: 0 2px 8px 0 rgba(255, 181, 27, .3);
    overflow: hidden;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 58px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container .task-item-prize-image {
    width: 54px;
    height: 54px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 54px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container .task-item-prize-image-delete {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 54px;
    height: 27px;
    line-height: 27px;
    text-align: center;
    font-family: PingFangSC-Medium;
    font-size: 12px;
    color: #FFF
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container .task-item-prize-image-delete .text {
    position: relative;
    z-index: 9
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container .task-item-prize-image-delete::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .5)
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-image-container:hover .task-item-prize-image-delete {
    display: block
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-prize-title {
    width: 162px;
    margin-left: 66px;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-price {
    margin: 8px 0 0 66px;
    font-family: PingFangSC-Regular
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-price .task-item-price-now {
    display: inline-block;
    margin-right: 5px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-price .task-item-price-now em {
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #FFB51B;
    line-height: 22px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-price .task-item-price-now .text {
    font-size: 12px;
    color: #999;
    line-height: 16px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-price .task-item-price-origin {
    display: inline-block;
    font-size: 12px;
    color: #999;
    line-height: 14px;
    text-decoration: line-through;
    filter: alpha(opacity=50);
    -khtml-opacity: .5;
    -moz-opacity: .5;
    opacity: .5
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-btn {
    position: absolute;
    top: 11px;
    right: 0;
    width: 96px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 64px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .task-item-price-container .task-item-btn:hover {
    text-decoration: none
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item {
    position: relative;
    height: 83px;
    padding-top: 22px;
    border-bottom: 1px solid #EEE;
    box-sizing: border-box;
    font-family: PingFangSC-Regular
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .mission-title {
    margin-bottom: 10px;
    padding-right: 110px;
    box-sizing: border-box;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #222;
    line-height: 18px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .mission-intro {
    width: 220px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px;
    color: #999;
    line-height: 12px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part {
    position: absolute;
    top: 16px;
    right: 0
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part .misson-process {
    margin-bottom: 10px;
    font-size: 12px;
    color: #999;
    line-height: 12px;
    text-align: right
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part .misson-process em {
    color: #33CC75
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part .mission-btn {
    display: block;
    width: 96px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFBC00;
    border: 1px solid #FFBC00;
    box-sizing: border-box;
    border-radius: 64px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part .mission-btn:hover {
    text-decoration: none
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item .right-part .done {
    border: 1px solid #000;
    color: #000;
    filter: alpha(opacity=20);
    -khtml-opacity: .2;
    -moz-opacity: .2;
    opacity: .2
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item.days-item {
    height: 101px;
    padding-top: 32px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item.days-item .right-part .misson-process:first-child {
    margin-bottom: 6px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .tast-mission-list .mission-item:last-child {
    border-bottom: 0
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item .close {
    display: none
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .task-item:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 94px;
    content: '';
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/shop-task-bg.48a6eed.png) no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog {
    position: absolute;
    left: 0;
    width: 224px;
    height: 85px;
    padding-top: 21px;
    -webkit-font-smoothing: antialiased;
    font-family: PingFangSC-Semibold;
    z-index: 9;
    border-radius: 10px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog .title {
    position: relative;
    margin-bottom: 14px;
    line-height: 20px;
    z-index: 9;
    font-size: 14px;
    color: #FFF;
    text-align: center
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog .delete-btn {
    position: relative;
    width: 96px;
    height: 26px;
    margin: 0 auto;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #000;
    z-index: 9;
    cursor: pointer;
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    border-radius: 14px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog::after {
    position: absolute;
    top: -8px;
    left: 34px;
    width: 26px;
    height: 8px;
    content: '';
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/arrow-shadow.aa74017.png) no-repeat;
    background-size: contain
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    z-index: 1;
    border-radius: 10px
}

.task-panel .task-panel-list .task-list-container .task-list-content .shop-tast-card-list .delete-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9
}

.task-panel .shop-mission-delete-success-dialog {
    position: fixed;
    top: calc((100% - 137px) / 2);
    right: 70px;
    width: 244px;
    height: 121px;
    padding-top: 16px;
    z-index: 9;
    font-family: PingFangSC-Semibold;
    text-align: center;
    -webkit-font-smoothing: antialiased
}

.task-panel .shop-mission-delete-success-dialog .title {
    position: relative;
    margin-bottom: 12px;
    font-size: 16px;
    color: #FFF;
    z-index: 9
}

.task-panel .shop-mission-delete-success-dialog .close-icon {
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 13px;
    color: #fff;
    z-index: 10;
    cursor: pointer
}

.task-panel .shop-mission-delete-success-dialog .content {
    position: relative;
    margin-bottom: 15px;
    font-family: PingFangSC-Regular;
    font-size: 14px;
    color: #FFF;
    z-index: 9
}

.task-panel .shop-mission-delete-success-dialog .go-add-btn {
    display: inline-block;
    position: relative;
    width: 96px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #000;
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    z-index: 9;
    cursor: pointer;
    border-radius: 14px
}

.task-panel .shop-mission-delete-success-dialog .go-add-btn:hover {
    text-decoration: none
}

.task-panel .shop-mission-delete-success-dialog::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 10px
}

.shadow-show {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6) !important;
    z-index: 1002;
    overflow: auto
}

.open-box-shadow-show {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6) !important;
    z-index: 1005;
    overflow: auto
}

.task-finish-reward-shadow-show {
    height: 100%;
    width: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6) !important;
    z-index: 1005;
    overflow: auto
}

.main-box {
    z-index: 1008;
    position: absolute;
    width: 300px;
    height: 300px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: none
}

.main-box.copper-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-copper-box.45e2a7e.png?__sprite) center center no-repeat;
    background-size: contain
}

.main-box.silver-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-silver-box.0a19075.png?__sprite) center center no-repeat;
    background-size: contain
}

.main-box.gold-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-gold-box.81509ce.png?__sprite) center center no-repeat;
    background-size: contain
}

.main-box.diamond-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-diamond-box.9af21e4.png?__sprite) center center no-repeat;
    background-size: contain
}

.main-box-show {
    display: block;
    animation: box-show 1.8s alternate both
}

.fadeout-box {
    z-index: 1008;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 300px;
    height: 300px;
    transform: translate(-50%, -50%);
    opacity: 0;
    display: none
}

.fadeout-box.copper-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-copper-box.45e2a7e.png?__sprite) center center no-repeat;
    background-size: contain
}

.fadeout-box.silver-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-silver-box.0a19075.png?__sprite) center center no-repeat;
    background-size: contain
}

.fadeout-box.gold-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-gold-box.81509ce.png?__sprite) center center no-repeat;
    background-size: contain
}

.fadeout-box.diamond-box {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-diamond-box.9af21e4.png?__sprite) center center no-repeat;
    background-size: contain
}

.fadeout-box-show {
    display: block;
    animation: fadeout-box-show 1s alternate both
}

@keyframes box-show {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6)
    }
    23% {
        opacity: .3
    }
    29% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    45% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    46% {
        transform: translate(-58%, -44%)
    }
    50% {
        transform: translate(-55%, -47%)
    }
    56% {
        transform: translate(-60%, -45%)
    }
    60% {
        transform: translate(-48%, -55%)
    }
    66% {
        transform: translate(-45%, -50%)
    }
    72% {
        transform: translate(-52%, -52%)
    }
    78% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    99% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6)
    }
}

@keyframes fadeout-box-show {
    49% {
        opacity: 0;
        transform: translate(-50%, -50%)
    }
    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
    70% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.6)
    }
    100% {
        opacity: 0;
        transform: translate(-50%, -50%)
    }
}

.open-box-show {
    display: flex !important;
    animation: open-box-show 1.8s alternate both
}

@keyframes open-box-show {
    0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0)
    }
    75% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0)
    }
    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes open-box-aperture {
    from {
        transform: rotate(0deg)
    }
    50% {
        transform: rotate(90deg)
    }
    to {
        transform: rotate(180deg)
    }
}

@keyframes open-box-reward-container {
    from {
        transform: rotate(0deg)
    }
    5% {
        transform: rotate(-9deg) translateY(20px)
    }
    10% {
        transform: rotate(-18deg) translateY(0px)
    }
    15% {
        transform: rotate(-27deg) translateY(-20px)
    }
    20% {
        transform: rotate(-36deg) translateY(0px)
    }
    25% {
        transform: rotate(-45deg) translateY(20px)
    }
    30% {
        transform: rotate(-54deg) translateY(0px)
    }
    35% {
        transform: rotate(-63deg) translateY(-20px)
    }
    40% {
        transform: rotate(-72deg) translateY(0px)
    }
    45% {
        transform: rotate(-81deg) translateY(20px)
    }
    50% {
        transform: rotate(-90deg) translateY(0px)
    }
    55% {
        transform: rotate(-99deg) translateY(-20px)
    }
    60% {
        transform: rotate(-108deg) translateY(0px)
    }
    65% {
        transform: rotate(-117deg) translateY(20px)
    }
    70% {
        transform: rotate(-126deg) translateY(0px)
    }
    75% {
        transform: rotate(-135deg) translateY(-20px)
    }
    80% {
        transform: rotate(-144deg) translateY(0px)
    }
    85% {
        transform: rotate(-153deg) translateY(20px)
    }
    90% {
        transform: rotate(-162deg) translateY(0px)
    }
    95% {
        transform: rotate(-171deg) translateY(-20px)
    }
    100% {
        transform: rotate(-180deg) translateY(0px)
    }
}

@keyframes reward-title-ribbon-front {
    from {
        transform: translateY(0px)
    }
    5% {
        transform: translateY(10px)
    }
    10% {
        transform: translateY(0px)
    }
    15% {
        transform: translateY(-10px)
    }
    20% {
        transform: translateY(0px)
    }
    25% {
        transform: translateY(10px)
    }
    30% {
        transform: translateY(0px)
    }
    35% {
        transform: translateY(-10px)
    }
    40% {
        transform: translateY(0px)
    }
    45% {
        transform: translateY(0px)
    }
    50% {
        transform: translateY(0px)
    }
    55% {
        transform: translateY(-10px)
    }
    60% {
        transform: translateY(0px)
    }
    65% {
        transform: translateY(10px)
    }
    70% {
        transform: translateY(0px)
    }
    75% {
        transform: translateY(-10px)
    }
    80% {
        transform: translateY(0px)
    }
    85% {
        transform: translateY(10px)
    }
    90% {
        transform: translateY(0px)
    }
    95% {
        transform: translateY(-10px)
    }
    100% {
        transform: translateY(0px)
    }
}

.open-box-ie {
    z-index: 1008;
    width: 800px;
    height: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    text-align: center;
    -ms-overflow-style: none
}

.open-box-ie .open-box-aperture {
    width: 800px;
    height: 700px;
    position: relative;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    z-index: 1
}

.open-box-ie .open-box-aperture:after {
    content: '';
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/aperture.adb96ab.png?__sprite) center center no-repeat;
    background-size: cover;
    width: 800px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .25;
    z-index: 1
}

.open-box-ie .open-box-aperture .open-box-reward-container {
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 40px 0 rgba(255, 188, 0, .43);
    border-radius: 10px;
    width: 408px;
    height: 184px;
    padding-top: 50px;
    padding-bottom: 38px;
    display: inline-block
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-title-ribbon-behind {
    z-index: 1;
    width: 329px;
    height: 66px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-ribbon-behind.2d414a1.png?__sprite) center center no-repeat;
    background-size: contain;
    top: 28px;
    left: 40px;
    position: absolute
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-title-ribbon-front {
    z-index: 2;
    width: 329px;
    height: 66px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-ribbon-front.dee6951.png?__sprite) center center no-repeat;
    background-size: contain;
    top: 28px;
    left: 40px;
    position: absolute
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-title-content {
    z-index: 3;
    width: 268px;
    height: 30px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-title.9adc2c4.png?__sprite) center center no-repeat;
    background-size: contain;
    margin: 0 auto;
    margin-bottom: 20px
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container {
    z-index: 3;
    width: 100%;
    height: 172px;
    display: table;
    table-layout: fixed
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item {
    width: 100px;
    height: 100%;
    white-space: nowrap;
    display: table-cell;
    text-align: center
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 7px
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.growth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-growth.72c48c5.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.wealth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-wealth.c413f15.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.exp-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-exp.8034c5a.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box-ie .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-content {
    height: 28px;
    width: auto;
    opacity: .6;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #FFF;
    text-align: center
}

.open-box-ie .receive-reward-button {
    z-index: 5;
    margin: 0 auto;
    display: block;
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    box-shadow: 0 5px 20px 0 rgba(255, 188, 0, .45);
    border-radius: 64px;
    width: 228px;
    height: 50px;
    line-height: 50px;
    margin-top: -16%;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer;
    position: relative
}

.open-box::-webkit-scrollbar {
    display: none
}

.open-box {
    z-index: 1008;
    width: 800px;
    height: 800px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    position: absolute;
    display: none;
    align-items: center;
    flex-direction: column;
    scrollbar-width: none
}

.open-box .open-box-aperture {
    width: 700px;
    height: 700px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    animation: open-box-aperture 18s linear infinite alternate;
    animation-delay: 2s
}

.open-box .open-box-aperture:after {
    content: '';
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/aperture.adb96ab.png?__sprite) center center no-repeat;
    background-size: cover;
    width: 700px;
    height: 700px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .25;
    z-index: 1
}

.open-box .open-box-aperture .open-box-reward-container {
    z-index: 2;
    position: relative;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 40px 0 rgba(255, 188, 0, .43);
    border-radius: 10px;
    width: 408px;
    height: 272px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    animation: open-box-reward-container 18s linear infinite alternate;
    animation-delay: 2s
}

.open-box .open-box-aperture .open-box-reward-container .reward-title-ribbon-behind {
    z-index: 1;
    width: 329px;
    height: 66px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-ribbon-behind.2d414a1.png?__sprite) center center no-repeat;
    background-size: contain;
    top: 28px;
    left: 40px;
    position: absolute
}

.open-box .open-box-aperture .open-box-reward-container .reward-title-ribbon-front {
    z-index: 2;
    width: 329px;
    height: 66px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-ribbon-front.dee6951.png?__sprite) center center no-repeat;
    background-size: contain;
    top: 28px;
    left: 40px;
    position: absolute;
    animation: reward-title-ribbon-front 18s linear infinite alternate;
    animation-delay: 2s
}

.open-box .open-box-aperture .open-box-reward-container .reward-title-content {
    z-index: 3;
    width: 268px;
    height: 30px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-title.9adc2c4.png?__sprite) center center no-repeat;
    background-size: contain;
    margin-top: 50px;
    margin-bottom: 20px
}

.open-box .open-box-aperture .open-box-reward-container .reward-container {
    z-index: 3;
    width: 100%;
    height: 178px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: row;
    flex-wrap: nowrap
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item {
    width: 100px;
    height: 100%;
    white-space: nowrap
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img {
    width: 100px;
    height: 100px;
    margin-bottom: 7px
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.growth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-growth.72c48c5.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.wealth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-wealth.c413f15.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-img.exp-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/open-box-exp.8034c5a.png?__sprite) center center no-repeat;
    background-size: contain
}

.open-box .open-box-aperture .open-box-reward-container .reward-container .reward-item .reward-item-content {
    height: 28px;
    width: auto;
    margin-bottom: 45px;
    opacity: .6;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #FFF;
    text-align: center
}

.open-box .receive-reward-button {
    z-index: 5;
    display: none;
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    box-shadow: 0 5px 20px 0 rgba(255, 188, 0, .45);
    border-radius: 64px;
    width: 228px;
    height: 50px;
    line-height: 50px;
    margin-top: -16%;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    cursor: pointer
}

.task-finish-reward-pop-ups {
    z-index: 1008;
    width: 612px;
    height: 460px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F5F5F5;
    border-radius: 10px
}

.task-finish-reward-pop-ups .task-finish-reward-head-bg {
    z-index: 2;
    width: 100%;
    height: 70px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-finish-pop-head-bg.4df83a2.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0
}

.task-finish-reward-pop-ups .task-finish-reward-head-bg .task-finish-reward-head-title {
    width: 282px;
    height: 26px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-finish-pop-head-title.aa615d3.png?__sprite) center center no-repeat;
    background-size: contain;
    position: relative;
    margin: 30px 300px 14px 30px
}

.task-finish-reward-pop-ups .task-finish-reward-container {
    z-index: 1;
    width: 100%;
    height: 390px;
    position: relative;
    overflow: auto;
    margin-top: 70px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-finish-reward-container-head-bg {
    z-index: -1;
    width: 100%;
    height: 57px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-finish-pop-bg.a505037.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    top: 0
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container {
    width: 100%;
    height: auto;
    position: relative;
    top: 10px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-title {
    height: 28px;
    width: auto;
    margin-left: 40px;
    margin-bottom: 10px;
    margin-top: 20px;
    font-family: PingFangSC-Semibold;
    font-size: 20px;
    line-height: 28px;
    color: #222;
    letter-spacing: 0
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content {
    width: 100%;
    height: auto
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list {
    width: 552px;
    height: auto;
    margin: 0 30px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item {
    width: 512px;
    min-height: 72px;
    margin-bottom: 10px;
    opacity: .9;
    background: #FFF;
    border-radius: 10px;
    padding: 20px;
    position: relative
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item.hidden {
    display: none
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-name {
    height: 25px;
    width: auto;
    font-family: PingFangSC-Semibold;
    font-size: 18px;
    color: #222;
    letter-spacing: 0;
    padding-right: 110px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-desc {
    min-height: 17px;
    line-height: 17px;
    width: auto;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    margin-top: 3px;
    padding-right: 110px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-container {
    min-height: 17px;
    line-height: 17px;
    width: auto;
    margin-top: 10px;
    padding-right: 110px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-container .task-reward-item {
    display: inline-block;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFBC00;
    letter-spacing: 0;
    line-height: 17px;
    text-align: center;
    margin-right: 10px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-progress {
    position: absolute;
    font-size: 12px;
    text-align: center;
    right: 20px;
    top: 23px;
    color: #7A8F9A
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-progress em {
    color: #4ACA6D
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .go-btn {
    width: 96px;
    height: 30px;
    position: absolute;
    text-align: center;
    right: 20px;
    top: 50%;
    border: 1px solid #FFBC00;
    border-radius: 64px;
    overflow: hidden;
    line-height: 30px;
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #FFBC00;
    letter-spacing: 0;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .go-btn.finish-task-reward {
    background-color: #fff;
    color: #DAE0E4 !important;
    border: 1px solid #DAE0E4 !important
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .go-btn.get-task-award-siginok {
    width: auto;
    padding: 0 17px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .finish-task-reward {
    background-color: #fff;
    color: #DAE0E4 !important;
    border: 1px solid #DAE0E4 !important
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .get-task-award-disabled {
    background-color: #DAE0E4;
    color: #fff;
    border: 1px solid #DAE0E4
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .get-task-award {
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    font-family: PingFangSC-Semibold;
    font-size: 14px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    border: 0
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups {
    z-index: 10;
    width: auto;
    height: 153px;
    position: absolute;
    right: 7px;
    top: 70%
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .black-tip {
    width: 26px;
    height: 8px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/get-cash-tip.68ab2c0.png?__sprite) center center no-repeat;
    background-size: cover;
    position: absolute;
    right: 47px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container {
    top: 8px;
    width: auto;
    height: 125px;
    background: rgba(0, 0, 0, .6);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-radius: 10px;
    position: relative;
    padding: 10px 0 10px 20px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward {
    width: 100%;
    height: 100px;
    white-space: nowrap;
    position: relative
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item {
    min-width: 62px;
    height: 100%;
    white-space: nowrap;
    display: inline-block;
    margin-right: 20px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img {
    min-width: 62px;
    height: 62px;
    margin-bottom: 1px;
    background-size: contain
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-growth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-growth-box.3c1d83e.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-wealth-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-wealth-box.f208d24.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-img.task-cash-img {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/task-exp-box.66855a7.png?__sprite) center center no-repeat;
    background-size: contain
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .single-task-reward-container .single-task-reward .reward-item .reward-item-content {
    height: 17px;
    width: auto;
    margin-bottom: 19px;
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFF;
    text-align: center
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-reward-pop-ups .task-receive-reward-button {
    font-family: PingFangSC-Semibold;
    font-size: 12px;
    color: #FFBC00;
    text-align: center;
    cursor: pointer;
    width: 48px;
    height: 17px;
    line-height: 17px;
    float: right;
    margin-right: 20px
}

.task-finish-reward-pop-ups .task-finish-reward-container .task-list-container .task-list-content .task-card-list .task-item .task-tag {
    height: 22px;
    line-height: 22px;
    width: auto;
    background: #FC2C3C;
    background-image: radial-gradient(9% 82%, #fe576f 0, #fc2c3c 100%);
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, .51);
    position: absolute;
    border-radius: 7px 7px 0;
    padding-left: 8px;
    padding-right: 8px;
    z-index: 12;
    top: -5%;
    left: 0;
    font-size: 11px;
    text-align: center;
    opacity: .8;
    color: #FFF
}

.task-finish-reward-pop-ups .task-finish-reward-container .bottom-go-btn {
    position: absolute;
    width: 266px;
    height: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 25%;
    font-family: PingFangSC-Semibold;
    font-size: 16px;
    line-height: 40px;
    color: #000;
    letter-spacing: 0;
    text-align: center;
    background: #FFBC00;
    background: -ms-linear-gradient(left, #ffd729 0, #ffb31b 100%);
    background-image: linear-gradient(118deg, #ffd729 0, #ffb31b 100%);
    border-radius: 20px;
    outline: 0;
    cursor: pointer;
    text-decoration: none
}

.task-finish-reward-pop-ups .close-button {
    z-index: 3;
    width: 15px;
    height: 15px;
    position: absolute;
    right: 25px;
    top: 25px;
    cursor: pointer;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/close-button.fdf1045.png?__sprite) center center no-repeat;
    background-size: cover
}

.white-tip {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/white-tip.7788268.png?__sprite) center center no-repeat
}

.black-tip {
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/get-cash-tip.68ab2c0.png?__sprite) center center no-repeat
}

.receive-awards-bubble {
    display: none;
    width: 60px;
    height: 22px;
    line-height: 22px;
    border-radius: 7px 7px 0;
    box-shadow: 0 2px 5px 0 rgba(251, 66, 97, .51);
    background: #FC2C3C;
    background-image: radial-gradient(9% 82%, #fe576f 0, #fc2c3c 100%);
    position: absolute;
    z-index: 2;
    top: 10%;
    right: 10px;
    font-size: 11px;
    text-align: center;
    opacity: .8;
    color: #FFF;
    cursor: pointer
}

.earn-points-exchange-gifts-bubble {
    display: none;
    width: 93px;
    height: 60px;
    background: url(https://iknowpc.bdimg.com/static/common/widget/task/img/earn-points-exchange-gifts-bubble.4db996d.png?__sprite) center center no-repeat;
    background-size: contain;
    position: absolute;
    z-index: 2;
    top: 23%;
    right: 6px;
    cursor: pointer
}

@keyframes init-receive-awards-bubble-move {
    0% {
        top: 10%
    }
    50% {
        top: 20%
    }
    100% {
        top: 10%
    }
}

@keyframes init-earn-points-bubble-move {
    0% {
        top: 30%
    }
    50% {
        top: 40%
    }
    100% {
        top: 30%
    }
}

.ui-front {
    z-index: 1004
}