.crm-wrap,
.hrm-wrap,
.fs-wrap {
  margin-top: 76px;
}

.bannber-bg {
  width: 100%;
  height: 550px;
}

.crm-top {
  position: relative;
  background-size: 100% 450px;
  background-color: #fff;
}

.toggle-title {
  font-size: 36px;
  line-height: 50px;
  color: var(--text-color-black);
  text-align: center;
}

.toggle-stitle {
  margin-bottom: 60px;
}

.crm .p-tab-item,
.fs .p-tab-item {
  width: 150px;
  text-align: center;
  margin-right: 60px;
  cursor: pointer;
}


.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;
  background-color: #FAFBFC;
}

.inner-wrap {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.small-pic {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 550px;
}

.top-main {
  /* position: relative; */
}

.f-down-stitle {
  margin: 10px 0 20px;
}

.app-btn,
.free-use {
  padding: 15px 30px;
  background-color: #0252CC;
  border-radius: 3px;
  color: #fff;
  margin-bottom: 50px;
  margin-right: 15px;
}

.code-wrap {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 12px #D7DBDF;
  padding: 24px 24px 10px 24px;
}

.code-wrap .code-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons .icon-item {
  width: 20px;
}

.code-item {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.code-list {
  margin-bottom: 10px;
}

.code-icon {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.icon-desc {
  text-align: center;
  color: var(--text-color-gray) ;
  font-size: 12px;
  margin-top: 10px;
}

.code-desc {
  color: var(--text-color-gray);
  font-size: 14px;
}

/* 下载 */
.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;
}

.p-content-let-stitle {
  margin-bottom: 20px;
}

.other {
  padding-top: 128px;
  padding-bottom: 128px;
  background-color: #fff;
}

.other .other-title {
  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;
  height: 280px;
  /* background: linear-gradient(180deg, #F4F5F8 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 12px #D7DBDF; */
  border-radius: 3px;
  padding: 40px;
  margin: 0 20px;
}

.other .other-main .other-item .other-item-btitle {
  color: #253858;
  font-size: 20px;
  margin-bottom: 5px;
}

.other .other-main .other-item .other-item-stitle {
  color: var(--text-color-gray);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.other .other-main .other-item .other-icon {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
}

.other .other-main .other-item .head-wrap {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 25px;
}

.only-code {
  width: 365px;
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 100%);
  box-shadow: 0px 2px 12px #D7DBDF;
  padding: 24px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.only-left {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 24px;
}

.only-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.only-pic {
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
}

.down-desc {
  color: var(--text-color-gray);
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}


.big {
  color: #FFAB00;
  font-size: 48px;
}

.yellow {
  font-size: 20px;
  color: #FFAB00;
}

.p-content-right .p-content-right-icon {
  width: 65%;
}

.p-content-right {
  display: flex;
  justify-content: center;
  align-items: center;
}


.down-box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-direction: column;  
}

.activedb {
  color: #0252CC !important;
  border: 1px solid #0252CC !important;
}

.down-box .db-item .db-icon {
    width: 30px;
    height: 30px;
}

.line {
  width: 1px;
  height: 280px;
  position: relative;
  /* display: flex;
  justify-content: center;
  align-items: flex-end; */
}

.line .solid {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 1px;
  height: 115px;
  background-color: #DFE1E6;
}

