.applyform {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.applyform ul {
  padding-left: 36px;
  margin-bottom: 0px;
}
.applyform .tooltips {
  position: absolute;
  left: 132px;
  margin-top: 4px;
  color: red;
}
.applyform .close {
  background: url(/img/applyFormClose.png) no-repeat;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: -28px;
  margin-left: 450px;
}
.applyform #verify_container {
  display: inline-block;
  position: absolute;
  margin-left: 21px;
}
.applyform #verify_container canvas {
  height: 34px;
}
.applyform .contact {
  background-color: rgba(135, 135, 135, 0.4);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000;
  display: -moz-box;
  display: flex;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column;
  -moz-box-pack: center;
       justify-content: center;
}
.applyform .contact .detail {
  padding-top: 36px;
  border-radius: 4px;
  width: 478px;
  margin: 0 auto;
  position: relative;
  background-color: white;
}
.applyform .contact .detail .tips {
  background: url(/img/tips.png) no-repeat;
  width: 11px;
  height: 9px;
  display: inline-block;
}
.applyform .contact .detail li {
  color: #2c2c2c;
  list-style: none;
  margin-top: 36px;
  width: 100%;
}
.applyform .contact .detail li:first-child {
  margin-top: 0px;
}
.applyform .contact .detail input {
  border-radius: 3px;
  width: 326px;
  margin-left: 14px;
  height: 34px;
  border: 1px solid #b3b3b3;
  padding-left: 14px;
}
.applyform .contact .detail input[type=submit] {
  background: url("/img/submit_btn.png");
  border: 0px;
  cursor: not-allowed;
  width: 388px;
  position: relative;
  margin: 22px 0 36px 0;
  left: 52px;
  height: 42px;
}
.applyform .contact .detail li:last-child input {
  width: 191px;
  margin-left: 28px;
}
.applyform .errorInfo {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #ff0000;
  margin-left: 96px;
  margin-top: 10px;
}
.applyform .errorBox {
  width: 225px;
  height: 67px;
  position: absolute;
  background: red;
  top: 170px;
  left: 141px;
  display: none;
}
.applyform .errorClose {
  background: url(/img/applyFormClose.png) no-repeat;
  width: 10px;
  height: 10px;
  opacity: 1;
  margin-top: 7px;
  margin-right: 10px;
  float: right;
}
.applyform .errorTips {
  position: absolute;
  left: 78px;
  margin-top: -27px;
  color: red;
  width: 478px;
  display: none;
}
.applyform #refresh {
  font-size: 14px;
  line-height: 30px;
  color: #0c6fb5;
  display: inline-block;
  cursor: pointer;
  position: relative;
  left: 23px;
  top: 30px;
}
#panel {
  position: fixed;
  right: 0;
  z-index: 999;
  cursor: pointer;
  bottom: 1rem;
}
#panel div {
  width: 80px;
  height: 80px;
}
#panel .hotline {
  background: url("../../img/hotline.jpg") no-repeat;
  margin-bottom: 4px;
}
#panel .hotline:hover {
  background: url("../../img/hotline_hover.png") no-repeat;
}
#panel .hotline:hover:after {
  content: '';
  position: absolute;
  top: 15px;
  width: 150px;
  height: 150px;
  right: 86px;
  background: url("/templets/muban/images/qrcode.jpg") no-repeat;
}
#panel .consult {
  background: url("../../img/consult.jpg") no-repeat;
  margin-bottom: 4px;
}
#panel .consult:hover {
  background: url("../../img/consult_hover.png") no-repeat;
}
#panel .official {
  background: url("../../img/official.jpg") no-repeat;
  margin-bottom: 4px;
}
#panel .official:hover {
  background: url("../../img/official_hover.png") no-repeat;
}
#panel .totop {
  background: url("../../img/totop.jpg") no-repeat;
}
#panel .totop:hover {
  background: url("../../img/totop_hover.png") no-repeat;
}
.ClickJionUs {
  cursor: pointer;
}
@media screen and (max-width: 500px) {
  .applyform ul {
    padding: 0 10px;
    margin-bottom: 0px;
  }
  .applyform .tooltips {
    position: absolute;
    left: 24px;
    margin-top: 4px;
    color: red;
  }
  .applyform .close {
    background: url(../../img/applyFormClose.png) no-repeat;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-top: -28px;
    margin-right: 10px;
  }
  .applyform #verify_container {
    display: inline-block;
    position: absolute;
    margin-left: 12px;
  }
  .applyform #verify_container canvas {
    height: 34px;
  }
  .applyform .contact {
    background-color: rgba(135, 135, 135, 0.4);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    display: -moz-box;
    display: flex;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
         flex-direction: column;
    -moz-box-pack: center;
         justify-content: center;
  }
  .applyform .contact .detail {
    padding-top: 36px;
    border-radius: 4px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: white;
  }
  .applyform .contact .detail .tips {
    background: url(../../img/tips.png) no-repeat;
    width: 11px;
    height: 9px;
    display: inline-block;
  }
  .applyform .contact .detail li {
    color: #2c2c2c;
    list-style: none;
    margin-top: 28px;
    width: 100%;
  }
  .applyform .contact .detail li:first-child {
    margin-top: 0px;
  }
  .applyform .contact .detail input {
    border-radius: 3px;
    width: 100%;
    margin-left: 0px;
    height: 34px;
    border: 1px solid #b3b3b3;
    padding-left: 14px;
  }
  .applyform .contact .detail input[type=submit] {
    background: url("../../img/submit_btn.png");
    background-size: 100% 100%;
    border: 0px;
    padding: 0;
    cursor: not-allowed;
    width: 100%;
    position: relative;
    margin: 22px 0 36px 0;
    left: 0;
    height: 42px;
    border-radius: 4px;
  }
  .applyform .contact .detail li:last-child input {
    width: 45%;
    margin-left: 4px;
  }
  .applyform .contact .detail li:last-child span {
    margin-right: 50%;
  }
  .applyform .errorInfo {
    display: none;
    font-size: 14px;
    line-height: 18px;
    color: #ff0000;
    margin-left: 12px;
    margin-top: 4px;
  }
  .applyform .errorBox {
    width: 225px;
    height: 67px;
    position: absolute;
    background: red;
    top: 170px;
    left: 141px;
    display: none;
  }
  .applyform .errorClose {
    background: url(../../img/applyFormClose.png) no-repeat;
    width: 10px;
    height: 10px;
    opacity: 1;
    margin-top: 7px;
    margin-right: 10px;
    float: right;
  }
  .applyform .errorTips {
    position: absolute;
    left: 78px;
    margin-top: -27px;
    color: red;
    width: 478px;
    display: none;
  }
  .applyform #refresh {
    font-size: 14px;
    line-height: 35px;
    color: #0c6fb5;
    display: inline-block;
    cursor: pointer;
    position: relative;
    left: 13px;
  }
  #panel div {
    width: 50px;
    height: 50px;
  }
  #panel .hotline {
    background-size: 100% 100%;
  }
  #panel .hotline:hover {
    background-size: 100% 100%;
  }
  #panel .hotline:hover:after {
    top: 0px;
    right: 56px;
    background: url("/templets/muban/images/qrcode.jpg") no-repeat;
    background-size: 100% 100%;
  }
  #panel .consult {
    background-size: 100% 100%;
  }
  #panel .consult:hover {
    background-size: 100% 100%;
  }
  #panel .official {
    background-size: 100% 100%;
  }
  #panel .official:hover {
    background-size: 100% 100%;
  }
  #panel .totop {
    background-size: 100% 100%;
  }
  #panel .totop:hover {
    background-size: 100% 100%;
  }
}
