.crm-wrap,
.hrm-wrap,
.fs-wrap {
  margin-top: 76px;
}

.bannber-bg {
  width: 100%;
  /* height: 450px; */
}

.module-icon {
  width: 120px;
}

.crm-top {
  background-size: 100% 450px;
  background-color: #fff;
  position: relative;
}

.toggle-title {
  font-size: 36px;
  line-height: 50px;
  color: #111;
  text-align: center;
  margin-bottom: 60px;
}

.crm .p-tab-item,
.fs .p-tab-item {
  width: 150px;
  text-align: center;
  margin-right: 60px;
  cursor: pointer;
}



.service-wrap .service-main .service-item:hover .big-title {
  color: #0052CC;
}

.hrm .p-tab-item {
  width: 136px;
  text-align: center;
  margin-right: 40px;
  cursor: pointer;
}

.fs .p-tab-item:nth-child(6),
.crm .p-tab-item:nth-child(6),
.hrm .p-tab-item:nth-child(7) {
  margin-right: 0;
}

.float-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.inner-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  /* flex-direction: column; */
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.slide-icon {
  width: 24px;
  height: 24px;
}

.small-pic {
  /* position: absolute;
  right: 0;
  bottom: 45px; */
  width: 55%;
  /*background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 12px #D7DBDF;*/
}

.top-main {
  position: relative;
  top: -45px;
}

.f-down-stitle {
  margin: 20px 0 20px;
}

/* 下载 */
.f-down {
  display: flex;
  margin-top: 30px;
  position: absolute;
  left: 0;
  bottom: -64px;
}

.f-down .f-down-item {
  width: 160px;
  padding: 15px 20px;
  background: #F8F9FB;
  box-shadow: 0px 2px 12px #D7DBDF;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  position: relative;
}

.f-er-code {
  position: absolute;
  width: 150px;
  height: 150px;
  bottom: -160px;
}

.f-down-item .before-icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}


.blue-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.service-wrap {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #fff;
}

.inner-wrap {
  width: 1200px;
  margin: 0 auto;
}

.service-wrap .service-title {
  text-align: left;
}

.service-wrap .service-item .big-title {
  color: #172B4D;
  font-size: 18px;
  margin-bottom: 15px;
}

.service-wrap .service-item .title-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
}

.service-wrap .service-item .service-bottom {
  color: #253858;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 10px;
}

.service-wrap .service-item .service-bottom .service-num {
  font-size: 20px;
}

.service-wrap .service-item .click-look {
  color: #0252CC;
  font-size: 14px;
}

.other {
  padding-top: 128px;
  padding-bottom: 128px;
  background: #FAFBFC;
}

.other .other-title {
  font-size: 36px;
  line-height: 50px;
  color: #172B4D;
  text-align: center;
  margin-bottom: 60px;
}

.other .other-main {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.other .other-main .other-item {
  width: 490px;
  position: relative;
 
  box-shadow: 0px 2px 12px 0px #D7DBDF;
  border-radius: 3px;
  padding: 35px 20px;
  margin: 0 30px;
  overflow: hidden;
  /* background-size: cover; */

}

.free-use {
  padding: 15px 30px;
  background-color: #0252CC;
  border-radius: 3px;
  color: #fff;
  /* margin-bottom: 50px; */
  margin-right: 15px;
}

.app-btn {
  border: 1px solid #0252CC;
  padding: 15px 30px;
  border-radius: 3px;
  color: #0252CC;
  /* margin-bottom: 50px; */
  margin-right: 15px;
}

.crm-hrm-fs-icom {
  width: 150px;
  position: absolute;
  right: 0;
  bottom: -16px;
  z-index: 0;
}

.crm-icon {
  background: linear-gradient(180deg, #F4F5F8 0%, #FFFFFF 100%);
  background: url(../images/crm/crm.png) no-repeat;
  background-position: 90% 95%;
  background-size: 140px;
}

.hrm-icon {
  background: linear-gradient(180deg, #F4F5F8 0%, #FFFFFF 100%);
  background: url(../images/crm/hrm.png) no-repeat;
  background-position: right bottom;
  /* background-size: 30%; */
  background-size: auto;
}

.fs-icon {
  background: linear-gradient(180deg, #F4F5F8 0%, #FFFFFF 100%);
  background: url(../images/crm/fs.png) no-repeat;
  background-position: 90% 95%;
  background-size: 140px;
}

.other .other-main .other-item .other-item-btitle {
  color: #172B4D;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
}

.other .other-main .other-item .other-item-stitle {
  color: #42526E;
  font-size: 14px;
  line-height: 22px;
}

.other .other-main .other-item .other-btn {
  width: 314px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 10px;
}

.other .other-main .other-item .other-btn .btn-item {
  border: 1px solid #DFE1E6;
  padding: 5px;
  color: #6B778C;
  font-size: 14px;
  margin-right: 10px;
  margin-bottom: 10px;
}

.look-detail {
  font-size: 14px;
  color: #0252CC;
}

.detail:hover {
  color: #0052CC;
}

