.custList {
  width: 3.5rem;
  background: #ffffff;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.08);
}

.custTitle {
  width: 100%;
  height: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #c60000;
}
.custTitle > p {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.3rem;
  color: #ffffff;
}

.custListBottom {
  width: 100%;
  padding: 0.34rem 0.21rem 0.57rem;
}
.custListBottom > li {
  position: relative;
  padding-bottom: 0.25rem;
  margin-bottom: 0.26rem;
  cursor: pointer;
}

.custListBottom > li > a {
  display: flex;
  gap: 0.09rem;
  align-items: center;
}

.custListBottom > li:last-child {
  margin-bottom: 0;
}
.custIcon {
  width: 0.12rem;
  height: 0.12rem;
  transform: rotate(-45deg);
  background: #c9c9c9;
  border-radius: 0.01rem 0.01rem 0.01rem 0.01rem;
  transition: all 0.6s;
}

.custListBottom > li p {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  transition: all 0.6s;
}

.custListBottom > li::after {
  content: "";
  width: 100%;
  height: 1px;
  transition: all 0.6s;
  left: 0;
  bottom: 0;
  background-color: #c9c9c9;
  position: absolute;
}

.custListBottom > li::before {
  content: "";
  width: 0;
  height: 3px;
  transition: all 0.6s;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #8300fa 0%, #fe0002 100%);
  position: absolute;
}

.custListBottom > li:hover::before,
.custListBottom > li.active::before {
  width: 100%;
}

.custListBottom > li:hover .custIcon,
.custListBottom > li.active .custIcon {
  background-color: #c60000;
}

.custListBottom > li:hover p,
.custListBottom > li.active p {
  color: #c60000;
}

.custContent {
  width: 12.22rem;
  position: relative;
  padding-bottom: 0.2rem;
}

.custMain {
  width: 12rem;
  background-color: #fff;
  position: relative;
  overflow: hidden;
  padding-top: 0.69rem;
  padding-bottom: 0.6rem;
  box-shadow: 0rem 0rem 0.3rem 0.01rem rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10;
}

.custLogo {
  position: absolute;
  width: 1.29rem;
  top: 0.34rem;
  right: 0.3rem;
}

.custConTitle {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.3rem;
  color: #c60000;
  text-align: center;
}

.custConLine {
  width: 11.2rem;
  height: 1px;
  background-color: #e5e5e5;
  margin: 0.36rem auto 0.29rem;
}

.custRichTxt {
  width: 11.2rem;
  margin: 0 auto;
}

.custRichTxt > p {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.18rem;
  color: #000000;
  line-height: 0.35rem;
}

.custRichTxt > p > span {
  color: #c60000;
}

.custRichTxt img {
    width: revert-layer;
  max-width: 100%;
  /*display: block;*/
}
.custBgC {
  width: 12rem;
  position: absolute;
  left: 0.22rem;
  bottom: 0;
  height: calc(100% - 0.2rem);
  background: linear-gradient(225deg, #fb7e81 0%, #9583d0 100%);
}
.othersWrap.custBg {
  background-image: url(../images/others/custbg.png);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 50% 0%;
}

.othersWrap.custPadding {
  padding-bottom: 1.8rem;
  position: relative;
}
.part2Contact {
  width: 16rem;
  height: 2rem;
  background-image: url(../images/home/bg3.png);
  background-size: 100% 100%;
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 0.52rem 0;
}

.part2ContactT1 {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.25rem;
  color: #ffffff;
  text-align: center;
}
.part2ContactBox {
  display: flex;
  justify-content: center;
  gap: 0.3rem;
  margin-top: 0.32rem;
  position: relative;
  transform: translateZ(0); /* 创建新的层叠上下文 */
}

.part2ContactBox > input {
  width: 3.5rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  /* border: 0.01rem solid rgba(255, 255, 255, 0.52); */
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  padding-left: 0.12rem;
  position: relative;
  z-index: 10;
}
.part2ContactBox > input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.part2ContactBox > button {
  width: 0.82rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}
.part2ContactBox > button:hover {
  color: #fff;
}

.custFromBox {
  width: 16rem;
  margin-top: 0.8rem;
  display: block;
  background-image: url(../images/others/custbg2.png);
  background-size: 100% 100%;
  padding: 0.63rem 0.95rem 0.51rem;
  margin: 0.8rem auto 0;
}

.custFrom {
  display: block;
  margin-top: 0.54rem;
}

.custFrom .top {
  display: flex;
  gap: 0.2rem;
}

.selectBox {
  width: 4.5rem;
  height: 0.4rem;
  position: relative;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.52);
}
.selectInt {
  display: none;
}

