
.bg {
  width: 100%;
  height: 300px;

}
.bg img{
  width: 100%;
  height: 100%;o
} 
#app{
  margin-bottom: 20px;
}
.about {
  width: 100%;
}
.about .tab{
  display: flex;
  height: 75px;
  justify-content: center;
  border-bottom: 1px solid #c2c2c2;
}
.about .tab .tab-item{
  width: 105px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  font-size: 20pxs;
}
.about .tab .active{
  color: #519820;
}
.about .tab .active::after {
  content: "";
  width: 106px;
  height: 5px;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  background-color: #519820;
}
.about .main {
  margin-top: 50px;
  overflow-x: hidden;
}
.abouts{
  display: block;
  padding-top: 0;
}

.abouts .label,.remark .label {
  height: 42px;
  text-align: center;
  line-height: 42px;
 
}
.remark{
  padding: 10px 30px ;
}
#container {
  height: 500px;
  margin-bottom: 50px;
}
.BMap_bubble_buttons{
  display: none;
}
.form {
  width: 100%;
}

.form .label-form{
  display: flex;
  line-height: 52px;
}
.form .label-form span{
  width: 80px;
  height: 52px;
  display: inline-block;
}
.form input {
  flex:1;
  height: 52px;
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 10px;
  box-sizing: border-box;
  line-height: 52px;
}
.form textarea {
  flex:1;
  height: 402px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  padding: 10px;
}
.form  button {
  width: 180px;
  height: 54px;
  border-radius: 8px;
  text-align: center;
  line-height: 54px;
  background: #519820;
  color: #fff;
  font-size: 20px;
  margin:40px auto;
  display: block;
  border: none;
}
input[type="checkbox"]{
  width: 25px;
  height: 25px;
 margin-top: 13px;
 flex: none;
border-radius: 50%;
}

.notice{
  color: #00A8FF;
  cursor: pointer;
}
