#App {
    cursor: default;
}

#App i {
    font-style: normal;
}
/* 修改-> */
@font-face {
    
    font-family: UniNeue-Heavy, UniNeue;
    src: url("/fonts/rewards/UniNeue-Heavy.ttf");
  }
  @font-face {
    font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
    src: url("/fonts/rewards/Alibaba-PuHuiTi-Bold.otf");
  }
  @font-face {
    font-family: AlibabaPuHuiTi-Medium, AlibabaPuHuiTi;
    src: url("/fonts/rewards/Alibaba-PuHuiTi-Medium.otf");
  }
/* <-修改 */
  



.red {
    color: var(--brandColor);
}

.btn-FINAL {
    background-color: #e1f2f0!important;
    color: #4f868c!important;
}

.btn-UNDONE {
    background-color: var(--brandColor) !important;
    color: #ffffff!important;
}

.btn-UNDONE:hover {
    background-color: var(--brandHoverColor) !important;
}

.btn-EXPIRED {
    background-color: #e3e5e6!important;
    color: #999999!important;
}

.btn-UNRECEIVED {
    background: var(--linearGradient1);
    color: #fff!important;
}

.btn-UNRECEIVED:hover {
    background: var(--brandHoverColor) !important;
}

.btn-DONE, .btn-PENDING {
    background-image: linear-gradient(-90deg, #018794 0%, #3caf9c 100%) !important;
    color: #ffffff!important;
}

.btn-PENDING {
    background: #e1f2f0!important;
    color:#4f868c!important;
}

.btn-DONE:hover {
    background:  #3caf9c!important;
}

.hover *:hover {
    color: var(--brandColor) !important;
    transition: color .3s;
    cursor: pointer;
}

.module-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 1200px;
    margin: 0 auto 45px;
    padding-top: 54px;
}

.activity-title {
    padding: 0 17px;
    color: #242a2f;
    font-size: 18px;
    font-weight: bold;
    line-height: 25px;
    border-left: 3px solid;
    border-right: 3px solid;
    display: flex;
    align-items: center;
    border-color: var(--brandColor);
    border-radius: 3px;
    position: relative;
    margin-bottom: 25px;
}

.activity-title:before {
    color: var(--brandColor);
    content: '';
    position: absolute;
    width: 157px;
    height: 1px;
    left: 100%;
    top: 12px;
    background: var(--linearGradient1);
}

.activity-title:after {
    color: #bf694e;
    content: '';
    position: absolute;
    width: 157px;
    height: 1px;
    right: 100%;
    top: 12px;
    background: var(--linearGradient1);
}

