@charset "UTF-8";
* {
  padding: 0;
  margin: 0;
}
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-size: 14px;
  font-family: 'pingfang SC', 'webfont', 'helvetica neue', arial, 'hiragino sans gb', 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif !important;
  box-sizing: border-box;
}
body {
  overflow-x: hidden;
}
table {
  border-collapse: collapse;
  margin: 0;
  padding: 0;
}
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,
li {
  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 {
  display: block;
  text-decoration: none;
  cursor: pointer;
}
input {
  border: none;
  outline: none;
  background: none;
}
.base {
  width: 1200px;
  margin: 0 auto;
}
.fc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.fc-y {
  display: flex;
  align-items: center;
}
.abi {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@keyframes tripple_ani {
  from {
    transform: translate(-50%, -50%) scale(0);
  }
  to {
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_ani2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
}
.fixed-container {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  left: 1px;
  width: 90px;
  text-align: center;
  z-index: 31;
}
.fixed-container .fixed-img {
  width: 83px;
  height: 69px;
  background: url(../imgs/fix_l.png) no-repeat;
  background-size: 83px 69px;
  margin: 0 auto;
}
.fixed-container .fixed-img p {
  font-family: SourceHanSansCN-Bold;
  font-size: 18px;
  line-height: 20px;
  padding-top: 6px;
  color: #653BDE;
  font-weight: bold;
}
.fixed-container ul {
  position: relative;
  margin-top: -2px;
  width: 90px;
}
.fixed-container ul::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 50%;
  transform: translateX(-50%);
  width: 75px;
  height: 155px;
  border: 2px solid #653BDE;
}
.fixed-container ul li {
  position: relative;
  margin-bottom: 8px;
  z-index: 2;
}
.fixed-container ul li a {
  display: block;
  width: 90px;
  height: 30px;
  background-color: #653BDE;
  font-family: SourceHanSansCN-Regular;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  color: #fff;
  text-align: center;
  transition: 0.5s;
}
.fixed-container ul li a:last-child {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  background-color: #e89e42;
  z-index: 1;
}
.fixed-container ul li:hover a:last-child {
  display: block;
}
.fixed-container ul .btn {
  z-index: 1;
  position: relative;
  margin-top: 0.7px;
  width: 90px;
  height: 31px;
  background: linear-gradient(0deg, #653BDE, #FF5EB1);
  border-radius: 16px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  line-height: 31px;
}
.banner_box {
  position: relative;
}
.banner_box .banner-table {
  top: 85px;
}
.banner_box .banner {
  height: 400px;
}
.banner_box .banner .swiper-slide {
  position: relative;
  overflow: hidden;
  text-align: center;
}
.banner_box .banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  min-width: 1920px;
  height: 100%;
  transform: translate(-50%, -50%);
}
.s-title {
  font-size: 44px;
  font-weight: 500;
  color: #0D1222;
  line-height: 44px;
  text-align: center;
}
.s-title span {
  display: inline-block;
  position: relative;
}
.s-title span::before,
.s-title span::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 9px;
  left: -35px;
  width: 28px;
  height: 26px;
  background-image: url(../imgs/s-title-bg-l.png);
}
.s-title span::after {
  top: unset;
  left: unset;
  right: -35px;
  bottom: 7px;
  background-image: url(../imgs/s-title-bg-r.png);
}
.s-title em {
  color: #6A22E2;
}
.s-title.w {
  color: #fff;
}
.s-title.w span::before {
  background-image: url(../imgs/s-title-bg2-l.png);
}
.s-title.w span::after {
  background-image: url(../imgs/s-title-bg2-r.png);
}
.s-btn {
  margin: auto;
  display: block;
  width: 310px;
  height: 62px;
  background: linear-gradient(0deg, #EC7171, #DE524F);
  box-shadow: 0px 0px 16px 0px rgba(215, 27, 25, 0.77);
  border-radius: 31px;
  line-height: 62px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #FFFFFF;
}
.s-btn:hover {
  overflow: hidden;
  position: relative;
  box-shadow: 0px 0px 20px 0px rgba(215, 27, 25, 0.85);
}
.s-btn:hover .icon {
  animation: scale_ani2 infinite 0.6s ease-in-out;
}
.s-btn:hover::before {
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.2);
  animation: tripple_ani infinite 1.2s ease-in-out;
}
.s1 {
  padding: 60px 0;
  background: url(../imgs/s1-bg-1.png), url(../imgs/s1-bg-2.png);
  background-size: 160px 150px, 120px 190px;
  background-position: 86px 290px, right 566px;
  background-repeat: no-repeat;
  overflow: hidden;
}
.s1 .top-intro-box {
  height: 336px;
  background: #FFFFFF;
  border: 2px solid #CABFFE;
  display: flex;
}
.s1 .top-intro-box .cover {
  height: 100%;
}
.s1 .top-intro-box .intro-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.s1 .top-intro-box .intro-box .dec {
  margin-top: 32px;
  font-size: 16px;
  color: #292F41;
  line-height: 30px;
}
.s1 .card-list {
  margin: 55px 0 40px 0;
}
.s1 .card-list .card {
  width: 284px;
  height: 360px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px 1px rgba(93, 20, 111, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.s1 .card-list .card .tit-box {
  height: 205px;
  background: linear-gradient(208deg, #EED4FB 1%, #FCE8F8 99%);
  border-radius: 10px 10px 0px 0px;
  padding: 44px 0 0 20px;
  background: url(../imgs/s1-card-bg-1.png) no-repeat;
  background-size: 100% 100%;
}
.s1 .card-list .card .tit-box .tit {
  height: 76px;
  font-size: 34px;
  font-weight: 500;
  color: #0D1222;
  line-height: 44px;
}
.s1 .card-list .card .dec-box {
  height: 155px;
  padding: 16px;
}
.s1 .card-list .card .dec-box .dec {
  width: 240px;
  font-size: 16px;
  color: #292F41;
  line-height: 30px;
}
.s1 .card-list .card:nth-child(2) .tit-box {
  background-image: url(../imgs/s1-card-bg-2.png);
}
.s1 .card-list .card:nth-child(3) .tit-box {
  background-image: url(../imgs/s1-card-bg-3.png);
}
.s1 .card-list .card:nth-child(4) .tit-box {
  background-image: url(../imgs/s1-card-bg-4.png);
}
.s2 {
  padding: 70px 0;
  background: #E2E2FD url(../imgs/s2-bg.png) no-repeat;
  background-position: left 227px;
}
.s2 .card-list {
  margin: 75px 0 40px 0;
}
.s2 .card-list .card {
  margin-bottom: 55px;
  width: 281px;
  height: 110px;
  background: #FFFFFF;
  border: 1px solid #4499F4;
  border-radius: 10px;
  position: relative;
  text-align: center;
  padding-top: 49px;
  display: flex;
  justify-content: center;
}
.s2 .card-list .card:nth-last-child(-n+4) {
  margin-bottom: 0;
}
.s2 .card-list .card .tag {
  position: absolute;
  top: -22px;
  width: 195px;
  background: #4499F4;
  border-radius: 25px;
  left: 43px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  height: 51px;
  line-height: 51px;
  text-align: center;
}
.s2 .card-list .card .tag::after {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-top-color: #4499F4;
}
.s2 .card-list .card .dec {
  padding: 0 10px;
  font-size: 16px;
  color: #666870;
  line-height: 23px;
  text-align: start;
}
.s2 .card-list .card1 {
  border-color: #4499F4;
}
.s2 .card-list .card1 .tag {
  background-color: #4499F4;
}
.s2 .card-list .card1 .tag::after {
  border-top-color: #4499F4;
}
.s2 .card-list .card2 {
  border-color: #F19C4B;
}
.s2 .card-list .card2 .tag {
  background-color: #F19C4B;
}
.s2 .card-list .card2 .tag::after {
  border-top-color: #F19C4B;
}
.s2 .card-list .card3 {
  border-color: #7F4FF6;
}
.s2 .card-list .card3 .tag {
  background-color: #7F4FF6;
}
.s2 .card-list .card3 .tag::after {
  border-top-color: #7F4FF6;
}
.s2 .card-list .card4 {
  border-color: #FC4F51;
}
.s2 .card-list .card4 .tag {
  background-color: #FC4F51;
}
.s2 .card-list .card4 .tag::after {
  border-top-color: #FC4F51;
}
.s2 .card-list .card5 {
  border-color: #FC4F51;
}
.s2 .card-list .card5 .tag {
  background-color: #FC4F51;
}
.s2 .card-list .card5 .tag::after {
  border-top-color: #FC4F51;
}
.s2 .card-list .card6 {
  border-color: #7F4FF6;
}
.s2 .card-list .card6 .tag {
  background-color: #7F4FF6;
}
.s2 .card-list .card6 .tag::after {
  border-top-color: #7F4FF6;
}
.s2 .card-list .card7 {
  border-color: #F19C4B;
}
.s2 .card-list .card7 .tag {
  background-color: #F19C4B;
}
.s2 .card-list .card7 .tag::after {
  border-top-color: #F19C4B;
}
.s2 .card-list .card8 {
  border-color: #4499F4;
}
.s2 .card-list .card8 .tag {
  background-color: #4499F4;
}
.s2 .card-list .card8 .tag::after {
  border-top-color: #4499F4;
}
.s3 {
  height: 877px;
  background: url(../imgs/s3-bg-l.png), url(../imgs/s3-bg-r.png);
  background-size: 570px 782px, 624px 779px;
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
}
.s3-inner {
  padding-top: 66px;
  height: 100%;
  background: linear-gradient(rgba(127, 31, 187, 0.7), rgba(87, 30, 201, 0.7));
}
.s3 .cont {
  margin-top: 44px;
  display: flex;
  justify-content: space-between;
  height: 553px;
  position: relative;
  padding: 40px 104px 0 104px;
}
.s3 .cont .center {
  z-index: 3;
  position: absolute;
  left: 318px;
  top: 0;
  width: 548px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .cont .center .center-cycle1 {
  z-index: 1;
  position: relative;
  width: 186px;
  height: 186px;
  background: radial-gradient(#f899ac, #e74161);
  border-radius: 50%;
  font-size: 44px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.s3 .cont .center .center-cycle2 {
  z-index: -1;
  top: 130px;
  left: 130px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 291px;
  height: 291px;
  background: rgba(214, 0, 243, 0.15);
  border-radius: 50%;
}
.s3 .cont .center .center-cycle3 {
  z-index: -2;
  top: 42px;
  left: 42px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 467px;
  height: 471px;
  background: radial-gradient(transparent 50%, rgba(255, 90, 242, 0.21) 85%, #a62be6);
  border-radius: 50%;
}
.s3 .cont .tag-list .tag {
  width: 182px;
  height: 49px;
  border: 1px dashed #F767EB;
  border-radius: 24px;
  position: relative;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 49px;
  padding-left: 20px;
}
.s3 .cont .tag-list .tag .icon-box {
  position: absolute;
  top: -6px;
  right: -20px;
  width: 61px;
  height: 62px;
  background: linear-gradient(-8deg, #D3495F, #EA728B);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.s3 .cont .tag-list .tag .icon-box img.icon {
  max-width: 46px;
}
.s3 .cont .tag-list .tag:nth-child(1) {
  margin-bottom: 31px;
}
.s3 .cont .tag-list .tag:nth-child(2) {
  margin-bottom: 37px;
}
.s3 .cont .tag-list .tag:nth-child(3) {
  margin-bottom: 44px;
}
.s3 .cont .tag-list .tag:nth-child(4) {
  margin-bottom: 35px;
}
.s3 .cont .tag-list .tag:nth-child(5) {
  margin-bottom: 37px;
}
.s3 .cont .con-left .tag1 {
  margin-left: 112px;
}
.s3 .cont .con-left .tag2 {
  margin-left: 44px;
}
.s3 .cont .con-left .tag3 {
  margin-left: 16px;
}
.s3 .cont .con-left .tag4 {
  margin-left: 0;
}
.s3 .cont .con-left .tag5 {
  margin-left: 73px;
}
.s3 .cont .con-left .tag6 {
  margin-left: 131px;
}
.s3 .cont .con-right .tag-list {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.s3 .cont .con-right .tag {
  padding-left: 0;
  padding-right: 15px;
  text-align: end;
}
.s3 .cont .con-right .tag .icon-box {
  right: unset;
  left: -20px;
}
.s3 .cont .con-right .tag1 {
  width: 208px;
}
.s3 .cont .con-right .tag2 {
  padding-right: 20px;
}
.s3 .cont .con-right .tag3 {
  width: 204px;
}
.s3 .cont .con-right .tag4 {
  width: 207px;
}
.s3 .cont .con-right .tag5 {
  width: 206px;
}
.s3 .cont .con-right .tag6 {
  padding-right: 25px;
}
.s3 .cont .con-right .tag1 {
  margin-right: 101px;
}
.s3 .cont .con-right .tag2 {
  margin-right: 59px;
}
.s3 .cont .con-right .tag3 {
  margin-right: 8px;
}
.s3 .cont .con-right .tag4 {
  margin-right: 0;
}
.s3 .cont .con-right .tag5 {
  margin-right: 31px;
}
.s3 .cont .con-right .tag6 {
  margin-right: 127px;
}
.s3 .s-btn {
  margin-top: 40px;
}
.s4 {
  padding: 70px 0;
  background: url(../imgs/s4-bg-l.png), url(../imgs/s4-bg-r.png);
  background-size: 305px 427px, 224px 195px;
  background-position: left 255px, right 395px;
  background-repeat: no-repeat;
  background-color: #E2E2FD;
}
.s4 .card-list {
  margin: 52px 0 35px 0;
}
.s4 .card-list .card {
  width: 588px;
  height: 149px;
  background: #FFFFFF;
  box-shadow: 0px 2px 18px 0px rgba(100, 40, 217, 0.25);
  border-radius: 10px;
  overflow: hidden;
  margin-top: 26px;
}
.s4 .card-list .card:nth-child(-n+2) {
  margin-top: 0;
  height: 173px;
}
.s4 .card-list .card .tit {
  display: inline-block;
  padding: 0 25px;
  height: 57px;
  background: linear-gradient(-260deg, #6820E1, #A26EFA);
  border-radius: 10px 0px 20px 0px;
  line-height: 57px;
  font-size: 22px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
}
.s4 .card-list .card .dec {
  margin-top: 12px;
  font-size: 16px;
  color: #666870;
  line-height: 30px;
  padding: 0 16px;
}
.s5 {
  padding: 60px 0 70px 0;
  background: url(../imgs/s5-bg-l.png), url(../imgs/s5-bg-r.png);
  background-size: 295px 191px, 191px 300px;
  background-position: left 587px, right 160px;
  background-repeat: no-repeat;
}
.s5 .top-box {
  margin-top: 42px;
  background: url(../imgs/s5-top-lines.png) no-repeat;
  background-size: 100% auto;
  background-position: center 12px;
  padding-top: 12px;
  position: relative;
  overflow: hidden;
}
.s5 .top-box .top-shadow {
  z-index: 2;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 50px;
  background: url(../imgs/s5-top-line-shadow.png) no-repeat;
  background-size: 100% 100%;
}
.s5 .top-box .top-list-wrap {
  margin-top: 13px;
  padding-bottom: 55px;
  overflow: hidden;
}
.s5 .top-box .top-list-wrap .top-list {
  margin: auto;
  width: 1152px;
  height: 223px;
}
.s5 .top-box .top-list-wrap .inner-box {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  box-shadow: 0px 2px 46px 0px rgba(107, 33, 255, 0.17);
}
.s5 .top-box .top-list-wrap .inner-box .list {
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 106px;
}
.s5 .top-box .top-list-wrap .inner-box .list .item {
  width: 120px;
  height: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-position: center 43px;
}
.s5 .top-box .top-list-wrap .inner-box .list .item p {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 35px;
  font-size: 24px;
  color: #1B1B1B;
  line-height: 24px;
}
.s5 .top-box .top-list-wrap .inner-box .list .item1 {
  background-image: url(../imgs/s5-top-icon-1.png);
}
.s5 .top-box .top-list-wrap .inner-box .list .item2 {
  background-image: url(../imgs/s5-top-icon-2.png);
}
.s5 .top-box .top-list-wrap .inner-box .list .item3 {
  background-image: url(../imgs/s5-top-icon-3.png);
}
.s5 .top-box .top-list-wrap .inner-box .list .item4 {
  background-image: url(../imgs/s5-top-icon-4.png);
}
.s5 .top-box .top-list-wrap .inner-box .list .item5 {
  background-image: url(../imgs/s5-top-icon-5.png);
}
.s5 .card-list {
  margin-bottom: 58px;
  z-index: 1;
  position: relative;
}
.s5 .card-list .card {
  z-index: 1;
  position: relative;
  width: 372px;
  height: 408px;
  background: #FFFFFF;
  box-shadow: 0px 4px 8px 1px rgba(252, 69, 73, 0.34);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.s5 .card-list .card::before {
  z-index: -1;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 19px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FC4549;
  border-radius: 10px;
}
.s5 .card-list .card .inner {
  width: 100%;
  height: 100%;
  padding: 34px 45px;
}
.s5 .card-list .card .inner .tit {
  margin-bottom: 40px;
  height: 26px;
  font-size: 27px;
  font-weight: 500;
  color: #000000;
  line-height: 26px;
  text-align: center;
}
.s5 .card-list .card .inner .tit span {
  display: inline-block;
  z-index: 1;
  position: relative;
}
.s5 .card-list .card .inner .tit span::before {
  z-index: -1;
  bottom: -9px;
  left: -13px;
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  padding: 0 13px;
  height: 14px;
  background: #FE3A3E;
  box-sizing: content-box;
}
.s5 .card-list .card .inner .dec {
  font-size: 16px;
  color: #666870;
  line-height: 40px;
  position: relative;
}
.s5 .card-list .card .inner .dec::before {
  position: absolute;
  content: '';
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 17px;
  left: -14px;
  width: 5px;
  height: 5px;
  background: #FE3A3E;
  border-radius: 50%;
}
.s5 .card-list .card:nth-child(1) .inner {
  background-image: url(../imgs/s5-card-bg-1.png);
}
.s5 .card-list .card:nth-child(2) {
  box-shadow: 0px 4px 8px 1px rgba(102, 28, 227, 0.34);
}
.s5 .card-list .card:nth-child(2) .inner {
  background-image: url(../imgs/s5-card-bg-2.png);
}
.s5 .card-list .card:nth-child(2) .inner .tit span::before {
  background-color: #661CE3;
}
.s5 .card-list .card:nth-child(2) .inner .dec::before {
  background: #661CE3;
}
.s5 .card-list .card:nth-child(2)::before {
  background-color: #661CE3;
}
.s5 .card-list .card:nth-child(3) {
  box-shadow: 0px 4px 8px 1px rgba(240, 156, 75, 0.34);
}
.s5 .card-list .card:nth-child(3) .inner {
  background-image: url(../imgs/s5-card-bg-3.png);
}
.s5 .card-list .card:nth-child(3) .inner .tit span::before {
  background-color: #F09C4B;
}
.s5 .card-list .card:nth-child(3) .inner .dec::before {
  background: #F09C4B;
}
.s5 .card-list .card:nth-child(3)::before {
  background-color: #F09C4B;
}
.s6 {
  height: 664px;
  background: url(../imgs/s6-bg-l.png) no-repeat;
  background-size: 305px 427px;
  background-position: left 237px;
  background-color: #651BE2;
  padding: 70px 0;
}
.s6 .cont {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
}
.s6 .con-left {
  margin-top: 28px;
  background: url(../imgs/s6-left-bg.png) no-repeat;
  background-size: 386px 368px;
  background-position: left top;
}
.s6 .con-left .tag-list .tag {
  background: #FFFFFF;
  border-radius: 28px;
  font-size: 16px;
  font-weight: 500;
  color: #651BE2;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.s6 .btm-form {
  width: 434px;
  height: 397px;
  background: url(../imgs/s6-form-bg.png) no-repeat;
}
.s6 .btm-form .tit {
  margin-bottom: 40px;
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 51px;
}
.s6 .btm-form .input-wrap {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  padding-right: 30px;
}
.s6 .btm-form .input-wrap span {
  flex: 1;
  text-align: center;
}
.s6 .btm-form .input-wrap input {
  width: 326px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 10px;
  padding-left: 26px;
  color: #666870;
  font-size: 16px;
}
.s6 .btm-form .s-btn {
  margin-top: 42px;
  background: linear-gradient(180deg, #F7A9A9, #FC3C40);
  box-shadow: 0px 7px 8px 0px rgba(247, 86, 77, 0.77);
  cursor: pointer;
}
