
.main h1{
  width: 100%;
  font-family: Poppins, Poppins;
  font-weight: bold;
  font-size: 1.3rem;
  color: #000000;
  text-align: center;
  padding-top: 1rem;
}
.main .title-cont{
  font-weight: 300;
  font-size: 0.32rem;
  color: #000000;
  text-align: center;
  margin-bottom: 1.7rem;
}
.main-one{
  width: 100%;
  height: auto;
}
.main-two{
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.42rem;
}
.main-two img{
  width: 8.64rem;
  height: 9.6rem;
  margin-left: 0.82rem;
}


.customer-service {
  background: #F4F5F5;
  padding: 1.5rem 0.8rem;
  width: 15.64rem;
}

.customer-service  h3 {
  font-family:Poppins-Bold;
  font-size: 0.6rem; 
  font-weight: bold;
  color: #000;
  margin-bottom: 0.5rem;
}

.customer-service  p {
  width: 14.04rem;
  font-weight: 400;
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.6rem;
  text-align: left;
  margin-bottom: 0.44rem;
}

.contact-item {
  width: 100%;
  height: 1.3rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem; 
  background: #fff; 
  
}
.contact-item:last-child{
  margin: 0;
}

.label {
  width: 1.6rem;
  height: 1.3rem;
  background: #6400CD;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.32rem;
  color: #F4F5F5;
  text-align: center;
  margin-right: 0.05rem; 
  line-height: 1.3rem;
}

.value {
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #020000;
  line-height: 0.42rem;
  flex: 1; 
  padding-left: 0.4rem;
}
.main-three{
  display: flex;
  align-items: center;
  justify-content: center;
}
.main-three .three-box{
  max-width:12.34rem;
}
.main-three textarea{
  width: 12.42rem;
  height: 6.4rem;
  background: #F4F5F5;
  border-radius: 0.4rem ;
  margin-left:0.34rem ;
  padding:0.56rem 0.66rem;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #020000;
}
.main-three input{
  width: 12.34rem;
  height: 1.6rem;
  background: #F4F5F5;
  border-radius: 0.4rem;
  margin-bottom: 0.68rem;
  padding-left: 0.66rem;
  font-family: Poppins-Medium;
  font-weight: 500;
  font-size: 0.32rem;
  color: #020000;
}
.main-three input:last-child{
  margin: 0;
}
.main-three textarea::placeholder,.main-three input::placeholder{
  font-family: Poppins;
  font-weight: 400;
  font-size: 0.3rem;
  color: #999999;
}
#main-btn{
  width: 25.1rem;
  height: 1.6rem;
  background: #6400CD;
  border-radius: 0.4rem ;
  margin:1.28rem auto ;
  margin-bottom:1.68rem ;
  text-align: center;
  line-height: 1.6rem;
  font-family: Poppins-Bold;
  font-weight: bold;
  font-size: 0.4rem;
  color: #FFFFFF;
  cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
    margin: 0;
}


input[type="number"] {
    -moz-appearance: textfield;
}