[v-cloak] { display: none }
.item_type{
    width: 30%;
    text-align: center;
    display: inline-block;
    border: 1px solid #d7d7d7;
    margin-bottom:1.5rem;
    border-radius: 4px;
    padding: 1rem 0;
    position: relative;
    margin-left: 3%;
}
.border_orange{
    color:#ff7800!important;;
}
.padding_out{
    padding: 2rem 1rem 0.5rem!important;;
}
.orange{
    color: #ff7800;
}
.bold{
    font-weight: bold;
}
.layer_input{
    min-height:40px;width: 70%;margin: 0 auto;position: relative;font-size: 16px;
}
.layer_input p{
    text-align: center;width: 100%;
}
.layer_input p:first-child{
    margin-top: 2rem;
}
.layer_input p:last-child{
    margin-bottom: 1rem;text-align: left;line-height: 2rem;height: 2rem;font-size: 1.4rem;
}
.layer_input input{
    background: #f2f2f2;height: 40px;line-height: 40px;border-radius: 5px;padding:0 20px;width: 100%;margin: 10px 0;
}
.layer_input span{
    position: absolute;right: 10px;top: 10px;font-size: 16px;
    display: block;;line-height: 40px;height: 40px;width: 20px;
}
.border-btn{
    color: #ff7800;border: 1px solid #ff7800;border-radius: 5px;text-align: center;line-height: 25px;height: 25px;
}
.cashier_1{
    background: #fff;padding: 1rem;
}
.border-top{
    border-top:1px solid #e9e9e9;
}
.border-bottom{
    border-bottom:1px solid #e9e9e9;
}
.c99{
    color: #999;
}
.ccc{
    color: #c8c8c8;
}
.white{
    color: #fff;
}
.cff{
    background: #fff;
}
.d-i-b{
    display: inline-block;
}

