.ruEcommerce .banner {
  background: url(../images/banner.png);
  padding: 80px 0;
}

.wrap {
  max-width: 1500px;
  margin: 0 auto;
}

.ruEcommerce .banner .title {
  display: flex;
  justify-content: center;
}

.ruEcommerce .banner .text {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.ruEcommerce .banner .text li {
  font-size: 26px;
  color: #ffffff;
  padding: 0 20px;
  position: relative;
}

.ruEcommerce .banner .text li:after {
  content: "";
  display: block;
  width: 2px;
  background-color: #fff;
  position: absolute;
  top: 10px;
  right: 0;
  height: 20px;
}

.ruEcommerce .banner .text li:last-child:after {
  display: none;
}
.ruEcommerce .tendency {
  border-bottom: 10px solid #ed3736;
}

.ruEcommerce .tendency .wrap {
  display: flex;
}

.ruEcommerce .tendency .mainL {
  display: flex;
  margin: 0 40px 0 60px;
}

.ruEcommerce .tendency .mainR {
  margin-top: 40px;
}

.ruEcommerce .tendency .mainR .title {
  font-size: 30px;
  color: #000;
  margin-bottom: 15px;
}

.ruEcommerce .tendency .mainR .text {
  margin-bottom: 30px;
}

.ruEcommerce .tendency .mainR .text li {
  font-size: 18px;
  line-height: 30px;
  color: #666;
}

.ruEcommerce .platform {
  padding: 100px 0;
}

.ruEcommerce .platform .title {
  font-size: 40px;
  color: #333333;
  text-align: center;
  margin-bottom: 40px;
}

.ruEcommerce .platform .main {
  display: flex;
}

.ruEcommerce .platform .main .mainR {
  padding-left: 40px;
  width: 100%;
}

.ruEcommerce .platform .main .mainR .wire {
  width: 100%;
  height: 1px;
  background-color: #d7d7d7;
  position: relative;
  margin-top: 30px;
}

.ruEcommerce .platform .main .mainR .wire.pink::after {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 10px;
  background-color: #e039c4;
  border-radius: 5px;
  top: -5px;
  left: 0;
}

.ruEcommerce .platform .main .mainR .title {
  margin-top: 35px;
  text-align: left;
  color: #333333;
  font-size: 28px;
  line-height: 1.5;
  width: 80%;
}

.ruEcommerce .platform .main .mainR .text {
  width: 80%;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 20px;
}

.ruEcommerce .platform .main .mainR .info {
  margin-top: 20px;
  font-size: 30px;
  line-height: 40px;
  color: #333333;
}

.ruEcommerce .platform .main .mainR .info .pink {
  font-size: 30px;
  font-weight: bold;
  color: #d131cb;
}

.ruEcommerce .platform .main .mainR .wire.blue::after {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 10px;
  background-color: rgb(1, 97, 246);
  border-radius: 5px;
  top: -5px;
  left: 0;
}

.ruEcommerce .platform .main .mainR .text .blue {
  color: rgb(1, 97, 246);
  font-size: 18px;
  line-height: 30px;
}

.ruEcommerce .platform .main .mainR .wire.orange::after {
  content: "";
  display: block;
  position: absolute;
  width: 127px;
  height: 10px;
  background-color: rgb(255, 82, 38);
  border-radius: 5px;
  top: -5px;
  left: 0;
}

.ruEcommerce .platform .main .mainR .text .orange {
  color: rgb(255, 82, 38);
  font-size: 18px;
  line-height: 30px;
}

.ruEcommerce .platform .main .mainR .info .orange {
  font-size: 30px;
  font-weight: bold;
  color: rgb(255, 82, 38);
}

.ruEcommerce .platform .wrap {
  position: relative;
}

.ruEcommerce .platform .box {
  position: relative;

  padding: 0 100px;
  box-sizing: border-box;
}

.ruEcommerce .platform .platformSwiper {
  overflow: hidden;
}

.ruEcommerce .platform .swiper-next {
  width: 70px;
  height: 70px;
  background-color: #e32637;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  right: 5px;
  color: #fff;
  font-size: 34px;
  font-family: 宋体;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  font-weight: bold;
}

.ruEcommerce .platform .swiper-prev {
  width: 70px;
  height: 70px;
  background-color: #e32637;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  color: #fff;
  font-size: 34px;
  font-family: 宋体;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  cursor: pointer;
  font-weight: bold;
}

.ruEcommerce .advantage {
  background: url(../images/advantage.png) no-repeat center;
  padding: 100px 0;
  background-size: cover;
}

.ruEcommerce .advantage .title {
  padding-left: 100px;
  font-size: 40px;
  color: #fff;
  margin-bottom: 40px;
}

.ruEcommerce .advantage .text {
  padding-left: 100px;
  box-sizing: border-box;
}

.ruEcommerce .advantage .text li {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  display: flex;
}

.ruEcommerce .advantage .text li div {
  font-size: 22px;
  line-height: 1.8;
  color: #fff;
  width: 30px;
}

.ruEcommerce .flow {
  padding: 100px 0;
}

.ruEcommerce .flow .title {
  font-size: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.ruEcommerce .flow .main {
  display: flex;
}

.ruEcommerce .flow .main li {
  width: 20%;
}

.ruEcommerce .flow .main li .imgbox {
  width: 100%;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.5s;
}

.ruEcommerce .flow .main li .imgbox:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ruEcommerce .flow .main li .text {
  height: 142px;
  background-color: rgb(245, 245, 245);
  position: relative;
}

.ruEcommerce .flow .main li:nth-child(2n) .text {
  background-color: #fff;
}

.ruEcommerce .flow .main li .logoBox {
  position: absolute;
  top: -67px;
  left: 50%;
  transform: translateX(-50%);
  width: 133px;
  height: 133px;

  border: solid 4px #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}

.ruEcommerce .flow .main li .logoBox img {
  width: 69px;
  height: 80px;
  margin-bottom: 4px;
}

.ruEcommerce .flow .main li .text p {
  font-size: 22px;
  color: #000000;
  text-align: center;
  padding-top: 90px;
}

.ruEcommerce .flow .main li .logoBox.green {
  background-color: #92d050;
}

.ruEcommerce .flow .main li .logoBox.purple {
  background-color: #7030a0;
}

.ruEcommerce .flow .main li .logoBox.blue {
  background-color: #00b0f0;
}

.ruEcommerce .flow .main li .logoBox.yellow {
  background-color: #f0b500;
}

.ruEcommerce .flow .main li .logoBox.red {
  background-color: #e11f26;
}

.ruEcommerce .flow .main li .logoBox:hover {
  cursor: pointer;
  transition: all 0.5s;
}

.ruEcommerce .flow .main li .logoBox:hover img {
  transform: scale(1.1);
  transition: all 0.5s;
}

.ruEcommerce .flowTwo {
  padding: 100px 0;
  background-color: rgb(245, 245, 245);
}

.ruEcommerce .flowTwo .title {
  font-size: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

.ruEcommerce .flowTwo img {
  width: 100%;
}

.ruEcommerce .team {
  padding: 100px 0;
}

.ruEcommerce .team .title {
  font-size: 40px;
  color: #000;
  text-align: center;
  margin-bottom: 10px;
}

.ruEcommerce .team .text {
  position: relative;
}

.ruEcommerce .team .secondTitle {
  font-size: 22px;
  color: #999999;
  text-align: center;
  margin-bottom: 40px;
}

.ruEcommerce .team .infoBox {
  width: 210px;
  height: 210px;
  background-color: #e11f26;
  padding: 25px;
  box-sizing: border-box;
}

.ruEcommerce .team .infoBox .name {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
  margin-top: 30px;
}

.ruEcommerce .team .infoBox .position {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 5px;
}

.ruEcommerce .team .infoBox .info {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
}

.ruEcommerce .team .logoBox {
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}

.ruEcommerce .team .logoBox img {
  width: 140px;
  height: 140px;
}

.ruEcommerce .team li {
  width: 210px;
  padding-top: 100px;
}

.ruEcommerce .team .main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.ruEcommerce .platform .main .mainL {
  width: 100%;
}

.ruEcommerce .platform .main .mainL img {
  width: 100%;
}

.ruEcommerce .phone {
  display: none !important;
}

@media only screen and (max-width: 1500px) {
  .ruEcommerce .platform .main .mainL {
    width: 90%;
  }

  .ruEcommerce .team li {
    width: 30%;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1300px) {
  .ruEcommerce .platform .main {
    display: unset;
  }
  .ruEcommerce .platform .main .mainL {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 1040px) {
  .ruEcommerce .pc {
    display: none !important;
  }

  .ruEcommerce .phone {
    display: block !important;
  }

  .ruEcommerce .banner .phone.title {
    display: flex !important;
  }

  .ruEcommerce .tendency .mainL {
    display: none;
  }

  .ruEcommerce .tendency .mainR {
    padding: 0 20px;
  }

  .ruEcommerce .tendency .increase {
    font-size: 40px;
    font-weight: bold;
    color: #ed3736;
    margin-bottom: 15px;
  }

  .ruEcommerce .platform .main .mainL {
    display: none;
  }

  .ruEcommerce .platform .box {
    padding: 0 20px;
  }

  .ruEcommerce .platform .box {
    padding-left: 0;
  }

  .ruEcommerce .platform .swiper-next {
    position: unset;
    margin: 0 60px;
  }

  .ruEcommerce .platform .swiper-prev {
    position: unset;
    margin: 0 60px;
  }

  .ruEcommerce .platform .box .btnBox {
    display: flex;
    justify-content: center;
  }

  .ruEcommerce .platform .main .mainR {
    padding-left: 0;
    margin: 0 20px;
  }

  .ruEcommerce .platform .main .mainR .text {
    width: 100%;
  }

  .ruEcommerce .flow .main li .imgbox {
    display: none;
  }

  .ruEcommerce .flow .main li {
    width: 200px;
    margin-right: 30px;
  }

  .ruEcommerce .flow .main {
    flex-wrap: wrap;
    justify-content: center;
  }

  .ruEcommerce .flow .main li .text {
    margin-top: 100px;
    background-color: unset;
  }
}

@media only screen and (max-width: 768px) {
  .ruEcommerce .banner .phone.title img {
    width: 80%;
  }

  .ruEcommerce .banner .text li {
    font-size: 14px;
    padding: 0 10px;
  }

  .ruEcommerce .banner {
    padding: 40px 0;
  }

  .ruEcommerce .banner .text {
    margin-top: 0px;
  }

  .ruEcommerce .banner .text li:after {
    height: 10px;
    top: 5px;
  }

  .ruEcommerce .tendency .mainR {
    margin-top: 20px;
  }

  .ruEcommerce .tendency .increase {
    font-size: 20px;
    margin-bottom: 8px;
  }

  .ruEcommerce .tendency .mainR .title {
    font-size: 16px;
    margin-bottom: 8px;
  }

  .ruEcommerce .tendency .mainR .text li {
    font-size: 12px;
    line-height: 1.5;
  }

  .ruEcommerce .tendency .mainR .text {
    margin-bottom: 15px;
  }

  .ruEcommerce .platform {
    padding: 40px 0;
  }

  .ruEcommerce .platform .title {
    font-size: 20px;
  }

  .ruEcommerce .platform .main .mainR {
    margin: 0 10px;
  }

  .ruEcommerce .platform .main .mainR .logo {
    width: 50%;
  }

  .ruEcommerce .platform .main .mainR .logo img {
    width: 100%;
  }

  .ruEcommerce .platform .title {
    margin-bottom: 20px;
  }

  .ruEcommerce .platform .main .mainR .wire {
    margin-top: 15px;
  }

  .ruEcommerce .platform .main .mainR .wire.pink::after {
    width: 64px;
    height: 6px;
    border-radius: 3px;
    top: -3px;
  }

  .ruEcommerce .platform .main .mainR .wire.blue::after {
    width: 64px;
    height: 6px;
    border-radius: 3px;
    top: -3px;
  }

  .ruEcommerce .platform .main .mainR .wire.orange::after {
    width: 64px;
    height: 6px;
    border-radius: 3px;
    top: -3px;
  }

  .ruEcommerce .platform .main .mainR .title {
    margin-top: 20px;
    font-size: 14px;
  }

  .ruEcommerce .platform .main .mainR .text {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .ruEcommerce .platform .main .mainR .info {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.5;
  }

  .ruEcommerce .platform .main .mainR .info .pink {
    font-size: 14px;
  }

  .ruEcommerce .platform .main .mainR {
    width: calc(100% - 20px);
  }

  .ruEcommerce .platform .main .mainR .text {
    width: calc(100% - 20px);
  }

  .ruEcommerce .platform .main .mainR .text .orange {
    font-size: 12px;
  }

  .ruEcommerce .platform .main .mainR .info .orange {
    font-size: 14px;
  }

  .ruEcommerce .platform .main .mainR .text .blue {
    font-size: 12px;
  }

  .ruEcommerce .platform .swiper-prev {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
  }

  .ruEcommerce .platform .swiper-next {
    width: 36px;
    height: 36px;
    color: #fff;
    font-size: 18px;
  }

  .ruEcommerce .platform .swiper-next {
    margin: 0 30px;
  }

  .ruEcommerce .advantage {
    padding: 40px 0;
    background: url(../img/advantagePhone.png) no-repeat center;
  }

  .ruEcommerce .advantage .title {
    padding-left: 10px;
    font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: bold;
  }
  .ruEcommerce .advantage .text {
    padding-left: 10px;
  }

  .ruEcommerce .advantage .text li {
    font-size: 12px;
  }

  .ruEcommerce .advantage .text li div {
    font-size: 12px;
    width: 20px;
  }

  .ruEcommerce .flow {
    padding: 40px 0;
  }

  .ruEcommerce .flow .title {
    margin-bottom: 20px;
    font-size: 20px;
  }

  .ruEcommerce .flow .main li {
    width: 100px;
    margin-right: 15px;
  }

  .ruEcommerce .flow .main li .logoBox {
    top: -33px;
    left: 50%;
    transform: translateX(-50%);
    width: 66px;
    height: 66px;
    border: solid 2px #ffffff;
  }

  .ruEcommerce .flow .main li .logoBox img {
    width: 40px;
    height: 40px;
  }

  .ruEcommerce .flow .main li .text {
    height: 70px;
    background-color: unset;
  }

  .ruEcommerce .flow .main li .text p {
    padding-top: 45px;
  }

  .ruEcommerce .flow .main li .text p {
    font-size: 12px;
  }

  .ruEcommerce .flow .main li .text {
    margin-top: 50px;
  }

  .ruEcommerce .flowTwo {
    padding: 40px 0;
  }

  .ruEcommerce .flowTwo .title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .ruEcommerce .team {
    padding: 40px 0;
  }

  .ruEcommerce .team .infoBox {
    width: 115px;
    height: 105px;
    background-color: #e11f26;
    padding: 15px;
  }

  .ruEcommerce .team .logoBox img {
    width: 70px;
    height: 70px;
  }

  .ruEcommerce .team li {
    margin-bottom: 15px;
    padding-top: 50px;
  }

  .ruEcommerce .team .title {
    font-size: 20px;
  }

  .ruEcommerce .team .secondTitle {
    font-size: 12px;
    margin-bottom: 20px;
  }

  .ruEcommerce .team .logoBox {
    top: -50px;
  }

  .ruEcommerce .team .infoBox .name {
    font-size: 12px;
    margin-top: 8px;
  }

  .ruEcommerce .team .infoBox .position {
    font-size: 12px;
  }

  .ruEcommerce .team .infoBox .info {
    font-size: 12px;
  }
}

.ruEcommerce_height {
  width: 100%;
  background: #030f2d;
  height: 95px;
}
.header {
  background: #030f2d !important;
}
@media only screen and (max-width: 1040px) {
  .ruEcommerce_height {
    height: 50px;
  }
}
