:root {
  --main-color: #e42a25;
  --sub-color: #201a1a;
  --swiper-theme-color:var(--main-color);
}

.pagination {
  --bs-pagination-color:var(--main-color);
  --bs-pagination-active-bg:var(--main-color);
  --bs-pagination-border-radius: 0;
  --bs-pagination-hover-color: var(--main-color);
  --bs-pagination-focus-box-shadow: none;
  --bs-pagination-active-border-color: var(--main-color);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  max-width: 1920px;
  margin: 0 auto;
  font-family: "PingFang SC", Helvetica, "Microsoft YaHei", sans-serif;
}

button,
input[type=submit],
input[type=reset],
input[type=text],
input[type=button],
select {
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
  outline: 0;
  border: none;
}

input,
button {
  overflow: visible;
  vertical-align: middle;
  outline: none;
}

a:hover {
  text-decoration: none;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p {
  padding: 0;
  margin: 0;
}

table, td, tr, th {
  font-size: 12px;
}

li {
  list-style-type: none;
}

img {
  vertical-align: top;
  border: 0;
  max-width: 100%;
}

ol, ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 12px;
  font-weight: normal;
}

i, address, cite, code, em, th {
  font-weight: normal;
  font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, input, button, textarea, p, blockquote, th, td, form {
  margin: 0;
  padding: 0;
}

html, body {
  background: #ffffff;
}

li, ul {
  list-style: none;
}

a {
  text-decoration: none;
}

.ratio > img {
  object-fit: cover;
}

.ratio-3x4 {
  --bs-aspect-ratio: calc(4 / 3 * 100%);
}

@media only screen and (min-width: 0) {
  .small-block-grid-1 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (1 - 1))) / 1);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-2 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (2 - 1))) / 2);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-3 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (3 - 1))) / 3);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-4 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (4 - 1))) / 4);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-5 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (5 - 1))) / 5);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-6 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (6 - 1))) / 6);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-7 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (7 - 1))) / 7);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-8 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (8 - 1))) / 8);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-9 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (9 - 1))) / 9);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-10 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (10 - 1))) / 10);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-11 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (11 - 1))) / 11);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .small-block-grid-12 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (12 - 1))) / 12);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
}
@media only screen and (min-width: 35.61111em) {
  .medium-block-grid-1 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (1 - 1))) / 1);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-2 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (2 - 1))) / 2);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-3 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (3 - 1))) / 3);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-4 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (4 - 1))) / 4);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-5 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (5 - 1))) / 5);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-6 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (6 - 1))) / 6);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-7 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (7 - 1))) / 7);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-8 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (8 - 1))) / 8);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-9 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (9 - 1))) / 9);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-10 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (10 - 1))) / 10);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-11 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (11 - 1))) / 11);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .medium-block-grid-12 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (12 - 1))) / 12);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
}
@media only screen and (min-width: 56.94444em) {
  .large-block-grid-1 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (1 - 1))) / 1);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-2 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (2 - 1))) / 2);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-3 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (3 - 1))) / 3);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-4 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (4 - 1))) / 4);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-5 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (5 - 1))) / 5);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-6 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (6 - 1))) / 6);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-7 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (7 - 1))) / 7);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-8 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (8 - 1))) / 8);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-9 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (9 - 1))) / 9);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-10 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (10 - 1))) / 10);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-11 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (11 - 1))) / 11);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
  .large-block-grid-12 {
    --grid-width: calc((100% - (var(--grid-x, 15px) * (12 - 1))) / 12);
    display: grid;
    grid-gap: var(--grid-y, var(--grid-x, 15px)) var(--grid-x, 15px);
    grid-template-columns: repeat(auto-fit, var(--grid-width));
  }
}
header .top {
  height: 113px;
  display: flex;
  align-items: center;
  background-color: #1b1b1b;
}
header .top .logo {
  display: flex;
  align-items: center;
  height: 58px;
}
header .top .logo img {
  max-height: 100%;
}
header .top .telBox i {
  color: var(--main-color);
}
header .top .telBox i svg {
  width: 38px !important;
  height: 38px !important;
}
header .top .telBox .tel .p1 {
  font-size: 16px;
  color: #666;
}
header .top .telBox .tel .p2 {
  font-size: 20px;
  font-weight: bold;
  color: var(--main-color);
}
header .Navbar {
  height: 46px;
  background-color: #3b3939;
}
header .Navbar a {
  color: #fff;
}
header .Navbar ul {
  display: flex;
  align-items: center;
  height: 46px;
  width: 100%;
  justify-content: space-between;
}
header .Navbar ul li {
  padding: 0 24px;
  font-size: 14px;
  position: relative;
  height: 100%;
}
header .Navbar ul li .topa {
  display: block;
  position: relative;
  height: 100%;
  line-height: 46px;
}
header .Navbar ul li .subNavbar {
  width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 2;
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}
header .Navbar ul li .subNavbar a {
  display: block;
  height: 34px;
  line-height: 34px;
  padding: 0 10px;
  background-color: #3b3939;
  font-size: 14px;
  text-align: center;
}
header .Navbar ul li .subNavbar a:hover {
  color: var(--main-color);
  background-color: #393737;
}
header .Navbar ul li:hover, header .Navbar ul li.on {
  background-color: var(--main-color);
}
header .Navbar ul li:hover .subNavbar {
  height: 102px;
}

