/* 顶部大图 */
.contents {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 2s;
}

.contents.visible {
  opacity: 1;
  transform: translateY(0);
}

.product-title-center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  box-sizing: border-box;
}

.product-title-center .product-title-center-left {
  /* width: 660px; */
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-right: calc(20% - 100px);
}

.index-icon-project {
  display: flex;
  justify-content: flex-start;
}

.index-icon-project .icon-lhyg {
  font-size: 14px;
  
  font-weight: 400;
  color: #79808c;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-right: 58px;
}

.index-icon-project .icon-project {
  width: 46px;
  height: 46px;
}

.product-title-center-left .free-btn {
  width: 162px;
  height: 48px;
  margin-top: 64px;
  background: linear-gradient(180deg, #337eff 0%, #2474ff 100%);
  box-shadow: inset 1px 1px 4px 0px rgba(255, 255, 255, 0.12);
  border-radius: 4px;
  font-size: 18px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 26px;
}

.product-title-center-left .free-btn:hover {
  background: #5090ff;
}

.product-title-center-right {
  width: 514px;
  margin-right: 60px;
}

@keyframes floatAnimation {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-20px);
  }

  100% {
    transform: translateY(0);
  }
}

.box-type {
  display: flex;
  flex-wrap: wrap;
  width: 650px;
}

.box-type-itme {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-right: 32px;
}

.box-type-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
}

.box-type-text {
  height: 22px;
  font-size: 14px;
  
  font-weight: 400;
  color: #79808C;
  line-height: 22px;
}



