@charset "UTF-8";
.goodList {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px 20px 20px;
}
@media screen and (max-width: 485px) {
  .goodList {
    margin: 10px;
    padding: 0;
  }
}
.goodList > form {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.goodList .box {
  position: relative;
  width: 50%;
  padding: 10px 10px 15px 10px;
  background-color: #fff;
}
@media screen and (max-width: 1120px) {
  .goodList .box {
    width: 100%;
    min-width: auto;
    margin-top: 0 !important;
  }
}
.goodList .box .item {
  position: relative;
  top: 0;
  display: flex;
  height: 272px;
  padding: 10px 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 15px 0 rgba(0, 0, 0, 0.19);
  transition: all 0.3s;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item {
    flex-direction: column;
    height: auto;
  }
}
.goodList .box .item:hover {
  top: -2px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3), 0 3px 8px 0 rgba(0, 0, 0, 0.39);
}
@media screen and (max-width: 1120px) {
  .goodList .box .item:hover {
    top: auto;
  }
}
.goodList .box .item .imgbox {
  position: relative;
  display: flex;
  flex: 0 0 220px;
}
.goodList .box .item .imgbox img {
  max-width: 100%;
}
.goodList .box .item .txtbox-block {
  display: flex;
  flex-direction: column;
  width: calc(100% - 230px);
  margin-left: 10px;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item .txtbox-block {
    width: 100%;
    margin-left: 0;
  }
}
.goodList .box .item .txtbox {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1 1 auto;
  width: 100%;
  margin: 0 0 0 6px;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item .txtbox {
    justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
}
.goodList .box .item .txtbox .intro p.pname {
  max-height: 2.8rem;
  margin-bottom: 10px;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  line-height: 1.4rem;
  overflow: hidden;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item .txtbox .intro p.pname {
    max-height: 3.2rem;
    font-size: 1.4rem;
    line-height: 1.6rem;
  }
}
.goodList .box .item .txtbox .intro p.pname a {
  color: #333;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item .txtbox .intro p.pname a {
    display: block;
    padding: 0 6px;
  }
}
.goodList .box .item .txtbox .intro p.pname span {
  font-weight: bold;
  color: #000;
}
.goodList .box .item .txtbox .intro p.pname span.watermark {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  color: #fff;
  border-radius: 2px;
  background: #aa0000;
}
.goodList .box .item .txtbox .intro p.pname span.watermark::before {
  position: absolute;
  top: 0;
  left: 1px;
  font-size: 0.8rem;
  line-height: 15px;
}
.goodList .box .item .txtbox .route {
  margin-top: 5px;
}
.goodList .box .item .item-bottom .product-info {
  margin-top: 0;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .item-bottom .product-info li {
    line-height: 24px;
  }
}
.goodList .box .item .item-bottom .product-info li span:first-child {
  flex: 0 0 86px;
  width: 86px;
  padding: 0 0 0 6px;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .item-bottom .product-info li span:first-child {
    flex: 0 0 112px;
    width: 86px;
  }
}
.goodList .box .item .product-info li {
  position: relative;
  display: flex;
  align-items: center;
}

.goodList .box .item .product-info li > span:first-child {
  display: flex;
  justify-content: space-between;
  flex: 0 0 80px;
  width: 80px;
  color: #999;
  letter-spacing: 2px;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li > span:first-child {
    flex: 0 0 112px;
    width: 112px;
    padding: 0 0 0 6px;
    font-size: 1.2rem;
  }
}
.goodList .box .item .product-info li > span:first-child::after {
  content: "：";
}

.goodList .box .item .product-info li > span:nth-child(2) {
  position: relative;
  color: #333;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li > span:nth-child(2) {
    font-size: 1.2rem;
  }
}
.goodList .box .item .product-info li > span:nth-child(2) i {
  content: "";
  display: none;
  position: absolute;
  top: 16px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffcc00 transparent;
  z-index: 99;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li > span:nth-child(2) i {
    top: 19px;
  }
}
.goodList .box .item .product-info li.desc {
  margin: 5px 0;
  color: #333;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li.desc {
    align-items: flex-start;
    margin: 5px 0 10px 0;
    font-size: 1.2rem;
    line-height: 24px;
  }
}
.goodList .box .item .product-info li.desc span {
  display: inline-block;
  width: auto;
  height: 18px;
  margin: 0 6px 0 0;
  padding: 0;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  background: #dd6666;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li.desc span {
    height: 24px;
    line-height: 24px;
  }
}
.goodList .box .item .product-info li.desc span:first-child {
  flex: 0 0 73px;
  width: 73px;
  color: #fff;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li.desc span:first-child {
    flex: 0 0 100px;
    width: 100px;
    margin-left: 6px;
    font-size: 1.2rem;
  }
}
.goodList .box .item .product-info li.desc span:first-child::after {
  content: "";
}

