.view-control  {
    font-family: 'Alibaba PuHuiTi 2.0';
    background: #FFF5EF;
}

.mod-hero {
    position: relative;
    width: 100%;
    height: 578px;
    background-image: url(/assets/img/act/2024activity_banner.png);
    background-size: auto 100%;
    background-position: top;
    background-repeat: no-repeat;
}

.uno-section-inner  {
    padding: 60px 0  50px 0;
    position: relative;
}

.uno-section-tit {
    font-family: DingTalk JinBuTi, DingTalk JinBuTi;
    font-size: 32px;
    color: #020814;
    line-height: 38px;
    font-weight: normal;
}

.uno-section.uno-section-bg-color  {
    background: #FFEEE0;
}

.uno-section-sub-tit  {
    font-size: 16px;
    color: #4C5B76;
    line-height: 22px;
}

.uno-section-sub-tit .arrowButton  {
    color: #FC680F;
}

.tpm-tabs__bar-list   {
    position: relative;
    margin: 0 8px;
    height: 50px;
    background-image: url(/assets/img/act/2024activity_tab_default01.png) ;
    background-size: auto 100%;
}

.tpm-tabs__bar-list .tabs-bar-list__item {
    flex: 1;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tpm-tabs__bar-list .tabs-bar-list__item.is-active  {
    background-image: url(/assets/img/act/2024activity_tab_select.png) ;
    background-size: 100%;
    color: #fff;
    background-repeat: round;
}

.tpm-tabs__bar-list .tabs-bar-list__item .tabs-bar-list__item-cont {
    font-size: 18px;
    color: #020814;
}

.tpm-tabs__bar-list .tabs-bar-list__item.is-active .tabs-bar-list__item-cont   {
    color: #fff;
}


.uno-buy-card  {
    border-radius: 8px;
    overflow: hidden;
}

.tp-grid__col .uno-buy-card  {
    border: 2px solid #fff;
}

.uno-buy-card-body  {
    padding: 24px;
    background: #fff;
}

.uno-section-body .tp-grid__layout  {
    margin-bottom: -16px;
}

.uno-section-body .tp-grid__col  {
    margin-bottom: 16px;
}

.uno-buy-card-foot  {
    padding: 20px 22px  12px  22px;
    background: url(/assets/img/act/2024activity_bag.png) no-repeat center;
    background-size: cover;
}

.card-foot-cycle_wrapper  .card-cycle-buttonItem  {
    border-radius: 8px 8px 8px 8px;
    border: 1px solid #4C5B76;
    height: 64px;
    box-sizing: border-box;
    color: #4C5B76;
    background: none;
}

.card-foot-cycle_wrapper .tpm-btn-group   .card-cycle-buttonItem.tpm-btn {
    width: 100%;
    border-radius: 8px;
    height: 64px;
    box-sizing: border-box;
    font-weight: normal;
    position: relative;
}

.card-foot-cycle_wrapper .tpm-btn-group   .card-cycle-buttonItem.tpm-btn.is-active::after {
    content: '';
    display: block;
    position: absolute;
    width: 39px;
    height: 40px;
    right: 0;
    bottom: 0;
    background: url(/assets/img/act/active_button_flag.png)  no-repeat center;
}

.uno-buy-card.is-purple  .card-foot-cycle_wrapper .tpm-btn-group   .card-cycle-buttonItem.tpm-btn.is-active::after {
    background: url(/assets/img/act/active_button_flag_02.png)  no-repeat center;
}


.card-foot-cycle_wrapper .tpm-btn-group  {
    margin: 0 -4px;
}

.card-foot-cycle_wrapper .tp-grid__col.pad__row-4 {
    padding: 0 4px;
}

.card-foot-cycle_wrapper  .card-cycle-buttonItem .cycle-buttonItem-price {
    font-size: 32px;
    font-family: DIN, DIN;
    line-height: 1.2;
    font-weight: 700;
}

.card-foot-cycle_wrapper  .card-cycle-buttonItem.is-active {
    background: #FC680F;
    color: #fff;
    border: none;
}
 
.uno-buy-card.is-purple .card-foot-cycle_wrapper  .card-cycle-buttonItem.is-active  {
    background: #D358FC;
}

.card-foot-cycle_wrapper .card-cycle-buttonItem  .cycle-buttonItem-unit  {
    font-size: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 4px;
    line-height: 1.3;
}

.uno-buy-card-tit  {
    line-height: 34px;
    font-size: 24px;
    color: #281618;
    display: flex;
    align-items: center;
}

.uno-buy-card-tit-desc  {
    height: 20px;
    color: #FC680F;
    border: 1px solid #FC680F;
    font-size: 14px;
    padding: 0 6px;
}

.uno-buy-card-tit-desc.is-purple , .is-purple .uno-buy-card-tit-desc {
    color: #D358FC;
    border-color: #D358FC;
}

.uno-buy-card-body-config  {
    margin-bottom: -16px;
}

.uno-form-item-config  {
    line-height: 22px;
    font-size: 16px;
    margin-bottom: 16px;
}

.uno-form-item-config .item-config-label  {
    color: #4C5B76;
    min-width: 64px;
    display: inline-block;
    margin-right: 32px;
}

.uno-form-item-config .item-config-value  {
    color: #281618;
}

.card-foot-tag-item  {
    display: flex;
    align-items: center;
    height: 20px;
    border: 1px solid #FC680F;
    background: #fff;
}

.uno-buy-card.is-purple .card-foot-tag-item  {
    border-color: #D358FC;
}

.card-foot-tag-item  .tag-item-flag  {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 21px;
    height: 100%;
    background: #FC680F;
}

.uno-buy-card.is-purple .card-foot-tag-item  .tag-item-flag  {
    background: #D358FC;
}

.card-foot-tag-item  .tag-item-cont {
    padding: 0px 8px;
    font-size: 12px;
    color: #FC680F;
}  

.uno-buy-card.is-purple .card-foot-tag-item  .tag-item-cont {
    color: #D358FC;
}

.card-foot-price  {
    color: #FF3B20;
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px;
}

.card-foot-price  .card-foot-price-num {
    font-size: 28px;
}

.card-foot-oldprice  {
    font-size: 12px;
    color: #A4A7AD;
    text-decoration-line: line-through;
    position: relative;
    top: 17px;
    margin-left: 24px;
}

.card-foot-price-inner {
    display: inline-block;
    margin-left: 8px;
}

.uno-buy-card.is-purple .tpm-btn.tpm-btn__buy  {
    background: #D358FC;
}

.uno-buy-card-foot .tpm-btn-group .tpm-btn  {
    border-radius: 0px;
    flex: 1;
    height: 40px;
    font-size: 16px;
    font-weight: 900;
}

.uno-buy-card-foot .tpm-btn-group .tpm-btn.tpm-btn--light  {
    color: #FC680F;
    border-color: #FC680F;
}

.tpm-tabs-wrap  .tpm-tabs__bar {
    margin-bottom: 16px;
}

.uno-form-item-config  .tpm-btn  {
    box-sizing: border-box;
    height: 34px;
    border-radius: 0px;
}

.uno-form-item-config  .tpm-btn:not(.is-active) {
    background: #fff;
    color: #281618;
    border: 1px solid #5B6786;
}

/* dialog */
.uno-dialog__cvm  {
    width: 0px;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    transition: all .4s;
    background: #f8f9fa;
    border-radius: 0;
    box-shadow: none;
    border: none;
    margin: 0px;
    animation: fadeDialog 0.3s ease-out 1 0s;
	animation-fill-mode: forwards;

}

@keyframes fadeDialog {
    0% {
        width: 0px;
        opacity: 0;
    }

    100% {
        width: 900px;
        opacity: 1;
    }
}

.uno-dialog__cvm  .el-dialog__header , .uno-dialog__cvm  .el-dialog__body {
    padding: 0;
    margin: 0;
}

.uno-dialog__cvm  .uno-dialog-header  {
    position: relative;
    background: linear-gradient(110deg, #fffcf8, #ffe4bd 52.6%, #feda96), linear-gradient(110deg, #fff, #bfd8fb 52.6%, #8db7f9), #fff;
    border-bottom: 1px solid #f1f2f5;
    font-size: 18px;
    line-height: 26px;
    color: #181818;
    padding: 20px 20px 16px;
    position: relative;
    font-weight: 500;
}


.uno-dialog__cvm  .uno-dialog-header::after {
    content: "";
    display: inline-block;
    width: 670px;
    height: 100%;
    background-image: url(https://cloudcache.tencentcs.cn/qcloud/ui/uno-ui-v2/build/dist/images/dialog_member_head_bg_lines.png);
    background-size: contain;
    background-position: 100%;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 72px;
}

.uno-dialog__cvm .uno-dialog-body  {
    padding: 20px 24px 60px;
        max-height: calc(100% - 163px) !important;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    white-space: normal;
    white-space-collapse: collapse;
    text-wrap: wrap;
    word-break: break-all;
    overflow: auto;
    overflow-x: hidden;
}

.uno-dialog__cvm .uno-dialog-body .uno-form-wrap-selected  {
    padding: 20px 24px;
    background: #fff;
    margin-bottom: 16px;
    margin-left: 0;
    margin-right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    align-items: flex-start;
}

.uno-form-wrap-selected .uno-form-wrap-title  {
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-flex: 0;
    flex: 0 0 150px;
    height: 62px;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 400;
    color: #4b5b76;
}

.uno-form-wrap-selected  .uno-form-wrap-selected-inner  {
    flex: 1;
    background: #f7f7f9;
    padding: 20px;
}

.uno-form-wrap-selected .uno-form-label {
    width: 112px;
}



.uno-form-item {
    line-height: 1;
    margin-bottom: 16px;
}

.uno-form-item:last-child {
    margin-bottom: 0;
}

.uno-form-label {
    display: inline-block;
    vertical-align: top;
    width: 84px;
    overflow: hidden;
    line-height: 1;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    color: #4b5b76;
}

.uno-form-wrap-config  {
    padding: 20px 24px;  
    background: #fff;
}

.uno-form-wrap-config .uno-form-label  {
    width: 150px;
}

.uno-dialog .el-input__inner  {
    height: 34px;
}

.uno-dialog  .el-select  {
    line-height: 36px;
}

.uno-dialog-footer {
    padding: 20px;
    text-align: center;
}

.el-dialog__footer {
    padding: 0px;
}

.uno-dialog__cvm .uno-dialog-footer {
    position: absolute;
    bottom: 0;
    right: 0px;
    left: 0px;
    width: 100%;
    box-sizing: border-box;
    min-height: 100px;
    z-index: 20;
    padding: 25px 24px;
    text-align: right;
    background: #fff;
    box-shadow: 0 -4px 20px rgba(55, 99, 170, .1);
    justify-content: flex-end;
}

.uno-dialog-price-label  {
    color: #777;
    /* border-bottom: 1px dashed #777; */
    font-size: 16px;
    margin-right: 16px;
    height: 18px;
    position: relative;
    top: 6px;
}


.uno-dialog-price-val {
    min-width: 80px;
}

.uno-dialog-price-val .price-val {
    color: #FF3B20;
    display: inline-block;
    vertical-align: baseline;
}

.uno-dialog-price-val .price-val .price-val-num  {
    font-size: 24px;
}

.uno-dialog-price-val .price-val .price-val-unit {
    font-size: 14px;
}

.uno-dialog__cvm  .uno-dialog-footer-btn  {
    margin-left: 24px;
}

.uno-dialog-price-val .price-oldval  {
    text-decoration: line-through;
    font-size: 12px;
    line-height: 18px;
    color: #97a3b7;
    display: block;
}

.uno-dialog-footer-btn .tpm-btn {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 0px;
}

.uno-form-val .el-select , .uno-form-val .el-cascader {
    width: 250px;
}

.el-overlay-dialog {
    overflow: hidden;
}

/* dialog  end*/


/* 活动规则样式 */
.uno-rule-panel {
    font-size: 14px;
    line-height: 22px;
}

.uno-rule-box-tit, .uno-rule-panel-tit-text {
    color: #191919;
}

.uno-rule-box-tit {
    font-size: 16px;
    line-height: 24px;
}

.uno-rule-box-con {
    padding-top: 8px;
}

.uno-rule-text {
    font-size: 14px;
    line-height: 26px;
    color: #495770;
    word-break: break-all;
}

.uno-rule-box+.uno-rule-box {
    margin-top: 16px;
}

.uno-rule.uno-module {
    max-height: 480px;
    padding: 0 20px 24px;
    font-size: 14px;
    line-height: 22px;
    color: #181818;
    white-space: normal;
    word-break: break-all;
    overflow: auto;
    overflow-x: hidden;
}

.uno-dialog-title  {
    font-size: 18px;
}

.el-dialog__body  {
    padding: 0px;
}

.el-dialog__header {
    padding-bottom: 20px;
}

.el-select__popper .card-foot-tag-item ,.el-input__prefix  .card-foot-tag-item {
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -11px;
}

.el-input__prefix  .card-foot-tag-item {
    right: 30px;
}

.el-select__popper .card-foot-tag-item .tag-item-cont , .el-input__prefix  .card-foot-tag-item .tag-item-cont{
    padding: 0  4px;
}

.nav-wrapper_parent .nav-wrapper  {
    transition: all .4s ease-out;
    box-sizing: border-box;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: -720px;
    width: 160px;
    height: auto;
    padding-top: 26px;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 142px;
}

.nav-wrapper  .nav-top  {
    position: relative;
    top: 6px;
}

.nav-wrapper .nav-content {
    padding: 4px;
    background: #FC680F;
}

.nav-wrapper .nav-content .nav-content--inner {
    background: #fff;
}

.nav-wrapper .nav-content .nav-content-item .nav-content-item-label {
    font-weight: 400;
    font-size: 16px;
    color: #281618;
}

.nav-wrapper .nav-content .nav-content-item {
    height: 46px;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
}

.nav-wrapper .nav-content .nav-content-item.active {
    background: rgb(252 104 15 / 18%);
}

.nav-wrapper .nav-content .nav-content-item.active .nav-content-item-label, .nav-wrapper .nav-content .nav-content-item:hover .nav-content-item-label  {
    font-weight: 500;
    color: #FC680F;
}

.nav-wrapper .nav-bottom {
    height: 38px;
    background: #FC680F;
}

.nav-wrapper .nav-bottom  .nav-bottom--inner  {
    height: 100%;
    cursor: pointer;
}

.nav-wrapper .nav-bottom .nav-bottom-label  {
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

/* 活动规则样式 end */









