@charset "utf-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
ul,
li {
  list-style: none;
}
body {
  font-family: '微软雅黑';
  font-weight: normal;
  font-size: .24rem;
  background: #f5f5f5;
}
input,
button {
  outline: none;
  border: 0;
}
a {
  text-decoration: none;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.color-fff {
  color: #fff !important;
}
.color-666 {
  color: #666;
}
.size-28 {
  font-size: .28rem;
}
.bg-fff {
  background-color: #fff !important;
}
.bg-f5 {
  background-color: #f5f5f5 !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-common {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.size-24 {
  font-size: .24rem;
}
.mb-20 {
  margin-bottom: 0.2rem;
}
.pd-20 {
  padding: 0 0.2rem;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
.pr {
  position: relative;
}
.po {
  position: absolute;
}
.section-title-span {
  padding: 0 0.16rem;
  top: -0.25rem;
  font-size: 0.36rem;
  color: #666;
  position: relative;
}
.section-title-line {
  height: 1px;
  margin: 0.7rem 0 0.7rem 0;
  border-top: 1px solid #e6e6e6;
  text-align: center;
  /*IE*/
  text-align: -moz-center;
  /*Firefox*/
  text-align: -webkit-center;
  /*Chrome*/
}
.mobile {
  max-width: 750px;
  min-width: 320px;
  overflow-x: hidden;
  margin: 0 auto;
}
.mobile .banner {
  height: 4rem;
  background: url('../../../img/mina_15.jpg') no-repeat center center;
  background-size: contain;
}
.mobile * {
  box-sizing: border-box;
}
.mobile .section1 {
  padding-bottom: .4rem;
}
.mobile .section1 .section-list {
  width: 5.2rem;
  box-shadow: 0 0 10px #d6cece;
  background: #f5f5f5;
  border-radius: 5px;
}
.mobile .section1 .section-li {
  width: 5.2rem;
  margin: 0 auto;
}
.mobile .section1 .section-li.one .sc-top {
  background: #ff9a02 linear-gradient(to right, #ff9a02, #ffcb01);
}
.mobile .section1 .section-li.one .mina-btn {
  background: #ff9a02;
}
.mobile .section1 .section-li.two .sc-top {
  background: #ffb25c linear-gradient(to right, #ff5d5c, #ffb25c);
}
.mobile .section1 .section-li.two .mina-btn {
  background: #ff5d5c;
}
.mobile .section1 .section-li.three .sc-top {
  background: #3fcaff linear-gradient(to right, #26a2ff, #3fcaff);
}
.mobile .section1 .section-li.three .mina-btn {
  background: #26a2ff;
}
.mobile .section1 .section-li.three .mina-btn span {
  color: #fff;
}
.mobile .section1 .section-li.four .sc-top {
  background: #ffb25c linear-gradient(to right, #ff5d5c, #ffb25c);
}
.mobile .section1 .section-li.four .mina-btn {
  background: #ff5d5c;
  color: #fff;
}
.mobile .section1 .section-li.five .sc-top {
  background: #c779ff linear-gradient(to right, #9660f7, #c779ff);
}
.mobile .section1 .section-li.five .mina-btn {
  background: #9660f7;
  color: #fff;
}
.mobile .section1 .section-li.six .sc-top {
  background: #ffcb01 linear-gradient(to right, #ff9a02, #ffcb01);
}
.mobile .section1 .section-li.six .mina-btn {
  background: #ff9a02;
  color: #fff;
}
.mobile .section1 .sc-top {
  height: 0.9rem;
  line-height: 0.9rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: linear-gradient(to right, #ff9a02, #ffcb01);
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.mobile .section1 .sc-top h3 {
  font-weight: bold;
  font-size: .32rem;
}
.mobile .section1 .sc-top p {
  font-size: .32rem;
}
.mobile .section1 .sc-con {
  padding-left: .4rem;
  padding-right: .4rem;
  background: #f5f5f5;
  padding-top: 0.2rem;
  text-align: center;
}
.mobile .section1 .sc-con .clearfix div:first-child {
  width: 49%;
  float: left;
  margin-right: 1%;
}
.mobile .section1 .sc-con .clearfix div:last-child {
  width: 49%;
  float: right;
}
.mobile .section1 .sc-con .sc-con-li {
  background: #fff;
  font-size: 0.28rem;
  color: #333;
  line-height: 0.56rem;
  text-align: center;
  margin-bottom: 0.15rem;
}
.mobile .section1 .sc-con .sc-con-pp {
  font-size: .24rem;
  color: #f8823d;
  line-height: 0.48rem;
  margin-bottom: 0.2rem;
  height: 0.9rem;
}
.mobile .section1 .sc-btn {
  overflow: hidden;
  padding-bottom: 0.4rem;
  background: #f5f5f5;
}
.mobile .section1 .sc-btn .sc-btn-a {
  width: 2rem;
  height: 0.64rem;
  background: #fff;
  border: solid 1px #e2383a;
  color: #e2383a;
  text-align: center;
  line-height: 0.64rem;
  font-size: .28rem;
  border-radius: 3px;
}
.mobile .section1 .sc-btn .sc-btn-a.active {
  background: #e2383a;
  color: #fff;
  font-size: .28rem;
}
.mobile .section2 {
  overflow: hidden;
  padding-bottom: 0.4rem;
}
.mobile .section2 ul {
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  background: #f5f5f5;
  overflow: hidden;
}
.mobile .section2 ul li {
  padding-top: 0.3rem;
  text-align: center;
  width: 25%;
  height: 2rem;
  background: #fff;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  float: left;
}
.mobile .section2 ul li i {
  width: 0.8rem;
  height: 0.8rem;
  display: block;
  margin: 0 auto;
  background-image: url("../../../img/icon.png");
  background-size: 9rem 8rem;
}
.mobile .section2 ul li p {
  line-height: 0.9rem;
  font-size: .28rem;
  color: #666666;
}
.mobile .section2 ul li:first-child i {
  background-position: -0.1rem -0.1rem;
}
.mobile .section2 ul li:nth-child(2) .mina-icon {
  background-position: -0.1rem -1.05rem;
}
.mobile .section2 ul li:nth-child(3) .mina-icon {
  background-position: -0.1rem -2rem;
}
.mobile .section2 ul li:nth-child(4) .mina-icon {
  background-position: -0.1rem -2.95rem;
}
.mobile .section2 ul li:nth-child(5) .mina-icon {
  background-position: -0.1rem -3.9rem;
}
.mobile .section2 ul li:nth-child(6) .mina-icon {
  background-position: -0.1rem -4.84rem;
}
.mobile .section2 ul li:nth-child(7) .mina-icon {
  background-position: -0.1rem -5.8rem;
}
.mobile .section2 ul li:nth-child(8) .mina-icon {
  background-position: -0.1rem -6.75rem;
}
.mobile .section3 {
  background: url("../../../img/mina_13.jpg") no-repeat center center;
  background-size: cover;
  padding-bottom: 0.4rem;
}
.mobile .section3 .section-title-span {
  background: #010101;
}
.mobile .section3 .sc3-list {
  overflow: hidden;
}
.mobile .section3 .sc3-list li {
  width: 33%;
  height: 4rem;
  background: rgba(255, 255, 255, 0.2);
  padding-top: 0.27rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  padding-bottom: 0.2rem;
}
.mobile .section3 .sc3-list li i {
  width: 0.72rem;
  height: .72rem;
  display: block;
  margin: 0 auto;
  background-image: url("../../../img/icon.png");
  background-size: 9rem 8rem;
}
.mobile .section3 .sc3-list li b {
  width: 20px;
  display: block;
  height: 3px;
  background: #fff;
  margin: 0 auto;
  margin-bottom: 0.1rem;
}
.mobile .section3 .sc3-list li h3 {
  line-height: 0.6rem;
  font-weight: bold;
  font-size: .28rem;
  color: #fff;
  margin-top: 0.1rem;
}
.mobile .section3 .sc3-list li p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.24rem;
  line-height: 0.42rem;
}
.mobile .section3 .sc3-list li:first-child .mina-icon {
  background-position: -3.06rem -0.1rem;
}
.mobile .section3 .sc3-list li:nth-child(2) .mina-icon {
  background-position: -3.06rem -1.06rem;
}
.mobile .section3 .sc3-list li:nth-child(3) .mina-icon {
  background-position: -3.06rem -2.02rem;
}
.mobile .section3 .sc3-list li:nth-child(4) .mina-icon {
  background-position: -3.06rem -3.02rem;
}
.mobile .section3 .sc3-list li:nth-child(5) .mina-icon {
  background-position: -3.06rem -3.98rem;
}
.mobile .section3 .sc3-list li:nth-child(6) .mina-icon {
  background-position: -3.06rem -4.95rem;
}
.mobile .section4 .sc4-list {
  text-align: center;
  margin-bottom: 0.5rem;
}
.mobile .section4 .sc4-list .el-icon-d-arrow-right {
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
  transform: rotate(90deg);
  color: #999;
  font-size: .36rem;
}
.mobile .section4 li {
  width: 4.7rem;
  height: 1.1rem;
  box-shadow: 0 0 10px #ccc;
  margin: 0 auto;
  padding-left: .4rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-radius: 5px;
}
.mobile .section4 li i {
  width: 0.7rem;
  height: 0.7rem;
  display: block;
  background-image: url("../../../img/icon.png");
  background-size: 9rem 8rem;
}
.mobile .section4 li p {
  font-size: 0.32rem;
  color: #333333;
  line-height: 0.7rem;
  margin-left: 0.32rem;
}
.mobile .section4 li p b {
  font-size: 0.36rem;
}
.mobile .section4 li p b:first-child {
  color: #999;
}
.mobile .section4 li p b:nth-child(2) {
  color: #666;
}
.mobile .section4 li:nth-child(1) .mina-icon {
  background-position: -4.04rem -0.1rem;
}
.mobile .section4 li:nth-child(3) .mina-icon {
  background-position: -4.04rem -1.08rem;
}
.mobile .section4 li:nth-child(5) .mina-icon {
  background-position: -4.04rem -2.05rem;
}
.mobile .section4 li:nth-child(7) .mina-icon {
  background-position: -4.04rem -3.01rem;
}
.mobile .section4 li:nth-child(9) .mina-icon {
  background-position: -4.04rem -4rem;
}
.swiper-button-prev1 {
  background-image: url("/template/Home/Default/Mobile/Static/img/td_mobile_swiper_03.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.swiper-button-next1 {
  background-image: url("/template/Home/Default/Mobile/Static/img/td_mobile_swiper_05.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.section4 .el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}
.section4 img {
  width: auto;
}
.section4 .el-carousel__item:nth-child(2n) {
  background-color: #99a9bf;
}
.section4 .el-carousel__item:nth-child(2n+1) {
  background-color: #d3dce6;
}
.sec4-list {
  padding-bottom: 0.4rem;
}
.sec4-list .swiper-wrapper {
  width: 5.72rem;
  margin: 0 auto;
}
.sec4-list .swiper-container img {
  display: block;
  float: left;
  border: none;
  width: 83%;
}
.mina.container{
  margin-bottom: 0.9rem;
}