.goodList .box .item .product-info li.desc span.label--green {
  background: #8cb75b;
}

.goodList .box .item .product-info li.desc span.label--blue {
  background: #558ee5;
}

.goodList .box .item .product-info li.desc span.label--orange {
  background: #f18968;
}

.goodList .box .item .product-info li.desc span.label--purple {
  background: #8c7cc3;
}

.goodList .box .item .product-info li.desc a {
  color: #2FA8E4;
  text-decoration: underline;
}

.goodList .box .item .product-info li > a, .goodList .box .item .product-info li > span.car-model, .goodList .box .item .product-info li > span.machine-model, .goodList .box .item .product-info li > span.installation-fee {
  color: #2FA8E4;
  text-decoration: underline;
  cursor: pointer;
}

.goodList .box .item .product-info li > a a, .goodList .box .item .product-info li > span.car-model a, .goodList .box .item .product-info li > span.machine-model a, .goodList .box .item .product-info li > span.installation-fee a {
  color: #2FA8E4;
  text-decoration: underline;
}

.goodList .box .item .product-info li > .car-model-notice, .goodList .box .item .product-info li > .machine-model-notice, .goodList .box .item .product-info li > .installation-fee-notice {
  display: none;
  position: absolute;
  top: 26px;
  left: 0;
  max-width: 100%;
  padding: 2px 8px;
  color: #000;
  text-decoration: none;
  border: 1px solid #ffcc00;
  background-color: #ffffcc;
  z-index: 999;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .product-info li > .car-model-notice, .goodList .box .item .product-info li > .machine-model-notice, .goodList .box .item .product-info li > .installation-fee-notice {
    top: 28px;
  }
}
.goodList .box .item ul.price {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price {
    flex-direction: column;
  }
}
.goodList .box .item ul.price li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: 15px;
  color: #0000ff;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li {
    font-size: 1.2rem;
  }
}
.goodList .box .item ul.price li:first-child {
  margin: 0 10px 0 0;
  border-radius: 0.5rem;
}

@media screen and (max-width: 999px) {
  .goodList .box .item ul.price li:first-child {
    border: 0;
  }
}
.goodList .box .item ul.price li:first-child span {
  padding: 0 5px;
  color: #666;
}

.goodList .box .item ul.price li:first-child span:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:first-child span:first-child {
    font-size: 1.2rem;
  }
}
.goodList .box .item ul.price li:first-child span.unit {
  padding: 2px 5px;
}

.goodList .box .item ul.price li:nth-child(2) {
  margin: 0;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
  font-weight: bold;
  color: #ff3300;
  overflow: hidden;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:nth-child(2) {
    font-size: 1.4rem;
  }
}
.goodList .box .item ul.price li:nth-child(2) span {
  padding: 2px 5px;
  font-weight: normal;
  color: #666;
}

.goodList .box .item ul.price li:nth-child(2) span:first-child {
  margin-right: 30px;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:nth-child(2) span:first-child {
    font-size: 1.2rem;
  }
}
.goodList .box .item ul.price li:nth-child(2) span.unit {
  padding: 2px 5px;
}

.goodList .box .item ul.price li:nth-child(2) strong {
  font-size: 1.4rem;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:nth-child(2) strong {
    font-size: 1.6rem;
  }
}
.goodList .box .item ul.price li:nth-child(2) a {
  font-size: 0.8rem;
  color: #0000ff;
  text-decoration: underline;
}
@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:nth-child(2) a {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li:nth-child(2) a {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li span {
    flex: 0 0 130px;
  }
}
@media screen and (max-width: 1120px) {
  .goodList .box .item ul.price li span:last-child {
    flex: 0 0 auto;
  }
}
.goodList .box .item .function-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 0 0 0;
}

