body {
  background-color: #f5f5f5;
}

a:focus, a:hover {
  text-decoration: none;
}

.app-input {
  font-size: 30px;
  background-color: #f5f5f5;
  border-radius: 0;
  height: 68px;
  border: none;
  display: flex;
  align-items: center;
}

.app-btn {
  font-size: 30px;
  color: #ffffff;
  background-color: #005bac;
  text-align: center;
  line-height: 72px;
  border: none;
  width: 100%;
}

.app-fixed-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  z-index: 15;
}

.app-fixed-header .top-status {
  background-color: #d7d7d7;
  height: 50px;
}

.app-fixed-header .top-status-container {
  max-width: 1200px;
  line-height: 50px;
  margin: 0 auto;
  padding: 0 10px;
}

.app-fixed-header .top-status-container .welcome {
  float: left;
  color: #315781;
  font-size: 14px;
}

.app-fixed-header .top-status-container .extra {
  float: right;
  color: #315781;
  font-size: 14px;
}

.app-fixed-header .top-status-container .extra .link {
  color: #315781;
  padding: 0 6px;
}

.app-fixed-header .top-status-container .extra .cart-btn {
  display: inline-block;
  margin-left: 15px;
  vertical-align: middle;
  font-size: 14px;
  color: #eb7224;
  border: 2px solid #eb7224;
  border-radius: 10px;
  background-color: #ffffff;
  margin-left: 16px;
  line-height: 34px;
  width: 114px;
  text-align: center;
}

.app-fixed-header .top-status-container .extra .cart-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-right: 12px;
}

.app-fixed-header .top-status-container .extra .cart-icon .icon {
  width: 16px;
  height: 15px;
  display: block;
}

.app-fixed-header .top-status-container .extra .cart-icon .num {
  font-size: 12px;
  line-height: 12px;
  color: #eb7224;
  position: absolute;
  top: -6px;
  left: 15px;
}

.app-fixed-header .top-search {
  height: 110px;
  background: #ffffff;
}

.app-fixed-header .top-search-container {
  height: 110px;
  max-width: 1040px;
  padding: 10px 10px;
  margin: 0 auto;
}

.app-fixed-header .top-search-container .logo {
  width: 200px;
  margin-right: 40px;
  float: left;
  margin-top: 12px;
}

.app-fixed-header .top-search-container .search-container {
  border: 2px solid #43ac4a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  overflow: hidden;
  min-width: 340px;
  margin-top: 23px;
}

.app-fixed-header .top-search-container .search-select {
  border: none;
  border-right: 2px solid #43ac4a;
  color: #315781;
  font-size: 14px;
  width: 110px;
  height: 40px;
  padding: 0 10px;
}

.app-fixed-header .top-search-container .search-input {
  color: #315781;
  font-size: 14px;
  border: none;
  flex: 1;
  padding: 0 10px;
  overflow: hidden;
}

.app-fixed-header .top-search-container .search-btn {
  background: #43ac4a;
  height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  width: 96px;
  line-height: 40px;
  border: none;
  display: block;
}

.app-fixed-header .top-search-container .tel-btn {
  color: #ffffff;
  background: #43ac4a;
  font-size: 14px;
  line-height: 44px;
  border-radius: 8px;
  padding: 0 10px;
  margin-left: 40px;
  float: right;
  margin-top: 23px;
}

.app-fixed-header .top-search-container .tel-btn .icon {
  width: 14px;
  height: 14px;
  margin-right: 8px;
  vertical-align: middle;
}

.app-fixed-header .top-nav {
  height: 66px;
  border-top: 1px solid #d0d0d0;
  background: #ffffff;
}

.app-fixed-header .top-nav .top-nav-container {
  max-width: 1330px;
  border-right: 1px solid #d0d0d0;
  margin: 0 auto;
}

.app-fixed-header .top-nav .top-nav-container .item {
  width: 20%;
  position: relative;
  border-left: 1px solid #d0d0d0;
  float: left;
}

.app-fixed-header .top-nav .top-nav-container .item .title {
  text-align: center;
  line-height: 65px;
  color: #43ac4a;
  font-size: 16px;
}

.app-fixed-header .top-nav .top-nav-container .item:hover .sub-nav {
  display: block;
}

.app-fixed-header .top-nav .top-nav-container .sub-nav {
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  display: none;
}

.app-fixed-header .top-nav .top-nav-container .sub-nav .sub-item {
  padding: 10px 0;
  line-height: 18px;
  color: #43ac4a;
  font-size: 14px;
  width: 100%;
  text-align: center;
  border-top: 1px solid #d0d0d0;
}

