.contact .wrap {
  width: 1480px;
  margin: 336px auto 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 90%;
}
.contact .wrap .left {
  width: 500px;
}
.contact .wrap .left .text span {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  display: block;
  margin: 0 0 72px 0;
}
.contact .wrap .left .text a {
  font-size: 18px;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  font-weight: 300;
  color: #000000;
  line-height: 50px;
  display: block;
}
.contact .wrap .left .link {
  margin: 267px 0 0 0;
  display: flex;
}
.contact .wrap .left .link a {
  width: 55px;
  height: 55px;
  border: 2px solid #D7000F;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.6s;
}
.contact .wrap .left .link a .iconfont {
  font-size: 27px;
  color: #D7000F;
  transition: 0.6s;
}
.contact .wrap .left .link a:not(:last-child) {
  margin: 0 29px 0 0;
}
.contact .wrap .left .link a:nth-child(1) .iconfont {
  font-size: 15px;
}
.contact .wrap .left .link a:nth-child(3) .iconfont {
  font-size: 24px;
}
.contact .wrap .left .link a:nth-child(5) .iconfont {
  font-size: 25px;
}
.contact .wrap .left .link a:hover {
  background: #D7000F;
  border: 2px solid transparent;
}
.contact .wrap .left .link a:hover .iconfont {
  color: #fff;
}
.contact .wrap .images {
  width: 740px;
  height: 768px;
  position: relative;
}
.contact .wrap .images .bg {
  width: 100%;
  height: 100%;
}
.contact .wrap .images .position {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
  width: fit-content;
  height: fit-content;
}
.contact2 .wrap {
  width: 1150px;
  margin: 100px auto;
  max-width: 90%;
}
.contact2 .wrap .title {
  font-size: 32px;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin: 0 0 91px 0;
}
.contact2 .wrap .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact2 .wrap .content button {
  width: 100%;
  height: 60px;
  background: #D7000F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.contact2 .wrap .content .list {
  width: 31%;
  margin: 0 0 50px 0;
}
.contact2 .wrap .content .list > p {
  font-size: 18px;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  font-weight: 300;
  color: #000000;
  margin: 0 0 19px 0;
}
.contact2 .wrap .content .list input {
  width: 100%;
  border: none;
  padding: 0 0 0 20px;
  height: 60px;
  background: #F5F5F5;
  font-size: 18px;
}
.contact2 .wrap .content .list.half {
  width: 48%;
}
.contact2 .wrap .content .list.all {
  width: 100%;
}
.contact2 .wrap .content .list.all .border {
  width: 1150px;
  min-height: 60px;
  background: #F5F5F5;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 28px 0 11px;
  cursor: pointer;
}
.contact2 .wrap .content .list.all .border .flex {
  display: flex;
  flex-wrap: wrap;
  padding: 11px 0 0 0;
  width: 98%;
}
.contact2 .wrap .content .list.all .border .flex .item {
  padding: 0 14px;
  height: 38px;
  background: #E6E6E6;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  color: #666666;
  cursor: pointer;
  margin: 0 7px 7px 0;
}
.contact2 .wrap .content .list.all .border .iconfont {
  font-size: 20px;
  color: #000;
  font-weight: bold;
  margin: 20px 0 0 0;
}
.contact2 .wrap .content .list.all .hide {
  overflow: hidden;
  display: none;
}
.contact2 .wrap .content .list.all .hide .joke {
  margin: 35px 0 0 0;
  max-height: 300px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  padding: 20px 15px;
}
.contact2 .wrap .content .list.all .hide .joke .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
}
.contact2 .wrap .content .list.all .hide .joke .item:not(:last-child) {
  margin: 0 0 39px 0;
}
.contact2 .wrap .content .list.all .hide .joke .item .gou {
  width: 23px;
  height: 23px;
  background: #FFFFFF;
  border: 1px solid #CCCCCC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #fff;
  transition: 0.7s;
  cursor: pointer;
}
.contact2 .wrap .content .list.all .hide .joke .item .gou.on {
  background: #D7000F;
  border: 1px solid #D7000F;
}
.contact2 .wrap .content .list.all .hide .joke .item .display {
  display: flex;
  align-items: center;
}
.contact2 .wrap .content .list.all .hide .joke .item .display .img {
  width: 59px;
  height: 59px;
  margin: 0 86px 0 53px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact2 .wrap .content .list.all .hide .joke .item .display p {
  font-size: 18px;
  font-family: "HarmonyOS Sans SC l", sans-serif;
  font-weight: 300;
  color: #000000;
}
.contact2 .wrap .content .list.all .hide .joke .item .remove {
  width: 20px;
  height: 20px;
  position: relative;
  transform: rotate(45deg);
  cursor: pointer;
}
.contact2 .wrap .content .list.all .hide .joke .item .remove:after {
  content: '';
  width: 2px;
  height: 100%;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact2 .wrap .content .list.all .hide .joke .item .remove:before {
  content: '';
  width: 100%;
  height: 2px;
  background: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.contact2 .wrap .content .list.textarea {
  width: 100%;
}
.contact2 .wrap .content .list.textarea textarea {
  width: 100%;
  border: none;
  padding: 20px;
  height: 239px;
  background: #F5F5F5;
  font-size: 18px;
}
/*# sourceMappingURL=contact.css.map */
@media screen and (max-width: 1856px) {
  .contact .wrap .left{
    margin: 0 50px 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .contact .wrap{
    flex-direction: column;
    align-items: unset;
  }
  .contact .wrap .left {
    width: 100%;
  }
  .contact .wrap {
    margin: 80px auto 48px;
  }
  .contact .wrap .left .text span{
    font-size: 26px;
    margin: 0 0 20px 0;
  }
  .contact .wrap .left .text a{
    font-size: 15px;
    line-height: 30px;
  }
  .contact .wrap .left .link{
    margin: 29px 0 0 0;
  }
  .contact .wrap .left .link a:not(:last-child) {
    margin: 0 16px 0 0;
  }
  .contact .wrap .left .link a{
    width: 45px;
    height: 45px;
  }
  .contact .wrap .images{
    margin: 30px 0 0 0 ;
    width: 100%;
    height: auto;
  }
  .contact2 .wrap{
    margin: 20px auto 40px;
  }
  .contact2 .wrap .title{
    font-size: 26px;
    margin: 0 0 51px 0;
  }
  .contact2 .wrap .content .list {
    width: 100%;
    margin: 0 0 25px 0;
  }
  .contact2 .wrap .content .list > p{
    font-size: 13px;
  }
  .contact2 .wrap .content .list input{
    height: 50px;
  }
  .contact2 .wrap .content .list.half {
    width: 100%;
  }
  .contact2 .wrap .content .list.all .border{
    width: 100%;
  }
  .contact2 .wrap .content .list.all .border{
    flex-wrap: unset;
  }
  .contact2 .wrap .content button{
    height: 52px;
  }
  .contact2 .wrap .content .list.all .border .flex .item{
    font-size: 12px;
  }
  .contact2 .wrap .content .list.all .hide .joke{
    padding: 2%;
  }
  .contact2 .wrap .content .list.all .hide .joke .item .display .img {
    width: 53px;
    height: 52px;
    margin: 0 10px ;
  }
  .contact2 .wrap .content .list.all .hide .joke .item{
    padding: 0 5%;
  }
  .contact2 .wrap .content .list.all .hide .joke .item:not(:last-child) {
    margin: 0 0 19px 0;
  }
  .contact2 .wrap .content .list.all .hide .joke .item .display .text{
    font-size: 14px;
  }
  .contact2 .wrap .content .list.all .hide .joke .item .remove{
    width: 16px;
    height: 16px;
  }
  .contact2 .wrap .content .list.all .hide .joke .item .gou{
    width: 19px;
    height: 19px;
  }
  .contact2 .wrap .content .list.textarea textarea{
    height: 140px;
  }
  .contact2 .wrap .content .list.all .hide .joke{
    max-height: unset;
  }
}