#priceModal .modal-dialog {
  max-width: 728px;
}
#priceModal .modal-dialog .modal-content {
  background-image: url(../img/alert_top_bg.png), url(../img/alert_bg.png);
  background-repeat: no-repeat;
  background-position: center top, right bottom;
  background-color: #fff;
  background-size: 100% auto, auto;
  border: 0 !important;
  border-radius: 20px;
  overflow: hidden;
}
#priceModal .modal-dialog .modal-content .tit {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  line-height: 32px;
  margin-bottom: 4px;
}
#priceModal .modal-dialog .modal-content .info {
  color: rgba(225, 225, 225, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#priceModal .modal-dialog .modal-content .modal-header, #priceModal .modal-dialog .modal-content .modal-footer {
  border: 0;
}
#priceModal .modal-dialog .modal-content .modal-header {
  padding-left: 40px;
  padding-right: 40px;
}
#priceModal .modal-dialog .modal-content .modal-header .btn-close {
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #000;
  opacity: 1;
  transform: scale(0.8);
}
#priceModal .modal-dialog .modal-content .modal-body {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
#priceModal .modal-dialog .newzlbjc .item + .item {
  margin-top: 30px;
}
#priceModal .modal-dialog .newzlbjc .itemTit {
  padding-bottom: 10px;
}
#priceModal .modal-dialog .newzlbjc .itemTit p {
  margin-right: 10px;
  padding: 0 10px;
  background: #888888;
  border-radius: 23px;
  color: #bfbfbf;
  height: 23px;
  line-height: 23px;
  display: inline-block;
}
#priceModal .modal-dialog .newzlbjc .itemTit p span {
  color: #fff;
}
#priceModal .modal-dialog .newzlbjc .content {
  display: grid;
  grid: auto/auto auto auto;
  grid-gap: 10px;
  grid-template-columns: auto auto auto auto auto;
}
#priceModal .modal-dialog .newzlbjc .content a {
  display: inline-flex;
  border-radius: 12px;
  padding-left: 12px;
  font-size: 13px;
  color: #595959;
  background: url(../img/al_dc_icon.png) no-repeat 93% 50% #f2f2f2;
  border: 2px #fff solid;
  width: 110px;
  height: 44px;
  align-items: center;
}
#priceModal .modal-dialog .newzlbjc .content a.on {
  background-image: url(../img/al_dc_icon_on.png);
  border-color: var(--main-color);
}
#priceModal .modal-dialog .newzlbjc .queryoffer .list {
  display: grid;
  grid: auto/auto auto auto;
  grid-gap: 15px;
  grid-template-columns: auto auto;
}
#priceModal .modal-dialog .newzlbjc .queryoffer .lista {
  padding-bottom: 15px;
}
#priceModal .modal-dialog .newzlbjc .queryoffer input, #priceModal .modal-dialog .newzlbjc .queryoffer textarea {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #333;
  font-size: 14px;
  background: #f3f3f3;
  border: 0;
  padding-left: 20px;
  border-radius: 12px;
  outline: 0 !important;
}
#priceModal .modal-dialog .newzlbjc .queryoffer textarea {
  height: 150px;
  padding: 20px;
  resize: none;
  margin-top: 15px;
  line-height: inherit;
}
#priceModal .modal-dialog .newzlbjc .queryoffer .al_sub {
  width: 246px;
  height: 56px;
  line-height: 56px;
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 10px 0 rgba(229, 1, 32, 0.35);
  cursor: pointer;
  margin: 0 auto;
}

