@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
}

*:focus {
  outline: none;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
  font-size: 14px;
}

table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}

table,
tr,
td,
th,
thead,
tbody {
  position: static;
}

fieldset,
img {
  border: 0;
}

img {
  vertical-align: top;
  border: none;
}

address,
caption,
cite,
code,
dfn,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

abbr,
acronym {
  border: 0;
}

em,
i {
  font-style: normal;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  background-color: #fde69f;
  padding-top: 59px;
}

.qf-header {
  width: 100%;
  height: 60px;
  position: fixed;
  top: 0;
  background-color: #5f8df6;
  box-shadow: -3px 4px 12px 1px rgba(99, 5, 3, 0.19);
  z-index: 2;
}

.qf-header .banner-x {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.qf-header .banner-x .head-l a img {
  height: 38px;
}

.qf-header .banner-x .head-r {
  height: 100%;
}

.qf-header .banner-x .head-r .flex {
  height: 100%;
  line-height: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.qf-header .banner-x .head-r .flex li {
  width: 116px;
  height: 100%;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
}

.qf-header .banner-x .head-r .flex li a {
  color: #dee8ff;
}

.module-wrap {
  position: relative;
  max-width: 100%;
  min-height: 800px;
  margin: 0 auto;
  background-image: url(http://www.mobiletrain.org/welfare1/images/bg.jpg?1);
  background-size: 1920px 5266px;
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  box-sizing: border-box;
}

.module-wrap * {
  box-sizing: border-box;
}

.module-wrap .banner {
  position: relative;
  width: 100%;
  padding-top: 90px;
}

.module-wrap .banner .banner-title {
  display: block;
  margin: 0 auto 0;
  /* width: 62.5%; */
  height: 492px;
  -webkit-animation: an-bg 0.5s linear 0s infinite alternate;
  animation: an-bg 0.5s linear 0s infinite alternate;
}

.module-wrap .banner .banner-btn {
  position: absolute;
  bottom: -1.3vw;
  left: 50%;
  margin-left: -10%;
  width: 20%;
  height: 5.4vw;
  background: url(http://www.mobiletrain.org/welfare1/images/banner-btn.png)
    no-repeat center;
  background-size: 100% 100%;
}

.module-wrap .module0 {
  position: relative;
  margin: 50px auto 0;
  width: 1200px;
  height: 797px;
  background: url(http://www.mobiletrain.org/welfare1/images/module0_icon0.png?31)
    no-repeat center center;
  background-size: 1212px 100%;
  background-position: center;
}

.module-wrap .module0 .title {
  line-height: 118px;
}
.module0-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 1200px;
}
.module0-btn .module0-btn-a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 370px;
  height: 60px;
  border-radius: 30px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-btn.png)
    no-repeat center center;
  background-size: 100% 100%;
  animation: an1 0.5s linear 0s infinite alternate;
  margin: 0 100px;
}
.module {
  position: relative;
}

.module .title {
  text-align: center;
  line-height: 88px;
  font-size: 42px;
  font-weight: bold;
  color: #eb4b27;
  background: linear-gradient(to bottom, #ff964e 0 30%, #db0d07 70% 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.module .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 58px;
  left: 50%;
  margin-left: -185px;
  width: 370px;
  height: 60px;
  border-radius: 30px;
  font-size: 32px;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #ffffff;
  line-height: 60px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-btn.png)
    no-repeat center center;
  background-size: 100% 100%;
  animation: an1 0.5s linear 0s infinite alternate;
}

.module .btn .play {
  display: inline-block;
  margin-left: 20px;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background: url(http://www.mobiletrain.org/welfare1/images/play.png) no-repeat;
}

.module-wrap .module1 {
  position: relative;
  margin: 64px auto 0;
  width: 1200px;
  height: 869px;
  background: url(http://www.mobiletrain.org/welfare1/images/module2_bg.png)
    no-repeat center center;
  background-size: 100% 100%;
}

.module-wrap .module1 .module1-con1 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.module-wrap .module1 .main .title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  color: #ef755a;
  line-height: 30px;
  margin: 30px auto 0;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-wrap .module1 .main .title::before {
  content: "";
  background-image: url(http://www.mobiletrain.org/welfare1/images/title2.png);
  width: 30px;
  height: 30px;
  display: block;
  margin-right: 17px;
}

.module-wrap .module1 .main .title::after {
  content: "";
  background-image: url(http://www.mobiletrain.org/welfare1/images/title2.png);
  width: 30px;
  height: 30px;
  display: block;
  transform: rotate(180deg);
  margin-left: 17px;
}

.module-wrap .module1 .main {
  width: 1200px;
  margin: 0 auto 42px;
  padding-left: 48px;
  padding-right: 34px;
  padding-top: 53px;
}

.module-wrap .module1 .main .course-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.module-wrap .module1 .main .course-list .card {
  background-image: url(http://www.mobiletrain.org/welfare1/images/bg2-1.png);
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-left: 17px;
  width: 88px;
  height: 83px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 36px;
}

.module-wrap .module1 .main .course-list .card:hover {
  background-image: url(http://www.mobiletrain.org/welfare1/images/bg2-1-active.png);
}

.module-wrap .module1 .main .course-list .card:hover .icon-wrap .xkiconfont {
  color: #fff;
}

.module-wrap .module1 .main .course-list .card:nth-child(8n + 1) {
  margin-left: 0;
}

.module-wrap .module1 .main .course-list .card .icon-wrap .xkiconfont {
  color: #f55e41;
  font-size: 29px;
}

.module-wrap .module1 .main .course-list .card .course-name {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: 15px;
  font-weight: 400;
  color: #521c11;
  opacity: 0.8;
  text-align: center;
  line-height: 19px;
}

.module-wrap .module1 .right-img img {
  width: 265px;
}

.module1-con2 {
  display: flex;
  margin: 24px auto;
}
.module1-con2 .module1-con2-item {
  position: relative;
  width: 281px;
  height: 186px;
  background: #ffffff;
  border-radius: 10px;
  border: solid 1px #ec5833;
}
.module1-con2 .module1-con2-item::after {
  content: "";
  width: 33px;
  height: 52px;
  background: url(http://www.mobiletrain.org/welfare1/images/wenhao.png)
    no-repeat;
  background-size: 33px 52px;
  position: absolute;
  top: 20px;
  right: 9px;
}
.module1-con2 .module1-con2-item div {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #383b4e;
  padding: 30px 0 20px 0;
}
.module1-con2 .module1-con2-item div i {
  font-weight: normal;
  font-size: 24px;
  color: #eb5c41;
  margin-left: 18px;
  margin-right: 8px;
}
.module1-con2 .module1-con2-item p {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
}
.module1-con2 .module1-con2-item p i {
  color: #416bed;
  font-size: 24px;
  margin-left: 18px;
  margin-right: 8px;
}
.module1-con2 .module1-con2-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 34px;
  background: linear-gradient(0deg, #ff5f50 0%, #ff7c59 100%),
    linear-gradient(#0069f9, #0069f9);
  border-radius: 10px;
  font-size: 16px;
  color: #ffffff;
  margin: 20px auto;
}
.module1-con2 .module1-con2-item:hover {
  background: linear-gradient(0deg, #ff5f50 0%, #ff7c59 100%),
    linear-gradient(#ffffff, #ffffff);
}
.module1-con2 .module1-con2-item:hover div,
.module1-con2 .module1-con2-item:hover div i,
.module1-con2 .module1-con2-item:hover p,
.module1-con2 .module1-con2-item:hover p i {
  color: #fff;
}
.module1-con2 .module1-con2-item:hover a {
  background: linear-gradient(0deg, #ffcc6a 0%, #fff48e 100%),
    linear-gradient(#0069f9, #0069f9);
  color: #ec5833;
}
.module-wrap .module2 {
  position: relative;
  width: 1200px;
  margin: 70px auto 0;
  height: 486px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg3.png)
    no-repeat center center;
  background-size: 100% 100%;
}

.module-wrap .module2 .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1088px;
  margin-left: 56px;
  height: 148px;
  margin-top: 96px;
  background: url(http://www.mobiletrain.org/welfare1/images/bg19.png) no-repeat
    center center;
  background-size: 100% 100%;
}

.module-wrap .module2 .main .item {
  width: 186px;
  margin-top: 11px;
}

.module-wrap .module2 .main .item + .item {
  margin-left: 39px;
}

.module-wrap .module2 .main .item .num {
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  line-height: 38px;
  text-shadow: 0px 3px 2px rgba(218, 5, 2, 0.35);
  background: linear-gradient(
    0deg,
    #fcf8f0 0%,
    #fceed0 70.263671875%,
    #fcf7ee 97.900390625%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.module-wrap .module2 .main .item .text {
  font-size: 28px;
  font-weight: 400;
  color: #cf1e0d;
  line-height: 32px;
  text-align: center;
  margin-top: 52px;
}

.module-wrap .module3 {
  position: relative;
  width: 1200px;
  margin: 70px auto 0;
  height: 703px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg4.png)
    no-repeat center center;
  background-size: 100% 100%;
}

.module-wrap .module3 .innerTitle {
  margin-top: 80px;
  font-size: 26px;
  font-weight: bold;
  color: #ef755a;
  line-height: 30px;
  text-align: center;
}

.module-wrap .module3 .main {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 28px;
}

.module-wrap .module3 .main .item {
  box-shadow: 0px 29px 31px 0px rgba(210, 86, 40, 0.22);
  width: 232px;
  height: 284px;
  padding: 10px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg4-item.png)
    no-repeat;
  background-size: 123% 120%;
  background-position-x: -27px;
  border-radius: 10px;
  padding-top: 31px;
  text-align: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.module-wrap .module3 .main .item + .item {
  margin-left: 41px;
}

.module-wrap .module3 .main .item .item-title {
  font-size: 18px;
  font-weight: bold;
  color: #978b79;
  line-height: 22px;
  margin-top: 17px;
}

.module-wrap .module3 .main .item .dec {
  font-size: 18px;
  font-weight: 400;
  color: #978b79;
  line-height: 22px;
  margin-bottom: 17px;
  margin-top: 9px;
}

.module-wrap .module3 .main .item .download-btn {
  width: 159px;
  line-height: 45px;
  border: 1px solid #c68e59;
  border-radius: 23px;
  display: block;
  font-size: 20px;
  font-weight: 500;
  color: #c68e59;
  margin: 0 auto;
}

.module-wrap .module3 .main .item:hover {
  background: linear-gradient(0deg, #eb5135, #ee6632);
}

.module-wrap .module3 .main .item:hover .item-title {
  color: #ffffff;
}

.module-wrap .module3 .main .item:hover .dec {
  color: #ffffff;
}

.module-wrap .module3 .main .item:hover .download-btn {
  color: #d8392f;
  background: linear-gradient(0deg, #fffabd, #ffe87c);
}

.module-wrap .module3 .ps {
  font-size: 14px;
  font-weight: 500;
  color: #cf523c;
  line-height: 26px;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 19px;
}

.module-wrap .module4 {
  position: relative;
  width: 1200px;
  margin: 70px auto 0;
  height: 650px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg5.png)
    no-repeat center center;
  background-size: 100% 100%;
}

.module-wrap .module4 .innerTitle {
  margin-top: 81px;
  font-size: 26px;
  font-weight: bold;
  color: #ef755a;
  line-height: 30px;
  text-align: center;
}

.module-wrap .module4 .main {
  width: 1200px;
  margin: 0 auto 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
}

.module-wrap .module4 .main .item {
  position: relative;
  width: 328px;
  height: 114px;
  margin-left: 31px;
  font-size: 20px;
  font-weight: 500;
  color: #978b79;
  line-height: 28px;
  padding-top: 31px;
  padding-left: 169px;
  margin-top: 28px;
  margin-bottom: 2px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg5-item.png)
    no-repeat;
  background-size: 116% 148%;
  background-position-x: -26px;
  box-shadow: 0px 29px 31px 0px rgba(210, 86, 40, 0.22);
  border-radius: 10px;
}

.module-wrap .module4 .main .item:nth-child(3n + 1) {
  margin-left: 0;
}

.module-wrap .module4 .main .item .strong {
  color: #9a8a77;
  font-weight: bold;
}

.module-wrap .module4 .main .item img {
  position: absolute;
  top: 16px;
  left: 56px;
}

.module-wrap .module5 {
  position: relative;
  width: 1200px;
  margin: 70px auto 0;
  height: 510px;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg6.png)
    no-repeat center center;
  background-size: 100% 100%;
}

.module-wrap .module5 .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 148px;
}

.module-wrap .module5 .list .item {
  width: 328px;
  height: 196px;
  position: relative;
  background: url(http://www.mobiletrain.org/welfare1/images/module-bg6-item.png)
    no-repeat;
  padding-top: 66px;
  box-shadow: 0px 29px 31px 0px rgba(210, 86, 40, 0.22);
  background-size: 115.5% 129%;
  background-position-x: -26px;
  border-radius: 25px;
}

.module-wrap .module5 .list .item img {
  position: absolute;
  left: 50%;
  margin-left: -52.5px;
  top: -52.5px;
  width: 103px;
  height: 103px;
  border-radius: 50%;
}

.module-wrap .module5 .list .item + .item {
  margin-left: 30px;
}

.module-wrap .module5 .list .item .title {
  font-size: 28px;
  font-weight: 600;
  color: #eb5135;
  line-height: 32px;
  text-align: center;
  margin-bottom: 21px;
}

.module-wrap .module5 .list .item .test-btn {
  width: 175px;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  -ms-border-radius: 19px;
  -o-border-radius: 19px;
}

.module-wrap .module5 .list .item .test-btn1 {
  background: linear-gradient(90deg, #eb5135, #ee7c51);
}

.module-wrap .module5 .list .item .test-btn2 {
  background: #ce3618;
}

.module-wrap .module5 .list .item .test-btn3 {
  background: linear-gradient(90deg, #eb5135, #ee7c51);
}

.module-wrap .footer {
  margin: 80px auto 0;
  max-width: 1920px;
  height: 218px;
  background-image: url(http://www.mobiletrain.org/welfare1/images/footer.png?111);
}

.module-wrap .footer .footer-main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 79px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.module-wrap .footer .footer-main .input-wrap {
  width: 450px;
  height: 58px;
  background: #ffffff;
  border-radius: 29px;
  display: -ms-flexbox;
  display: flex;
}

.module-wrap .footer .footer-main .input-wrap input {
  border-radius: 29px;
  -ms-flex: 1;
  flex: 1;
  border: none;
  background-image: url(http://www.mobiletrain.org/welfare1/images/phone5.png);
  background-repeat: no-repeat;
  background-position: 27px;
  font-size: 18px;
  font-weight: 400;
  color: rgba(51, 51, 51, 0.5);
  line-height: 71px;
  padding-left: 64px;
}

.module-wrap .footer .footer-main .input-wrap input::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.module-wrap .footer .footer-main .input-wrap input:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.module-wrap .footer .footer-main .input-wrap input::placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.module-wrap .footer .footer-main .input-wrap .btn {
  width: 180px;
  line-height: 52px;
  font-style: italic;
  text-align: center;
  background: linear-gradient(90deg, #fc4c31, #fe784e);
  border: 3px solid #ffe48f;
  box-shadow: 0px 10px 20px 0px rgba(208, 14, 30, 0.3);
  border-radius: 29px;
  cursor: pointer;
  font-size: 31px;
  font-weight: 400;
  color: #ffffff;
}

@-webkit-keyframes an-bg {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

@keyframes an-bg {
  0% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(5px);
  }
}

@-webkit-keyframes an-bg2 {
  0% {
    transform: translate(-50%, -5px);
  }

  100% {
    transform: translate(-50%, 5px);
  }
}

@keyframes an-bg2 {
  0% {
    transform: translate(-50%, -5px);
  }

  100% {
    transform: translate(-50%, 5px);
  }
}

@-webkit-keyframes an1 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

@keyframes an1 {
  0% {
    transform: scale(0.9);
  }

  100% {
    transform: scale(1.1);
  }
}

.module-wrap .footer {
  background-position: center;
}

.module-wrap .footer .footer-main .input-wrap {
  margin-right: 90px;
}
