@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);
}

.module-wrap {
  position: relative;
  box-sizing: border-box;
  padding-top: 528px;
}
.module-wrap .icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.module-wrap * {
  box-sizing: border-box;
}
.module-wrap .banner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 580px;
}
.module-wrap .banner .swiper-slide {
  background-position: top;
  background-repeat: no-repeat;
}
.module-wrap .module.dark .module-title .title-wrap .title {
  color: #fff;
}
.module-wrap .module.dark .module-dec {
  color: #fff;
}
.module-wrap .module .module-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module .module-title .title-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module .module-title .title-wrap::before {
  content: "";
  background-image: url(../images/title.png);
  width: 38px;
  height: 36px;
  display: block;
  margin-right: 24px;
}
.module-wrap .module .module-title .title-wrap::after {
  content: "";
  background-image: url(../images/title-after.png);
  width: 30px;
  margin-left: 10px;
  height: 29px;
  display: block;
}
.module-wrap .module .module-title .title-wrap .title {
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
  color: #3641dc;
  position: relative;
  font-weight: bold;
}
.module-wrap .module .module-title .title-wrap .title::before {
  content: "";
  height: 1px;
  background: #e1deff;
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 100%;
}
.module-wrap .module .module-title .title-wrap .title::after {
  content: "";
  border-top: 8px solid #e1deff;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -20px;
  transform: translateX(-50%);
}
.module-wrap .module .module-title .title-wrap .title .strong {
  color: #11254c;
}
.module-wrap .module .module-dec {
  font-size: 22px;
  font-weight: 400;
  color: #11254c;
  line-height: 26px;
  margin-top: 30px;
  text-align: center;
}
.module-wrap .module .module-btn {
  margin: 0 auto;
  width: 370px;
  line-height: 66px;
  background: #ee2fba;
  border-radius: 33px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
.module-wrap .module .module-btn::after {
  content: "";
  background-image: url(../images/hand.png);
  display: block;
  width: 19px;
  height: 23px;
  margin-left: 15px;
  -webkit-animation: opacity-animate 0.5s linear 0s infinite alternate;
          animation: opacity-animate 0.5s linear 0s infinite alternate;
}
.module-wrap .module1 {
  position: relative;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 1200px;
  height: 100px;
  background: #ffffff;
  box-shadow: 0px 5px 30px 0px rgba(89, 104, 244, 0.12);
  border-radius: 10px;
  margin: 0 auto;
  padding-right: 26px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden;
}
.module-wrap .module1 .left {
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
}
.module-wrap .module1 .left .item {
  text-align: center;
  padding-left: 29px;
  padding-right: 29px;
}
.module-wrap .module1 .left .item:nth-child(1) .title-wrap::before {
  background: #d6f8ed;
}
.module-wrap .module1 .left .item:nth-child(2) .title-wrap::before {
  background: #fdfce2;
}
.module-wrap .module1 .left .item:nth-child(3) .title-wrap::before {
  background: #ddf4ff;
}
.module-wrap .module1 .left .item:nth-child(4) .title-wrap::before {
  background: #fdf1e8;
}
.module-wrap .module1 .left .item:nth-child(5) .title-wrap::before {
  background: #fdf1e8;
}
.module-wrap .module1 .left .item + .item {
  position: relative;
}
.module-wrap .module1 .left .item + .item::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 21px;
  background: #e5e5e5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module1 .left .item .title-wrap {
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
.module-wrap .module1 .left .item .title-wrap::before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 9px;
}
.module-wrap .module1 .left .item .title-wrap .title {
  position: relative;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 38px;
}
.module-wrap .module1 .left .item .title-wrap .title .strong {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  line-height: 38px;
}
.module-wrap .module1 .left .item .dec {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}
.module-wrap .module1 .module-btn {
  width: 224px;
  line-height: 52px;
  font-size: 18px;
  margin-left: 0;
  margin-right: 0;
}
.module-wrap .module2 {
  padding-top: 75px;
  padding-bottom: 66px;
}
.module-wrap .module2 .list {
  margin: 55px auto 38px;
  width: 1200px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module2 .list .item {
  width: 276px;
  height: 370px;
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0px 6px 30px 0px rgba(138, 154, 255, 0.12);
  border-radius: 10px;
  padding-top: 224px;
}
.module-wrap .module2 .list .item .title {
  font-size: 24px;
  font-weight: bold;
  color: #482de9;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module2 .list .item .dec {
  margin: 20px auto 0;
  width: 205px;
  font-size: 18px;
  font-weight: 400;
  color: #75788d;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module3 {
  background-image: url(../images/bg3.png);
  padding-top: 69px;
  padding-bottom: 30px;
}
.module-wrap .module3 .list {
  width: 1200px;
  margin: 74px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module3 .list .item {
  width: 330px;
  height: 256px;
  padding-left: 110px;
  padding-right: 22px;
  background-repeat: no-repeat;
  padding-top: 63px;
  background-position: center;
}
.module-wrap .module3 .list .item:nth-child(3) {
  background-position: 13px;
}
.module-wrap .module3 .list .item .title {
  font-size: 20px;
  font-weight: bold;
  color: #2b2a35;
  line-height: 32px;
  padding-left: 61px;
  padding-bottom: 12px;
}
.module-wrap .module3 .list .item .btn {
  margin: 0 auto;
  width: 103px;
  line-height: 38px;
  background: #ffffff;
  border: 1px solid #784ff1;
  border-radius: 20px;
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: 400;
  color: #794ff1;
}
.module-wrap .module3 .list .item .btn:hover {
  background: #e1dbfa;
}
.module-wrap .module4 {
  padding-top: 34px;
  background-image: url(../images/bg4.png);
  background-repeat: no-repeat;
  background-position: center 126px;
  padding-bottom: 30px;
}
.module-wrap .module4 .list {
  width: 1200px;
  border-radius: 10px;
  margin: 44px auto 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 26px;
  padding-left: 24px;
  padding-right: 300px;
  padding-bottom: 25px;
}
.module-wrap .module4 .list .item {
  width: 232px;
  height: 166px;
  background: #ffffff;
  border: 1px solid #eeeefd;
  border-radius: 10px;
  margin-right: 17px;
  margin-top: 19px;
  padding-top: 79px;
  position: relative;
}
.module-wrap .module4 .list .item:empty {
  opacity: 0;
}
.module-wrap .module4 .list .item:nth-child(1), .module-wrap .module4 .list .item:nth-child(2), .module-wrap .module4 .list .item:nth-child(3) {
  margin-top: 0;
}
.module-wrap .module4 .list .item .icon4 {
  position: absolute;
  left: 21px;
  top: 12px;
}
.module-wrap .module4 .list .item .tag {
  width: 28px;
  height: 56px;
  border-radius: 5px;
  position: absolute;
  right: -4px;
  top: -4px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.module-wrap .module4 .list .item .tag.new {
  background: linear-gradient(135deg, #e923a8, #f882d1);
}
.module-wrap .module4 .list .item .tag.level {
  background: linear-gradient(135deg, #6167e7, #787bf5);
}
.module-wrap .module4 .list .item .title {
  width: 193px;
  font-size: 18px;
  font-weight: 300;
  color: #11254c;
  line-height: 28px;
  margin-left: 34px;
  position: relative;
}
.module-wrap .module5 {
  padding-top: 43px;
  background-repeat: no-repeat;
  background-position: center 142px;
  background-image: url(../images/bg5.png);
  padding-bottom: 56px;
}
.module-wrap .module5 .main {
  height: 577px;
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.module-wrap .module5 .main .left {
  position: relative;
}
.module-wrap .module5 .main .left .item {
  position: absolute;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border: 1px dashed transparent;
  transition: all 0.4s;
}
.module-wrap .module5 .main .left .item.active {
  border-color: #6167e7;
}
.module-wrap .module5 .main .left .item.active .icon-wrap {
  background: linear-gradient(135deg, #6167e7, #787bf5);
  border-color: transparent;
}
.module-wrap .module5 .main .left .item.active .icon-wrap .iconfont {
  font-size: 42px;
  color: #fff;
}
.module-wrap .module5 .main .left .item.active .title {
  display: block;
}
.module-wrap .module5 .main .left .item:nth-child(1) {
  left: 89px;
  top: 14px;
}
.module-wrap .module5 .main .left .item:nth-child(2) {
  left: 368px;
  top: 105px;
}
.module-wrap .module5 .main .left .item:nth-child(3) {
  left: 458px;
  top: 389px;
}
.module-wrap .module5 .main .left .item .icon-wrap {
  transition: all 0.4s;
  width: 69px;
  border: 1px dashed #cacaca;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  background-color: #fff;
}
.module-wrap .module5 .main .left .item .icon-wrap .iconfont {
  transition: all 0.4s;
  font-size: 34px;
  line-height: 67px;
  color: #aeaeae;
}
.module-wrap .module5 .main .left .item .title {
  position: absolute;
  font-size: 18px;
  font-weight: 400;
  color: #111111;
  line-height: 22px;
  display: none;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  white-space: nowrap;
}
.module-wrap .module5 .main .swiper5 {
  position: absolute;
  right: 0;
  width: 590px;
  height: 357px;
  background-image: url(../images/bg5-1.png);
  top: 79px;
}
.module-wrap .module5 .main .swiper5 .swiper-slide {
  padding-left: 56px;
  padding-top: 38px;
  overflow: auto;
  height: 300px;
  padding-right: 20px;
}
.module-wrap .module5 .main .swiper5 .swiper-slide .title {
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  line-height: 34px;
}
.module-wrap .module5 .main .swiper5 .swiper-slide .dec {
  margin-top: 8px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 26px;
}
.module-wrap .module5 .main .swiper5 .swiper-slide .content {
  margin-top: 29px;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}
.module-wrap .module5 .main .swiper5 .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  bottom: 26px;
}
.module-wrap .module5 .main .swiper5 .swiper-pagination .swiper-pagination-bullet {
  border-radius: 0;
  display: block;
  width: 33px;
  height: 5px;
  background: #ffffff;
  opacity: 0.5;
}
.module-wrap .module5 .main .swiper5 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.module-wrap .module6 {
  padding-top: 68px;
  background: linear-gradient(135deg, #6167e7, #787bf5);
  padding-bottom: 84px;
}
.module-wrap .module6 .main {
  width: 1200px;
  margin: 38px auto 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
}
.module-wrap .module6 .main .left {
  width: 175px;
}
.module-wrap .module6 .main .left .stage {
  line-height: 38px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 19px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  cursor: pointer;
  text-align: center;
}
.module-wrap .module6 .main .left .stage + .stage {
  margin-top: 16px;
}
.module-wrap .module6 .main .left .stage.active {
  background-color: #fff;
  color: #4b50e0;
  font-weight: bold;
}
.module-wrap .module6 .main .right {
  width: 986px;
  height: 482px;
  background: linear-gradient(0deg, #e5e6ff, #ffffff);
  border: 1px solid rgba(255, 255, 255, 0.9);
  padding-top: 2px;
}
.module-wrap .module6 .main .right .item {
  display: none;
  padding-bottom: 25px;
  height: 100%;
}
.module-wrap .module6 .main .right .item.active {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
.module-wrap .module6 .main .right .item .title {
  font-size: 20px;
  font-weight: 400;
  color: #4e53e3;
  margin: 0 auto;
  width: 981px;
  line-height: 40px;
  background: rgba(75, 80, 224, 0.1);
  text-align: center;
  font-weight: bold;
}
.module-wrap .module6 .main .right .item .list-wrap {
  overflow: auto;
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 25px 24px 0;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item {
  padding-top: 25px;
  width: 460px;
  background: #ffffff;
  border-radius: 10px;
  padding-bottom: 29px;
  margin-top: 15px;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item:nth-child(1), .module-wrap .module6 .main .right .item .list-wrap .content-list .content-item:nth-child(2) {
  margin-top: 0;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item .content-title {
  font-size: 18px;
  padding-left: 33px;
  font-weight: 400;
  color: #333333;
  line-height: 22px;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item .dec-list {
  margin-top: 14px;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item .dec-list .content-dec {
  padding-left: 59px;
  position: relative;
  font-size: 16px;
  font-weight: 400;
  color: #688289;
  line-height: 28px;
}
.module-wrap .module6 .main .right .item .list-wrap .content-list .content-item .dec-list .content-dec::before {
  content: "";
  position: absolute;
  left: 35px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background: #45dccd;
  border-radius: 50%;
}
.module-wrap .module6 .main .right .item .grasp {
  height: 74px;
  background: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 19px;
}
.module-wrap .module6 .main .right .item .grasp .grasp-title {
  width: 89px;
  line-height: 31px;
  border: 1px solid #4145ec;
  border-radius: 16px;
  font-size: 16px;
  font-weight: 400;
  color: #4145ec;
  text-align: center;
}
.module-wrap .module6 .main .right .item .grasp .dec {
  margin-left: 17px;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 28px;
}
.module-wrap .module7 {
  padding-top: 65px;
  background-image: url(../images/bg7.png);
  background-repeat: no-repeat;
  background-position: center 100px;
  padding-bottom: 71px;
}
.module-wrap .module7 .list {
  width: 1200px;
  margin: 32px auto 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.module-wrap .module7 .list .item {
  background: #ffffff;
  border: 2px solid #ffffff;
  box-shadow: 0px 5px 50px 0px rgba(174, 194, 255, 0.2);
  border-radius: 10px;
  width: 276px;
  height: 413px;
  padding-top: 237px;
}
.module-wrap .module7 .list .item .title {
  font-size: 24px;
  font-weight: 500;
  color: #313c56;
  line-height: 28px;
  text-align: center;
}
.module-wrap .module7 .list .item .dec {
  font-size: 18px;
  font-weight: 500;
  color: #313c56;
  line-height: 22px;
  text-align: center;
  margin-top: 12px;
}
.module-wrap .module7 .list .item .btn {
  width: 124px;
  line-height: 40px;
  text-align: center;
  display: block;
  margin: 24px auto 0;
  background: #ee2fba;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
}
.module-wrap .module8 {
  padding-top: 66px;
  background-image: url(../images/bg8.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-bottom: 60px;
}
.module-wrap .module8 .module-title .title-wrap::before {
  background-image: url(../images/title-dark.png);
}
.module-wrap .module8 .module-title .title-wrap::after {
  background-image: url(../images/title-after-dark.png);
}
.module-wrap .module8 .main {
  width: 1200px;
  margin: 32px auto 0;
  padding-top: 21px;
  position: relative;
}
.module-wrap .module8 .main::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  border-top: 1px dashed #fff;
  position: absolute;
}
.module-wrap .module8 .main .dec-list {
  width: 1063px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
}
.module-wrap .module8 .main .dec-list .dec {
  width: 113px;
  height: 105px;
  padding-top: 13px;
  text-align: center;
}
.module-wrap .module8 .main .dec-list .dec:hover {
  background: rgba(69, 220, 205, 0.1);
}
.module-wrap .module8 .main .dec-list .dec .icon {
  font-size: 34px;
  color: #ffffff;
  line-height: 38px;
}
.module-wrap .module8 .main .dec-list .dec .title {
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
  margin-top: 15px;
}
.module-wrap .module8 .main .card-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 80px;
  margin-bottom: 31px;
}
.module-wrap .module8 .main .card-list .card {
  position: relative;
  width: 316px;
  background: #ffffff;
  box-shadow: 0px -2px 50px 0px rgba(103, 24, 241, 0.1);
  border-radius: 10px;
  padding-bottom: 32px;
}
.module-wrap .module8 .main .card-list .card .title {
  position: absolute;
  background-image: url("../images/title8.png");
  top: -40px;
  line-height: 40px;
  width: 177px;
  background-repeat: no-repeat;
  background-position: top;
  left: 69px;
  font-size: 17px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
.module-wrap .module8 .main .card-list .card .content-list {
  padding-top: 31px;
}
.module-wrap .module8 .main .card-list .card .content-list .content-wrap:hover .content {
  background: #f345a6;
  color: #ffffff;
  position: relative;
  transform: translateX(-13px);
  padding-left: 30px;
}
.module-wrap .module8 .main .card-list .card .content-list .content-wrap + .content-wrap {
  margin-top: 6px;
}
.module-wrap .module8 .main .card-list .card .content-list .content-wrap .content {
  padding-left: 17px;
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 42px;
  transition: transform 0.4s;
}
.module-wrap .module9 {
  background-image: url(../images/bg9.png);
  background-repeat: no-repeat;
  background-position: top;
  padding-top: 88px;
  height: 580px;
}
.module-wrap .module9 .main2 {
  width: 1200px;
  margin: 0 auto 0;
  padding-left: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: top;
}
.module-wrap .module9 .main2 .left {
  width: 669px;
  height: 432px;
  background-image: url(../images/bg9-1.png);
  padding-top: 68px;
  border-radius: 20px;
}
.module-wrap .module9 .main2 .left .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  line-height: 38px;
  margin-left: 72px;
  margin-bottom: 68px;
}
.module-wrap .module9 .main2 .left .dec {
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  line-height: 45px;
  padding-left: 101px;
  position: relative;
}
.module-wrap .module9 .main2 .left .dec::before {
  width: 8px;
  height: 8px;
  background: #34d2bf;
  transform: rotate(45deg);
  content: "";
  position: absolute;
  top: 19px;
  left: 76px;
}
.module-wrap .module9 .main2 .right {
  padding-top: 6px;
}
.module-wrap .module9 .main2 .right .title {
  font-size: 44px;
  font-weight: bold;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  padding-bottom: 27px;
  width: 447px;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
  margin-bottom: 33px;
}
.module-wrap .module9 .main2 .right .input-wrap {
  width: 449px;
  height: 50px;
  position: relative;
}
.module-wrap .module9 .main2 .right .input-wrap + .input-wrap {
  margin-top: 26px;
}
.module-wrap .module9 .main2 .right .input-wrap .img-icon {
  position: absolute;
  left: 19px;
  top: 50%;
  transform: translateY(-50%);
}
.module-wrap .module9 .main2 .right .input-wrap input {
  padding-left: 81px;
  height: 100%;
  width: 100%;
  border: none;
  background-color: rgba(21, 50, 110, 0.2);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}
.module-wrap .module9 .main2 .right .input-wrap input::-moz-placeholder {
  color: #fff;
}
.module-wrap .module9 .main2 .right .input-wrap input:-ms-input-placeholder {
  color: #fff;
}
.module-wrap .module9 .main2 .right .input-wrap input::placeholder {
  color: #fff;
}
.module-wrap .module9 .main2 .right .module-btn {
  width: 310px;
  line-height: 60px;
  margin-top: 40px;
}
.module-wrap .module9 .main2 .right .module-btn::after {
  content: none;
}

@-webkit-keyframes opacity-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacity-animate {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}