.app-fixed-header-placeholder {
  height: 226px;
}

.app-footer {
  background: #575757;
  padding: 60px 20px 40px;
  font-size: 0;
}

.app-footer .footer-container {
  max-width: 1470px;
  margin: 0 auto;
}

.app-footer .footer-item {
  float: left;
  width: 16%;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 16px;
  border-right: 1px dashed rgba(255, 255, 255, 0.3);
}

.app-footer .footer-item.bigger {
  width: 26%;
}

.app-footer .footer-item.no-border {
  border-right: none;
}

.app-footer .footer-item .title {
  color: #ffffff;
  font-size: 26px;
  margin-bottom: 20px;
}

.app-footer .footer-item .desc {
  color: rgba(255, 255, 255, 0.5);
  font-size: 20px;
  line-height: 40px;
}

.app-footer .footer-item .qrcode {
  width: 40%;
  margin-left: 20px;
  min-width: 133px;
  margin-bottom: 20px;
}

.app-swiper-container {
  width: 100%;
  padding-top: 600px;
  overflow: hidden;
  position: relative;
}

.app-swiper-container .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.app-swiper-container .swiper-container .swiper-img {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.app-swiper-container .swiper-container .swiper-button-prev {
  background: url("../images/prevBtn.png") 50% 50% no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.app-swiper-container .swiper-container .swiper-button-next {
  background: url("../images/nextBtn.png") 50% 50% no-repeat;
  background-size: contain;
  width: 80px;
  height: 80px;
}

.app-swiper-container .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
}

.app-swiper-container .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.index-nav {
  background-color: #edf7ee;
}

.index-nav .index-nav-container {
  max-width: 1420px;
  margin: 0 auto;
  line-height: 40px;
}

.index-nav .index-nav-container .item {
  padding: 12px 0;
  text-align: center;
  font-size: 18px;
  color: #000000;
  font-weight: bold;
}

.index-nav .index-nav-container .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.index-adv3 {
  background-color: #ffffff;
  padding: 40px 0;
}

.index-adv3 .index-adv3-container {
  max-width: 1600px;
  margin: 0 auto;
}

.index-adv3 .index-adv3-container .item {
  padding: 15px 5px;
}

.index-adv3 .index-adv3-container .pic {
  width: 100%;
  display: block;
}

.index-adv3 .index-adv3-container .title {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  margin-top: 10px;
  color: #000000;
  font-weight: bold;
}

.index-adv4 {
  background-color: #d2f6d2;
  padding: 60px 0;
}

.index-adv4 .index-adv4-container {
  max-width: 1600px;
  margin: 0 auto;
}

.index-adv4 .index-adv4-container .item {
  padding: 30px 5px;
}

.index-adv4 .index-adv4-container .pic {
  width: 100%;
  display: block;
}

.index-adv4 .index-adv4-container .title {
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
  color: #000000;
}

.index-about {
  background-color: #ffffff;
  padding: 40px 10px 50px;
  overflow: hidden;
}

.index-about .index-about-container {
  max-width: 1570px;
  margin: 0 auto;
}

.index-about .index-about-container .text {
  font-size: 20px;
  line-height: 30px;
  color: #333333;
  margin-bottom: 20px;
}

.index-about .index-about-container .pic {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 20px;
}

.index-about .index-about-container .title {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color: #000000;
}

.index-about .index-about-container .link {
  font-size: 24px;
  color: #43ac4a;
}

.app-article {
  padding: 60px 20px;
  overflow: hidden;
}

.app-article .app-article-container {
  max-width: 1540px;
  background-color: #ffffff;
  margin: 0 auto;
}

.app-article .app-article-header {
  font-size: 30px;
  padding: 30px 50px;
  line-height: 40px;
  color: #555555;
  border-bottom: 1px solid #d0d0d0;
}

.app-article-body {
  padding: 30px 50px;
  font-size: 30px;
  line-height: 50px;
}

.app-article-body .table {
  width: 100%;
  margin: 20px auto;
}

.app-article-body .table td, .app-article-body .table th {
  border: 1px solid #333333;
  padding: 20px;
}

.app-article-body .table td a, .app-article-body .table th a {
  color: #333333;
}

.app-article-body .p {
  margin: 20px 0;
}

.app-article-body .p .cr-666 {
  color: #666666;
}

.app-article-body .img {
  max-width: 100%;
  margin: 20px 0;
}

.product-shiji {
  max-width: 1480px;
  margin: 0 auto;
  padding: 60px 0;
}

.product-shiji .shiji-contact {
  background-color: #ffffff;
  padding: 40px 20px 70px;
}

.product-shiji .shiji-contact .logo {
  display: block;
  margin: 0 auto 50px;
}

.product-shiji .shiji-contact .item {
  font-size: 26px;
  color: #666666;
  margin-bottom: 30px;
  line-height: 40px;
  word-break: break-all;
}

.product-shiji .shiji-contact .item .icon {
  width: 40px;
  height: 40px;
  vertical-align: middle;
}

.product-shiji .shiji-list {
  background-color: #ffffff;
  padding: 0 0 20px 0;
}

.product-shiji .shiji-list .title {
  font-size: 30px;
  color: #333333;
  border-bottom: 1px solid #d0d0d0;
  padding-left: 50px;
  padding-top: 20px;
  line-height: 60px;
}

.product-shiji .shiji-list .table th, .product-shiji .shiji-list .table td {
  border-top: none;
  border-bottom: 1px solid #d0d0d0;
  font-size: 24px;
  line-height: 36px;
  color: #666666;
  padding: 0;
}

.product-shiji .shiji-list .table th a, .product-shiji .shiji-list .table td a {
  color: #666666;
  display: block;
  padding: 15px 0 15px 50px;
}

.product-shiji .shiji-list .table tr:hover {
  background-color: #fcfcfc;
}

.app-page {
  text-align: center;
  font-size: 0;
  padding: 35px 0;
}

.app-page .prev-btn, .app-page .next-btn {
  display: inline-block;
  width: 68px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  background: #ffffff url("../images/prevBtn3.png") 50% 50% no-repeat;
  background-size: 40px 40px;
  vertical-align: top;
  margin-right: 10px;
}

.app-page .next-btn {
  background-image: url("../images/nextBtn3.png");
}

.app-page .item {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #284f66;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.app-page .item.active {
  color: #ec772c;
  border-color: #fcdecb;
  background: #fcdecb;
}

.app-page .jump {
  line-height: 50px;
  font-size: 16px;
  color: #284f66;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 15px;
}

.app-page .jump .input {
  width: 50px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
}

.app-page .jump .go {
  background: none;
  border: none;
}

.app-page .count {
  line-height: 50px;
  font-size: 16px;
  color: #284f66;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
  margin-left: 10px;
}

.app-page .count .text {
  color: #ec772c;
}

.app-product-swiper {
  position: relative;
  padding: 0 40px;
}

.app-product-swiper .product-swiper {
  height: 280px;
}

.app-product-swiper .product-swiper .swiper-slide {
  padding: 0 20px;
}

.app-product-swiper .product-swiper .swiper-img {
  height: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.app-product-swiper .swiper-button-prev {
  background: url("../images/prevBtn2.png") 50% 50% no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  left: -30px;
}

.app-product-swiper .swiper-button-next {
  background: url("../images/nextBtn2.png") 50% 50% no-repeat;
  background-size: contain;
  width: 65px;
  height: 65px;
  right: -30px;
}

.product-summary {
  border-radius: 8px;
  border: 1px solid #d0d0d0;
  overflow: hidden;
  margin-top: 20px;
}

.product-summary .summary-title {
  font-size: 30px;
  padding: 0 50px;
  line-height: 80px;
  color: #666666;
  border-bottom: 1px solid #d0d0d0;
  background-color: #f5f5f5;
}

.product-summary .summary-sub-title {
  font-size: 30px;
  padding: 0 50px;
  line-height: 80px;
  color: #666666;
  border-bottom: 1px solid #d0d0d0;
  background-color: #f5f5f5;
}

.product-summary .summary-left {
  width: 65%;
  float: left;
  border-right: 1px solid #d0d0d0;
}

.product-summary .summary-left .p {
  font-size: 0.8em;
}

.product-summary .summary-left .table td {
  border: none;
  padding-left: 0;
}

.product-summary .summary-right {
  width: 35%;
  float: right;
}

.product-summary .summary-right .cart-container {
  text-align: center;
}

.product-summary .summary-right .cart-container .cart-btn {
  height: 88px;
  width: 280px;
  line-height: 88px;
  color: #ffffff;
  text-align: center;
  border-radius: 8px;
  background: #ec7627 linear-gradient(to bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
  border: none;
  margin-top: 30px;
  max-width: 100%;
}

@media (max-width: 1500px) {
  .product-shiji .shiji-contact .item {
    font-size: 24px;
    margin-bottom: 24px;
  }
}

@media (max-width: 1200px) {
  .app-footer .footer-item .title {
    font-size: 18px;
  }
  .app-footer .footer-item .desc {
    font-size: 14px;
    line-height: 30px;
  }
  .app-swiper-container {
    width: 100%;
    padding-top: 48%;
  }
  .app-swiper-container .swiper-container .swiper-button-prev, .app-swiper-container .swiper-container .swiper-button-next {
    width: 50px;
    height: 50px;
  }
  .app-input {
    font-size: 24px;
    height: 50px;
  }
  .app-btn {
    font-size: 24px;
    line-height: 50px;
  }
  .product-shiji .shiji-contact {
    padding: 40px 10px 70px;
  }
  .product-shiji .shiji-contact .item {
    font-size: 20px;
  }
  .app-page .prev-btn, .app-page .next-btn {
    width: 50px;
    height: 40px;
  }
  .app-page .item {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .app-page .jump {
    line-height: 40px;
  }
  .app-page .jump .input {
    width: 40px;
    height: 40px;
    line-height: 38px;
  }
  .app-page .count {
    line-height: 40px;
  }
}

@media (max-width: 800px) {
  .app-fixed-header .top-search-container .logo {
    width: auto;
    height: 44px;
    margin-top: 23px;
  }
  .app-footer {
    padding: 20px 10px 0;
  }
  .app-footer .footer-item {
    padding-right: 10px;
    width: 33%;
    min-width: auto;
    padding-left: 0;
    border-right: none;
  }
  .app-footer .footer-item.bigger {
    width: 100%;
  }
  .app-footer .footer-item .title {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .app-footer .footer-item .desc {
    font-size: 12px;
    line-height: 22px;
  }
  .app-footer .footer-item .qrcode {
    width: 133px;
    margin-left: 0;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .app-swiper-container .swiper-container .swiper-button-prev, .app-swiper-container .swiper-container .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .app-swiper-container .swiper-container .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .index-nav .index-nav-container {
    line-height: 30px;
  }
  .index-nav .index-nav-container .item {
    padding: 8px 0;
    font-size: 14px;
  }
  .index-nav .index-nav-container .icon {
    width: 30px;
    height: 30px;
  }
  .index-adv3 {
    padding: 10px 0 5px;
  }
  .index-adv3 .index-adv3-container .col-xs-6 {
    padding: 0 5px;
  }
  .index-adv3 .index-adv3-container .item {
    padding: 5px 0;
  }
  .index-adv3 .index-adv3-container .title {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .index-adv4 {
    padding: 10px 0 5px;
  }
  .index-adv4 .index-adv4-container .col-xs-6 {
    padding: 0 5px;
  }
  .index-adv4 .index-adv4-container .item {
    padding: 5px 0;
  }
  .index-adv4 .index-adv4-container .title {
    font-size: 12px;
    line-height: 20px;
    margin-top: 5px;
  }
  .index-about {
    padding: 10px 5px 5px;
  }
  .index-about .index-about-container .text {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  .index-about .index-about-container .pic {
    margin-top: 15px;
  }
  .index-about .index-about-container .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
  }
  .index-about .index-about-container .link {
    font-size: 14px;
    color: #43ac4a;
  }
  .app-article {
    padding: 10px 0;
  }
  .app-article .app-article-header {
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
  }
  .app-article-body {
    padding: 10px;
    font-size: 14px;
    line-height: 24px;
  }
  .app-article-body .table {
    margin: 10px auto;
    font-size: 12px;
  }
  .app-article-body .table td, .app-article-body .table th {
    padding: 10px 5px;
  }
  .app-article-body .p {
    margin: 10px 0;
  }
  .app-article-body .p h2 {
    font-size: inherit;
    font-weight: bold;
  }
  .app-article-body .p p {
    margin: 0;
  }
  .app-article-body .img {
    margin: 10px 0;
  }
  .app-input {
    font-size: 14px;
    height: 30px;
  }
  .app-btn {
    font-size: 14px;
    line-height: 40px;
  }
  .product-shiji {
    overflow: hidden;
    padding: 0;
  }
  .product-shiji .shiji-contact {
    padding: 20px 10px;
    border-bottom: 1px solid #d0d0d0;
  }
  .product-shiji .shiji-contact .logo {
    display: block;
    margin: 0 auto 20px;
  }
  .product-shiji .shiji-contact .item {
    font-size: 16px;
    color: #666666;
    margin-bottom: 10px;
    line-height: 30px;
  }
  .product-shiji .shiji-contact .item .icon {
    width: 30px;
    height: 30px;
  }
  .product-shiji .shiji-list {
    padding: 0 0 10px 0;
  }
  .product-shiji .shiji-list .title {
    font-size: 16px;
    padding-left: 10px;
    padding-top: 10px;
    line-height: 30px;
  }
  .product-shiji .shiji-list .table th, .product-shiji .shiji-list .table td {
    font-size: 12px;
    line-height: 20px;
  }
  .product-shiji .shiji-list .table th a, .product-shiji .shiji-list .table td a {
    color: #666666;
    display: block;
    padding: 5px 0 5px 10px;
  }
  .app-page {
    text-align: center;
    font-size: 0;
    padding: 10px 0 5px;
  }
  .app-page .prev-btn, .app-page .next-btn {
    display: inline-block;
    width: 40px;
    height: 30px;
    background-size: 26px 26px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .app-page .item {
    width: 30px;
    height: 30px;
    line-height: 28px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  .app-page .jump {
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 10px;
    margin-bottom: 5px;
  }
  .app-page .jump .input {
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 5px;
  }
  .app-page .count {
    line-height: 30px;
    font-size: 12px;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 5px;
  }
  .app-product-swiper {
    padding: 0 30px;
  }
  .app-product-swiper .product-swiper {
    height: 280px;
  }
  .app-product-swiper .product-swiper .swiper-slide {
    padding: 0 10px;
  }
  .app-product-swiper .swiper-button-prev {
    width: 40px;
    height: 40px;
    left: -5px;
  }
  .app-product-swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    right: -5px;
  }
  .product-summary .summary-title {
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
  }
  .product-summary .summary-sub-title {
    font-size: 14px;
    padding: 10px;
    line-height: 24px;
  }
  .product-summary .summary-left {
    width: 100%;
    border-right: none;
  }
  .product-summary .summary-right {
    width: 100%;
    float: right;
  }
  .product-summary .summary-right .cart-container {
    border-top: 1px solid #d0d0d0;
    padding-bottom: 20px;
  }
  .product-summary .summary-right .cart-container .cart-btn {
    height: 40px;
    width: 140px;
    line-height: 40px;
    margin-top: 10px;
  }
}

@media (max-width: 722px) {
  .app-fixed-header .top-status {
    height: 40px;
  }
  .app-fixed-header .top-status-container {
    line-height: 40px;
  }
  .app-fixed-header .top-status-container .welcome {
    font-size: 12px;
  }
  .app-fixed-header .top-status-container .extra {
    font-size: 12px;
  }
  .app-fixed-header .top-status-container .extra .link {
    padding: 0 1px;
  }
  .app-fixed-header .top-status-container .extra .cart-btn {
    margin-left: 0;
    width: 90px;
    line-height: 28px;
  }
  .app-fixed-header .top-search-container .logo {
    width: auto;
    height: 44px;
    margin-top: 0;
    margin-bottom: 4px;
  }
  .app-fixed-header .top-search-container .search-container {
    margin-top: 10px;
  }
  .app-fixed-header .top-search-container .tel-btn {
    margin-top: 0;
    margin-bottom: 4px;
  }
  .app-fixed-header .top-nav {
    height: 41px;
  }
  .app-fixed-header .top-nav .top-nav-container .item .title {
    font-size: 13px;
    line-height: 40px;
  }
  .app-fixed-header .top-nav .top-nav-container .sub-nav {
    top: 40px;
  }
  .app-fixed-header .top-nav .top-nav-container .sub-nav .sub-item {
    font-size: 12px;
  }
  .app-fixed-header-placeholder {
    height: 191px;
  }
}

@media (max-width: 400px) {
  .app-fixed-header .top-search {
    height: 90px;
  }
  .app-fixed-header .top-search-container {
    height: 90px;
  }
  .app-fixed-header .top-search-container .logo {
    margin-right: 10px;
    height: 34px;
  }
  .app-fixed-header .top-search-container .search-container {
    min-width: 300px;
  }
  .app-fixed-header .top-search-container .search-container .search-select {
    height: 30px;
    width: 90px;
    font-size: 12px;
    padding: 0 5px;
  }
  .app-fixed-header .top-search-container .search-container .search-btn {
    width: 60px;
    height: 30px;
    line-height: 30px;
  }
  .app-fixed-header .top-search-container .tel-btn {
    margin-left: 10px;
    line-height: 34px;
  }
  .app-fixed-header-placeholder {
    height: 171px;
  }
  .app-product-swiper {
    padding: 0;
  }
  .app-product-swiper .product-swiper {
    height: 280px;
  }
  .app-product-swiper .product-swiper .swiper-slide {
    padding: 0 10px;
  }
  .app-product-swiper .swiper-button-prev {
    width: 30px;
    height: 30px;
    left: -5px;
  }
  .app-product-swiper .swiper-button-next {
    width: 30px;
    height: 30px;
    right: -5px;
  }
}
