.dispatch {
  width: 100%;
  min-height: 100vh;
  background: #ffffff;
  margin-top: 0.9rem;
}
.dispatch .banner-inside {
  position: absolute;
  left: 50%;
  bottom: 0.5rem;
  display: flex;
  z-index: 9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 0.42rem;
  height: 0.66rem;
  margin-left: -0.21rem;
}
.dispatch .banner-inside img {
  width: 100%;
  height: 100%;
}
.dispatch .title {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.85rem;
}
.dispatch .title p:nth-child(1) {
  font-size: 0.37rem;
  font-weight: 549;
  color: #1e1e1e;
  margin-bottom: 0.25rem;
}
.dispatch .title p:nth-child(2) {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
}
.dispatch .title.pb5 {
  margin-bottom: 0.5rem;
}
.dispatch .banner {
  width: 100%;
}
.dispatch .banner img {
  width: 100%;
}
.dispatch .banner .pc-banner-img {
  display: block;
}
.dispatch .banner .phone-banner-img {
  display: none;
}
.dispatch .banner .mobile-bannerText {
  display: none;
}
.dispatch .banner .bannerText {
  top: 4rem;
  margin-left: 12rem;
  display: block;
}
.dispatch .banner .bannerText p {
  color: #01003d !important;
}
.dispatch .banner .bannerText p:first-of-type {
  font-size: 0.55rem;
  font-weight: 600;
}
.dispatch .banner .bannerText p:last-of-type {
  padding-top: 0.55rem;
  font-size: 0.45rem;
  font-weight: 200;
  line-height: 0.58rem;
}
.dispatch .banner .textWrap {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.dispatch .banner .textWrap .bannerText {
  display: block;
  transform: translate(-3.5rem, 0rem);
}
.dispatch .banner .textWrap .bannerText p:first-of-type {
  font-size: 0.55rem;
  font-weight: 600;
  letter-spacing: 0.04rem;
}
.dispatch .banner .textWrap .bannerText p:last-of-type {
  padding-top: 0.55rem;
  font-size: 0.45rem;
  font-weight: 200;
  line-height: 0.65rem;
  text-shadow: 0 8px 9px #fff, 0px -2px 1px #fff;
}
.dispatch .framework {
  padding: 0.85rem 0 0.9rem 0;
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.dispatch .framework .l-box p:nth-child(1) {
  font-size: 0.42rem;
  font-weight: 400;
  color: #1d1d1d;
  margin-bottom: 0.23rem;
}
.dispatch .framework .l-box p:nth-child(2) {
  font-size: 0.29rem;
  font-weight: 400;
  color: #1d1d1d;
  margin-bottom: 0.6rem;
}
.dispatch .framework .l-box p:nth-child(3) {
  letter-spacing: 0.03rem;
  width: 3.48rem;
  height: 0.49rem;
  line-height: 0.49rem;
  text-align: center;
  font-size: 0.29rem;
  font-weight: 400;
  color: #ffffff;
  background: #dd2828;
  border-radius: 0.25rem;
  margin-bottom: 0.31rem;
}
.dispatch .framework .l-box p:nth-child(4) {
  width: 7.16rem;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 0.42rem;
}
.dispatch .framework .r-box {
  transform: translateY(0.2rem);
}
.dispatch .framework .r-box .item-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.37rem;
}
.dispatch .framework .r-box .item-box p {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1.22rem;
}
.dispatch .framework .r-box .item-box p img {
  width: 1.2rem;
  height: 1.2rem;
}
.dispatch .framework .r-box .item-box p span {
  font-size: 0.25rem;
  font-weight: 400;
  color: #1d1d1d;
  margin-top: 0.29rem;
}
.dispatch .framework .phone-r-box {
  display: none;
}
.dispatch .framework .pc-r-box {
  display: block;
}
.dispatch .phone-service-box {
  display: none;
}
.dispatch .service-box {
  width: 100%;
  max-height: 6.7rem;
  overflow: hidden;
  position: relative;
  display: flex;
}
.dispatch .service-box .title-box {
  margin-top: 0.62rem;
  margin-bottom: 0.29rem;
}
.dispatch .service-box .title-box p:nth-child(1) {
  font-size: 0.42rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0.5rem;
}
.dispatch .service-box .title-box p:nth-child(2) {
  font-size: 0.38rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #dd2828;
}
.dispatch .service-box .service-bg {
  width: 100%;
}
.dispatch .service-box .service-bg img {
  width: 100%;
  height: 100%;
}
.dispatch .service-box .service-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.dispatch .service-box .service-content-box {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.dispatch .service-box .content {
  width: 5.9rem;
  background: #ffffff;
  padding: 0.44rem 0rem 0.43rem 0.43rem;
}
.dispatch .service-box .content p {
  display: flex;
  align-items: center;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  line-height: 0.5rem;
}
.dispatch .service-box .content p span {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  background: #dd2828;
  border-radius: 50%;
  margin-right: 0.26rem;
  transform: scale(0.9);
}
.dispatch .dispatch-box {
  padding: 0.9rem 0;
  width: 16rem;
  margin: 0 auto;
}
.dispatch .dispatch-box .item-box {
  display: flex;
}
.dispatch .dispatch-box .item-box .item {
  width: 7.9rem;
  height: 3.78rem;
  overflow: hidden;
}
.dispatch .dispatch-box .item-box .item .bgdh {
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  width: 4rem;
  overflow: hidden;
}
.dispatch .dispatch-box .item-box .item .bgdh img {
  width: 100%;
}
.dispatch .dispatch-box .item-box .item .l {
  margin-left: 4.38rem;
  padding-top: 0.49rem;
  line-height: 0.3rem;
}
.dispatch .dispatch-box .item-box .item .l p:nth-child(1) {
  font-size: 0.29rem;
  font-family: PingFang SC;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 0.43rem;
}
.dispatch .dispatch-box .item-box .item .l p {
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  max-width: 2.5rem;
  border-bottom: 0.03rem solid rgba(102, 102, 102, 0);
  padding-bottom: 0.06rem;
  margin-bottom: 0.06rem;
}
.dispatch .dispatch-box .item-box .item .l p:hover {
  border-bottom: 0.03rem solid #c40e18;
}
.dispatch .dispatch-box .item-box .item .l p:nth-child(1):hover {
  border-bottom: 0.03rem solid rgba(102, 102, 102, 0);
}
.dispatch .dispatch-box .item-box .item:nth-child(1) {
  background: url(../image/bg1.png);
  background-size: 7.9rem 3.78rem;
  background-repeat: no-repeat;
}
.dispatch .dispatch-box .item-box .item:nth-child(1):hover .bgdh img {
  animation: bgdh 2s linear 1;
}
.dispatch .dispatch-box .item-box .item:nth-child(2) {
  margin-left: 0.16rem;
  background: url(../image/bg2.png);
  background-size: 7.9rem 3.78rem;
  background-repeat: no-repeat;
}
.dispatch .dispatch-box .item-box .item:nth-child(2):hover .bgdh img {
  animation: bgdh 2s linear 1;
}
.dispatch .advantage {
  padding: 1rem 0rem 0.7rem 0rem;
  background: #F6F8FC;
}
.dispatch .advantage .item:hover {
  background: #ffffff;
  box-shadow: 0.03rem 0.05rem 0.3rem 0.02rem rgba(100, 113, 131, 0.05);
}
.dispatch .advantage .item:hover p:nth-child(1) .img1 {
  display: none;
}
.dispatch .advantage .item:hover p:nth-child(1) .img2 {
  display: block;
}
.dispatch .advantage .item {
  padding: 0.45rem 1.5rem 0.45rem 1.62rem;
}
.dispatch .advantage .item p:nth-child(1) {
  width: 16rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
  font-size: 0.29rem;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 0.23rem;
}
.dispatch .advantage .item p:nth-child(1) img {
  width: 0.43rem;
  height: 0.36rem;
  margin-right: 0.26rem;
}
.dispatch .advantage .item p:nth-child(1) .img1 {
  display: block;
}
.dispatch .advantage .item p:nth-child(1) .img2 {
  display: none;
}
.dispatch .advantage .item p:nth-child(2) {
  width: 16rem;
  margin: 0 auto;
  font-size: 0.25rem;
  font-weight: 300;
  color: #666666;
  padding-left: 0.7rem;
  text-indent: 0.35rem;
}
.dispatch .character-box {
  padding: 0.9rem 0 0.9rem 0;
  width: 16rem;
  margin: 0 auto;
}
.dispatch .character-box .title {
  margin-bottom: 0.9rem;
}
.dispatch .character-box .data-item {
  display: flex;
  justify-content: space-between;
}
.dispatch .character-box .data-item .item:hover .cover-box {
  display: block;
}
.dispatch .character-box .data-item .item {
  width: calc(25% - 0.0225rem);
  height: 3.69rem;
  background: #f6f8fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.dispatch .character-box .data-item .item img {
  width: 0.67rem;
  height: 0.67rem;
  margin-bottom: 0.34rem;
}
.dispatch .character-box .data-item .item p {
  font-size: 0.29rem;
  font-weight: 400;
  color: #666666;
}
.dispatch .character-box .data-item .item .cover-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #c40e18;
  display: none;
  padding-left: 0.56rem;
  box-sizing: border-box;
}
.dispatch .character-box .data-item .item .cover-box p:nth-child(1) {
  width: 2.61rem;
  font-size: 0.29rem;
  font-weight: 400;
  color: #ffffff;
  line-height: 0.38rem;
  padding-top: 0.45rem;
  padding-bottom: 0.46rem;
}
.dispatch .character-box .data-item .item .cover-box p:nth-child(2) {
  width: 3rem;
  font-size: 0.25rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 0.42rem;
  align-items: center;
  margin-bottom: 0.2rem;
}
.dispatch .mobile-character-box {
  display: none;
}
@keyframes bgdh {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}
@media (max-width: 751px) {
  .banner-inside {
    display: none !important;
  }
  .dispatch {
    margin: 0.73rem auto 0 auto;
    max-width: 7.5rem;
    min-width: auto;
  }
  .writh {
    display: none !important;
  }
  .textWrap {
    display: block !important;
  }
  .bannerText {
    display: none !important;
  }
  .mobile-bannerText {
    display: block !important;
  }
  .mobile-bannerText p:nth-child(1) {
    font-size: 0.35rem;
    color: #01003d;
    font-weight: 600;
    padding-left: 45%;
    padding-top: 17%;
    line-height: 0.5rem;
    letter-spacing: 0.03rem;
  }
  .mobile-bannerText p:nth-child(2) {
    font-size: 0.2rem;
    color: #01003d;
    font-weight: 400;
    padding-left: 45%;
    padding-top: 0.2rem;
    line-height: 0.32rem;
    letter-spacing: 0.02rem;
    text-shadow: 0 8px 9px #fff, 0px -2px 1px #fff;
  }
  .dispatch .banner .pc-banner-img {
    display: none;
  }
  .dispatch .banner .phone-banner-img {
    display: block;
  }
  .dispatch .framework {
    padding: 0.87rem 0.3rem 0.63rem 0.3rem;
    width: 100%;
    box-sizing: border-box;
  }
  .dispatch .framework .l-box p {
    max-width: 3.14rem;
    text-align: justify;
  }
  .dispatch .framework .l-box p:nth-child(1) {
    font-size: 0.33rem;
    font-weight: 400;
    color: #1d1d1d;
    font-weight: 600;
    margin-bottom: 0.2rem;
  }
  .dispatch .framework .l-box p:nth-child(2),
  .dispatch .framework .l-box p:nth-child(4) {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
  }
  .dispatch .framework .l-box p:nth-child(2) {
    margin-bottom: 0.39rem;
  }
  .dispatch .framework .l-box p:nth-child(3) {
    width: 2.49rem;
    height: 0.45rem;
    line-height: 0.45rem;
    font-size: 0.25rem;
    margin-bottom: 0.24rem;
  }
  .dispatch .framework .pc-r-box {
    display: none;
  }
  .dispatch .framework .phone-r-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 2.53rem;
    padding-top: 0.5rem;
  }
  .dispatch .framework .phone-r-box .item-box {
    margin-bottom: 0.44rem;
  }
  .dispatch .framework .phone-r-box .item-box p {
    margin-left: 0;
  }
  .dispatch .framework .phone-r-box .item-box p img {
    width: 0.92rem;
    height: 0.91rem;
  }
  .dispatch .framework .phone-r-box .item-box p span {
    font-size: 0.21rem;
    font-weight: 400;
    color: #666666;
    margin-top: 0.09rem;
  }
  .dispatch .pc-service-box {
    display: none;
  }
  .dispatch .phone-service-box {
    display: block;
    width: 100%;
    height: 9.79rem;
    background-image: url("../image/banner1-phone.png");
    background-size: 100% 100%;
    padding: 0 0.27rem;
    box-sizing: border-box;
  }
  .dispatch .phone-service-box p:nth-child(1) {
    font-size: 0.29rem;
    font-weight: 400;
    color: #ffffff;
    padding: 0.6rem 0 0.17rem 0;
  }
  .dispatch .phone-service-box p {
    text-align: center;
    padding-bottom: 0.58rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #dd2828;
  }
  .dispatch .phone-service-box p:nth-child(4) {
    padding-bottom: 0.48rem;
  }
  .dispatch .text-box {
    padding: 0.46rem 0.12rem 0.21rem 0.12rem;
    background-color: #ffffff;
    margin-bottom: 0.48rem;
  }
  .dispatch .text-box .list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.24rem;
  }
  .dispatch .text-box .list p {
    width: 3.33rem;
    height: 0.51rem;
    background: #E8E9EA;
    border-radius: 0.26rem;
    line-height: 0.51rem;
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    padding: 0;
  }
  .dispatch .dispatch-box {
    padding: 0.94rem 0.27rem;
    width: 100%;
    box-sizing: border-box;
  }
  .dispatch .dispatch-box .title {
    margin-bottom: 0.96rem;
  }
  .dispatch .dispatch-box .title p:nth-child(1) {
    font-size: 0.37rem;
    margin-bottom: 0.3rem;
    font-weight: 400;
  }
  .dispatch .dispatch-box .title p:nth-child(2) {
    font-weight: 300;
  }
  .dispatch .dispatch-box .divtest {
    font-weight: 400;
    color: #1e1e1e;
  }
  .dispatch .dispatch-box .divtest:nth-child(2) {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
  }
  .dispatch .dispatch-box .item-box {
    flex-wrap: wrap;
  }
  .dispatch .dispatch-box .item-box .item {
    margin-bottom: 0.28rem;
    width: 100%;
    height: 3.32rem;
  }
  .dispatch .dispatch-box .item-box .item .bgdh {
    display: none;
  }
  .dispatch .dispatch-box .item-box .item .l {
    padding-top: 0.29rem;
    line-height: 0;
    width: 2.24rem;
  }
  .dispatch .dispatch-box .item-box .item .l p {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.4rem;
    display: inherit;
    margin: 0;
    padding: 0;
  }
  .dispatch .dispatch-box .item-box .item .l p:nth-child(1) {
    margin-bottom: 0.15rem !important;
  }
  .dispatch .dispatch-box .item-box .item:nth-child(2) {
    margin-left: 0;
  }
  .dispatch .dispatch-box .item-box .item:last-child {
    margin-bottom: 0;
  }
  .dispatch .advantage {
    padding: 0.95rem 0.27rem;
    box-sizing: border-box;
    background: #f6f8fc;
  }
  .dispatch .advantage .title {
    margin-bottom: 0.97rem;
  }
  .dispatch .advantage .title p:nth-child(1) {
    font-size: 0.37rem;
    font-weight: 400;
    color: #1e1e1e;
    margin-bottom: 0.3rem;
  }
  .dispatch .advantage .title p:nth-child(2) {
    font-size: 0.25rem;
    font-weight: 300;
    color: #666666;
  }
  .dispatch .advantage .item {
    padding: 0;
    margin-bottom: 0.65rem;
  }
  .dispatch .advantage .item p:nth-child(2),
  .dispatch .advantage .item p:nth-child(1) {
    width: 100%;
    box-sizing: border-box;
  }
  .dispatch .advantage .item p:nth-child(1) {
    font-size: 0.29rem;
    font-weight: 600;
    color: #c40e18;
    margin-bottom: 0.31rem;
  }
  .dispatch .advantage .item p:nth-child(1) img:nth-child(1) {
    display: none;
  }
  .dispatch .advantage .item p:nth-child(1) img:nth-child(2) {
    display: block;
  }
  .dispatch .advantage .item p:nth-child(2) {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
    text-indent: 0;
  }
  .dispatch .advantage .item:hover {
    background: rgba(0, 0, 0, 0);
    box-shadow: 0.03rem 0.05rem 0.3rem 0.02rem rgba(100, 113, 131, 0);
  }
  .dispatch .advantage .item:last-child {
    margin-bottom: 0;
  }
  .dispatch .pc-character-box {
    display: none;
  }
  .dispatch .mobile-character-box {
    display: block;
    width: 100%;
    padding: 0.94rem 0.27rem 0 0.27rem;
    box-sizing: border-box;
  }
  .dispatch .mobile-character-box .title {
    margin-bottom: 0.96rem;
  }
  .dispatch .mobile-character-box .title p:nth-child(2) {
    font-size: 0.25rem;
  }
  .dispatch .mobile-character-box .title p:nth-child(1) {
    font-weight: 400;
    margin-bottom: 0.3rem;
  }
  .dispatch .mobile-character-box .text-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
  }
  .dispatch .mobile-character-box .text-box .text-item {
    box-sizing: border-box;
    padding: 0.37rem 0.29rem;
    min-height: 3.94rem;
    background-color: #f6f8fc;
    width: 3.34rem;
  }
  .dispatch .mobile-character-box .text-box .text-item p:nth-child(1) {
    font-size: 0.29rem;
    font-weight: 600;
    color: #1c1c1c;
    margin-bottom: 0.29rem;
    display: flex;
    align-items: flex-end;
  }
  .dispatch .mobile-character-box .text-box .text-item p:nth-child(1) img {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.12rem;
  }
  .dispatch .mobile-character-box .text-box .text-item p:nth-child(2) {
    font-size: 0.25rem;
    font-weight: 400;
    color: #666666;
    line-height: 0.38rem;
    text-align: justify;
  }
  .dispatch .mobile-character-box .text-box .text-item:nth-child(-n+2) {
    margin-bottom: 0.28rem;
  }
}
