.ctPart1 {
  padding: 2.14rem 0 1.07rem;
}
.ctPart1 .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.ctPart1 .left {
  width: 4.94rem;
  height: 3.66rem;
  position: relative;
}

.ctPart1 .img1 {
  width: 4.78rem;
  padding-top: 0.16rem;
  position: relative;
  z-index: 20;
}

.ctPart1 .border {
  width: 4.78rem;
  height: 3.5rem;
  border: 0.01rem solid #472610;
  position: absolute;
  right: 0;
  top: 0;
}
.ctPart1 .right {
  width: 6.54rem;
  display: flex;
  flex-wrap: wrap;
  column-gap: 0.62rem;
  row-gap: 0.76rem;
}

.ctPart1 .item {
  width: 2.96rem;
}

.ctPart1 .txt1 {
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.22rem;
  color: #28282b;
}
.ctPart1 .line {
  width: 100%;
  height: 2px;
  background-color: #000;
  margin: 0.14rem 0 0.18rem;
}
.ctPart1 .phone {
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.22rem;
  color: #28282b;
}
.ctPart1 .txt2 {
  font-family: Source Han Sans CN-Light;
  font-weight: 400;
  font-size: 0.18rem;
  color: #28282b;
  line-height: 0.3rem;
}

.ctPart1 .bottom {
  width: 100%;
  margin-top: 1.52rem;
  display: flex;
  justify-content: space-between;
}

.ctPart1 .bottom > li {
  width: 4.53rem;
  height: 2.4rem;
  background-image: url(../img/ctimg2.png);
  background-size: 100% 100%;
  list-style-type: none;
  padding: 0.42rem 0;
}

.ctPart1 .txt3 {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #28282b;
  padding-left: 0.38rem;
}
.ctPart1 .department {
  padding-left: 0.36rem;
  width: 2.22rem;
  height: 0.4rem;
  background: linear-gradient(90deg, #9f7d62 0%, #42210b 100%);
  margin-top: 0.12rem;
  line-height: 0.4rem;
  color: #ffffff;
}
.ctPart1 .msg {
  padding-left: 0.41rem;
  margin-top: 0.2rem;
  display: flex;
  gap: 0.11rem;
  align-items: center;
}

.ctPart1 .msg + .msg {
  margin-top: 0.1rem;
}

.ctPart1 .msg > img {
  width: 0.16rem;
  height: 0.16rem;
}

.ctPart1 .msg > p {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #28282b;
}

.ctPart1 .msg > p a {
  color: #28282b;
  display: inline;
}

.ctPart2 {
  width: 100%;
  position: relative;
  padding-bottom: 0.67rem;
}

.ctPart2 .main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 10;
}

.ctPart2 .left {
  /* width: 2.42rem; */
  display: flex;
  align-items: center;
  gap: 0.24rem;
}

.ctPart2 .left > p {
  font-family: Douyin Sans;
  font-weight: bold;
  font-size: 0.34rem;
  color: #28282b;
}
.ctPart2 .left > img {
  transform: rotate(-180deg);
  display: block;
}

.ctPart2 .right {
  width: 7rem;
  height: 5.95rem;
  background: #f3f3f3;
}

.ctPart2 .ctForm {
  display: block;
  padding: 0.58rem 0.82rem 0;
}

.ctPart2 .item {
  display: flex;
  gap: 0.23rem;
  align-items: flex-start;
  /* align-items: center; */
}

.ctPart2 .item + .item {
  margin-top: 0.21rem;
}

.ctPart2 .item > img {
  width: 0.26rem;
  display: block;
  padding-top: 0.17rem;
}
.ctPart2 .item > input {
  width: 4.81rem;
  height: 0.62rem;
  border: 0.02rem solid #28282b;
  padding-left: 0.22rem;
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #28282b;
}
.ctPart2 .item > textarea {
  width: 4.81rem;
  height: 1.7rem;
  border: 0.02rem solid #28282b;
  padding: 0.22rem;
  font-family: Source Han Sans CN-Light;
  font-weight: 300;
  font-size: 0.18rem;
  color: #28282b;
}
.ctPart2 .img1 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.ctPart2 .btn {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #28282b;
  width: 2.18rem;
  height: 0.62rem;
  background: #ffffff;
  border: 0.02rem solid #000000;
  transition: all 0.6s;
  display: block;
  margin: 0.5rem auto 0;
}
.ctPart2 .btn:hover {
  background: linear-gradient(90deg, #9f7d62 0%, #42210b 100%);
  box-shadow: 0rem 0.1rem 0.2rem 0.01rem rgba(0, 0, 0, 0.16);
  color: #fff;
  border:none;
}













@media only screen and (max-width:1042px) {
    .ctPart1{
        padding-top: 1rem;
    }
    .ctPart1 .top{
        flex-wrap: wrap;
    }
    .ctPart1 .left{
        width: 100%;
        height: auto;
    }
    .ctPart1 .border,
    .ctPart1 .img1{
        width: 96%;
    }
    .ctPart1 .border{
        height: 94%;
    }
   
    .ctPart1 .right{
        width: 100%;
        margin-top: 0.4rem;
        column-gap: 0;
        justify-content: space-between;
    }
    .ctPart1 .item{
        width: 48%;
    }
    .ctPart1 .txt1{
        font-size: 18px;
    }

    .ctPart1 .phone,
    .ctPart1 .txt2{
        font-size: 14px;
        line-height: 1.6;
    }


    .ctPart1 .bottom{
        flex-wrap: wrap;
    }
    
    .ctPart1 .bottom > li {
        width: 48.5%;
        height: auto;
        margin-bottom: 0.4rem;
    }
    .ctPart1 .txt3 {
        font-size: 18px;
    }
    .ctPart1 .department {
        width: 82%;
        height: auto;
        font-size: 16px;
        padding: 0.1rem 0.4rem;
    }
    .ctPart1 .msg > img{
        width: 0.2rem;
        height: 0.2rem;
    }
    .ctPart1 .msg > p,
    .ctPart1 .msg > p a{
        font-size: 16px;
    }
    
    
    
    
    .ctPart2 .main{
        display: block;
    }
    .ctPart2 .left{
        margin-bottom: 0.4rem;
    }
}
@media only screen and (max-width:768px) {
    .ctPart1 .item,
    .ctPart1 .bottom > li{
        width: 100%;
    }
}
