.sticky_btm.contact{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
}
.sticky_btm.contact .title{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}
.sticky_btm.contact .title p{
    color: #333;
}

.sticky_btm.contact .three_box{
    display: flex;
    justify-content: space-between;
    padding-bottom: 0.6rem;
}
.sticky_btm.contact .three_box .box{
    margin-right: .3rem;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    box-shadow: 0px 2px 10px 0px rgba(8,24,56,0.1);
    padding: 0.3rem;
    position: relative;
}
.sticky_btm.contact .three_box .box::after{
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    content: '';
    background: linear-gradient(0deg, #15BA88, #003f9c);
}
.sticky_btm.contact .three_box .box:last-child{
    margin-right: 0;
}
.sticky_btm.contact .three_box .box h3{
    margin-top: 0.2rem;
    margin-bottom: 0.1rem;
    font-size: 0.2rem;
    font-family: 'Medium';

}
.sticky_btm.contact .three_box .box p{
    font-size: 14px;
    color: #666;
}
.sticky_btm.contact .three_box .box p a{
    font-size: 14px;
    color: #666;
}

.sticky_btm.contact .form form{
    padding: 0 0.4rem;
}
.sticky_btm.contact .form form .half{
    display: flex;
}
.sticky_btm.contact .form form .half .input{
    width: 50%;
    margin-right: 0.4rem;
}
.sticky_btm.contact .form form .half .input:last-child{
    margin-right: 0;
}

.sticky_btm.contact .form form .input input{
    width: 100%;
    height: 64px;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 0.2rem;
    background-color: #fff;
    font-size: 16px;
}
.sticky_btm.contact .form form .input textarea{
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    margin-bottom: 0.2rem;
    background-color: #fff;
    font-size: 16px;
}
.sticky_btm.contact .form form .input p{
    font-size: 0.2rem;
    font-family: 'Medium';
    margin-bottom: 0.1rem;
}
.sticky_btm.contact .form form .input p span{
    font-size: 0.2rem;
    font-family: 'Medium';
    color: #003f9c;
}

.sticky_btm.contact .form form .submit{
    margin: 0 auto;
    margin-top: 0.8rem;
    width: 240px;
}
.sticky_btm.contact .form form .submit input{
    height: 64px;
    background: #003f9c;
    border-radius: 5px;
    color: #fff;
    font-size: 0.2rem;
}
.sticky_btm.contact .form .form_txt{
    padding: 0 0.4rem;
}
.sticky_btm.contact .form .form_txt p a{
    font-size: 0.2rem;
    font-family: 'Medium';
    margin-bottom: 10px;
}

@media (max-width:767px) {
    .sticky_btm.contact .three_box{
        flex-direction: column;
    }
    .sticky_btm.contact .three_box .box{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .sticky_btm.contact .three_box .box h3{
        font-size: 0.32rem;
    }
    .sticky_btm.contact .form form .half{
        flex-direction: column;
    }
    .sticky_btm.contact .form form .half .input{
        width: 100%;
        margin-right: 0;
    }
    .sticky_btm.contact .form form .input p{
        font-size: 0.32rem;
    }
    .sticky_btm.contact .form form .submit input{
        font-size: 0.32rem;
    }
    .sticky_btm.contact .form form{
        padding: 0;
    }
    .sticky_btm.contact{
        padding: 30px 0;
    }
    .sticky_btm.contact .form .form_txt{
        padding: 0;
        margin-bottom: 20px;
    }
    .sticky_btm.contact .form .form_txt p{
        margin: 10px 0;
    }
    .sticky_btm.contact .form .form_txt p a{
        font-size: 0.32rem;
    }
}


/* Warranty */
.sticky_btm.Warranty{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
}
.sticky_btm.Warranty .Warranty_text{
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}
.sticky_btm.Warranty .Warranty_text h3{
    font-family: 'Medium';
    color: #333;
    margin-bottom: 0.2rem;
    font-size: 0.2rem;
}
.sticky_btm.Warranty .Warranty_text .table{
    overflow-x: auto;
}   
.sticky_btm.Warranty .Warranty_text .table table{
    border-top: 2px solid #003f9c;
}
.sticky_btm.Warranty .Warranty_text .table table tr{
    border-bottom: 1px solid #E5E5E5;
}
.sticky_btm.Warranty .Warranty_text .table table tr td{
    color: #666;
}
.sticky_btm.Warranty .Warranty_text .table table tr td:first-child{
    background-color: #F4F4F4;
    color: #333;
    font-family: 'Medium';
    white-space: nowrap;
    text-align: center;
}
.sticky_btm.Warranty .Warranty_text .table table th, .sticky_btm.Warranty .Warranty_text .table table td{
    border: none;
}


@media (max-width:767px) {
    .sticky_btm.Warranty .Warranty_text h3{
        font-size: 0.32rem;
    }
    
}

/* resources */
.sticky_btm.resources{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
}
.sticky_btm.resources .content{
    overflow: initial;
}
.sticky_btm.resources .title{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0.6rem;
}
.sticky_btm.resources .title .search{
    width: 360px;
    height: 56px;
    background-color: #003f9c;
    border-radius: 28px;
    overflow: hidden;
    position: relative;
    margin-top: .2rem;
}
.sticky_btm.resources .title .search input{
    width: 100%;
    height: 100%;
    background: none;
    color: #fff;
    font-family: 'Medium';
}
.sticky_btm.resources .title .search input::placeholder{
    color: #fff;
    font-family: 'Medium';
}
.sticky_btm.resources .title .search svg{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sticky_btm.resources .resources_in{
    background-color: #fff;
    border: 1px solid #e5e5e5;
}
.resources_in .resources_top{
    padding: 0 24px;
    padding-top: 0.6rem;
    padding-bottom: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
}
.resources_in .resources_top .resources_top_l{
    display: flex;
    align-items: center;
}
.resources_in .resources_top .resources_top_l p{
    margin-left: 10px;
    font-family: 'Medium';
    font-size: 0.2rem;
    border-right: 1px solid #e5e5e5;
    padding-right: 16px;
}
.resources_in .resources_top .resources_top_r select{
    font-family: 'Medium';
    font-size: 0.2rem;
}

.resources_in .resources_btm{
    display: flex;
}
.resources_in .resources_btm .resources_btm_l{
    max-width: 340px;
    width: 100%;
    border-right: 1px solid #e5e5e5;
}
.resources_btm_l .box h3{
    padding: 0.2rem;
    position: relative;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
}
.resources_btm_l .box h3 svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    transition: all 0.5s;
}
.resources_btm_l .box.active h3 svg{
    transform: rotate(180deg) translateY(50%) ;
    stroke: #003f9c;
}

.resources_btm_l .box ul{
    padding: 0.3rem 0.2rem;
    border-bottom: 1px solid #e5e5e5;
    display: none;
}
.resources_btm_l .box ul li{
    margin-bottom: 0.3rem;
    position: relative;
    padding-left: 35px;
}
.resources_btm_l .box ul li.active::before{
    opacity: 1;
}
.resources_btm_l .box ul li::after{
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    border: 1px solid #003f9c;
    content: '';
}
.resources_btm_l .box ul li a{
    width: 90%;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.resources_btm_l .box ul li::before{
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 6px;
    border-radius: 50%;
    content: '';
    background-color: #16BA88;
    opacity: 0;
}
.resources_btm_l .box ul li:last-child{
    margin-bottom: 0;
}
.resources_btm_r{
    flex: 1;
    margin-left: 0.9rem;
}
.resources_btm_r .top{
    display: flex;
    justify-content: space-between;
    padding: 0.4rem 0;
    padding-right: 0.3rem;
    border-bottom: 1px solid #e5e5e5;
}
.resources_btm_r .top .h2{
    font-family: 'Medium';
    font-size: 0.34rem;
}
.resources_btm_r .top .select{
    display: flex;
    align-items: center;
    margin-left: 0.3rem;
}
.resources_btm_r .top .select p{
    font-size: 14px;
    color: #333;
    margin-right: 10px;
}
.resources_btm_r .top .select select{
    width: 220px;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    font-family: 'Medium';
    padding: 0 15px;
}
.resources_btm_r .list .box{
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 0;
    padding-right: 0.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.resources_btm_r .list .box:last-child{
    border-bottom: none;
}
.resources_btm_r .list .box svg{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0.2rem;
}
.resources_btm_r .list .box p{
    font-size: 0.2rem;
}
.resources_btm_r .list .box .box_list{
    width: 100%;
    max-width: 720px;
    background-color: #F0F3F7;
    padding: 0.1rem 0.3rem;
    position: relative;
    cursor: pointer;
}
.resources_btm_r .list .box .box_list a{
    color: #181B1C;
}
.resources_btm_r .list .box .box_list a:hover{
    color: #003f9c;
    text-decoration: underline;
}
.resources_btm_r .list .box .box_list ul{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    width: 100%;
    padding: 0.15rem 0.3rem;
    box-shadow: 0 0 5px rgba(0, 0, 0,0.1);
    display: none;
    z-index: 9;
}
.resources_btm_r .list .box .box_list ul li{
    margin-bottom: 0.1rem;
}
.resources_btm_r .list .box .box_list ul li:last-child{
    margin-bottom: 0;
}

@media (max-width:767px) {
    .resources_in .resources_btm{
        flex-direction: column;
    }
    .resources_in .resources_btm .resources_btm_l{
        max-width: 100%;
        border-right: none;
    }
    .resources_btm_l .box h3 svg{
        right: 0.3rem;
    }
    .resources_btm_r{
        margin-left: 0;
    }
    .resources_btm_r .top{
        flex-direction: column;
        padding-left: 0.3rem;
    }
    .resources_btm_r .top .select{
        margin-left: 0;
        margin-top: 0.3rem;
    }
    .resources_btm_r .list .box{
        flex-direction: column;
        padding: 0.5rem 0.3rem;
        align-items: flex-start;
    }
    .resources_btm_r .list .box .box_list{
        margin-top: 0.3rem;
    }
    .resources_in .resources_top .resources_top_l p{
        font-size: 0.32rem;
    }
    .resources_in .resources_top .resources_top_r select{
        font-size: 0.32rem;
    }
    .resources_btm_r .list .box p{
        font-size: 0.28rem;
    }
}




/* faq */

.sticky_btm.faq{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
}
.sticky_btm.faq .title{
    max-width: 1200px;
    margin: 0 auto;
}
.sticky_btm.faq .title .search{
    
    position: relative;
    margin-top: .4rem;
}
.sticky_btm.faq .title .search input{
    width: 360px;
    height: 56px;
    border-radius: 28px;
    background: none;
    color: #fff;
    font-family: 'Medium';
    background-color: #003f9c;
}
.sticky_btm.faq .title .search input::placeholder{
    color: #fff;
    font-family: 'Medium';
}
.sticky_btm.faq .title .search svg{
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.sticky_btm.faq .faq_in{
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}
.sticky_btm.faq .faq_in .faq_top{
    padding-top: 0.5rem;
    margin-top: 0.5rem;
    position: relative;
}
.sticky_btm.faq .faq_in .faq_top::after{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 1005px;
    height: 1px;
    background-color: #ddd;
    content: '';
    z-index: -1;
}
.sticky_btm.faq .faq_in .faq_top ul{
    display: flex;
    overflow-x: auto;
}
.sticky_btm.faq .faq_in .faq_top ul li{
    margin: 0 26px;
    white-space: nowrap;
    padding-bottom: 0.5rem;
    cursor: pointer;
}
.sticky_btm.faq .faq_in .faq_top ul li.active{
    font-family: 'Bold';
    color: #003f9c;
}
/* 滚动条整体部分 */
.faq_top ul::-webkit-scrollbar{
    width: 5px; /* 纵向滚动条宽度 */
    height: 5px;/* 横向滚动条高度 */
    /* background-color: #F5F5F5; 滚动条整体背景，一般被覆盖着 */
}
/* 滚动条里面的滑块 */
.faq_top ul::-webkit-scrollbar-thumb{
    border-radius: 10px; /* 滚动条滑块圆角 */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 滚动条滑块阴影 */
    background-color: #003f9c; /* 滚动条滑块颜色 */
}
/* 滚动条的轨道（里面装有Thumb） */
.faq_top ul::-webkit-scrollbar-track{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 滚动条轨道阴影 */
    border-radius: 10px; /* 滚动条轨道圆角 */
    /* background-color: #F5F5F5; 滚动条轨道背景 */
}


.sticky_btm.faq .faq_in .faq_btm .box_list{
    display: none;
}
.sticky_btm.faq .faq_in .faq_btm{
    margin-top: 0.7rem;
    border-top: 1px solid #e5e5e5;
}
.sticky_btm.faq .faq_in .faq_btm .box{
    border-bottom: 1px solid #e5e5e5;
    padding: 0.5rem 0.3rem;
}
.sticky_btm.faq .faq_in .faq_btm .box h3{
    position: relative; cursor: pointer;
}
.sticky_btm.faq .faq_in .faq_btm .box.active img{
    display: none;
}
.sticky_btm.faq .faq_in .faq_btm .box.active img.close{
    display: block;
}
.sticky_btm.faq .faq_in .faq_btm .box img.close{
    display: none;
}
.sticky_btm.faq .faq_in .faq_btm .box img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}
.sticky_btm.faq .faq_in .faq_btm .box .content_div.active{ display: block; }
/*.sticky_btm.faq .faq_in .faq_btm .box p, */
.sticky_btm.faq .faq_in .faq_btm .box .content_div{
    color: #666;
    margin-top: 0.3rem;
    display: none;
}

/* outlets */
.sticky_btm.outlets{
    padding-top: 1.2rem;
    padding-bottom: 1.6rem;
}
.sticky_btm.outlets .title{
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 0.5rem;
}

.sticky_btm.outlets .outlets_in{
    display: flex;
}
.sticky_btm.outlets .outlets_in .left{
    max-width: 860px;
    width: 100%;
    height: 640px;
}
.sticky_btm.outlets .outlets_in .left iframe{
    width: 100%;
    height: 100%;
}
.sticky_btm.outlets .outlets_in .right{
    flex: 1;
    border-bottom: 1px solid #e5e5e5;
}
.sticky_btm.outlets .outlets_in .right .h3{
    padding: 0.5rem;
    color: #fff;
    background-color: #003f9c;
    font-family: 'Bold';
    font-size: 0.32rem;
}
.sticky_btm.outlets .outlets_in .right form{
    padding: 0.4rem 0.5rem;
}
.sticky_btm.outlets .outlets_in .right .overflow{
    height: 494px;
    overflow-y: auto;
   
}
/* 滚动条整体部分 */
.outlets_in .right .overflow::-webkit-scrollbar{
    width: 5px; /* 纵向滚动条宽度 */
    height: 5px;/* 横向滚动条高度 */
    background-color: #F0F3F7; /* 滚动条整体背景，一般被覆盖着 */
}
/* 滚动条里面的滑块 */
.outlets_in .right .overflow::-webkit-scrollbar-thumb{
    border-radius: 10px; /* 滚动条滑块圆角 */
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); 滚动条滑块阴影 */
    background-color: #003f9c; /* 滚动条滑块颜色 */
}
/* 滚动条的轨道（里面装有Thumb） */
.outlets_in .right .overflow::-webkit-scrollbar-track{
    /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 滚动条轨道阴影 */
    border-radius: 10px; /* 滚动条轨道圆角 */
    /* background-color: #F5F5F5; 滚动条轨道背景 */
}

.sticky_btm.outlets .outlets_in .right form .select{
    display: flex;
    margin-bottom: 0.3rem;
}
.sticky_btm.outlets .outlets_in .right form .select select{
    width: 50%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    color: #666;
}
.sticky_btm.outlets .outlets_in .right form .select select:first-child{
    margin-right: 0.4rem;
    padding: 0 20px;
}
.sticky_btm.outlets .outlets_in .right form .input{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sticky_btm.outlets .outlets_in .right form .input>input{
    width: 90%;
    height: 46px;
    background: #FFFFFF;
    border: 1px solid #EAEAEA;
    border-radius: 10px;
    margin-right: 0.2rem;
}
.sticky_btm.outlets .outlets_in .right form .input input::placeholder{
    color: #666666;
}
.sticky_btm.outlets .outlets_in .right form .input .submit{
    width: 46px;
    height: 46px;
    background-color: #003f9c;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.sticky_btm.outlets .outlets_in .right form .input .submit svg{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sticky_btm.outlets .outlets_in .right form .input .submit input[type=submit]{
    opacity: 0;
}
.sticky_btm.outlets .outlets_in .right .list .box:first-child{
    padding-top: 0;
}
.sticky_btm.outlets .outlets_in .right .list .box{
    padding: 0.4rem 0.5rem;
    border-bottom: 1px solid #e5e5e5;

}
.sticky_btm.outlets .outlets_in .right .list .box .h4{
    font-family: 'Medium';
    font-size: 0.2rem;
    margin-bottom: 0.1rem;
}
.sticky_btm.outlets .outlets_in .right .list .box p{
    color: #666;
    font-size: 14px;
}
.sticky_btm.outlets .outlets_in .right .list .box  span{
    font-size: 14px;
}

@media (max-width:1500px) {
    .sticky_btm.outlets .outlets_in .left{
        max-width: 60%;
    }
    .sticky_btm.outlets .outlets_in .right .overflow{
        height: fit-content;
    }
}

@media (max-width:767px) {
    .sticky_btm.outlets .outlets_in{
        flex-direction: column;
    }
    .sticky_btm.outlets .outlets_in .left{
        max-width: 100%;
        height: 280px;
    }
    .sticky_btm.outlets .outlets_in .right .list .box .h4{
        font-size: 0.32rem;
    }
    .sticky_btm.outlets .outlets_in .right{
        margin-top: 0.3rem;
    }
}


/* 购物车 */
.shop_cart{
    margin: 0.6rem 0;
}
.shop_cart .title{
    align-items: flex-start;
}
.shop_cart .title h1{
    position: relative;
}
.shop_cart .title h1::after{
    position: absolute;
    right: -20px;
    bottom: 33%;
    width: 10px;
    height: 10px;
    background-color: #15BA88;
    content: '';
    border-radius: 50%;
}
.shop_cart .cart{
    padding: 0.9rem 0;
    background-color: #f5f5f5;
    flex-direction: column;
}
.shop_cart .cart h3{
    font-size: 0.24rem;
    color: #96A1AA;
    margin-top: 0.2rem;
    margin-bottom: 0.3rem;
}
.shop_cart .cart a{
    display: flex;
    padding: 10px 30px;
    border-radius: 30px;
    background-color: #003f9c;
    color: #fff;
}

.shop_cart .guarantee{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0.6rem 0;
    margin-top: 0.6rem;
    border-top: 1px solid #e5e5e5;
}
.shop_cart .guarantee .box{
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.shop_cart .guarantee .box p{
    color: #666;
    text-align: center;
}

.shop_cart .carts {
    display: flex;
    justify-content: space-between;
}
.shop_cart .carts .left{
    max-width: 1100px;
    width: 100%;
    margin-right: 0.3rem;
    overflow-x: auto;
}
.shop_cart .carts .left table tr:first-child{
    background-color: #f5f5f5;
}
.shop_cart .carts .left table tr:first-child td{
    font-family: 'Bold';
}
th, td{
    padding: 15px 10px;
}
.shop_cart .carts .left table tr td{
    width: 10%;
    text-align: center;
}
.shop_cart .carts .left table tr td:first-child{
    max-width: 70%;
}
.shop_cart .carts .left table tr td .list{
    display: flex;
    align-items: center;
}
.shop_cart .carts .left table tr td .list img{
    margin:0 0.2rem;
    max-width: 150px;
}
.shop_cart .carts .left table tr td .list img.close{
    margin-right: 0.2rem;
    margin-left: 0;
}

.shop_cart .carts .left table tr td .list p{
    max-width: 400px;
}
.shop_cart .carts .left table tr td .list p a{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: block;
}
.shop_cart .carts .left table tr td.product-subtotal span{
    color: #003f9c !important;
}
.shop_cart .carts .left table tr td.product-subtotal bdi{
    color: #003f9c !important;
}

.shop_cart .carts .left table .left_btm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.shop_cart .carts .left table .left_btm .left_btm_l{
    display: flex;
}
.shop_cart .carts .left table .left_btm .left_btm_l input[type=text]{
    width: 200px;
    flex-shrink: 0;
    margin-right: 20px;
    background-color: #fff;
}
.shop_cart .carts .left table .left_btm .left_btm_l input[type=submit]{
    background: none;
    border: none;
    color: #003f9c;
}
.shop_cart .carts .left table .left_btm .left_btm_r a{
    width: 200px;
    background-color: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    color: #003f9c;
}

.shop_cart .carts table tr td.color_003f9c{
    color: #003f9c;
}
.shop_cart .carts .right{
    flex: 1;
}
.shop_cart .carts .right table{
    border: 1px solid #e5e5e5;
}
.shop_cart .carts .right table tr:first-child td{
    background-color: #f5f5f5;
    text-align: center;
    font-family: 'Bold';
}
.shop_cart .carts .right table tr td:first-child{
    font-family: 'Bold';
}
.shop_cart .carts .right table tr td a{
    width: 100%;
    height: 50px;
    background-color: #15BA88 !important;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.shop_cart .carts .right .shop_table_responsive .woocommerce-Price-amount bdi{
    color: #003f9c;
}
.shop_cart .carts .right .shop_table_responsive .woocommerce-Price-amount span{
    color: #003f9c;
}
.woocommerce-form-login__rememberme{
    display: inline-flex;
    margin-top: 34px;
}
.woocommerce-form-login__rememberme input{
    -webkit-appearance: auto;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    display: inline;
}
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt{
    background-color: #003f9c;
}
.woocommerce form .form-row-first, .woocommerce form .form-row-last, .woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last{
    width: 49%;
}

@media (max-width:1440px) {
    .shop_cart .carts .left{
        max-width: 65%;
    }
}
@media (max-width:1023px) {
    .shop_cart .carts{
        flex-direction: column;
    }
    .shop_cart .carts .left{
        max-width: 100%;
        margin-bottom: 30px;
    }
    .shop_cart .carts .left table tr td:first-child{
        max-width: 50%;
    }
    .shop_cart .carts .left table tr td .list{
        max-width: 300px;
    }
    .shop_cart .guarantee{
        flex-wrap: wrap;
    }
    .shop_cart .guarantee .box{
        width: 50%;
        flex: auto;
    }
}






























