#contact{
    text-align: center;
}
.contact-box{
    width: 700px;
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 98px 0 105px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.contact-form{
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
    font-size: 0;
}
.contact-p{
    font-size: 18px;
    text-align: justify;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 30px;
}
.contact-form li{
    width: 100%;
    font-size: 16px;
    text-align: justify;
    position: relative;
    margin-bottom: 10px;

}

.contact-title{
    display: block;
    margin-bottom: 10px;
}
.contact-title span{
    color: #da2626;
    display: inline-block;
    border: 1px solid #da2626;
    margin-left:10px;
    padding: 0 5px;
    line-height: 16px;
    font-size: 11px;
}
.contact-list-icon{
    width: 45px;
    height: 45px;
    border-right: 1px solid #a0a0a0;
    position: absolute;
    bottom: 0;
    font-size: 25px;
    text-align: center;
}
.contact-form li input{
    width: 100%;
    height: 45px;
    display: block;
    box-sizing: border-box;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 18px;
    border: 1px solid #a0a0a0;
    font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.contact-form li.textarea textarea{
    border: 1px solid #a0a0a0;
    height: 150px;
    width: 100%;
    box-sizing: border-box;
    resize: none;
    font-size: 18px;
    padding-left: 5px;
    font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}

.contact-form li.button input{
    padding-left: 0;
    text-align: center;
    color: #FFF;
    background-color: #28637d;
    letter-spacing: 2px;
    cursor: pointer;
    font-family: "微軟正黑體", "Arial","Verdana",  "Microsoft JhengHei", "Geneva", "sans-serif";
}
.contact-form li.thank input{
    background-color: #eee;
    color: #000;
}


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

