@charset "utf-8";
.popup-all .popup-mask {
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.8;
  -webkit-opacity: 0.8;
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  left: 0;
}
.popup-all .popup {
  width: 701px;
  height: 402px;
  overflow: hidden;
  margin: 0 auto;
  position: fixed;
  z-index: 200;
  background: #fff;
  right: 0;
  left: 0;
  margin: auto;
  top: 150px;
}
.popup-all .popup .pop-header {
  width: 100%;
  height: 95px;
  background-color: #0F2F55;
  margin-bottom: 24px;
  color: #FFF;
  text-align: center;
  position: relative;
}
.popup-all .popup .pop-header .pop-close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.popup-all .popup .pop-header .pop-title {
  font-weight: bolder;
  line-height: 90px;
  font-size: 34.39px;
}
.popup-all .popup .pop-header .pop-title-small {
  font-size: 14px;
}
.popup-all .popup .pop-con {
  width: 100%;
  height: 200px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.popup-all .popup .pop-con > img,
.popup-all .popup .pop-con ul {
  float: left;
}
.popup-all .popup .pop-con li {
  padding: 11px 0;
  height: 41px;
  position: relative;
}
.popup-all .popup .pop-con input {
  width: 233px;
  height: 40px;
  border: 1px solid #E5E5E5;
  box-sizing: border-box;
  font-size: 12px;
  padding: 0 8px;
  border-radius: 5px;
}
.popup-all .popup .pop-con span,
.popup-all .popup .pop-con i {
  line-height: 40px;
  color: #2C2C2C;
  font-size: 16px;
}
.popup-all .popup .pop-con i {
  color: #f7365f;
  display: inline-block;
  font-style: normal;
  font-size: 18px;
  width: 24px;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.popup-all .popup .pop-con .error {
  color: #F7365F;
  position: absolute;
  bottom: -10px;
  right: 0;
  font-size: 12px;
}
.popup-all .popup .pop-con .pop-code {
  position: relative;
}
.popup-all .popup .pop-con .pop-code input {
  width: 120px;
}
.popup-all .popup .pop-con .pop-code .pop-btn {
  display: inline-block;
  width: 76px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
  font-size: 12px;
  color: #FFF;
  text-align: center;
  background-color: #2F8ADD;
  position: absolute;
  top: 13px;
  margin-left: 2px;
  cursor: pointer;
}
.popup-all .popup .pop-con ul:nth-child(2) {
  margin-left: 35px;
  padding-left: 25px;
  box-sizing: border-box;
  border-left: 1px solid #F6F6F6;
}
.popup-all .popup .pop-con ul:nth-child(2) span {
  margin-right: 24px;
}
.popup-all .popup .pop-submit {
  height: 60px;
  padding-top: 20px;
}
.popup-all .popup .pop-submit div {
  cursor: pointer;
  width: 113px;
  height: 38px;
  line-height: 38px;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  background-color: #2F8ADD;
  border-radius: 5px;
  margin: 0 auto;
}
.popup-all .popup .pop-con-succ img {
  margin: 52px auto 40px;
}
