
.el-dialog .el-dialog__header .el-dialog__headerbtn{
    width: 50px !important;
    top: 0px;
}
.phone-show{
    padding-right: 7px;
    width: 100%;
}
.pc-show .btn-primary{
    width: 200px;
}
.phone-show .btn-primary{
    width: 140px;
}
#coupon-input{
    margin-right: 30px;
}
.coupon-apply-button-btn{
    border: none;
}
.glyphicon-gift{
    opacity: .8;
}
button[disabled]{
    background-color: #ccc;
    border: none;
}
input[disabled],button[disabled]{
    background-color: #ccc;
}
.pc-show #coupon-apply-button-pc{
    /*max-width: 86px;*/
    width: auto;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
}
.phone-show #coupon-apply-button-phone{
    width: auto;
}
.btn-primary[disabled]:hover{
    background-color: #ddd;
}
.preferential-tips{
    font-size: 14px;
    color: red;
}
.error-input{
    border-color: red;
}
#preferential-wrapper .error-input{
    border-color: red;
}

.panel-collapse2{
    border: 1px solid #efefef;
}
.panel-collapse{
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dynamic-checkout__title{
    color: #737373;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    text-align: center;
}
.dynamic-checkout__title::before,.dynamic-checkout__title::after{
    content: '';
    border: 1px #efefef solid;
    border-bottom: 0;
    height: 8px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 32px;
    -ms-flex: 1 0 32px;
    flex: 1 0 32px;
}
.dynamic-checkout__title::before{
    border-right: 0;
    border-top-left-radius: 5px;
    margin-right: 16px;
}
.dynamic-checkout__title::after{
    border-left: 0;
    border-top-right-radius: 5px;
    margin-left: 1em;
}
.alternative-payment-separator{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
    text-transform: uppercase;
    color: #737373;
    margin-top: 5px;
    margin-bottom: 24px;
}
.panel .panel-body{
    padding:15px;
}
.panel-body p{
    margin: 0;
}
.alternative-payment-separator>span{
    padding: 10px 50px;
    font-size: 14px;
}
.alternative-payment-separator::before,.alternative-payment-separator::after{
    content: '';
    display: inline-block;
    height: 1px;
    background-color: #e6e6e6;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
/* 优化支付界面样式 */
.contact-information{
    padding-bottom: 6px;
}
.contact-information>span{
    margin-right: 5px;
}
.contact-information>span>a{
    color: #4e73df;
}
.form-group{
    position: relative;
    min-height: 50px;
}
.phone-wrapper .form-group label{
    position: absolute;
    top: 0;
    padding: 0 12px;
    margin: 5px 0;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.form-choose label{
    position: static;
    padding: 0;
    margin: 0;
    font-weight: 700;
    opacity: 1;
}
.grid-border--right div.required .control-label:before{
    content: none;
}
.form-group-have-value input,.form-group-have-value select{
    padding-top: 24px;
    text-indent: 0;
    transition: none;
}
.form-group input{
    border-radius: 5px;
    border: 1px solid #EFEFEF;
    color: #333333;
    box-shadow:none;
}
.form-group input[type=button]{
    color: var(--button-text);;
}
.form-group label{
    color: #737373;
}
.coupon-code-input{
    border-radius: 5px;
}
.form-group input[name=phone]{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-group select{
    height: 50px;
    min-height: 50px;
    box-sizing: border-box;
    appearance: none; 
    -webkit-appearance: none;
    /* line-height: 50px; */
}
.phone-wrapper .form-group-have-value label{
    margin-left: 1px;
    opacity: 1;
}
.flex-start{
    display: flex;
    align-items: flex-start;
}
.flex-start .form-group{
    flex: 1;
    margin-right: 12px;
}
.flex-start .form-group input{
    margin-bottom: 0;
}
.flex-start .form-group:last-child{
    margin-right: 0;
}
.content-wrapper .form-control{
    box-shadow: none;
    border: 1px solid #efefef;
}
select[name=mobile_prefixs]:focus .area-code-wrapper{
    border: 2px solid #1878b9;
}
.flex-just-items-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-just-items-center>div>a{
    color: #6d8ce5;
}
.flex-just-items-center .form-group,.flex-just-items-center input[type="button"]{
    margin-bottom: 0;
}
#breadcrumb{
    margin-top: 0;
    margin-bottom: 0;
}
.progress-bar-wrapper{
    margin-bottom: 20px;
}
.right-wrapper{
    padding-top: 30px;
}
.right-wrapper .ajax-cart__cart-item{
    border: none;
}

.site-wrap legend,.contact-us-title{
    margin-bottom: 20px;
    line-height: 1;
    font-size: 18px;
    color: #0C1039;
    border-bottom: none;
    font-weight: 400;
}
.contact-us-title{
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 768px) {
    .contact-us-title>span{
        margin-bottom: 5px;
    }
    .contact-us-title>span:last-child{
        margin-bottom: 0;
    }
    .contact-us-title{
        flex-direction: column;
    }
    .flex-start{
        flex-direction: column;
    }
    .flex-start .form-group{
        width: 100%;
    }
    #content .right-wrapper{
        margin-top: 0;
    }
    #content .phone-wrapper{
        margin-top: 0;
        display: flex;
        flex-direction: column-reverse;
    }
    .pc-show #coupon-input{
        height: 40px;
    }
    .pc-show #coupon-apply-button-pc{
       width: auto;
    }
    .footer-btn{
        margin-top: 15px;
        flex-direction: column-reverse;
    }
    .go-crad-wrapper{
        margin-top: 20px;
    }
    .right-wrapper>.ajax-cart__drawer-wrapper{
        display: none;
    }
}
@media screen and (max-width: 739px){
    #breadcrumb {
        text-align: left;
        padding: 0 14px;
        margin-top: 16px;
    }
    .Payment_type{
        float: none;
        
    margin-left: 0;
    }
}
.shopping-cart-left>*{
    color: var(--button-color);
    font-size: 16px;
}
.phone-tips{
    margin: 18px 0 30px;
    font-size: 14px;
    color: #7f7f7f;
}
.phone-tips2 {
    margin-top: -10px;
    margin-bottom: 10px;
}
input[type=text]{
    margin-bottom: 0;
}
.input-phone-num-wrapper{
    display: flex;
}
.input-phone-num-wrapper .form-group{
    flex: 1;
}
.area-code-wrapper{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    width: 90px;
    height: 50px;
    border: 1px solid #efefef;
    border-right: 0;
    cursor: pointer;
}
.input-phone-num-wrapper .el-icon-arrow-down{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.area-code-text-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.area-code-wrapper{
    position: relative;
    padding: 0 12px;
}
.area-code-select{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-area-code{
    opacity: 0;
    visibility: hidden;
}
#phone-show .coupon-code-input,#pc-show .coupon-code-input{
    margin-right: 15px;
}
.corner-mark-wrapper{
    position: relative;
    max-width: 70px;
}
.corner-mark-wrapper .corner-mark{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background-color: #808080;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transform: translateX(50%) translateY(-50%);
}
.ajax-cart__final-details .total > p{
    font-size: calc(var(--font-size) + 4px);
}
.flex{
    display: flex;
}
.flex-column{ 
    flex-direction: column;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-info-wrapper li{
    list-style: none;
    height: 100%;
}
.ajax-cart__item-image-wrapper{
    width: 60%;
    align-items: center;
}
#content .text-danger{
    color: red;
}
/* 结束 */

#productCustomizationPicturePreview1{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(192,196,204,0.6);
    z-index: 999;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.customizedPictureDisplayOfGoods{
    height: 400px;
    width: 400px;
    object-fit: contain;
}
@media screen and (max-width:1000px ){
    .customizedPictureDisplayOfGoods{
        padding: 0px 10px;
        width: 100%;
    }
}
.productCustomizationButton{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.displayButtonBox{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}
.Payment_type img{
    max-height: 34px;
}
.site-wrap .continue-to-shipping{
    font-size: 14px;
    font-weight: bold;
}
#payment .panel{
    box-shadow: none;
}


#contact-address input[type="text"],
#contact-address input[type="search"],
#contact-address input[type="password"],
#contact-address input[type="email"],
#contact-address input[type="file"],
#contact-address input[type="number"],
#contact-address input[type="tel"],
#contact-address textarea,
#contact-address select {
    background-color: #FFF;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}    
.border_botton{
    display: none;
}
.panel-body .payment_paypal{
    margin: 0 auto;
    width: 40%;
}
@media screen and (max-width: 739px){
.border_botton{
    display: block;
    height: 1px;
    background: #e5e5e5;
    margin-top: 2px;
    margin-bottom: 8px;

}
.payment_paypal{
    margin: 0 auto;
    width: 60%;
}
}


 @media screen and (min-width: 768px) {
    .site-wrap,.page-wrap,.content-wrapper,.row{
        min-height: 100vh;
    }
}
#productCustomizationPicturePreview1{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(192,196,204,0.6);
    z-index: 999;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
@media screen and (max-width:1000px ){
    .customizedPictureDisplayOfGoods{
        padding: 0px 10px;
        width: 100%;
    }
}
.customizedPictureDisplayOfGoods{
    height: 400px;
    width: 400px;
    object-fit: contain;
}
.productCustomizationButton{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.displayButtonBox{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.el-dialog .el-dialog__header .el-dialog__headerbtn{
    width: 50px !important;
    top: 0px;
}
.shipping-data{
    border: 1px solid #efefef;
    border-radius: 5px;
    width: 100%;
}
.shipping-list-data{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    margin-left: 25px;
    margin-right: 25px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
}
.shipping-list-data:nth-last-child(1){
    border: none;
}
.phone-show{
    padding-right: 7px;
    width: 100%;
}
.pc-show .btn-primary{
    width: 200px;
}
.phone-show .btn-primary{
    width: 140px;
}
.phone-show #coupon-input{
    height: 40px;
}
#coupon-input{
    margin-right: 30px;
}

input[disabled]{
    background-color: #ccc;
}
.pc-show #coupon-apply-button-pc{
   width: auto;
}
.phone-show #coupon-apply-button-phone{
    width: auto;
}
.btn-primary[disabled]:hover{
    background-color: #ddd;
}
.preferential-tips{
    font-size: 14px;
    color: red;
}
.error-input{
    border-color: red;
}
#preferential-wrapper .error-input{
    border-color: red;
}
/* 优化支付界面样式 */
.contact-information>span{
    margin-right: 5px;
}
.contact-information>span>a{
    color: #4e73df;
}
.form-group{
    position: relative;
    min-height: 50px;
}
.form-group label{
    position: absolute;
    top: 0;
    padding: 0 12px;
    margin: 5px 0;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.form-choose label{
    position: static;
    padding: 0;
    margin: 0;
    font-weight: 700;
    opacity: 1;
}
.grid-border--right div.required .control-label:before{
    content: none;
}
.form-group-have-value input,.form-group-have-value select{
    padding-top: 24px;
    text-indent: 0;
    transition: none;
}
.form-group input{
    border-radius: 5px;
    border: 1px solid #efefef;
    color: #333;
    box-shadow:none;
}
.form-group #input-delivery-phone{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.form-group input[type=button]{
    color: var(--button-text);;
}
.form-group label{
    color: #737373;
}
.coupon-code-input{
    border-radius: 5px;
}
button[disabled]{
    background-color: #ccc;
    border: none;
}
.form-control:focus,select:focus{
    border: 1px solid #66afe9;
    outline:none !important;
    outline-offset:inherit !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.form-group-have-value label{
    opacity: 1;
}
.form-group select{
    min-height: 50px;
    box-sizing: border-box;
}
.flex-start{
    display: flex;
    align-items: center;
}
.flex-start .form-group{
    width: 50%;
    margin-right: 20px;
}
.flex-start .form-group input{
    margin-bottom: 0;
}
.flex-start .form-group:last-child{
    margin-right: 0;
}
.flex-just-items-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-just-items-center>div>a{
    color: #6d8ce5;
}
.flex-just-items-center .form-group,.flex-just-items-center input[type="button"]{
    margin-bottom: 0;
}
#breadcrumb{
    margin-bottom: 0;
}
.progress-bar-wrapper{
    margin-bottom: 20px;
}
.right-wrapper{
    padding-top: 30px;
}
.right-wrapper .ajax-cart__cart-item{
    border: none;
}
a:visited{
    color: #4e73df;
}
.site-wrap legend{
    margin-bottom: 16px;
    font-size: 18px;
    color: #0C1039;
    line-height: 1;
    border-bottom: none;
    font-weight: 400;
}
@media screen and (max-width: 768px) {
    .phone-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    .pc-show #coupon-input{
        height: 40px;
    }
    .pc-show #coupon-apply-button-pc{
       width: auto;
    }
    .footer-btn{
        flex-direction: column-reverse;
    }
    .go-crad-wrapper{
        margin-top: 20px;
    }
    .right-wrapper{
        margin-top: 0;
    }
    .right-wrapper>.ajax-cart__drawer-wrapper{
        display: none;
    }
}
@media screen and (max-width: 739px){
    #breadcrumb {
        text-align: left;
        padding: 0 14px;
        margin-top: 16px;
    }
    .Payment_type{
        float: none;

    margin-left: 0;
    }
}
.shopping-cart-left>*{
    color: var(--button-color);
    font-size: 16px;
}
.shopping-cart-left .el-icon-caret-bottom{
    /* transition: transform .2s; */
}
.input-phone-num-wrapper{
    display: flex;
}
.input-phone-num-wrapper .form-group{
    flex: 1;
}
.area-code-wrapper{
    width: 90px;
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #efefef;
    border-right: 0;
    cursor: pointer;
}
.input-phone-num-wrapper .el-icon-arrow-down{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.input-phone-num-wrapper input[type=text]{
    margin-bottom: 0;
}
.area-code-text-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.area-code-wrapper{
    position: relative;
    padding: 0 3px 0 10px;
}
.area-code-select{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-area-code{
    opacity: 0;
    visibility: hidden;
}
#phone-show .coupon-code-input,#pc-show .coupon-code-input{
    margin-right: 15px;
}
.corner-mark-wrapper{
    position: relative;
    max-width: 70px;
}
.corner-mark-wrapper .corner-mark{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background-color: #808080;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transform: translateX(50%) translateY(-50%);
}

.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-info-wrapper li{
    list-style: none;
    height: 100%;
}
.ajax-cart__item-image-wrapper{
    width: 60%;
    align-items: center;
}
.clearfix  .btn-primary{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    background-color: var(--button-color);
    border: none;
    outline: none !important;
}
.clearfix  .btn-primary:hover{
    background-color: var(--button-hover);
    border: none;
    outline: none !important;
}
#input-delivery-Personal_Customs_Code{
    margin-bottom: 0;
}
.phone-tips{
    color: #999;
}
.el-message-box__headerbtn{
    width: auto;
    height: auto;
}
.el-message-box__btns .el-button{
    height: 40px;
}
@media screen and (max-width: 768px){
    .el-message-box{
        width: 80%;
    }
}
.check_case{
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid #d9d9d9;
    appearance:none;
    border-radius: 50%;
    background-color: #fff;
}
.check_case:checked{
    border-width: 6px;
    border-color: #197bbd;
}
::-webkit-inner-spin-button{
    display: none;
}
/* 结束 */