#orderModal .modal-dialog .modal-content {
  background-image: url(../img/alert_top_bg2.png), url(../img/alert_bg.png);
  background-repeat: no-repeat;
  background-position: center top, right bottom;
  background-color: #fff;
  background-size: 100% auto, auto;
  border: 0 !important;
  border-radius: 20px;
  overflow: hidden;
}
#orderModal .modal-dialog .modal-content .tit {
  color: #fff;
  font-size: 24px;
  font-weight: bolder;
  line-height: 32px;
  margin-bottom: 4px;
}
#orderModal .modal-dialog .modal-content .info {
  color: rgba(225, 225, 225, 0.5);
  font-size: 14px;
  line-height: 22px;
}
#orderModal .modal-dialog .modal-content .modal-header, #orderModal .modal-dialog .modal-content .modal-footer {
  border: 0;
}
#orderModal .modal-dialog .modal-content .modal-header {
  padding-left: 40px;
  padding-right: 40px;
}
#orderModal .modal-dialog .modal-content .modal-header .btn-close {
  color: #fff;
  font-weight: bold;
  border-radius: 100%;
  border: 2px solid #000;
  opacity: 1;
  transform: scale(0.8);
}
#orderModal .modal-dialog .modal-content .modal-body {
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
}
#orderModal .modal-dialog .orderForm .order_input {
  width: 274px;
  margin: 0 auto;
}
#orderModal .modal-dialog .orderForm .order_input + .order_input {
  margin-top: 16px;
}
#orderModal .modal-dialog .orderForm .order_input input {
  width: 100%;
  height: 56px;
  line-height: 56px;
  color: #333;
  font-size: 14px;
  background: #f3f3f3;
  border: 0;
  padding-left: 20px;
  border-radius: 12px;
}
#orderModal .modal-dialog .orderForm .order_input .al_sub {
  width: 274px;
  height: 56px;
  line-height: 56px;
  background-color: var(--main-color);
  font-size: 14px;
  color: #fff;
  border-radius: 14px;
  box-shadow: 0 5px 10px 0 rgba(229, 1, 32, 0.35);
  cursor: pointer;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
#orderModal .modal-dialog .orderForm .order_input .al_sub img {
  margin-right: 5px;
}
#orderModal .modal-dialog .orderForm .order_input span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 75px;
  height: 100%;
  background: #71c9ad;
  text-align: center;
  position: absolute;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.9);
  line-height: 16px;
  border-radius: 12px;
  border: 3px solid #f3f3f3;
}

