.textAlign {
  text-align: justify;
  word-break: normal;
}
.fn {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  -o-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: unset;
  -moz-border-radius: unset;
  -o-border-radius: unset;
  border-radius: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerInfo .sub-title {
  margin: 0.4rem 0 0.24rem;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
}
.banner .bannerInfo .sub-title span {
  color: #c6000b;
}
.banner .bannerInfo .text {
  width: 9.2rem;
  font-size: 0.16rem;
  line-height: 0.3rem;
  text-align: justify;
  word-break: normal;
}
.banner .bannerInfo .banner-link {
  text-align: right;
}
.banner .bannerInfo .banner-link a {
  padding-bottom: 0.09rem;
  border-bottom: 2px solid #c6000b;
  font-size: 0.16rem;
  line-height: 1;
  color: #c6000b;
}
.culture {
  padding: 0.6rem 1.4rem 0;
}
.culture .culture-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.55rem;
  padding: 0.63rem 0.5rem 0.52rem;
  background-color: #ffffff;
  box-shadow: 0px 0.1rem 0.2rem rgba(0, 0, 0, 0.03);
}
.culture .culture-box .culture-img {
  width: 5.99rem;
  height: 3.45rem;
  overflow: hidden;
}
.culture .culture-box .culture-img img {
  width: 100%;
}
.culture .culture-box .culture-info {
  width: 4.2rem;
  margin-left: 0.4rem;
}
.culture .culture-box .culture-info h2 {
  margin-bottom: 0.3rem;
  font-size: 0.49rem;
  line-height: 1;
}
.culture .culture-box .culture-info h2.addmargin {
  margin-top: 0.52rem;
}
.culture .culture-box .culture-info p {
  font-size: 0.16rem;
  line-height: 0.28rem;
  color: #666;
  text-align: justify;
  word-break: normal;
}
.culture .culture-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 1.08rem 0 0 0;
}
.culture .culture-tags .tag {
  width: 20%;
  position: relative;
  text-align: center;
}
.culture .culture-tags .tag::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform: scaleX(0.5);
  -webkit-transform: scaleX(0.5);
  -moz-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
}
.culture .culture-tags .tag:last-child::after {
  display: none;
}
.culture .culture-tags .tag h3 {
  font-family: Arial;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 0.39rem;
  color: #c6000b;
}
.culture .culture-tags .tag span {
  position: absolute;
  top: -0.32rem;
  display: block;
  min-width: 0.31rem;
  padding: 0.05rem 0.09rem;
  background-color: #f6f6f6;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  -o-border-radius: 0.25rem;
  border-radius: 0.25rem;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 1;
  color: #666;
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.culture .culture-tags .tag span::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  border: 0.06rem solid #f6f6f6;
  border-color: #f6f6f6 transparent transparent transparent;
  transform: rotate(21deg);
  -webkit-transform: rotate(21deg);
  -moz-transform: rotate(21deg);
  -ms-transform: rotate(21deg);
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.culture .culture-tags .tag.tag1 span {
  right: 0.4rem;
}
.culture .culture-tags .tag.tag2 span {
  right: 0.4rem;
}
.culture .culture-tags .tag.tag3 span {
  right: 0.6rem;
}
.culture .culture-tags .tag.tag4 span {
  right: 0.55rem;
}
.culture .culture-tags .tag.tag5 span {
  right: 0.38rem;
}
.culture .culture-tags .tag:hover span {
  background-color: #c6000b;
  color: #fff;
}
.culture .culture-tags .tag:hover span::after {
  border-color: #c6000b transparent transparent transparent;
}
.culture .culture-tags .tag p {
  margin-top: 0.18rem;
  font-size: 0.18rem;
  line-height: 0.39rem;
}
.culture .phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  margin-top: 0.72rem;
  color: #666;
}
.culture .phone i {
  display: block;
  width: 0.32rem;
  height: 0.32rem;
  background: url(../service/phone.png) center center / cover no-repeat;
}
.culture .phone p {
  margin: 0 0.16rem 0 0.1rem;
  font-size: 0.14rem;
  font-weight: bold;
  line-height: 0.16rem;
}
.culture .phone h3 {
  padding-left: 0.16rem;
  border-left: 1px solid #666;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 1;
}
.system {
  margin-top: 0.7rem;
  padding: 0.62rem 1.4rem 0;
  border-top: 1px solid #ccc;
}
.system .system-box {
  overflow: hidden;
}
.system .system-box .system-right {
  float: right;
  width: 3.6rem;
  margin: 0.59rem 0.4rem 0 0;
}
.system .system-box .system-right p {
  margin-top: 0.4rem;
  font-size: 0.16rem;
  line-height: 0.28rem;
  text-align: justify;
  word-break: normal;
}
.system .system-box .system-right p span {
  display: block;
  margin-top: 0.4rem;
}
.system .system-box .system-left {
  width: 7rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.system .system-box .system-left .system-tag {
  width: 50%;
  margin: 0.99rem 0 0.94rem;
  padding-left: 1rem;
}
.system .system-box .system-left .system-tag h3 {
  font-family: Arial;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
}
.system .system-box .system-left .system-tag h3 .font-small {
  font-size: 0.24rem;
  margin-left: -0.2rem;
}
.system .system-box .system-left .system-tag h3 i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  margin-left: -0.25rem;
  vertical-align: -0.03rem;
}
.system .system-box .system-left .system-tag h3 i.down-icon {
  background: url(../service/down.png) center center / cover no-repeat;
}
.system .system-box .system-left .system-tag h3 i.up-icon {
  background: url(../service/up.png) center center / cover no-repeat;
}
.system .system-box .system-left .system-tag p {
  font-size: 0.16rem;
  line-height: 0.49rem;
  color: #666;
}
.apply {
  padding: 0.63rem 0 0.33rem 1.4rem;
  background: url(../service/apply-bg.png) center center / cover no-repeat;
}
.apply .apply-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.apply .apply-box .apply-left {
  -prefix-box-flex: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0.56rem 0.5rem 0 0.6rem;
  text-align: center;
}
.apply .apply-box .apply-left .apply-logo {
  width: 1.2rem;
  height: 1.2rem;
}
.apply .apply-box .apply-left p {
  margin: 0.2rem 0 0.57rem;
  font-size: 0.24rem;
  line-height: 0.39rem;
}
.apply .apply-box .apply-left h2 {
  font-size: 0.49rem;
  line-height: 0.39rem;
}
.apply .apply-box .apply-left h3 {
  width: 3.96rem;
  margin: 0.22rem auto 0.55rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.apply .apply-box .apply-left .android-ios {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.apply .apply-box .apply-left .android-ios .code-bg {
  position: relative;
  margin: 0 0.1rem;
  box-shadow: 0 0.3rem 0.3rem rgba(0, 0, 0, 0.06);
}
.apply .apply-box .apply-left .android-ios .code-bg img {
  width: 1rem;
  height: 1rem;
}
.apply .apply-box .apply-left .android-ios .code-bg .img-show {
  display: none;
}
.apply .apply-box .apply-left .android-ios .code-bg .code-fade {
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
  padding-top: 0.67rem;
  text-align: center;
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.21rem;
  color: #666;
}
.apply .apply-box .apply-left .android-ios .code-bg.android .code-fade {
  background: rgba(255, 255, 255, 0.9) url(../service/Icon_Service_Android.svg) center 0.2rem / 0.32rem 0.32rem no-repeat;
}
.apply .apply-box .apply-left .android-ios .code-bg.android:hover .img-default,
.apply .apply-box .apply-left .android-ios .code-bg.android:hover .code-fade {
  display: none;
}
.apply .apply-box .apply-left .android-ios .code-bg.android:hover .img-show {
  display: block;
}
.apply .apply-box .apply-left .android-ios .code-bg.ios .code-fade {
  background: rgba(255, 255, 255, 0.9) url(../service/Icon_Service_ios.svg) center 0.2rem / 0.32rem 0.32rem no-repeat;
}
.apply .apply-box .apply-left .android-ios .code-bg.ios:hover .img-default,
.apply .apply-box .apply-left .android-ios .code-bg.ios:hover .code-fade {
  display: none;
}
.apply .apply-box .apply-left .android-ios .code-bg.ios:hover .img-show {
  display: block;
}
.apply .apply-box .apply-left .m-download {
  display: none;
}
.apply .apply-box .pc-apply-right {
  width: 7.3rem;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.apply .apply-box .pc-apply-right .pc-bg {
  width: 3.58rem;
  height: 6.22rem;
  padding-top: 0.6rem;
  background: url(../service/m-bg.png) center top / cover no-repeat;
  text-align: center;
}
.apply .apply-box .pc-apply-right .pc-bg h2 {
  font-size: 0.24rem;
}
.apply .apply-box .pc-apply-right .pc-bg p {
  margin: 0.06rem 0 0.1rem;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #666;
}
.apply .apply-box .pc-apply-right .pc-bg img {
  width: 2.16rem;
  height: 4.23rem;
}
.apply .apply-box .pc-apply-right .pc-tags {
  width: 4.12rem;
  white-space: nowrap;
  overflow: hidden;
  margin: 2.95rem 0 0 -0.4rem;
  position: relative;
}
.apply .apply-box .pc-apply-right .pc-tags .pc-tags-pos {
  position: absolute;
  left: -1.52rem;
  top: 0;
}
.apply .apply-box .pc-apply-right .pc-tags .pc-tags-anim {
  transition: all 0.5s ease-in;
  -webkit-transition: all 0.5s ease-in;
  -moz-transition: all 0.5s ease-in;
  -ms-transition: all 0.5s ease-in;
}
.apply .apply-box .pc-apply-right .pc-tags .tag {
  display: inline-block;
  position: relative;
  width: 1.3rem;
  height: 1.8rem;
  margin-left: 0.2rem;
  padding: 0.21rem 0 0 0.19rem;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 2.5px 2.5px 5px rgba(0, 0, 0, 0.07);
  cursor: pointer;
}
.apply .apply-box .pc-apply-right .pc-tags .tag h2 {
  font-size: 0.24rem;
  font-weight: bold;
  line-height: 0.39rem;
}
.apply .apply-box .pc-apply-right .pc-tags .tag p {
  font-size: 0.14rem;
  line-height: 0.39rem;
  color: #666;
}
.apply .apply-box .pc-apply-right .pc-tags .tag .tag-bg-s {
  display: block;
  position: absolute;
  left: 0.25rem;
  bottom: 0.16rem;
  width: 0.29rem;
  height: 0.29rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.apply .apply-box .pc-apply-right .pc-tags .tag .tag-bg-b {
  display: block;
  position: absolute;
  left: 0.55rem;
  bottom: 0.16rem;
  width: 0.64rem;
  height: 0.64rem;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.apply .apply-box .m-apply-right {
  display: none;
}
@keyframes fadeInRighttoleft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(-1.55rem, 0, 0);
    transform: translate3d(-1.55rem, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRighttoleft {
  -webkit-animation-name: fadeInRighttoleft;
  animation-name: fadeInRighttoleft;
}
.network {
  padding: 0.61rem 1.4rem 0.6rem;
}
.network .map {
  position: relative;
  margin-top: 0.14rem;
  height: 5.58rem;
  padding: 3.32rem 0 0.86rem;
  background: url(../service/map.png) center top / cover no-repeat;
}
.network .map .point {
  position: absolute;
  font-size: 0.14rem;
  line-height: 0.24rem;
}
.network .map .point i {
  display: inline-block;
  width: 0.1rem;
  height: 0.1rem;
  margin-right: 0.07rem;
  background: #c6000b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.network .map .point i::before,
.network .map .point i::after {
  content: "";
  position: absolute;
  z-index: 3;
  opacity: 0;
  transform-origin: center;
  -webkit-animation: halo 1.5s 0.9s infinite ease-out;
  -moz-animation: halo 1.5s 0.9s infinite ease-out;
  animation: halo 1.5s 0.9s infinite ease-out;
}
.network .map .point i::before {
  width: 0.24rem;
  height: 0.24rem;
  left: -0.07rem;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(198, 0, 11, 0.5);
}
.network .map .point i::after {
  width: 0.42rem;
  height: 0.42rem;
  left: -0.16rem;
  top: -0.08rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 1px 1px rgba(198, 0, 11, 0.2);
}
.network .map .point.point1 {
  left: 0.84rem;
  top: 1.31rem;
}
.network .map .point.point1 i::after,
.network .map .point.point1 i::before {
  animation-delay: 0.2s;
}
.network .map .point.point2 {
  left: 3.4rem;
  top: 1.32rem;
}
.network .map .point.point3 {
  left: 4.88rem;
  top: 1.33rem;
}
.network .map .point.point3 i::after,
.network .map .point.point3 i::before {
  animation-delay: 0.3s;
}
.network .map .point.point4 {
  left: 5.3rem;
  top: 1.47rem;
}
.network .map .point.point5 {
  left: 5.3rem;
  top: 1.96rem;
}
.network .map .point.point5 i::after,
.network .map .point.point5 i::before {
  animation-delay: 0.5s;
}
.network .map .point.point6 {
  left: 5.2rem;
  top: 2.1rem;
}
.network .map .point.point6 i::after,
.network .map .point.point6 i::before {
  animation-delay: 0.12s;
}
.network .map .point.point7 {
  left: 4.8rem;
  top: 1.99rem;
}
.network .map .point.point7 i::after,
.network .map .point.point7 i::before {
  animation-delay: 0.05s;
}
.network .map .point.point8 {
  left: 3.65rem;
  top: 2.32rem;
}
.network .map .point.point9 {
  left: 8.15rem;
  top: 1.61rem;
}
.network .map .point.point9 i::after,
.network .map .point.point9 i::before {
  animation-delay: 0.06s;
}
.network .map .map-tags {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.network .map .map-tags .map-tag {
  flex: 1;
  margin-right: 0.4rem;
  padding: 0.35rem 0 0.31rem;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 0.05rem 0.25rem rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.network .map .map-tags .map-tag h2 {
  position: relative;
  font-family: Arial;
  font-size: 0.6rem;
  font-weight: bold;
  line-height: 1;
}
.network .map .map-tags .map-tag h2 i {
  position: absolute;
  right: 0.9rem;
  top: 0;
  font-size: 0.3rem;
}
.network .map .map-tags .map-tag:last-child {
  margin-right: 0;
}
.network .map .map-tags .map-tag:last-child h2 i {
  right: 1.25rem;
}
.network .map .map-tags .map-tag p {
  font-size: 0.16rem;
  line-height: 0.42rem;
  color: #666;
  transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
}
.network .map .map-tags .map-tag p i {
  font-style: normal;
}
.network .map .map-tags .map-tag:hover {
  background: rgba(198, 0, 11, 0.8);
  color: #fff;
}
.network .map .map-tags .map-tag:hover p {
  color: #fff;
}
.network .map .network-more {
  margin-top: 0.55rem;
  text-align: center;
}
.network .map .network-more a {
  padding-bottom: 0.09rem;
  font-size: 0.16rem;
  line-height: 1;
  border-bottom: 2px solid #c6000b;
  color: #c6000b;
}
@-webkit-keyframes halo {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1.2);
  }
}
@-moz-keyframes halo {
  0% {
    opacity: 0;
    -moz-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2);
  }
}
@-ms-keyframes halo {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes halo {
  0% {
    opacity: 0;
    -o-transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -o-transform: scale(1.2);
  }
}
@keyframes halo {
  0% {
    opacity: 0;
    transform: scale(0.1);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: scale(1.2);
  }
}
@media screen and (max-width: 1020px) {
  .banner .bannerInfo .sub-title {
    margin: 0.45rem 0 0.33rem;
    font-size: 0.88rem;
    line-height: 1rem;
  }
  .banner .bannerInfo .sub-title span {
    color: #c6000b;
  }
  .banner .bannerInfo .text {
    width: auto;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .banner .bannerInfo .banner-link {
    display: none;
  }
  .culture {
    padding: 1.05rem 0.24rem 1.04rem;
  }
  .culture .culture-box {
    flex-direction: column;
    margin-top: 0.78rem;
    padding: 0 0 0.6rem;
    box-shadow: 0px 0.2rem 0.4rem rgba(0, 0, 0, 0.03);
  }
  .culture .culture-box .culture-img {
    width: 100%;
    height: 4.04rem;
  }
  .culture .culture-box .culture-info {
    width: 100%;
    margin-left: 0;
    padding: 0.59rem 0.6rem 0;
  }
  .culture .culture-box .culture-info h2 {
    margin-bottom: 0.28rem;
    font-size: 0.6rem;
  }
  .culture .culture-box .culture-info h2.addmargin {
    margin-top: 0.69rem;
  }
  .culture .culture-box .culture-info p {
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .culture .culture-tags {
    flex-wrap: wrap;
    margin: 0.17rem 0 0;
  }
  .culture .culture-tags .tag {
    width: 33.333%;
    margin: 0.97rem 0 0 0;
  }
  .culture .culture-tags .tag.tag4 {
    margin: 0.97rem 0 0 1.2rem;
  }
  .culture .culture-tags .tag::after {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
  }
  .culture .culture-tags .tag:nth-child(3)::after,
  .culture .culture-tags .tag:last-child::after {
    display: none;
  }
  .culture .culture-tags .tag h3 {
    font-size: 0.72rem;
    line-height: 0.47rem;
  }
  .culture .culture-tags .tag span {
    top: -0.48rem;
    min-width: 0.42rem;
    padding: 0.06rem 0.09rem;
    -webkit-border-radius: 0.5rem;
    -moz-border-radius: 0.5rem;
    -o-border-radius: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.2rem;
    line-height: 1;
  }
  .culture .culture-tags .tag span::after {
    left: -0.05rem;
    top: 0.25rem;
    border: 0.1rem solid #f6f6f6;
    border-color: #f6f6f6 transparent transparent transparent;
  }
  .culture .culture-tags .tag.tag1 span {
    right: 0.2rem;
  }
  .culture .culture-tags .tag.tag2 span {
    right: unset;
    left: 1.25rem;
  }
  .culture .culture-tags .tag.tag3 span {
    right: 0.4rem;
  }
  .culture .culture-tags .tag.tag4 span {
    right: 0.35rem;
  }
  .culture .culture-tags .tag.tag5 span {
    right: 0.1rem;
  }
  .culture .culture-tags .tag p {
    max-width: 1.12rem;
    margin: 0.16rem auto 0;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .culture .culture-tags .tag p.m-tag-width {
    max-width: 0.56rem;
  }
  .culture .phone {
    margin-top: 0.64rem;
  }
  .culture .phone i {
    width: 0.64rem;
    height: 0.64rem;
  }
  .culture .phone p {
    margin: 0 0.32rem 0 0.19rem;
    font-size: 0.28rem;
    line-height: 0.32rem;
  }
  .culture .phone h3 {
    padding-left: 0.32rem;
    border-left: 0.03rem solid #666;
    font-size: 0.72rem;
  }
  .system {
    margin-top: 0;
    padding: 0.48rem 0.24rem 0;
    border-top: 1px solid #ccc;
  }
  .system .comm-title {
    margin-bottom: 0.8rem;
  }
  .system .system-box {
    overflow: hidden;
    margin-top: 0.26rem;
    padding: 0.6rem 0.45rem;
    background-color: #ffffff;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
  }
  .system .system-box .system-right {
    float: none;
    width: 100%;
    margin-top: 0;
  }
  .system .system-box .system-right p {
    margin-top: 0;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .system .system-box .system-right p span {
    display: inline;
  }
  .system .system-box .system-left {
    width: 100%;
  }
  .system .system-box .system-left .system-tag {
    margin: 0.58rem 0 0;
    padding-left: 0.38rem;
  }
  .system .system-box .system-left .system-tag h3 {
    font-size: 1.2rem;
  }
  .system .system-box .system-left .system-tag h3 .font-small {
    font-size: 0.48rem;
    margin-left: -0.4rem;
  }
  .system .system-box .system-left .system-tag h3 i {
    width: 0.42rem;
    height: 0.42rem;
    vertical-align: -0.03rem;
  }
  .system .system-box .system-left .system-tag p {
    font-size: 0.28rem;
    line-height: 0.56rem;
  }
  .apply {
    padding: 0.48rem 0 0 0.24rem;
    background: #f6f6f6;
  }
  .apply .apply-box {
    flex-direction: column;
  }
  .apply .apply-box .apply-left {
    width: 100%;
    margin: 0;
    padding: 0.79rem 0.24rem 0 0;
  }
  .apply .apply-box .apply-left .apply-logo {
    width: 1.8rem;
    height: 1.8rem;
  }
  .apply .apply-box .apply-left p {
    margin: 0.12rem 0 0.51rem;
    font-size: 0.48rem;
    line-height: 0.78rem;
  }
  .apply .apply-box .apply-left h2 {
    font-size: 0.6rem;
    line-height: 0.78rem;
  }
  .apply .apply-box .apply-left h3 {
    width: 6.16rem;
    margin: 0.33rem auto 0.46rem;
    font-size: 0.28rem;
    line-height: 0.48rem;
  }
  .apply .apply-box .apply-left .android-ios {
    display: none;
  }
  .apply .apply-box .apply-left .m-download {
    display: block;
    width: 2.4rem;
    height: 0.7rem;
    margin: 0 auto;
    padding-left: 0.5rem;
    background: #fff url(../service/download.png) 0.36rem center / 0.32rem 0.32rem no-repeat;
    border: 1px solid #333;
    font-size: 0.32rem;
    font-weight: bold;
    line-height: 0.7rem;
    color: #333;
  }
  .apply .apply-box .pc-apply-right {
    display: none;
  }
  .apply .apply-box .m-apply-right {
    display: block;
    width: 100%;
    height: 12.44rem;
    margin-top: 0.24rem;
    padding: 1.4rem 0 0 0.88rem;
    text-align: center;
    background: url(../service/m-bg.png) center bottom / cover no-repeat;
  }
  .apply .apply-box .m-apply-right h2 {
    font-size: 0.48rem;
    font-weight: bold;
  }
  .apply .apply-box .m-apply-right p {
    margin: 0.1rem 0 0.13rem;
    font-size: 0.28rem;
    line-height: 0.42rem;
    color: #666;
  }
  .apply .apply-box .m-apply-right img {
    width: 4.32rem;
    height: 8.46rem;
  }
  .network {
    padding: 0.53rem 0 0.48rem 0.24rem;
  }
  .network .map {
    position: relative;
    margin-top: 0;
    height: auto;
    padding: 0.55rem 0 0;
    background: none;
  }
  .network .map .point {
    display: none;
  }
  .network .map .map-tags {
    flex-wrap: wrap;
  }
  .network .map .map-tags .map-tag {
    flex: none;
    width: calc(50% - 0.24rem);
    margin: 0.24rem 0.24rem 0 0;
    padding: 0.78rem 0 0.74rem;
    box-shadow: 0px 0.1rem 0.5rem rgba(0, 0, 0, 0.05);
  }
  .network .map .map-tags .map-tag h2 {
    font-size: 0.8rem;
  }
  .network .map .map-tags .map-tag h2 i {
    position: absolute;
    right: 0.4rem;
    top: 0.05rem;
    font-size: 0.5rem;
  }
  .network .map .map-tags .map-tag:last-child {
    margin: 0.24rem 0 0 50%;
  }
  .network .map .map-tags .map-tag:last-child h2 i {
    right: 0.85rem;
  }
  .network .map .map-tags .map-tag p {
    margin-top: 0.29rem;
    font-size: 0.32rem;
    line-height: 0.56rem;
  }
  .network .map .map-tags .map-tag p span {
    display: block;
  }
  .network .map .network-more {
    position: absolute;
    left: 0;
    bottom: 0.17rem;
    text-align: left;
  }
  .network .map .network-more a {
    padding-bottom: 0.17rem;
    font-size: 0.32rem;
    line-height: 1;
    border-bottom: 0.04rem solid #c6000b;
  }
}
