@charset "UTF-8";
.page-content .page-banner {
  height: 600px;
  background-color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0; }
.page-content .page-banner .page-banner-box {
  padding: 80px 0;
  z-index: 1;
  position: relative; }
.page-content .page-banner .home-banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0; }
.page-content .banner-title {
  font-size: 36px;
  color: #FFFFFF;
  line-height: 62px;
  font-weight: 700; }
.page-content .banner-box {
  position: relative; }
.page-content .banner-box .banner-left .title {
  position: relative;
  font-size: 36px;
  color: #FFFFFF;
  line-height: 62px;
  font-weight: 700; }
.page-content .banner-box .banner-left .title.title-after:after {
  position: absolute;
  content: '';
  border-bottom: 7px solid #FFFFFF;
  width: 30px;
  bottom: 0px;
  left: 0; }
.page-content .banner-box .banner-left .sub-title {
  font-size: 32px !important;
  color: #FFFFFF;
  font-weight: 400; }
.page-content .banner-box .banner-left .btn-box {
  background: #2546A1;
  padding: 12px 60px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 6px; }
.page-content .banner-box .banner-right {
  flex: none;
  width: 540px; }
.page-content .banner-box .banner-right .banner-desc-bg {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  /* 调整模糊效果的程度 */
  background-color: rgba(255, 255, 255, 0.1);
  /* 设置背景颜色并添加透明度 */ }
