.banner {
    height: 8.22rem;
    position: relative;
    background: url(../img/contact/banner_img1.jpg) no-repeat center / cover;
  }
.banner span {
    font-size: 0.4rem;
    position: absolute;
    left: 8.39rem;
    top:1.01rem;
    font-weight: bold;
    font-family: Catamaran-ExtraBold, Catamaran;
    font-weight: 800;
    color: #FFFFFF;
    line-height: 0.4rem;
} 

.banner .line{
    position: absolute;
    left: 9.2rem;
    top:1.66rem;
  
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}

.img-list{
    position: absolute;
    top:3.28rem;
    left:2.98rem;
    width: 13.24rem;
}
.img-list ul{
    /* position:relative; */
    /* margin-right: 1.68rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.img-list ul li{
    display: flex;
    flex-direction:column;
    align-items: center;
    height: 2.06rem;
}
.img-list-text{
    width: 2.94rem;
    text-align: center;
}
.img-list-img{
    height: 0.76rem;
    width: 0.76rem;
}
.img-list .line{
    width: 0.21rem;
    height: 0.04rem;
    background: #E11932;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.img-list-name{
    margin: 0.2rem 0;
    padding-bottom:0.2rem;
    position: relative;
   
}
.img-list-name::after{
    content: '';
    position: absolute;
    width: 0.3rem;
    height: 0.04rem;
    background: #E11932;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.img-phone{
    height: 0.75rem;
    width: 0.75rem;
    position: relative;
    background: url(../img/contact/icon1.jpg) no-repeat center / cover;
}
.img-email{
    height: 0.75rem;
    width: 0.75rem;
    position: relative;
    background: url(../img/contact/icon2.jpg) no-repeat center / cover;
}
.img-fax{
    height: 0.75rem;
    width: 0.75rem;
    position: relative;
    background: url(../img/contact/icon3.jpg) no-repeat center / cover;
}
.img-address{
    height: 0.75rem;
    width: 0.75rem;
    position: relative;
    background: url(../img/contact/icon4.jpg) no-repeat center / cover;
}

.message-div{
    position: relative;
    height: 2.96rem;
}
.message{
    position: absolute;
    top: -2.94rem;
    left: 2.4rem;
    width: 14.40rem;
    height: 4.68rem;
    background: #FFFFFF;
    box-shadow: 0px 2px 6px 1px rgba(0,0,0,0.16);
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
}
.message-body{
    /* display: inline-block; */
    position: relative;
    width: 7.4rem;
    height: 100%;
}
.message-map{
    /* display: inline-block; */
    position: absolute;
    top: 0;
    left: 7.2rem;
    width: 7.2rem;
    height: 100%;
}

.message-mainTitle{
    position: absolute;
    top: 0.5rem;
    left: 0.58rem;
    width: 2rem;
    height: 0.27rem;
    font-size: 0.2rem;
    font-family: MiSans-Bold, MiSans;
    font-weight: bold;
    color: #333333;
    line-height: 0.32rem;
    /* -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}
.message-subtitle{
    position: absolute;
    top: 0.95rem;
    left: 0.58rem;
    width: 3.72rem;
    height: 0.22rem;
    font-size: 0.16rem;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    color: #333333;
    line-height: 0.32rem;
}
.message-form{
    position: absolute;
    top: 1.4rem;
    left: 0.57rem;
}
.small-input{
    padding-left: 0.23rem;
    margin-bottom: 0.16rem;
    margin-right: 0.30rem;
    width: 2.70rem;
    height:0.4rem;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #C8C8C8;
    color: black;
}
.big-input{
    width: 6.04rem;
    height: 0.93rem;
    background: #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    border: 1px solid #C8C8C8;
    padding-top: -0.1rem;
    padding-left: 0.23rem;
    resize: none;
    color: black;
}
.small-input:focus{
    outline: none;
}
.big-input:focus{
    outline: none;
}
.message-button:focus{
    outline: none;
}
.message-button{
    margin-top: 0.16rem;
    width: 1.82rem;
    height: 0.4rem;
    background: linear-gradient(178deg, #3786C7 0%, #193158 100%);
    border-radius: 5px 5px 5px 5px;
    opacity: 1;
    font-size: 18px;
    font-family: MiSans-Regular, MiSans;
    font-weight: 400;
    line-height: 30px;
    color: #FFFFFF;
}
.star{
    width: 0.1rem;
    height:0.1rem;
    /* background: #FF4444; */
    opacity: 1;
    color: #FF4444;
}
.star1{
    position: absolute;
    top: 0.15rem;
    left: 0.1rem;
}
.star2{
    position: absolute;
    top: 0.73rem;
    left: 0.1rem;
}
.star3{
    position: absolute;
    top: 0.15rem;
    left: 3.41rem;
}
.star4{
    position: absolute;
    top: 0.73rem;
    left: 3.41rem;
}
.star5{
    position: absolute;
    top: 1.20rem;
    left: 0.1rem;
}

.map{
    height: 4.68rem;
    width: 7.2rem;
    position: relative;
    background: url(../img/contact/map_img1.jpg) no-repeat center / cover;
}
.address{
    height: 0.26rem;
    width: 0.23rem;
    position: absolute;
    top:2.38rem;
    left:4rem;
    background: url(../img/contact/address_img.jpg) no-repeat center / cover;
}