.service-type {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
}

.elian-input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  width: 262px;
  border-radius: 20px;
  padding: 0 20px;
  background-color: #f2f2f2;
}

.elian-input > input {
  border: none;
  background-color: rgba(255, 255, 255, 0);
  flex: 1;
}

.elian-input > input:focus {
  outline: none;
}

.elian-input > .input-icon {
  /* margin-right: 20px; */
  color: #999;
}

.service-type__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 54px;
}

.service-type__container > .service-type__container__box {
  height: 240px;
  min-width: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  flex: 1;
  background-color: #f6faff;
  cursor: pointer;
}

.service-type__container > .service-type__container__box:hover {
  box-shadow: 0px 10px 20px rgba(25, 114, 236, 0.2);
  transition-duration: 0.2s;
  background-color: #fff;
  border-top: 5px ridge #186de2;
}

.service-type__container > .service-type__container__active {
  box-shadow: 0px 10px 20px rgba(25, 114, 236, 0.2);
  transition-duration: 0.2s;
  background-color: #fff;
  border-top: 5px ridge #186de2;
}

.service-type__container > .center-box {
  margin: 0 32px;
}

.service-type__container > .service-type__container__box > .service-type__container__box-txt {
  color: #333;
  font-size: 20px;
  margin-top: 26px;
}

.service-device__title {
  padding-left: 20px;
  border-left: 2px inset #1972ec;
  margin-top: 58px;
}

.charging-dev__container {
  width: 100%;
  margin-top: 10px;
  flex-wrap: wrap;
}

.charging-dev__container > .charging-dev__container__box {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 50px 20px 50px 20px;
  flex: 1;
  cursor: pointer;
}

.charging-dev__container > .charging-dev__container__box > .charging-dev__container__box-txt {
  color: #666;
  font-size: 16px;
  margin-top: 26px;
}

.bus-product__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 464px;
  cursor: pointer;
}

.bus-product__item > .left-img {
  min-width: 580px;
  height: 100%;
  margin-right: 40px;
}

.bus-product__item > .right-img {
  min-width: 580px;
  height: 100%;
  margin-left: 40px;
}

.bus-product__item > .bus-product__item-desc-right {
  text-align: right;
}

.bus-product__item > .bus-product__item-desc-right > header {
  border-right: 2px inset #1972ec;
  padding-right: 20px;
  font-size: 24px;
  margin-bottom: 45px;
}

.bus-product__item-desc-sub {
  color: #999;
  font-size: 18px;
}

.bus-product__item > .bus-product__item-desc-left {
  text-align: left;
}

.bus-product__item > .bus-product__item-desc-left > header {
  border-left: 2px inset #1972ec;
  padding-left: 20px;
  font-size: 24px;
  margin-bottom: 45px;
}

.bus-product .container:before {
  display: none;
}

.bus-product .container:after {
  display: none;
}

.search-box {
  width: 466px;
  margin: 44px auto;
}

.search-choose {
  font-size: 16px;
}

.search-choose__item {
  margin: 20px 0;
}

.search-choose__item-label {
  width: 160px;
  display: inline-block;
  color: #999;
}

.search-choose__item-res {
  margin-right: 50px;
  cursor: pointer;
  border-style: solid;
  border-color: #1972ec;
  border-radius: 4px;
  border-width: 0;
  padding: 6px;
}

.dev-res {
  padding: 50px 0 80px 0;
  margin-top: 50px;
}

.search-res__title {
  padding-left: 20px;
  border-left: 2px inset #1972ec;
}

.dev-res__main {
  margin: 20px 0;
  display: inline-block;
}

.dev-res__main > .dev-res__main-item {
  display: inline-flex;
  width: 400px;
  text-align: center;
}