.w_popbox-001{
  width:80%;
  max-width: 700px;
  min-height: 300px;
  margin: 0 auto;
  display:none;
}
.w_popbox-001 .w_popbox{
  position: relative;
  width: 100%;
  height: 100%;
  max-width: inherit;
  min-height: inherit;
}
.w_popbox-001 .w_popbox .e_container{
  width: 100%;
  height: 100%;
  min-height: inherit;
  position: relative;
  left: 0;
  top: 0;    overflow-y: initial !important;
  z-index: 9999;
  background-position: center;
  background-repeat: no-repeat;
  background-clip: content-box;
}
.w_popbox-001 .w_popbox .e_shading{
  width: 100%;
  height: 100%;
  word-break: keep-all;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9998;
  background-position: center;
  background-repeat: repeat;
  background-clip: content-box;
}
.w_popbox-001 .p_icon{
  width: auto;
  height: auto;
  position: absolute;
right: 1.4%;
    top: 2.8%;
  cursor: pointer;
  z-index: 10000;
  text-align: right;
  color:#3d4c63;
  border-radius: 50%;
  background: rgba(178, 178, 178,0);
}
.w_popbox-001 .p_icon:before{
  content: '\e690';
  font-size:26px;
}
.w_popbox-001 .e_box002{
  background-color: rgba(0, 0, 0, 0.6);
}
/*add*/
.w_popbox-001 .w_popbox .e_container{
	max-width:500px!important;
  border:1px solid gainsboro
}

.c_portalResGroupIntention_form-01001{
	background:#fff;
  	padding:2% 7% 2% 5%!important;
}
.p_valedata{
	float:left;
  	width:50%;
  margin-bottom:26px;
}
.form-horizontal .form-group{
	margin:0 0
}
.c_portalResGroupIntention_form-01001 .formItemInput{
	width:100%
}
.c_portalResGroupIntention_form-01001 .p_imageB{
	width:34%;
  	max-width: 120px;
}
.c_portalResGroupIntention_form-01001 .p_btnArea{
	text-align:center;
  padding-left:0
}
.btn-primary{
	width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    background: #a32d40;
    color: #fff;
    border-radius: 5px;
    margin: 0 auto;
  padding:0;
  border:0;
}
.form-control{
	     -webkit-box-shadow:none;
     box-shadow:none; 
    -webkit-transition:none;
    -o-transition:none;
  border:0;
  background:#e5e5e5;
  height:38px;
  color:#333
}
.code .form-control{
	width:62%
}
.form-control:focus{
	webkit-box-shadow: none;
     box-shadow:none;
}
.c_portalResGroupIntention_form-01001 .p_LoginPrompt{
	bottom: -22px;
    left: 16px;
}
.form-control::-webkit-input-placeholder { /* WebKit browsers */
  color: #333;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #333;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
  color:#333;
}
@media only screen and (max-width: 768px){
.form-control::-webkit-input-placeholder { /* WebKit browsers */
 
  font-size:14px;
}

.form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
font-size:14px;
}

.form-control:-ms-input-placeholder { /* Internet Explorer 10+ */
font-size:14px;
}
}