.page-content .banner-box .banner-right .banner-desc-bg .banner-desc {
  padding: 20px;
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400; }
.page-content .page-row-1 {
  background-image: linear-gradient(180deg, #1039A9 0%, #D3DFFF 48%, #FFFFFF 100%); }
.page-content .page-row-1 .service-box .item {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 40px 0px rgba(5, 7, 31, 0.05);
  border-radius: 8px;
  border: 1px solid #D6DFF5; }
.page-content .page-row-1 .service-box .item .service-thumb {
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  width: 88px;
  height: 88px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain; }
.page-content .page-row-1 .service-box .item .service-title {
  font-size: 24px;
  color: #1B1E33;
  text-align: center;
  line-height: 26px;
  font-weight: 700;
  overflow: hidden;
  height: 62px; }
.page-content .page-row-1 .service-box .item .service-desc {
  font-size: 16px;
  color: #41445C;
  text-align: center;
  line-height: 24px;
  font-weight: 400; }
.page-content .page-row-2 {
  background: #FFFFFF; }
.page-content .page-row-2 .page-title {
  text-align: center;
  font-size: 38px;
  color: #1B1E33;
  line-height: 42px;
  font-weight: 700; }
.page-content .page-row-2 .page-sub-title {
  font-size: 14px;
  color: #41445C;
  margin: 0 258px;
  text-align: center;
  line-height: 26px;
  font-weight: 400; }
.page-content .page-row-3 {
  background: #F6F8FD; }
.page-content .page-row-3 .introduction-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  background: #FFFFFF;
  border-radius: 16px; }
.page-content .page-row-3 .introduction-box .item:nth-child(even) .img-box {
  order: 1; }
.page-content .page-row-3 .introduction-box .item:nth-child(even) .info {
  order: 2; }
.page-content .page-row-3 .introduction-box .item .img-box {
  flex: 1;
  min-width: 0; }
.page-content .page-row-3 .introduction-box .item .img-box .introduction-banner {
  width: 100%;
  height: 100%;
  position: relative; }
.page-content .page-row-3 .introduction-box .item .img-box .introduction-banner .swiper-slide {
  display: block;
  width: 100%;
  padding-bottom: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px; }
.page-content .page-row-3 .introduction-box .item .info {
  padding: 30px 90px;
  flex: 1; }
.page-content .page-row-3 .introduction-box .item .info .info-title {
  font-size: 32px;
  color: #1B1E33;
  line-height: 42px;
  font-weight: 700;
  position: relative;
  padding-left: 40px; }
.page-content .page-row-3 .introduction-box .item .info .info-title:after {
  position: absolute;
  content: '';
  width: 33px;
  height: 33px;
  background-image: url(/static/home/images/weizhi.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 5px; }
.page-content .page-row-3 .introduction-box .item .info .info-desc {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400; }
.page-content .page-row-3 .introduction-box .item .info .advantage-box .advantage-title {
  font-size: 16px;
  color: #41445C;
  line-height: 20px;
  font-weight: 700;
  padding-left: 10px;
  position: relative; }
.page-content .page-row-3 .introduction-box .item .info .advantage-box .advantage-title:before {
  position: absolute;
  background: #3D69E3;
  top: 8px;
  left: 0;
  border-radius: 50%;
  content: '';
  width: 5px;
  height: 5px; }
.page-content .page-row-3 .introduction-box .item .info .advantage-box .advantage-desc {
  font-size: 14px;
  color: #41445C;
  line-height: 16px;
  font-weight: 400; }
.page-content .page-row-3 .introduction-box .item .info .btn-introduction {
  cursor: pointer;
  border: 1px solid #4360AE;
  color: #4360AE;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700; }
.page-content .page-row-4 {
  padding: 40px 0;
  background: #1B1E33; }
.page-content .page-row-4 .page-title {
  font-size: 38px;
  color: #FFFFFF;
  line-height: 42px;
  font-weight: 700;
  text-align: center; }
.page-content .page-row-4 .page-sub-title {
  font-size: 14px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  font-weight: 300; }
.page-content .page-row-4 .numbers-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between; }
.page-content .page-row-4 .numbers-box .item {
  position: relative;
  flex: none;
  width: calc(22% - 10px); }
.page-content .page-row-4 .numbers-box .item .title {
  font-size: 50px;
  color: #536EEE;
  text-align: center;
  font-weight: 900; }
.page-content .page-row-4 .numbers-box .item .title .number-unit {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  font-weight: 300; }
.page-content .page-row-4 .numbers-box .item .sub-title {
  font-size: 26px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  font-weight: 600; }
.page-content .page-row-4 .numbers-box .item .number-boder {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  position: relative;
  height: 68px; }
.page-content .page-row-4 .numbers-box .item .number-boder .number-desc {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 26px;
  font-weight: 300;
  position: absolute;
  top: 15px;
  padding: 0 10px;
  left: -1px;
  width: 101%;
  height: 100%;
  background: #1B1E33; }
.page-content .page-row-4 .numbers-box-line {
  margin: 10px 0;
  position: relative;
  height: 50px; }
.page-content .page-row-4 .numbers-box-line::before {
  content: '';
  width: 1px;
  height: 40px;
  border-right: 1px solid #41445C;
  position: absolute;
  right: calc(11% - 10px);
  bottom: 0; }
.page-content .page-row-5 {
  padding: 50px 0;
  background: #fff; }
.page-content .page-row-5 .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  line-height: 30px;
  color: #333; }
.page-content .page-row-5 .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%; }
.page-content .page-footer {
  margin-top: 0; }
.page-content .form-item {
  position: relative; }
.page-content .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  transform: translateY(100%);
  color: #ff0000; }
.page-content .world-map {
  width: 100%;
  height: 0;
  padding-bottom: 57.43%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  background-image: url("/static/home/images/map.jpg"); }
.page-content .world-map .item {
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.page-content .world-map .item .point {
  width: 24px;
  height: 24px;
  position: relative; }
.page-content .world-map .item .point .circle {
  width: 24px;
  height: 24px;
  border: 5px solid #2546A1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0; }
.page-content .world-map .item .point:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid #2546A1;
  animation: scale 2s infinite;
  transform-origin: center center; }
.page-content .world-map .item .point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 5px solid #2546A1;
  animation: scale2 2s infinite; }
.page-content .world-map .item .label {
  font-size: 16px;
  padding: 0 10px;
  color: #333;
  font-weight: 600; }

@keyframes scale {
  0% {
    transform: scale(1);
    transform-origin: center center;
    opacity: .3; }
  100% {
    transform: scale(3);
    transform-origin: center center;
    opacity: 0; } }
@keyframes scale2 {
  0% {
    transform: scale(1);
    transform-origin: center center;
    opacity: .3; }
  100% {
    transform: scale(5);
    transform-origin: center center;
    opacity: 0; } }
.form-wrap {
  margin-top: 40px; }
.form-wrap .input-row {
  margin-bottom: 10px; }
.form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px; }
.form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px; }
.form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 23px 15px !important;
  margin: 20px 0 30px;
  font-size: 12px; }
.form-wrap .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px; }

.warehouse-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden; }
.warehouse-page.mobile::-webkit-scrollbar {
  width: 0; }
.warehouse-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d; }
.warehouse-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca; }
.warehouse-page.mobile .page-banner {
  background-color: #000;
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0px 0px;
  z-index: 0; }
