﻿.contact-box{
  width: 500px;
  display: block;
  margin: 0 auto;
}
.contact-title{
  font-size: 22px;
  display: block;
  color: #000;
  letter-spacing: 2px;
  text-align: center;
  margin: 40px 0;
}
.contact-info-form{
  width: 100%;
  display: block;
}
.contact-lable{
  font-size: 16px;
  display: block;
  letter-spacing: 2px;
  position: relative;
}
.contact-lable span{
  color:#FF0000;
  position: absolute;
  top: -5px;
}
.contact-text{
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background-color: #EEE;
  border: 0;
  box-sizing: border-box;
  padding-left: 10px;
  margin: 5px 0;
}
.contact-info-form li{
  margin-bottom: 20px;
}
.contact-textarea{
  width: 100%;
  display: block;
  height: 200px;
  box-sizing: border-box;
  background-color: #EEE;
  padding-left: 10px;
  font-size: 16px;
  border: 0;
  resize: none;
  margin: 5px 0;
}
#contact .verification-box{
  width: 100%;
  padding-right: 0;
}
.button{
  margin-top: 20px;
  width: 100%;
  display: block;
  height: 50px;
  position: relative;
}
.button input{
  font-size: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color:  #f8a322;
  border: 0;
  transition: all .3s linear;
  cursor: pointer;
}
.button-title{
  font-size: 20px;
  color: #FFF;
  z-index: 1;
  position: absolute;
  width: 100%;
  display: block;
  text-align: center;
  transition: all .3s linear;
  pointer-events: none;
  letter-spacing: 3px;
  top:calc(50% - 16px);
}

.map-box{
  width:100%;
  height: 300px;
  display: block;
  margin-top: 80px;
}




/*表單送出*/
.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:#f8a322;
  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);
}

