#app{
    padding-top: 60px;
}
.nav{
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    z-index: 2;
}
.header_main{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 60px;
    margin: 0 auto;
}
.header_left{
    display: flex;
    align-items: center;
    font-size: 16px;
}
.header_left img{
    width: 40px;
    height: 40px;
}
.header_left em{
    font-weight: 600;
    margin-left: 8px;
    color: #3c343f;
}
.header_left span{
    display: flex;
    align-items: center;
    font-weight: 600;
    color: #3c343f;
}
.header_left span::before{
    content: '';
    width: 1px;
    height: 16px;
    background: #E6E6E6;
    display: block;
    margin: 0 16px;
}
.header_right{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.header_right span , .header_right em{
    text-decoration: underline;
    cursor: pointer;
    margin-right: 8px;
    color: #3c3f44;
    font-weight: 600;
}
.header_right img{
    width: 30px;
    height: 30px;
    cursor: pointer;
}
.header_right p{
    margin-right: 8px;
    color: #c4c4c4;
}

.banner{
    position: relative;
    width: 1200px;
    height: 262px;
    border-radius: 20px;
    margin: 40px auto 0;
    overflow: hidden;
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .banner_info{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 20px;
    height: 20px;
    background: url('../img/info.png') no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.main{
    width: 1200px;
    margin: 40px auto 0;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding-top: 32px;
    box-sizing: border-box;
}
/* step1 */
.step1{
    width: 100%;
}
.step1_header{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.step_header_left{
    display: flex;
    height: 30px;
    align-items: center;
    color: #c4c4c4;
}
.step_header_left span{
    color: #3C3F44;
    font-size: 14px;
    font-weight: 600;
}
.step_header_left_title{
    display: flex;
    height: 30px;
    margin-right: 10px;
}
.step_header_left_title span{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    height: 30px;
    background: #F28107;
    padding:0 10px;
    color: #fff;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    font-weight: 600;
}
.step_header_left_title em{
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 10px solid #F28107;
}
.step_header_left_title i{
    cursor: pointer;
}
.step_header_left img{
    width: 20px;
    height: 20px;
    cursor: pointer;
    margin-left: 15px;
}
.step_header_right{
    margin-right: 20px;
    font-size: 14px;
    color: #F28107;
    text-decoration: underline;
    cursor: pointer;
}
.step_header_left i{
    color: #3C3F44;
    font-size: 14px;
    /* margin-left: 10px; */
    font-weight: 600;
}
.step1_uid{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 24px;
    height: 42px;
}
.searchBtn{
    background: #c4c4c4 !important;
}
.input_box{
    position: relative;
    display: flex;
    width: 600px;
    height: 42px;
    border: 1px solid #E6E6E6;
    border-radius: 6px;
    margin-left: 20px;
    align-items: center;
    cursor: pointer;
}
.input_box input{
    display: block;
    width: 80%;
    border: none;
    outline: none;
    font-size: 14px;
    padding-left: 12px;
    box-sizing: border-box;
    color: #3C3F44;
}
.input_box img{
    position: absolute;
    right: 10px;
    width: 25px;
    height: 25px;
}
.input_box em{
    display: flex;
    align-items: center;
    width: 600px;
    height: 42px;
    font-size: 14px;
    color: #3C3F44;
    margin-left: 12px;
}
.role_select{
    position: absolute;
    width: 600px;
    top: 43px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #E6E6E6;
    border-top: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    z-index: 4;
}
.role_select li{
    width: 100%;
    padding: 12px;
    color: #9f9f9f;
    box-sizing: border-box;
}
.role_select li:hover{
    background: rgba(133, 131, 129, 0.1);
}
.roleActive{
    background: rgb(242, 129, 7,.8);
    color: #fff !important;
}
.step1_uid span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    font-size: 14px;
    color: #3C3F44;
    font-weight: 500;
    margin-left: 10px;
    background: #e99132;
    color: #fff;
    padding: 0 20px;
    border-radius: 6px;
    cursor: pointer;
}
.step1_uid span:hover{
    background: #F28107;
}
.uid_tips{
    font-size: 12px;
    margin-top: 8px;
    margin-left: 20px;
    color: #9F9F9F;
}
.step2_header{
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 32px;
}
.step2_header i{
    cursor: pointer;
    border: 1px solid #E6E6E6;
    padding: 5px 10px;
    border-radius: 6px;
    margin-right: 10px;
}
.step2_tab{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 20px;
    margin-top: 24px;
}
.step2_tab span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    padding: 0 15px;
    font-size: 14px;
    color: #3C3F44;
    border: 1px solid #E6E6E6;
    border-radius: 15px;
    cursor: pointer;
    margin-left: 20px;
}
.step2_tab .tabActive,.step2_header .tabActive{
    background: #FFE9D2;
    color: #F28107 !important;
    border-color: #FFE9D2;
}
.step2_tab span:hover{
    border-color: #FFE9D2;
    color: #F28107;
}
.step3_header{
    margin-top: 32px;
}
.tab1-top{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1160px;
    height: 30px;
    padding: 16px 0px;
    margin:32px auto 16px;
    background: linear-gradient(to right, #d45403, #e53b33);
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
}
.tab1-top span{
    color: #f1c40f;
    font-weight: 600;
}
.product_list{
    display: flex;
    flex-wrap: wrap;
    width: 1160px;
    margin: 0 auto;
    gap: 17px;
}
.product_item{
    position: relative;
    width: 255px;
    height: 356px;
    border-radius: 13px;
    margin-top: 16px;
    padding: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    overflow: hidden;
    border: 1px solid #eee;
}
.chooseActive{
    box-shadow: 0 0 10px rgb(255, 137, 3,.7);
    border: 1px solid #f98508;
}
.product_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    margin-top: 10px;
}
.product_img{
    position: relative;
    width: 128px;
    height: 128px;
    margin: 20px auto;
}
.product_img img{
    width: 100%;
    height: 100%;
}
.product_item p{
    width: 90%;
    font-size: 12px;
    margin: 15px auto 0;
}
.product_des,.product_des span{
    height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #9F9F9F;
}
.productDes{
    display: flex !important;
}
.productDes span{
    color: #F28107 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp:2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.productDes img{
    width: 16px;
    height: 18px;
    margin-right: 4px;
}
.product_name{
    font-size: 16px !important;
    color: #242629;
    font-weight: 600;
}
.product_money{
    color: #F28107;
    font-weight: 600;
    font-size: 16px !important;
}
.product_amount{
    color: #9F9F9F;
    font-size: 12px;
    margin-left: 16px;
    text-decoration: line-through;
}
.product_time{
    display: flex;
    margin: 15px auto 0 !important;
    width: 70% !important;
    height: 20px;
    background: #F28107;
    border-radius: 5px;
    color: #fff;
    align-items: center;
    justify-content: center;
}
.product_info{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.product_info img{
    width: 100%;
    height: 100%;
}
.product_free{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top:0;
    font-size: 14px;
    min-width: 70px;
    padding: 5px;
    background: #F28107;
    color: #fff;
    font-weight: 600;
    animation: pulse 2s infinite;
}
@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(235, 146, 37, 0.7);
    }

    70% {
        box-shadow: 0 0 0 7px rgba(234, 135, 6, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(235, 146, 37, 0);
    }
}
.product_off{
    left: 0;;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.product_rebeat{
    right: 0;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.product_rebeat img{
    max-width: 16px;
    max-height: 16px;
    margin-left: 4px;
}

.tab2-top{
    position: relative;
    width: 1160px;
    height: 172px;
    padding: 24px;
    background: linear-gradient(to right, #E67E22, #D35400);
    margin:32px auto 16px;
    box-sizing: border-box;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.tab2-top p{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin-top: 17px;
}
.tab2-top p:nth-child(1){
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
}
.tab2-top p:nth-child(2){
    font-size: 18px;
}
.tab2-top p:nth-child(3){
    font-size: 14px;
}
.tab2-top p span{
    padding: 10px 20px;
    background: #E58B4D;
    border-radius: 20px;
}
.tab2-top p em{
    margin-left: 10px;
}
.tab2-top img{
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}
.gift_list{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 1160px;
    margin: 0 auto;
}
.gift_item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 566px;
    height: 180px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-left: 4px solid #F28107;
    margin-top: 32px;
    transition: transform 0.3s ease;
    cursor: pointer;
    padding: 0 5px;
    box-sizing: border-box;
    overflow: hidden;
}
.giftItemActive{
    border: 1px solid #f98508;
    border-left: 4px solid #F28107;
    box-shadow: 0 0 10px rgb(255, 137, 3, .7);
}
.gift_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}
.gift_item_shopIcon{
    width: 100px;
    height: 100px;
    flex-shrink: 0;
}
.gift_item_shopIcon img{
    width: 100%;
    height: 100%;
}
.gift_item_shopInfo{
    height: 100px;
    margin-left: 6px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.gift_item_shopInfo p{
    width: 100%;
    font-size: 12px;
    color: #9f9f9f;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.gift_item_shopInfo p:nth-child(1){
    font-size: 16px;
    font-weight: 600;
    color: #3c3f44;
}
.gift_item_giftInfo_top{
    /* position: absolute; */
    width: 100%;
    display: flex;
    height: 30px;
    align-items: center;
    font-size: 10px;
    padding: 0 5px;
    box-sizing: border-box;
}
.gift_item_giftInfo_t{
    min-width: 33px;
    display: flex;
    align-items: center;
    background: #F28107;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    padding: 5px;
    margin-left: 5px;
    font-size: 10px;
}
.gift_item_giftInfo_off{
    position: absolute;
    top: 0px;
    left: -8px;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;
    animation: pulse 2s infinite;
}
.gift_item_giftInfo_rebeat{
    position: absolute;
    top: 0;
    right: -1px;
    border-top-right-radius: 12px;
    border-bottom-left-radius: 12px;
    animation: pulse 2s infinite;
}
.gift_item_giftInfo{
    height: 100px;
    margin-left: 6px;
    display: flex;
    justify-content: space-between; 
    align-items: center;
}
.gift_item_giftInfo_rebeat img{
    width: 20px;
    margin-left:5px;
}
.gift_item_giftInfo ul{
    display: flex;

}
.gift_item_giftInfo ul li{
    display: flex;
    width: 50px;
    font-size: 10px;
    flex-direction: column;
    margin-left: 10px;
}
.gift_item_giftInfo ul li img{
    height: 44px;
}
.gift_item_giftInfo ul li span{
    position: relative;
    display: inline-block;
    text-align: center;
    word-break: break-all;
    color: #9f9f9f;
}
.gift_item_giftInfo_bottom{
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px 0px 20px;
}
.gift_item_giftInfo_bottom div:first-child{
    display: flex;
    align-items: center;
}
.gift_item_price_info{
    display: flex;
    font-size: 10px;
}
.gift_item_price{
    text-align: center;
    color: #F28107;
    font-weight: 600;
    font-size: 16px !important;
}
.gift_item_amount{
    text-align: center;
    color: #9f9f9f;
    text-decoration: line-through;
    font-size: 12px !important;
    margin-left: 5px;
}
.gift_item_giftInfo_time{
    font-size: 10px;
    border-radius: 10px;
    margin-left: 10px;
    padding: 2px;
}
.gift_info_icon{
    width: 20px;
    height: 20px;
}
.gift_info_icon img{
    width: 100%;
    height: 100%;
}
.tab3-top{
    background: linear-gradient(to right, #9333ea, #E67E22);
}
.tab3-top span{
    background: #C879A5 !important;
}
.accumulated_amount{
    width: 1160px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #9f9f9f;
}
.target_amount_box{
    position: relative;
    margin-left: 10px;
    width: 300px;
}
.target_amount{
    position: relative;
    width: 300px;
    height: 9px;
    background: #E6E6E6;
}
.target_amount i{
    position: absolute;
    width: 1px;
    height: 9px; 
    background: #F28107;
    transform: translateX(-50%); 
}

.target_amount .target_amount_first{
    opacity: 0;
}
.target_amount i:last-child{
    opacity: 0;
}
.target_amount em{
    position: absolute;
    height: 9px;
    background: #F28107;
    left: 0;
    top: 0;
}
.target_amount_scale{
    width: 300px;
    display: flex;
    position: relative;
    font-size: 10px;
    justify-content: space-between;
    margin-top: 5px;
}
.target_amount_scale em {
    position: absolute;
    transform: translateX(-50%);
    visibility: hidden;
}
.target_amount_scale em:last-child{
    visibility: visible;
}
.scale_a{
    visibility: visible !important;
}
.activity_list{
    width: 1160px;
    margin: 32px auto;
}
.activity_list .activity_item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1108px;
    height: 67px;
    padding: 24px;
    border: 1px solid #E6E6E6;
    box-sizing: content-box;
    border-radius: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    border-left: 4px solid #F28107;
    margin-top: 32px;
    transition: all 0.3s ease;
}
.activity_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}
.activity_item_left{
    display: flex;
    width: 367px;
    align-items: center;
}
.activity_item_left .activity_item_info{
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-left: 10px;
}
.activity_item_left img{
    width: 67px;
    height: 67px;
}
.activity_item_name{
    font-weight: 600;
    font-size: 14px;
    color: #3C3F44;
}
.activity_item_des{
    font-size: 12px;
    color: #9F9F9F;
    margin-top: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activity_item_right{
    display: flex;
    align-items: center;
}
.activity_item_right_btn{
    padding: 8px 15px;
    background: #9f9f9f;
    color: #fff;
    border-radius: 8px;
    font-size: 14px;
    cursor: pointer;
}
.activityItem_btn{
    background: #F28107;
}
.activity_item_right_gift{
    display: flex;
    margin-right: 20px;
}
.activity_item_right_gift div{
    display: flex;
    width: 50px;
    font-size: 10px;
    flex-direction: column;
    margin-left: 10px;
    justify-content: center;
}
.activity_item_right_gift img{
    width: 40px;
    height: 40px;
    margin: 0 auto;
}
.activity_item_right_gift span{
    display: inline-block;
    font-size: 10px;
    color: #9f9f9f;
    text-align: center;
    margin-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.activity_item_balance{
    font-size: 12px;
    color: #3C3F44;
    margin-left: 5px;
}
.activity_item_balance em{
    color: red;
}
.pay_list{
    width: 1160px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}
.pay_item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 566px;
    height: 60px;
    border: 1px solid #E6E6E6;
    border-radius: 12px;
    padding: 0 20px;
    box-sizing: border-box;
    margin-top: 16px;
    transition: all 0.3s ease;
    cursor: pointer;
}
.pay_item:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    transform: scale(1.02);
}
.pay_item_info{
    display: flex;
    align-items: center;
}
.pay_item_info span{
    margin-left: 10px;
    font-size: 14px;
    color: #3C3F44;
}
.pay_item em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    border: 1px solid #E6E6E6;
    border-radius: 50%;
}
.pay_item i{
    display: none;
    width: 8px;
    height: 8px;
    background: #F28107;
    border-radius: 50%;
}
.pay_item img{
    width: 142px;
    height: 46px;
}
.pay_item_active{
    box-shadow: 0 0 10px rgba(242, 129, 7,0.7);
}
.pay_item_active,.pay_item_active em{
    border: 1px solid #F28107;
}
.pay_item_active i{
    display: block !important;
}
.step4{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    height: 70px;
    margin: 32px auto 0;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 16px;
}
.step4_info span{
    font-weight: 600;
}
.step4_info em{
    color: #F28107;
}
.step4_info .rebate{
    color: #9F9F9F;
    font-size: 14px;
    text-decoration: line-through;
}
.step4_btn{
    padding: 5px 30px;
    background: #e99132;
    color: #fff;
    cursor: pointer;
    border-radius: 8px;
}
.step4_btn:hover{
    background: #F28107;
}
/* footer */
.footer{
    width: 100%;
    height: 140px;
    background: #000;
    margin-top: 40px;
}
.footer_c{
    width: 1200px;
    height: 140px;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}
.footer_c_email{
    color: #fff;
    font-size: 16px;
    margin-top: 37px;
}
.footer_c_t{
    margin-top: 17px;
    font-size: 16px;
}
.footer_c_t a{
    float: left;
    color: #fff;
    text-decoration: underline;
    padding-right: 20px;
}
.footer_c_t span{
    float: right;
    color: #fff;
    font-size: 16px;
}
/* 弹窗 */
.dialog{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 20;
}
.language_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 670px;
    min-height: 300px;
    background: #fff;
    padding-bottom: 50px;
    border-radius: 20px;
}
.close_box{
    width: 100%;
    height: 26px;
    margin-top: 12px;
}
.close_box img{
    float: right;
    margin-right: 26px;
    cursor: pointer;
}
.language_header{
    display: flex;
    width: 404px;
    height: 44px;
    background: #FFE9D2;
    border-radius: 10px;
    margin: 26px auto 0;
    align-items: center;
    font-size: 18px;
}
.language_header span{
    display: block;
    width: 198px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 10px;
    text-align: center;
    line-height: 36px;
    background: #FFE9D2;
    color: #F28107;
    font-weight: 500;
    cursor: pointer;
}
.language_header .language_choose{
    background: #fff;
    margin-left: 4px;
}
.language_title{
    width: 301px;
    color: #696969;
    font-size: 18px;
    margin: 0 auto;
    text-align: center;
    padding: 24px 0 10px 0;
    border-bottom: 1px solid #B3B3B3;
}
.language_list{
    width: 329px;
    height: 235px;
    overflow-y: auto;
    margin: 0 auto;
    box-sizing: content-box;
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}
.language_list span{
    display: flex;
    width: 128px;
    height: 36px;
    float: left;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #1D1D1D;
    margin-top: 20px;
    line-height: 36px;
    cursor: pointer;
}
.language_list span:nth-child(2n){
    float: right;
}
.language_item_active{
    background: #FFE9D2;
    color: #F28107 !important;
}
.language_btn{
    width: 176px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    text-align: center;
    color: #fff;
    margin: 27px auto 0;
    line-height: 50px;
    cursor: pointer;
}
.clarification_box{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 720px;
    height: 500px;
    background: #fff;
}
.clarification_closeBtn{
    position: absolute;
    top: 13px;
    right: 26px;
    width: 35px;
    height: 26px;
    cursor: pointer;
}
.clarification_title{
    text-align: center;
    font-size: 22px;
    color: #000;
    margin: 28px auto 0;
    line-height: 22px;
}
.clarification_c{
    width: 554px;
    height: 306px;
    margin: 53px auto 0;
    overflow-y: auto;
}
.clarification_c img{
    width: 100% !important;
    height: 100% !important;
}
.clarification_c ol{
    width: 554px !important;
}
.nomore{
    display: flex;
    width: 100%;
    height: 18px;
    align-items: center;
    margin-top: 15px;
    color: #737373;
    font-size: 18px;
}
.nomore img{
    width: 20px;
    height: 17px;
    margin-left: 82px;
    cursor: pointer;
}
.nomore span{
    margin-left: 10px;
    font-weight: 400;
}
.shopDetails{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 720px;
    height: 500px;
    background: #fff;
}
.details_shop_banner{
    width: 100%;
    height: 120px;
    margin: 20px auto 0;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}
.details_shop_banner img{
    display: block;
    width: 120px;
    height: 120px;
    margin: 0 auto;
}
.details_name{
    width: 646px;
    font-size: 18px;
    color: #000;
    margin: 15px auto 0;
    line-height: 18px;
}
.details_short_description{
    width: 646px;
    margin: 11px auto 0;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 14px;
}
.details_elder_description{
    width: 646px;
    margin: 7px auto 0;
    font-size: 14px;
    color: #9C9C9C;
    line-height: 20px;
}
.details_times{
    width: 646px;
    font-size: 18px;
    margin: 19px auto 0;
    line-height: 18px;
    color: #000;
}
.details_rebate_b{
    display: flex;
    width: 646px;
    height: 26px;
    margin: 9px auto 0;
    align-items: center;
    font-size: 14px;
}
.details_rebate_b em{
    display: block;
    width: 5px;
    height: 5px;
    background: #9C9C9C;
    border-radius: 50%;
}
.details_rebate_b i{
    color: #9C9C9C;
    font-style: normal;
    margin-left: 5px;
}
.details_rebate_b span{
    color: #F28107;
}
.details_rebate_time{
    min-width:240px;
    height: 26px;
    background: #F28107;
    border-radius: 13px;
    margin-left: 16px;
    color: #fff !important;
    text-align: center;
    line-height: 26px;
    padding: 0 10px;
}
.details_favorable{
    display: flex;
    width: 646px;
    height: 26px;
    margin: 13px auto 0;
    align-items: center;
    font-size: 18px;
}
.details_favorable img{
    width: 14px;
    height: 18px;
}
.details_favorable span{
    color: #F28107;
}
.details_favorable i{
    color: #F28107;
}
.details_favorable_amount{
    color: #9F9F9F !important;
    font-size: 14px;
    text-decoration: line-through;
    margin-left: 12px;
}
.record{
    width: 1200px;
    height: 880px;
    margin: 40px auto;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
}
.record_tips{
    width: 1094px;
    color: #7A7A7A;
    font-size: 16px;
    margin: 32px auto 0;
}
.record_item{
    width: 1094px;
    height: 315px;
    margin: 18px auto 0;
    border-bottom:1px solid #eee
}
.record_item_title{
    display: flex;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    align-items: center;
}
.record_item_title em{
    color: #7A7A7A;
}
.record_item_title i{
    font-style: normal;
    color: #070707;
}
.record_item_title span{
    width: 49px;
    height: 26px;
    background: #FDFDFD;
    border-radius: 10px;
    border: 1px solid #F28107;
    text-align: center;
    line-height: 26px;
    color: #F28107;
    margin-left: 287px;
    cursor: pointer;
}
.record_table{
    width: 100%;
    margin-top: 19px;
}
.record_table_header{
    display: flex;
    text-align: center;
    align-items: center;
}
.record_table_header span{
    flex: 1;
    height: 79px;
    line-height: 79px;
    border: 1px solid #ECECEC;
}
.record_table_content{
    display: flex;
    text-align: center;
    align-items: center;
}
.record_table_content span{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 152px;
    border: 1px solid #ECECEC;
}
.history_payBtn{
    position: sticky;
    bottom: 100px;
    display: flex;
    width: 500px;
    height: 70px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    font-size: 22px;
    justify-content: center;
    align-items: center;
    margin: 137px auto 67px;
    cursor: pointer;
}
.uid_description_content{
    width: 554px;
    height: 350px;
    margin: 53px auto 0;
    overflow-y: auto;
}
.uid_description_content img{
    width: 100%;
}
.loginout_content{
    font-size: 18px;
    text-align: center;
    margin: 95px auto 0;
}
.loginBtn_list{
    display: flex;
    width: 100%;
    margin: 95px auto 0;
    justify-content: space-around;
}
.loginBtn_list span{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    width: 232px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    cursor: pointer;
}
.loginBtn_list span:last-child{
    background: #BABABA;
}
.details_discoucnt_tips{
    display: flex;
    align-items: center;
    width: 646px;
    margin: 11px auto 0;
    font-size: 14px;
    color: #9C9C9C;
}
.details_discoucnt_tips img{
    width: 14px;
    height: 18px;
    margin-right: 8px;
}
.orders_tips{
    width: 400px;
    font-size: 18px;
    margin: 74px auto 0;
}
.orders_d{
    display: flex;
    width: 400px;
    margin: 24px auto;
    height: 34px;
    align-items: center;
    justify-content: space-between;
}
.orders_d span{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 34px;
    padding: 0 5px;
    background: #FDFDFD;
    border-radius: 10px;
    border: 1px solid #F28107;
    color: #F28107;
    cursor: pointer;
}
.orders_btn{
    display: flex;
    width: 400px;
    height: 50px;
    background: #F28107;
    border-radius: 10px;
    align-items: center;
    justify-content: center;
    color: #fff;
    margin: 40px auto 0;
    cursor: pointer;
}
.orders_back{
    margin: 20px auto 0;
    background: #BABABA;
}
.orderpay_tips{
    width: 400px;
    margin: 10px auto 0;
    color: #7A7A7A;
}
.loadingImg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px
}
.formularies{
    position: fixed;
    right: 30px;
    bottom: 300px;
    width: 60px;
    height: 60px;
    z-index: 2;
    cursor: pointer;   
}
.formularies img{
    width: 100%;
    height: 100%;
}
.iframe_box{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 400px;
    height: 500px;
    padding-bottom: 20px;
}
.iframe_header{
    position: relative;
    display: flex;
    width: 400px;
    height: 40px;
    background: #000;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.iframe_header img{
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.iframe_box iframe{
    width: 400px;
    height: 500px;
}
.cookieBox_title{
    width: 565px;
    font-size: 22px;
    color: #000;
    margin: 41px auto 0;
}
.cookieBox_content{
    width: 565px;
    margin: 27px auto 0;
    color: #9F9F9F;
    line-height: 1.5;
}
.cookieBox_content a{
    color: #F59D3D;
}
.cookieBox_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 492px;
    height: 64px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    margin: 29px auto 0;
    cursor: pointer;
}
.cookieBox_setting{
    text-align: center;
    color: #F28107;   
    margin: 19px auto 0;
    cursor: pointer;
}
.cookieSetBack{
    font-size: 26px;
    margin-top:8px;
    margin-left: 35px;
}
.cookieSetBack i{
    cursor: pointer;
}
.cookieSetItem{
    width: 563px;
    margin: 15px auto 0;
}
.cookieSetItem_content{
    margin-top: 7px;
    color: #9F9F9F;
}
.cookieSetItem_content a{
    color: #F28107;
    outline: none;
}
.cookieSetItem_title{
    display: flex;
    justify-content: space-between;
}
.cookieSetItem_title i{
    display: flex;
    align-items: center;
    width: 75px;
    height: 40px;
    background: #848484;
    border-radius: 20px;
    padding: 0 5px;
    box-sizing: border-box;
}
.cookieSetItem_title em{
    display: block;
    width: 32px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 50%;
    cursor: pointer;
}
.cookieSetItem_check{
    background: #F28107 !important;
    justify-content: end;
}
.cookieSave_btn{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 474px;
    height: 62px;
    background: #F28107;
    border-radius: 10px;
    color: #fff;
    margin: 21px auto 0;
    cursor: pointer;
}
.orderBox{
    width: 1200px;
    margin: 40px auto;
    overflow-y: auto;
    background: #fff;
    border-radius: 20px;
    padding: 32px;
    box-sizing: border-box;
}
.order-title{
    position: relative;
    display: flex;
    align-items: center;
    margin: 41px auto 0;
    justify-content: center;
}
.order-title i{
    color: #000;
    font-weight: 500;
    font-size: 25px;
}
.order-title span{
    position: absolute;
    right: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    width: 108px;
    height: 40px;
    border-radius: 5px;
    border: 1px solid #F28107;
    color: #F28107;
    cursor: pointer;
}
.orderStatus-icon{
    display: block;
    width: 89px;
    height: 105px;
    margin: 26px auto 0;
}
.orderStatus-title{
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    color: #000000;
    margin-top: 25px;
}
.orderStatus-refresh{
    text-align: center;
    color: #F28107;
    font-size: 20px;
    margin-top: 25px;
    cursor: pointer;
}
.orderStatus-text{
    margin-top: 25px;
    color: #8F8F8F;
    font-size: 20px;
    text-align: center;
}
.orderStatus-content{
    width: 832px;
    height: 434px;
    border-radius: 30px;
    border: 2px solid #EEEEEE;
    margin: 25px auto 0;
    font-size: 20px;
}
.orderStatus-content p{
    display: flex;
    margin-top: 22px;
}
.orderStatus-content p:first-child{
    margin-top: 51px;
}
.orderStatus-content p span{
    color: #9F9F9F;
    margin-left: 200px;
    width: 130px;
}
.orderStatus-content p em{
    color: #F28107;
    text-decoration: underline;
    padding-left: 24px;
    cursor: pointer;
}
.orderStatus_btnlist{
    display: flex;
    width: 644px;
    margin: 45px auto 0;
    align-items: center;
    justify-content:space-between;
}
.orderStatus_btnlist_a{
    justify-content: center;
}
.orderStatus_btnlist span{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 207px;
    height: 58px;
    border-radius: 10px;
    color: #fff;
    background: #F28107;
    cursor: pointer;
}
.orderStatus_btnlist span:first-child{
    background: #BABABA;
}
.againBtn{
    background: #BABABA !important; 
}
.orderStatus-refresh-loading img{
    display: block;
    width: 33px;
    margin: 20px auto 0;
}
/* 登录模块 */
.loginBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.login-header{
    display: flex;
    position: relative;
    width: 100%;
    height: 82px;
    font-size: 24px;
    align-items: center;
    justify-content: center;
}
.login-header .login-back{
    position: absolute;
    width: 32px;
    height: 32px;
    left: 18px;
    cursor: pointer;
}
.login-header .login-close{
    position: absolute;
    width: 32px;
    height: 32px;
    right: 18px;
    cursor: pointer;
}
.login-inputList{
    width: 372px;
    overflow: hidden;
    margin: 0 auto;
}
.inputItem{
    display: flex;
    align-items: center;
    position: relative;
    width: 370px;
    height: 58px;
    font-size: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    margin-top: 14px;
    overflow: hidden;
    color: #353942;
    box-sizing: content-box;
}
.inputItem i{
    position: absolute;
    left: 0;
    display: none;
    width: 3px;
    height: 21.5px;
    background-color: #F28107;
}
.inputItem-icon{
    width: 22px;
    height: 22px;
    margin-left: 18px;
}
.inputItem input{
    width: 220px;
    height: 57px;
    margin-left: 12px;
    border: none;
    outline: none;
}
.inputItem-codeBtn{
    width: 80px;
    height: 29px;
    border: 1px solid #F28107;
    border-radius: 3px;
    color: #F28107;
    text-align: center;
    line-height: 29px;
    background: #fff;
    cursor: pointer;
}
.inputItemEmail{
    border: 1px solid #F28107 !important;
    background: #F1F1F1;
}
.inputItemEmail i{
    display: block;
}
.inputItemEmail input{
    background: #F1F1F1;
}
.inputItem-eyes{
    position: absolute;
    right:19px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.login-protocol{
    display: flex;
    align-items: center;
    width: 370px;
    overflow: hidden;
    margin: 13px auto 0;
    font-size: 14px;
    color: #656566;
}
.login-protocol img{
    width: 15px;
    height: 15px;
    padding-right: 5px;
    cursor: pointer;
}
.login-protocol i{
    color: #F28107;
    cursor: pointer;
}
.login-emailBtn{
    width: 370px;
    height: 57px;
    font-size: 22px;
    background: #F28107;
    margin: 24px auto 0;
    color: #fff;
    text-align: center;
    line-height: 58px;
    border-radius: 5px;
    cursor: pointer;
}
.channleLogin{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 370px;
    height: 37px;
    margin: 26px auto 0;
}
.channleLogin-item{
    position: relative;
    width: 37px;
    height: 37px;
    overflow: hidden;
}
.channleLogin-item img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.channleLogin-item span{
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    opacity: 0;
}
.channleLogin-item .VkIdSdkOneTap{
    position: absolute;
    top: 0;
    left: 0;
    width: 37px;
    height: 37px;
    opacity: 0;
}
.login-cautionary{
    display: flex;
    width: 90%;
    margin: 20px auto 0;
    font-size: 14px;
    color: #999;
}
.login-cautionary img{
    width: 50px;
    height: 50px;
    padding-right: 5px;
}
.accountBox{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450px;
    background: #fff;
    border-radius: 20px;
    padding-bottom: 20px;
    min-height: 500px;
}
.tips{
    position: fixed;
    padding: 10px 15px;
    top: 50%;
    right: 50%;
    display: flex;
    width: 400px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    transform: translate(50%,50%);
    font-size: 18px;
    border-radius: 10px;
    background:rgba(0, 0, 0, 0.7);
    color: #fff;
    z-index: 30;
    word-break: break-word; 
    white-space: normal; 
}