.warehouse-page.mobile .page-banner .page-banner-box {
  z-index: 1;
  position: relative; }
.warehouse-page.mobile .page-banner .home-banner-video {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0; }
.warehouse-page.mobile .banner-title {
  padding-top: 30px;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 62px;
  font-weight: 700; }
.warehouse-page.mobile .banner-box {
  position: relative; }
.warehouse-page.mobile .banner-box .banner-left .title {
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 32px;
  font-weight: 700; }
.warehouse-page.mobile .banner-box .banner-left .title.title-after:after {
  position: absolute;
  content: '';
  border-bottom: 7px solid #FFFFFF;
  width: 30px;
  bottom: 0px;
  left: 0; }
.warehouse-page.mobile .banner-box .banner-left .sub-title {
  font-size: 18px !important;
  color: #FFFFFF;
  font-weight: 400; }
.warehouse-page.mobile .banner-box .banner-left .btn-box {
  background: #2546A1;
  padding: 12px 60px;
  font-size: 16px;
  color: #FFFFFF;
  cursor: pointer;
  border-radius: 6px; }
.warehouse-page.mobile .banner-box .banner-right {
  flex: none;
  width: 540px; }
.warehouse-page.mobile .banner-box .banner-right .banner-desc-bg {
  border: 1px solid #FFFFFF;
  border-radius: 8px;
  backdrop-filter: blur(5px);
  /* 调整模糊效果的程度 */
  background-color: rgba(255, 255, 255, 0.1);
  /* 设置背景颜色并添加透明度 */ }
.warehouse-page.mobile .banner-box .banner-right .banner-desc-bg .banner-desc {
  padding: 20px;
  opacity: 0.7;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 20px;
  font-weight: 400; }
