
.md22974.md-home-footer {
  overflow: hidden;
  background-color: #252525;
  padding: 1.08rem 0 0.8rem 0;
}
.md22974.md-home-footer .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22974.md-home-footer .footer-top {
  display: flex;
  justify-content: space-between;
}
.md22974.md-home-footer .footer-top-left {
  width: 2.5rem;
}
.md22974.md-home-footer .footer-top-left .title-main {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.md22974.md-home-footer .footer-top-left .title-main .logo {
  margin-right: 0.12rem;
  width: 0.36rem;
  height: 0.53rem;
}
.md22974.md-home-footer .footer-top-left .title-main .logo img {
  width: 100%;
}
.md22974.md-home-footer .footer-top-left .title-main span {
  color: #fff;
  font-style: italic;
}
.md22974.md-home-footer .footer-top-left .desc {
  margin-top: 0.24rem;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.6);
}
.md22974.md-home-footer .footer-top-right {
  flex: 1;
  margin-left: 3.22rem;
  display: flex;
}
.md22974.md-home-footer .footer-top-right .card-item {
  flex: 1;
}
.md22974.md-home-footer .footer-top-right .card-item-name {
  color: #fff;
}
.md22974.md-home-footer .footer-top-right .card-item-list {
  margin-top: 0.22rem;
}
.md22974.md-home-footer .footer-top-right .card-item-list li {
  color: rgba(255, 255, 255, 0.6);
  margin-top: 0.1rem;
  display: flex;
}
.md22974.md-home-footer .footer-top-right .card-item-list li:hover {
  color: #fff;
}
.md22974.md-home-footer .footer-top-right .card-item:nth-child(2) {
  margin-left: 1.1rem;
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.24rem;
  background-position: 0 4px;
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li:nth-child(1) {
  background-image: url("../images/foot_icon_1.png");
}
@media screen and (max-width: 900px) {
  .md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
    background-size: 0.3rem;
    padding-left: 0.4rem;
  }
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.24rem;
  background-position: 0 4px;
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li:nth-child(2) {
  background-image: url("../images/foot_icon_2.png");
}
@media screen and (max-width: 900px) {
  .md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
    background-size: 0.3rem;
    padding-left: 0.4rem;
  }
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
  background-repeat: no-repeat;
  background-size: 0.2rem 0.2rem;
  padding-left: 0.24rem;
  background-position: 0 4px;
}
.md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li:nth-child(3) {
  background-image: url("../images/foot_icon_3.png");
}
@media screen and (max-width: 900px) {
  .md22974.md-home-footer .footer-top-right .card-item.card-item-contact .card-item-list li {
    background-size: 0.3rem;
    padding-left: 0.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .md22974.md-home-footer .footer-top-left {
    width: 5rem;
  }
  .md22974.md-home-footer .footer-top-right {
    margin-left: 0.3rem;
  }
}
@media screen and (max-width: 900px) {
  .md22974.md-home-footer .footer-top {
    display: block;
  }
  .md22974.md-home-footer .footer-top-left {
    width: auto;
  }
  .md22974.md-home-footer .footer-top-right {
    margin-top: 0.6rem;
    margin-left: 0rem;
  }
}
@media screen and (max-width: 750px) {
  .md22974.md-home-footer .footer-top-right {
    display: block;
  }
  .md22974.md-home-footer .footer-top-right .card-item {
    margin-top: 0.6rem;
  }
  .md22974.md-home-footer .footer-top-right .card-item:nth-child(2) {
    margin-left: 0rem;
  }
}
.md22974.md-home-footer .footer-share {
  display: flex;
  margin-top: 0.3rem;
}
.md22974.md-home-footer .footer-share-item {
  margin-right: 0.12rem;
  width: 0.3rem;
  height: 0.3rem;
  background-color: #2d2d2d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.md22974.md-home-footer .footer-share-item img {
  display: block;
}
.md22974.md-home-footer .footer-share-item:hover {
  background-color: var(--theme);
}
.md22974.md-home-footer .footer-end {
  margin-top: 0.98rem;
  padding-top: 0.28rem;
  border-top: 1px solid #353535;
  display: flex;
  justify-content: space-between;
  color: #7c7c7c;
}
@media screen and (max-width: 750px) {
  .md22974.md-home-footer .footer-end {
    display: block;
  }
}

.md22975.md-header {
  margin: 0 auto;
}
.md22975.md-header .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22975.md-header .header-content {
  position: fixed;
  background-color: #fff;
  width: 100%;
  z-index: 9;
}
.md22975.md-header .layout {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.md22975.md-header .logo {
  width: 2.56rem;
  height: 0.53rem;
}
.md22975.md-header .logo img {
  display: block;
  width: 100%;
}
.md22975.md-header .menu {
  display: flex;
  align-items: center;
}
.md22975.md-header .menu .nav {
  margin-right: 0.28rem;
  min-height: 0.96rem;
  display: flex;
}
.md22975.md-header .menu .nav ul {
  min-height: 100%;
  display: flex;
  align-items: center;
}
.md22975.md-header .menu .nav ul li {
  height: 100%;
  position: relative;
}
.md22975.md-header .menu .nav ul li > span {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 0.20rem;
  color: #222222;
  position: relative;
  transition: all 0.3s;
}
.md22975.md-header .menu .nav ul li > span a {
  height: 100%;
  display: flex;
  align-items: center;
}
.md22975.md-header .menu .nav ul li > span::after {
  content: "";
  width: 100%;
  height: 0%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s;
  z-index: -1;
}
@media screen and (min-width: 1200px) {
  .md22975.md-header .menu .nav ul li > span:hover {
    color: #fff;
    transition: all 0.3s;
  }
  .md22975.md-header .menu .nav ul li > span:hover::after {
    transition: all 0.3s;
    background-color: var(--theme);
    height: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .menu .nav ul li > span {
    display: flex;
    justify-content: space-between;
  }
  .md22975.md-header .menu .nav ul li > span i {
    display: block;
    background-color: #eef4f9;
    width: 0.4rem;
    height: 0.4rem;
    border-radius: 50%;
    position: relative;
  }
  .md22975.md-header .menu .nav ul li > span i::before {
    content: "";
    width: 0.2rem;
    height: 2px;
    background-color: var(--theme);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .md22975.md-header .menu .nav ul li > span i::after {
    content: "";
    height: 0.18rem;
    width: 2px;
    background-color: var(--theme);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.md22975.md-header .menu .nav ul li .sub-menu {
  z-index: 10;
  border-radius: 4px;
  position: absolute;
  top: 100%;
  left: 50%;
  background-color: #fff;
  box-shadow: 0 0 0.32rem 0 rgba(0, 0, 0, 0.16);
  width: 100%;
  transform: translate(-50%, 0.2rem);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.md22975.md-header .menu .nav ul li .sub-menu--item {
  padding: 0.1rem;
  color: #333;
  font-size: 0.14rem;
  border-top: 1px solid #ddd;
  text-align: center;
}
@media screen and (min-width: 1200px) {
  .md22975.md-header .menu .nav ul li .sub-menu--item:hover {
    background-color: var(--theme);
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .menu .nav ul li .sub-menu {
    display: none;
    position: static;
    opacity: 1;
    visibility: visible;
    transform: translate(0%, 0);
    box-shadow: none;
    padding-left: 0.2rem;
  }
  .md22975.md-header .menu .nav ul li .sub-menu--item {
    text-align: left;
    font-size: 0.22rem;
    border-top: none;
    padding: 0.2rem 0 0 0.3rem;
  }
}
@media screen and (min-width: 1200px) {
  .md22975.md-header .menu .nav ul li:hover .sub-menu {
    transition: all 0.3s;
    transform: translate(-50%, 0px);
    opacity: 1;
    visibility: visible;
  }
}
.md22975.md-header .menu .nav ul li.active > span i::after {
  opacity: 0;
}
.md22975.md-header .menu .global-search {
  width: 16px;
  height: 17px;
  background-image: url(/static/home/images/global_search_icon.png);
  background-size: contain;
  margin-right: 0.38rem;
  background-repeat: no-repeat;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .md22975.md-header .menu .global-search {
    margin-right: 0.3rem;
    width: 19px;
    height: 19px;
  }
}
.md22975.md-header .menu .change-language {
  position: relative;
  background-image: url(/static/home/images/language_icon.png);
  background-repeat: no-repeat;
  background-size: 21px;
  background-position: left center;
  margin-right: 0.4rem;
  padding-left: 27px;
  cursor: pointer;
  font-weight: bold;
  z-index: 8;
}
.md22975.md-header .menu .change-language span {
  display: block;
}
.md22975.md-header .menu .change-language .h-lang__bd {
  position: absolute;
  top: 100%;
  display: none;
  left: 0;
  width: 100%;
  border-radius: 4px;
}
.md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt {
  position: relative;
  padding-top: 5px;
}
.md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt ul {
  background: #ffffff;
  box-shadow: 0px 0px 0.12rem rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  overflow: hidden;
}
.md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt ul li {
  font-size: 14px;
  color: #333;
  text-align: center;
  white-space: nowrap;
  list-style: none;
  padding: 8px 0.16rem;
  transition: all 0.3s;
}
@media screen and (min-width: 1200px) {
  .md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt ul li:hover {
    transition: all 0.3s;
    background-color: var(--theme);
    color: #fff;
  }
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt ul li {
    padding: 5px;
  }
}
.md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt .arrow {
  width: 0.1rem;
  height: 0.1rem;
  z-index: -1;
  top: 1px;
  left: 50%;
  transform: translate(-50%, 0);
  position: absolute;
}
.md22975.md-header .menu .change-language .h-lang__bd .h-lang__opt .arrow::before {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  right: 0;
  width: 0.1rem;
  height: 0.1rem;
  z-index: -1;
  content: " ";
  transform: rotate(45deg);
  position: absolute;
  box-sizing: border-box;
  background: #fff;
}
.md22975.md-header .menu .get-quote {
  width: 1.2rem;
  height: 0.4rem;
  background-color: var(--theme);
  border-radius: 0.2rem;
  line-height: 0.36rem;
  text-align: center;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .menu .get-quote {
    width: fit-content;
    line-height: normal;
    height: auto;
    padding: 0.1rem;
  }
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .menu .nav {
    right: -100%;
    position: fixed;
    background-color: #fff;
    z-index: 10;
    height: 100vh;
    overflow-y: auto;
    margin-right: 0;
    min-height: auto;
    top: 0;
    width: 60%;
    box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.16);
    transition: all 0.3s;
  }
  .md22975.md-header .menu .nav ul {
    display: block;
    width: 100%;
    min-height: auto;
    margin-top: 1rem;
  }
  .md22975.md-header .menu .nav ul li {
    height: auto;
    margin-bottom: 0.2rem;
  }
  .md22975.md-header .menu .nav.active {
    right: 0;
    transition: all 0.3s;
  }
}
.md22975.md-header .nav-btn {
  display: none;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .md22975.md-header .header-content {
    padding: 0.2rem 0;
  }
  .md22975.md-header .nav-btn {
    display: block;
    margin-left: 0.3rem;
    margin-top: 0.1rem;
    cursor: pointer;
  }
  .md22975.md-header .nav-btn-icon span {
    display: block;
    width: 23px;
    height: 2px;
    background: #222222;
    transition: all 0.3s;
    transform-origin: right center;
    margin-bottom: 6px;
  }
  .md22975.md-header .nav-btn.open .nav-btn-icon span {
    background-color: #000;
  }
  .md22975.md-header .nav-btn.open .nav-btn-icon span:nth-of-type(1) {
    transform: rotate(-45deg);
  }
  .md22975.md-header .nav-btn.open .nav-btn-icon span:nth-of-type(2) {
    width: 0;
  }
  .md22975.md-header .nav-btn.open .nav-btn-icon span:nth-of-type(3) {
    transform: rotate(45deg);
  }
}


/* 搜索 */
.md22975.md-search .main {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 101;
  width: 100%;
  background: #fff;
  padding: 0.4rem 0;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50%);
}

.md22975.md-search .form {
  width: 6rem;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #999;
  padding-bottom: 0.1rem;
}

.md22975.md-search .form .ipt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: none;
  font-size: inherit;
}

.md22975.md-search .form .btn {
  border: none;
  background: var(--theme);
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
}

.md22975.md-search .form .btn img {
  width: 0.23rem;
  margin: auto;
}

.md22975.md-search.show .main {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

@media screen and (max-width: 750px) {
  .md22975.md-search .form {
    width: 90%;
  }
  .md22975.md-search .form .btn {
    width: 0.45rem;
    height: 0.45rem;
  }
}
.md22975.global-mask {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 7;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(2px);
  display: none;
}
.md22975.global-mask.active {
  display: block;
}

.md22977.md-com-banner {
  position: relative;
}
.md22977.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22977.md-com-banner .cb_ban {
  position: relative;
}
.md22977.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(500 / 1920 * 100%);
  overflow: hidden;
}
.md22977.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md22977.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  text-align: center;
}
.md22977.md-com-banner .title {
  line-height: 1.25;
}
.md22977.md-com-banner .intro {
  margin-top: 0.16rem;
}
.md22977.md-com-banner .vline {
  width: 1px;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.md22977.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md22977.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .md22977.md-com-banner .vline {
    display: none;
  }
}

.md22979.md-com-bread {
  box-shadow: 0 -1px 0 0 inset #e9edf4;
}
.md22979.md-com-bread .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22979.md-com-bread .bread {
  position: relative;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  color: #666;
  line-height: 1;
}
.md22979.md-com-bread .bread .home {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.md22979.md-com-bread .bread svg {
  width: 1em;
  height: 1em;
  color: var(--theme);
}
.md22979.md-com-bread .bn-swiper {
  max-width: 50%;
}
.md22979.md-com-bread .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md22979.md-com-bread .bn-swiper .bsa:hover {
  color: var(--theme);
}
.md22979.md-com-bread .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme);
}
.md22979.md-com-bread .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md22979.md-com-bread .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md22979.md-com-bread .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md22979.md-com-bread .bn-swiper .cta {
    line-height: 2.5;
  }
}

.md22980.md-com-bread {
  box-shadow: 0 -1px 0 0 inset #e9edf4;
}
.md22980.md-com-bread .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22980.md-com-bread .bread {
  position: relative;
  padding-top: 0.26rem;
  padding-bottom: 0.26rem;
  color: #666;
  line-height: 1;
}
.md22980.md-com-bread .bread .home {
  margin-right: 0.1rem;
  display: inline-flex;
  align-items: center;
}
.md22980.md-com-bread .bread svg {
  width: 1em;
  height: 1em;
  color: var(--theme);
}
.md22980.md-com-bread .bn-swiper {
  max-width: 50%;
}
.md22980.md-com-bread .bn-swiper .bsa {
  position: relative;
  width: auto;
  white-space: nowrap;
  transition: color 0.5s;
}
.md22980.md-com-bread .bn-swiper .bsa:hover {
  color: var(--theme);
}
.md22980.md-com-bread .bn-swiper .bsa.on {
  color: #fff;
  background-color: var(--theme);
}
.md22980.md-com-bread .bn-swiper .cta {
  min-width: 1.6rem;
  display: block;
  line-height: 0.8rem;
  text-align: center;
  padding: 0 1em;
}
.md22980.md-com-bread .bn-swiper .sp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 900px) {
  .md22980.md-com-bread .bn-swiper {
    width: 100%;
    max-width: none;
    margin-top: 0.1rem;
  }
  .md22980.md-com-bread .bn-swiper .cta {
    line-height: 2.5;
  }
}

.md22981.md-com-banner {
  position: relative;
}
.md22981.md-com-banner .layout {
  margin-left: auto;
  margin-right: auto;
  width: 16rem;
  max-width: 92%;
}
.md22981.md-com-banner .cb_ban {
  position: relative;
}
.md22981.md-com-banner .cb_bg {
  position: relative;
  padding-top: calc(500 / 1920 * 100%);
  overflow: hidden;
}
.md22981.md-com-banner .cb_bg img {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.md22981.md-com-banner .cb_text {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1.2;
  text-align: center;
}
.md22981.md-com-banner .title {
  line-height: 1.25;
}
.md22981.md-com-banner .intro {
  margin-top: 0.16rem;
}
.md22981.md-com-banner .vline {
  width: 1px;
  height: 0.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
}
.md22981.md-com-banner .video video {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .md22981.md-com-banner .cb_bg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 500px) {
  .md22981.md-com-banner .vline {
    display: none;
  }
}

/* 询盘表单 */
.md23166.md-quote {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 200;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
}

.md23166.md-quote .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 21;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.md23166.md-quote .main {
  position: relative;
  z-index: 22;
  width: 7.7rem;
  max-width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  background-color: #fff;
  border-radius: .1rem;
  padding: .6rem;
  padding-top: .54rem;
}

.md23166.md-quote .title {
  color: #13151a;
  line-height: 1;
}

.md23166.md-quote .desc {
  color: #434343;
  line-height: 1.5;
  margin-top: .12rem;
}

.md23166.md-quote .close {
  position: absolute;
  right: 0.3rem;
  top: 0.3rem;
  width: .14rem;
  height: 0.14rem;
  min-width: 14px;
  min-height: 14px;
  color: #ccc;
  cursor: pointer;
}

.md23166.md-quote .close:hover {
  color: #000;
}

.md23166.md-quote .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: .22rem;
  color: #13151a;
}

.md23166.md-quote .form-item {
  width: calc(320 / 650 * 100%);
  margin-bottom: .2rem;
}

.md23166.md-quote .form-item.full {
  width: 100%;
}

.md23166.md-quote .form-footer {
  width: 100%;
  text-align: center;
  margin-top: 0.1rem;
}

.md23166.md-quote .form .m-input {
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: 0 .2rem;
}

.md23166.md-quote .form .m-input::-webkit-input-placeholder {
  color: #666;
}

.md23166.md-quote .form .m-input:-ms-input-placeholder {
  color: #666;
}

.md23166.md-quote .form .m-input::-ms-input-placeholder {
  color: #666;
}

.md23166.md-quote .form .m-input::placeholder {
  color: #666;
}

.md23166.md-quote .form .m-input:focus {
  border-color: var(--theme, #ffc817);
}

.md23166.md-quote .form .m-select {
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: 0 .2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(/static/home/platform_module/516/images/i-down.png) no-repeat right 0.16rem center/0.15rem;
}

.md23166.md-quote .form .m-select:focus {
  border-color: var(--theme, #ffc817);
}

.md23166.md-quote .form .m-textarea {
  display: block;
  height: .48rem;
  min-height: 35px;
  border-radius: 0.08rem;
  border: solid 0.01rem #e5e5e5;
  width: 100%;
  padding: .8em .2rem;
  height: 8.875em;
}

.md23166.md-quote .form .m-textarea:focus {
  border-color: var(--theme, #ffc817);
}

.md23166.md-quote .form .btn-submit {
  min-width: 1.6rem;
  height: .48rem;
  min-height: 35px;
  padding: 0 1em;
  background: var(--theme, #ffc817);
  color: #fff;
  cursor: pointer;
  border-radius: .48rem;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.md23166.md-quote .form .btn-submit:hover {
  /* background-color: #e6b415; */
  opacity: .9;
}

.md23166.md-quote.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 900px) {
  .md23166.md-quote .form {
    display: block;
  }
  .md23166.md-quote .form-item {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .md23166.md-quote .main {
    padding-left: 4%;
    padding-right: 4%;
    padding-bottom: 4%;
  }
  .md23166.md-quote .form .m-input {
    height: .7rem;
    min-height: auto;
  }
  .md23166.md-quote .form .m-select {
    height: .7rem;
    min-height: auto;
  }
  .md23166.md-quote .close {
    width: .28rem;
    height: .28rem;
    min-width: auto;
    min-height: auto;
    color: #000;
  }
}