.activity-subtitle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activity-subtitle > span, .activity-subtitle > div {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.activity-subtitle a {
    color: #242a2f;
}

.activity-subtitle a:hover {
    color: var(--brandColor);
}

.activity-subtitle h5,.activity-subtitle .h5,.activity-tips-desc span {
    font-size: 13px;
    color: #242a2f;
    opacity: 0.7;
}
.activity-subtitle .h5{justify-content: center !important;}
.welfare {
    min-width: 1280px;
}

.main {
    min-width: 1200px;
    max-width: 1200px;
    margin: 0 auto;
}

.small-main {
    min-width: 920px;
    max-width: 920px;
    margin: 0 auto;
}

.welfare-container {
    padding-bottom: 83px;
    background-color: #f5f5f5;
}

/* 修改-> */
.welfare-header {
    width: 100%;
    height: 320px;
    background: url("/images/rewards/banner0906.jpg") #a4c0f3 no-repeat center center;
    background-size: auto 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* <-修改 */

.header-container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* 修改-> */

.welfare-header-text > p {
    font-size: 48px;
    /* letter-spacing: 2px;    */
    font-family: "Gate_Sans Bold";
    font-weight: 800;
    margin: 0 0 16px 0;
    color: #403D3D;
}

.welfare-header-text div {
    display: inline-block;
    max-width: 420px;
    width: auto;
    font-family: "Gate_Sans Bold";
    padding: 10px 0;
    color: #ffffff;
    font-size: 24px;
    color: #403D3D;
}
.welfare-header-slogan>span{
    color: #3683EF;
}
/* <-修改 */

.welfare-header-text div:hover {

}

.experience-question-icon {
    font-size: 12px;
    width: 12px;
    height: 12px;
    border: 1px solid #242a2f;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    line-height: 14px;
}

.sign-in {
    padding: 16px 21px 20px 14px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #2358e829;
    width: 340px;
    color: #3a3a3a;
}

.sign-in-header {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 14px;
}

.sign-in-header > div {
    display: flex;
    align-items: center;
}

.sign-in-icon {
    display: flex;
    width: 32px;
    background-color: rgba(255, 255, 255, .1);
    margin-right: 8px;
    height: 32px;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

.sign-in-icon svg {
    width: 70%;
    height: 70%;
}

.sign-in-icon path {
    fill: #1e80ff;
}

.sign-in-header > div > span {
    font-size: 16px;
    font-weight: bold;
}

.sign-in-container {
    justify-content: center;
    width: 280px;
    height: 162px;
    background-color: rgba(255, 255, 255, .2);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 21px;
}

/* 修改-> */
.sign-in-btn {
    width: 230px;
    height: 44px;
    background-image: var(--linearGradient1);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    color: #fff;
}

.sign-in-btn:hover{

    /* background: linear-gradient(270deg, #16D9D9 0%, #1979FF 100%);   */
    background: linear-gradient(270deg, #1979FF 0%, #16D9D9 100%);  
    
}



/* <-修改 */

.sing-in-day {
    width: 32px;
    height: 40px;
    background-color: #f5f6f7;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #242a2f;
    font-weight: bold;
    min-width: 32px;
    min-height: 40px;
}

.sing-in-day:first-of-type {
    margin: 0 5px 0 11px;
}

.sing-in-day:last-of-type {
    margin-right: 11px;
}
body.ar-body .sing-in-day:last-of-type{
    margin:  0 11px 0 5px;
}
body.ar-body .rewards-activity-item-btn-a{
    height: max-content !important;
}

.sign-in-container-count {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    width: 230px;
}

body.en-body .sign-in-container-count{
    font-size: 13px;
}

.sign-in-list {
    position: relative;
    height: 54px;
    min-width: 230px;
    width: auto;
    overflow: hidden;
    display: block;
}

.sign-in-list-box{
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #33333399;
    width: 100%;
}

.sign-in-list-box span {
    display: inline-block;
    height: 18px;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 100;
}

.sign-in-list span.curr-sign-in-item{
    color: #333;
    font-weight: 400;
}

.sign-in-rule {
    font-size: 12px;
    color: #333333ab;
    position: relative;
    line-height: 28px;
}

.sign-in-rule-content{
    display: none;
    position: absolute;
    line-height: 18px;
    min-width: 220px;
    background-color: #fff;
    color: #848484;
    padding: 15px 10px;
    border-radius: 3px;
    font-size: 13px;
    right: 0;
    top: 27px;
}

.sign-in-rule:hover .sign-in-rule-content{
    display: inline-block;
}

.sign-in-btn.sing-in-achieve-btn,.sign-in-btn.sign-in-loading{
    cursor: not-allowed;
    background: #E5E5E5 !important;
    color: #8d9799 !important;
}

.sign-in-btn:hover{
    color: #fff;
    background: var(--brandColor);
}

.sign-in-btn .spinner {
    display: block;
    margin: 0 auto;
    min-width: 50px;
    text-align: center;
}

.spinner > div {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background-color: #fff;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.spinner .bounce1{
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.nav-container {
    width: 100%;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 1;
}

.welfare-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    box-sizing: border-box;
    padding-top: 20px;
    padding-bottom: 2px;
}

.welfare-nav > a {
    cursor: pointer;
    font-size: 16px;
    color: #4D5366;
    margin: 0 48px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
    justify-content: space-between;
}

.nav-item-current, .welfare-nav > a:hover {
    color: var(--brandColor);
}

.nav-item-current {
    color: var(--brandColor) !important;
}

.nav-item-current:after {
    display: flex;
    content: '';
    border-top: 9px solid var(--brandColor);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
}

.banner-list {
    height: 255px;
    position: relative;
}

.banner-hidden {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.activity-banner {
    position: relative;
}

.banner-container {
    position: absolute;
    transition: all .5s;
    display: flex;
    align-items: center;
}

.banner-item {
    overflow: hidden;
    cursor: pointer;
    width: 285px;
    height: 240px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(178, 178, 178, 0.3);
    border-radius: 10px;
    margin-right: 20px;
    transition: all .5s;
}

.banner-item:hover, .hodl-earn-item:hover, .vote-item:hover, .game-item:hover, .novice-task-item:hover, .received-item:hover, .trading-item:hover, .invite:hover {
    box-shadow: 0 2px 10px 0 rgba(115, 115, 115, 0.3);
}

.banner-item-img {
    width: 100%;
    height: 140px;
    overflow: hidden;
}

.banner-item-img img {
    width: 100%;
    min-height: 100%;
}

.banner-item-bottom {
    padding: 19px 19px 16px 19px;
}

.banner-item-finished {
    color: #999999;
}

.banner-item-underway {
    color: var(--brandColor);
    display: flex;
    align-items: center;
}

.banner-item-underway:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: var(--brandColor);
    border-radius: 50%;
    display: flex;
    margin-right: 4px;
}

.banner-item-tit {
    font-size: 13px;
    height: 36px;
    line-height: 18px;
    color: #242a2f;
    margin-bottom: 10px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.banner-item-state {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}

.left-arrow, .right-arrow {
    position: absolute;
    top: 50%;
    width: 48px;
    height: 48px;
    display: none;
    cursor: pointer;
}

.left-arrow {
    left: -10px;
    border-left: 2px solid #d6d6d6;
    border-bottom: 2px solid #d6d6d6;
    transform: rotateZ(45deg) translateY(-50%);
    margin-left: -60px;
}

.right-arrow {
    right: -15px;
    border-right: 2px solid #d6d6d6;
    border-top: 2px solid #d6d6d6;
    transform: rotateZ(45deg) translateY(-50%);
    margin-right: -20px;
}

.hodl-earn-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.hodl-earn-item {
    transition: all .5s;
    width: 593px;
    height: 120px;
    box-sizing: border-box;
    padding: 28px 33px 28px 20px;
    box-shadow: 0 1px 4px 0 rgba(178, 178, 178, 0.3);
    border-radius: 3px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    margin-bottom: 14px;
}

.hodl-earn-item:nth-of-type(odd) {
    margin-right: 14px;
}

.item-describe {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.item-describe > div:first-of-type {
    display: flex;
    align-items: center;
}

.item-text-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.item-info {
    display: flex;
}

.item-annualized-container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.item-percentage {
    font-size: 18px;
    margin-bottom: 10px;
    color: var(--brandColor);
    font-weight: bold;
}

.item-annualized {
    font-size: 12px;
    color: var(--brandColor);
    opacity: 0.7;
}

.votes-time {
    margin-top: 17px;
    display: inline-block;
}

.item-btn {
    text-align: center;
    width: 84px;
    height: 34px;
    background-color: var(--brandColor);
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-left: 29px;
    cursor: pointer;
    transition: all .2s;
}

.item-btn:hover {
    background-color: var(--brandColor);
}

.item-btn:hover {
    color: #fff;
}

.item-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(41,171,145, .1);
    border-radius: 50%;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: bold;
    color: #29ab91;
}

.hodl-earn-item:nth-of-type(2) .item-icon { background-color: rgba(247,147,26, .1); color: #f7931a; }
.hodl-earn-item:nth-of-type(3) .item-icon { background-color: rgba(15,108,214, .1); color: #0e6bd3; }
.hodl-earn-item:nth-of-type(4) .item-icon { background-color: rgba(108,88,223, .1); color: #6c58df; }
.hodl-earn-item:nth-of-type(5) .item-icon { background-color: rgba(223,76,84, .1); color: #df4c54; }
.hodl-earn-item:nth-of-type(6) .item-icon { background-color: rgba(0,119,190, .1); color: #0077be; }

.item-title {
    font-size: 15px;
    color: #242a2f;
    width: 259px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 8px;
    font-weight: bold;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.item-limit {
    font-size: 12px;
    margin-bottom: 8px;
    color: #242a2f;
}

.item-time {
    font-size: 12px;
    color: #999999;
}

.vote-item {
    transition: all .5s;
    cursor: pointer;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding: 14px 27px 22px 20px;
    width: 593px;
    height: 500px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(178, 178, 178, 0.3);
    border-radius: 3px;
}

.vote-top {
    margin-bottom: 46px;
    display: flex;
    align-items: center;
}

.vote-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    margin-right: 14px;
    border-radius: 50%;
    overflow: hidden;
}

.vote-icon img {
    width: 100%;
    height: 100%;
}

.vote-item-title {
    font-size: 15px;
    color: #242a2f;
    font-weight: bold;
    margin-bottom: 8px;
}

.vote-item-time {
    font-size: 12px;
    color: #242a2f;
}

.vote-type-top {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vote-type {
    display: none;
    flex-direction: column;
    align-items: center;
    height: 320px;
    justify-content: space-between;
}

.vote-type:nth-of-type(1), .vote-type:nth-of-type(2) {
    display: flex;
}

.vote-type:last-of-type + p {
    display: none;
}

.vote-type-icon {
    width: 60px;
    height: 60px;
    background-color: #ffffff;
    border: solid 1px #e5e5e5;
    border-radius: 50%;
    margin-bottom: 13px;
    overflow: hidden;
}

.vote-type-icon img {
    width: 100%;
    height: 100%;
}

.vote-type-name, .vote-type-en {
    font-size: 14px;
    color: #242a2f;
}

.vote-type-name {
    margin-bottom: 0;
}

.vote-type-en {
    font-weight: bold;
    height: 18px;
}

.vote-type-price {
    font-size: 12px;
    color: #242a2f;
}

.line-container {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.line-container:nth-of-type(1) {
    display: flex;
}

.dashed-line {
    display: inline-block;
    height: 126px;
    width: 1px;
    margin-top: 57px;
    border-right: 1px dashed #d9d9d9;
}

.get-votes {
    display: flex;
    align-items: center;
}

.get-votes h2 ,
.get-votes .h2 {
    color: #ffa500;
    font-size: 1.5em;
}

.vote-desc {
    max-width: 335px;
    margin-top: 27px;
    color: #242a2f;
    opacity: .8;
    font-size: 12px;
    margin-bottom: 27px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.vote-desc:hover {
    color: #E64E62!important;
}

.vote-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vote-bottom > div {
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.vote-bottom-info {
    display: flex;
    flex-direction: column;
    align-items: center!important;
    justify-content: center;
}

.vote-bottom-type {
    justify-content: center;
}

.vote-bottom-type > p {
    font-size: 34px;
    font-weight: 900;
    margin: 30px 46px 0;
    align-self: flex-start;
}

.vote-bottom-info > p {
    font-size: 15px;
    color: #242a2f;
    margin-bottom: 16px;
}

.vote-bottom-info > span {
    font-size: 12px;
    color: #242a2f;
    display: flex;
    margin-bottom: 30px;
}

.vote-bottom-info > a {
    padding: 0 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    height: 34px;
    background-image: linear-gradient(90deg, #1f88a7 0%, #0f7575 100%);
    border-radius: 3px;
    cursor: pointer;
    margin-top: -35px;
}

.game-btn:hover {
    background: var(--brandHoverColor);
}

.vote-bottom-info > a:hover {
    background: #f76a91;
}

.vote-btn-FINISH {
    background: rgb(170, 170, 170) !important;
    color: #fff;
}

.game-item {
    transition: all .5s;
    padding: 22px 45px 22px 20px;
    box-sizing: border-box;
    width: 1200px;
    height: 184px;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(178, 178, 178, 0.3);
    border-radius: 3px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 16px;
    display: flex;
}

.game-item-info {
    display: flex;
}

.game-item-img {
    flex-shrink: 0;
    margin-right: 44px;
    width: 285px;
    overflow: hidden;
    height: 140px;
}

.game-item-img img {
    width: 100%;
    min-height: 100%;
}

.game-btn {
    flex-shrink: 0;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff!important;
    background: var(--brandColor);
    border-radius: 3px;
    padding: 0 42px;
    cursor: pointer;
    transition: all .2s;
}

.game-item-text > p {
    font-size: 15px;
    font-weight: bold;
    color: #242a2f;
    margin-bottom: 22px;
    width: 560px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.game-item-text > span {
    display: flex;
    width: 560px;
    font-size: 13px;
    line-height: 20px;
    color: #242a2f;
    opacity: 0.8;
    margin-bottom: 20px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.game-item-text > div {
    font-size: 12px;
    color: #999999;
}

.novice-task-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.novice-task-item {
    transition: all .5s;
    padding: 30px 30px 30px 20px;
    width: 593px;
    height: 120px;
    box-sizing: border-box;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(178, 178, 178, 0.3);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

/* 修改-> */

.nine-anniversary{
    width: 1200px;
    background: #FFFFFF;
    border-radius: 8px;
    box-shadow: 0 1px 4px 0 rgb(178 178 178 / 30%);
  
}
.nine-anniversary .task-icon img{
    height: unset;
}

.nine-anniversary .task-tit{

/* font-size: 32px; */
font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
}
.nine-anniversary .task-state-numbe{

/* font-size: 24px; */
font-family: UniNeue-Heavy, UniNeue;
font-weight: 800;
color: #2354E6;

    
}
.nine-anniversary .task-btn{
/* font-size: 20px; */
font-family: AlibabaPuHuiTi-Bold, AlibabaPuHuiTi;
font-weight: bold;
}

.nine-anniversary .task-desc-state{
    position: relative;
}

.task-count-down{
    position: absolute; 
    top: 43px;
    right: 0;
}

.task-time{

font-size: 16px;

font-weight: 600;
color: #989898;

}

.task-hour{

font-family: UniNeue-Bold, UniNeue;
font-weight: bold;
margin-left: 12px;

}

/* <-修改 */


.task-desc {
    display: flex;
    align-items: center;
}

.more-novice-task {
    justify-content: center!important;
    color: rgba(36,42,47, .7);
    font-size: 13px;
    display: none;
}

.task-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(41,171,145, .1);
    border-radius: 50%;
    margin-right: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.novice-task-link:nth-of-type(2) .task-icon { background-color: rgba(50,139,237, .1) !important; }
.novice-task-link:nth-of-type(3) .task-icon { background-color: rgba(255,168,92, .1); }
.novice-task-link:nth-of-type(4) .task-icon { background-color: rgba(214,80,39, .1); }
.novice-task-link:nth-of-type(6) .task-icon { background-color: rgba(55,144,239, .1); }
.novice-task-link:nth-of-type(5) .task-icon { background-color: rgba(234,76,137, .1); }

.task-icon img {
    width: 60%;
    height: 60%;
}

.task-tit {
    font-size: 15px;
    font-weight: bold;
    color: #242a2f;
    margin-bottom: 8px;
}

.task-text {
    display: flex;
    width: 205px;
    font-size: 12px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-height: 18px;
    overflow: hidden;
    color: #242a2f;
    -webkit-box-orient: vertical;
}

.task-desc-state {
    display: flex;
    align-items: center;
}

.task-state-number {
    font-size: 18px;
    color: var(--brandColor);
    margin-bottom: 0;
    text-align: right;
}

.task-state-name {
    font-size: 12px;
    color: var(--brandColor);
    opacity: 0.7;
    margin-top: 6px;
}

.task-btn {
    width: 84px;
    height: 34px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    cursor: pointer;
}

.task-btn {
    border: none;
    outline: none;
}

.task-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 28px;
}

.experience-container {
    display: flex;
}

.experience-container > div {
    flex: 1;
}

.experience-table {
    border: solid 1px #e5e5e5;
}

.experience-table-head {
    display: flex;
    align-items: center;
    height: 40px;
    background-color: #e8ebed;
}

.experience-table-head > span {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #707884;
}

.experience-table:first-of-type .experience-btn {
    margin-right: -36px;
}

.experience-table-head > span:last-of-type {
    margin-right: -27px;
    padding-left: 27px;
}

.experience-table:first-of-type .experience-table-head > span:last-of-type {
    margin-right: -20px;
    padding-left: 20px;
}

.experience-table-head > span:first-of-type {
    padding-left: 20px;
}

.experience-item {
    height: 50px;
    display: flex;
    align-items: center;
}

.experience-item:hover {background-color: rgba(0, 0, 0, .1) !important}

.experience-table-body > a:nth-child(odd) .experience-item {
    background-color: #f7f9fa;
}

.experience-table-body > a:nth-child(even) .experience-item {
    background-color: #ffffff;
}

.experience-item > div {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: center;
}

.experience-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 84px;
    height: 30px;
    border-radius: 3px;
    font-size: 14px;
    text-align: center;
    margin-right: -53px;
}

.experience-type {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    color: #242a2f;
    justify-content: flex-start!important;
}

.experience-more {
    font-size: 12px;
    color: #242a2f;
    opacity: 0.7;
    display: flex;
    height: 50px;
    align-items: center;
    justify-content: center;
}

.experience-reward {
    font-size: 14px;
    color: #242a2f;
}

.trading-item {
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 593px;
    height: 130px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(178, 178, 178, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 0 32px 0 20px;
    margin-bottom: 15px;
}

.trading-btn {
    width: 84px;
    height: 34px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #ffffff;
    cursor: pointer;
    text-align: center;
}

.trading-item-right {
    display: flex;
    align-items: center;
}

.trading-reward {
    font-size: 18px;
    color: var(--brandColor);
    margin-right: 28px;
    margin-bottom: 0;
}

.trading-item-left {
    display: flex;
    align-items: center;
}

.trading-icon {
    flex-shrink: 0;
    width: 60px;
    height: 60px;
    background-color: rgba(247,147,26, .1);
    border-radius: 50%;
    margin-right: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.trading-icon img {
    width: 70%;
    height: 70%;
}

.trading-statistics {
    font-weight: bold;
    margin-bottom: 7px;
    font-size: 15px;
    color: #242a2f;
    width: 245px;
    overflow: hidden;
}

.overflow-text-container {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    overflow: hidden;
}

.trading-schedule {
    position: relative;
    width: 240px;
    height: 6px;
    background-color: #e5e5e5;
    border-radius: 3px;
    margin-bottom: 10px;
}

.trading-schedule > span {
    display: flex;
    position: absolute;
    height: 6px;
    border-radius: 3px;
    background-color: #E64E62;
    left: 0;
    z-index: 10;
}

.trading-text {
    font-size: 12px;
    color: #242a2f;
    margin-bottom: 8px;
}

.trading-limit {
    font-size: 12px;
    color: #242a2f;
    opacity: 0.7;
}

.trading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.upgrade {
    width: 1200px;
    height: 346px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(178, 178, 178, 0.3);
    border-radius: 4px;
    box-sizing: border-box;
    padding: 20px 15px 20px 20px;
    display: flex;
    margin-bottom: 18px;
}

.upgrade-icon {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(222,89,107, .1);
    border-radius: 50%;
    margin-right: 16px;
}

.upgrade-icon img {
    width: 70%;
    height: 70%;
}

.upgrade-header {
    padding-bottom: 12px;
    border-bottom: 1px dashed #cccccc;
}

.upgrade-title {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 10px;
    color: #242a2f;
}

.upgrade-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.upgrade-history {
    font-size: 16px;
    color: #242a2f;
    font-weight: bold;
    margin-top: 34px;
    margin-bottom: 32px;
}

.upgrade-text {
    font-size: 12px;
    line-height: 20px;
    color: #242a2f;
}

.upgrade-container {
    width: 100%;
}

.upgrade-grade {
    height: 55px;
    display: flex;
    align-items: center;
    margin-bottom: 42px;
}

.upgrade-program {
    display: flex;
    flex-direction: column;
    /* color: #242a2f; */
    opacity: 0.9;
    font-size: 12px;
}

.growth-task-referral{
    border-radius: 4px;
    box-shadow: 0 2px 5px 0 rgba(178, 178, 178, 0.3);
    overflow: hidden;
}

.invite {
    width: 1200px;
    height: 120px;
    background-color: #ffffff;
    box-sizing: border-box;
    padding: 0 34px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.invite-icon {
    width: 60px;
    height: 60px;
    background-color: rgba(15,159,168, .1);
    margin-right: 14px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.invite-icon img {
    width: 60%;
    height: 60%;
}

.invite-tit {
    font-size: 15px;
    font-weight: bold;
    color: #242a2f;
    margin-bottom: 15px;
}

.invite-condition {
    font-size: 12px;
    line-height: 18px;
    display: flex;
    color: #242a2f;
    opacity: 0.9;
}

.invite-reward {
    font-size: 18px;
    color: var(--brandColor);
    margin-bottom: 0;
    margin-right: 27px;
}

.invite-btn {
    width: 84px;
    height: 34px;
    background-color: #E64E62;
    border-radius: 3px;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
}

.invite-btn:hover{
    background-color: #ff6c80;
}

.invite-info {
    display: flex;
    align-items: center;
}

.invite-right {
    display: flex;
    align-items: center;
}

.growth-task-module {
    margin-bottom: 18px;
}

.growth-task-module .activity-title {
    margin-bottom: 0;
}

.growth-task-module .module-header {
    margin-bottom: 37px;
}

.precautions {
    margin-top: 58px;
    color: #242a2f;
}

.precautions > p {
    font-size: 14px;
    opacity: 0.9;
    font-weight: bold;
}

.precautions > span {
    font-size: 12px;
    opacity: 0.9;
    display: flex;
    margin-bottom: 4px;
}

.level-item {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.level-item-top {
    display: flex;
    align-items: center;
}

.level-rectangle {
    height: 6px;
    width: 39px;
    background-color: #e5e5e5;
}

.level-container {
    display: flex;
}

.level-cir {
    font-size: 12px;
    display: flex;
    width: 30px;
    height: 30px;background-image: linear-gradient(0deg, #c6c9cc 0%, #ebebeb 100%);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #797e80;
}

.upgrade-btn {
    cursor: pointer;
    display: flex;
    margin-left: 34px;
    width: 160px;
    height: 44px;
    background-color: #e1f2f0;
    border-radius: 3px;
    align-items: center;
    justify-content: center;
    color: #4f868c;
}

/*.little-rectangle {
    background: #E64E62;
}*/

.level-item-text {
    margin-top: 14px;
}

.level-current .level-item-text {
    color: #2a3034!important;
    opacity: 1;
}

.level-current .level-rectangle {
    background-color: #E64E62;
}

.received-item {
    width: 450px;
    height: 90px;
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgba(178, 178, 178, 0.3);
    border-radius: 3px;
    box-sizing: border-box;
    padding: 18px 22px 30px 15px;
    transition: all .5s;
}

.received-item-tit {
    font-size: 13px;
    color: #242a2f;
}

.received-item-content {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

.received-item-content > * {
    flex: 1;
    display: flex;
}

.received-item-content > div {
    justify-content: flex-end;
}

.received-item-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.received {
    padding-top: 34px;
    margin-bottom: 37px;
}

.received-container > p {
    font-size: 14px;
    font-weight: bold;
    color: #242a2f;
    margin-bottom: 21px;
}

.received-item-text {
    font-size: 24px;
    font-weight: bold;
    color: #242a2f;
    margin-bottom: 0;
    align-items: center;
    display: flex;
    justify-content: center;
}

.received-item-btn {
    padding: 6px 16px;
    border-radius: 3px;
    border: solid 1px var(--brandColor);
    font-size: 12px;
    color: var(--brandColor);
    cursor: pointer;
}

.received-item-btn:hover {
    border-color: var(--brandColor);
    color: var(--brandColor);
}

.list-menu {
    display: flex;
    align-items: center;
}

.list-menu > div {
    margin-right: 30px;
    font-weight: bold;
    font-size: 13px;
    color: #242a2f;
    padding-bottom: 8px;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.list-menu-current {
    color: var(--brandColor) !important;
    border-color: var(--brandColor) !important;
}

.list-header {
    height: 40px;
    background-color: #e8ebed;
    display: flex;
    align-items: center;
}

.list-header > div {
    display: flex;
    align-items: center;
    justify-content: center;
    /* flex: 1; */
    font-size: 12px;
    color: #707884;
}

.list-item {
    display: flex;
    height: 50px;
    align-items: center;
}

.list-item > div {
    /* flex: 1; */
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.list-item > div:nth-child(1), .list-header > div:nth-child(1){
    flex: .2;
}
.list-item > div:nth-child(2), .list-header > div:nth-child(2){
    flex: .35;
}
.list-item > div:nth-child(3), .list-header > div:nth-child(3){
    flex: .2;
}
.list-item > div:nth-child(4), .list-header > div:nth-child(4){
    flex: .25;
}

.list-item:nth-child(odd) {
    background-color: #ffffff;
}

.list-item:nth-child(even) {
    background-color: #f7f9fa;
}

.list-container {
    margin-top: 17px;
}

.list-item-time {
    font-size: 13px;
    color: #535d65;
}

.list-item-type {
    font-size: 13px;
    color: #242a2f;
}

.list-item-reward {
    font-size: 14px;
    color: var(--brandColor);
    font-weight: bold;
}
.mask-layer {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 101;
}

.sign-in-view{
    padding-top: 65px;
    overflow: hidden;
}

.sign-in-view-content{
    width: 360px;
	min-height: 400px;
    background-color: #ffffff;
    border-radius: 10px;
}

.sign-in-popup-header{
    width: 100%;
	min-height: 68px;
    background-color: #D4DEFA;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    border-radius: 10px;
    font-weight: bold;
	font-size: 15px;
    color: var(--brandColor);
    padding-bottom: 15px;
}

.sign-in-popup-header .get-num{
    text-align: center;
}

.close-popup-btn{
    position: absolute;
    width: 17px;
    height: 17px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -60px;
    right: 3px;
}

.close-popup-btn::before, .close-popup-btn::after{
    position: absolute;
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #959595;
    transform: rotateZ(-45deg);
}

.close-popup-btn::after{
    transform: rotateZ(45deg);
}

.sign-in-cut{
    width: calc(100% - 16px);
    border-bottom: 1px dashed var(--brandColor);
    position: relative;
    margin: 0 8px;
}

.sign-in-cut::before,.sign-in-cut::after{
    content: '';
    width: 16px;
    height: 16px;
    background-color: rgba(0, 0, 0, .7);
    display: inline-block;
    border-radius: 50%;
    margin-top: -8px;
    position: absolute;
}

.sign-in-cut::before{
    left: -16px;
}

.sign-in-cut::after{
    right: -16px;
}

.sign-in-popup-main{
    padding: 20px 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.sign-in-popup-tips{
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    margin-bottom: 20px;
    text-align: center;
}

.sign-in-progress{
    width: 85%;
    min-height: 55px;
    padding: 25px 5% 15px;
}

.sign-in-progress-bar{
    background-color: #e5e5e5;
    height: 4px;
    margin: auto;
    position: relative;
}

.sign-in-track, .sign-in-point{
    position: absolute;
    display: flex;
    flex-direction: column;
}

.sign-in-track{
    height: 4px;
    width: 47px;
    background-color: var(--brandColor);
    border-radius: 2px;
    left: 0;
}
.extra-days-0{
    left: 0;
}

.extra-days-1{
    left: 25%;
}

.extra-days-2{
    left: 50%;
}

.extra-days-3{
    left: 100%;
}

.sign-in-point .desc{
    margin-top: 7px;
    white-space: nowrap;
    margin-left: -20px;
    color: rgba(0,0,0,.85);
}

.sign-in-extra-desc {
    position: absolute;
    top: -32px;
    padding: 0 6px;
    background-color: #ffe4d1;
    border-radius: 3px 7px 7px 0px;
    font-size: 10px;
    padding-top: 2px;
    color: #883e24;
}

.sign-in-point .icon{
    width: 16px;
	height: 16px;
	background-image: var(--linearGradient1);
    border-radius: 50%;
    top: -7px;
    position: relative;
    margin-left: -8px;
    background-repeat: no-repeat;
    background-size: 100%;
}

.vote-container {
    display: flex;
    justify-content: space-between;
}

.extra-days-1 .icon, .extra-days-2 .icon{
    background-image: url(/images/rewards/sign_in_gift.svg);
    width: 18px;
}

.extra-days-3 .icon{
    background-image: url(/images/rewards/sign_in_trophy.svg);
    width: 20px;
}

.extra-days-0 .icon::after{
    position: absolute;
    content: '';
    width: 7px;
    height: 3px;
    border: 2px solid #fff;
    transform: rotate(-45deg);
    display: inline-block;
    border-top: 0;
    border-right: 0;
    margin-top: 5px;
    margin-left: 3px;
}

.sign-in-extra-award{
    width: 200px;
    background-color: #E5ECFF;
	border-radius: 10px;
    border: solid 1px var(--brandColor);
    font-size: 12px;
    color: #242a2f;
    padding: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}

.award-num{
    margin-top: 12px;
    font-size: 14px;
    font-weight: bold;
    color: var(--brandColor);
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.award-icon{
    background-image: url(/images/rewards/sign_in_gift.svg);
    width: 27px;
    height: 25px;
    background-size: cover;
    margin-top: -5px;
    margin-right: 10px;
}

.sign-in-tomorrow{
    margin: 40px 0 30px;
    font-size: 14px;
	color: var(--brandColor);
}

.success-img {
    position: absolute;
    height: 100px;
    top: -70px;
}
.sing-in-success-text{
    position: absolute;
    top: -5px;
    font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.success-accept-view{
    position: relative;
    background-image: url(/images/rewards/success_accept_bg.png);
    width: 330px;
    height: 331px;
    background-size: 100%;
    background-repeat: no-repeat;
}

.success-accept-view-content{
    padding: 50px 60px 0 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.success-accept-title{
    margin-top: 23px;
    color: #1b41b2;
    font-weight: bold;
    font-size: 15px;
    height: 35px;
}

.success-accept-num{
    margin: 0;
    padding: 0px 20px;
    font-size: 20px;
    font-weight: bold;
    color: var(--brandColor);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.success-accept-tips{
    margin: 20px 0 10px;
    font-size: 12px;
    color: #1b41b2;
    opacity: 0.8;
    height: 30px;
}

.success-accept-rule{
    margin-top: 15px;
    color: var(--brandColor);
    font-size: 12px;
    cursor: pointer;
    height: 25px;
}

.success-accept-rule:hover {
    color: var(--brandColor)!important;
}

.success-accept-use{
    padding: 10px;
    min-width: 150px;
    background: var(--linearGradient1);
    border-radius: 18px;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
}

.success-accept-use:hover {
    color: #fff;
}

.activity-list {
    display: flex;
    flex-wrap: wrap;
}

.activity-list .banner-item {
    margin-right: 20px;
    margin-bottom: 40px;
}

.activity-list .banner-item:nth-child(4n+4) {
    margin-right: 0;
}

.text-overflow-scroll, .overflow-text-container {overflow: -moz-scrollbars-none;scrollbar-width: none; -ms-overflow-style: none;}

.text-overflow-scroll::-webkit-scrollbar, .overflow-text-container::-webkit-scrollbar { height: 0 !important }

.no-record {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 16px;
    color: #888;
    min-height: 200px;
}

.order-tip-icon {
    font-style: normal;
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-top: -2px;
    line-height: 22px;
    text-align: center;
    background: #888;
    color: #fff;
    margin-right: 5px;
    border-radius: 50%;
}

.received-item-tit-desc{
    display: inline-block;
    width: 12px;
    height: 12px;
    text-align: center;
    line-height: 15px;
    border: 1px solid #000;
    border-radius: 50%;
    font-weight: bold;
    margin-left: 3px;
    cursor: help;
}

.vip0 .level-cir {
    background:  #d7d8d9;
}

.vip0 .level-cir:before {
    content: '';
    width: 13px;
    height: 2px;
    background-color: #ffffff;
}

.vip0 .level-item-text {
    color: #2a3034!important;
    opacity: 1;
}
#welfare_task_received{
    display: none;
}
#recieve-task {
    display: none;
}

.recieve-task-container{
    display: flex;
    flex-direction: column;
    position: relative;
    width: 375px;
    height: 320px;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
}

.recieve-task-close {
    position: absolute;
    top: 17px;
    right: 17px;
    color: #adadad;
    font-size: 26px;
    cursor: pointer;
}

.recieve-task-tit {
    color: #262626;
    font-size: 20px;
    margin-bottom: 18px;
}

.recieve-task-text {
    color: #4d4d4d;
    font-size: 14px;
    margin-bottom: 35px;
}

.recieve-task-icon {
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: rgba(241,145,73, .2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 49px;
}

.recieve-task-icon img {
    width: 60%;
    height: 60%;
}

.recieve-task-btn {
    width: 200px;
    height: 40px;
    background-color: var(--brandColor);
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.recieve-task-btn:hover {
    color: #fff;
}

.number-circle {
    background: #E64E62!important;
    color: #fff!important;
}

.finish-circle {
    background: #E64E62!important;
}

.expired-circle {
    background: #d7d8d9!important;
}

.undone-circle {
    background-image: linear-gradient(0deg, #c6c9cc 0%, #ebebeb 100%) !important;
    color: #797e80!important;
}

.finish-circle:after {
    content: '';
    width: 12px;
    height: 6px;
    transform: rotateZ(-45deg);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin-top: -4px;
}

.expired-circle:before {
    content: '';
    width: 13px;
    height: 2px;
    background-color: #ffffff;
}

.help_search_pagination {
    display: flex;
    padding: 49px 0 17px 0;
    width: 100%;
    align-items: center;
    justify-content: center;
    user-select: none;
}

.help_search_pagination>li {
    margin-right: 4px;
    padding: 0 !important;
    width: 31px;
    height: 31px;
    border: none !important;
    border-radius: 50%;
    cursor: pointer;
    user-select: none;
}

.help_search_pagination>li>a {
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 13px;
    line-height: 100%;
    user-select: none;
    align-items: center;
    justify-content: center;
}

.help_search_pagination>li:not(.help_submenu_list_nowpage):hover {
    background: #f2f2f2;
}

.help_submenu_list_nowpage {
    background-color: var(--brandColor);
}

.help_submenu_list_nowpage>a{
    color: #fff;
}