﻿.contact-info-form{
  width: 800px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.contact-info-form li{
  width: 380px;
  max-width: 100%;
  display: block;
  float: left;
}
.contact-info-form li:nth-child(even){
  float: right;
}

.contact-info-form li input{
  width: 100%;
  height: 46px;
  line-height: 46px;
  font-size: 16px;
  padding-left: 10px;
  box-sizing: border-box;
  border: 1px solid #009944;
}
.contact-lable{
  font-size: 18px;
  color: #333333;
  display: block;
  padding: 10px 0;
  font-weight: bold;
  letter-spacing: 1px;
}
.contact-lable span{
  color: red;
  font-size: 14px;
}
.contact-info-form li.contact-textarea{
  width: 100%;
  display: block;
  float: none!important;
  clear: both;
}
.contact-info-form li.button{
  width: 100%;
  display: block;
  float: none!important;
  margin: 20px 0;
  position: relative;
  overflow: hidden;
}
.contact-textarea textarea{
  width: 100%;
  display: block;
  resize: none;
  height: 150px;
  padding-left: 10px;
  box-sizing: border-box;
  font-size: 16px;
  border: 1px solid #009944;
}
.button input{
  width: 100%;
  display: block;
  height: 46px;
  background-color: #009944;
  font-size: 0;
  cursor: pointer;
}
.button-label{
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  position: absolute;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  letter-spacing: 2px;
  text-align: center;
  pointer-events: none;
  transform: skewX(-10deg);
}
#contact .about-interval-box{
  padding-bottom: 0;
  top: 5px;
}
#contact .about-info-bg{
  bottom: -60px;
}
.map-box{
  width: 100%;
  height: 350px;
  display: block;
  position: relative;
  z-index: 2;
}

/*表單送出*/
.contact-thanks-box{
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
.contact-thanks-box.active{
  -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks{
  background-color: #32b16c;
  position: relative;
  padding: 80px;
  border-radius: 20px;
  z-index: 6;
}
.contact-thanks-p{
  font-size: 26px;
  line-height: 1.6;
  letter-spacing: 2px;
  font-weight: bold;
  color: #FFF;
  display: block;
}
.contact-out{
  width: 20px;
  height: 20px;
  max-width: 100%;
  display: block;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #FFF;
  top: 4%;
  right: 4%;
  cursor: pointer;
}
.contact-out span{
  width: 15px;
  height: 1px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-out span:nth-child(1){
  top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask{
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

