/* @media (max-width: 1400px) {

  body {
    width: 1400px;
  }
} */

/* 顶部导航栏+轮播图*/
.Banner {
  height: 570px;
  background-size: 100%;
}

/* 头部 */
.header {
  /* width: 100%;
  height: 80px; */
  background: rgba(0, 0, 0, 0.12);
  z-index: 88;
}

/* .headerw {
  display: flex;
  align-items: center;
} */
/* .logo {
  display: inline-block;
  width: 145px;
  height: 50px;

  vertical-align: middle;
}

.logo img {
  width: 100%;
  height: 100%;
} */

/* .nav {
  display: inline-block;
  margin-left: 40px;
}

.nav a {
  display: inline-block;
  height: 22px;
  padding: 0 15px;
  font-size: 14px;
} */
.nav a {
  color: #fff;
}

.nav a:hover {
  color: #ffdd99;
}

/* .btn-search {
  width: 640px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
} */

/* .header-btn {
  display: inline-block;
  vertical-align: middle;
  width: 135px;
  height: 80px;
} */

/* .header-btn a {
  display: inline-block;
  background-color: #ffdd99;
  color: #733306;
  font-size: 14px;
  font-weight: bold;
  margin-top: 16px;
  width: 100%;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 24px;
} */

/* .search {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  width: 200px;
  height: 80px;
} */

/* .search input {
  margin-top: 16px;
  background-color: #f2f2f2;
  border: 1px solid #dddddd;
  padding-left: 20px;
  border-radius: 24px;
  width: 100%;
  height: 48px;
} */

/* .search input:focus {
  outline: none;
} */

/* .search input::placeholder {
  color: #afafaf;
  font-size: 15px;
} */

/* .search button {
  position: absolute;
  top: 30px;
  right: 22px;
  width: 20px;
  height: 20px;
  border: 0;
  cursor: pointer;
} */

/* .search button img {
  width: 100%;
}

*/
/* 登录注册 */
/* .Register-login {
  width: 100px;
  height: 20px;
  vertical-align: middle;
  margin-left: 20px;
} */

.Register-login a {
  color: #fff;
}

/* .Register-login .registe {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
} */

/* .Register-login .registe .column {
  display: none;
  border-radius: 12px;
  position: absolute;
  margin-top: 30px;
  width: 90px;
  height: 81px;
  background-color: white;
} */

.registe .column a {
  color: #222222;
  font-family: Source Han Sans SC;
}

.registe .column a:hover {
  color: #ffdd99;
}

/* .registe .column .active {
  display: block;
  z-index: 99;
} */

/* .employee {
  width: 68px;
  height: 40px;
  margin-left: 8px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid var(#ddd);
  display: block;
}

.boss {
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  display: block;
}

.bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
}


.login {
  display: inline-block;
  vertical-align: middle;
} */
.bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
}

.Register-login a:hover {
  color: #ffdd99;
}

.user-avatar .login {
  color: #fff;
}

/* .user {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 150px;
  height: 80px;
  line-height: 80px;
}

.user img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user h3 {
  display: inline-block;
  margin-left: 15px;
} */

/* 
.user {
  display: inline-block;
  vertical-align: middle;
  margin-left: 20px;
  width: 150px;
  height: 80px;
  line-height: 80px;
}

.user img {
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.user h3 {
  display: inline-block;
  margin-left: 15px;
}

.banner {
  height: 150px;
}

.banner img {
  width: 56px;
  height: 56px;
  display: inline-block;
  background-color: pink;
}

.banner li {
  float: left;
  margin-left: 84px;
  height: 150px;
  width: 210px;
}

.banner li:nth-child(1) {
  margin-left: 0;
} */

/* .banner div {
  width: 130px;
} */

/* .banner div h1 {
  font-size: 16px;
} */

/* .banner div p {
  font-size: 14px;
  color: #7c7c7c;
  width: 154px;
} */

