@charset "UTF-8";

/* ==================== tags ==================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: 100%;
  /*font-family: Arial, "微软雅黑";*/
  /*font-size: 18px;*/
  line-height: 27px;
}

a {
  color: inherit;
}

/* ==================== section/column ==================== */
.section {
  position: relative;
  width: 100%;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}

.content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.vAlignMiddle {
  text-align: center;
  font-size: 0;
}

.vAlignMiddle:before {
  content: "";
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}

.vAlignMiddle .vAlignContent {
  display: inline-block;
  vertical-align: middle;
}

.links {
  color: #fe5757;
}

.links:hover {
  color: #ee0101;
}

.highLight {
  color: #fe5757;
}

.mobileStyle {
  display: none;
}

/* ==================== header ==================== */
#header {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

#header .logo {
  display: inline-block;
  height: 85px;
}

#header span {
  position: absolute;
  bottom: 8px;
  right: 0;
  font-size: 16px;
}

/* ==================== des ==================== */
#des {
  margin: 0 auto;
}

#des h1 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 36px;
  font-weight: normal;
  text-align: center;
}

#des .sectionNote {
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding-bottom: 40px;
}

#des .sectionNote .addStyle {
  color: #fe5757;
}

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

#form .content {
  border: 1px solid #ccc;
}

#form h2 {
  line-height: 50px;
  background-color: #d6d6d6;
  text-align: center;
}

.demandContent,
.basciInfo {
  padding: 30px 100px;
}

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

.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;
  border-radius: 6px;
}

.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;
  font-family: Arial, "微软雅黑";
  line-height: 27px;
}

.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%;
  padding: 24px 0 4px 30px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #d6d6d6;
  font-size: 18px;
  font-family: Arial, "微软雅黑";
}

.basciInfo input:focus {
  outline: none;
}

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

.btnBlock {
  padding: 40px 0px;
  background-color: #f2f2f2;
}

.btnBlock #submit {
  display: block;
  width: 250px;
  line-height: 40px;
  margin: auto;
  background: linear-gradient(-90deg, #3059F9 0%, #59A3F6 100%);
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-family: Arial, "微软雅黑";
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.btnBlock #submit:hover {
  background: linear-gradient(to right, #ffb252 0%, #f18541 100%);
}

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

/* ==================== footer ==================== */
#footer {
  padding: 15px 0;
  background-color: #132230;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

/* ==================== 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;
}

/* ==================== loading ==================== */
#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #000\9;
  color: #fff;
  font-family: Arial, "微软雅黑";
  text-align: center;
}

#loading:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

#loading p {
  display: inline-block;
  width: 90%;
  margin: 0 auto;
  font-size: 21px;
  text-align: center;
  vertical-align: middle;
}

#loading p i {
  display: block;
  height: 24px;
  background: url("http://www.digiwin.com/images/Eform/loading.gif") no-repeat center center;
  margin-bottom: 15px;
}

/* ==================== thx ==================== */
#thx {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  background-color: #000\9;
  color: #fff;
  font-family: Arial, "微软雅黑";
  text-align: center;
}

#thx:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

#thx #thxContent {
  display: inline-block;
  position: relative;
  width: 50%;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px;
  background-color: #3798e4;
  border-radius: 5px;
  text-align: center;
  vertical-align: middle;
}

#thx #thxContent h3 {
  margin-bottom: 15px;
  font-size: 30px;
  text-align: center;
}

#thx #thxContent .thxSourLoad1 {
  display: none;
  width: 200px;
  height: 45px;
  line-height: 45px;
  margin: 30px auto 0;
  background-color: #ff7e00;
  border: 1px solid #fff;
  border-radius: 3px;
}

#thx #thxContent .thxSourLoad1 a {
  display: block;
  color: #fff;
  text-decoration: none;
}

#thx #thxContent .thxSourLoad2 {
  display: inline-block;
  width: 150px;
  height: 45px;
}

#thx #thxparg span {
  display: block;
}

#thx .suprtCall span {
  display: block;
}

#goIndex {
  max-width: 200px;
  width: 82%;
  height: 50px;
  line-height: 50px;
  margin: 25px auto 0;
  background-color: #0f4773;
  border: 1px solid #fff;
  border-radius: 3px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

#goIndex a {
  display: block;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

#goIndex:hover {
  background-color: #fe5757;
}

.close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #1c7fcc;
  line-height: 50px;
  border-radius: 0 5px 0 5px;
  font-size: 24px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.close:hover {
  background-color: #16639f;
}

/* ==================== 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;
}
#qw_ewm{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  transition: .5s;
  transform: scale(0);
}
#qw_ewm.on{
  transform: scale(1);
}
#qw_ewm>p{
  position: relative;
  z-index: 10;
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 1.7;
  margin-bottom: 20px;
  background: #666;
  padding: 10px;
  border-radius: 6px;
}
#qw_ewm>i{
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #333;
  width: 100%;
  height: 100%;
  opacity: .2;
}
#qw_ewm>img{
  position: relative;
  z-index: 10;
  max-width: 50%;
}
@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: 30px 10px;
  }

  .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;
  }
}