@media screen and (max-width: 1024px) {
    body,
dl,
dd,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
hr,
thead,
tbody,
tfoot,
th,
td {
    margin: 0;
    padding: 0;
}

.h5,
h5 {
    font-size: 20px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

html {
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
    text-size-adjust: none;
}


body,
button,
input,
select,
textarea {
    font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 5FAE8F6F96C59ED1, 5B8B4F53, sans-serif;
}

b,
strong {
    font-weight: bold;
}

i,
em {
    font-style: normal;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th,
table td {
    border: 1px solid #ddd;
    padding: 5px;
}

table th {
    font-weight: inherit;
    border-bottom-width: 2px;
    border-bottom-color: #ccc;
}

img {
    border: 0 none;
    width: auto9;
    max-width: 100%;
    vertical-align: top;
    height: auto;
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
input[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input:focus {
    outline: none;
}

select[size],
select[multiple],
select[size][multiple] {
    border: 1px solid #AAA;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video,
progress {
    display: inline-block;
}

body {
    background: #fff;
}

input::-webkit-input-speech-button {
    display: none
}

button,
input,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    font-family: 'Open Sans', "Helvetica Neue Thin", 'Helvetica', 'Arial', 'sans-serif' !important;
}

.navbar {
    height: 1rem;
    position: absolute;
    top: 0;

    width: 100%;
    background: rgba(0, 0, 0, 0) !important;
    box-shadow: 0rem 0rem 0rem 1px rgba(108, 108, 108, 0.16);
    border-bottom:1px solid #fff ;
}

.header_model{
     position: relative;
}
.divh1 {
    width: 0.43rem;
    height: 0.29rem;
    position: absolute;
    left: 0.32rem;
    top: 0.36rem;
    line-height: 1;
}

.divh1 a {
    display: inline;
    height: 0.29rem;
}

.divh1 img {
    width: 100%;
}

.divh2 {
    display: inline;
    position: absolute;
    left: 1.1rem;
    top: 0.3rem;
    width: 2.54rem;
}

.divh2 img {
    width: 100%;
}

.divh3 {
    position: absolute;
    right: 0.31rem;
    top: 0.2rem;

}

.divh3 a {
    width: 2.54rem;
    height: 0.62rem;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    background:rgba(0,0,0,0);
    border-radius: 0.05rem;
    line-height: 0.6rem;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #FFFFFF;
    display: block;
    text-align: center;
}

.h-150 img {
    height: 1.5rem;
}

.h-150 {
    height: 1.5rem;
    margin-top: 0.85rem !important;
}

.bg-fff {
    background: #FFFFFF;
}

.bg-f7f {
    background: #F7F7F7;
}

.font1 {
    font-family: SFProDisplay-Black;
    font-size: 18px;
    color: #FFFFFF;
    letter-spacing: -0.36px;
    text-align: center;
    width: 90%;
    margin-left: 5%
}

.font2 {
    font-family: SFProText-Regular;
    font-size: 10px;
    color: #FFFFFF;
    letter-spacing: -0.2px;
    text-align: center;
    line-height: 16px;
    width: 90%;
    margin-left: 5%
}

.table tr td:last-child {
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
}

.table:last-child tr td {
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
}

.table tr td:first-child {
    border-top: 1px solid #4a90e2;
    border-bottom: 1px solid #4a90e2;
}

.radius {
    border-radius: 2rem;
}

#menu {
    background: #FFFFFF;
    border: none;
}

.menu_ul {
    border-top: 1px solid #EEEEEE;
}

.leftMenu {
    background: #fff;
    left: -4.6rem;
    position: fixed;
    top: 1rem;
    display: block;
    height: 100%;
    width: 4.59rem;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.menu-open {
    left: 0;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.leftMenuli {
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #EEEEEE;

    min-height: 0.98rem;
    line-height: 0.98rem;
    font-size: 0.32rem;

}

.leftMenu .leftMenuli a {
    text-decoration: none;
    display: block;
    font-size: 0.32rem;
    line-height: 0.98rem;
    text-align: center;
    font-weight: 600;
    color: #040000;
    z-index: 99999;
}

.leftMenuli img {
    position: absolute;
    top: 0.37rem;
    right: 0.33rem;
    width: 0.28rem !important;
    height: 0.16rem !important;
    transform: rotate(0deg);
    transition: all 0.5s;
}

.leftMenuli .menu-item-edg-180 {
    transform: rotate(180deg);

}

.leftMenuli2 {
    border-bottom: 1px solid #f1f1f1;
}

.leftMenuli .leftMenuli2:nth-child(1) {
    border-top: 1px solid #f1f1f1;
}

.leftMenu .leftMenuli2 a {
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 400;
    color: #040000;
}

/* .leftMenu ul li.hasChild > a:after {
    content: " ";
    width: 0.28rem;
    height: 0.16rem;
    background: url(/catalog/view/theme/mobile/image/homeH5/list_drop_down_arrow@2x.png) no-repeat center;
    position: absolute;
    right: 0.2rem;
    top: 0;
    font-size: .24rem;
    font-weight: 300;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "  ";
    width: 0.28rem;
height: 0.16rem;
    background: url(/catalog/view/theme/mobile/image/homeH5/list_drop_down_arrow@2x.png) no-repeat center;
    right: .2rem;
    font-size: .24rem;
    top: 0;
} */
.nav-link {
    padding: 0;
}

.f2,
.f3 {
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 1rem;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.menu-dark-backdrop.in {
    height: 100%;
    z-index: 90001;
    background: rgba(0, 0, 0, 0.5);
}

.bg {
    background-color: #FFFFFF;
}

.bg1 {
    background-color: #F7F7F7;
}

.table-responsive .table {
    text-align: center
}

.table-responsive .table tr th {
    width: 33%;
}

.text_white {
    color: white;
    background-color: #343a40
}

.navright20 {
    border-radius: 4px;
    background: #D435A3;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 14px;
}

.message {
    background: #EE6B0B;
    height: 0.36rem;
    width: 100%;
}

.message-centent {
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    line-height: 18px;
}

.h-150 {
    width: 7.5rem;
    height: 5.3rem;
    margin-top: 1rem;
}

.h1,
h1 {
    font-size: 0.6rem;
}

.h-150 img {
    width: 100%;
    height: 5.3rem;
}

.h-150 .btn {
    padding: 0.1375rem 0.275rem;
    line-height: 12px;
}

.mr-3,
.mx-3 {
    margin-right: 0.3rem !important;
}

.home-introduce{
    width: 100%;
    position: relative;

}
.home-introduce .home_imgs{
    width: 100%;
}
.text-introduce{
    position: absolute;
    left: 0;
    top: 2.09rem;
    width: 100%;
    padding-left: 0.51rem;
    box-sizing: border-box;
}
.text-introduce h3{
    width: 5.85rem !important;
    height: 0.99rem!important;
    font-size: 0.48rem!important;
    font-family: Open Sans!important;
    font-weight: bold!important;
    color: #FFFFFF!important;
    line-height: 0.5rem!important;
    margin-bottom: 0.27rem;
}
.text-introduce p{
    width: 5rem!important;
    height: 0.55rem!important;
    font-size: 0.24rem!important;
    font-family: Open Sans!important;
    font-weight: 600!important;
    color: #FFFFFF!important;
    line-height: 0.3rem!important;
    margin-bottom: 0.3rem;

}
.introduce-Quote{
    width: 100%;
    height: 0.62rem;
}
.introduce-Quote a{
    width: 2.46rem;
    height: 0.62rem;
    border: 1px solid #FFFFFF;
      background:rgba(0,0,0,0);
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.3);
    border-radius: 0.05rem;
    font-size: 0.28rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.60rem;
    display: block;
    text-align: center;
    text-decoration: none;
}

.Tracking-number-box{
    position: absolute;
   top: 6.21rem;
   left: 0;
   width: 100%;
   z-index: 9999;
}
.Tracking-number{
    width: 6.86rem;
    /* height: 3.46rem; */
    background: #FFFFFF;
    box-shadow: 0px 4px 13px 1px rgba(28,28,28,0.18);
    border-radius: 0.1rem;
    margin: 0 auto;
    padding: 0.32rem 0.28rem;
    box-sizing: border-box;
    z-index: 99999;
}
.Tracking-name{
    width: 100%;
    height: 0.31rem;
    font-size: 0.3rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #003D98;
    line-height: 0.31rem;
    margin-bottom: 0.21rem;
}
.Tracking-input{
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.24rem;

}
.Tracking-input textarea{
    width: 4.38rem;
    height: 0.68rem;
    max-height: 0.68rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 0.05rem;
    padding-left: 0 0.2rem;
    box-sizing: border-box;
    float: left;
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 600;
    padding: 0.1rem 0.2rem ;
    box-sizing: border-box;
    outline:none;
    color:#333;
}
.Tracking-input .INQUIRE{
    width: 1.68rem;
    height: 0.68rem;
    background: #003D98;
    border-radius: 0.05rem;
    float: right;

    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 0.68rem;
    text-align: center;
    border: 1px solid #003D98;
    outline:none;

}
.Tracking-list{
    height: 1.38rem;
    margin: 0 auto;

}
.Tracking-li{
    width: 2.02rem;
    height: 1.38rem;
    background: #FFFFFF;
    border: 1px solid #EBEBEB;
    border-radius: 0.05rem;
    float: left;
    margin-left:0.11rem ;
    padding-top: 0.25rem;
    box-sizing: border-box;
    text-align: center;
    position: relative;

}
.Tracking-li:nth-child(1){
    margin-left:0 ;
}
.Tracking-li .home_imgs{
    width: 0.46rem;
    margin-bottom: 0.2rem;
}
.Tracking-li a{
    position: absolute;
    top: 0.9rem;
    left: 0;
    width: 100%;
    height: 0.24rem;
    font-size: 0.24rem;
    font-family: Open Sans;
    font-weight: 600;
    color: #003D98;
    line-height: 0.24rem;
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
}
}