@charset "UTF-8";
/* ==================== tags ==================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: 100%;
    background: transparent;
}
a {
    color: inherit;
    transition: all 0.3s;
}

/* ==================== section/column ==================== */
#des .container {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
    overflow: hidden;
}


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

#des h1 {
  padding-top: 80px;
  font-size: 40px;
  font-weight: normal;
  text-align: center;
  color: #fff;
}
#des .sectionImg{
    margin: 50px 180px 20px;
    overflow: hidden;
}
#des .sectionImg li{
    float: left;
    width: 202px;
    height: 120px;
    text-align: center;
}
#des .sectionImg li img{
    margin-bottom: 10px;
}
#des .sectionImg li p{
    color: #fff;
    font-size: 24px;
    font-weight: bold;
     text-align: center;
}

/* ==================== 餐飲業 ==================== */

#des.food-industry{
    background: #f06400 !important;
}

#des.food-industry #form .form .input-text {
    color: #f06400 !important;
}

#des.food-industry #form .form .input-text::-webkit-input-placeholder{
    color: #f06400 !important;
}



#des.food-industry a#submit{
    
    background: #7c3c32 !important;
    
}
#des.food-industry a#submit:hover{
    
    background: #ffa03a !important;
    
}

#des.food-industry #form .form .btn_b {
    background: #b65019 !important;
    border: 2px solid #7c3c32 !important;
    
}






/* ==================== form ==================== */
#des  #form{
   overflow: hidden;
}
#des #form .form{
    width:100%;
}
#des #form .form .list{
    display: inline-block;
    width: 100%;
    overflow:hidden;
}
#des #form .form li{
    width:18%;
    float:left;
    margin:2% auto;
    margin-right:6px;
    position:relative;
    font-size: 20px;
}
#des #form .form li:nth-of-type(3){
    width: 25%;
}
#des #form .form li:last-child{
    margin-right: 0;
}
#des #form .form li .quired{
    color:#f00;
    position:absolute;
    top:20px;
    left:92px;
    font-size: 16px;
    display: none;
}
#des #form .form .input-text{
    border:1px #dcdcdc solid;
    line-height:60px;
    height:60px;
    padding:0 30px 0 15px;
    color:#0d91fe;
    font-size:20px;
    width:100%;
}
#des #form .form .input-text::-webkit-input-placeholder{
    color: #0d91fe;
}
#des #form .form .input-text:focus{
    border:1px #0d91fe solid;
    -webkit-box-shadow:0 0 5px 0 #0d91fe;
    box-shadow:0 0 5px 0 #0d91fe;
}


#des #form .form .btns a{
    display:block;
    background:#0044de;
    color:#fff;
    font-size:24px;
    font-weight:100;
    text-align:center;
    line-height:60px;
    cursor:pointer;
}
#des #form .form .btns a:hover{
    background:#00c3f7;
}

#des #form .form .btn_b{
    background: #066aee;
    border: 2px solid #0044de;
    color: #fff;
    width: 15%;
    height: 60px;
}
#des #form .form .btn_b a{
    display: inline-block;
    width: 100%;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
#des #form .form h3{
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px 0 80px;
}
#des #form .form h3 span{
    font-size: 40px;
    font-weight: bold;
    font-family: "Arial";
    margin-left: 8px;position: relative;top: 4px;
}

/* ==================== footer ==================== */

.noInput{
    background-color: #e3f1ff;
}
/* ==================== form basic ==================== */
#des #fromSource {
  position: absolute;
  height: 0;
  font-size: 0;
}

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

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

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

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

#des .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: 80%;
  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;
}
/* ==================== Downloadbox =======================*/
#Downloadbox{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: Arial, "微软雅黑";
    text-align: center;
}
#Downloadbox:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    text-align: center;
  }
  #Downloadbox #DownloadboxContent {
    display: inline-block;
    position: relative;
    width: 80%;
    max-width: 500px;
    margin: 0 auto;
    padding: 50px;
    background-color: #5b9bd5;
    box-shadow:2px 2px 3px #aaaaaa;
    border-radius: 5px;
    text-align: center;
    vertical-align: middle;
  }
  
  #Downloadbox #DownloadboxContent h3 {
    font-size: 24px;
    font-weight: bolder;
    color:#fff;
  }
  #Downloadbox #DownloadboxContent p{
    font-size: 18px;
    color: #fff;
    line-height: 1.2;
    margin: 60px 0 0;
  }
  #Downloadbox #DownloadboxContent button{
    background:#fbc003;
    width:296px;
    height: 40px;
    color: black;
    border: 2px solid;
    text-align: center;
    line-height: 40px;
    margin:30px auto 0;
    font-weight: bolder;
    font-size: 16px;
    cursor: pointer;
  }
  
  
/* ==================== 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){
    #des .container {
        width: 100%;
    }
    /* ==================== des ==================== */


    #des h1{font-size:40px}
    #des .sectionImg li{
        width: 25%;
    }
}
@media (max-width:1023px){
    #des .container {
        width: 100%;
    }
    #des h1 {
        font-size: 35px;
    }
   #des .sectionImg{
       margin: 5% auto;
   }
    #des .sectionImg li{
        width: 25%;
    }
}

@media (max-width:767px){
    #des .container {
        width: 100%;
    }
    #des h1 {
        font-size: 26px;
    }
    #des .sectionImg{
        margin: 5% auto;
    }
   #des .sectionImg li{
        width: 25%;
        margin: 5% auto;
    }
    #des #form .form li {
        width: 30%;
        float: left;
        margin: 0 auto;
        position: relative;
        font-size: 18px;
    }
    #des #form .form .input-text{
        font-size: 18px;
    }
    #des #form .form li:nth-of-type(3) {
        width: 30%;
    }
    #des #form .form li:last-child {
        margin: 0 auto;
    }
    #des #form .form .btn_b {
        width: 30%;
    }
    #des .sectionImg li p {
        text-align: center;
    }
}

@media (max-width:640px) {
    #des .container {
        width: 100%;
    }

    #des h1 {
        font-size: 22px;
    }
    #des .sectionImg{
        margin: 5% auto;
    }
    #des .sectionImg li{
        width: 50%;
        margin: 5% auto;
    }
    #des #form .form li {
        width: 90%;
        float: none;
        margin: 2% auto;
        position: relative;
        font-size: 18px;
    }
    #des #form .form li:nth-of-type(3) {
        width: 90%;
    }
    #des #form .form li:last-child {
        margin: 0 auto;
    }
    #des #form .form .btn_b {
        width: 90%;
    }
    #des #form .form .input-text{
        font-size: 18px;
    }
}
@media (max-width:374px){
    #des .container {
        width: 100%;
    }
    #des .sectionImg{
        margin: 5% auto;
    }
    #des .sectionImg li{
        width: 50%;
        margin: 5% auto;
    }
    #des h1{font-size:22px}
    #des #form .form li {
        width: 90%;
        float: none;
        margin: 2% auto;
        position: relative;
        font-size: 18px;
    }
    #des #form .form .input-text{
        font-size: 18px;
    }
    #des #form .form .yzhm .input-text{width:120px;padding-left:5px;padding-right:5px}
    #des #form .form .yzhm .img{font-size:16px;width:20%}
    #des #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)}}