.goodList .box .item .function-line .function {
  display: flex;
}

.goodList .box .item .function-line .function > div {
  display: flex;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div {
    position: relative;
  }
}
.goodList .box .item .function-line .function > div:nth-child(2) {
  margin: 3px 0 0 0;
}

.goodList .box .item .function-line .function > div > a, .goodList .box .item .function-line .function > div > div > div {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 2px;
  border: 1px solid rgba(171, 29, 51, 0.25);
  border-radius: 3px;
  overflow: hidden;
  cursor: pointer;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div > a, .goodList .box .item .function-line .function > div > div > div {
    width: 45px;
    height: 45px;
  }
}
.goodList .box .item .function-line .function > div > a:hover, .goodList .box .item .function-line .function > div > div > div:hover {
  border: 1px solid #ab1d33;
}

.goodList .box .item .function-line .function > div > a img, .goodList .box .item .function-line .function > div > div > div img {
  position: relative;
  top: -1px;
  left: -1px;
  height: 25px;
  transition: all 0.6s;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div > a img, .goodList .box .item .function-line .function > div > div > div img {
    height: 45px;
  }
}
.goodList .box .item .function-line .function > div > a img:hover, .goodList .box .item .function-line .function > div > div > div img:hover {
  left: -26px;
  background: #ab1d33;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div > a img:hover, .goodList .box .item .function-line .function > div > div > div img:hover {
    left: -46px;
  }
}
.goodList .box .item .function-line .function > div > a span, .goodList .box .item .function-line .function > div > div > div span {
  display: none;
}

.goodList .box .item .function-line .function > div .quotation-btn {
  background: #ab1d33;
}

.goodList .box .item .function-line .function > div .quotation-btn img {
  position: relative;
  top: 1px;
  left: 1px;
  height: 21px;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div .quotation-btn img {
    height: 41px;
  }
}
.goodList .box .item .function-line .function > div .quotation-btn img:hover {
  left: 1px;
}

.goodList .box .item .function-line .function > div > .installation-notice, .goodList .box .item .function-line .function > div > .installation--non-notice {
  display: none;
  position: absolute;
  top: 37px;
  left: 0;
  width: 100%;
  padding: 2px 8px;
  color: #000;
  text-decoration: none;
  border: 2px solid #ffcc00;
  background-color: #ffffcc;
  z-index: 999;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div > .installation-notice, .goodList .box .item .function-line .function > div > .installation--non-notice {
    top: 42px;
  }
}
.goodList .box .item .function-line .function > div > .car-model-notice, .goodList .box .item .function-line .function > div > .machine-model-notice, .goodList .box .item .function-line .function > div > .installation-fee-notice {
  display: none;
  position: absolute;
  top: 36px;
  left: 0;
  width: 100%;
  padding: 2px 8px;
  color: #000;
  text-decoration: none;
  border: 2px solid #ffcc00;
  background-color: #ffffcc;
  z-index: 999;
}

@media screen and (max-width: 1120px) {
  .goodList .box .item .function-line .function > div > .car-model-notice, .goodList .box .item .function-line .function > div > .machine-model-notice, .goodList .box .item .function-line .function > div > .installation-fee-notice {
    top: 28px;
  }
}
.goodList .box .item .function-line .function > div > div {
  position: relative;
}

.goodList .box .item .function-line .function > div > div i {
  content: "";
  display: none;
  position: absolute;
  top: 22px;
  left: 2px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffcc00 transparent;
  z-index: 99;
}

@media screen and (max-width: 999px) {
  .goodList .box .item .function-line .function > div > div i {
    top: 32px;
    left: 12px;
  }
}
.goodList .box .item .function-line .function span {
  position: relative;
  margin-right: 5px;
  color: #1852e7;
  text-decoration: underline;
  cursor: pointer;
}

.goodList .box .item .function-line .function span i {
  content: "";
  display: none;
  position: absolute;
  top: 18px;
  left: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffcc00 transparent;
}

.goodList .box.no-logging .box .item .txtbox {
  justify-content: flex-start;
}

