
/*注册/审核成功弹出框*/
.fade {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    z-index: 2000;
}
.popcontent{
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -180px;
  margin-top: -121px;
  background: #fff;
  z-index: 3000;
  border:1px #ddd solid;
  padding: 30px;
}
.popcontent .tit{
  height: 30px;
  line-height: 30px;
  background: #eeeeee;
  padding-left: 11px;
  border-bottom: 1px #ddd solid;
}

.popcontent .line_vertical{
  width: 1px;
  height: 131px;
  background-color: #ddd;
  margin-left: 15px;
  margin-right: 15px;
}

.popcontent .textcontent {
  width: 164px;
}

.popcontent .textcontent h5{
  height: 38px;
  line-height: 38px;
  font-size: 18px;
}

.popcontent .textcontent h5 em{
  float: left;
  width: 33px;
  height: 33px;
  background: url(../../images/login/icos.png) -25px -53px;
  margin-top: 2px;
  margin-right: 15px;
}

.popcontent .textcontent p{
  font-size: 16px;
  line-height: 28px;
  margin-top: 10px;
}

.popcontent .img img{
  width: 102px;
  height: 102px;
}

.popcontent .img p{
  font-size: 12px;
}

.popcontent .btn_list {
  text-align: center;
  margin-top: 15px;
}

.popcontent .btn_list .btn{
  display: inline-block;
  margin: 0;
  padding: 0 43px;
  height: 32px;
  border: none;
  outline: none;
  background-color: #ff9913;
  color: #fff;
  line-height: 32px;
  font-size: 14px;
  border-radius: 3px;
}

.popcontent .btn_list .btn:hover{
  background-color: #f4910e;
}

.title .close {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 10px;
  background: url(../../images/member/popup_close_icon.png) top/cover no-repeat;
  cursor: pointer;
}

.title .close:hover{
    background-position: bottom;
}
.no_ml{margin-left: 0;}
.no_mr{margin-right: 0 !important;}
.occupation32{display: inline-block;width: 32px;}