/* 已登录 */
/* .user-avatar .avatar img {
  width: 37px;
  height: 37px;
}

.user-avatar {
  vertical-align: middle;
  margin-left: 20px;
  display: flex;
}

.user-avatar.registe {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
}

.user-avatar .registe .column {
  display: none;
  border-radius: 12px;
  position: absolute;
  margin-top: 30px;
  width: 90px;
  height: 81px;
  background-color: white;

}

.user-avatar .column a {
  color: #222222;
  font-family: Source Han Sans SC;
}

.user-avatar .column.active {
  display: block;
  z-index: 99;
}

.user-avatar .employee {
  width: 68px;
  height: 40px;
  margin-left: 8px;
  text-align: center;
  line-height: 40px;
  border-bottom: 1px solid var(#ddd);
  display: block;
}

.user-avatar .boss {
  width: 300px;
  height: 40px;
  line-height: 40px;
  margin-left: 10px;
  display: block;
}

.user-avatar .bar {
  display: inline-block;
  vertical-align: middle;
  margin-right: 3px;
  color: #fff;
}

.user-avatar .login {
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: 8px;
}

.user-avatar a:hover {
  color: #ffdd99;
} */

/* 轮播图 */
.swiper {
  width: 100%;
  height: 614.5px;
}

.swiper-slide {
  height: auto;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 45px;
  left: 879px;
  width: auto;
}

.slideBanner {
  display: flex;
  width: 1905px !important;
  overflow: hidden;
  height: 620px;
}

.slide {
  position: relative;
  display: flex;
}

