.dropleft {
  position: fixed;
  top: 50%;
  right: 0;
  z-index: 2;
}

.salesBtn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 400px;
  width: 72px;
  height: 72px;
  background: rgba(5, 114, 255, 1);
  border-radius: 4px;
  font-size: 12px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  line-height: 17px;
}

.phone-img {
  margin-bottom: 7px;
  width: 20px;
  height: 20px;
}

.hideMenu {
  display: none;
}

.showMenu {
  display: block;
}

.dropleft .salesBtnMenu {
  position: absolute;
  top: -30px;
  right: 100px;
  width: 266px;
  height: 120px;
  padding-left: 22px;
  padding-top: 19px;
  border: none;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.dropleft .triangle {
  position: relative;
  width: 0;
  height: 0;
  border-width: 40px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 1) transparent transparent transparent;
  transform: rotate(30deg);
  right: -160px;
  bottom: 70px;
  -ms-transform: rotate(30deg);
  /* IE 9 */
  -webkit-transform: rotate(30deg);
  /* Safari and Chrome */
  -o-transform: rotate(30deg);
  /* Opera */
  -moz-transform: rotate(30deg);
}

.dropleft .tips_title {
  font-size: 16px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(51, 51, 51, 1);
  line-height: 22px;
}

.dropleft .item {
  margin-bottom: 12px;
}

.content {
  margin-top: 60px;
  padding-bottom: 60px;
}

a:hover {
  text-decoration: none;
}

.banner-wrap {
  position: relative;
  width: 100%;
  height: 600px;
  object-fit: cover;
}

.banner-wrap img {
  width: 100%;
}

.banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.anli {
  padding-top: 93px;
  background-color: #f9f9f9;
}

.compoany-info {
  position: absolute;
  top: 220px;
  left: 20%;
}

.company-Ideology,
.service {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #4d4d4d;
  line-height: 40px;
}

.company-Ideology {
  /* margin-bottom: 10px; */
}

.info-title {
  margin-bottom: 16px;
  font-size: 44px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 74px;
}

.case-type-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 70px;
  right: 0;
  bottom: 55px;
  margin: auto;
}

.case-type {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 70px;
}

.case-type-wrap .active .case-type-name,
.case-type-wrap .active .purpose {
  color: #0572ff !important;
}

