@charset "UTF-8";
* {
  touch-action: pan-y;
}

.warp {
  overflow: hidden;
}
.warp .server {
  height: 200px;
  position: relative;
}
.warp .server .swiper-container  {
  height: 100%;
}
.warp .server .swiper-container .index_1{
  background: url(/image/h5/ship1-2.png) no-repeat;
  background-size: 100% 100%;
}
.warp .server .swiper-container .index_2{
  background: url(/image/h5/ship1-1.png) no-repeat;
  background-size: 100% 100%;
}
.warp .server .mui-content {
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  margin: 90px 15px 20px 15px;
  border-radius: 10px;
  height: 270px;
  z-index: 4;
  top: 0;
}
.warp .server .mui-content .mui-segmented-control {
  border: none;
  padding: 0 25px;
}
.warp .server .mui-content .mui-segmented-control .mui-control-item {
  border: none;
  font-size: 16px;
  font-weight: bold;
  color: #999;
}
.warp .server .mui-content .mui-segmented-control .mui-control-item.mui-active {
  background-color: #fff;
  color: #000;
  border-bottom: 4px solid #3788ee;
}
.warp .server .mui-content .mui-table-view:after {
  height: 0;
}
.warp .server .mui-content .mui-table-view-cell {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #f3f3f3;
}
.warp .server .mui-content .mui-table-view-cell a {
  width: 100%;
}
.warp .server .mui-content .mui-table-view-cell .icon-img {
  width: 28px;
  height: 28px;
}
.warp .server .mui-content .mui-table-view-cell input {
  outline: none;
  border: none;
  margin: 0;
}
.warp .server .mui-content .mui-table-view-cell::after {
  height: 0;
}
.warp .server .switch-btn {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin-top: 20px;
}
.warp .server .switch-btn .gp {
  border: 1px solid #ececec;
  padding: 8px 40px;
  display: inline-block;
  align-items: center;
  background-color: #fafafa;
  font-weight: bold;
  color: #666;
}
.warp .server .switch-btn .gp.active {
  background-color: #ebf3fd;
  color: #3788ee;
  border-color: #3788ee;
}
.warp .search {
  margin-top: 165px;
  padding: 20px;
}
.warp .search .btn {
  display: block;
  color: #fff;
  background: #3788ee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.warp .ship-warp {
  display: flex;
  align-items: center;
  padding: 20px 16px;
}
.warp .ship-warp .item {
  flex: 1;
  text-align: center;
}
.warp .ship-warp .item .name {
  font-weight: bold;
  font-size: 14px;
  margin-top: 12px;
  margin-bottom: 6px;
}
.warp .ship-warp .item p {
  font-size: 12px;
  height: 48px;
}
.warp .ship-warp .item:not(:first-child) {
  margin-left: 10px;
}
.warp .com-title {
  font-size: 18px;
  text-align: center;
  padding: 0 20px;
  margin-bottom: 20px;
  line-height: 24px;
}
.warp .content-box {
  padding: 30px 20px;
}
.warp .content-box .img-list .img-item {
  float: left;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
}
.warp .content-box .img-list .img-item:nth-of-type(even) {
  padding-right: 0;
}
.warp .content-box .img-list .img-item:nth-of-type(odd) {
  padding-left: 0;
}
.warp .content-box .img-list .img-item h2 {
  margin-top: 10px;
  font-size: 14px;
}
.warp .content-box .img-list .img-item p {
  margin-top: 10px;
  font-size: 12px;
}
.warp .program-box {
  padding-top: 30px;
  padding-bottom: 20px;
}
.warp .ship-box {
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 14px;
}
.warp .ship-box .img-list {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.warp .ship-box .img-list .img {
  width: 33%;
}
.warp .ship-box .img-list .img2 {
  width: 100%;
}
.warp .ship-box .ship-warp4 {
  margin-bottom: 20px;
}
.warp .ship-box .ship-warp4 .warp4-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.warp .ship-box .ship-warp4 .warp4-img img {
  width: 25%;
  margin: 10px;
}
.warp .news-box {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.warp .news-box .slider-box {
  height: 255px;
  display: flex;
  justify-content: center;
}
.warp .news-box .slider-box .icon1 {
  display: inline-block;
  width: 10px;
  height: 10px;
  background: url(/image/h5/icon1.png) no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.warp .news-box .slider-box .colaaa {
  color: #aaa;
}
.warp .news-box .slider-box .swiper-container {
  width: 210px !important;
  border-radius: 4px;
  overflow: hidden;
}
.warp .news-box .slider-box .swiper-container .swiper-slide {
  width: 210px;
  background-color: #fff;
}
.warp .news-box .slider-box .swiper-container .swiper-slide .c-img {
  width: 210px;
  height: 130px;
}
.warp .news-box .slider-box .swiper-container .swiper-slide .detail {
  margin: 10px;
}
.warp .news-box .slider-box .swiper-container .swiper-slide .detail p {
  margin: 5px 0;
}
.warp .news-box .slider-box .swiper-button-next:after,
.warp .news-box .slider-box .swiper-button-prev:after {
  color: #d7d7d7;
  font-weight: bold;
}
.warp .news-box .slider-box .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.warp .news-box .slider-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.warp .project-warp {
  padding-top: 30px;
  padding-bottom: 40px;
  position: relative;
}
.warp .project-warp .slider-box {
  height: 255px;
  display: flex;
  justify-content: center;
}
.warp .project-warp .slider-box .swiper-container {
  width: 210px !important;
  overflow: hidden;
}
.warp .project-warp .slider-box .swiper-container .swiper-slide {
  position: relative;
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project {
  position: absolute;
  width: 210px;
  height: 100%;
  top: 0;
  transform: skew(-5deg);
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project > a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transform: skew(5deg);
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project > a img {
  width: 100%;
  height: 100%;
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project > a .inMask {
  width: 190px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1;
  transform: skew(-4deg);
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project > a .busName {
  width: 30px;
  line-height: 32px;
  position: absolute;
  z-index: 2;
  color: rgba(255, 255, 255, 0.9);
  right: 14px;
  top: 18px;
  font-size: 24px;
  font-weight: bold;
  transform: skew(-5.5deg);
}
.warp .project-warp .slider-box .swiper-container .swiper-slide .project > a .desBlock {
  width: 190px;
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 4px;
  position: absolute;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  text-align: left;
  padding: 10px 10px;
  line-height: 18px;
  transform: skew(-4deg);
  height: 74px;
}
.warp .project-warp .slider-box .swiper-button-next:after,
.warp .project-warp .slider-box .swiper-button-prev:after {
  color: #d7d7d7;
  font-weight: bold;
}
.warp .project-warp .slider-box .swiper-pagination-bullet-active {
  background-color: #fff !important;
}
.warp .project-warp .slider-box .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.warp .total-box {
  color: #fff;
}
.warp .total-box h2 {
  text-align: center;
  padding: 30px 0;
  font-size: 18px !important;
}
.warp .total-box .img {
  height: 190px;
  width: 100%;
  background: url(/image/h5/index7-1.png) no-repeat;
  background-size: 100% 100%;
}
.warp .total-box .img .all {
  display: flex;
}
.warp .total-box .img .all .data {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.warp .total-box .img .all .data .num {
  margin-bottom: 15px;
}
.warp .total-box .img .all .data p {
  color: #f2f2f2 !important;
}
.warp .ship-wx {
  padding: 30px 16px;
  align-items: center;
}
.warp .ship-wx img {
  padding-top: 20px;
}
.warp .use {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.warp .use p {
  font-size: 12px;
  margin-top: 15px;
  margin-bottom: 25px;
}
.warp .use a {
  display: block;
  color: #fff;
  background-color: #3788ee;
  width: 300px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
}
.warp .tac {
  text-align: center;
}

.bgf2 {
  background-color: #f2f2f2 !important;
}

.bgff {
  background-color: #fff !important;
}

/*四级地址*/
#address-dialog {
  height: 300px;
  background: #fff;
  color: #333;
}
#address-dialog #addressSelect {
  font-size: 16px;
}
#address-dialog #addressSelect .tip {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #e6e6e6;
}
#address-dialog #addressSelect .selected-address {
  border-bottom: 1px solid #e6e6e6;
}
#address-dialog #addressSelect .selected-address li {
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center;
  display: none;
}
#address-dialog #addressSelect .selected-address li:nth-of-type(1) {
  display: block;
}
#address-dialog #addressSelect .selected-address li.active {
  border-bottom: 1px solid #3788ee;
}
#address-dialog #addressSelect .pre {
  position: relative;
  height: 300px;
}
#address-dialog #addressSelect .pre .mui-scroll-wrapper {
  bottom: 85px;
}
#address-dialog #addressSelect .address-content {
  width: 100%;
}
#address-dialog #addressSelect .address-content ul li {
  padding: 8px 10px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#address-dialog #addressSelect .address-content ul li.active {
  color: #3788ee;
}
#address-dialog #addressSelect .address-content ul .no-data {
  text-align: center;
  line-height: 200px;
}