#shipping-address input[type="text"],
#shipping-address input[type="search"],
#shipping-address input[type="password"],
#shipping-address input[type="email"],
#shipping-address input[type="file"],
#shipping-address input[type="number"],
#shipping-address input[type="tel"],
#shipping-address textarea,
#shipping-address select {
    background-color: #FFF;
}
div.required .control-label:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}
.border_botton{
    display: none;
}
@media screen and (max-width: 739px){
.border_botton{
    display: block;
    height: 1px;
    background: #e5e5e5;
    margin-top: 2px;
    margin-bottom: 8px;

}
}


@media screen and (min-width: 768px) {
    .site-wrap,.page-wrap,.content-wrapper,.row{
        min-height: 100vh;
    }
}
#productCustomizationPicturePreview1{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    background: rgba(192,196,204,0.6);
    z-index: 999;
    left: 0;
    display: none;
    align-items: center;
    justify-content: center;
}
.customizedPictureDisplayOfGoods{
    height: 400px;
    width: 400px;
    object-fit: contain;
}
@media screen and (max-width:1000px ){
    .customizedPictureDisplayOfGoods{
        padding: 0px 10px;
        width: 100%;
    }
}
.productCustomizationButton{
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
}
.displayButtonBox{
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50%;
}

.el-dialog .el-dialog__header .el-dialog__headerbtn{
    width: 50px !important;
    top: 0px;
}
.phone-show{
    padding-right: 7px;
    width: 100%;
}
.pc-show .btn-primary{
    width: 200px;
}
.phone-show .btn-primary{
    width: 140px;
}
#coupon-input-pc,#coupon-input-phone{
    margin-right: 15px;
}
input[disabled]{
    background-color: #ccc;
}
.pc-show #coupon-apply-button-pc{
    width: auto;
}
.phone-show #coupon-apply-button-phone{
    width: auto;
}
.btn-primary[disabled]:hover{
    background-color: #ddd;
}
.preferential-tips{
    font-size: 14px;
    color: red;
}
.error-input{
    border-color: red;
}
#preferential-wrapper .error-input{
    border-color: red;
}
.border_botton{
    display: none;
}
.right-wrapper{
    padding-top: 30px;
}
.right-wrapper .ajax-cart__cart-item{
    border: none;
}
@media screen and (max-width: 768px) {
    .phone-wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    .flex-start{
        flex-direction: column;
    }
    .flex-start .form-group{
        width: 100%;
    }
    .pc-show #coupon-apply-button-pc{
        width: auto;
    }
    .footer-btn{
        flex-direction: column-reverse;
    }
    .go-crad-wrapper{
        margin-top: 20px;
    }
    .right-wrapper{
        margin-top: 0;
    }
    .right-wrapper>.ajax-cart__drawer-wrapper{
        display: none;
    }
    .panel-title img{
        margin-top: 3px;
        max-height: 20px;
    }
}
@media screen and (max-width: 739px){
    #breadcrumb {
        text-align: left;
        padding: 0 14px;
        margin-top: 16px;
    }
    .Payment_type{
    float: none;

margin-left: 0;
}
.border_botton{
    display: block;
    height: 1px;
    background: #e5e5e5;
    margin-top: 2px;
    margin-bottom: 8px;

}
}