.case-type-name {
  margin-bottom: 10px;
  font-size: 30px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: #000;
  line-height: 42px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.purpose {
  font-size: 20px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: #000;
  line-height: 28px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.industry-case {
  padding-left: 70px;
  border-left: 1px solid #ffffff;
}

.title {
  height: 45px;
  margin-top: 118px;
  margin-bottom: 20px;
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 50px;
  text-align: center;
}

.title-desc {
  height: 28px;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  text-align: center;
  margin-bottom: 45px;
}

/* .container-fluid {
	padding-left: 0;
	padding-right: 0;
} */

.Customer-case ul {
  display: flex;
  justify-content: center;
}

li {
  list-style: none !important;
}

.Customer-case ul li {
  margin-right: 30px;
}

.Customer-case ul .checked img {
  margin-top: 0;
  width: 162px;
  height: 162px;
  border-radius: 15px;
  box-shadow: 0px 2px 15px 0px rgb(191 191 191 / 50%);
}

.Customer-case ul .checked span {
  display: block;
  width: 17px;
  height: 17px;
  background: #2956ff;
  margin: 0 auto;
  margin-top: 15px;
  border-radius: 50%;
}

.Customer-case ul li img {
  margin-top: 15px;
  width: 132px;
  height: 132px;
  object-fit: contain;
}

.Customer-case .content .list > img {
  margin-bottom: 30px;
  margin-right: 50px;
  width: 541px;
  height: 750px;
  object-fit: contain;
}

.content {
  margin-top: 16px;
  padding-bottom: 0;
}

.Customer-case .content .list {
  display: flex;
  align-items: center;
  /* justify-content: space-between; */
}

.Customer-case .content .list div {
  /* width: 600px; */
}

.Customer-case .content .list div > p:first-child {
  margin-bottom: 45px;
  font-size: 32px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 45px;
}

.Customer-case .content .list div p:nth-child(2) {
  margin-bottom: 25px;
  font-size: 18px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 32px;
}

.Customer-case .content .list div p:nth-child(3) {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 32px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #535353;
}

.Customer-case .content .list div p:last-child {
  font-size: 20px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #2648ef;
  cursor: pointer;
}

.Customer-case .content .list div p:last-child img {
  width: 24px;
  height: 10px;
}

.toggle-bar {
  padding-bottom: 13px;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #ececec;
}

.toggle-bar .checked {
  position: relative;
  font-size: 20px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 500;
  color: #2648ef;
  line-height: 28px;
}

.toggle-bar .checked a {
  color: #2648ef;
  font-weight: 600;
}

.toggle-bar .checked:after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: -16px;
  width: 100%;
  height: 7px;
  background: #2648ef;
  border-radius: 3px;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}

.toggle-bar li {
  cursor: pointer;
  margin-right: 107px;
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #999999;
  line-height: 25px;
}

.toggle-bar li a {
  color: #999999;
}

.toggle-bar li:last-child {
  margin: 0;
}

.case-list {
  display: none;
  margin: 49px auto;
  /* display: flex; */
  /* flex-wrap: wrap; */
  /* justify-content: space-between; */
}

.case-list0 {
  display: block;
}

.case-list li {
  display: none;
  width: 32%;
  margin-right: 1.3%;
  margin-top: 30px;
  background: #ffffff;
  box-shadow: 0px 2px 15px 0px rgba(191, 191, 191, 0.5);
  border-radius: 19px;
}

.case-list li:nth-child(1) {
  margin-top: 0;
}

.case-list li:nth-child(2) {
  margin-top: 0;
}

.case-list li:nth-child(3) {
  margin-top: 0;
}

.case-list li:nth-child(3n) {
  margin-right: 0;
}

.case-list li > img {
  border-radius: 19px 19px 0 0;
  width: 100%;
  height: 278px;
}

.case-list li > div {
  padding: 30px 15px;
  display: flex;
  align-items: center;
}

.case-list li > div img {
  margin-right: 15px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: contain;
}

.case-list li > div p span:first-child {
  margin-bottom: 15px;
  display: block;
  font-size: 24px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #333333;
}

.case-list li > div p span:last-child {
  width: 220px;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 16px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #333333;
}

.more-case {
  margin: 60px 0;
  margin-bottom: 127px;
  text-align: center;
}

.more-case a {
  display: inline-block;
  text-align: center;
  line-height: 42px;
  width: 112px;
  height: 42px;
  border-radius: 34px;
  border: 1px solid #2956ff;
  font-size: 16px;
  font-family: PingFangSC-Medium, PingFang SC;
  font-weight: 600;
  color: #2956ff;
}

.case-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.case-wrap {
  display: flex;
  position: relative;
  width: 1000px;
  min-height: 310px;
  padding: 30px;
  margin-bottom: 40px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 12px 18px 0px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

.client-logo {
  width: 227px;
  height: 71px;
  margin-bottom: 18px;
}

.oodcase {
  justify-content: flex-start;
}

.oodcase a {
  position: absolute;
  bottom: 10%;
  right: 5%;
}

.evencase {
  justify-content: flex-end;
}

.evencase a {
  position: absolute;
  bottom: 10%;
  left: 5%;
}

.case-img-wrap {
  width: 420px;
  height: 265px;
}

.evencase .case-img-wrap {
  margin-left: 30px;
}

.oodcase .case-img-wrap {
  margin-right: 30px;
}

.case-img {
  width: 420px;
  height: 265px;
  border-radius: 6px;
}

.case-title {
  margin-bottom: 10px;
  height: 33px;
  font-size: 24px;
  font-family: PingFangSC-Medium;
  font-weight: 500;
  color: rgba(20, 20, 20, 1);
  line-height: 33px;
}

.case-desc {
  font-size: 16px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(20, 20, 20, 1);
  line-height: 22px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.detailbtn {
  display: inline-block;
  width: 184px;
  height: 71px;
  line-height: 71px;
  margin-top: 30px;
  text-align: center;
  background: rgba(5, 114, 255, 1);
  border-radius: 3px;
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  color: rgba(255, 255, 255, 1);
  letter-spacing: 3px;
}

.detailbtn:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 1);
}

@media screen and (max-width: 1024px) {
  .case-wrap {
    width: 750px;
  }

  .case-img-wrap {
    width: 300px;
    height: 190px;
  }

  .case-img {
    width: 300px;
    height: 190px;
  }
}

@media screen and (max-width: 428px) {
  .banner-wrap {
    height: 400px;
  }

  .banner-wrap img {
    width: 100%;
  }

  .compoany-info {
    top: 50px;
  }

  .compoany-info div {
    text-align: center;
  }

  .Customer-case ul {
    width: 100%;
    overflow-y: scroll;
    justify-content: flex-start;
  }

  .Customer-case ul .checked span {
    width: 5px;
    height: 5px;
  }

  .Customer-case ul li {
    margin-right: 20px;
  }

  .Customer-case ul li img {
    margin-top: 16px;
    width: 44px;
    height: 44px;
  }

  .title {
    height: auto;
    margin-top: 14px;
    margin-bottom: 0;
    font-size: 20px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 28px;
  }

  .title-desc {
    height: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 12px;
  }

  .Customer-case .content .list {
    display: block;
  }

  .Customer-case .content .list > img {
    margin-bottom: 0;
    margin-right: 0;
    width: 100%;
    height: auto;
  }

  .Customer-case .content .list div p:first-child {
    margin-bottom: 10px;
    font-size: 16px;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 23px;
  }

  .Customer-case .content .list div p:nth-child(2) {
    margin-bottom: 10px;
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
  }

  .Customer-case .content .list div p:nth-child(3) {
    margin-bottom: 20px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
  }

  .Customer-case .content .list div p:last-child {
    padding-bottom: 40px;
    font-size: 14px !important;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #2648ef;
    line-height: 20px;
  }

  .Customer-case .content .list div p:last-child img {
    width: 16px;
    height: 7px;
  }

  .toggle-bar {
    padding-bottom: 9px;
  }

  .toggle-bar li {
    margin-right: 33px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 17px;
  }

  .toggle-bar .checked {
    font-size: 12px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #2648ef;
    line-height: 17px;
  }

  .anli {
    padding-top: 40px;
  }

  .toggle-bar .checked:after {
    border: 3px solid #2648ef;
    border-radius: 2px;
    bottom: -14px;
    height: 3px;
    background: #2956ff;
    border-radius: 2px;
  }

  .case-list {
    margin-bottom: 21px;
    margin-top: 20px;
    display: none;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .case-list li:nth-child(3) {
    margin-top: 10px;
  }

  .case-list0 {
    display: flex;
  }

  .case-list a {
    margin-top: 30px;
    margin-right: 9px;
    display: block;
    width: 48%;
    /* background-color: #0572ff; */
  }

  .case-list li {
    margin-top: 10px;
    margin-right: 9px;
    display: none;
    width: 48%;
    /* background-color: #0572ff; */

    /* width: 100%; */
    border-radius: 13px;
    margin-right: 0;
    /* background-color: red; */
  }

  .case-list a:nth-child(3n) li {
    margin-right: 9px;
  }

  .case-list a:nth-child(2n) {
    margin-right: 0px;
  }

  .case-list li > img {
    height: 125px;
    border-radius: 13px 13px 0 0;
  }

  .case-list li > div img {
    width: 32px;
    height: 32px;
  }

  .case-list li > div p span:first-child {
    margin: 0;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100px;
  }

  .case-list li > div {
    padding: 10px;
    padding-bottom: 0;
  }

  .d-ss-webkit {
    display: -webkit-box !important;
  }

  .case-list li .desc-text {
    /* padding: 10px; */
    margin: 15px 10px;
    margin-top: 0;
    height: 34px;
    font-size: 12px;
    color: #999;
    line-height: 18px;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .company-Ideology,
  .service {
    font-size: 14px;
    line-height: 20px;
  }

  .info-title {
    font-size: 22px;
    line-height: 30px;
  }

  .case-wrap {
    padding-top: 0;
    width: 365px;
    flex-wrap: wrap;
    justify-content: flex-start;
    padding-bottom: 80px;
  }

  .oodcase a,
  .evencase a {
    bottom: 0;
  }

  .case-img-wrap {
    width: 100%;
    /* height: 126.5px; */
    margin-bottom: 20px;
    margin-right: 0px !important;
    margin-left: 0px !important;
    margin-top: 20px;
  }

  .case-img {
    width: 100%;
    /* height: 126.5px; */
  }

  .banner-wrap img {
    width: 100%;
    height: 400px;
  }

  .detailbtn {
    width: 120px;
    height: 35px;
    line-height: 35px;
    margin-top: 30px;
    padding: 0 5px;
    font-size: 20px;
  }

  .case-type-wrap {
    left: 0;
    right: 0;
    bottom: 55px;
    margin: auto;
    align-items: flex-start;
  }

  .case-type {
    margin-right: 20px;
  }

  .case-type-name {
    font-size: 20px;
    margin-bottom: 0;
  }

  .purpose {
    font-size: 16px;
    width: 150px;
    line-height: 20px;
    text-align: center;
  }

  .industry-case {
    padding-left: 20px;
  }

  .compoany-info {
    left: 50%;
    margin-left: -109px;
  }

  .Customer-case ul .checked img {
    width: 60px;
    height: 60px;
  }

  .more-case {
    margin: 21px 0;
    margin-bottom: 40px;
  }

  .more-case a {
    font-size: 12px;
    line-height: 30px;
    width: 80px;
    height: 30px;
  }
}
