.shipping-page-pc .form-item {
  position: relative;
}
.shipping-page-pc .error-msg {
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  bottom: 20px;
  transform: translateY(100%);
  color: #ff0000;
}
.shipping-page-pc .page-banner .swiper-slide {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center top;
}
.shipping-page-pc .page-row .row-title {
  font-size: 28px;
  text-align: center;
  font-weight: 700;
  margin: 20px auto;
  color: #333;
}
.shipping-page-pc .page-row .row-sub-title {
  font-size: 14px;
  text-align: center;
  margin: 20px auto;
  width: 60%;
  color: #333;
}
.shipping-page-pc .page-row-1 {
  padding: 30px 0;
  background: #e9eef3;
}
.shipping-page-pc .page-row-2 {
  padding: 30px 0;
  background: #fff;
}
.shipping-page-pc .page-row-3 {
  padding: 30px 0 50px;
  background: #e9eef3;
}
.shipping-page-pc .service-list .item {
  position: relative;
  margin-bottom: 20px;
  display: block;
  padding-bottom: 40px;
}
.shipping-page-pc .service-list .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 105.8%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.shipping-page-pc .service-list .item .info {
  position: absolute;
  width: calc(100% - 40px);
  height: 160px;
  bottom: 0;
  background: #fff;
  padding: 15px 20px;
  left: 20px;
  color: #333;
}
.shipping-page-pc .service-list .item .info .tit {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 24px;
  height: 48px;
  display: flex;
  align-items: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2 !important;
  overflow: hidden;
}
.shipping-page-pc .service-list .item .info .desc {
  font-size: 14px;
  line-height: 18px;
}
.shipping-page-pc .service-list .item:hover .info {
  background: #294a9f;
  color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
}
.shipping-page-pc .strengths-list {
  margin-top: 40px;
}
.shipping-page-pc .strengths-list .item {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.shipping-page-pc .strengths-list .item .img-box {
  flex: 1;
  padding-right: 148px;
}
.shipping-page-pc .strengths-list .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.shipping-page-pc .strengths-list .item .info {
  flex: 1;
  padding-top: 30px;
  cursor: pointer;
}
.shipping-page-pc .strengths-list .item .info .tit {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 30px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.shipping-page-pc .strengths-list .item .info .tit:after {
  content: '';
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shipping-page-pc .strengths-list .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.shipping-page-pc .strengths-list .item .info:hover .tit:after {
  width: 100%;
  height: 1px;
}
.shipping-page-pc .strengths-list .item:nth-child(2n) .img-box {
  padding-left: 148px;
  padding-right: 0;
  order: 2;
}
.shipping-page-pc .strengths-list .item:nth-child(2n) .info {
  order: 1;
}
.shipping-page-pc .page-footer {
  margin-top: 0px;
}

.form-wrap {
  margin-top: 40px;
}

.form-wrap .input-row {
  margin-bottom: 10px;
}

.form-wrap .input-row .required {
  width: 5px;
  height: 5px;
  background: #C41200;
  border-radius: 50%;
  margin-right: 10px;
}

.form-wrap .input-row .form-label {
  margin-bottom: 0;
  font-size: 14px;
}

.form-wrap .form-control {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px;
  margin: 20px 0 30px;
  font-size: 12px;
}

.form-wrap .btn-box .btn {
  width: 100%;
  border-radius: 0;
  background: #32459C;
  border: none;
  margin-bottom: 40px;
  font-size: 14px;
  padding: 10px 15px;
}

.shipping-page.mobile {
  height: calc(100vh - 60px);
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.shipping-page.mobile::-webkit-scrollbar {
  width: 0;
}
.shipping-page.mobile::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #7d7d7d;
}
.shipping-page.mobile::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #e7e7e7;
  border: 1px solid #cacaca;
}
.shipping-page.mobile .shipping-header .page-banner {
  height: auto;
  display: block;
}
.shipping-page.mobile .shipping-header .page-banner .swiper-slide {
  display: block;
  height: auto;
}
.shipping-page.mobile .shipping-header .page-banner img {
  max-width: 100%;
  height: auto;
}
.shipping-page.mobile .m-container .page-row .row-title {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  margin: 10px auto;
  line-height: 24px;
  color: #333;
  padding: 0 30px;
}
.shipping-page.mobile .m-container .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
}
.shipping-page.mobile .m-container .page-row-1 {
  padding: 10px 0;
  background: #e9eef3;
}
.shipping-page.mobile .m-container .page-row-2 {
  padding: 10px 0;
  background: #fff;
}
.shipping-page.mobile .m-container .page-row-3 {
  padding: 10px 0 50px;
  background: #e9eef3;
}
.shipping-page.mobile .m-container .page-row-4 {
  padding: 10px 0;
  background: #fff;
}
.shipping-page.mobile .service-list .item {
  position: relative;
  display: block;
}
.shipping-page.mobile .service-list .item .img {
  width: 100%;
  height: 0;
  padding-bottom: 105.8%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.shipping-page.mobile .service-list .item .info {
  width: calc(100% - 20px);
  height: 200px;
  background: #fff;
  padding: 15px 20px;
  color: #333;
  transform: translate(10px, -40px);
  overflow: hidden;
}
.shipping-page.mobile .service-list .item .info .tit {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 18px;
  min-height: 36px;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.shipping-page.mobile .service-list .item .info .desc {
  font-size: 12px;
  line-height: 18px;
  height: 130px;
  overflow: hidden;
}
.shipping-page.mobile .form-wrap .u-border {
  border-radius: 0;
  background-color: #f2f2f2;
  color: #999;
  border: none;
  padding: 10px 15px;
  font-size: 12px;
}
.shipping-page.mobile .form-wrap .btn {
  width: 100%;
  border-radius: 0;
  background: #32459c;
  border: none;
  margin: 10px auto;
  font-size: 14px;
  padding: 10px 15px !important;
  height: 45px;
  color: #fff;
}
.shipping-page.mobile .strengths-list {
  margin-top: 40px;
}
.shipping-page.mobile .strengths-list .item {
  margin: 10px auto;
}
.shipping-page.mobile .strengths-list .item .img-box {
  margin-bottom: 20px;
}
.shipping-page.mobile .strengths-list .item .img {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-bottom: 42.5%;
}
.shipping-page.mobile .strengths-list .item .info .tit {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 18px;
  padding-bottom: 20px;
  position: relative;
  color: #333;
}
.shipping-page.mobile .strengths-list .item .info .tit:after {
  content: "";
  width: 50px;
  height: 6px;
  border-radius: 3px;
  background: #294a9f;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  -moz-transition: all 0.2s ease-in-out 0s;
  -ms-transition: all 0.2s ease-in-out 0s;
  -o-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
.shipping-page.mobile .strengths-list .item .info .desc {
  font-size: 12px;
  line-height: 24px;
  color: #333;
}
.shipping-page.mobile .strengths-list .item .info:hover .tit:after {
  width: 100%;
  height: 1px;
}
.shipping-page.mobile .strengths-list .item:nth-child(2n) .info {
  order: 1;
}
.shipping-page.mobile .page-footer {
  margin-top: 0px;
}

.shipping-page-mobile .page-banner {
  height: auto !important;
}
.shipping-page-mobile .page-banner .swiper-slide {
  padding-bottom: 25.6%;
}
.shipping-page-mobile .page-row-1 {
  padding: 10px;
}
.shipping-page-mobile .page-row-1 .purchase-box {
  padding-top: 0 !important;
  display: block !important;
}
.shipping-page-mobile .page-row .container {
  padding: 10px;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
.shipping-page-mobile .page-row .row-title {
  font-size: 20px;
  line-height: 24px;
  padding: 0 30px;
  margin: 10px auto;
}
.shipping-page-mobile .page-row .row-sub-title {
  font-size: 12px;
  text-align: center;
  margin: 20px auto;
  padding: 0 30px;
  width: 100%;
}
.shipping-page-mobile .m-avg-sm-4.m-avg-between-lg > .item {
  width: calc(50% - 20px);
  padding: 0;
  margin-bottom: 0;
}
.shipping-page-mobile .service-list .item .info {
  width: calc(100% - 20px);
  height: 200px;
  position: relative;
  -webkit-transform: translate(10px, -40px);
  transform: translate(10px, -40px);
  left: auto;
}
.shipping-page-mobile .service-list .item .info .tit {
  font-size: 14px;
  line-height: 18px;
  height: 36px;
  align-items: self-start !important;
}
.shipping-page-mobile .service-list .item .info .desc {
  font-size: 12px;
  line-height: 18px;
  height: 130px;
  overflow: hidden;
}
.shipping-page-mobile .page-row-2 {
  padding: 10px;
}
.shipping-page-mobile .m-row {
  flex-direction: column;
}
.shipping-page-mobile .form-wrap {
  margin-top: 0;
}
.shipping-page-mobile .form-wrap .input-row {
  margin-bottom: 5px;
}
.shipping-page-mobile .form-wrap .form-control {
  padding: 10px 15px;
  margin: 0;
}
.shipping-page-mobile .form-wrap .btn-box .btn {
  margin: 10px auto;
}
.shipping-page-mobile .form-item {
  padding: 10px;
}
.shipping-page-mobile .m-contect {
  font-size: 12px;
  flex-direction: column;
  color: #868e96 !important;
}
.shipping-page-mobile .page-row-3 {
  padding: 10px;
}
.shipping-page-mobile .strengths-list .item {
  display: block;
}
.shipping-page-mobile .strengths-list .item .img-box {
  padding-right: 0;
}
.shipping-page-mobile .strengths-list .item .img-box .item:nth-child(2n) .img-box {
  padding-left: 0;
}
.shipping-page-mobile .strengths-list .item .img-box .item .info {
  padding-top: 20px;
}
.shipping-page-mobile .strengths-list .item .img-box .item .info .tit {
  font-size: 16px;
  line-height: 18px;
}
.shipping-page-mobile .strengths-list .item .img-box .item .info .tit:after {
  height: 4px;
}
.shipping-page-mobile .strengths-list .item .img-box .item .info .desc {
  font-size: 12px;
}
