* {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Microsoft YaHei";
}
.banner {
  width: 100%;
  height: 50rem;
}
.banner img {
  width: 100%;
  height: 50rem;
}
.switch {
  width: 75rem;
  height: 6.625rem;
  background-image: url("../images/switch.png");
  background-repeat: round;
  background-size: 100%;
  position: absolute;
  top: 43.375rem;
  left: 22.5rem;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 1.5rem;
}
.switch .active::after {
  background-color: #015F3B;
  position: absolute;
  width: 40%;
  height: 0.25rem;
  bottom: -0.75rem;
  left: 30%;
  right: 0;
  content: " ";
}
.switch .active {
  color: #015F3B;
}
.main {
  width: 75rem;
  margin: 3.3125rem auto 4.625rem;
}
.main .title {
  font-size: 2.125rem;
  color: #333;
  margin-bottom:3rem;

}
.main .title span {
  color: #015F3B;
}
.main .title::after {
  background-color: #015F3B;
  position: absolute;
  width: 4rem;
  height: 0.25rem;
  bottom: -0.75rem;
  left: 0;
  right: 0;
  content: " ";
}
.main .main1 .title1 {
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  font-size: 1.5rem;
  color: #015F3B;
  display: none;
}
.main .main1 .check {
  display: flex;
  margin-bottom: 2rem;
}
.main .main1 .check .check1 {
  padding: 0.875rem 1.875rem;
  background: #F2F2F2;
  color: #333;
  font-size: 1.125rem;
  text-align: center;
}
.main .main1 .check .active {
  background: #015F3B;
  color: #fff;
  font-size: 1.125rem;
  text-align: center;
}
.main .main1 .map {
  width: 100%;
  margin-bottom: 3.9375rem;
}
.main .main2 .bot {
  display: flex;
  margin-top: 4.375rem;
  margin-bottom: 3.875rem;
}
.main .main2 .bot .bot1 {
  margin-right: 17rem;
  color: #333;
}
.main .main2 .bot .bot1 .bot1-title {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
.main .main2 .bot .bot1 .bot1-1 {
  font-size: 1.375rem;
  margin-bottom: 1rem;
}
.main .main3 .bot {
  margin-top: 4.375rem;
  display: flex;
  flex-wrap: wrap;
}
.main .main3 .bot .bot1 {
  display: flex;
  flex-direction: column;
  margin-right: 7rem;
  /* margin-bottom: 2.25rem; */
  margin-bottom: 1.5rem;

}
.main .main3 .bot .bot1 .bot1-1 {
  color: 1.375rem;
  margin-bottom: 1.0625rem;
}
.main .main3 .bot .bot1 .bot1-1 span {
  color: #FF0505;
}
.main .main3 .bot .bot1 .bot1-2 {
  width: 20rem;
  background: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #D2D2D2;
}
.main .main3 .bot .bot1 .bot1-2 input {
  width: 19.875rem;
  height: 2.9375rem;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  outline: none;
  border: 0;
  padding: 0 0.625rem;
  box-sizing: border-box;
}
.main .main3 .bot .bot1 .bot1-2 textarea {
  width: 37.375rem;
  height: 14.625rem;
  background: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  outline: none;
  border: 0;
  padding: 0.625rem;
  box-sizing: border-box;
}
.main .main3 .bot .bot1 .text {
  width: 37.5rem;
  height: 14.75rem;
  background: #FFFFFF;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  border: 1px solid #D2D2D2;
  box-sizing: content-box;
}
.main .main3 .bot .bot1:nth-child(3n) {
  margin-right: 0;
}
.main .main4 {
  width: 10.5625rem;
  height: 3.4375rem;
  line-height: 3.4375rem;
  text-align: center;
  color: #fff;
  font-size: 1.375rem;
  background: #015F3B;
  border-radius: 1.75rem 1.75rem 1.75rem 1.75rem;
  /* margin: 8.125rem auto 0 */
  margin: 2rem auto 0;

}
.main .main3 .bot .bot1:nth-last-child(1) {
  width: 100%;
  margin-right: 0;
}
.main .main3 .bot .bot1 .text {
  width: 100%;
}
.main .main3 .bot .bot1 .bot1-2 textarea {
  width: 100%;

}
@media screen and (max-width: 1000px) {
  .main .main2 .bot .bot1 .bot1-title {
    font-size: 16px;
    margin-bottom: 1rem;
}
.main .main2 .bot .bot1 .bot1-1 {
  font-size: 14px;
  margin-bottom: 1rem;
}
.main .main2 .bot .bot1 {
  margin-right: 5rem;
}
.location-list li {
  height: 130px!important;

}
}

@media screen and (max-width: 720px) {
  .main .main3 .bot .bot1 .bot1-2 {
    width: 25rem;
    background: #FFFFFF;
    border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
  }
  .main .main3 .bot .bot1 .text {
    width: 50rem;
    height: 16rem;
  }
  .main .main3 .bot .bot1:nth-child(3n) {
    margin-right: 7rem;
  }
}
@media screen and (max-width: 500px) {
  .location-main {
    display: flex;
    flex-direction: column;
  }
  .location-shop-con {
    width: 100%!important;
    height: 200px!important;
  }
  .location-map {
    width: 100%!important;
    height: 300px!important;
    margin-left: 0!important;
    margin-top: 5rem;
  }
}