.goodList .box.no-logging .box .item .function-line {
  padding: 10px 0 0 0;
}

@media screen and (min-width: 486px) {
  .goodList .box.no-logging .box .item .function-line .function a {
    width: 40px;
    height: 40px;
  }
}
@media screen and (min-width: 486px) {
  .goodList .box.no-logging .box .item .function-line .function img {
    height: 40px;
  }
}
@media screen and (min-width: 486px) {
  .goodList .box.no-logging .box .item .function-line .function img:hover {
    left: -41px;
    background: #ab1d33;
  }
}
.goodList--grid .box {
  min-width: auto;
  flex: 0 0 20%;
}

@media screen and (max-width: 1375px) {
  .goodList--grid .box {
    flex: 0 0 25%;
  }
}
@media screen and (max-width: 1100px) {
  .goodList--grid .box {
    flex: 0 0 33.3333333333%;
  }
}
@media screen and (max-width: 825px) {
  .goodList--grid .box {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 550px) {
  .goodList--grid .box {
    flex: 0 0 100%;
  }
}
.goodList--grid .box .item {
  flex-direction: column;
  justify-content: stretch;
  height: 100%;
}

.goodList--grid .box .item .txtbox-block {
  width: 100%;
  height: 100%;
  margin-left: 0;
}

.goodList--grid .box .item .txtbox {
  justify-content: flex-start;
  width: 100%;
  padding: 0;
}

.goodList--grid .box .item .item-bottom .price {
  flex-direction: column;
}

.goodList--grid .box .item .item-bottom .price li {
  width: 100%;
}

.goodList--grid .box .item .item-bottom .function-line {
  position: static;
}

.goodList--grid .box .item .item-bottom .function-line .function > div {
  position: relative;
}

.goodList--grid .box .item .item-bottom .function-line .function > div > .installation-notice, .goodList--grid .box .item .item-bottom .function-line .function > div > .installation--non-notice {
  top: 32px;
  left: 0;
}

@media screen and (max-width: 999px) {
  .goodList--grid .box .item .item-bottom .function-line .function > div > .installation-notice, .goodList--grid .box .item .item-bottom .function-line .function > div > .installation--non-notice {
    top: 42px;
  }
}
.goodList--grid .box .item .item-bottom .function-line .function > div > .car-model-notice, .goodList--grid .box .item .item-bottom .function-line .function > div > .machine-model-notice, .goodList--grid .box .item .item-bottom .function-line .function > div > .installation-fee-notice {
  top: 28px;
  left: 0;
}

.featured {
  margin: 20px 0 50px 0;
}

@media screen and (max-width: 999px) {
  .featured {
    margin: 10px 0 50px 0;
  }
}
.featured__kv {
  margin: 0 0 30px 0;
}

.featured__kv img {
  max-width: 100%;
}

@media screen and (max-width: 999px) {
  .featured__kv img.pc {
    display: none;
  }
}
.featured__kv img.mobile {
  display: none;
}

@media screen and (max-width: 999px) {
  .featured__kv img.mobile {
    display: inline;
  }
}
.featured__anchor {
  display: flex;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .featured__anchor {
    flex-wrap: wrap;
  }
}
.featured__anchor a {
  margin: 0 15px 0 0;
  padding: 6px 10px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #0052ce;
  border: 2px solid #0052ce;
  border-radius: 5px;
}

@media screen and (max-width: 999px) {
  .featured__anchor a {
    margin: 0 3px 5px 3px;
  }
}
.featured__anchor a:last-child {
  margin: 0;
}

@media screen and (max-width: 999px) {
  .featured__anchor a:last-child {
    margin: 0 0 5px 3px;
  }
}
.featured__anchor a:hover {
  border: 2px solid #fff;
}

@media screen and (max-width: 999px) {
  .featured__subtitle {
    padding-top: 40px;
  }
}
.featured__subtitle p {
  display: flex;
  align-items: center;
  margin: 30px 20px 10px 20px;
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: bold;
  color: #222;
  border-radius: 5px;
  border-bottom: 2px solid #f8e69d;
  background-color: #fff5cc;
}

.featured__subtitle p::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  border-radius: 5px;
  background-color: #e7d178;
}

.scrollitems {
  margin: 0 0 50px 0;
}