.m-b-0{
    margin-bottom: 0!important;
}
.bold{
    font-weight: bold;
}
.b-b-o{
    font-weight: bold;
    border-bottom: 3px solid #ff7800;
}
.coupon{
    padding: 0 1rem;height: 5rem;
    line-height: 5rem;background: #fff;
    align-items: center;
}
.coupon img{
    width: 10px;margin-top: 1.5rem;margin-left: 1rem;
}
.orange{
    color: #ff8921;
}
.pad-l-1{
    padding-left: 1rem;
}
.select_b_c{
    background: #fff;
}
.quick_f_btn{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
    color: #fff;background: #ff7800;
    text-align: center;
    position: fixed;
    bottom: 0;left: 0;
}
.quick_grey_btn{
    width: 100%;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.6rem;
    color: #fff;background: #d7d7d7;
    text-align: center;
    position: fixed;
    bottom: 0;left: 0;
}
.cf7{
    color: #f7f9fb;
}
.bank_input{

}
.bank_input::placeholder{
    color: #999;
}
.rela{
    position: relative;
}
.code_btn{
    position: absolute;
    right: 1rem;top: 1rem;
    height: 3rem;line-height: 3rem;color: #999;
    border: 1px solid #999;border-radius: 5px;
    font-size: 1.4rem;width: 8rem;text-align: center;
}
.layer_float{
    width: 100%;
    height: 100%;position: fixed;left: 0;top: 0;bottom: 0;
    background: rgba(0,0,0,0.8);z-index: 100;
}
.layer_cont{
    width: 80%;
    min-height: 300px;
    left: 10%;top: 30%;
    position: absolute;z-index: 10;
    background: #fff;
    border-radius: 10px;
}
.layer_cont .t{
    padding: 2rem 2rem 2rem 2rem;
}
.layer_cont .t>img{
    width: 100%;
}
.layer_cont .t>p{
    line-height: 20px;font-size: 1.6rem;
    color: #000;
}
.layer_cont .b-t-n{
    height: 4rem;line-height: 4rem;
    font-size: 1.6rem;color: #ff7800;
    text-align: center;border-top: 1px solid #ccc;
}
.pay_end{
    background: #fff;
    padding: 3rem 3rem;
    height: auto;
}
.pay_end img{
    width: 2rem;
}
.pay_end p{
    margin-left: .8rem;line-height: 2rem;
}
.pay_end .word-i{
    width: 60%;margin: 1rem auto auto;text-align: center
}
.hot-btn{
    height: 4rem;line-height: 4rem;
    font-size: 1.6rem;background: #ff7800;color: #fff;
    text-align: center;width: 90%;margin: 2rem auto;border-radius: 5px;
}
.grey-btn{
    height: 4rem;line-height: 4rem;
    font-size: 1.6rem;background: #d7d7d7;color: #fff;
    text-align: center;width: 90%;margin: 2rem auto;border-radius: 5px;
}
.hot-btn:active{
    background: #ff5200;
}
.border-hot{
    border: 1px solid #ff7800!important;color: #ff7800!important;
}
.border-hot:active{
    background: #f8f8f8;
}
.border-grey{
    border: 1px solid #999!important;color: #999!important;
}
.num_djs{
    position: absolute;
    left: 6px;
    top: 4px;
}
.animate_rotate{
    animation: _rotate 1s linear infinite;
}
@keyframes _rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }

}
.select_shape{
    width: 16px;height:16px;
}
.bank_list_1{
    border: 1px solid #dcdcdc;border-radius: 5px;
    overflow: hidden;margin-top: 1rem;
}
.bank_list_1:nth-child(2){
    margin-top: 0!important;
}
.query_li{
    width: 100%;
    height: auto;min-height: 5rem;
}
.query_li span{
    width: 20%;float: left;text-align: center;margin-top: 5px;
}
.close_x{
    position: absolute;
    top: -5rem;
    right: 2rem;
    width: 3rem;
}
.coupon_li_y{
    background: #fff url("../images/coupon_y_01.png") no-repeat;
    background-size: auto 100%;
}
.coupon_li_f{
    background: #fff url("../images/coupon_f_01.png") no-repeat;
    background-size: auto 100%;
}
.layer_msg{
    width: 70%;min-height: 4rem;line-height: 2rem;text-align: center;padding: 1rem;
    position: fixed;left: 15%;font-size: 1.4rem;
    z-index: 10000;color: #fff; top:100%;
    background: rgba(0,0,0,0.8);border-radius: 5px;
}
@keyframes layer_animate_go {
    from{
        top:120%;
    }
    to{
        top: 50%;
    }
}
.layer_go{
    animation: layer_animate_go 0.5s ease forwards;
    -webkit-animation: layer_animate_go 0.5s ease forwards;
}
.warn-msg{
    color: red;line-height: 3rem;
}
.rebate_s{
    border-radius: 10px;overflow: hidden;height: 10rem;
    background:#fff url("../images/bg_shape_bl.png") no-repeat bottom;
    background-size: 102% auto;
}
.rebate_s>div:first-child{
    background:#fff url("../images/arrow.png") no-repeat ;
    background-size: 80% 100%;
    background-position-x: -2px;
    height: 2.5rem;margin-top: 1rem;
}
.rebate_s>div>p{
    line-height: 2.5rem;padding-left: 1.5rem;
}
.rebate_s>div>span{
    position: absolute;right: 1.5rem;top: 0.5rem;
}
i{
    font-style: normal;
}
.process_fl{
    width: 70%;
    height: 1rem;
    background: #d5d5d5;
    border-radius: 1rem;
    margin: 0.5rem 1rem;
    position: relative;
}
.process_fl>p{
    width: 0; height: 1rem;border-radius: 1rem;
    background: #ff6000;
}
.process_fl ._fix{
    position: absolute;top: -2rem;left: -10%;
}
.process_hot{
    background: #ff7800!important;z-index: 100;
}
.process_circle{
    background:#e6e6e6;width: 1.2rem;height: 1.2rem;border-radius: 1.2rem;margin: 0.55rem auto;z-index: 1000;
}
.process_circle_hot{
    background:#ff7800;width: 1.2rem;height:0;border-radius: 1.2rem;margin: 0.5rem auto;z-index: 1000;
    position: absolute;bottom: 0.8rem;
    left: 0.9rem;
}
.process_line{
    background:#e6e6e6;   width: 0.3rem;
    height: 6.2rem;
    position: absolute;
    bottom: -0.55rem;
    left: 1.35rem;
}
.process_line_hot{
    background: #ff7800;
    width: 0.3rem;
    height: 0;
    position: absolute;
    bottom: -0.55rem;
    left: 1.35rem;
}
.layer_process{
    width: 70%;position: absolute;left: 15%;top: 25%;background: #fff;border-radius: 5px;padding:2rem 1rem
}
.icon_s{
    width: 100%;
    height: 100%;
}
.icon_s span{
    font-size: 1.8rem;position: absolute;top: 30%;left: 0;
    display: block; width: 100%;text-align: center;line-height: 100%;
    height: 100%;font-weight: bold;
}
.icon_s>img{
    width: 40%;
}
.color_4{
    color: #638cd8;
}
.color_6,.color_10{
    color: #fff;
}
.color_8{
    color: #1f7861;
}
.unable_icon{
    background: rgb(215, 215, 215);
    position: absolute;
    height: 4rem;
    line-height: 5.5rem;
    text-align: center;
    transform: rotate(45deg);
    width: 7rem;
    right: -2.5rem;
    top: -1rem;
    font-size: 1.2rem;
    color: #fff;
}
.apply-prompt {
    padding: 35px 0 0;
    text-align: center;    
}

.apply-prompt img {
    width: 160px;
    display: inline-block;
}
.apply-text1 {
    color: #333333;
    font-size: 28px;
    text-align: center;
    word-spacing: 2px;
    font-weight: bold;
}
.apply-text2 {
    color: #999999;
    font-size: 16px;
    text-align: center;
}
.apply-btn {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ffa100), to(#ff5000));
    height: 50px;
    margin: 40px 15px 50px;
    border-radius: 25px;
    box-shadow: 0 1px 3px rgba(255,66,0,0.6);
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}

.apply-img {
    width: 100%;
    display: block;
}

.apply-text3 {
    color: #333333;
    font-size: 16px;
    text-align: center;
}
.apply-text4 {
    color: #999999;
    font-size: 14px;
    text-align: center;
}
.dk_layer{
    width: 80%;
    margin:  0 auto;
    position: relative;
    margin-top: 30%;
}
.dk_img1{
    width: 100%;
    height: auto;
}
.dk_img2{
    width: 64%;
    position: absolute;
    bottom: 10%;
    left: 50%;
    margin-left: -30%;
}
.dk_close{
    top: unset;
    bottom:-3rem;
    right: 50%;
    margin-right: -1.5rem;
}
.new_icon{
    width: 2rem;
    height: auto;
    position: absolute;
    left: 0;
    top: 0
}