*, img, ul, li, a, p {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
}

body {
    font-family: Arial, Arial;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    font-style: normal;
    text-transform: none;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: none;
}

.clear_both {
    clear: both;
}


.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.header .header-top{
    width: 100%;
    height: 50px;
    background: #1C1C1C;
}
.header .header-top .header-top-content{
    width: 1200px;
    margin: 0 auto;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 50px;
}
.header .header-top .header-top-content .header-top-left{
    float: left;
}
.header .header-top .header-top-content .header-top-left .header-top-left-item{
    float: left;
    margin-right: 30px;
    line-height: 50px;
    cursor: pointer;
    padding-left: 24px;
    background-repeat: no-repeat;
    background-position: left center;
}
.header .header-top .header-top-content .header-top-left .header-top-left-item:last-child{
    margin-right: 0;
}
.header .header-top .header-top-content .header-top-left .header-top-left-item.header-top-left-wechat{
    background-image: url(../images/header-wechat.webp);
}
.header .header-top .header-top-content .header-top-left .header-top-left-item.header-top-left-whatsapp{
    background-image: url(../images/header-whatsapp.webp);
}
.header .header-top .header-top-content .header-top-left .header-top-left-item.header-top-left-tel{
    background-image: url(../images/header-tel.webp);
}
.header .header-top .header-top-content .header-top-right{
    float: right;
}