#search-dialog.mui-popover {
  top: 50% !important;
  transform: translate(0, -50%);
}
#search-dialog .bg-dialog {
  margin: 20px;
  border-radius: 4px;
  padding: 20px 15px;
}
#search-dialog .bg-dialog.second {
  display: none;
}
#search-dialog .bg-dialog .tit {
  font-size: 16px;
}
#search-dialog .bg-dialog .tit .dia-title {
  color: #555555;
}
#search-dialog .bg-dialog .tit .mui-icon-arrowleft {
  font-size: 24px;
  color: #555555;
  margin-right: 10px;
}
#search-dialog .bg-dialog .tit .close {
  color: #d7d7d7;
  font-size: 36px;
  margin-top: -7px;
}
#search-dialog .bg-dialog .con {
  margin: 20px 15px;
  font-size: 14px;
}
#search-dialog .bg-dialog .con .quote-btn {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #3788ee;
  color: #fff;
  text-align: center;
  margin-top: 10px;
  border-radius: 4px;
}
#search-dialog .bg-dialog .con .tip {
  font-size: 14px;
  text-align: center;
  padding-top: 15px;
  color: #7f7f7f;
}
#search-dialog .bg-dialog .con .tip .wx-scan {
  color: #3788ee;
}
#search-dialog .bg-dialog .wx-img .img {
  width: 141px;
  border: 4px solid #aaaaaa;
  margin: 20px auto;
}
#search-dialog .bg-dialog .wx-img p {
  margin-top: 15px;
  color: #7f7f7f;
  font-size: 14px;
  text-align: center;
}

.mui-toast-message {
  width: 300px;
}

.mui-toast-container {
  top: 2%;
}

.mui-pciker-list li {
  font-size: 16px;
  color: #333;
}
.mui-pciker-list li.highlight {
  color: #3788ee;
}

.mui-pciker-rule-ft {
  border: none;
}

.mui-poppicker,
.mui-picker {
  background-color: #fff !important;
}
