/* banner */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  height: 680px;
  min-width: 1200px;
  margin-top: -78px;
  padding-top: 100px;
}

.banner .banner-title {
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
  color: #333;
}

.banner .banner-title .p1 {
  width: 650px;
  font-weight: bold;
  font-size: 54px;
  color: #333333;
  line-height: 60px;
  margin-bottom: 30px;
}

.banner .banner-title .p1 span {
  background: linear-gradient(235deg, #6258F1 0%, #9B6BE8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .banner-title .p2 {
  width: 620px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 36px;
}

.banner .banner-title .p2 img {
  margin-right: 10px;
  vertical-align: -4px;
}

.banner .banner-title .banner-btn {
  width: 150px;
  height: 60px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

.banner .banner-title .banner-btn:hover {
  opacity: .9;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.container .title {
  font-size: 34px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}

.container .title span {
  color: #0866DF;
}

.vip {
  background: linear-gradient(180deg, #DAEBFE 0%, #F1F3FF 100%);
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  padding: 30px;
  margin-top: -300px;
  box-sizing: border-box;
}

.vip .vip-title {
  font-weight: bold;
  font-size: 26px;
  color: #333333;
  line-height: 36px;
}

.vip .vip-title img {
  vertical-align: sub;
}

.vip .vip-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.vip .vip-box .vip-item {
  width: 212px;
  height: 600px;
  background: rgba(255, 255, 255, .6);
  border-radius: 20px;
  padding: 30px 20px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  position: relative;
  padding-top: 150px;
  border: 1px solid transparent;
}

.vip .vip-box .vip-item:last-child {
  background: linear-gradient(235deg, #6258F1, #9B6BE8);
}

.vip .vip-box .vip-item.active{
  border-color: #9B6BE8;
}

.vip .vip-box .vip-item:hover {
  /* transform: translateY(-10px); */
  margin-top: -10px;
}

.vip .vip-box .vip-item .vip-top {
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  padding: 30px 20px 0 20px;
  overflow: hidden;
}

.vip .vip-box .vip-item .vip-level {
  width: 140px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  background: linear-gradient(235deg, #6258F1, #9B6BE8);
  font-size: 14px;
  color: #FFFFFF;
  transform: rotateZ(45deg);
  right: -35px;
  top: 16px;
}

.vip .vip-box .vip-item .vip-high {
  position: absolute;
  top: -10px;
  left: 0;
  width: 70px;
  height: 26px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 26px;
  text-align: center;
  padding-left: 18px;
}

.vip .vip-box .vip-item .vip-type {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 5px;
}

.vip .vip-box .vip-item:last-child .vip-type {
  color: #fff;
}

.vip .vip-box .vip-item .vip-get {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
}

.vip .vip-box .vip-item:last-child .vip-get {
  color: #fff;
}

.vip .vip-box .vip-item .vip-btn {
  width: 128px;
  height: 40px;
  background: #8093DA;
  box-shadow: 0px 2px 0px 0px rgba(83, 97, 152, 0.24);
  border-radius: 20px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 40px;
  display: inline-block;
  margin-top: 20px;
}

.vip .vip-box .vip-item .vip-btn.active{
  font-size: 14px;
}

.vip .vip-box .vip-item:nth-child(2) .vip-btn {
  background: #5198F7;
}

.vip .vip-box .vip-item:nth-child(3) .vip-btn {
  background: #F2A849;
}

.vip .vip-box .vip-item:nth-child(4) .vip-btn {
  background: linear-gradient(44deg, #F18E46 0%, #EDA641 100%);
}

.vip .vip-box .vip-item:nth-child(5) .vip-btn {
  background: linear-gradient(44deg, #FF903E 0%, #F9AE45 100%);
}

.vip .vip-box .vip-item .vip-btn:hover {
  opacity: .9;
}

.vip .vip-box .vip-item .vip-equity {
  text-align: left;
  margin-top: 35px;
}

.vip .vip-box .vip-item .equity-info {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-top: 12px;
}

.vip .vip-box .vip-item:last-child .equity-info {
  color: #fff;
}

.vip .vip-box .vip-item .equity-info i {
  color: #34C724;
  margin-right: 5px;
  font-weight: bold;
}

.service .service-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.service .service-type {
  border-radius: 20px;
  padding: 70px 80px 70px 670px;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 60px;
  height: 320px;
}

.service .service-type .service-title {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 40px;
  transition: all .3s ease-in-out;
}

.service .service-type:hover .service-title {
  margin-top: -25px;
}

.service .service-type .service-title span {
  margin-right: 20px;
}

.service .service-type .service-desc {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  margin-top: 20px;
}

.service .service-type .service-btn {
  width: 128px;
  height: 44px;
  background: #0866DF;
  border-radius: 25px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  display: block;
  transition: all .3s ease-in-out;
}

.service .service-type:hover .service-btn {
  opacity: 1;
}

.service .service-type .service-btn:hover{
  opacity: .9;
}


.service .service-box .service-item {
  width: 590px;
  height: 300px;
  background: #F1F3FF;
  border-radius: 20px;
  padding: 60px 70px;
  box-sizing: border-box;
}

.service .service-box .service-title {
  font-weight: bold;
  font-size: 32px;
  color: #333333;
  line-height: 40px;
  transition: all .3s ease-in-out;
  margin-bottom: 35px;
}

.service .service-box .service-item:hover .service-title {
  margin-top: -20px;
  margin-bottom: 25px;
}

.service .service-box .service-title span {
  margin-right: 20px;
}

.service .service-box .service-desc {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
}

.service .service-box .service-desc .desc-text {
  position: relative;
  z-index: 10;
  display: inline-block;
}

.service .service-box .service-desc .desc-text::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 11px;
  background: linear-gradient(90deg, #CED4F7 0%, #F1F3FF 100%);
  border-radius: 5px;
  bottom: 2px;
  z-index: -1;
}

.service .service-box .service-btn {
  width: 128px;
  height: 44px;
  background: #0866DF;
  border-radius: 25px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin-top: 20px;
  opacity: 0;
  display: block;
  transition: all .3s ease-in-out;
}

.service .service-box .service-item:hover .service-btn {
  opacity: 1;
}

.service .service-box .service-item .service-btn:hover{
  opacity: .9;
}

.client {
  background-color: #fff;
  margin-bottom: 50px;
}

.client .client-swiper {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
  margin-top: 50px;
}

.client .client-item {
  background: #F8F8F8;
  border-radius: 24px;
  background-image: url(//assets.xingkongmt.com/css/v1/new/index/client_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 40px;
  width: 370px;
  box-sizing: border-box;
}

.client .client-item .client-appraise {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 25px;
  height: 120px;
}

.client .client-item .client-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.client .client-item .client-logo img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 20px;
}

.client .client-item .client-name {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.client .client-item .client-job {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
