* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    vertical-align: baseline;
}

@font-face {
    font-family: 'DINCond-Bold';
    src: url('./dincond-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    background-color: #ffffff;
    -webkit-touch-callout: none;
    /* -webkit-user-select: none; */
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html body,
button,
input,
pre,
select,
textarea {
    color: #222;
    font-size: 14px;
    font-family: 'Microsoft YaHei';
    font-weight: lighter;
}

a,
abbr,
address,
b,
blockquote,
cit,
code,
dd,
del,
dfn,
dl,
dt,
em,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
i,
ins,
label,
legend,
li,
ol,
p,
pre,
q,
samp,
small,
sub,
sup,
div,
ul {
    border: 0;
    font-size: 100%;
    font-weight: 400;
    vertical-align: baseline;
    margin: 0;
    padding: 0;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    background-color: #33363d !important;
}

.line {
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    width: 100%;
    word-break: break-all;
    text-decoration: none;
}

.line._l2 {
    -webkit-line-clamp: 2;
}

.line._l3 {
    -webkit-line-clamp: 3;
}

.line._l4 {
    -webkit-line-clamp: 4;
}

.line._l5 {
    -webkit-line-clamp: 5;
}

.line._l6 {
    -webkit-line-clamp: 6;
}

.line._l8 {
    -webkit-line-clamp: 8;
}

.line._l7 {
    -webkit-line-clamp: 7;
}

.title-list {
    display: flex;
    background-color: #f1f1f1;
    height: 60px;
    position: relative;
    align-items: center;
    z-index: 9;
}

.title-list .item {
    width: calc(100% / 6);
    text-align: center;
    cursor: pointer;
    height: 60px;
    line-height: 60px;
    color: #333;
    position: relative;
    /* z-index: 999; */
    transition: all ease-in .3s;
}

.title-list .item:hover,
.title-list .item.active {
    color: #fff;
    background: #e00007;

}

.title-list .item a {
    display: block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;

    border-radius: 2px;
    position: relative;

}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.footer_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.MessageBox>.message-box.error {
    background-color: #ff6221;

}

.MessageBox>.message-box {
    background-color: #33c676;
    color: #fff;
    display: flex;
    position: fixed;
    top: 50px;
    z-index: 30000;
    left: 50%;
    transform: translate(-50%);
    padding: 10px 20px;
}

.ModelBox {
    background-color: #3333;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30000;
}

.ModelBox>* {
    align-items: center;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 50%;
    padding: 20px 40px;
    position: absolute;
    top: 15%;
    min-width: 378px;
    transform: translate(-50%);
}

.ModelBox>*>i {
    border-radius: 50%;
    color: #ff6221;
    font-size: 40px;
    margin-bottom: 10px;
}

.ModelBox>*>.content {
    margin-bottom: 16px;
}

.ModelBox>*>.model-btn-list {
    display: flex;
    justify-content: center;
}

#common-fixed .FlexRow {
    display: flex;
    flex-direction: row;
}

#common-fixed .fiexd-image {
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.tel_box {
    max-width: none;
    width: 392px;
    box-shadow: 0 0 10px 6px rgb(0 0 0 / 10%);
    background-color: #fff;
    border-radius: 5px;
    color: #212529;
    position: absolute;
    right: calc(100%);
    top: 50%;
    transform: translateY(-50%);
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    box-sizing: border-box;
    z-index: 9 !important;
}

.fiexd-text h2 {
    line-height: 2rem;
}

.fiexd-text>div {
    font-size: 12px;
}

.fiexd-content {
    font-size: 16px;
    color: #fff;
    width: 0;
    transition: all ease-in .6s;
}

.fiexd-content.wx {
    position: absolute;
    left: 0;
    top: 50%;
    max-width: none;
    display: none;
    width: auto !important;
    transform: translate(-100%, -50%);
    padding: 10px;
}

.fiexd-content.wx::after {
    content: '';
    display: flex;
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: calc(100% - 10px);
    transform: translate(-50%, -50%) rotate(45deg);
    background-color: #fff;
    z-index: 999;
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
}

.fiexd-content.wx>img {
    background-color: #fff;
    padding: 10px;
    display: block;
    border: 1px solid #e8e8e8;
}

.fiexd-content.wx>* {
    max-width: none;
}

#common-fixed .sanjiao {
    width: 0;
    height: 0;
    border-left: 10px solid #fff;
    border-bottom: 10px solid transparent;
    border-top: 10px solid transparent;
    position: absolute;
    right: -10px;
    top: 50%;
    transform: translateY(-50%);
}

#common-fixed .left .item:hover>.tel_box {
    display: flex;
}

