.xcx_main {
  padding: 0 0 1.25rem;
}
.xcx_main .head {
  width: 100%;
  height: auto;
  background: #1f2736;
  position: relative;
  padding: 0 0 0.625rem;
  overflow: hidden;
}
.xcx_main .head .pic_ad {
  position: absolute;
  top: 0.9375rem;
  left: 0;
  width: 100%;
  opacity: 0.6;
}
.xcx_main .head .pic_ad img {
  width: 100%;
}
.xcx_main .head .info {
  color: #fff;
  padding: 1.25rem 4% 0.625rem;
  position: relative;
  width: 92%;
}
.xcx_main .head .info .title {
  font-size: 1.125rem;
  font-weight: 900;
  text-align: center;
}
.xcx_main .head .info .title .text {
  font-size: 1.25rem;
}
.xcx_main .head .info .desc {
  width: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
  margin: 0.625rem 0 0.625rem;
}
.xcx_main .section {
  padding: 0.625rem 4% 0.3125rem;
}
.xcx_main .section .title {
  text-align: left;
  font-weight: 900;
  font-size: 1.125rem;
  color: #007cc3;
  padding: 0.625rem 0;
}
.xcx_main .section .con {
  padding: 0.3125rem 0 0;
}
.xcx_main .section .con .desc {
  padding: 0 0 0.625rem;
  line-height: 1.875rem;
}
.xcx_main .section .advantage {
  flex-wrap: wrap;
}
.xcx_main .section .advantage .col {
  width: 30%;
  min-width: 30%;
  max-width: 30%;
  text-align: center;
  margin-bottom: 0.625rem;
}
.xcx_main .section .advantage .col img {
  width: 30%;
  height: auto;
}
.xcx_main .section .advantage .col .text {
  padding-top: 0.3125rem;
  font-size: 0.875rem;
}
.xcx_main .section .feature {
  background: #262730;
  padding: 0.625rem;
  color: #fff;
}
.xcx_main .section .feature .row {
  background-color: rgba(80, 80, 80, 0.8);
  padding: 0.625rem;
  align-items: center;
  border-radius: 0.3125rem;
  margin-bottom: 0.625rem;
}
.xcx_main .section .feature .row .left {
  flex-grow: 2;
}
.xcx_main .section .feature .row .left .info {
  font-size: 0.75rem;
  padding-top: 0.3125rem;
}
.xcx_main .section .feature .row .right {
  width: 12%;
  min-width: 12%;
  max-width: 12%;
  padding-left: 0.625rem;
}
.xcx_main .section .feature .row .right img {
  width: 100%;
  height: auto;
  opacity: 0.8;
}
.xcx_main .section .feature .row:last-child {
  margin-bottom: 0;
}
.xcx_main .section .process .row {
  margin-bottom: 1.5rem;
  position: relative;
  color: #ff8d1a;
}
.xcx_main .section .process .row .left {
  width: 1.25rem;
  min-width: 1.25rem;
  max-width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #ff8d1a;
  text-align: center;
  color: #fff;
  font-size: 0.75rem;
  line-height: 1.25rem;
}
.xcx_main .section .process .row .right {
  flex-grow: 2;
  text-align: left;
  padding-left: 0.625rem;
}
.xcx_main .section .process .row:after {
  content: '';
  position: absolute;
  width: 0.125rem;
  height: 1.25rem;
  background: #ff8d1a;
  bottom: -1.25rem;
  left: 0.625rem;
}
.xcx_main .section .process .row:last-child:after {
  display: none;
}
/*# sourceMappingURL=xcx.css.map */