.site-footer {
  background: #333333;
}
.site-footer .footer-top {
  padding-top: 58px;
}
.site-footer .footer-top .f-navs {
  color: #aaa9a9;
  display: flex;
  justify-content: space-between;
}
.site-footer .footer-top dl {
  display: block;
}
.site-footer .footer-top dl dt {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 20px;
  font-weight: bold;
  color: #ffffff;
  display: block;
}
.site-footer .footer-top dl dd {
  display: block;
}
.site-footer .footer-top dl dd a {
  font-size: 14px;
  line-height: 1;
  color: #aaa9a9;
}
.site-footer .footer-top dl dd a:hover {
  color: #fff;
}
.site-footer .footer-top dl dd + dd {
  display: block;
  margin-top: 16px;
}
.site-footer .footer-top dl dd.tel {
  color: var(--main-color);
}
.site-footer .footer-top dl dd.tel i svg {
  width: 30px;
  height: 30px;
}
.site-footer .footer-top dl dd.tel span {
  font-size: 24px;
  font-weight: bold;
}
.site-footer .footer-top dl dd.address {
  display: flex;
  color: var(--main-color);
}
.site-footer .footer-top dl dd.address i svg {
  width: 20px;
  height: 20px;
}
.site-footer .footer-top dl dd.address div {
  font-size: 14px;
  font-weight: bold;
  margin-left: 10px;
}
.site-footer .footer-top dl dd + dt {
  padding-top: 20px;
  margin-bottom: 8px;
  margin-top: 0;
}
.site-footer .footer-top .f-ewm {
  margin: 0 auto;
  display: block;
  width: min-content;
  background: var(--main-color);
  font-size: 18px;
  color: #fff;
  padding-top: 5px;
  text-align: center;
}
.site-footer .footer-top .f-ewm img {
  max-width: 140px;
  border-top: 10px solid #333;
  margin-top: 5px;
}
.site-footer .footer-top:after {
  display: block;
  content: "";
  border-bottom: 1px solid #8a8989;
  margin-top: 30px;
}
.site-footer .footer-copy {
  background: #2d2d2d;
  text-align: center;
  color: #9e9d9d;
  line-height: 1.75;
  font-size: 14px;
  padding: 30px 0;
}
.site-footer .flink {
  margin-bottom: 30px;
  font-size: 14px;
  color: #ffffff;
  margin-top: 10px;
  line-height: 1.78;
  margin-right: -10px;
}
.site-footer .flink span {
  font-size: 15px;
  font-weight: bold;
}
.site-footer .flink a {
  font-size: 14px;
  color: #9e9d9d;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.site-footer .flink a:hover {
  color: #fff;
}

.float_bottom {
  width: 100%;
  height: 123px;
  background: url(../img/ffloat_bg2.png) no-repeat center center/cover;
  position: fixed;
  z-index: 99;
  bottom: 0;
  left: 0;
}
.float_bottom .float_left {
  height: auto;
  padding-top: 35px;
  color: #fff;
  padding-left: 70px;
}
.float_bottom .float_left .tit {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 2px;
  font-style: italic;
}
.float_bottom .float_left .info {
  font-size: 12px;
  line-height: 28px;
}
.float_bottom .float_left .info span {
  font-weight: bolder;
}
.float_bottom .order_form {
  max-width: calc(100% - 300px);
  height: auto;
  padding-top: 50px;
}
.float_bottom .order_form ul {
  display: flex;
}
.float_bottom .order_form ul li {
  position: relative;
  height: 50px;
  width: calc(25% - 10px);
}
.float_bottom .order_form ul li + li {
  margin-left: 10px;
}
.float_bottom .order_form ul li input {
  background-color: #fff;
  width: 100%;
  height: 100%;
  line-height: 50px;
  text-indent: 1em;
  border: 0;
  font-size: 14px;
  color: #484848;
}
.float_bottom .order_form ul li:nth-last-of-type(2) {
  position: relative;
  z-index: 1;
}
.float_bottom .order_form ul li:nth-last-of-type(2) span {
  position: absolute;
  z-index: 2;
  font-size: 15px;
  color: #080808;
  top: 13px;
  right: 18px;
  font-weight: bolder;
}
.float_bottom .order_form ul li:nth-last-of-type(1) input {
  border: 0;
  font-size: 14px;
  background: url(../img/contact_sub.png) no-repeat 27px 50% var(--main-color);
  text-indent: 57px;
  text-align: left;
  color: #fff;
  cursor: pointer;
}
.float_bottom .order_form ul li:nth-last-of-type(1) input:hover {
  background-color: #b80820;
}

/*# sourceMappingURL=common.css.map */
