﻿.contact-box{
  width: 550px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.contact-b-title{
  font-size: 14px;
  color: #000;
  letter-spacing: 1.7px;
  text-align: justify;
  font-family: 'NotoSerifCJKtc-Light';
  padding: 50px 0;
}
.contact-info-title{
  font-size: 12px;
  color: #555;
  display: block;
  float: right;
  margin-bottom: 10px;
}
.contact-info-title span,
.contact-title span{
  color: #b51313;
}
.contact-info-form form{
  display: block;
  clear: both;
}
.contact-title{
  font-size: 14px;
  color: #555;
  width: calc(100% - 450px);
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 1px;
}
.contact-textarea .contact-title{
  vertical-align: top;
}
.contact-info-form li{
  width: 100%;
  display: block;
  font-size: 0;
  margin-bottom: 25px;
}
.contact-info-form li> input{
  width: 450px;
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #555;
  height: 38px;
  line-height: 38px;
  box-sizing: border-box;
  padding-left: 5px;
}
.contact-lable{
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.contact-radio{
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.contact-lable span{
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 2px;
  color: #555555;
}
.contact-lable span:before{
  content: 'none';
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #555;
  vertical-align: middle;
  margin-right: 5px;
}
.contact-other-input{
  width: calc(100% - 59px);
  margin-left: 10px;
  border: 0;
  border-bottom: 1px solid #555;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 5px;
}
.contact-lable{
  width: calc(225px - 109px);
}
.contact-lable-other{
  width: 218px;
  max-width: 100%;
}
.contact-textarea textarea{
  width: 450px;
  border: 1px solid #555;
  display: inline-block;
  max-width: 100%;
  height: 180px;
  box-sizing: border-box;
  resize: none;
  outline: none;
}
.contact-info-form li.button{
  margin: 50px auto;
}
.button button{
  width: 200px;
  height: 40px;
  text-align: center;
  display: block;
  color: #FFF;
  background-color: #137c3a;
  border: 0;
  margin: 0 auto;
  position: relative;
  transition: all .5s ease;
}
.contact-lable-code-img{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.contact-info-form .contact-code >input{
  width: 350px;
}
.contact-change-verification{
    font-size: 15px;
    text-align: right;
    margin-top: 10px;
}


/*表單送出*/
.contact-thanks-box,
.alert-box{
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  z-index: 9;
  top: 0;
  left: 0;
}
.contact-thanks-box.active,
.alert-box.active{
  -webkit-align-items: center;
          align-items: center;
    -webkit-justify-content: center;
          justify-content: center;
    display: -webkit-flex;
    display:         flex;
}
.contact-thanks,
.alert-info{
  background-color: #137c3a;
  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,
.alert-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,
.alert-out span{
  width: 15px;
  height: 1px;
  background-color: #FFF;
  display: block;
  margin: 0 auto;
  position: relative;
}
.contact-out span:nth-child(1),
.alert-out span:nth-child(1){
  top: 9px;
    left: 0.5px;
    transform: rotate(45deg);
}
.contact-out span:nth-child(2),
.alert-out span:nth-child(1){
    top: 8px;
    left: 0.5px;
    transform: rotate(-45deg);
}
.contact-thanks-mask,
.alert-mask{
  width: 100%;
  height: 100vh;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.3);
}

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