﻿.title {
  font-size: 30px;
  line-height: 1;
  margin: 80px auto 60px;
  text-align: center;
  color: #000;
}

.robot-banner {
  background: url("../images/order_banner_img.png") no-repeat right bottom;
  background-size: 40%;
}
.robot-banner h1 {
  font-size: 40px !important;
  margin-bottom: 20px;
}
.robot-banner .p1 {
  color: #fff !important;
  line-height: 1.8;
  font-weight: normal !important;
}

.order-video-wrap {
  width: 100%;
  overflow: hidden;
}

.order-video-box {
  max-width: 1000px;
  margin: 0 auto;
  padding-bottom: 70px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.order-video {
  width: 48%;
  margin-bottom: 4%;
  padding: 40px 30px 15px 45px;
  border-radius: 15px;
  transition: all 0.4s ease-in-out;
  display: flex;
  border: solid 1px #fff;
  justify-content: space-between;
  box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, 0.07), 0px 5px 40px 0px rgba(47, 72, 88, 0.07);
}
.order-video h3 {
  font-size: 20px;
  color: #000;
  margin-bottom: 10px;
}
.order-video p {
  font-size: 14px;
  line-height: 26px;
  color: #9b9b9b;
}
.order-video div:first-child {
  margin: 0 0 20px;
}
.order-video div:last-child {
  align-self: flex-end;
}

.order-video:nth-child(3),
.order-video:last-child {
  margin-bottom: 0;
}

.order-video:hover {
  cursor: defalut;
  border: solid 1px #ea3e41;
  box-shadow: 0px 5px 40px 0px rgba(227, 75, 96, 0.1), 0px 12px 27px 0px rgba(227, 75, 96, 0.1);
}
.order-video:hover h3 {
  color: #e72735;
}

.order-price-wrap {
  width: 100%;
  overflow: hidden;
  text-align: center;
  background-color: #f7f8fc;
}
.order-price-wrap .order-price-p {
  font-size: 16px;
  color: #666;
  margin-top: -46px;
  text-align: center;
}
.order-price-wrap img {
  max-width: 1200px;
  margin: 20px 0;
}

.price-box {
  display: flex;
  margin: 10px auto 70px;
  max-width: 360px;
  justify-content: space-between;
}
.price-box a {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background-color: #e83820;
  background: linear-gradient(to right, #f45b4b, #ea3e41);
  transition: all 0.3s ease-in-out;
}
.price-box a:hover {
  box-shadow: 0 10px 25px 0 rgba(238, 77, 45, 0.4);
}

.order-mana-wrap {
  width: 100%;
  overflow: hidden;
  padding-bottom: 50px;
}

.order-mana-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  cursor: pointer;
}
.order-mana-tab li {
  font-size: 18px;
  padding: 0 25px;
  line-height: 2;
  color: #666;
  margin-right: 48px;
}
.order-mana-tab li.active,
.order-mana-tab li:hover {
  color: #fff;
  background-color: #eb4434;
  border-radius: 20px;
}
.order-mana-tab li:last-child {
  margin-right: 0;
}

.order-mana {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.4s ease-in-out;
}
.order-mana .order-mana-img {
  width: 50%;
  min-height: 431px;
  padding: 10px 0;
}
.order-mana .order-mana-img img {
  width: 100%;
}
.order-mana .order-mana-img-big {
  text-align: center;
}


.order-mana-right {
  width: 40%;
  overflow: hidden;
}
.order-mana-right h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  margin: 60px 0 25px;
}
.order-mana-right .order-mana-block {
  display: flex;
}
.order-mana-right .order-mana-block div {
  width: 7px;
  height: 7px;
  margin-right: 5px;
  background-color: #e53e2e;
}
.order-mana-right .order-mana-block div:nth-child(2) {
  opacity: 0.7;
}
.order-mana-right .order-mana-block div:nth-child(3) {
  opacity: 0.5;
}
.order-mana-right p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 36px;
  color: #959595;
}
.order-mana-right .order-mana-apply {
  width: 100%;
  overflow: hidden;
}
.order-mana-right .order-mana-apply a {
  display: block;
  margin: 40px 0;
  width: 130px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 20px;
  color: #fff;
  background-color: #e83820;
  transition: all 0.4s ease-in-out;
}
.order-mana-right .order-mana-apply a:hover {
  box-shadow: 10px 10px 25px 0 rgba(238, 77, 45, 0.4);
}

.order-more-wrap {
  background-color: #f7f8fc;
  overflow: hidden;
  padding-bottom: 70px;
}
.order-more-wrap .title {
  margin-bottom: 20px;
}