.header .header-bottom{
    width: 100%;
    height: 80px;
    line-height: 80px;
    background: #FFFFFF;
}
.header .header-bottom .header-bottom-content{
    width: 1200px;
    margin: 0 auto;
}
.header .header-bottom .header-bottom-content .header-logo{
    float: left;
    width: 153px;
}
.header .header-bottom .header-bottom-content .header-logo img{
    width: 100%;
}
.header .header-bottom .header-bottom-content .header-bottom-right{
    float: right;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav{
    float: left;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item{
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 80px;
    margin-right: 40px;
    position: relative;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item a{
    color: #1C1C1C;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item:last-child{
    margin-right: 0;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item:hover a{
    color: #E53F29;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item:hover::before{
    content: '/';
    color: #E53F29;
    position: absolute;
    top: 0;
    left: -10px
}

.header .header-bottom .header-bottom-content .header-bottom-right .header-cart{
    float: left;
    margin: 28px 30px 0 100px;
    width: 24px;
    height: 24px;
    background: url(../images/cart-black.webp) no-repeat center center;
    position: relative;
    cursor: pointer;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-cart .header-cart-count{
    position: absolute;
    top: -10px;
    left: 14px;
    padding: 0 4px;
    height: 20px;
    background: #FF1E00;
    border-radius: 10px;
    border: 1px solid #FFFFFF;
    line-height: 20px;
    text-align: center;
    font-size: 12px;
    color: #FFFFFF
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-quote{
    float: left;
    margin-top: 10px;
    padding:  0 30px;
    height: 60px;
    line-height: 60px;
    background: #E53F29;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
    cursor: pointer;
}
.header .header-bottom .header-bottom-content .header-bottom-right .header-quote a{
    color: #FFFFFF;
}




@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .header .header-top .header-top-content,
    .header .header-bottom .header-bottom-content{
        width: 900px;
    }
    .header .header-bottom .header-bottom-content .header-bottom-right .header-cart{
        margin: 28px 30px 0 60px;
    }
}
@media only screen and (max-width: 1000px) {
    .header .header-top .header-top-content,
    .header .header-bottom .header-bottom-content{
        width: 700px;
    }
    .header .header-top .header-top-content .header-top-left .header-top-left-item{
        margin-right: 20px;
        padding-left: 20px;
    }
    .header .header-bottom .header-bottom-content .header-logo{
        width: 100px;
    }
    .header .header-bottom .header-bottom-content .header-bottom-right .header-nav .header-nav-item{
        font-size: 14px;
        margin-right: 30px;
    }
    .header .header-bottom .header-bottom-content .header-bottom-right .header-cart{
        margin: 28px 20px 0;
    }
    .header .header-bottom .header-bottom-content .header-bottom-right .header-quote{
        padding: 0 20px;
        font-size: 14px;
    }
}



/**
 * banner styles
 **/
.banner .swiper{
    margin-top: 130px;
}
.banner .swiper-slide{
    position: relative;
}
.banner img{
    width: 100%;
}
.banner .swiper-slide-content{
    position: absolute;
    bottom: 12%;
    left: 50%;
    transform: translateX(-50%);
    width: 62.5%;
}
.banner .swiper-slide-content .swiper-slide-btn{
    width: 168px;
    border: 1px solid #E53F29;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 60px;
    text-align: center;
}
.banner .swiper-slide-content .swiper-slide-btn a{
    color: #1C1C1C;
}
.banner .swiper-slide-content .swiper-slide-social{
    margin-top: 70px;
    font-weight: bold;
    font-size: 20px;
    color: #1C1C1C;
    line-height: 30px;
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-text{
    float: left;
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon{
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-facebook{
    background-image: url(../images/facebook.webp);
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-youtube{
    background-image: url(../images/youtube.webp);
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-linkedin{
    background-image: url(../images/linkedin.webp);
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-facebook:hover{
    background-image: url(../images/facebook-active.webp);
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-youtube:hover{
    background-image: url(../images/youtube-active.webp);
}
.banner .swiper-slide-content .swiper-slide-social .swiper-slide-social-icon.swiper-slide-social-linkedin:hover{
    background-image: url(../images/linkedin-active.webp);
}
.banner .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
    width: 40px;
    height: 4px;
    background-color: #E3E3E3;
    border-radius: 0;
    margin: 0 5px;
    opacity: 1;
}
.banner .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active{
    background-color: #E53F29;
}


@media only screen and (min-width: 1580px) and (max-width: 1700px) {
    .banner .swiper-slide-content .swiper-slide-btn{
        line-height: 50px;
    }
    .banner .swiper-slide-content .swiper-slide-social{
        margin-top: 40px;
    }
}
@media only screen and (min-width: 1440px) and (max-width: 1580px) {
    .banner .swiper-slide-content .swiper-slide-btn{
        line-height: 40px;
    }
    .banner .swiper-slide-content .swiper-slide-social{
        margin-top: 30px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1440px) {
    .banner .swiper-slide-content .swiper-slide-btn{
        line-height: 40px;
        font-size: 14px;
    }
    .banner .swiper-slide-content .swiper-slide-social{
        margin-top: 20px;
    }
}
@media only screen and (min-width: 1000px) and (max-width: 1200px) {
    .banner .swiper-slide-content .swiper-slide-btn{
        line-height: 40px;
        font-size: 12px;
    }
    .banner .swiper-slide-content .swiper-slide-social{
        margin-top: 20px;
    }
}
@media only screen and (max-width: 1000px) {
    .banner .swiper-slide-content .swiper-slide-btn{
        width: 128px;
        line-height: 30px;
        font-size: 12px;
    }
    .banner .swiper-slide-content .swiper-slide-social{
        margin-top: 10px;
    }
}

.title{
    font-weight: bold;
    font-size: 40px;
    color: #1C1C1C;
    line-height: 44px;
    text-align: center;
}
.description{
    font-size: 16px;
    color: #6A6A6A;
    line-height: 17px;
    text-align: center;
    margin-top: 30px;
}

.main-content{
    width: 1200px;
    margin: 80px auto;
}
.main-content .title{
    font-weight: bold;
    font-size: 40px;
    color: #262626;
    line-height: 44px;
    text-align: center;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .main-content{
        width: 900px;
        margin: 60px auto;
    }
    .main-content .title{
        font-size: 36px;
    }
    .banner .banner-text{
        font-size: 36px;
    }
}

@media only screen and (max-width: 1000px) {
    .main-content{
        width: 700px;
        margin: 40px auto;
    }
    .main-content .title{
        font-size: 30px;
    }
    .banner .banner-text{
        font-size: 30px;
    }
}



/**** footer styles ****/
.footer{
    width: 100%;
    background-color: #1C1C1C;
}
.footer .footer-top{
}
.footer .footer-top .footer-logo{
    width: 153px;
    margin: 0 auto;
    line-height: 80px;
}
.footer .footer-line{
    width: 100%;
    height: 1px;
}
.footer .footer-line1{
    background-color: #000000;
}
.footer .footer-line2{
    background-color: #393939;
}
.footer .footer-content{
    width: 1200px;
    margin: 60px auto;
}
.footer .footer-content .footer-products{
    width: 21.6%;
    float: left;
}
.footer .footer-content .footer-products .footer-products-title,
.footer .footer-content .footer-contact .footer-contact-title,
.footer .footer-content .footer-link .footer-link-title{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 21px;
}
.footer .footer-content .footer-products .footer-products-list{

}
.footer .footer-content .footer-products .footer-products-item{
    margin-top: 12px;
    cursor: pointer;
}
.footer .footer-content .footer-products .footer-products-item a{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
}
.footer .footer-content .footer-products .footer-products-item img{
    float: right;
    width: 8px;
    height: 12px;
    margin-top: 8px;
}
.footer .footer-content .footer-contact{
    width: 22.5%;
    float: left;
    margin-left: 3%;
}
.footer .footer-content .footer-contact .footer-contact-item{
    margin-top: 12px;
    cursor: pointer;
}
.footer .footer-content .footer-contact .footer-contact-item img{
    float: left;
    width: 14px;
    height: 14px;
    margin-right: 12px;
    margin-top: 7px;
}
.footer .footer-content .footer-contact .footer-contact-item .footer-contact-item-text{
    display: inline-block;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 28px;
    float: left;
    width: calc(100% - 28px);
}
.footer .footer-content .footer-link{
    width: 22%;
    float: left;
}
.footer .footer-content .footer-link .footer-link-item{
    width: 24px;
    height: 24px;
    margin-right: 16px;
    float: left;
    margin-top: 20px;
}
.footer .footer-content .footer-link .footer-link-item img{
    width: 100%;
    height: 100%;
}

.footer .footer-content .footer-feedback{
    width: 25%;
    float: left;
}
.footer .footer-content .footer-feedback .footer-feedback-item{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    position: relative;
}
.footer .footer-content .footer-feedback .footer-feedback-item input{
    position: absolute;
    left: 70px;
    border: none;
    background: none;
    outline:none;
    color: #FFFFFF;
}
.footer .footer-content .footer-feedback .footer-feedback-item input:focus{
    border: none;
}
.footer .footer-content .footer-feedback .footer-feedback-item input::placeholder{
    color: #FFFFFF;
    opacity: 0.6;
}
.footer .footer-content .footer-feedback .footer-feedback-item .intl-tel-input{
    position: absolute;
    left: 70px;
    height: 20px;
}
.footer .footer-content .footer-feedback .footer-feedback-item .intl-tel-input input{
    left: 0;
}
.footer .footer-content .footer-feedback .footer-feedback-line{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 10px 0 20px;
}
.footer .footer-content .footer-feedback .footer-feedback-btn{
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    border: none;
    font-size: 14px;
    color: #E53F29;
    line-height: 50px;
    text-align: center;
}

.footer .footer-bottom{
    background: #111111;
    height: 77px;
}
.footer .footer-bottom .footer-bottom-nav{
    width: 1200px;
    margin: 0 auto;
}
.footer .footer-bottom .footer-bottom-nav .footer-bottom-nav-item{
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 77px;
    float: left;
    margin-right: 40px;
}
.footer .footer-bottom .footer-bottom-nav .footer-bottom-nav-item a{
    color: #FFFFFF;
}

@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .footer .footer-content{
        width: 900px;
    }
}
@media only screen and (max-width: 1000px) {
    .footer .footer-content{
        width: 700px;
        margin: 20px auto;
    }
    .footer .footer-content .footer-products{
        width: 28.6%;
    }
    .footer .footer-content .footer-contact{
        width: 40.5%;
        margin-right: 2%;
    }
    .footer .footer-content .footer-link{
        margin-bottom: 20px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-line{
        margin: 10px 0 20px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-item input{
        left: 70px;
    }
    .footer .footer-content .footer-feedback .footer-feedback-btn{
        height: 40px;
        line-height: 40px;
    }
}


.right_fix {
    width: 64px;
    position: fixed;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    box-shadow: 0px 0px 6px 1px rgba(0,0,0,0.16);
    background: #FFFFFF;
    padding-top: 4px;
}
.right_fix .right_fix_connect {
    width: 64px;
}
.right_fix .right_fix_connect .right_fix_box {
    width: 64px;
    height: 60px;
    font-size: 12px;
    color: #6A6A6A;
    line-height: 14px;
    cursor: pointer;
    position: relative;
    text-align: center;;

}
.right_fix .right_fix_connect .right_fix_box img {
    width: 24px;
    height: 24px;
    margin-top: 11px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_cart_num{
    position: absolute;
    left: 36px;
    top: 5px;
    background: #FF1E00;
    border-radius: 10px;
    font-size: 12px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    padding: 0 4px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect {
    display: none;
    width: 160px;
    height: 64px;
    position: absolute;
    left: 68px;
    top: 0;
    background: #FFFFFF;
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.16);
}
.right_fix .right_fix_connect .right_fix_box.right_fix_email .right_fix_box_connect {
    width: 220px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect .right_fix_box_connect_arrow{
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #FFFFFF;
    position: absolute;
    left: -11px;
    width: 0;
    height: 0;
    top: 20px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p {
    font-size: 16px;
    color: #262626;
    line-height: 21px;
    text-align: left;
    margin-left: 10px;
    margin-bottom: 0;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p:first-child {
    margin-top: 11px;
}
.right_fix .right_fix_connect .right_fix_box .right_fix_box_connect p a {
    color: #262626;
}
.right_fix .right_fix_connect .right_fix_box:hover .right_fix_box_connect {
    display: block;
}
.right_fix .right_fix_connect .right_fix_box::after{
    width: 50px;
    height: 0px;
    border: 1px solid #EFF5FE;
    opacity: 0.5;
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}


/*弹窗*/
.popover_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}

.popover_container {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1200px;
    /*height: 700px;*/
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    border-radius: 24px;
    overflow: hidden;
    z-index: 1000;
}
.popover_container .popover_close {
    float: right;
    margin-right: 20px;
    margin-top: 20px;
    cursor: pointer;
    width: 30px;
    height: 30px;
}
.popover_container .popover_close img{
    width: 100%;
    height: 100%;
}
.popover_content {
    padding: 20px 40px;
}
.popover_content .popover_products{

}
.popover_content .popover_products_title {
    font-weight: bold;
    font-size: 40px;
    color: #1C1C1C;
    line-height: 44px;
    text-align: center;
}
.popover_content .popover_products .products_table {
}
.popover_content .popover_products .products_table .products_table_title{
    width: 100%;
    font-size: 14px;
    color: #1C1C1C;
    line-height: 30px;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_item{
    float: left;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_check {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    margin-top: 7px;
    border: 1px solid #DBDBDB;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_check.active{
    background: url("../images/popover_checked.webp") no-repeat center center;
    background-size: 100% 100%;
    border: none;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_product {
    width: 450px;
    margin-right: 60px;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_price {
    width: 160px;
    text-align: center;
    margin-right: 80px;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_quantity {
    width: 120px;
    text-align: center;
    margin-right: 80px;
}
.popover_content .popover_products .products_table .products_table_title .products_table_title_operation {
    width: 120px;
    text-align: center;
}
.popover_content .popover_products .products_table .products_table_content{
    max-height: 300px;
    overflow: auto;
}
.popover_content .popover_products .products_table .products_table_content .products_table_content_item{
    float: left;
    margin-bottom: 20px;
}
.products_table_content .products_table_content_check {
    width: 16px;
    height: 16px;
    margin-right: 20px;
    margin-top: 32px;
    border: 1px solid #DBDBDB;
}
.products_table_content .products_table_content_check.active{
    background: url("../images/popover_checked.webp") no-repeat center center;
    background-size: 100% 100%;
    border: none;
}
.products_table_content .products_table_content_product {
    width: 450px;
    margin-right: 60px;
    display: flex;
    align-items: center;
}
.products_table_content .products_table_content_product .products_table_content_item_img{
    width: 80px;
    height: 80px;
    border: 1px solid #B7B7B7;
    margin-right: 20px;
    flex-shrink: 0;
}
.products_table_content .products_table_content_product .products_table_content_item_img img{
    width: 100%;
    height: 100%;
}
.products_table_content .products_table_content_product .products_table_content_item_title{
    font-weight: bold;
    font-size: 18px;
    color: #1C1C1C;
    line-height: 30px;
}
.products_table_content .products_table_content_price {
    width: 160px;
    line-height: 80px;
    text-align: center;
    margin-right: 80px;
    font-weight: bold;
    font-size: 18px;
    color: #E53F29;
}
.products_table_content .products_table_content_quantity {
    width: 120px;
    text-align: center;
    margin-right: 80px;
    line-height: 80px;
    display: flex;
    justify-content: center;
}
.products_table_content .products_table_content_item-btn{
    width: 30px;
    height: 30px;
    margin-top: 25px;
    cursor: pointer;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.products_table_content .products_table_content_quantity .products_table_content_item-subtract{
    background-image: url("../images/product-subtract.webp");
}
.products_table_content .products_table_content_quantity .products_table_content_item-add{
    background-image: url("../images/product-add.webp");
}
.products_table_content .products_table_content_quantity .products_table_content_item-num{
    padding: 0 20px;
}
.products_table_content .products_table_content_operation {
    width: 120px;
    text-align: center;
}
.products_table_content .products_table_content_operation .products_table_content_item-delete{
    background-image: url("../images/product-del.webp");
    margin: 25px auto;
}
/* 自定义滚动条的轨道（背景） */
.popover_content .popover_products .products_table .products_table_content::-webkit-scrollbar {
    width: 6px; /* 滚动条的宽度 */
}
/* 自定义滚动条的轨道（容器） */
.popover_content .popover_products .products_table .products_table_content::-webkit-scrollbar-track {
    background: #E6E6E6; /* 轨道的背景色 */
    border-radius: 3px; /* 圆角 */
}
/* 自定义滚动条的滑块（可拖动部分） */
.popover_content .popover_products .products_table .products_table_content::-webkit-scrollbar-thumb {
    background: #E53F29; /* 滑块的颜色 */
    border-radius: 3px; /* 圆角 */
}


.popover_line{
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    margin-bottom: 20px;
}

.popover_wrap .popover_container .popover_content .popover_form {
    width: 100%;
    margin-top: 20px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_name,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    float: left;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email {
    margin-left: 16px;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
.popover_wrap .popover_container .popover_content .popover_form .popover_form_email input {
    width: 362px;
    height: 50px;
    background: #FFFFFF;
    padding-left: 20px;
    border: 1px solid #DCDCDC;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input{
    padding-left: 50px;
}
.popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea {
    width: 100%;
    height: 120px;
    margin-top: 10px;
    background: #FFFFFF;
    font-size: 16px;
    color: #999999;
    line-height: 32px;
    padding: 10px 20px;
    border: 1px solid #DCDCDC;
    resize: none;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit {
    width: 220px;
    margin: 5px auto 0;
}

.popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button {
    width: 220px;
    height: 60px;
    background: #1C1C1C;
    border-radius: 30px;
    border-width: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .popover_wrap .popover_container{
        width: 960px;
        height: 600px;
    }
    .popover_content{
        padding: 20px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_product,
    .products_table_content .products_table_content_product{
        margin-right: 20px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_price,
    .products_table_content .products_table_content_price{
        width: 100px;
        margin-right: 20px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_quantity,
    .products_table_content .products_table_content_quantity{
        margin-right: 20px;
    }
    .popover_content .popover_products .products_table .products_table_content{
        max-height: 200px;
    }

    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 20px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 296px;
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 120px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 180px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 180px;
        height: 50px;
        line-height: 50px;
    }
}

@media only screen and (max-width: 1000px) {
    .popover_wrap .popover_container{
        width: 750px;
        height: 500px;
    }
    .popover_container .popover_close{
        margin-top: 10px;
        margin-right: 10px;
    }
    .popover_content{
        padding: 10px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_product,
    .products_table_content .products_table_content_product{
        margin-right: 10px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_price,
    .products_table_content .products_table_content_price{
        width: 100px;
        margin-right: 10px;
    }
    .popover_content .popover_products .products_table .products_table_title .products_table_title_quantity{
        display: none;
    }
    .popover_content .popover_products .products_table .products_table_content .products_table_content_item{
        margin-bottom: 10px;
    }
    .products_table_content .products_table_content_quantity{
        line-height: 40px;
        width: 80px;
        margin-right: 10px;
    }
    .products_table_content .products_table_content_operation{
        width: 20px;
    }
    .products_table_content .products_table_content_item-btn{
        margin-top: 10px;
    }
    .products_table_content .products_table_content_operation .products_table_content_item-delete{
        margin: 10px auto;
    }
    .popover_content .popover_products .products_table .products_table_content{
        max-height: 150px;
    }
    .products_table_content .products_table_content_check{
        margin-top: 12px;
    }
    .products_table_content .products_table_content_product .products_table_content_item_title{
        font-size: 14px;
        line-height: 20px;
    }
    .products_table_content .products_table_content_product .products_table_content_item_img{
        width: 40px;
        height: 40px;
    }
    .products_table_content .products_table_content_price{
        line-height: 40px;
    }
    .products_table_content .products_table_content_item-btn{
        width: 20px;
        height: 20px;
    }
    .products_table_content .products_table_content_quantity .products_table_content_item-num{
        padding: 0 5px;
    }


    .popover_wrap .popover_container .popover_content .popover_form{
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_name input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_phone input,
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_email input{
        width: 232px;
        height: 40px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_content textarea{
        height: 100px;
        margin-top: 10px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit{
        width: 130px;
        margin-top: 5px;
    }
    .popover_wrap .popover_container .popover_content .popover_form .popover_form_submit button{
        width: 130px;
        height: 40px;
        line-height: 40px;

    }
}



/*弹窗（购物车空）*/
.empty_cart_wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 99999;
}
.empty_cart_wrap .popover_container {
    height: 640px;
}
.empty_cart_wrap .popover_container .popover_content {
    padding: 40px 30px;
}
.empty_cart_wrap .popover_container .popover_content .popover_img{
    width: 400px;
    margin: 20px auto 0;
}
.empty_cart_wrap .popover_container .popover_content .popover_img img{
    width: 100%;
}
.empty_cart_wrap .popover_container .popover_content .popover_title{
    font-size: 14px;
    color: #1C1C1C;
    text-align: center;
    margin-top: 20px;
}
.empty_cart_wrap .popover_btn {
    width: 255px;
    height: 60px;
    background: #1C1C1C;
    border-radius: 30px;
    border-width: 0;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 60px;
    margin: 30px auto 0;
    display: block;
    cursor: pointer;
}


@media only screen and (min-width: 1000px) and (max-width: 1440px) {
    .empty_cart_wrap .popover_container{
        width: 900px;
        height: 600px;
    }
    .empty_cart_wrap .popover_container .popover_content .popover_img{
        width: 360px;
    }
}

@media only screen and (max-width: 1000px) {
    .empty_cart_wrap .popover_container{
        width: 750px;
        height: 500px;
    }
    .empty_cart_wrap .popover_container .popover_content .popover_img{
        width: 260px;
    }
}



.intl-tel-input .country-list{
    background-color: #141414;
}