#common-fixed {
    position: fixed;
    width: fit-content;
    max-height: 100%;
    height: fit-content;
    display: flex;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    /* transform: translateY(-50%); */
    z-index: 3000;
    justify-content: center;
}

#common-fixed .box {
    height: 100%;
}

#advertisement {
    width: 100%;
    position: relative;
    padding: calc(100% / 5.46) 0 0;
}

#advertisement img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#common-fixed .left {
    /* height: fit-content; */
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
}

.shopping-box>.content {
    height: calc(100% - 56px);
    overflow: auto;
}

.shopping-box>.content::-webkit-scrollbar {

    width: 8px;

    height: 8px;

    background-color: #F5F5F5;

}

.shopping-box .card {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #fff;
    margin-bottom: 6px;
    padding: 10px;
    width: 100%;
    border-radius: 0;
}

.shopping-box .card .image {
    height: 50px;
    margin: 0 10px 0 0;
    position: relative;
    width: 50px;
}

.shopping-box .card .image img {
    height: 50px;
    width: 50px;
}

.shopping-box .card .image i {
    align-items: center;
    background-color: #999c;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    display: flex;
    font-size: 24px;
    height: 50px;
    justify-content: center;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .2s;
    width: 50px;

}

.shopping-box .card .image:hover>i {
    opacity: 1;
}

.shopping-box .card .right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    line-height: 12px;
}


.shopping-box .card .right .model {
    color: #4066b8;
    font-size: 12px;

}

.shopping-box .card .right>.maker {
    color: #333;
}

.shopping-box>.title {
    align-items: center;
    background-color: #fff;
    display: flex;
    height: 50px;
    margin-bottom: 6px;
    padding-left: 10px;
    width: 100%;
}

.shopping-box>.title>i {
    color: #4066b8;
    font-size: 20px;
    margin-right: 10px;
}

.shopping-box>.content .empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    padding: 20px;
}

#page_box .layui-laypage a,
#page_box .layui-laypage span {
    padding: 0 10px;
}

.shopping-box>.content .empty i {
    font-size: 50px;
}

.shopping-box>.content .empty div {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 15px 0 0;
}

.shopping-box>.content>.primary.btn {
    width: calc(100% - 20px);
    margin: auto;
    background-color: #4066b8;
    color: #fff;
    text-align: center;
    display: block;
}

ul,
ol,
li {
    margin: 0;
    padding: 0;
}

.shopping-box {
    width: 0;
    transition: all .4s;
    background-color: #f6f8fc;
    box-shadow: 0 0 15px -7px #ccc;
    display: flex;
    flex-direction: column;
    height: 50vh;
    position: relative;
}

section {
    min-height: calc(100vh - 78px - 390.5px);
}

.shopping-box.active {
    width: 250px;
    height: 100vh;
}

/*定义滚动条轨道

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    border-radius: 10px;

    background-color: #F5F5F5;

}

/*定义滑块

内阴影+圆角*/

.shopping-box>.content::-webkit-scrollbar-thumb {

    border-radius: 10px;

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

    background-color: #555;

}

.dropdown-item {
    font-size: 12px;
}

#common-fixed .left .item {
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: fit-content;
    margin-bottom: 10px;
    background-color: rgba(0, 0, 0, .6);
    transition: all .8s;
}

#common-fixed .left .item:lase-child {
    margin-bottom: 0;
}
.form-box .image-box {
    margin: 10px 0;
    display: block !important;
}
.form-box .image-box img {
    height: 38px;
    display: inline-block;
    width: auto;
    margin: 0;
}
.email_box,
.mobile_box {
    margin-right: 28px;
    display: flex;
    align-items: center;
    font-size: 14px;
}

.email_box i,
.mobile_box i {
    font-size: 28px;
    margin-right: 8px;

}

.mobile_box i {
    font-size: 24px;
    margin-right: 8px;

}

.title-logo {
    max-width: 323px;
    height: 80px;
    display: flex;
    overflow: hidden;
}

.title-logo img {
    margin: 0;
}

#common-fixed .left .item>.box {
    color: #fff;
    align-items: center;
    display: flex;
}

#common-fixed .left .item>.box i {
    display: flex;
    cursor: pointer;
    width: 24px;
    height: 24px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin: 12px 12px 14px 14px;
    align-items: center;
    justify-content: center;

}

#common-fixed .left>.item:hover>.fiexd-content {
    width: auto;
    transition: all ease-in .6s;
    display: block;
}

.ModelBox>*>.model-btn-list .btn {
    color: #333;
    font-family: unset;
    font-size: 14px;
    position: relative;
    transition: all .2s;
    border-radius: 19px !important;
    margin: 0 10px;
    min-width: 60px;
    overflow: hidden;
    padding: 6px 16px !important;
    background: #f0f0f0;
    line-height: 16px;
}

