* {
  margin: 0;
  padding: 0;
}
.popup_mask {
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, .15);
}
.popup_wrapper {
  width: 800px;
  height: 1140px;
  background-color: #ffffff;
  border-radius: 11px;
  position: absolute;
  z-index: 800;
  top: 200px; 
  left: 50%;
  margin-left: -400px;
  padding: 0 55px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
ol, ul { 
  list-style: none; 
} 
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
form label { 
  cursor: pointer; 
} 
.fl { 
  float: left; 
} 
.fr { 
  float: right; 
}
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}
.popup_list {
  height: 110px;
  border-bottom: 1px solid #bdbdbd;
  line-height: 110px;
}
.popup_list h4 {
  font-family: 'PingFang-SC-Medium';
  font-size: 18px;
  color: #000000;
  text-align: left;
  width: 180px;
  margin-right: 30px;
  margin-top: 44px;
}
.popup_list p {
  font-family: 'PingFang-SC-Medium';
  font-size: 18px;
  color: #000000;
  text-align: left;
}
.popup_list h4 span {
  font-family: 'PingFang-SC-Regular';
  font-size: 18px;
  color: #fd6c6c;
  text-align: left;
  display: inline-block;
  vertical-align: -1px;
}
.popup_list input{
  height: 100%;
  width: 480px;
  border: none;
  float: left;
  zoom:1;
  outline: medium;
}
.popup_sublit {
  width: 800px!important;
  margin-left: -55px!important;
  border: none!important;
  height: 80px!important;
  background: #00c4d4!important;
  outline: medium!improtant;
  border-radius: 0px 0px 11px 11px!important;
  font-family: 'PingFang-SC-Medium'!important;
  font-size: 24px!important;
  color: #ffffff!important;
  /* font-weight: 300; */
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.popup_sublit:hover {
  background-color: #03cfe0;
}