.contact {
  background-color: #fff;
  padding-bottom: 80px;
}
.ad img {
  width: 100%;
}
.pageTitleWap {
  border-bottom: 1px solid #D8D8D8;
  padding: 80px 0px 0px 0px;
}
.pageTitle .title {
  border-left: 4px solid #E1C384;
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  padding-left: 16px;
}
.pageTitle .contactSubnav {
  padding: 20px 0px;
}
.pageTitle .contactSubnav a {
  color: #333;
  font-size: 14px;
  display: inline-block;
  padding: 14px 0px;
  margin-right: 20px;
}
.pageTitle .contactSubnav a.cur {
  border-bottom: 2px solid #E1C384;
}
.pageTitle .contactSubnav .addrInfo {
  padding-left: 22px;
}
.pageTitle .contactSubnav .addrInfo span {
  padding-right: 8px;
}
.onlineMessage {
  background: #e1c384;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  color: #290000;
  line-height: 20px;
  text-align: center;
  padding: 14px 30px;
  display: inline-block;
  margin-left: 14px;
}
.contactList {
  margin-top: 24px;
  margin-bottom: 20px;
}
.contactList .listSub {
  padding: 24px 0px;
  border-bottom: 1px solid #D8D8D8;
}
.contactList .listSub .imgList {
  text-align: center;
}
.contactList .listSub .imgList img {
  width: 60px;
  border-radius: 60px;
}
.contactList .listSub p.question,
.contactList .listSub p.anwser {
  color: #333;
  font-size: 14px;
}
.contactList .listSub p.time {
  color: #999999;
  font-size: 12px;
}
.onlineMessageForm {
  padding: 0px 100px;
}
.onlineMessageForm label {
  font-size: 14px;
  color: #333;
}
.modal-title {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.form-control {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #D8D8D8;
  font-size: 18px;
  padding: 0;
  box-shadow: none;
}
.btn-primary,
.btn-primary:hover {
  background: #e1c384;
  border-radius: 4px;
  padding: 16px 0px;
  border: 0;
  width: 100%;
  color: #290000;
}
.sign {
  background-color: #fff;
  padding: 40px 0px;
}
.signBtn {
  margin-top: 20px;
}
.agreeMent {
  background-color: #fff;
  padding: 40px 20px;
}
.agreeMent p {
  font-family: "gothambook", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
  font-weight: normal;
  color: #444;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-align: justify;
}
.agreeMent p.title {
  padding: 40px 0 30px 0px;
  font-weight: bold;
  font-family: "gothambold", Arial, sans-serif;
  font-size: 58px;
  line-height: 66px;
  letter-spacing: -2px;
  color: #000000;
  text-align: center;
}
.agreeMent p.part {
  font-weight: bold;
  padding-bottom: 20px;
}
.sucess {
  position: fixed;
  width: 500px;
  height: 300px;
  padding: 50px;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
  left: 50%;
  top: 50%;
  margin-left: -250px;
  margin-top: -150px;
  z-index: 100;
  box-shadow: 2px 2px 2px #eee;
}
.sucess a.sucClose {
  background: #E1C384;
  border-radius: 4px;
  padding: 16px 189px;
  display: inline-block;
}
.animated {
  opacity: 0;
  transition: opacity 0.7s, transform 0.7s;
  transform: translateY(100px);
}
.initAnimate {
  opacity: 1;
  transform: translateY(0px);
}
.onlineXb label {
  margin-right: 20px;
  font-size: 18px;
  font-weight: 100;
}
.flatpickrBox input {
  width: 320px;
  border: 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.onlineMessageWap {
  text-align: right;
}
@media (max-width: 576px) {
  .ad {
    margin-top: 20px;
  }
  .pageTitleWap {
    padding-top: 30px;
  }
  .onlineMessageWap {
    text-align: left;
  }
  .onlineMessage {
    padding: 14px 10px;
    margin-top: 10px;
  }
  .pageTitle .contactSubnav a {
    margin-right: 10px;
  }
  .onlineMessageForm {
    padding: 0px;
  }
  .sucess {
    position: fixed;
    width: 300px;
    height: 300px;
    padding: 20px;
    background-color: #fff;
    text-align: center;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -100px;
    z-index: 100;
    box-shadow: 2px 2px 2px #eee;
  }
  .sucess a.sucClose {
    background: #E1C384;
    border-radius: 4px;
    padding: 16px 60px;
    display: inline-block;
  }
  .signCountry {
    height: auto;
  }
}
