*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
button{
    border: none;
    background: none;
    outline: none;
}
a:hover{
    text-decoration: none;
    color: #a26b25;
}
a{
    color: #a26b25;
}
.flexBox{
    display: flex;
    justify-content: space-between;
}
.flex1{
    flex: 1;
}
.margin_top{
    margin-top: 10px;
}

body{
    background: linear-gradient(to right, white 54%, #FAFAFA 46%);
}

.checkoutBox{
    display: flex;
    flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex-direction:row-reverse;
    max-width: 1240px;
    width: 90%;
    margin: 0 auto;
    padding: 0 5%;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    font-size: 14px;
}

/*右边和上边*/
.checkoutU_box{
    width: 45.746%;
    border-left:1px solid #E1E1E1;
}
.checkoutU{
    max-width: 500px;
    padding: 56px 0 0 44px;
}
.checkoutU_items{
    border-bottom:1px solid #E1E1E1;
    padding-bottom: 20px;
    max-height: 586px;
    overflow-y: auto;
}
.checkoutU_item{
    align-items: center;
    margin-top: 20px;
}
.checkoutU_itemL{
    position: relative;
    width: 60px;
    height: 60px;
    border:1px solid #E1E1E1;
    border-radius: 8px;
}
.checkoutU_itemL img{
    width: 58px;
    height: 58px;
    /*border:1px solid #E1E1E1;*/
    border-radius: 8px;
}
.checkoutU_itemL_num{
    position: absolute;
    right: -9px;
    top:-9px;
    color: white;
    background: #808080;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
}
.checkoutU_itemC{
    padding: 0 15px;
}
.checkoutU_itemC_title{
    color: black;
    font-size: 14px;
    font-weight: bold;
}
.checkoutU_itemC_attr{
    font-size: 12px;
}
.checkoutU_discount_box{
    padding: 20px 0;
    border-bottom:1px solid #E1E1E1;
}
/*.checkoutU_discountL{
    margin-right: 12px;
}*/
.inputBox{
    width: 100%;
    position: relative;
    margin-top: 10px;
    overflow: hidden;
}
.inputText{
    font-size: 12px;
    line-height: 12px;
    margin-top: 7px;
    margin-left: 10px;
    display: none;
    color: #737373;
    position: absolute;
}
.input_Text{
    font-size: 12px;
    color: #737373;
    position: absolute;
    margin-left: 10px;
}
.inputVal{
    height: 24px;
    border: none;
    outline: none;
    background: none;
    width: 100%;
    height: 100%;
    display: block;
    border:1px solid #E1E1E1;
    padding:0 10px;
    border-radius: 5px;
    height: 44px;
}
.inputBox_active{
    outline: none;
    border-color: #a26b25;
    -webkit-box-shadow: 0 0 0 1px #a26b25;
    box-shadow: 0 0 0 1px #a26b25;
    padding-top:2px;
}
.checkoutU_discount_btn,.custom_tip_btn{
    height: 44px;
    background: #C8C8C8;
    width: 90px;
    color: white;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-left: 12px;
    text-align: center;
    line-height: 44px;
    cursor: pointer;
}
.checkoutU_discount_tip{
    color: red;
    margin: 10px 0 0 4px;
}
.checkoutU_details{
    padding: 12px 0;
    border-bottom:1px solid #E1E1E1;
}
.checkoutU_detail{
    margin: 8px 0;
}
.checkoutU_totalL,.checkoutU_totalR b{
    font-size: 16px;
}
.selectSite::-ms-expand { display: none; }
.selectSite{
    padding-left:10px;
    outline: none;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    position: relative;
    z-index: 1;
    padding-right: 32px;
}
.selectInput-city{
    width: calc(100% - 32px);
    outline: none;
    padding: 0 8px;
    position: absolute;
    top:16px;
    left:1px;
    height: 26px;
    border:none!important;
    box-shadow: none!important;
    z-index: 1;
}
.checkoutD_form2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.inputBox_half{
    width: 49%;
}
.inputBox_third{
    width: 32%;
    position: relative;
}
.inputBox_third select{
    width: 100%;
    line-height: 55px;
}
.inputBox label{
    margin: 8px 0 4px 0;
    color: #e32c2b;
    font-weight: 400;
    box-shadow:none !important;
}
.error{
    border-color: #e32c2b;
    -webkit-box-shadow: 0 0 0 1px #e32c2b;
    box-shadow: 0 0 0 1px #e32c2b;
}
/*左边和下边*/
.checkoutD_box{
    width: 64.444%;
    background: #fff;
}
.checkoutD{
    padding:56px 66px 0 0 ;
}
.checkoutD .checkoutD_logo{
    font-size: 28px;
    margin-bottom:20px;
    text-align: center;
}
.checkoutD_logo a{
    color: black;
}
.checkoutD_Breadcrumb .glyphicon{
    font-size: 12px;
    margin: 0 4px;
}
.checkoutD_Breadcrumb span{
    color: #545454;
}
.checkoutD_express{
    border:1px solid #E1E1E1;
    border-radius:8px;
    height: 80px;
    position: relative;
    margin-top: 30px;
    padding: 0 15%;
}
.checkoutD_express b{
    position: absolute;
    background: white;
    height: 20px;
    width: 150px;
    text-align: center;
    line-height: 20px;
    top:-10px;
    left:50%;
    margin-left: -75px;
    font-weight:500;
}
.checkoutD_express_paypal{
    display: block;
    width: 260px;
    height: 40px;
    line-height: 40px;
    background: #FFC439;
    text-align: center;
    margin: 20px auto;
    border-radius: 5px;
}
.checkoutD_express_paypal:hover{
    background: #F2BA36;
}
.checkoutD_express_paypal img{
    height: 20px;
}
.checkoutD_or{
    border-top:1px solid #E1E1E1;
    margin: 40px 0;
}
.checkoutD_or span{
    display: block;
    width: 50px;
    height: 20px;
    background: white;
    margin:-10px auto;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #737373;
}
.checkoutD_form_title{
    width: 100%;
    font-size: 18px;
    margin-top: 30px;
    color: #333333;
}
.checkoutD_form_checkbox{
    width: 100%;
    margin-top: 10px;
}
.checkoutD_form_checkbox .glyphicon{
    display: inline-block;
    padding: 3px;
    border:1px solid #E1E1E1;
    border-radius: 4px;
    font-size: 12px;
    color: white;
    margin-right: 10px;
}
.checkoutD_form_checkbox_active  .glyphicon{
    background: #a26b25 ;
}
.flexBox1 .inputBox:nth-child(2),.flexBox1 .inputBox:nth-child(3){
    margin-left: 10px;
}
.checkoutD_form_submit{
    width: 100%;
    margin-top: 20px;
    align-items: center;
}
.checkoutD_form_btn{
    width: 185px;
    height: 60px;
    background: black;
    color: white;
    border-radius: 5px;
    overflow: hidden;
}
.checkoutD_service{
    border-top:1px solid #E1E1E1;
    padding: 20px 15px!important;
    margin-top: 50px;
    font-size: 12px;
}
.checkoutD_service a{
    margin-right: 20px;
    display: inline-block;
}
.check_article_box{
    position: fixed;
    height: 100%;
    overflow: auto;
    width: 100vw;
    min-height: 100vh;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    padding: 80px 50px;
    z-index: 100;
    display: none;
}
.check_article{
    background: white;
    border:1px solid #ccc;
    border-radius: 10px;
    max-width: 840px;
    margin:auto ;
    min-height: calc(100vh - 160px);
}
.check_article_head{
    padding:20px 30px;
    display: flex;
    justify-content: space-between;
    font-size: 28px;
    border-bottom: 1px solid #ccc;;
    color:#333333;
}
.check_article_con{
    padding: 30px;
    line-height:20px;
    font-size: 16px;
    color:#545454;
    font-family: "Helvetica Neue", sans-serif;
}
.Phone{
    display: none;
}
.checkoutU_discountL{
    margin-top: 0;
    background: #fff;
}
.fa-arrow-right{
    display: none;
}
@media screen and (max-width: 1000px){
    .checkoutBox{
        width: 100%;
        padding:0;
        margin:0;
    }
    .checkoutU_box{
        display: none;
    }
    .checkoutD_box{
        width: 100%;
    }
    .checkoutD_Breadcrumb,.checkoutD_express,.checkoutD_or,.checkoutD_form,.checkoutD_service,.checkoutD_logo,.checkoutD_header,.checkoutOrdertips{
        max-width: 560px;
        margin: 0 auto!important;
        padding: 0 14px;
    }
    .checkoutD {
        padding: 10px 66px 0 0;
    }
    .checkoutD_or{
        margin: 20px 0!important;
    }
    .checkoutD_logo{
        margin-bottom: 20px!important;
    }
    .checkoutSafe{
        max-width: 560px;
        margin:20px auto!important;
    }
    .checkoutD_or{
        margin: 40px auto;
        max-width: 532px;
    }
    .checkoutD{
        padding-right:0 ;
    }
    body{
        background: #fff;
    }
    .Phone{
        display: block;
        border: 0;
        width: 100%;
        background: #FAFAFA;
        border-bottom: 1px solid #e6e6e6;
    }
    .Phone_boxtop{
        border-top: 1px solid #e6e6e6;
        border-bottom: 1px solid #e6e6e6;
    }
    .Phone_title{
        max-width: 560px;
        margin: 0 auto;
        padding: 17.5px 0;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .Phone_title-left{
        display: flex;
        align-items: center;
        color: #a26b25;
        fill: #a26b25;
    }
    .Phone_title-right{
        margin-right:14px;
    }
    .Phone_title-left svg{
        margin:0 14px;
    }
    .angle_up{
        display: none;
    }
    .angle i{
        margin-left: 5px;
        font-size: 20px;
        height: 10px;
    }
    .Phone .checkoutU{
        display: none;
        margin: 0 auto;
        padding:0 14px;
    }
    .checkoutD_Breadcrumb{
        padding: 21px 0 50px;
    }
    .flexBottom button,.flexBottom a{
        margin-bottom:20px;
    }
    .checkoutU_total{
        padding: 21px 0;
    }
}
@media screen and (max-width: 750px){
    .checkoutBox{
        width: 100%;
    }
    .inputBox_half{
        width: 100%;
    }
    .inputBox_third{
        width: 100%;
    }
    .flexBottom{
        flex-direction: column-reverse;
    }
    .flexBottom button,.flexBottom a{
        width: 100%;
        text-align: center;
    }
    .checkoutU_discount_btn{
        width: 66px;
    }
    .apply{
        display: none;
    }
    .fa-arrow-right{
        display: block;
    }
    .check_article_box{
        padding: 0;
    }
    .check_article{
        min-height: 100vh;
        border-radius: 0;
    }
    .check_article_head{
        padding:23px 15px;
        font-size:18px;
    }
    .check_article_con{
        padding:25px 15px;
    }
    .checkoutD_form_btn{
        width: 100%;
    }
    .checkoutD {
        padding:0;
    }
    .checkoutD_logo{
        margin-bottom: 15px!important;
    }
    .checkoutSafe{
        padding-right: 15px;
    }
    .checkoutD_service a{
        margin-right: 15px;
    }
}






/* shipping页 */
.shipping-payment{
    height: 100vh;
}
.shipping-payment .checkoutD_header{
    padding-bottom:18px;
}
.shipping_box{
    height: 100%;
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
.shipping_across{
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #545454!important;
    margin: 0!important;
}
.shipping_across div:nth-child(1){
    padding-right:16px;
    width: 86px;
}
.shipping_across div:nth-child(2){
    flex: 1;
}
.shipping_box hr{
    margin: 12px 0;
}
.shipping_method div:nth-child(1){
    width: 18px;
    height: 18px;
    padding-right:0;
    margin: 0 16px 0 0;
}
.shipping_method div:nth-child(1) input{
    width: 18px;
    height: 18px;
    margin: 0;
    position: relative;
    border-radius: 50%;
}
.shipping_method a{
    font-weight: 500;
    color: #333333;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.shipping_method div:nth-child(1) input:checked{
    border: none;
    -webkit-box-shadow: 0 0 0 10px #a26b25 inset;
    box-shadow: 0 0 0 10px #ff0000 inset;
}
.shipping_method div:nth-child(1) input:checked:after{
    background-color: #fff;
}
.shipping_method_border{
    border: 2px solid #ff0000;
}
.shipping_method div:nth-child(1) input:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    margin-left: -2px;
    margin-top: -2px;
    background-color: #888;
    border-radius: 50%;
}
.checked_radio{
    border-radius: 50%;
    overflow: hidden;
}
.shipping-payment .checkoutD{
    display: flex;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    height: 100%;
}
.shipping-payment .checkoutD .checkoutD_form{
    flex: 1;
}
@media screen and (max-width: 1000px){
    .shipping-payment .checkoutD_Breadcrumb {
        padding: 21px 0 0;
    }
    .shipping-payment .checkoutD_header,.checkoutD_logo{
        width: 100%;
    }
}

/* payment页 */
.payment{
    height: 100%;
}
.shipping-payment .payment_box{
    height: 100%;
    padding:0;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
.hr_long{
    margin:0;
}
.payment_prompt{
    padding: 16px;
}
.payment_prompt .payment_icon{
    height: 24px;
    display: block;
}
.payment_content{
    background: #fafafa;
    text-align: center;
}
.payment_content-text{
    padding: 16px 16px;
}
.payment_content-text img{
    margin-bottom: 16px;
}
.payment_method{
    padding: 16px;
}
.replace{
    display: none;
}
.replace_address{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 16px;
    background: #fafafa;
}
.replace_address .inputBox{
    background: #fff;
    position: relative;
}

/*小费*/
.tip_box{
    height: 100%;
    padding:0;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
.checkoutD_item{
    padding: 16px;
    border-bottom:1px solid #d9d9d9 ;
    font-size: 17px;
}
.checkoutD_item:last-child{
    border-bottom: none;
}
.tip_box_con{
    background:#fafafa;
}
.tip_box_items{
    display: flex;
    height: 55px;
    border:1px solid #d9d9d9 ;
    border-radius: 5px;
    background: white;
    color: #737373;
    font-size: 14px;
    border-right: none;
}
.tip_box_item{
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #d9d9d9;
    cursor: pointer;
}
.tip_box_thank{
    font-size: 14px;
    color: #545454;
    margin-top: 10px;
}
.tip_box_error{
    color: #f01130;
    font-size: 14px;
    margin-top: 4px;
    display: none;
}
.tip_box_custom{
    margin-top: 10px;
}
.tip_box_inputBox{
    position: relative;
    border: 1px solid #E1E1E1;
    border-radius: 5px;
    height: 44px;
}
.tip_box_inputBox_active{
    border:2px solid #a26b25;
}
.inputUnit{
    display: none;
    font-size: 12px;
}
.inputVal_tip{
    border: none;
    outline: none;
    background: none;
    width: 100%;
    display: block;
    padding: 0 10px;
    height: 100%;
}
.inputVal_tip_active+.inputUnit{
    position: absolute;
    left:15px;
    bottom:4px;
    display: block;
}
.inputVal_tip_active{
    padding-left: 30px;
    padding-top: 17px;
    font-size: 12px
}
.tip_box_item_active{
    border:2px solid #a26b25;
}


/* 字体 */
.step:hover{
    color: #a26b25;
}
.step{
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
.step_active{
    color: #333333;
    font-weight: 500;
}
.step_active:hover{
    color: #333333;
}
.select_icon{
    position: absolute;
    right: 0;
    top: 12px;
    /* bottom: 10px; */
    font-size: 20px;
    border-left: 1px rgba(179,179,179,0.5) solid;
    vertical-align: middle;
    z-index: 0;
}
.select_icon i{
    margin:0 10px;
    display: block;
    color: #919191;
    font-size: 16px;
}
.query_box{
    position: relative;
}
.query{
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 42px;
    text-align: center;
}
.query i{
    line-height: 42px;
    font-size: 18px;
    color: #919191;
}
.triangle{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #515151;
}
.query_text{
    position: absolute;
    right: 30px;
    top:3px;
    width: 184px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.query_text-t{
    background: #515151;
    font-size: 12px;
    border-radius: 4px;
    color: #fff;
    padding: 2px 15px;
}
.checkoutD_form_btn{
    font-weight: 500;
}
.fa-circle-o-notch{
    font-size:22px;
    animation: fa-spin 0.5s infinite linear;
}
.checkoutU_itemR,.checkoutU_detailR{
    color: #323232;
    font-weight: 500;
}
.checkoutU_detailL .glyphicon{
    color: #919191;
}
.Phone .checkoutU_totalL,.Phone .checkoutU_totalR{
    margin-top:0;
}
.checkoutU_totalL,.checkoutU_totalR{
    margin-top:21px;
}
.checkoutU_totalR b{
    font-size: 24px;
    font-weight: 500;
}
@media screen and (max-width: 750px){
    .query_text{
        right: 0;
    }
    .triangle{
        position: relative;
        right: -68px;
    }
}

/*order页*/
.orderHead{
    display: flex;
    margin-left: -50px;
    margin-top: 20px;
}
.orderHead_icon{
    font-size: 40px;
    margin-right: 10px;
}
.orderHead_num{
    color:#999999;
    font-size:12px;
}
.order_box{
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    margin-top: 15px;
}
.order_box1{
    padding: 0;
}
.order_map{
    min-height: 150px;
    border-bottom: 1px solid #d9d9d9;
}
.order_info{
    padding: 12px 16px;
}
.order_title{
    color: #333333;
    font-size: 18px;
    line-height: 20px;
    margin-bottom:8px;
}
.order_text{
    color:#545454;
}
.order_btn{
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #d9d9d9;
    color: #333333;
    font-size: 16px;
    padding:6px 10px;
    margin-top: 10px;
}
.order_items{
    display: flex;
    flex-wrap: wrap;
}
.order_item{
    width: 50%;
    margin-top: 6px;
}
.order_item_title{
    font-weight: 500;
    color: #333333;
    font-size: 16px;
    line-height: 30px;
}
.order_text span{
    display: block;
}
.order_text img{
    display: inline-block;
    width: 15px;
}
.checkoutD_order{
    margin-bottom: 20px;
}
@media screen and (max-width: 750px){
    .orderHead{
        margin-left:0;
    }
}
@media screen and (max-width: 500px){
    .order_item{
        width: 100%;
    }
}




.alertBox{
    position: fixed;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.alertBox_1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.loadBox{
    background: white;
    width: 300px;
    text-align: center;
    position: relative;
    border-radius: 10px;
    padding: 0 30px 20px 30px;
}
.load_title{
    font-size: 20px;
    text-align: center;
    line-height: 50px;
}
.load_img{
    font-size: 14px;
    line-height: 24px;
}
.load_img img{
    width: 50px;
    height: 50px;
    text-align: center;
}
.load_btns{
    position: absolute;
    bottom:0;
    left:0;
    display: flex;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.load_btns .load_btn{
    width:50%;
}
.load_sure{
    background: #1b6d85;
}
.load_cancel{
    background: #ccc;
}



/*新添加*/
.checkoutOrderBox_why{
    margin-top: 20px;
    margin-bottom: 20px;
}
.checkoutOrderBox_why_title{
    display: flex;
    align-items: center;
}
.checkoutOrderBox_why_title b{
    flex: 1;
    height: 1px;
    background:#e6e6e6;
}
.checkoutOrderBox_why_title span{
    margin: 0 10px;
    color: #535353;
}
.checkoutOrderBox_why_item{
    display: flex;
    font-size: 12px;
    margin-top: 20px;
}
.checkoutOrderBox_why_itemL{
    width:60px;
}
.checkoutOrderBox_why_itemL img{
    width:100%;
}
.checkoutOrderBox_why_itemR{
    flex: 1;
    margin-left: 10px;
    color: #777;
}
.checkoutOrderBox_why_itemR b{
    font-size: 14px;
    color: #666;
    font-weight: 700;
}

.checkoutOrdertips{
    padding: 0 15px;
}
.checkoutOrdertip{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.checkoutOrdertip_img img{
    width: 14px;
}
.checkoutOrdertip_text{
    flex:1;
    margin-left: 10px;
    color: #545454;
    font-weight: bold;
}
.checkoutOrderTime{
    width: 100%;
    padding: 10px 20px;
    border:1px solid #fac444;
    background: #fff5d2;
    font-weight: bold;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 14px;
    margin-top: 10px;
    color: #2c2c2c;
}
.checkoutSafe{
    text-align: right;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 24px;
    margin: 20px 0;
}
.checkoutSafe span{
    display: block;
}
/*.checkoutSafe img{*/
/*    width:50%;*/
/*}*/

.checkoutSafe img{
 height: 25px;
 margin: 0 5px;
}
.checkoutHead_box{
    background: white;
}
.checkoutHead{
    height: 60px;
    background: white;
    position: relative;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    /*padding-right: 15px;*/
    max-width: 1240px;
    width: 90%;
    padding: 0 5%;
    margin: auto;
}
.checkoutHead_tip{
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
    color: white;
    text-align: center;
    margin-right: -10px;
}
.checkoutHead_text{
    height: 30px;
    background: #d9e3f7;
    flex:1;
}
.sanj{
    height: 30px;
    font-size: 0;
    line-height: 0;
    border-width: 15px;
    border-color:#d9e3f7;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}
.sanj_w{
    /*width: 25px;
    height: 25px;
    background: white;
    transform: rotate(45deg);*/
    height: 30px;
    font-size: 0;
    line-height: 0;
    border-width: 15px;
    border-color: white;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: relative;
    z-index: 1;
    margin-right: -15px;
}
.checkoutHead_tip_active{
    position: relative;
    z-index: 5;
}
.checkoutHead_tip_active .checkoutHead_text{
    background: #23468c;
}
.checkoutHead_tip_active .sanj{
    height: 30px;
    font-size: 0;
    line-height: 0;
    border-width: 15px;
    border-color:#23468c;
    border-right-width: 0;
    border-style: dashed;
    border-left-style: solid;
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.checkoutU_btn_active,.custom_tip_btn_active{
    background:black
}
.phide{
    display:none
}

















