.mobile_main {
  padding: 0 0 1.25rem;
}
.mobile_main .head {
  width: 100%;
  height: auto;
  background: #3b6bee;
  position: relative;
  padding: 0 0 0.625rem;
  overflow: hidden;
}
.mobile_main .head .pic_ad {
  position: absolute;
  top: 0.9375rem;
  right: 0;
  width: 50%;
}
.mobile_main .head .pic_ad img {
  width: 100%;
}
.mobile_main .head .info {
  color: #fff;
  padding: 1.25rem 4% 0.625rem;
  position: relative;
  width: 50%;
}
.mobile_main .head .info .title {
  font-size: 1.125rem;
  font-weight: 900;
}
.mobile_main .head .info .title .text {
  font-size: 1.25rem;
}
.mobile_main .head .info .desc {
  display: inline-block;
  color: #fff;
  margin: 0.625rem 0 0.625rem;
}
.mobile_main .section {
  padding: 0.625rem 4% 0.3125rem;
}
.mobile_main .section .title {
  text-align: left;
  font-weight: 900;
  font-size: 1.125rem;
  color: #007cc3;
  padding: 0.625rem 0;
}
.mobile_main .section .con {
  padding: 0.3125rem 0 0;
}
.mobile_main .section .con .desc {
  padding: 0 0 0.625rem;
  line-height: 1.875rem;
}
.mobile_main .section .advantage {
  background: #00baad;
  padding: 1.25rem 4% 0.625rem;
  border-radius: 0.3125rem;
  color: #fff;
}
.mobile_main .section .advantage .row {
  padding: 0 0 0.3125rem;
}
.mobile_main .section .advantage .row .pic {
  width: 15%;
  min-width: 15%;
  max-width: 15%;
}
.mobile_main .section .advantage .row .pic img {
  width: 100%;
  height: auto;
}
.mobile_main .section .advantage .row .info {
  flex-grow: 2;
}
.mobile_main .section .advantage .row .info .tit {
  font-weight: 900;
  font-size: 1.125rem;
  padding-bottom: 0.625rem;
}
.mobile_main .section .advantage .row .info .desc {
  line-height: 1.25rem;
  font-size: 0.875rem;
}
.mobile_main .section .advantage .row:nth-child(odd) .info {
  padding-left: 0.625rem;
}
.mobile_main .section .advantage .row:nth-child(even) .info {
  padding-right: 0.625rem;
  text-align: right;
}
.mobile_main .section .types {
  flex-wrap: wrap;
}
.mobile_main .section .types .col {
  width: 40%;
  min-width: 40%;
  max-width: 40%;
  position: relative;
  padding: 0.625rem 4%;
  margin-top: 0.625rem;
  border-radius: 0.3125rem;
  color: #fff;
}
.mobile_main .section .types .col .left {
  flex-grow: 2;
  text-align: left;
}
.mobile_main .section .types .col .right {
  position: absolute;
  right: 4%;
  opacity: 0.6;
  top: 0;
  align-items: center;
  height: 100%;
  width: 20%;
  text-align: right;
}
.mobile_main .section .types .col .right img {
  height: 80%;
  width: 100%;
}
.mobile_main .section .types .col:nth-child(1) {
  background: #8a5df3;
}
.mobile_main .section .types .col:nth-child(2) {
  background: #43cf7c;
}
.mobile_main .section .types .col:nth-child(3) {
  background: #ff8d1a;
}
.mobile_main .section .types .col:nth-child(4) {
  background: #ac33c1;
}
/*# sourceMappingURL=mobile.css.map */