/* 界面优化 */
.form-group{
    position: relative;
    min-height: 50px;
}
.form-group label{
    position: absolute;
    top: 0;
    padding: 0 12px;
    margin: 5px 0;
    font-weight: 400;
    margin-bottom: 0;
    opacity: 0;
    transition: all 0.2s ease-out;
}
.form-group-have-value input,.form-group-have-value select{
    padding-top: 24px;
    text-indent: 0;
    transition: all 0.2s ease-out;
}
.form-group-have-value label{
    font-size: calc(var(--font-size) - 3px);
    opacity: 1;
}
.form-group select{
    height: 50px;
    min-height: 50px;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
}
.panel-wrapper-btn{
    display: none;
}
.panel-wrapper-btn-active{
    display: block;
}
.intro_wrapper{
    padding: 10px 15px;
}
.panel-collapse .intro_wrapper p{
    margin: 0;
}
.panel-body-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.panel-body-wrapper input{
    margin-bottom: 0;
}
.panel-body-wrapper p{
    margin:0;
}
.panel-body-wrapper a{
    color: #6d8ce5;
}
.phone-tips{
    font-size: 14px;
    color: #7f7f7f;
}
.billing-address-wrapper{
    border: 1px solid #efefef;
    border-radius: 5px;
}
.billing-address-item{
    display: flex;
    align-items: center;
    padding: 15px 15px;
    border-bottom: 1px solid #efefef;
    cursor: pointer;
    user-select: none;
}
.billing-address-item:last-child{
    border-bottom: none;
}
.billing-address-radio{
    margin-right: 12px;
}
.form-group input{
    border-radius: 5px;
}
.form-group-have-value input,.form-group-have-value select{
    padding-top: 24px;
    text-indent: 0;
    transition: none;
}
.form-group  .form-control{
    height: 50px;
    margin-bottom: 0;
}
.flex-start{
    display: flex;
    align-items: flex-start;
}
.flex-start .form-group{
    flex: 1;
    margin-right: 20px;
}
.flex-start .form-group input{
    margin-bottom: 0;
}
.flex-start .form-group:last-child{
    margin-right: 0;
}
#breadcrumb{
    margin-bottom: 0;
}

