
.mars2020 {
  background-color: #fff;
  position: relative;
  font-family: 'Noto Sans S Chinese';
}

.mars2020 .banner {
  width: 100%;
  height: 700px;
  background: url("../image/banner.jpg") center no-repeat;
  background-size: cover;
}

.mars2020 .banner .w1200 {
  height: 700px;
}

.mars2020 .banner .application {
  width: 350px;
  height: 70px;
  line-height: 70px;
  color: #fff;
  font-size: 36px;
  position: absolute;
  bottom: 135px;
  right: 102px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#435cff), to(#2bbbfe));
  background: linear-gradient(0deg, #435cff, #2bbbfe);
  border-radius: 35px;
}

.mars2020 .mars-main {
  padding-top: 82px;
}

.mars2020 .mars-main .tab {
  height: 58px;
  margin-bottom: 68px;
}

.mars2020 .mars-main .tab span {
  display: block;
  width: 213px;
  height: 57px;
  background: url(../image/tabs-bg.png) center no-repeat;
  background-size: 100% 100%;
  margin-right: 25px;
  color: #0D4CE0;
  font-size: 24px;
  line-height: 57px;
  text-align: center;
  cursor: pointer;
  border-radius: 30px;
}

.mars2020 .mars-main .tab span:last-child {
  margin-right: 0px;
}

.mars2020 .mars-main .tab .active {
  background: url(../image/tabs-bg-active.png) center no-repeat;
  background-size: 100% 100%;
  color: #fff;
}

.mars2020 .mars-main .parts-title {
  text-align: center;
  margin: auto;
}

.mars2020 .mars-main .parts-title h4 {
  display: inline-block;
  font-size: 32px;
  line-height: 36px;
  padding: 0 46px;
  position: relative;
  margin-bottom: 10px;
}

.mars2020 .mars-main .parts-title h4:before {
  display: block;
  content: '';
  position: absolute;
  width: 32px;
  height: 19px;
  background: url(../image/part-title_bg1.png) center no-repeat;
  background-size: 100% 100%;
  top: 11px;
  left: 0;
}

.mars2020 .mars-main .parts-title h4::after {
  display: block;
  content: '';
  position: absolute;
  width: 32px;
  height: 19px;
  background: url(../image/part-title_bg2.png) center no-repeat;
  background-size: 100% 100%;
  top: 11px;
  right: 0;
}

.mars2020 .mars-main .parts-title span {
  display: inline-block;
  height: 16px;
  margin: auto;
  line-height: 16px;
  font-size: 14px;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#435cff), to(#2b9dfe));
  background: linear-gradient(0deg, #435cff, #2b9dfe);
  border-radius: 8px;
  padding: 0 10px;
  color: #fff;
  min-width: 145px;
}

.mars2020 .mars-main .parts {
  display: none;
}

.mars2020 .mars-main .active {
  display: block;
}

.mars2020 .mars-main .mars2020-introduce .con {
  padding-top: 72px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 {
  position: relative;
  padding-bottom: 90px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 img {
  width: 982px;
  height: 228px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 span {
  width: 117px;
  height: 26px;
  background-color: #3985ff;
  position: absolute;
  display: block;
  top: 48px;
  font-size: 20px;
  line-height: 26px;
  color: #fff;
  z-index: 40;
  text-align: center;
  left: -24px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 .text {
  width: 982px;
  height: 229px;
  background-color: #f4f4f4;
  position: absolute;
  top: 18px;
  left: 18px;
  z-index: 20;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 52px 72px 0 56px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 .text p {
  text-indent: 2em;
  font-size: 18px;
  line-height: 30px;
  color: #333333;
}

.mars2020 .mars-main .mars2020-introduce .con .unit1 .text i {
  width: 40px;
  height: 18px;
  background-color: #3985ff;
  position: absolute;
  bottom: 35px;
  right: 0;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 {
  width: 100%;
  height: 621px;
  background: url("../image/introduce-part2bg.png") center no-repeat;
  background-size: cover;
  position: relative;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .parts-title {
  color: #fff;
  padding-top: 80px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 {
  width: 1052px;
  margin: auto;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul {
  position: absolute;
  bottom: 0;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li img {
  width: 199px;
  height: 318px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 11px;
  line-height: 36px;
  position: relative;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li .txt .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 49px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #00aeff;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li .txt span {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 22px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li .txt i {
  font-style: normal;
  font-size: 20px;
  line-height: 15px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li p {
  margin-bottom: 17px;
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(2) {
  margin-left: -38px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(2) img {
  width: 158px;
  height: 222px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(3) {
  margin-left: 35px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(3) img {
  width: 111px;
  height: 253px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(4) {
  margin-left: 13px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(4) img {
  width: 180px;
  height: 191px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(5) {
  margin-left: 16px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(5) img {
  width: 113px;
  height: 287px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(6) {
  margin-left: 21px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit2 .w1052 ul li:nth-of-type(6) img {
  width: 137px;
  height: 209px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 {
  padding-top: 100px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .parts-title {
  padding-top: 22px;
  margin-bottom: 115px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .w1282 {
  width: 1282px;
  height: 618px;
  margin: auto;
  background: url("../image/introduce-part3bg.png") center no-repeat;
  background-size: 100% 100%;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine {
  width: 999px;
  position: relative;
  margin: auto;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine img {
  width: 999px;
  height: 298px;
  display: block;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .txt {
  position: absolute;
  z-index: 20;
  top: 0;
  padding-left: 46px;
  height: 406px;
  margin-top: -46px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .item {
  width: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: center;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .item.pl5 {
  padding-left: 5px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .item p {
  width: 109px;
  font-size: 27px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 29px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .item span {
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #999999;
  line-height: 29px;
  display: block;
  padding-top: 213px;
  white-space: nowrap;
}

.mars2020 .mars-main .mars2020-introduce .con .unit3 .timeLine .item:nth-of-type(2n) span {
  margin-bottom: 211px;
  padding-top: 118px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 .parts-title {
  padding-top: 33px;
  margin-bottom: 41px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 ul li {
  width: 218px;
  height: 344px;
  text-align: center;
  margin-bottom: 40px;
  margin-right: 42px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 ul li:nth-of-type(4n) {
  margin-right: 0px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 ul li img {
  width: 218px;
  height: 288px;
  margin-bottom: 7px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 ul li span {
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 500;
  color: #3251ff;
  line-height: 26px;
  padding-bottom: 7px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit4 ul li p {
  font-size: 14px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 {
  height: 789px;
  background: url("../image/introduce-part5bg.jpg") center no-repeat;
  background-size: cover;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 .parts-title {
  padding-top: 69px;
  margin-bottom: 78px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 ul {
  width: 857px;
  margin: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 ul li {
  margin-bottom: 36px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 ul li a {
  width: 181px;
  height: 200px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 49px;
  padding-top: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 ul li img {
  margin-bottom: 36px;
}

.mars2020 .mars-main .mars2020-introduce .con .unit5 ul li span {
  font-size: 24px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #435eff;
  line-height: 20px;
  display: block;
}

.mars2020 .mars-main .mars2020-consultation {
  padding-bottom: 36px;
}

.mars2020 .mars-main .mars2020-consultation .parts-title {
  padding-top: 68px;
  margin-bottom: 48px;
}

.mars2020 .mars-main .mars2020-consultation .bor {
  padding-bottom: 33px;
  border-bottom: 1px solid #E5E5E5;
}

.mars2020 .mars-main .mars2020-consultation .swipers {
  height: 554px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #000;
}

.mars2020 .mars-main .mars2020-consultation .swipers .swiper-container {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.mars2020 .mars-main .mars2020-consultation .swipers .swiper-slide {
  background-size: cover;
  background-position: center;
}

.mars2020 .mars-main .mars2020-consultation .swipers .gallery-top {
  width: 810px;
  height: 554px;
  margin: 0;
}

.mars2020 .mars-main .mars2020-consultation .swipers .gallery-thumbs {
  width: 164px;
  height: 536px;
  padding: 6px 13px 0;
}

.mars2020 .mars-main .mars2020-consultation .swipers .gallery-thumbs .swiper-slide {
  height: 102px;
  opacity: 0.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.mars2020 .mars-main .mars2020-consultation .swipers .gallery-thumbs .swiper-slide-thumb-active {
  opacity: 1;
  border: 1px solid #fff;
}

.mars2020 .mars-main .mars2020-consultation .swipers .gallery-thumbs .swiper-slide-thumb-active span {
  width: 4px;
  height: 100px;
  background: #e3e3e3;
  border-radius: 2px;
  position: absolute;
  top: -1px;
  right: -10px;
}

.mars2020 .mars-main .mars2020-consultation ul li {
  height: 180px;
  border-bottom: 1px solid #E5E5E5;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 24px 0;
}

.mars2020 .mars-main .mars2020-consultation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mars2020 .mars-main .mars2020-consultation ul li img {
  display: block;
  width: 235px;
  height: 133px;
  margin-right: 47px;
}

.mars2020 .mars-main .mars2020-consultation ul li .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
}

.mars2020 .mars-main .mars2020-consultation ul li .title i {
  display: block;
  width: 4px;
  height: 16px;
  background: -webkit-gradient(linear, left bottom, left top, from(#435cff), to(#2bbbfe));
  background: linear-gradient(0deg, #435cff, #2bbbfe);
  margin-right: 14px;
  margin-top:10px;
}

.mars2020 .mars-main .mars2020-consultation ul li .title span {
  font-size: 22px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #4c4948;
  line-height: 38px;
}

.mars2020 .mars-main .mars2020-consultation .lookMoremars {
  width: 165px;
  height: 41px;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  margin: 50px auto 0;
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #333333;
  line-height: 41px;
  text-align: center;
}
.mars2020 .mars-main .mars2020-consultation .lookMoremars a{
  color: #333333;
}
.mars2020 .mars-main .mars2020-review .parts-title {
  padding-top: 69px;
  margin-bottom: 52px;
}

.mars2020 .mars-main .mars2020-review .swipers {
  min-height: 660px;
}

.mars2020 .mars-main .mars2020-review .swipers .review-swiper {
  width: 1000px;
  height: 515px;
}

.mars2020 .mars-main .mars2020-review .swipers .review-swiper img {
  display: block;
  width: 1000px;
  height: 515px;
}

.mars2020 .mars-main .mars2020-review .swipers .swiper-button-next, .mars2020 .mars-main .mars2020-review .swipers .swiper-button-prev {
  width: 36px;
  height: 46px;
  background: rgba(0, 0, 0, 0.34);
  border-radius: 0px 4px 4px 0px;
}

.mars2020 .mars-main .mars2020-review .swipers .review-pagination {
  width: 1000px;
  margin-top: 45px;
}

.mars2020 .mars-main .mars2020-review .swipers .review-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  width: 10px;
  height: 10px;
}

.mars2020 .mars-main .mars2020-review .swipers .swiper-button-next:after, .mars2020 .mars-main .mars2020-review .swipers .swiper-button-prev:after {
  color: #fff;
  font-size: 26px;
}

.mars2020 .mars-main .mars2020-review .swipers .swiper-button-next {
  right: 0;
}

.mars2020 .mars-main .mars2020-review .swipers .swiper-button-prev {
  left: 0;
}

.mars2020 .mars-main .mars2020-review .swipers p {
  font-size: 18px;
  font-family: Alibaba PuHuiTi;
  font-weight: 400;
  color: #666666;
  line-height: 30px;
  padding-top: 97px;
  text-indent: 2em;
  padding-bottom: 121px;
}

.mars2020 .mars-main .mars2020-review .unit2 {
  padding-bottom: 182px;
}

.mars2020 .mars-main .mars2020-review .unit2 ul li {
  width: 153px;
  height: 66px;
  background: #fff;
  margin: 0 11px 11px 0;
}

.mars2020 .mars-main .mars2020-review .unit2 ul li:nth-child(6n) {
  margin-right: 0px;
}

.mars2020 .mars-main .mars2020-review .unit2 ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
}

.mars2020 .mars-main .mars2020-review .unit2 ul li a img {
  display: block;
  max-width: 153px;
  max-height: 66px;
}

.mars2020 .mars-main .mars2020-cooperation .parts-title {
  margin-bottom: 63px;
}

.mars2020 .mars-main .mars2020-cooperation .unit {
  padding-bottom: 86px;
}

.mars2020 .mars-main .mars2020-cooperation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mars2020 .mars-main .mars2020-cooperation ul li {
  width: 157px;
  height: 67px;
  background: #fff;
  margin: 0 11px 11px 0;
}

.mars2020 .mars-main .mars2020-cooperation ul li:nth-child(6n) {
  margin-right: 0;
}

.mars2020 .mars-main .mars2020-cooperation ul li:last-child {
  margin-right: 0;
}

.mars2020 .mars-main .mars2020-cooperation ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 67px;
}

.mars2020 .mars-main .mars2020-cooperation ul li a img {
  display: block;
  max-width: 158px;
  max-height: 67px;
}

.mars2020 .mars-main .mars2020-cooperation .unit1 ul {
  width: 496px;
  margin: auto;
}

.mars2020 .mars-main .mars2020-cooperation .unit3 ul {
  width: 830px;
  margin: auto;
}

.mars2020 .mars-main .mars2020-cooperation .unit2 ul {
  width: 327px;
  margin: auto;
}

.mars2020 .mars-main .mars2020-cooperation .unit7 ul {
  width: 157px;
  margin: auto;
}

.mars2020 .mars-footer {
  height: 700px;
  background: url("../image/footerbg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
}

.mars2020 .mars-footer .footer-tit {
  text-align: center;
  color: #fff;
  padding-bottom: 50px;
  padding-top: 86px;
}

.mars2020 .mars-footer .footer-tit h3 {
  font-size: 32px;
}

.mars2020 .mars-footer .footer-tit span {
  font-size: 16px;
}

.mars2020 .mars-footer .list {
  width: 1200px;
  margin: 0 auto 28px;
  padding-bottom: 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.mars2020 .mars-footer .list .w1000 {
  width: 1100px;
}

.mars2020 .mars-footer .list .lists-title {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}

.mars2020 .mars-footer .list .lists {
  padding-left: 21px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  padding-right: 11px;
}

.mars2020 .mars-footer .list .lists i {
  font-size: 12px;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.3);
  font-style: normal;
  margin-bottom: 25px;
  display: block;
}

.mars2020 .mars-footer .list .lists:last-child {
  border-right: none;
  padding-right: 0;
}

.mars2020 .mars-footer .list .lists:first-child {
  padding-left: 0;
}

.mars2020 .mars-footer .list ul li {
  font-size: 16px;
  color: #e4e4e4;
  line-height: 29px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 7px;
}

.mars2020 .mars-footer .list ul li img {
  width: 29px;
  height: 29px;
  margin-right: 15px;
}

.mars2020 .mars-footer .code {
  width: 602px;
  margin: auto;
  text-align: center;
}

.mars2020 .mars-footer .code img {
  display: block;
  width: 130px;
  height: 130px;
  margin-bottom: 14px;
}

.mars2020 .mars-footer .code span {
  font-size: 16px;
  color: #d7d7d7;
}

.mars2020 .mars-footer .code.flexmars {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mars2020 .goBack {
  width: 112px;
  height: 170px;
  background: url("../image/goTop.png") center no-repeat;
  background-size: 100% 100%;
  position: absolute;
  bottom: 40px;
  right: -10px;
  z-index: 999;
}

.mars2020 .mask {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  display: none;
}

.mars2020 .mask .bottom-bg {
  width: 100%;
  height: 100%;
}

.mars2020 .mask .popup-title {
  width: 100%;
  height: 55px;
  line-height: 55px;
  font-size: 30px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2f88e7), to(#3d55e9));
  background: linear-gradient(180deg, #2f88e7 0%, #3d55e9 100%);
  text-align: center;
  margin-bottom: 100px;
  position: relative;
  color: #fff;
}

.mars2020 .mask .popup-title .icon-cross {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 9px;
  top: 7px;
  cursor: pointer;
  /*方便相对于父元素进行定位*/
}

.mars2020 .mask .popup-title .icon-cross:before {
  content: "";
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  /*进行旋转*/
  position: absolute;
  /*方便进行定位*/
  height: 16px;
  width: 1.5px;
  top: 12px;
  right: 18px;
  background-color: #fff;
}

.mars2020 .mask .popup-title .icon-cross:after {
  content: "";
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  background-color: #fff;
  position: absolute;
  height: 16px;
  width: 1.5px;
  top: 12px;
  right: 18px;
}

.mars2020 .mask .popup {
  background-color: #fff;
  position: absolute;
  z-index: 99;
  top: 20px;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
}

.mars2020 .mask .popup .from-box {
  padding-bottom: 56px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 73px;
}

.mars2020 .mask .popup .from-box .inputBlock {
  margin-bottom: 61px;
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
}

.mars2020 .mask .popup .from-box .inputBlock .w854 {
  width: 854px;
}

.mars2020 .mask .popup .from-box .inputBlock p {
  font-size: 20px;
  color: #333;
  font-weight: bold;
  padding-bottom: 30px;
}

.mars2020 .mask .popup .from-box .inputBlock p strong {
  color: #e71b1a;
}

.mars2020 .mask .popup .from-box .inputBlock .w501 {
  width: 385px;
  height: 39px;
}

.mars2020 .mask .popup .from-box .inputBlock input {
  width: 360px;
  height: 37px;
}

.mars2020 .mask .popup .from-box .inputBlock input a {
  width: 15px;
  height: 9px;
  display: block;
  margin-right: 9px;
}

.mars2020 .mask .popup .from-box .inputBlock input a img {
  width: 100%;
}

.mars2020 .mask .popup .submit-btn {
  width: 398px;
  height: 80px;
  background: url("../image/submit-btn.png") center no-repeat;
  background-size: 100% 100%;
  border-radius: 40px;
  font-size: 26px;
  line-height: 80px;
  text-align: center;
  margin: 17px auto 89px;
  color: #fff;
}
/*# sourceMappingURL=index.css.map */