#popmsg-apply {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 99;
}
#popmsg-apply > div {
  position: relative;
  top: 100px;
  display: flex;
  flex-direction: column;
  width: 90%;
  max-width: 640px;
  max-height: calc(100dvh - 110px);
  margin: auto;
  font-size: 1rem;
  font-weight: normal;
  color: black;
  text-align: center;
  border: 2px solid #ab1d33;
  border-radius: 5px;
  background-color: #fff;
  overflow: auto;
}
#popmsg-apply > div > div:first-child {
  padding: 5px 0;
  font-size: 1.2rem;
  color: #fff;
  letter-spacing: 5px;
  border-bottom: 2px solid #fff;
  background-color: #ab1d33;
}
#popmsg-apply > div > div:nth-child(2) {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 20px 0 20px;
  line-height: 1.6rem;
  text-align: left;
  border-top: 2px solid #ab1d33;
}
#popmsg-apply > div > div:nth-child(2) p {
  margin-bottom: 0.8rem;
  line-height: 1.4rem;
}
#popmsg-apply > div > div:nth-child(2) .apply-route {
  margin: 1.4rem auto;
  padding: 20px;
  border-radius: 5px;
  background-color: #eee;
}
#popmsg-apply > div > div:nth-child(2) .apply-route p.apply-route__title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
}
#popmsg-apply > div > div:nth-child(2) .apply-route p.apply-route__title::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 30px;
  display: block;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #ccc;
}
#popmsg-apply > div > div:nth-child(2) .apply-route p.apply-route__title span {
  position: absolute;
  top: 2px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  margin-left: 3px;
  font-size: 0.9rem;
  color: #fff;
  line-height: normal;
  border-radius: 10px;
  background-color: #ab1d33;
}
#popmsg-apply > div > div:nth-child(2) .apply-route p.apply-route__title b {
  position: relative;
  padding: 0 10px;
  background-color: #eee;
  z-index: 3;
}
#popmsg-apply > div > div:nth-child(2) .apply-route p.apply-route__title--2nd::before {
  left: 0;
  width: 100%;
}
#popmsg-apply > div > div:nth-child(2) .add-route {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  margin: 15px auto 30px auto;
  padding: 5px 0;
  color: #fff;
  text-align: center;
  border-radius: 20px;
  background-color: #f39a00;
  cursor: pointer;
}
#popmsg-apply > div > div:nth-child(2) .add-route i {
  margin-left: 3px;
  font-size: 0.9rem;
}
#popmsg-apply > div > div:nth-child(2) ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 999px) {
  #popmsg-apply > div > div:nth-child(2) ul {
    flex-direction: column;
    width: 100%;
  }
}
#popmsg-apply > div > div:nth-child(2) ul li {
  display: flex;
  align-items: center;
  flex: 0 0 calc(50% - 10px);
  margin: 5px 0;
}
@media screen and (max-width: 999px) {
  #popmsg-apply > div > div:nth-child(2) ul li {
    flex: 0 0 100%;
  }
}
#popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:first-child, #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(6), #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(7), #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(8) {
  flex: 0 0 100%;
}
@media screen and (max-width: 999px) {
  #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:first-child, #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(6), #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(7), #popmsg-apply > div > div:nth-child(2) ul.apply-route__client li:nth-child(8) {
    align-items: flex-start;
  }
}
#popmsg-apply > div > div:nth-child(2) label {
  flex: 0 0 85px;
  width: 55px;
  font-weight: bold;
}
#popmsg-apply > div > div:nth-child(2) input {
  flex: 0 0 calc(100% - 85px);
  width: calc(100% - 88px);
  margin-right: 10px;
  padding: 0.275rem 0.5rem;
  font-size: 1rem;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
@media screen and (max-width: 999px) {
  #popmsg-apply > div > div:nth-child(2) input {
    margin-right: 0;
  }
}
#popmsg-apply > div > div:nth-child(3) {
  padding: 0 20px 20px 20px;
}
#popmsg-apply > div > div:nth-child(3) button {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #000;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #ddd;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}
#popmsg-apply > div > div:nth-child(3) .send {
  display: inline-block;
  width: 120px;
  height: 32px;
  margin: 0 5px;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #333;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}