select[name=mobile_prefixs]:focus .area-code-wrapper{
    border: 2px solid #1878b9;
}
.flex-just-items-center{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex-just-items-center>div>a{
    color: #6d8ce5;
}
.flex-just-items-center .form-group,.flex-just-items-center input[type="button"]{
    margin-bottom: 0;
}
.shopping-cart-left>*{
    color: var(--button-color);
    font-size: 16px;
}
.progress-bar-wrapper{
    margin-bottom: 20px;
}

a:visited{
    color: #4e73df;
}
.site-wrap legend{
    font-size: 18px;
    color: #0C1039;
    line-height: 1;
    border-bottom: none;
    font-weight: 400;
}
.footer-wrapper{
    margin-top: 15px;
}
.input-phone-num-wrapper{
    display: flex;
}
.input-phone-num-wrapper .form-group{
    flex: 1;
}
.area-code-wrapper{
    width: 90px;
    height: 50px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #efefef;
    border-right:0;
    cursor: pointer;
}
.input-phone-num-wrapper .el-icon-arrow-down{
    font-size: 14px;
    font-weight: bold;
    color: #000;
}
.input-phone-num-wrapper input[type=text]{
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.area-code-text-wrapper{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.area-code-wrapper{
    position: relative;
    padding: 0 3px 0 10px;
}
.area-code-select{
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer;
}

.input-area-code{
    opacity: 0;
    visibility: hidden;
}
.error-wrapper input{
    border-color: #a94442;
}
.payment-input-wrapper{

    padding: 1px;
}
.payment-input-wrapper p{
    margin: 0;
}
/* 不选择账单地址 */
.no-use-wrapper{
    margin-top: 20px;
}
.corner-mark-wrapper{
    position: relative;
    max-width: 70px;
}
.corner-mark-wrapper .corner-mark{
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    line-height: 1;
    background-color: #808080;
    border-radius: 50%;
    color: #fff;
    font-size: 14px;
    transform: translateX(50%) translateY(-50%);
}

#bill-address .text-danger{
    display: none;
}

.flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.order-info-wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-info-wrapper:last-child {
    margin-bottom: 20px;
}
.order-info-wrapper li{
    list-style: none;
    height: 100%;
}
.ajax-cart__item-image-wrapper{
    width: 60%;
    align-items: center;
}
.panel-heading >a:hover,.panel-heading >a:focus{
    text-decoration: none;
}
.payment_code{
    width: 18px;
    height: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    position: relative;
    cursor: pointer;
    vertical-align: -4px;
    border: 1px solid #d9d9d9;
    appearance:none;
    border-radius: 50%;
    background-color: #fff;
}
.payment_code:checked{
    border-width: 6px;
    border-color: #197bbd;
}
.content-wrapper .panel-default{
    border-color: #efefef;
}

.form-group input{
    border-color: #efefef;
}

.noReceipts{
    border-width: 0px;
    line-height: 58px;
    font-size: 14px;
    color: #8E8B8B;
    padding-left: 30px;
    height: 58px;
    background: inherit;
    background-color: rgba(242, 242, 242, 1);
    border: none;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#payment_oceanpayment{
    display: block !important;
}

.noLogisticsConfiguration{
    background: rgba(240, 73, 73, 0.0666666666666667);
    color: #F04949;
    font-size: 14px;
    padding: 18px 16px;
    border-radius: 5px;
}
.noLogisticsConfigurationErrorDisplay{
    margin-top: 16px;
    border: 1px solid rgb(239, 239, 239);
    border-radius: 5px;
    padding: 30px 20px;
    height: 195px;
   text-align: center;
}
.noLogisticsCopyTips{
    margin-top: -10px;
}

.dotdot {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;display: box;-webkit-box-orient: vertical;}
.line1 {-webkit-line-clamp: 1;}
.line2 {-webkit-line-clamp: 2;}
.line3 {-webkit-line-clamp: 3;}

.promptContent{
    /*min-width: 380px;*/
    box-sizing: border-box;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 60px;
    transform: translateX(-50%);
    background-color: #000;
    color: #fff;
    border-color: #faecd8;
    overflow: hidden;
    padding: 16px;
    display: flex;
    align-items: center;
}

#messagePrompt{
    display: none;
    z-index: 9001;
}
