.support_html {
  width: 100%;
  overflow-x: auto;
}

.support_html .carousel {
  display: none;
}

.support_html .philosophy_phone {
  display: none;
}

.support_html .support_banner {
  width: 100%;
}

.support_html .support_banner img {
  width: 100%;
  height: auto;
}

.support_html .support_banner .phone_banner {
  display: none;
}

.support_html .support_banner2 {
  width: 100%;
  margin-top: 51px;
  display: flex;
  justify-content: center;
}

.support_html .support_banner2 img {
  margin: 0 auto;
}

.support_html .phi_title {
  padding: 40px 0 0;
  box-sizing: border-box;
  font-size: 30px;
  font-weight: 300;
  color: #333333;
  position: relative;
}

.support_html .phi_title .xian {
  width: 365px;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: #0E2CA9;
}

.support_html .philosophy {
  width: 80%;
  margin: 74px auto 0;
  margin-top: 74px;
}

.support_html .philosophy .phi_title .xian {
  width: 310px;
}

.support_html .philosophy .phi_content {
  width: 100%;
  min-width: 950px;
  background-color: #F7F8FA;
  font-size: 18px;
  font-weight: 400;
  line-height: 35px;
  padding: 50px 40px;
  margin: 55px auto 106px;
}

.support_html .philosophy .phi_content .phi_title2 {
  font-size: 24px;
  color: #0E2CA9;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.support_html .philosophy .phi_content .title2_icon {
  width: 32px;
  height: 36px;
  margin-right: 6px;
  margin-top: -5px;
  display: inline-block;
  background: url(../img/support/phi_title.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.support_html .philosophy .phi_content .title2_text {
  font-size: 28px;
}

.support_html .network {
  width: 80%;
  margin: 0 auto;
}

.support_html .network .phi_title .xian {
  width: 396px;
}

.support_html .network .network_cotent {
  width: 100%;
  margin: 55px auto 0;
  font-size: 28px;
  font-weight: 400;
  color: #0E2CA9;
  background-color: #F7F8FA;
  padding: 55px 186px 50px 43px;
  line-height: 55px;
  display: flex;
  justify-content: space-between;
}

.support_html .network .network_cotent .content_left .network_text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.support_html .network .network_cotent .content_left .left_icon {
  width: 28px;
  height: 35px;
  display: inline-block;
  background: url(../img/support/iphone.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 15px;
}

.support_html .network .network_cotent .content_left .right_icon {
  width: 29px;
  height: 22px;
  display: inline-block;
  background: url(../img/support/email.png) 100% 100% no-repeat;
  margin-right: 15px;
  margin-top: 1px;
}

.support_html .network .network_cotent .content_right {
  display: flex;
  justify-content: center;
}

.support_html .network .network_cotent .content_right .phone_qrcode {
  display: none;
}

.support_html .network .network_cotent .content_right .pc_qrcode {
  display: block;
}

.support_html .map {
  width: 80%;
  margin: 0 auto;
}

.support_html .map img {
  display: block;
  margin: 64px 0 100px 44px;
}

.support_html .address {
  width: 80%;
  margin: auto;
}

.support_html .address .address_content {
  position: relative;
  margin-bottom: 100px;
  font-size: 18px;
  padding-left: 30px;
}

.support_html .address .address_content .top_icon {
  width: 20px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 3px;
  left: 0;
}

.support_html .address .address_content .top_1 {
  width: 18px;
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .support_html .network .network_cotent {
    font-size: 20px;
    padding: 20px 90px 20px 43px;
  }
  .support_html .support_banner2 img {
    display: block;
  }
  .support_html .philosophy {
    display: none;
  }
  .support_html .philosophy_phone {
    width: calc(100% - 40px);
    display: block;
    margin-bottom: 80px;
    margin-top: 20px;
    margin: 20px auto 80px;
    background-color: #F7F8FA;
  }
  .support_html .philosophy_phone .phi_title {
    padding: 25px 0 22px;
    background-color: #fff;
  }
  .support_html .philosophy_phone .phi_title .xian {
    width: 4.2rem;
    left: 0;
  }
  .support_html .philosophy_phone .phone_service {
    width: 640px;
  }
  .support_html .philosophy_phone img {
    display: block;
    margin: 35px auto;
  }
  .support_html .philosophy_phone .philosophy_phone_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.3rem;
    padding-bottom: 41px;
  }
  .support_html .philosophy_phone .philosophy_phone_text .phi_title2 {
    width: 100%;
    text-align: center;
    font-size: 0.35rem;
    color: #0E2CA9;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
  .support_html .philosophy_phone .philosophy_phone_text .phi_title2 .title2_icon {
    width: 0.375rem;
    height: 0.4rem;
    display: inline-block;
    background: url(../img/support/phi_title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.2rem;
  }
  .support_html .map img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .support_html {
    padding-top: 50px;
  }
  .support_html .carousel {
    display: block;
    width: 100%;
    padding-bottom: 60px;
    margin-top: 40px;
    height: auto;
  }
  .support_html .carousel .carousel-indicators {
    bottom: 0;
  }
  .support_html .carousel .carousel-indicators li {
    background-color: #999999;
  }
  .support_html .carousel .carousel-indicators .active {
    background-color: #0E2CA9;
  }
  .support_html .carousel .carousel-inner {
    height: 100%;
  }
  .support_html .carousel .carousel-inner .item {
    width: 85%;
    margin: 0 auto;
    height: 100%;
  }
  .support_html .carousel .carousel-inner .item .address_text {
    width: 100%;
    background-color: #F7F8FA;
    padding: 0.375rem;
    font-size: 0.4rem;
  }
  .support_html .carousel .carousel-inner .item img {
    width: 100%;
    margin: 0 auto 0.375rem;
  }
  .support_html .phi_title {
    padding: 0.625rem 0.5rem 0;
    font-size: 0.4rem;
  }
  .support_html .phi_title .xian {
    width: 4.225rem;
    height: 1px;
    position: absolute;
    top: 0;
    left: 0.5rem;
    display: inline-block;
    background: #0E2CA9;
  }
  .support_html .support_banner {
    width: 100%;
  }
  .support_html .support_banner img {
    width: 100%;
    height: auto;
  }
  .support_html .support_banner .pc_banner {
    display: none;
  }
  .support_html .support_banner .phone_banner {
    display: block;
  }
  .support_html .support_banner2 {
    display: none;
    margin-top: 0.875rem;
  }
  .support_html .support_banner2 img {
    width: 100%;
    display: block;
  }
  .support_html .map {
    display: none;
  }
  .support_html .address {
    display: none;
  }
  .support_html .philosophy {
    display: none;
  }
  .support_html .philosophy_phone {
    width: calc(100% - 40px);
    display: block;
    margin-bottom: 80px;
    margin-top: 20px;
    margin: 20px auto 80px;
    background-color: #F7F8FA;
  }
  .support_html .philosophy_phone .phi_title {
    padding: 25px 0 22px;
    background-color: #fff;
  }
  .support_html .philosophy_phone .phi_title .xian {
    width: 4.2rem;
    left: 0;
  }
  .support_html .philosophy_phone .phone_service {
    width: 167px;
  }
  .support_html .philosophy_phone img {
    display: block;
    margin: 35px auto;
  }
  .support_html .philosophy_phone .philosophy_phone_text {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 0.4rem;
    padding-bottom: 41px;
    line-height: 1.75;
  }
  .support_html .philosophy_phone .philosophy_phone_text .phi_title2 {
    width: 100%;
    text-align: center;
    font-size: 0.4rem;
    color: #0E2CA9;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
  }
  .support_html .philosophy_phone .philosophy_phone_text .phi_title2 .title2_icon {
    width: 0.375rem;
    height: 0.4rem;
    display: inline-block;
    background: url(../img/support/phi_title.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 0.2rem;
    margin-top: -1px;
  }
  .support_html .network {
    width: 100%;
  }
  .support_html .network .phi_title {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 25px 0 22px;
    background-color: #fff;
  }
  .support_html .network .phi_title .xian {
    width: 5.375rem;
    left: 0;
  }
  .support_html .network .network_cotent {
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 15px 0.4rem 10px 0.275rem;
    font-size: 0.4rem;
    font-weight: 400;
    color: #0E2CA9;
    line-height: 0.575rem;
    display: flex;
    justify-content: space-between;
  }
  .support_html .network .network_cotent .content_left {
    padding-top: 0.25rem;
  }
  .support_html .network .network_cotent .content_left .network_text {
    display: flex;
    align-items: center;
  }
  .support_html .network .network_cotent .content_left .left_icon {
    width: 0.325rem;
    height: 0.375rem;
    display: inline-block;
    background: url(../img/support/iphone.svg);
    background-size: 100% 100%;
    margin-right: 10px;
  }
  .support_html .network .network_cotent .content_left .right_icon {
    width: 0.35rem;
    height: 0.25rem;
    display: inline-block;
    background: url(../img/support/email.png);
    background-size: 100% 100%;
    margin-right: 10px;
  }
  .support_html .network .network_cotent .content_right {
    align-items: center;
  }
  .support_html .network .network_cotent .content_right .pc_qrcode {
    display: none;
  }
  .support_html .network .network_cotent .content_right .phone_qrcode {
    display: block;
    width: 65px;
    height: 68px;
  }
}
