/*签约的弹出层样式*/
#bank_card_sign {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  /*display: none;
	background: rgba(0,0,0,.3);*/
  background: url(../../pc/img/mask-black.png) repeat;
}
.success_content {
  width: 480px;
  /* height: 285px; */
  position: absolute;
  top: 25%;
  left: 0;
  right: 0;
  /* bottom: 0; */
  margin: auto;
  text-align: center;
}
.content_top {
  background: #ffffff;
  /* height: 285px; */
  text-align: center;
  color: #000000;
  padding: 40px 0;
  font-size: 16px;
  position: relative;
}
.content_top .blank {
  position: absolute;
  bottom: -30px;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: #ffffff;
}
.content_top > h3 {
  font-size: 24px;
  padding-bottom: 20px;
}
.content_top span {
  font-size: 14px;
  color: #666666;
}
.content_top .sign-info {
  display: block;
  color: #999999;
}
.content_top div {
  padding: 25px 0;
}
.content_top div input {
  height: 32px;
  padding-left: 5px;
  border: 1px solid #cccccc;
  outline: none;
}
.content_top .inp-vaild {
  width: 130px;
}
.content_top .inp-mobile {
  width: 240px;
}
.content_top .desc-btn-gray {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid;
  color: #ffffff;
  text-align: center;
  background: #cccccc;
}
.content_top .underDesc-btn-gray {
  width: 100px;
  height: 32px;
  margin: 5px 0 10px 0;
  border: 1px solid;
  color: #ffffff;
  text-align: center;
  background: #cccccc;
}
.content_top .desc-btn-color {
  display: inline-block;
  width: 100px;
  height: 32px;
  line-height: 32px;
  margin-left: 10px;
  text-align: center;
  border: 1px solid;
  color: #ffffff;
  text-align: center;
  background: url(../../img/btn_color.png) no-repeat;
}
.content_top button {
  width: 132px;
  height: 38px;
  margin: 0 10px;
  outline: none;
}
.content_top .btn-left {
  background-color: #2fa99d;
  color: #ffffff;
  border: 1px solid #2fa99d;
}
.content_top .btn-right {
  background-color: #f9fafc;
  color: #666666;
  border: 1px solid #cccccc;
}
.error-msg {
  /* position: absolute; */
  line-height: 20px;
  margin-left: 80px;
  text-align: left;
  color: #f15659;
  font-size: 12px;
}
.faild {
  padding: 100px 0 40px 0;
  background: #ffffff url(../../img/faild.png) no-repeat center 30px;
}
.faild-content {
  padding: 0px 50px 20px 50px;
  font-size: 14px;
}
.content_top .underline-info {
  padding: 10px 0;
}
.content_top .underline-info div {
  padding: 0;
  font-size: 14px;
}
.underline-info .error-msg {
  margin-left: 0;
  color: #f15659;
}
.content_top .underline-info .btn-left {
  width: 100px;
  height: 32px;
  margin: 5px 0 10px 0;
}
.content_top .msg_div {
  padding: 20px 0;
}