.ModelBox>*>.model-btn-list>.btn:first-child {
    background-color: #4066b8;
    color: #fff;
}

.l2 {
    -webkit-line-clamp: 2;
    word-break: break-word;
}

.l3 {
    -webkit-line-clamp: 3;
    word-break: break-word;
}

.l4 {
    -webkit-line-clamp: 4;
    word-break: break-word;
}

._row {
    display: flex;
    flex-wrap: wrap;
}

.f_r {
    justify-content: flex-end;
}

.f_c {
    justify-content: center;
}

.f_s {
    justify-content: space-between;
}

.a_c {
    align-items: center;
}

.a_e {
    align-items: flex-end;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.w1460 {
    width: 1460px;
    margin: 0 auto;
}

.w1350 {
    width: 1350px;
    margin: 0 auto;
}

._p10 {
    padding-left: 10px;
    padding-right: 10px;
}

#title-imageBox {
    position: relative;
    width: 100%;
    padding: 11% 0;
    overflow: hidden;
}

#title-imageBox img {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;

    transform: translate(-50%, -50%);
}

/* 头部 */
#Header {
    padding-top: 35px;
    z-index: 2000;
    background-color: #fff;
    /* box-shadow: -10px 10px 10px 2px rgba(0, 0, 0, .05); */
    position: relative;
    top: 0;
    font-size: 16px;
    color: #222;
    padding-bottom: 50px;
}

#Header>.header-box {
    background-color: #214c96;
    color: #fff;

}

.navbar {
    position: static;

}

.navbar>.container-fluid {
    padding: 0;
    position: static;

}

.navbar #background_logo {
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 260px;
    height: auto;
    display: flex;
    overflow: auto;
    z-index: 3;
}

.navbar #logo {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    left: 51px;
    width: 158px;
    height: auto;
    display: flex;
    overflow: auto;
}

.i-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.navbar-light .navbar-nav .nav-link {
    color: unset;
}

.navbar-expand-lg .navbar-collapse {
    position: static;
    justify-content: flex-end;
    align-items: center;
}

.navbar-light:hover .navbar-nav:hover .nav-link:hover {
    color: #E00007;
}

.navbar .info {
    position: absolute;
    bottom: calc(100% + 11px);
    height: 50px;
    color: #333;
    font-size: 12px;
    padding-left: 75px;
    font-weight: 600;
}

.navbar .info>div:last-child {
    padding-left: 150px;
}

body a,
body a:hover {
    color: unset;
    text-decoration: none;
    font-weight: unset;
}

.nav-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background-color: #2f333a;
    color: #fff;
    padding: 8px 10px;
}

.navbar .navbar-nav {
    width: fit-content;
    justify-content: space-between;
    min-width: 860px;

    margin: 0 !important;
}

.t_c {
    text-align: center;
}

.t_l {
    text-align: left;
}

.t_r {
    text-align: right;
}

._title {
    line-height: 45px;
    font-size: 28px;
    font-weight: 600;
    color: #333;
}

.t2 {
    line-height: 1.8;
    font-size: 16px;
    color: #7a7a7a;
    margin-top: 20px;
    margin-bottom: 20px;
}

#Footer {
    background: url(/static/index/img/d1.png) no-repeat center;
}

canvas {
    vertical-align: bottom
}

/* 底部样式 */
#Footer .up {
    background-color: #33363d99;
    padding: 60px 0;
    color: #fff;
}

#Footer .up .left {
    width: 100%;
}

#Footer .input-box {
    position: relative;
    width: 100%;
    height: 44px;
    border: 1px solid #535354;
}

#qrcode {
    width: fit-content;
    padding: 10px;
    background-color: #fff;
}

#Footer .input-box input {
    height: 100%;
    padding: 8px 44px 8px 8px;
    border: none !important;
    background-color: inherit;
    width: 100%;
    color: #fff;
}

#Footer .input-box input::placeholder {
    color: #fff;
}

#Footer .input-box i {
    position: absolute;
    width: 44px;
    height: 100%;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1d1d1d;
    cursor: pointer;
}

#Footer .up .left .title {
    line-height: 28px;
    font-size: 16px;
    margin-bottom: 10px;
    position: relative;
}

#Footer .up .left .children .name {
    display: block;
    line-height: 28px;
    color: #fff;
}

#Footer .friendly {
    margin: 20px 0 0;
}

#Footer .friendly .image-box {
    width: 175px;
    height: 60px;
    overflow: hidden;
    margin: 0 0 15px 15px
}