.selectShow {
  width: 100%;
  height: 100%;
  padding-left: 0.2rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #fff;
  padding-top: 0.06rem;
  opacity: 0.7;
  cursor: pointer;
  box-sizing: border-box;
}

.selectIcon2 {
  position: absolute;
  right: 0.18rem;
  top: 0.18rem;
  width: 0.13rem;
}

.selectList {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0.4rem;
  background-color: #fff;
  padding: 0.1rem 0.05rem;
  max-height: 2.28rem;
  overflow-y: auto;
  display: none;
}

.selectList > li {
  height: 0.33rem;
  display: flex;
  justify-content: space-between;
  padding: 0 0.1rem 0 0.24rem;
  /* background: #c60000; */
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  align-items: center;
  cursor: pointer;
}
.selectList > li > p {
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.14rem;
  color: #555555;
  /* color: #fff; */
}
.selectList > li.active,
.selectList > li:hover {
  background: #c60000;
}
.selectList > li.active > p,
.selectList > li:hover > p {
  color: #fff;
}

.selectList > li.active > img,
.selectList > li:hover > img {
  opacity: 1;
}

.selectList > li > img {
  width: 0.13rem;
  display: block;
  opacity: 0;
}

.top > input {
  width: 3rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.52);
  padding-left: 0.2rem;
  font-family: "sys-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}
.top > input::placeholder,
.custText::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.custText {
  height: 1.02rem;
  background: rgba(255, 255, 255, 0.33);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  border: 0.01rem solid rgba(255, 255, 255, 0.52);
  width: 100%;
  margin-top: 0.24rem;
  padding: 0.12rem;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
}

.custBtn {
  width: 0.82rem;
  height: 0.4rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  display: block;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: rgba(255, 255, 255, 0.7);
}

.custBtn:hover{
  color: #fff;
}

/* 技术团队联系方式 */
.custContact {
  width: 11.2rem;
  margin: 0.35rem auto 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}

.custContact > li {
  width: 5.4rem;
  height: 2.91rem;
  background-image: url(../images/others/custbg4.png);
  background-size: cover;
  padding: 0.42rem 0 0 0.74rem;
}
.custContactTitle {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.2rem;
  color: #000000;
  margin-bottom: 0.24rem;
}

.custContactItem {
  display: flex;
  margin-bottom: 0.1rem;
  align-items: flex-start;
  gap: 0.13rem;
}

.custContactIcon {
  width: 0.23rem;
  height: 0.23rem;
  background: #ffffff;
  border: 0.01rem solid #c60000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.custContactIcon > img {
  display: block;
  width: 0.1rem;
  height: 0.1rem;
}
.custContactT > p:first-child {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.16rem;
  color: #000000;
}
.custContactT > p:last-child {
  font-family: "syh-re";
  font-weight: 500;
  font-size: 0.16rem;
  color: #555555;
}.custContactT > p a{
  color: #555;
}

@media screen and (max-width:1024px){
    .custList{
        width: 100%;
    }
    .custTitle > p{
        font-size: 18px;
    }
    .custListBottom > li p{
        font-size: 16px;
    }
    .custContent{
        width: 100%;
    }
    .custMain{
        width: 100%;
        padding: 20px 15px;
    }
    .custBgC{
        display: none;
    }
    .custConTitle{
        font-size: 16px;
    }
    .custConLine{
        width: 100%;
    }
    .custRichTxt{
        width: 100%;
    }
    .custRichTxt > p{
        font-size: 14px;
    }
    .custFromBox{
        width: 100%;
    }
    .part2ContactT1{
        font-size: 16px;
    }
    .custFrom .top{
        flex-direction: column;
    }
    .selectBox,
    .top > input{
        width: 100%;
    }
    .selectBox,
    .selectShow,
    .top > input{
        font-size: 14px;
        height: 30px;
    }
    .selectList{
        top: 100%;
    }
    .selectIcon2{
        top: 50%;
        transform: translateY(-50%);
    }
    .selectList > li{
        height: 25px;
    }
    .selectList > li > p{
        font-size: 14px;
    }
    .custText{
        font-size: 14px;
    }
    .custBtn{
        font-size: 14px;
    }
}