/* 核心优势 */
.core {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* 零工-核心 */
.saas-core {
  height: 252px;
  padding: 12px 24px 22px 24px !important;
}

.saas-core:nth-child(-n+4) {
  padding: 24px 21px 22px 21px !important;
}

/* 私车/万贯-痛点 */
.car-pain {
  padding: 24px 22px 40px 22px !important;
}

.car-pain .core-title {
  margin-top: 16px;
}

.core-item:hover {
  transform: translateY(-8px);
}

.core-item {
  width: 285px;
  /* 私车/万贯-核心 */
  padding: 24px 24px 34px 24px;
  margin-bottom: 20px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  text-align: center;
  background: linear-gradient(180deg, #FAFDFF 0%, #FFFFFF 100%);
  box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.1), inset 0px -2px 6px 0px rgba(255, 255, 255, 0.5);
  transform: translateY(0);
  transition: transform .3s ease-out;
}

.core-icon {
  width: 108px;
  height: 108px;
}

.core-title {
  line-height: 30px;
  margin-bottom: 8px;
  font-size: 22px;
  color: #0d1726;
}

.core-desc {
  width: 100%;
  line-height: 24px;
  font-size: 16px;
  /* 允许在西文单词中换行 */
  /* word-break: break-all; */
  color: #79808C;
}



/* 免费试用按钮 */
.solve-btn {
  width: 280px;
  height: 56px;
  line-height: 56px;
  border-radius: 4px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  color: #FFFFFF;
  text-shadow: 0px 2px 4px rgba(48, 34, 13, 0.1);
  background: linear-gradient(180deg, #337EFF 0%, #2474FF 100%);
  box-shadow: inset 1px 1px 4px 0px rgba(255, 255, 255, 0.12);
}

.solve-btn:hover {
  background: #5090FF;
}



/* 灵活用工/私车公用平台功能 */
.platform {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.platform-tabs {
  width: 340px;
  height: 56px;
  padding: 4px;
  margin-bottom: 56px;
  border-radius: 8px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  background: #F5F7FA;
}

.platform-tabs .tab {
  width: 166px;
  height: 48px;
  line-height: 48px;
  font-size: 22px;
  text-align: center;
  cursor: pointer;
  color: #0D1726;
  /* transition: transform .3s ease-out; */
}

.platform-tabs .tab:hover {
  color: #2474FF;
}

.platform-tabs .active {
  border-radius: 6px;
  font-weight: bold;
  color: #2474FF;
  background: #FFFFFF;
}


.platform-list {
  width: 100%;
  margin-bottom: 59px;
}

.platform-list li {
  display: flex;
  justify-content: space-between;
}

.platform-list li .lt {
  width: 446px;
  /* width: 412px; */
  padding-top: 24px;
}

.platform-list li .rt {
  width: 746px;
  height: 496px;
  overflow: hidden;
  text-align: center;
}

.platform-list li .rt img {
  width: 746px;
  height: 496px;
}

.platform-list li .lt .sidebar {
  padding: 19px 20px;
  margin-bottom: 8px;
  display: flex;
  cursor: pointer;
  transition: all .3s;
}

.platform-list .imgs {
  width: 36px;
  padding-top: 3px;
}

.platform-list .imgs img {
  width: 24px;
  height: 24px;
}

.platform-list .imgs img:last-child {
  display: none;
}

.platform-list li .lt .sidebar.active .imgs img:last-child {
  display: inline-block;
}

.platform-list li .lt .sidebar.active .imgs img:first-child {
  display: none;
}

.platform-list li .lt .sidebar .writ {
  width: calc(100% - 24px);
  width: -webkit-calc(100% - 24px);
}

.platform-list .platform-title {
  line-height: 30px;
  font-size: 22px;
  color: #0D1726;
}

.platform-list .platform-desc {
  line-height: 24px;
  margin-top: 8px;
  font-size: 16px;
  color: #79808C;
}

/* 灵活用工商户端（第一个隐藏） */
.platform-list li:first-child .platform-desc {
  display: none;
}

.platform-list li .lt .sidebar.active {
  padding: 24px 20px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 9px 9px 43px 0px rgb(110 134 162 / 17%);
}

.platform-list .sidebar.active .platform-title {
  color: #2474FF;
}

.platform-list .sidebar.active .platform-desc {
  display: block;
}



/* 行业 */
.industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.industry li:hover .industry-icon {
  transform: scale(1.1);
}

.industry li {
  width: 285px;
  height: 200px;
  margin-bottom: 20px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.industry-icon {
  width: 285px;
  height: 200px;
  transition: transform .4s ease-out;
}

.industry-title {
  line-height: 30px;
  font-size: 22px;
  position: absolute;
  left: 24px;
  bottom: 16px;
  color: #FFFFFF;
  text-shadow: 0px 2px 12px rgba(0, 0, 0, 0.06), 0px 0px 6px rgba(0, 0, 0, 0.08);
}



/* 流程 */
.process-box {
  display: flex;
  justify-content: flex-start;
}

.process-item:hover .circle {
  background: #2474ff;
  color: #fff;
}

.process-item {
  margin-right: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  width: 197px;
}

.process-item .circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  font-size: 24px;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #2474ff;
}

.process-item .line {
  position: relative;
  width: 178px;
  height: 1px;
  opacity: 0.72;
  border-bottom: 1.5px dashed #c9ccd1;
  top: -137px;
  left: 124px;
}

.process-item:nth-last-child(1) {
  margin-right: 0;
}

.process-title {
  margin-top: 24px;
  height: 30px;
  font-size: 22px;
  color: #0d1726;
  line-height: 30px;
}

.process-desc {
  width: 180px;
  height: 44px;
  line-height: 22px;
  margin-top: 8px;
  font-size: 14px;
  text-align: center;
  color: #79808c;
}



/* 合作伙伴 */
.cooperate {
  position: relative;
  overflow: hidden;
}

.cooperate-list {
  width: 3192px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
  left: -483px;
}

.cooperate-list .item {
  width: 200px;
  padding: 8px;
  float: left;
  cursor: pointer;
}

.cooperate-list .item img {
  width: 200px;
  height: 72px;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
}

.cooperate-list .item:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

/* 灰色背景时，放在那个页的css中 */
/* .mask-left {
  background-image: linear-gradient(270deg, rgba(240, 247, 255, 0) 0, #F9FAFC) !important;
}

.mask-right {
  background-image: linear-gradient(90deg, rgba(240, 247, 255, 0) 0, #F9FAFC) !important;
} */

.mask-left {
  /* 白色背景 */
  background-image: linear-gradient(270deg, transparent, #ffffff);
  left: 0;
}

.mask-right {
  /* 白色背景 */
  background-image: linear-gradient(90deg, transparent, #ffffff);
  right: 0;
}

.mask-left,
.mask-right {
  height: 98px;
  position: absolute;
  top: 0;
  width: 300px;
  z-index: 10;
}




/* 老代码 */
.messager {
  position: fixed;
  z-index: 99999;
  max-width: 80%;
  padding-right: 50px;
  color: #fff;
  background-color: #333;
  background-color: rgba(0, 0, 0, .8);
  border-radius: 20px;
}

.messager.top {
  top: 20px;
}

.messager.top-left {
  top: 20px;
  left: 20px;
}

.messager.top-right {
  top: 20px;
  right: 20px;
}

.messager.bottom {
  bottom: 20px;
}

.messager.bottom-left {
  bottom: 20px;
  left: 20px;
}

.messager.bottom-right {
  right: 20px;
  bottom: 20px;
}

.messager-content {
  padding: 10px 20px;
}

.messager-content>[class^='icon-'] {
  display: inline-block;
  margin-right: 8px;
}

.messager-actions {
  position: absolute;
  top: 10px;
  right: 15px;
}

.messager-actions>.action {
  color: #fafafa;
  color: rgba(255, 255, 255, .6);
  text-shadow: none;
  background: none;
  border: none;
}

.messager-actions>.action.close {
  font-size: 20px;
  font-weight: normal;
  opacity: 1;
}

.messager-actions>.action:hover {
  color: #fff;
}

.messager-primary {
  background-color: #3280fc;
}

.messager-success {
  background-color: #229f24;
}

.messager-info {
  background-color: #39b3d7;
}

.messager-warning {
  background-color: #e48600;
}

.messager-danger {
  background-color: #d2322d;
}

.messager-important {
  background-color: #81511c;
}

.messager-special {
  background-color: #8957a1;
}

.margin-top {
  margin-top: 15px;
}


.right-side {
  position: fixed;
  right: 10px;
  bottom: 80px;
  width: 52px;
  z-index: 1000000;
}

.right-side .btn {
  position: relative;
  width: 50px;
  height: 50px;
  margin-bottom: 5px;
  line-height: 50px;
  text-align: center;
  padding: 0px;
}

.right-side .btn i {
  font-size: 30px;
}

.right-side .btn .badge {
  position: absolute;
  left: -5px;
  top: -5px;
}


/* 立即咨询 */
/* 立即咨询 */
.solution-consultation {
  height: 280px;
  padding: 80px;
  box-sizing: border-box;
  font-size: 0;
  background: rgba(245, 247, 249, 1);
}

.solution-consultation-text {
  /* padding: 0; */
  text-align: center;
}

.solution-consultation-text .consultation-text {
  height: 26px;
  font-size: 14px;
  color: #464C5B;
  line-height: 26px;
  margin-bottom: 40px;
}

.solution-text {
  margin-bottom: 80px;
}

.solution-consultation-text img {
  width: 32px;
  height: 32px;
  display: inline-block
}

.solution-consultation-text .solution-text>li>p {
  display: inline-block
}

.solution-consultation-text ul li {
  float: left;
  margin-bottom: 20px;
}

/* 咨询 */
.immediately {
  height: 32px;
  font-size: 32px;
  color: #333;
  line-height: 32px;
  margin-bottom: 40px;
  font-weight: bold;

}

.major-sever {
  height: 26px;
  font-size: 14px;
  color: rgba(158, 167, 180, 1);
  line-height: 26px;
  margin-bottom: 40px;
}

.major-sever2 {
  margin-bottom: 36px;
}

.iphone {
  position: relative;
  margin-bottom: 16px;
  font-size: 0;
}

.iphone input {
  box-sizing: border-box;
  width: 372px;
  height: 48px;
  vertical-align: middle;
  background: rgba(255, 255, 255, 1);
  border-radius: 2px 0 0 2px;
  border: 1px solid rgba(215, 216, 217, 1);
  padding-left: 16px;
  /* margin-right: 11px; */
}

.name {
  position: relative;
  margin-bottom: 16px;
}

.name input {
  box-sizing: border-box;
  width: 320px;
  height: 40px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 2px;
  padding-left: 16px;
  color: #FFFFFF;
}

.name-line {
  width: 440px;
  height: 1px;
  background: #D7DDE4;
  position: absolute;
  top: 26px;
  left: 379px;
}

.make {
  width: 128px;
  height: 48px;
  vertical-align: middle;
  background: rgba(31, 108, 221, 1);
  border-radius: 0px 2px 2px 0px;
  font-size: 14px;
  color: #fff;
}

.make:hover {
  background-color: #3A7AE1;
}

.contact-tip {
  width: 500px;
  margin: 0 auto;
  margin-top: 8px;
  text-align: left;
  color: #e6311e;
  font-size: 14px;
}

.form-fixed-tip {
  position: absolute;
  top: 76px;
  color: #e6311e;
  font-size: 14px;
}

.show_msg {
  width: 100%;
  height: 35px;
  text-align: center;
  position: fixed;
  left: 0;
  z-index: 999;
}

.show_span {
  display: inline-block;
  height: 35px;
  padding: 0 15px;
  line-height: 35px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50px;
  color: #fff;
  font-size: 1em;
}

.form-fixed .formbutom {
  font-size: 16px;
}