.contactWrap {
  width: 100%;
  background-image: url(../images/others/contactBg1.png);
  background-size: cover;
  padding: 1.35rem 0 1rem;
}

.contactPart {
  width: 6.06rem;
 
}

.contactCard {
  width: 100%;
  height: 3.94rem;
  background-image: url(../images/others/contactBg2.png);
  background-size: 100% 100%;
  padding: 0.55rem 0.3rem 0 1.25rem;
   box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08)
}

.contactT1 {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.28rem;
  color: #000000;
}

.contactMsg {
  margin-top: 0.32rem;
}

.contactMsg > li {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 0.17rem;
  margin-bottom: 0.22rem;
}

.contactIcon {
  min-width: 0.31rem;
  width: 0.31rem;
  height: 0.31rem;
  border: 0.01rem solid #c60000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.contactIcon > img {
  width: 0.16rem;
  height: 0.16rem;
  display: block;
}

.contactXx > p:first-child {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
}

.contactXx > p:last-child {
  font-family: "syh-re";
  font-weight: 500;
  font-size: 0.16rem;
  color: #555555;
}

.contactXx > p > a {
  color: #555;
  display: inline-block;
}

.contactMap {
  width: 100%;
  margin-top: 0.15rem;
   box-shadow: 0rem 0.03rem 0.06rem 0.01rem rgba(0, 0, 0, 0.08)
}
.contactMap > img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.contactWrap.bg2 {
  background-image: none;
  background-color: #f6faff;
}

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

.contactForm {
  width: 100%;
  display: block;
  margin-top: 0.5rem;
}

.contactItem {
  width: 7.47rem;
}
.contactlabel {
  font-family: "syh-bold";
  font-weight: bold;
  font-size: 0.18rem;
  color: #000000;
}

.contactlabel > span {
  color: #ff0000;
}

.contactItem > input {
  width: 100%;
  height: 0.53rem;
  background: rgba(255, 255, 255, 0.46);
  border: 0.01rem solid #e5e5e5;
  font-family: "syh-re";
  font-weight: 400;
  font-size: 0.16rem;
  color: #030303;
  padding-left: 0.1rem;
  display: block;
  margin-top: 0.2rem;
}

.contactForm > .flex2 {
  margin-bottom: 0.4rem;
}

.contactText {
  width: 100%;
}

.contactText textarea {
  width: 100%;
  height: 2.13rem;
  background: rgba(255, 255, 255, 0.46);
  border: 0.01rem solid #e5e5e5;
  margin-top: 0.2rem;
  padding: 0.15rem 0 0 0.15rem;
}
.contactForm input::placeholder,
.contactForm textarea::placeholder {
  color: #9a9a9a;
}

.contactBtn {
  width: 1.6rem;
  height: 0.5rem;
  background: linear-gradient(90deg, #3a0899 0%, #f50008 100%);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  margin: 0.5rem auto 0;
  font-family: 'syh-re';
  font-weight: 400;
  font-size: 0.16rem;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
}
.contactBtn:hover{
    transform: scale(1.05);
}

@media screen and (max-width:1024px){
    .contactWrap{
        padding: 20px 15px;
    }
    .otherCenter2{
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }
    .contactCard{
        height: 5rem;
        padding: .2rem;
        padding-left: .4rem;
    }
    .contactT1{
        font-size: 16px;
    }
    .contactXx > p{
        font-size: 14px!important;
    }
    .contactTitle{
        font-size: 16px;
    }
    .contactForm > .flex2{
        flex-direction: column;
        gap: 15px;
    }
    .contactItem{
        width: 100%;
    }
    .contactlabel{
        font-size: 14px;
    }
    .contactItem > input{
        font-size: 14px;
    }
    .contactText textarea{
        font-size: 14px;
    }
    .contactBtn{
        font-size: 14px;
    }
}