@charset "UTF-8";

/* ==================== form ==================== */

.inputTitle {
  margin-bottom: 4px;
  font-size: 17px;
}

.inputTitle .requiredHint {
  margin-right: 4px;
  color: #fe5757;
}

.inputTitle .fillHint {
  color: #888;
  font-size: 14px;
}

.inputTitle .fa {
  display: none;
  margin-left: 4px;
  color: #ffa800;
  font-size: 14px;
}

.demandCheck .outline {
  float: left;
  position: relative;
  width: 190px;
  line-height: 40px;
  margin: 0 10px 10px 0;
  text-align: center;
}

.demandCheck .outline label {
  display: block;
  background-color: #eee;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.demandCheck .outline label br {
  display: none;
}

.demandCheck .outline:nth-of-type(5n) {
  margin-right: 0;
}

.demandCheck .contact-demand,
.demandCheck .demandOtherCont {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.demandCheck .contact-demand:checked+label,
.demandCheck .demandOtherCont:checked+label {
  background-color: #3798e4;
  color: #fff;
}

.demandCheck.noInput .inputTitle .fa {
  display: inline-block;
}

.consult-cont {
  margin-top: 30px;
}

.consult-cont #contact-query {
  display: block;
  width: 100%;
  padding: 10px;
  border: 1px solid #d6d6d6;
  font-size: 16px;
  line-height: 27px;
  font-family: "微软雅黑", Arial;
}

.consult-cont .wordNum {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.basciInfo .outline {
  position: relative;
  margin-bottom: 10px;
}

.basciInfo .inputTitle {
  position: absolute;
  top: 16px;
  left: 20px;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}


.basciInfo .inputTitle.focus {
  top: 0;
  font-size: 16px;
  color: #3798e4;
}

.basciInfo .inputTitle.focus .requiredHint {
  color: #3798e4;
}

.basciInfo input {
  display: block;
  width: 100%;
  color: #666;
  border: none;
  font-size: 16px;
  padding: 24px 0 10px 30px;
  background-color: transparent;
  border-bottom: 1px solid #d6d6d6;
  font-family: "微软雅黑", Arial;
}

.basciInfo input:focus {
  outline: none;
}

.basciInfo input.noInput+.inputTitle .fa {
  display: inline-block;
}

.btnBlock {
  padding: 40px 0px;
}

.btnBlock #submit {
  display: block;
  width: 300px;
  line-height: 50px;
  margin: auto;
  background-color: #3798e4;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  font-family: Arial, "微软雅黑";
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media (max-width:480px) {
  .btnBlock {
    padding: 20px 0;
  }

  .btnBlock #submit {
    width: 100%;
    font-size: 18px;
    line-height: 40px;
  }
}

.btnBlock #submit:hover {
  background-color: #0f4773;
}

.btnBlock .agreeLabel {
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.demandContent {
  display: none;
}

/* ==================== form basic ==================== */
#fromSource {
  position: absolute;
  height: 0;
  font-size: 0;
}

/* ==================== verifica ==================== */
.verifica {
  position: relative;
}

.verifica .outline {
  float: left;
  width: 170px;
}

.verifica #vericodePic {
  float: left;
  position: relative;
  width: 120px;
  margin: 10px 0 0 10px;
  padding: 0;
  background: url("http://www.digiwin.com/images/Eform/identCode.jpg") no-repeat center center;
  border: none;
  color: #555;
  font: italic bold 20px/40px Arial;
  letter-spacing: 4px;
}

.verifica .renovCode {
  float: left;
  display: block;
  width: 27px;
  height: 40px;
  margin: 10px 0 0 10px;
  background: url("http://www.digiwin.com/images/Eform/reloadDark.png") no-repeat center center;
  cursor: pointer;
}

.verifica #codeSuces {
  position: absolute;
  bottom: -14px;
  left: 32px;
  font-size: 14px;
  color: #fe5757;
}

/* ==================== xcConfirm ==================== */
.xcConfirm .popBox .ttBox {
  height: 50px;
}

.xcConfirm .popBox .txtBox .bigIcon {
  display: none;
}

.xcConfirm .popBox .txtBox p {
  height: auto;
  text-align: center;
}

.xcConfirm .popBox .sgBtn {
  border-radius: 3px;
  font-weight: normal;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.xcConfirm .popBox .sgBtn:hover {
  background-color: #0f4773;
}

@media screen and (max-width: 480px) {

  /* ==================== section/column ==================== */
  .section {
    min-width: 100%;
    max-width: 100%;
  }

  .content {
    width: 100%;
  }

  .mobileStyle {
    display: inline;
  }

  /* ==================== header ==================== */
  #header .logo {
    margin-left: 20px;
  }

  #header span {
    display: none;
  }

  /* ==================== des ==================== */
  #des .sectionNote {
    padding: 0 20px;
    text-align: justify;
  }

  #des .sectionNote br {
    display: none;
  }

  /* ==================== form ==================== */
  #form {
    margin-bottom: 0;
  }

  #form .content {
    border: none;
  }

  .demandContent,
  .basciInfo {
    padding: 0px;
  }

  .inputTitle .requiredHint {
    margin-right: 4px;
  }

  .demandCheck .outline {
    width: 50%;
    line-height: 24px;
    margin: 0 0 10px 0;
    padding: 0 5px;
  }

  .demandCheck .outline label {
    padding: 4px 0;
  }

  .demandCheck .outline label br {
    display: block;
  }

  .demandCheck .outline:nth-of-type(odd) {
    padding-left: 0;
  }

  .demandCheck .outline:nth-of-type(even) {
    padding-right: 0;
  }

  .demandCheck .outline .othChecCont {
    line-height: 48px;
  }

  /* ==================== thx ==================== */
  #thx #thxContent {
    width: 90%;
    max-width: 90%;
    padding: 50px 20px;
  }
}

@media (max-width:420px) {
  .basciInfo .inputTitle {
    left: 0;
  }

  .verifica #vericodePic {
    width: 90px;
  }

  .basciInfo input {
    padding-left: 12px;
  }
}