/* 功能描述 */
.describe {
  background-image: url(image/collaboration/des1bgc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 257px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
  margin-left: -2px;
}

.describe .title {
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.describe .text {
  width: 1195px;
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-indent: 2em;
  line-height: 32px;
}

.manage {
  height: 710px;
  flex-shrink: 0;
  background-image: url(image/collaboration/dangangaunlibgc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.manage .title {
  text-align: center;
  margin-top: 36px;
  margin-bottom: 36px;
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.manage .text {
  width: 1195px;
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-indent: 2em;
  margin-bottom: 50px;
  line-height: 32px;
}

.manage .manage-two img {
  width: 931px;
  height: 442px;
}

/*  产品功能与特性 */
.standardManagement-width {
  background-image: url(./image/collaboration/bgc10.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.standardManagement {
  box-sizing: border-box;
  padding-top: 73px;
  width: 1260px;
  margin: 0 auto;

  /* width: 1920px; */
  height: 560px;
  position: relative;
}

.standardManagement-title {
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  position: relative;
}

.standardManagement-title-width {
  position: absolute;
  top: -18px;
  left: 460px;
  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.standardManagement-title-left {
  position: absolute;
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  /* 100% */
}

.standardManagement-title-left span:first-child {
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.44px;
  /* 171.5% */
  margin-left: 12px;
  padding-right: 14px;
  border-right: 1px solid #07d1fa;
}

.standardManagement-title-left span:nth-child(2) {
  color: #07d1fa;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.44px;
  /* 171.5% */
  padding-left: 14px;
}

.standardManagement-contain {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.standardManagement-contain .left {
  display: flex;
  flex-direction: column;
  width: 629px;
  row-gap: 20px;
  margin-right: 20px;
}

.leftone {
  width: 629px;
  height: 36px;

  font-family: "Microsoft YaHei";
  font-size: 28px;
  font-style: normal;
  font-weight: 900;

  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.lefttwo {
  color: #d9d9d9;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.standardManagementmindel {
  width: 153px;
  height: 112px;
}

.standardManagementright img {
  height: 371px;
}

/* 自定义模版格式 */
.documnet-width {
  background-image: url(./image/collaboration/blackbgc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.documnet {
  height: 560px;
  margin: 0 auto;
  /* flex-shrink: 0; */

  /* background: #eff4fe; */
  display: flex;

  align-items: center;
  /* justify-content: center; */
  justify-content: space-between;
  column-gap: 100px;
  /* padding-left: 350px;
  padding-right: 350px; */
  width: 1210px;
  box-sizing: border-box;
}

.documnet-left {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.documnet-left-title {
  width: 200px;
  height: 54px;

  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;

  background: var(
    --Linear,
    linear-gradient(90deg, #0094ff 7.14%, #260090 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.documnet-left-text {
  /* width: 540px; */
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.documnet-right img {
  width: 580px;
  height: 380px;
  margin-top: 40px;
}

/* 目录策划 */
.collectandDocumnet-width {
  background-image: url(./image/collaboration/bgc5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.collectandDocumnet {
  /* width: 1920px; */
  display: flex;
  box-sizing: border-box;
  margin: 0 auto;
  width: 1210px;
  height: 560px;
  /* background-image: url(./headerpic/bgc5.png); */

  /* column-gap: 74px; */
  justify-content: space-between;

  align-items: center;
}

.collectandDocumnet-left img {
  width: 580px;
  height: 380px;
  margin-top: 40px;
}

.collectandDocumnet-right {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.collectandDocumnet-right-title {
  width: 185px;
  height: 47px;
  /* flex-shrink: 0; */

  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;

  background: var(
    --Linear,
    linear-gradient(90deg, #68dbff 7.14%, #06f 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.collectandDocumnet-right-text {
  width: 535px;
  /* width: 430px; */
  color: #fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 140% */
}

/* 文档校审 */
.readandRestore-width {
  width: 100%;
  background-image: url(./image/collaboration/blackbgc.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.readandRestore {
  display: flex;
  flex-direction: column;
  align-items: center;

  /* width: 19.2rem; */
  height: 560px;
  /* flex-shrink: 0; */
  /* background-image: url(./mindelpic/blackbgc.png); */

  /* justify-content: center; */
  margin: 0 auto;
  width: 1210px;
  box-sizing: border-box;
}

.readandRestore .readandRestore-title {
  width: 161px;
  margin-top: 35px;
  /* height: 37px; */
  /* flex-shrink: 0; */
  font-family: "Microsoft YaHei";
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 24px; 60% */
  background: var(
    --Linear,
    linear-gradient(90deg, #0094ff 7.14%, #260090 111.89%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.readandRestore .readandRestore-title-text {
  width: 725px;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 28px; 155.556% */
  margin-bottom: 34px;
  margin-top: 12px;
}

.readandRestore .readandRestore-main {
  display: flex;
  column-gap: 160px;
}

.readandRestore-main-one img {
  width: 540px;
  height: 315px;
}

.readandRestore-main-two img {
  width: 540px;
  height: 315px;
}

.readandRestore-main-onetext {
  margin-top: 20px;
  text-align: center;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}

.readandRestore-main-twotext {
  margin-top: 20px;

  text-align: center;
  color: #333;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  /* 155.556% */
}
