@charset "UTF-8";
body {
  padding: inherit;
  margin: auto;
}

div.loadingdiv {
  height: 100%;
  width: 100%;
  /*100%覆蓋網頁內容, 避免user在loading時進行其他操作*/
  position: fixed;
  z-index: 99999;
  /*須大於網頁內容*/
  top: 0;
  left: 0;
  display: block;
  background: #000;
  opacity: 0.6;
  text-align: center;
}

div.loadingdiv img {
  position: relative;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  margin-top: 50vh;
}

.kv img {
  max-width: 100%;
  height: auto;
}

.main_infor {
  /* background-image: url(/images/infor_bg.png?98fb6f98a64880a330d3a791908f936d); */
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100%;
  height: auto;
}
.main_infor button {
  background-color: #a8a8a8;
}

/*
  .row {
    height: 500px;
     background-color: aqua; 
  }
 */
#infor_icon {
  width: 95%;
  margin-top: 7%;
}

#infor_txt {
  font-weight: bold;
  color: #a47130;
  text-align: center;
  font-size: 29px;
  /*   margin-top: 4%;*/
}

.infor_input {
  font-size: 20px;
  height: 5%;
  margin-top: 3%;
}

input::-webkit-input-placeholder {
  /* placeholder颜色 */
  color: #aab2bd;
  /* placeholder字体大小 */
  font-size: 12px;
}

#contact_txt {
  margin-top: 10%;
  font-weight: bold;
}

.col-txt {
  font-weight: bold;
}

.sidebar {
  position: fixed;
  z-index: 9999;
  right: 0;
  bottom: 60%;
}
.sidebar ul {
  padding: 0px;
}
.sidebar ul li {
  list-style: none;
  padding-bottom: 25px;
  cursor: pointer;
}
.sidebar ul li img {
  width: 65px;
}
.sidebar ul li img:hover {
  opacity: 0.7;
}

#btn-send {
  padding: 0px;
}

#btn-sumit {
  background-color: #727071;
  color: #fff;
  border-color: #727071;
  border-radius: 0px;
}
#btn-sumit:hover, #btn-sumit:active:hover {
  background-color: #9f9e9e;
  color: #fff;
  border-color: #9f9e9e;
}

.btn-more {
  margin: auto;
  margin-left: 1.8%;
  border-radius: 0px;
  width: 45%;
  height: 40%;
}

/*
  .btn-left {
    background-color: #3E3A39;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 130px;
    height: 60px;
  }

  .btn-left:hover,
  .btn-left:active:hover {
    background-color: white;
    color: #3E3A39;
  }

  .btn-right {
    background-color: #A47130;
    color: white;
    padding: 15px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 130px;
    height: 60px;

  }

  .disabled {
    background-color: #A47130;
    color: #fff;
  }
 */
.claim-txt {
  margin-left: 1%;
  font-size: 10px;
  font-weight: bold;
}

.claim-subtitle {
  margin-left: 1%;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (max-width: 576px) {
  #btn-send {
    padding-left: 40%;
    padding-top: 3%;
  }
  #infor_txt {
    font-size: 23px;
  }
}
@media screen and (min-width: 767px) and (max-width: 992px) {
  #infor_txt {
    font-size: 31px;
  }
  .col-txt {
    font-size: 17px;
  }
  .btn-more {
    font-size: 12px;
  }
  #btn-right {
    padding-top: 15%;
  }
  #btn-sumit {
    font-size: 12px;
    padding: 17%;
  }
}
@media screen and (min-width: 992px) and (max-width: 1201px) {
  #infor_txt {
    font-size: 24px;
  }
  .col-txt {
    font-size: 20px;
  }
  .btn-more {
    font-size: 19px;
  }
  #btn-right {
    padding-top: 11%;
  }
  #btn-sumit {
    font-size: 13px;
    padding: 15%;
  }
}
@media screen and (min-width: 1201px) {
  .col-txt {
    font-size: 17.5px;
  }
}