#Footer .friendly .text {
    padding: 0 20px;
    text-align: center;
    margin: 0 0 15px 15px;
    display: block;
}

#Footer .friendly .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;

}

#Footer .up .left>.item {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
}

#Footer .up .left>.item:nth-child(4) {
    margin-right: 0;
}

#Footer .up .right {
    width: 32%;
    padding: 0 0 0 30px;
    border-left: 1px solid #d2d2d2;
}

#Footer .up .right .title {
    line-height: 40px;
    font-size: 28px;
}

#Footer .up .right .title span {
    color: #b60005;
}

#Footer .up .right .content {
    line-height: 20px;
    font-size: 13px;
    font-weight: 400;
    margin: 6px 0 0;
}

#Footer .down {
    padding: 13px 0 12px;
    color: #fff;
    font-weight: lighter;
    background: #2a2a2a;
}

#Footer .imgList {
    margin: 10px 0 0 0;
}

#Footer .imgList i {
    font-size: 16px;
    margin: 0px 5px 5px 0;
}

.m_y60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

.p_y60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

.p_y40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.p_y80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.m_y40 {
    margin-top: 40px;
    margin-bottom: 40px;

}

#Footer .down .info {
    text-align: center;
    line-height: 28px;
}

._x {
    padding: 10px 0 0;
    line-height: 24px;
    text-align: center;
    opacity: .6;
    border-top: 1px solid #fff;
    margin: 7.5px 0 0;
}

.top_box {
    position: relative;
    /* justify-content: flex-end; */
}

.footer_box {
    background-color: #083584;
    padding: 10px;
    line-height: 1.8;
}

.head-contentBox1 {
    display: flex;
    align-items: center;

}

.d-flex {
    position: relative;

}

.nav-link {
    position: relative;
}

.nav-link:hover,
.nav-link.active {
    color: unset !important;

}

.nav-link::after {
    content: '';
    position: absolute;
    top: 100%;
    height: 8px;
    width: 0;
    left: 0;
    transition: all .4s;
    background-color: #828589;
}

.nav-link:hover::after,
.nav-link.active::after {

    width: 100%;
}

#Header .d-flex input {
    margin-right: 0 !important;
    padding: 6px 40px 6px 12px;
    /* border-radius: 23px; */
    border-left: none;
    border-right: none;
    border-top: none;
    outline: none;
    width: 340px;
    flex: 1;

}

select:focus {
    border: 0;
}

#Header .d-flex input:focus {
    border-color: none;
    box-shadow: none;
}

.serbox {
    position: absolute;
    bottom: calc(100% + 17px);
    right: 0;
    z-index: 3000;
}

.nodata_box {
    display: flex;
    justify-content: center;
    align-items: center;
}

#searchbtn {
    border-radius: 0;
    width: 36px;
    height: 36px;
    display: flex;
    position: absolute;
    right: 0;
    background-color: #fefefe;
    align-items: center;
    justify-content: center;
    border: 0;


}

#searchbtn i {
    color: #e8e8e8;
    font-size: 20px;
}
#google_translate_element,
#J_lang_switch {
    height: 100%;
    width: auto;
    /* margin-left: 40px; */
    cursor: pointer;
    position: absolute;
    top: -50px;
    right: 0;
    border: none;
    line-height: 1;
    height: 28px;
    background-color: #cccccc;
}
.skiptranslate *{
  height: 0 !important;
  overflow: hidden !important;
}
#google_translate_element *,
#google_translate_element {
  height: initial !important;
  overflow: auto !important;
}
body {
    top: auto !important;
}
.index-products .index-products-titleList {
    margin: 40px auto;
}

.index-products .index-products-titleList>div {
    margin: 0 20px;
    font-size: 16px;
    color: #7a7a7a;
}

.index-products .index-products-titleList>div.active {
    color: #333;
}

.index-products .content>.item {
    width: calc((100% - 60px) / 4);
    margin-right: 20px;
    margin-bottom: 20px;
}

.index-products .content>.item:nth-child(4n) {
    margin-right: 0;
}

.index-products .content>.item>.image-box {
    /* width: 100%; */
    padding: 50% 0;
    display: block;
    position: relative;
    overflow: hidden;
    border: 1px solid #EFEFEF;
}
.form-box >.title{
    padding-bottom: 18px;
    position: relative;
    font-size: 16px;
    color: #333;
    font-weight: 700;
}
.form-box >.description{
    padding-bottom: 18px;
    position: relative;

    color: #999;
}
.index-products .content>.item>.image-box>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-products .content>.item>.model {
    margin: 10px 0;
    color: #333;
    display: block;
    font-weight: 600;
}