.slide img,
.slide video {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* 顶部导航栏+轮播图*/

/* 内容覆盖区 */
.ContentCover {
  /* width: 100%; */
  height: 58px;
  position: relative;
  z-index: 66;
}

.home .ContentCover .content {
  position: absolute;
  bottom: -21px;
  background-color: white;
  border-radius: 8px;
}

/* 内容覆盖top */
.content .DesignType {
  height: 70px;
  border-radius: 8px;
  background: var(--ffffff, #fff);
  justify-content: space-evenly;
}

.LatestOrderLeft {
  display: block;
}

.LatestOrderRigt {
  margin-top: 15px;
  width: 196px;
  height: 54px;
  display: block;
}

.LatestOrderRigt .LatestOrderTop {
  width: 131px;
  color: var(--222222, #222);
  /* PC/16px加粗 - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
}

.content .DesignType img {
  width: 30px;
  height: 30px;
}

.LatestOrderbutton {
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.LatestOrderLeft {
  width: 37px;
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 20px;
  /* background-color: gainsboro; */
  background-color: var(--f-2-f-2-f-2, #f2f2f2);
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
}

.DesignType .LatestOrder .LatestOrderLeft img {
  margin-top: 5px;
}

.ContentCover .content .DesignType {
  /* width: 1322px; */
  display: flex;
}

.content .DesignType .LatestOrder {
  display: flex;
}

.e-commerce-order {
  width: 410px;
  display: flex;
}

.e-commerce-order .e-commerce-orderLeft {
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  width: 37px;
}

.e-commerce-orderRigt {
  color: var(--222222, #222);
  /* PC/16px加粗 - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-top: 15px;
  width: 196px;
  height: 54px;
}

.e-commerce-orderRigt .e-commerce-orderbutton {
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.e-commerce-order .e-commerce-orderLeft img {
  margin-top: 5px;
}

.planeOrder {
  /* background-color: brown; */
  width: 410px;
  display: flex;
}

.planeOrder .planeOrderLeft {
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  width: 37px;
}

.planeOrderRigt {
  color: var(--222222, #222);
  /* PC/16px加粗 - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-top: 15px;
  width: 196px;
  height: 54px;
}

.planeOrderRigt .planeOrderbutton {
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.planeOrder .planeOrderLeft img {
  margin-top: 5px;
}

.UiOrder {
  width: 410px;
  display: flex;
}

.UiOrder .UiOrderLeft {
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  width: 37px;
}

.UiOrderRigt {
  color: var(--222222, #222);
  /* PC/16px加粗 - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-top: 15px;
  width: 196px;
  height: 54px;
}

.UiOrderRigt .UiOrderbutton {
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.UiOrder .UiOrderLeft img {
  margin-top: 5px;
}

.outsourcingorder {
  width: 410px;
  display: flex;
}

.outsourcingorder .outsourcingorderLeft {
  border-radius: 4px;
  margin-top: 15px;
  margin-right: 15px;
  margin-left: 20px;
  background-color: #f2f2f2;
  height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  width: 37px;
}

.outsourcingorderRigt {
  color: var(--222222, #222);
  /* PC/16px加粗 - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  /* 150% */
  margin-top: 15px;
  width: 196px;
  height: 54px;
}

.outsourcingorderRigt .outsourcingorderbutton {
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
}

.outsourcingorder .outsourcingorderLeft img {
  margin-top: 5px;
}

/* 内容覆盖middle区     */
.DesignTitle {
  display: flex;
  color: var(--555555, #555);
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.DesignTitleLeft {
  display: flex;
  width: 443px;
  margin-top: 39px;
}

.ProjectService {
  margin-left: 20px;
}

.ProjectMoney {
  margin-left: 38px;
}

.ProjectType {
  margin-left: 33px;
}

.ProjectTime {
  margin-left: 55px;
}

.ProjectService1 {
  margin-left: 32px;
}

.ProjectMoney2 {
  margin-left: 39px;
}

.ProjectType3 {
  margin-left: 76px;
}

.ProjectTime4 {
  margin-left: 44px;
}

.ProjectService2 {
  margin-left: 65px;
}

.ProjectMoney3 {
  margin-left: 64px;
}

.ProjectType4 {
  margin-left: 68px;
}

.ProjectTime5 {
  margin-left: 98px;
}

.DesignTitleMiddle {
  display: flex;
  width: 443px;
  margin-top: 39px;
}

.DesignTitleRight {
  display: flex;
  width: 443px;
  margin-top: 39px;
}

/* 内容覆盖button区 */

.DesignContent {
  /* background-color: gold; */
  /* width: 410px; */
  display: flex;
  /* flex-direction: column; */
  border-radius: 8px;
  background: var(--ffffff, #fff);
  margin-top: 10px;
  /* justify-content: space-between; */
  padding: 10px;
}

.home .DesignContent {
  margin-top: 18px;
}

.DesignContent .YUE {
  color: var(--999999, #999);
}

.DesignContent .RMB {
  color: var(--db-4-c-3-f, #db4c3f);
}

/* .DesignContentLeftMoney {
  margin-left: 50px;
} */

.DesignContentLeftType {
  margin-left: 50px;
}

.DesignContentLeftData {
  margin-left: 56px;
}

.DesignContentMiddleMoney {
  margin-left: 50px;
}

.DesignContentMiddleType {
  margin-left: 50px;
}

.DesignContentMiddleData {
  margin-left: 56px;
}

.DesignContentRightMoney {
  margin-left: 50px;
}

.DesignContentRightType {
  margin-left: 50px;
}

.DesignContentRightData {
  margin-left: 50px;
}

.DesignContentRightId {
  margin-left: 20px;
}

.DesignTitleMiddle .ProjectMoney {
  margin-left: -12px;
}

.DesignTitleMiddle .ProjectType {
  margin-left: -48px;
}

.DesignTitleMiddle .ProjectTime {
  margin-left: -53px;
}

.DesignContent div {
  color: var(--222222, #222);
  /* PC/12px - 18 */
  font-family: Source Han Sans SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  /* 150% */
  padding-top: 4px;
}

.DesignContentLeftId {
  width: 122px;
}

#s3 .DesignContentLeftId {
  margin-left: 18px;
}

#s3 .DesignContentLeftType {
  margin-left: 0;
  width: 100px;
}

#s2 .DesignContentLeftId {
  width: 82px;
}

#s2 .DesignContentLeftType {
  width: 100px;
}

#s2 .DesignContentLeftMoney {
  width: 80px;
}

#s2 .DesignContentLeftData {
  width: 130px;
  margin-left: 0;
}

.DesignContent>div {
  width: 33%;
}

.DesignContent .DesignContentLeft {
  display: flex;
  flex-direction: column;
  height: 92px;
  overflow: hidden;
}

.DesignContent .DesignContentLeft .DesignContentLeftMoney {
  width: 50px;
}

.DesignContentLeftone {
  display: flex;
  margin-left: 12px;
}

.DesignContentLeftTwo {
  display: flex;
  display: flex;
  margin-left: 12px;
}

.DesignContentLeftThtee {
  display: flex;
  display: flex;
  margin-left: 12px;
}

.DesignContentMiddle {
  display: flex;
  flex-direction: column;
  height: 92px;
  overflow: hidden;
}

.DesignContentMiddleone {
  display: flex;
  margin-left: 12px;
}

.DesignContentMiddletwo {
  display: flex;
  margin-left: 12px;
}

.DesignContentMiddlethree {
  display: flex;
  margin-left: 12px;
}

.DesignContentRight {
  display: flex;
  flex-direction: column;
  height: 92px;
  overflow: hidden;
}

.DesignContentRightone {
  display: flex;
  margin-left: 12px;
}

.DesignContentRighttwo {
  display: flex;
  margin-left: 12px;
}

.DesignContentRightthree {
  display: flex;
  margin-left: 12px;
}

.DesignContentLeft {
  display: flex;
}

.DesignContentMiddle {
  display: flex;
}

.DesignContentRight {
  display: flex;
}

/* 推荐灵工 */
.home .Recommended {
  margin-top: 20px;
}

.FullBond {
  width: 22px;
  height: 22px;
  margin: 4px 0 4.737px 4px
}

.Recommended .card:nth-child(3n) {
  margin-right: 0;
}

.recomlf {
  display: flex;
  flex-direction: row !important;
  justify-content: space-between;
}

.recomlf .recommendedButton1-right {
  display: flex;
  flex-direction: column;
  width: 200px;
  padding-left: 35px;
  gap: 24px;
}

.recommendedButton1-1-2-1-2 {
  border-radius: 3.895px;
  background: rgba(236, 122, 119, 0.2);
  /* width: 25px; */
  height: 22px;
  margin-top: 4px;
  margin-left: 5px;
}

.recommendedButton1-1-2 .white {
  background-color: white;
  display: flex;
  gap: 5px;
  /* width: 70px; */
}

.recommendedButton1-1-2-1-3 {
  margin-left: 5px;
  /* width: 46px; */
  height: 25px;
  margin-top: 2px;
  border-radius: 4px;
  background: linear-gradient(105deg,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 0) 99.67%),
    #ffd37b;
}

.recommendedTop {
  display: flex;
  justify-content: space-between;
}

.recommendedTopright .types {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 6px 20px;
  border-radius: 50px;
  border: 1px solid var(--dddddd, #ddd);
  margin-left: 30px;
}

.recommendedTopright .active {
  border: 1px solid var(--unnamed, #3c8dbc);
  color: var(--unnamed, #3c8dbc);
}

.recommendedTop .recommendedTopLeft {
  color: var(--222222, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.recommendedTopright7 {
  color: var(--555555, #555);
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-left: 20px;
}

.recommendedTopright8 {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-left: 3px;
}

.recommendedTopright {
  display: flex;
}

.recommendedButton {
  display: flex;
  width: 1400px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.card {
  width: 450px;
  display: flex;
  padding: 20px 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  margin-top: 30px;
  margin-right: 25px;
  border-radius: 8px;
  background: #fff;
}

.listItem1:nth-child(3n) {
  margin-right: 0;
}



.card .ContentButton1 {
  width: 100%;
}

.Discover .card {
  width: 687px;
  flex-direction: initial;
}

.Discover .card:nth-child(2n) {
  margin-right: 0;
}

.recommendedButton1-1 {
  display: flex;
  justify-content: space-evenly;
  width: 400px;
}

.recommendedButton1-1 .recommendedButton1-1-2 {
  width: 300px;
}

.recommendedButton1-1-2-1 {
  display: flex;
}

.recommendedButton1-1-2-1-1 {
  display: flex;
}

.recommendedButton1-1-2-2-1 {
  display: flex;
  /* gap: 10px; */
  /* width: 158px; */
}

.white-right {
  display: flex;
  gap: 10px;
}

.recommendedButton1-4 {
  width: 400px;
  display: flex;
}

.recommendedButton1-4-1 {
  /* padding: 0 6px; */
  position: relative;
}

.recommendedButton1-4 .recommendedButton1-4-2 {
  margin-left: 30px;
}

.VerticalLine {
  margin-left: 36px;
  height: 19px;
  margin-top: 10px;
  width: 1px;
  border-right: 1px solid var(--dddddd, #ddd);
}

/* 推荐灵工img统一格式 */
.sex img {
  width: 13.263px;
  height: 13.263px;
  /* margin-left: 7px;
  margin-top: 6px; */
}

.card .FiveStars img {
  width: 17px;
  height: 17px;
}

.avatar>img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.vip>img {
  width: 32px;
  height: 12px;
  margin: 7px;
}

/* 推荐灵工img统一格式 */

/* 推荐灵工字体统一样式 */
.names {
  color: var(--222222, #222);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}

.gread {
  color: var(--db-4-c-3-f, #db4c3f);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
  margin-left: 3px;
}

.Quantity {
  color: var(--999999, #999);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  /* width: 70px; */
  height: 23px;
  margin-top: -4px;
}

.nimble1-2 {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nimble1-3-2 {
  /* width: 85px; */
  height: 20px;
}

.nimble1-3-3 {
  /* width: 154px; */
  height: 22px;
  text-align: left;
}

.contentOneTwo {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* height: 42px; */
}

.TAG {
  color: #677e93;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  padding: 2px 8px;
  background: #f1f4f6;
  margin-right: 5px;
}

.Work {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.Work span {
  color: var(--db-4-c-3-f, #db4c3f);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.Quantity span {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}

/* 推荐灵工字体统一样式 */

.recommendedButton1-1-2-2 {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.recommendedButton1-3 {
  display: flex;
}

/* 推荐灵工 */

/* 数据展示 */
.DataPresentation {
  height: 300px;
  background-color: white;
  margin-top: 30px;
}

.dataPresentation {
  display: flex;
  justify-content: space-between;
  gap: 106px;
}

.dataPresentationOne {
  margin-top: 55px;
}

.dataPresentationTwo {
  margin-top: 70px;
  /* margin-left: 106px; */
}

.general {
  color: var(--222222, #222);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 48px;
}

.dataPresentationButton {
  width: 136px;
  border-radius: 4px;
  background: var(--unnamed, #3c8dbc);
  padding: 8px 20px;
  margin-top: 18px;
  color: var(--ffffff, #fff);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.annotation {
  color: var(--555555, #555);
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-top: 28px;
}

.dataPresentationTwoMiddle {
  width: 130px;
  height: 6px;
}

.nullOne {
  background: var(--unnamed, #3c8dbc);
  margin-top: 12px;
  width: 0%;
  height: 100%;
}

/* 数据展示 */

/* 内容区 */
.Content {
  margin-top: 30px;
}

.ContentTop {
  display: flex;
  justify-content: space-between;
}

.ContentTopLeft {
  color: var(--222222, #222);
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}

.ContentTopRight {
  display: flex;
}

.contentButton {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.ContentTopRight .types {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  padding: 6px 20px;
  border-radius: 50px;
  border: 1px solid var(--dddddd, #ddd);
  margin-left: 30px;
}

.ContentTopRight .active {
  border: 1px solid var(--unnamed, #3c8dbc);
  color: var(--unnamed, #3c8dbc);
}

.ContentTopRight7 {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-left: 20px;
}

.ContentTopRight8 {
  color: var(--555555, #555);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-left: 3px;
}

.ContentButton1-1 {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ContentButton1-2 {
  display: flex;
  flex: 1;
  gap: 6px;
  /* justify-content: space-between; */
}

.ContentButton1-3 {
  display: flex;
  justify-content: space-between;
}

.ContentButton1-3-left {
  display: flex;
  gap: 10px;
}

.ContentButton1-3-right {
  display: flex;
  align-items: center;
}


.discover .bssss {
  margin-top: 13px;
}

.ContentButton1-1-1 {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  border-radius: 2px;
  background: #ff5000;
  padding: 2px 6px;
  /* width: 51px; */
  text-align: center;
  letter-spacing: 1px;
  height: 23px;
  /* margin-top: 9px; */
}

.ContentButton1-1 .ContentButton1-1-2 {
  /* margin-top: 5px;
margin-left: 14px; */
}

.ContentButton1-2 .BrandRefund {
  margin-left: -3px;
}

.sky {
  height: 16px;
  width: 1px;
  margin-top: 9px;
  /* margin-left: 4px; */
  background: var(--999999, #999);
}

.ContentButton1-2-1 {
  margin-top: 5px;
  margin-left: 0px;
}

.ContentButton1-2-2 {
  margin-top: 5px;
}

.ContentButton1-2-3 {
  margin-top: 5px;
}

.ContentButton11 {
  margin-top: 11px;
  display: block;
}

.ContentButton1-3 {
  margin-top: 17px;
  height: 32px;
}

.ContentButton1-3-1 {
  width: 26px;
  height: 26px;
}

.ContentButton1-3-1 img {
  border-radius: 50%;
}

.ContentButton1-3-2 {
  margin-top: 3px;
  /* margin-left: -3px; */
  /* width: 50px; */
  height: 20px;
}

.ContentButton1-3-3 {
  margin-top: 3px;
  /* width: 100px; */
  height: 22px;
}

.ContentButton1-3-4 {
  color: #db4c3f;
  margin: 2px;

  font-size: 24px;
}

.ContentButton1-3-5 {
  color: #db4c3f;
}

.ContentButton1-3-6 {
  width: 66px;
  border-radius: 2px;
  background: var(--unnamed, #3c8dbc);
  padding: 2px 6px;
  color: white;
  letter-spacing: 1px;
  margin-left: 4px;
  text-align: center;
  line-height: 28px;
}

.ContentMiddle {
  display: flex;
  justify-content: space-between;
  /* flex-direction: column; */
}

.contentMiddleRight {
  display: flex;
}

.contentMiddleLeft {
  color: var(--222222, #222);
  /* PC/24px加粗 - 36 */
  font-family: Source Han Sans SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  margin-top: 22px;
}

.contentMiddleRight .types {
  color: var(--555555, #555);
  /* PC/14px加粗 - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  /* 157.143% */

  padding: 6px 20px;
  border-radius: 50px;

  border: 1px solid var(--dddddd, #ddd);
  margin-left: 30px;
}

.contentMiddleRight .active {
  border: 1px solid var(--unnamed, #3c8dbc);
  color: var(--unnamed, #3c8dbc);
}

.contentMiddleRight {
  margin-top: 22px;
}

.contentMiddleRight5 {
  color: var(--555555, #555);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 157.143% */
  margin-left: 20px;
}

.contentMiddleRight6 {
  color: var(--555555, #555);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 157.143% */
  margin-left: 3px;
}

.Nimble {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.NimbleIndex {
  justify-content: start;
}

.nimbleIndex {
  margin-right: 25px;
}

.nimbleIndex:nth-child(3n) {
  margin-right: 0;
}

.nimble1-1 {
  display: flex;
}

.nimble1-3 {
  display: flex;
  margin-top: 6px;
}

.nimble1-1-1 {
  color: #fff;
  /* PC/12px加粗 - 18 */
  font-family: Source Han Sans SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  border-radius: 2px;
  background: #ff5000;
  padding: 2px 6px;
  /* width: 51px; */
  text-align: center;
  letter-spacing: 1px;
  height: 23px;
  margin-top: 9px;
}

.nimble1-1-4 {
  color: #fff;
  /* PC/12px加粗 - 18 */
  font-family: Source Han Sans SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  border-radius: 2px;
  background: red;
  padding: 2px 6px;
  /* width: 51px; */
  text-align: center;
  letter-spacing: 1px;
  height: 23px;
  margin-top: 9px;
  margin-left: 14px;
}

.nimble1-1-2 {
  margin-top: 5px;
  margin-left: 14px;
}

.nimble1-1-3 {
  width: 66px;
  border-radius: 2px;
  background: var(--unnamed, #3c8dbc);
  padding: 2px 6px;
  color: white;
  letter-spacing: 1px;
  margin-left: 185px;
  text-align: center;
  line-height: 28px;
  margin-top: 5px;
}

.nimble1-2 {
  margin-top: 6px;
}

.nimble1-3-1 {
  width: 26px;
  height: 26px;
}

.nimble1-3-1 img {
  border-radius: 50%;
}

.nimble11 {
  margin-top: 11px;

  overflow: hidden;
  text-overflow: ellipsis;
  width: 396px;
  height: 47px;
}

.nimble1-3-2 {
  margin-top: 3px;
}

.nimble1-3-3 {
  margin-top: 3px;
}

.nimble1-3-4 {
  margin-left: 153px;
  color: var(--999999, #999);
  /* PC/24px加粗 - 36 */
  font-family: Source Han Sans SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 29px;
  /* 150% */
}

/* 案例 */
.case {
  margin-top: 52px;
}

.CaseWork {
  /* float: left; */
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: wrap;
  /* margin-top: 30px; */
}

.CaseWork .ml {
  width: 450px;
  margin-right: 24px;
  margin-top: 24px;
}

.caseWorkLeftTop {
  display: block;
  background-color: #000;
  border-radius: 10px;
}

.CaseWork .ml .caseWorkLeftTop img {
  height: 253px;
  border-radius: 8px;
  vertical-align: middle;
}

.CaseWork .ml:nth-child(3n) {
  margin-right: 0;
}

.caseWork .caseWorkLeft .caseWorkLeftTop {
  width: 452px;
  height: auto;
  display: block;
}

.caseWork .caseWorkLeft .caseWorkLeftTop img {
  border-radius: 10px;
}

.caseWorkLeftMiddle {
  display: flex;
  margin-top: 15px;
}

.caseWorkLeftButton {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}

.caseWorkLeftButton-left {
  display: flex;
  gap: 10px;
}

.caseWorkLeftButton-right {
  display: flex;
  gap: 10px;
}

.caseWorkLeftButton-right .r-item {
  display: flex;
}

.caseWorkLeftButton1 {
  color: var(--222222, #222);
  /* PC/20px加粗 - 30 */
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  max-width: 375px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-wrap: nowrap;
}

.caseWorkLeftButton2 {
  color: var(--222222, #222);
  /* PC/20px加粗 - 30 */
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  margin-left: 16px;
}

.caseWorkLeftButton3 {
  color: var(--222222, #222);
  /* PC/20px加粗 - 30 */
  font-family: Source Han Sans SC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 140% */
  margin-left: 13px;
}

.caseWorkLeftButton4 {
  color: var(--ffffff, #fff);
  /* PC/12px加粗 - 18 */
  font-family: Source Han Sans SC;
  font-size: 12px;
  padding: 0 6px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  /* 150% */
  border-radius: 2px;
  background-color: #3c8dbc;
  margin-left: 18px;
  /* width: 53px; */
  text-align: center;
}

.caseWorkLeftButton {
  display: flex;
  margin-top: 15px;
  /* background-color: ; */
}

.NuM {
  height: 22px;
  line-height: 22px;
  text-align: center;
  color: var(--999999, #999);
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.small {
  /* width: 18px; */
  height: 18px;
  margin-top: 5px;
  /* margin-left: 28px; */
}

.small1 {
  /* margin-left: 119px; */
  margin-top: 7px;
  /* width: 18px; */
  height: 18px;
}

.small2 {
  margin-left: 3px;
  margin-top: 5px;
  /* width: 18px; */
  height: 18px;
}

.small3 {
  /* margin-left: 30px; */
  margin-top: 5px;
  /* width: 18px; */
  height: 18px;
}

.small4 {
  margin-left: 1px;
  margin-top: 5px;
  /* width: 18px; */
  height: 18px;
}

.small5 {
  /* margin-left: 16px; */
  margin-top: 5px;
  /* width: 18px; */
  height: 18px;
}

.small6 {
  margin-left: 2px;
  margin-top: 5px;
  /* width: 18px; */
  height: 18px;
}

/* 案例 */
/* 发现 */
.placard {
  width: 160px;
  height: 118.883px;
}

.Discover {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.home .Discover .discover .ContentButton1 {
  /* display: flex; */
  /* flex-direction: row; */
  max-width: 389px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* white-space: nowrap; */
}

.home .Discover .discover .hide {
  max-width: 460px;
}

.ContentButton1-0 {
  color: var(--555555, #555);

  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  /* 157.143% */
  margin-top: 9px;
  max-width: 468px;
  /* overflow: hidden; */
  /* text-overflow: ellipsis; */
  /* width: 468px; */
  /* display: block; */
}

.hideMaxW {
  max-width: 644px;
}

.discover {
  flex: 1;
}

.discover .ContentButton1-1-4 {
  color: #fff;
  /* PC/12px加粗 - 18 */
  font-family: Source Han Sans SC;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  /* 150% */
  border-radius: 2px;
  background: var(--unnamed, #3c8dbc);
  padding: 2px 6px;
  text-align: center;
  letter-spacing: 1px;
  height: 23px;
  margin-top: 3px;
  /* width: 66px; */
  margin-left: 10px;
}

/* 内容区 */

/* 扫码下载 */
.Download {
  height: 130px;
  background-color: white;
  margin-top: 50px;
}

.download {
  display: flex;
  position: relative;
}

.downloadOne {
  position: absolute;
  left: 377px;
  top: -30px;
  /* bottom: 30px; */
}

/* .Download .download img {
  width: 200px;
  height: 200px;
} */

.Download .download .downloadThree {
  width: 67px;
  height: 60px;
  margin-left: 37px;
  margin-top: 40px;
}

.downloadTwoTop {
  color: var(--222222, #222);
  /* PC/24px加粗 - 36 */
  font-family: Source Han Sans SC;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  /* 150% */
  margin-left: 618px;
  margin-top: 32px;
}

.downloadTwoButton {
  color: var(--555555, #555);
  /* PC/16px - 24 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 150% */
  margin-left: 616px;
  margin-top: 10px;
}

/* 扫码下载 */

/* 服务保障 */

/* 主页的样式不要动 */
.serviceguaranteeOne {
  display: flex;
}

.serviceguaranteeThree {
  display: flex;
}

.serviceguaranteeFour {
  display: flex;
}

.serviceguaranteeFiver {
  display: flex;
}

.serviceguaranteeTwo {
  display: flex;
}

/* 主页的样式不要动 */

.serviceguarantee {
  height: 120px;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}

.Serviceguarantee .serviceguarantee {
  margin-top: 62px;
}

.serviceguaranteeOne1-1 {
  border-radius: 50%;
  border: 2px solid var(--unnamed, #3c8dbc);
  background: #fff;
  color: var(--unnamed, #3c8dbc);
  font-family: BigruixianBlackGBV;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  width: 45px;
  height: 45px;
  text-align: center;
  /* padding: 16px 15px 15.103px 14.73px; */
  line-height: 38px;
}

.buleWord {
  border-radius: 130px;
  border: 2px solid var(--unnamed, #3c8dbc);
  background: #fff;
  color: var(--unnamed, #3c8dbc);
  font-family: BigruixianBlackGBV;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  /* line-height: normal; */
  width: 45px;
  height: 45px;
  /* text-align: center; */
  /* padding: 16px 15px 15.103px 14.73px; */
  /* line-height: 38px; */
}

.serviceguaranteeOne1-2 {
  margin-left: 7px;
}

.serviceguaranteeTwo1-2 {
  margin-left: 7px;
}

.serviceguaranteeThree1-2 {
  margin-left: 7px;
}

.serviceguaranteeFour1-2 {
  margin-left: 7px;
}

.serviceguaranteeFiver1-2 {
  margin-left: 7px;
}

.character {
  color: #7c7c7c;
  /* PC/14px - 22 */
  font-family: Source Han Sans SC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  /* line-height: 22px; */
  /* 157.143% */
}

.big {
  color: var(--222222, #222);
  /* PC/20px加粗 - 30 */
  font-family: Source Han Sans SC;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  /* line-height: 28px; */
  /* 140% */
}

/* 服务保障 */

/* * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  color: #fff;
  text-decoration: none;
}

ul {
  list-style: none;
} */

/* 字体 */
/* @font-face {
  font-family: 'BigruixianBlackGBV';
  src: url('../fonts/BigruixianBlackGBV1.0.TTF');
}

@font-face {
  font-family: 'Source Han Sans SC';
  src: url('../fonts/SourceHanSansSC-Regular.ttf');
}

body {
  font-family: 'Source Han Sans SC';
  background-color: #f2f2f2;
} */
/* .w {
  width: 1400px;
  margin: 0 auto;
} */

/* img {
  width: 100%;
  height: 100%;
} */

/* .clearfix::after {
  content: '';
  display: table;
  clear: both;
} */

/*  */

/*  */
/* .footer {
  height: 396px;
  background-color: #222222;
}

.top-div {
  height: 325px;
  padding-top: 45px;
  border-bottom: 3px solid #2b2b2b;
}

.top-div dl {
  float: left;
  padding: 0px 25px;
  margin-right: 88px;
}

.top-div dt {
  font-size: 16px;
  color: #fff;
}

.top-div dd {
  font-size: 14px;
  margin-top: 17px;
}

.top-div dd a {
  color: #fff;
}

.top-div img {
  float: right;
  width: 160px;
  height: 160px;
  background-color: #fff;
  margin-left: 25px;
}

.bottom-div {
  height: 69px;
  line-height: 69px;
  text-align: center;
}

.bottom-div p {
  display: inline-block;
  font-size: 12px;
  color: #fff;
} */

/* 推荐灵工 */
.sex {
  display: flex;
  width: 22px;
  height: 22px;
  padding: 4px 4.737px 4.737px 4px;
  justify-content: center;
  align-items: center;
}

/* 推荐灵工 */