@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;
  border-top: 1px #e7e7e7 solid;
  overflow: hidden;
}

/*#form .content {*/
/*border: 1px solid #ccc;*/
/*}*/
#form .lxwm {
  width: 29%;
  padding-top: 40px;
  color: #636363;
  font-size: 18px;
  float: left;
}

#form .bt {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 25px;
}

#form .lxwm a {
  color: #636363;
}

#form .lxwm a:hover {
  color: #0087ee;
}

#form .lxwm .ewm {
  margin-top: 30px;
  font-size: 16px;
}

#form .lxwm.ewm .pic {
  width: auto;
  display: inline-block;
  border: 1px #f2f2f2 solid;
}

#form .lxwm .ewm .txt {
  padding-top: 10px;
}

#form .form {
  width: 100%;
  padding-left: 60px;
  float: left;
}

#des #form .form h3 {
  text-align: center;
}

#form .form .list {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 10px 0;
}

#form .form li {
  width: 50%;
  float: left;
  /* padding:9px 14px 9px 14px; */
  position: relative;
}

#form .form li .quired {
  color: #f00;
  position: absolute;
  top: 24px;
  right: 25px;
  display: none;
}

#form .form .input-text {
  border: 1px #dcdcdc solid;
  line-height: 48px;
  height: 50px;
  padding: 0 30px 0 15px;
  color: #636363;
  font-size: 16px;
  width: 100%;
}

#form .form .input-text:focus {
  border: 1px #0087ee solid;
  -webkit-box-shadow: 0 0 5px 0 #0087ee;
  box-shadow: 0 0 5px 0 #0087ee;
}

#form .form .yzhm {
  width: 100%;
}

#form .form .yzhm .input-text {
  width: 180px;
  float: left;
  margin-right: 7px;
}

#form .form .yzhm .img {
  display: inline-block;
  vertical-align: top;
  border: 1px #dcdcdc solid;
  margin-right: 7px;
  height: 50px;
  width: 15%;
  cursor: pointer;
  text-align: center;
  font-size: 16px;
}

/*.mh-zlsx .lxwm-form .form .yzhm .img img{max-height:100%}*/
#form .form .yzhm .a-01 {
  line-height: 50px;
  font-size: 16px;
  cursor: pointer;
}

#form .form .yzhm .a-01:hover {
  color: #0087ee;
  text-decoration: underline;
  cursor: pointer;
}

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

#form .form .btns {
  margin-top: 30px;
}

#form .form .btns a {
  display: block;
  background: #0087ee;
  color: #fff;
  font-size: 24px;
  font-weight: 100;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  transition: all .3s;
}

#form .form .btns a:hover {
  background: #00c3f7;
}

#form .form .yinsi {
  width: 100%;
  clear: both;
  font-size: 16px;
  color: #6f6f70;
}

#form .form .yinsi input {
  width: 16px;
  height: 16px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#form .form .yinsi label {
  cursor: pointer;
}

#form .form .yinsi a {
  margin-left: 10px;
  color: #ff000c;
}

#form .form .yinsi a:hover {
  text-decoration: underline;
}



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

.noInput {
  background-color: #e3f1ff;
}

/* ==================== 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("../images/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;
}

@media (max-width:1280px) {
  .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;
  }

  #des {
    padding-top: 60px
  }

  #des h1 {
    font-size: 40px
  }
}

@media (max-width:1023px) {
  .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;
  }

  #des {
    padding-top: 40px
  }

  #des h1 {
    font-size: 35px
  }

  #des .sectionNote {
    font-size: 16px
  }

  #form .bt {
    font-size: 24px;
    margin-bottom: 0
  }

  #form .lxwm {
    padding-top: 20px;
    font-size: 14px
  }

  #form .form {
    padding-top: 20px;
    padding-left: 30px;
    padding-right: 10px
  }

  #form .form li {
    padding: 5px 5px
  }

  #form .form li .required {
    top: 15px
  }

  #form .form .list {
    padding-top: 15px
  }

  #form .form .input-text {
    font-size: 16px;
    height: 40px;
    line-height: 38px
  }

  #form .form .yzhm .img {
    height: 40px;
  }

  #form .form .yzhm .a-01 {
    line-height: 40px;
    font-size: 14px
  }
}

@media (max-width:767px) {
  .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;
  }

  #des {
    padding-top: 25px
  }

  #des h1 {
    font-size: 26px
  }

  #des .sectionNote {
    font-size: 16px
  }

  #form {
    margin-top: 25px;
    border-top: none;
    margin-top: 0
  }

  #form .bt {
    display: none
  }

  #form .lxwm {
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px #e7e7e7 solid;
    display: none
  }

  #form .lxwm .text {
    float: left
  }

  #form .lxwm .ewm {
    float: right;
    margin-top: 0;
    font-size: 12px;
    line-height: 30px
  }

  #form .form {
    width: 100%;
    border: none;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 10px
  }

  #form .list {
    margin-left: 0;
    margin-right: 0;
    padding-left: 5%;
    padding-right: 5%;
  }

  #form .form li {
    width: 100%
  }

  #form .form .yzhm .input-text {
    width: 160px
  }

  #form .form .btns {
    width: 100%;
    margin-top: 15px
  }

  #form .form .btns a {
    line-height: 40px;
    font-size: 18px
  }

  #form .form .yinsi {
    font-size: 12px
  }

  #form .form .yinsi input {
    width: 15px;
    height: 15px
  }
}

@media (max-width:413px) {
  .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;
  }

  /*.mh-zlsx .xx .span-01{display:inline-block}}*/
  #form .form .yzhm .img {
    font-size: 18px;
    width: 20%
  }
}

@media (max-width:374px) {
  .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;
  }

  #des h1 {
    font-size: 22px
  }

  #form .form .yzhm .input-text {
    width: 120px;
    padding-left: 5px;
    padding-right: 5px
  }

  #form .form .yzhm .img {
    font-size: 16px;
    width: 20%
  }

  #form .form .yzhm .a-01 {
    font-size: 12px
  }
}

@-webkit-keyframes circle {
  0 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}

@keyframes circle {
  0 {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.3);
    transform: scale(1.3)
  }
}