.warehouse-page.mobile .m-container .row-title, .warehouse-page.mobile .m-container .page-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px; }
.warehouse-page.mobile .m-container .row-sub-title, .warehouse-page.mobile .m-container .page-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px; }
.warehouse-page.mobile .m-container .page-row-1 {
  background-image: linear-gradient(180deg, #1039A9 0%, #D3DFFF 48%, #FFFFFF 100%); }
.warehouse-page.mobile .m-container .page-row-1 .service-box .item {
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 2px 40px 0px rgba(5, 7, 31, 0.05);
  border-radius: 8px;
  border: 1px solid #D6DFF5;
  margin: 40px 20px 40px 0; }
.warehouse-page.mobile .m-container .page-row-1 .service-box .item .service-thumb {
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 60px;
  height: 60px;
  border: 1px solid #d8d8d8;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.warehouse-page.mobile .m-container .page-row-1 .service-box .item .service-info {
  margin-top: 46px;
}
.warehouse-page.mobile .m-container .page-row-1 .service-box .item .service-title {
  margin-bottom: 10px;
  font-size: 18px;
  color: #1B1E33;
  text-align: center;
  line-height: 18px;
  font-weight: 700;
  overflow: hidden;
  height: 37px;
}
.warehouse-page.mobile .m-container .page-row-1 .service-box .item .service-desc {
  ont-size: 14px;
  color: #41445C;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 16px;
  font-weight: 400;
}
.warehouse-page.mobile .m-container .page-row-2 {
  background: #fff; }
.warehouse-page.mobile .m-container .page-row-2 .world-map {
  width: 100%;
  height: 0;
  padding-bottom: 57.43%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: relative;
  background-image: url("/static/home/images/map.jpg"); }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item {
  position: absolute;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item .point {
  width: 12px;
  height: 12px;
  position: relative; }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item .point .circle {
  width: 12px;
  height: 12px;
  border: 5px solid #2546A1;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0; }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item .point:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid #2546A1;
  animation: scale 2s infinite;
  transform-origin: center center; }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item .point:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 5px solid #2546A1;
  animation: scale2 2s infinite; }
.warehouse-page.mobile .m-container .page-row-2 .world-map .item .label {
  font-size: 14px;
  padding: 0 10px;
  color: #333;
  font-weight: 600; }
.warehouse-page.mobile .m-container .page-row-3 {
  background: #F6F8FD; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto;
  background: #FFFFFF;
  border-radius: 16px;
  padding: 10px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item:nth-child(even) .img-box {
  order: 1; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item:nth-child(even) .info {
  order: 2; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .img-box {
  flex: 1;
  min-width: 0; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .img-box .introduction-banner {
  width: 100%;
  height: 100%;
  position: relative; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .img-box .introduction-banner .swiper-slide {
  display: block;
  width: 100%;
  padding-bottom: 77%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-radius: 10px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info {
  padding: 10px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .info-title {
  font-size: 16px;
  color: #1B1E33;
  font-weight: 700;
  position: relative;
  padding-left: 20px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .info-title:after {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background-image: url(/static/home/images/weizhi.png);
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 5px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .info-desc {
  font-size: 14px;
  color: #333;
  line-height: 20px;
  font-weight: 400; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .advantage-box .advantage-title {
  font-size: 16px;
  color: #41445C;
  line-height: 20px;
  font-weight: 700;
  padding-left: 10px;
  position: relative; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .advantage-box .advantage-title:before {
  position: absolute;
  background: #3D69E3;
  top: 8px;
  left: 0;
  border-radius: 50%;
  content: '';
  width: 5px;
  height: 5px; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .advantage-box .advantage-desc {
  font-size: 14px;
  color: #41445C;
  line-height: 16px;
  font-weight: 400; }
.warehouse-page.mobile .m-container .page-row-3 .introduction-box .item .info .btn-introduction {
  cursor: pointer;
  border: 1px solid #4360AE;
  color: #4360AE;
  padding: 10px 20px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 700; }
.warehouse-page.mobile .m-container .page-row-4 {
  padding: 10px 0;
  background: #1B1E33;
}
.warehouse-page.mobile .m-container .page-row-4 .page-title {
  color: #FFFFFF; }
.warehouse-page.mobile .m-container .page-row-4 .page-sub-title {
  color: #FFFFFF; }
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item {
  position: relative; }
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item .title {
  font-size: 32px;
  color: #536EEE;
  text-align: center;
  font-weight: 900;
}
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item .title .number-unit {
  font-size: 12px;
  color: #FFFFFF;
  text-align: center;
  letter-spacing: 0.3px;
  font-weight: 300;
}
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item .sub-title {
  font-size: 18px;
  color: #FFFFFF;
  text-align: center;
  line-height: 28px;
  font-weight: 600; }
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item .number-boder {
  border-radius: 8px;
  position: relative;
  height: 68px; }
.warehouse-page.mobile .m-container .page-row-4 .numbers-box .item .number-boder .number-desc {
  opacity: 0.6;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0;
  text-align: center;
  line-height: 14px;
  font-weight: 300;
}
.warehouse-page.mobile .m-container .page-row-5 {
  padding: 10px 0;
  background: #fff; }


.map-row {
  height: 888px;
  position: relative;
}
.mobile .map-row {
  height: auto;
  margin-bottom: -10px;
}
.map-container {
  width: 100%;
  height: 100%;
}
.mobile .map-container {
  width: 100%;
  height: 346px;
}
.tools-container {
  position: absolute;
  left: 0;
  right: 0;
  top: 30px;
  display: flex;
  align-items: center;
}
.tools-container .search--container {
  margin-right: 56px;
  width: 380px;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(172,178,195,0.3);
  border-radius: 8px;
}
.tools-container .tag-container {
  flex: 1;
  height: 50px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(172,178,195,0.3);
  border-radius: 8px;
}
.tools-container .search--container .search-form {
  display: flex;
  align-items: center;
  padding: 8px 8px 8px 15px;
}
.tools-container .search--container .search-form input.form-control {
  height: 34px;
  padding: 0 10px 0 0;
  border: none;
}
.tools-container .search--container .search-form .search-input {
  width: 100%;
}
.tools-container .custom-content-text {
  font-size: 12px;
  color: #333333;
  letter-spacing: 0.4px;
  font-weight: 400;
}
.tools-container .result {
  position: relative;
  margin-top: 10px;
  background: #FFFFFF;
  padding: 0;
}
.tools-container .result.active {
  margin-top: 10px;
  background: #FFFFFF;
  box-shadow: 0px 4px 20px 0px rgba(172,178,195,0.3);
  border-radius: 8px;
  padding: 16px 0 16px 16px;
  transition: height 0.5s ease-out, opacity 0.5s ease-out;
}
.tools-container .result-container {
  width: 100%;
  height: 0;
  opacity: 0;
  padding-right: 16px;
}
.tools-container .result-container.active {
  height: 750px;
  opacity: 1;
  overflow-y: auto;
}
.tools-container .warehouse_position {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.tools-container .warehouse_address {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.23px;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.tools-container .warehouse_address_desc {
  font-size: 14px;
  color: #999;
  letter-spacing: 0.23px;
  line-height: 14px;
  font-weight: 400;
  margin-bottom: 10px;
}
.tools-container .warehouse_thumb {
  flex-wrap: wrap;
}
.tools-container .warehouse_thumb_img {
  margin-right: 9px;
  margin-bottom: 9px;
  width: 105px;
  height: 78px;
  border-radius: 8px;
  box-sizing: border-box;
}
.tools-container .warehouse_thumb_img:nth-child(3n) {
  margin-right: 0;
}
.tools-container .result-container .title {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.23px;
  text-align: justify;
  line-height: 16px;
  font-weight: 700;
  margin: 16px 0;
}
.tools-container .result-container .content {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0.2px;
  text-align: justify;
  line-height: 16px;
  font-weight: 400;
}
.tools-container .suggestions-dropdown::-webkit-scrollbar, .result-container::-webkit-scrollbar, .search-tag::-webkit-scrollbar {
  width: 3px;
}
.search-tag::-webkit-scrollbar {
  height: 0;
}

.tools-container .suggestions-dropdown::-webkit-scrollbar-track, .result-container::-webkit-scrollbar-track, .search-tag::-webkit-scrollbar-track {
  background-color: #fff;
  border: none;
}

.tools-container.suggestions-dropdown::-webkit-scrollbar-thumb, .result-container::-webkit-scrollbar-thumb, .search-tag::-webkit-scrollbar-thumb {
  background-color: #E7E9EF;
}

.tools-container .suggestions-dropdown::-webkit-scrollbar-thumb:hover, .result-container::-webkit-scrollbar-thumb:hover, .search-tag::-webkit-scrollbar-thumb:hover {
  background-color: #E7E9EF;
}

.tools-container .suggestions-dropdown::-webkit-scrollbar-thumb:active, .result-container::-webkit-scrollbar-thumb:active, .search-tag::-webkit-scrollbar-thumb:active {
  background-color: #fff;
}
.tools-container.search-container {
  position: relative;
}

.tools-container .suggestions-dropdown {
  position: absolute;
  max-height: 500px;
  overflow-y: auto;
  background-color: white;
  z-index: 1000;
  width: 369px;
  top: 42px;
  font-size: 14px;
  left: -15px;
  margin-top: 10px;
  border-radius: 8px;
}
.mobile .tools-container .suggestions-dropdown {
  left: -5px;
  top: 25px;
  width: calc(100vw - 24px) !important;
}

.tools-container .suggestions-dropdown div {
  padding: 8px;
  cursor: pointer;
}

.tools-container .suggestions-dropdown div:hover {
  background-color: #f0f0f0;
}
.swiper-title {
  margin: 12px;
  font-size: 14px;
  color: #41445C;
  letter-spacing: 0.2px;
  text-align: center;
  line-height: 40px;
  height: 40px;
  font-weight: 700;
}
.warehouse .swiper-slide-active {
  border: 3px solid rgba(50,69,157,1);
  box-shadow: 0px 2px 10px 0px rgba(67,96,174,0.2);
  box-sizing: border-box;
}
.warehouse .swiper-container-free-mode>.swiper-wrapper{
  -webkit-transition-timing-function:linear!important;
  -o-transition-timing-function:linear!important;
  transition-timing-function:linear!important; }
.warehouse .swiper-container{margin: 10px 0;}

.warehouse-btn {
  background: #2546A1;
  padding: 10px;
  font-size: 12px;
  color: #FFFFFF;
  border-radius: 6px;
  border: none;
  width: max-content;
  margin: 0 auto;
}
.mobile .tools-container {
  padding: 5px 12px;
  position: relative;
  top: 0;
}
.mobile .tools-container .search--container {
  padding: 5px;
  height: 40px;
  width: calc(100vw - 24px) !important;
  margin-right: 0;
  position: fixed;
  top: 70px;
  z-index: 999;
}
.mobile .tools-container .search--container .search-form {
  padding: 0;
  height: 100%;
}
.mobile .tools-container .search--container .search-form input.form-control {
  height: auto;
  padding: 0 12px;
}
.amap-copyright, .amap-logo {
  display: none !important;
}
.mobile .result-container .title {
  font-size: 14px;
  color: #333333;
  letter-spacing: 0.23px;
  text-align: justify;
  line-height: 16px;
  font-weight: 700;
  margin: 10px 0;
}
.mobile .result-container .content {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0.2px;
  text-align: justify;
  line-height: 16px;
  font-weight: 400;
}
.mobile .warehouse_position {
  margin-right: 10px;
  width: 24px;
  height: 24px;
}
.mobile .warehouse_address {
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.23px;
  text-align: justify;
  line-height: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}
.mobile .warehouse_address_desc {
  font-size: 12px;
  color: #999999;
  letter-spacing: 0.23px;
}
.mobile .warehouse_thumb {
  flex-wrap: wrap;
}
.mobile .warehouse_thumb_img {
  margin-right: 9px;
  margin-bottom: 9px;
  width: 109px;
  height: 78px;
  border-radius: 8px;
}
.mobile .warehouse_thumb_img:nth-child(3n) {
  margin-right: 0;
}
.mobile .result-container.active {
  padding: 12px;
}
.warehouse_thumb .overlay {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24px;
  height: 24px;
  opacity: 0.3;
  background: #000000;
  border-radius: 8px 0px 8px 0px;
  text-align: center;
  line-height: 24px;
}
.overlay-img {
  width: 14px;
  height: 14px;
}
.search-btn {
  padding: 0 10px;
  color: #999;
}
.search-btn .global-iconfont {
  font-size: 20px;
}
.search-tag-container {
  padding: 0 10px;
  position: relative;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 4px 20px 0px rgba(172, 178, 195, 0.3);
  width: calc(100% - 424px);
  height: 50px;
}
.mobile .search-tag-container {
  width: calc(100vw - 24px);
  margin-top: 45px;
}
.search-tag {
  display: flex;
  align-items: center;
  overflow-x: auto;
  height: 50px;
}
.search-tag .tag {
  margin-left: 10px;
  padding: 0 10px;
  height: 34px;
  background: #F3F3F3;
  border-radius: 8px;
  line-height: 34px;
  font-size: 16px;
  color: #333333;
  letter-spacing: 0.23px;
  font-weight: 400;
  white-space: nowrap;
}
.search-tag .tag:first-child {
  margin-left: 0;
}
.search-tag .tag.active {
  background: #32459D;
  border-radius: 8px;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 0.23px;
  font-weight: 600;
}
.slide-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  color: #333333;
  border: none;
  padding: 0px 10px 3px 10px;
  cursor: pointer;
  z-index: 10;
  font-size: 32px;
  border-radius: 10px;
}

.left-btn {
  left: 394px;
}

.right-btn {
  right: -31px;
}
.page-banner-warehose .warehouse_position {
  margin-right: 8px;
  width: 20px;
  height: 20px;
}
.warehouse_address {
  font-size: 14px;
  color: #666;
}
.page-banner-warehose .swiper-title {
  line-height: normal;
  height: auto;
  margin: 0;
  margin-top: 5px;
  margin-bottom: 15px;
}

.close-btn {
  padding: 5px;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}


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