.order-more-box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  transition: all 0, 4s ease-in-out;
}
.order-more-box div.order-more {
  width: 16.6%;
  padding: 30px 25px 10px;
  text-align: center;
  position: relative;
}
.order-more-box div.order-more img {
  max-height: 72px;
}
.order-more-box div.order-more p {
  color: #666;
  font-size: 16px;
  line-height: 3;
}
.order-more-box div.order-more .order-hover {
  display: none;
}
.order-more-box .order-more:hover p {
  display: none;
}
.order-more-box .order-more:hover .order-hover {
  position: absolute;
  top: 70%;
  left: 0;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  font-size: 14px;
  padding: 15px 15px;
  z-index: 5;
  color: #000;
  box-shadow: 0px 5px 40px 0px rgba(47, 72, 88, 0.07), 0px 5px 40px 0px rgba(47, 72, 88, 0.07);
}
.order-more-box .order-more:hover p {
  color: #e41c1c;
}

.tele-custom-wrap {
  overflow: hidden;
}
.tele-custom-wrap p.tele-custom-p {
  margin-top: -28px;
  text-align: center;
  font-size: 16px;
  color: #ababab;
  margin-bottom: 20px;
}
.tele-custom-wrap .swiper-pagination {
  bottom: 25px;
}
.tele-custom-wrap .swiper-pagination-bullet-active {
  background-color: #ea383b;
}

.tele-custom-swiper-wrap {
  background: url("https://www.7x24cc.com/assets2/images/tele_custom_bg1.png") no-repeat left 10px;
}

@media screen and (max-width: 768px) {
  .banner .robot-banner {
    background: url("../images/order_banner_img.png") no-repeat center bottom/38% auto;
  }
  .banner .robot-banner h1 {
    text-align: center;
    font-size: 20px !important;
    margin-top: -30%;
  }
  #app ._block{
    margin: auto;
  }
  .title {
    font-size: 20px;
    line-height: 4;
    margin: 0 auto;
    text-align: center;
    color: #000;
  }
  .order-video-box {
    width: 96%;
    margin: 0 auto;
    padding-bottom: 5%;
  }
  .order-video {
    width: 48%;
    margin-bottom: 4%;
    padding: 10% 3% 5%;
  }
  .order-video h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .order-price-wrap .order-price-p {
    max-width: 86%;
    margin: 0 auto;
    font-size: 14px;
    margin-top: 0;
  }
  .order-price-wrap img {
    max-width: 100%;
    margin: 3% 0;
  }
  .price-box {
    margin: 10px auto 5%;
    max-width: 80%;
    display: flex;
    justify-content: center;
  }
  .price-box a {
    min-width: 45%;
    padding: 0 5%;
  }
  .price-box a:hover {
    box-shadow: 0 10px 25px 0 rgba(238, 77, 45, 0.4);
  }
  .order-mana-wrap {
    padding-bottom: 3%;
  }
  .order-mana-tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 5%;
    cursor: pointer;
  }
  .order-mana-tab li {
    font-size: 13px;
    padding: 0 8px;
    line-height: 2;
    color: #666;
    margin-right: 0;
  }
  .order-mana-tab li.active,
  .order-mana-tab li:hover {
    border-radius: 10px;
  }
  .order-mana {
    max-width: 1180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    transition: all 0.4s ease-in-out;
  }
  .order-mana .order-mana-img {
    width: 90%;
    margin: 0 auto;
    min-height: 0;
    padding: 10px 0;
  }
  .order-mana .order-mana-img img {
    width: 100%;
  }
  .order-mana-right {
    width: 100%;
    text-align: left;
  }
  .order-mana-right h5 {
    font-size: 18px;
    margin: 3% 0;
  }
  .order-mana-right p {
    width: 100%;
    margin: 2% auto 5%;
    font-size: 14px;
    line-height: 2;
  }
  .order-more-wrap {
    background-color: #f7f8fc;
    padding-bottom: 10%;
  }
  .order-more-wrap .title {
    margin-bottom: 20;
  }
  .order-more-box div.order-more {
    width: 25%;
    padding: 2%;
  }
  .order-more-box div.order-more img {
    max-height: 70px;
  }
  .order-more-box div.order-more p {
    font-size: 14px;
    line-height: 3;
  }
  .order-more-box .order-more:hover .order-hover {
    font-size: 12px;
    padding: 2%;
  }
  .hangye{
    display: none;
  }
}/*# sourceMappingURL=order.css.map */