::-webkit-input-placeholder { /* WebKit browsers */
color:#ccc;
font-size: 14px;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color:#ccc;
font-size: 14px;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color:#ccc;
font-size: 14px;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color:#ccc;
font-size: 14px;
}

select
{
   width                    : 14em;
   height                   : 3.2em;
   padding                  : 0.2em 0.4em 0.2em 0.4em;
   vertical-align           : middle;
   border                   : 0;
   -moz-border-radius       : 0.2em;
   -webkit-border-radius    : 0.2em;
   border-radius            : 0.2em;
   -webkit-appearance       : none;
   -moz-appearance          : none;
   appearance               : none;
   font-family              : Arial,  Calibri, Tahoma, Verdana;
   font-size                : 16px;
   color                    : #000099;
   cursor                   : pointer;
}
select  option
{
	height: 140px;
    font-size               : 14px;
    padding                 : 4px 10px 15px 10px;
    color: #000;
}
select  option[selected]{ font-weight:bold}
select  option { background-color:#f5f5f5; }
select
{
    color                   : #101010;
}    
select:focus {box-shadow: 0 0 2px 1px #ccc;}

select.education.placeholder {
	color: #ccc !important;
	font-size: 14px !important;
}

a,select,input[type=radio] {
	cursor: pointer;
}
.mgrg28 {
	margin-right: 28px;
}
.mglf20 {
	margin-left: 20px;
}
.inloading {
	color: #d9d9d9 !important;
}
.radioarea.selected.inloading {
	background: #d9d9d9 !important;
}




.popup{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  /* display: none; */
}

.popup .gray{
  background: #000;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup .inner{
  position: absolute;
  top: 50%;
  left: 50%;
  width:670px;
  height:530px;
  margin-top: -265px;
  margin-left: -335px;
  background: #fff;
  border:1px solid #fa2e47;
  border-radius:6px;
  overflow: hidden;
}

.popup .inner h2{
  background: #fa2e47;
  width: 100%;
  height:39px;
  line-height:39px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-bottom:27px;
}

.popup .inner h2 span{
  cursor: pointer;
  position: absolute;
  top:7px;
  right:15px;
  width: 22px;
  height: 22px;
  display: block;
  background:url(../img/c_btn.jpg) no-repeat top center;
}
.popup .inner .p1{
  font-size: 18px;
  color: #747474;
  text-align: center;
  line-height:26px;
  padding-bottom: 21px;
  width: 540px;
  margin: 0 auto;
  border-bottom: 1px dashed #e4e2e3;
  margin-bottom: 30px;
}
.popup .inner img{
  display: block;
  margin: 0px auto 11px;

}

.popup .inner .p2{
  color:#282828;
  font-size: 14px;
  width: 239px;
  margin: 0 auto;
  padding-left:11px;
}
.popup .inner .p2 p{
  float: left;
  margin: 0 12px;
  position: relative;
  font-size: 13px;
}

.popup .inner .p2 p span{
  width: 6px;
  height: 6px;
  background: #d1cfd0;
  border-radius: 3px;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: -10px;
}

.popup .inner .p3{
  width: 150px;
  margin: 0 auto;
  text-align: center;
  margin-top:9px;
  margin-bottom:11px;
  height: 30px;
  line-height: 30px;
  position: relative;
}


.popup .inner .p3 label{
  font-size:16px;
  color: #333;
  padding-left: 25px;
  cursor: pointer;
}
.popup .inner .p3 #next{
  width:18px;
  height:18px;
  position: absolute;
  left:16px;
  top:7px;
  cursor: pointer;
}
.popup .inner .save{
  display: block;
  width:116px;
  height:37px;
  background: #fa2e47;
  margin: 0 auto;
  font-size:18px;
  color: #fff;
  outline: none;
  border:none;
  cursor: pointer;
}




.popup .inner_table .table_container div {
	box-sizing: content-box;
}
.popup .inner_table .table_container span {
	box-sizing: content-box;
}

.popup .inner_table {
	box-sizing: content-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    margin-top: -327px;
    margin-left: -400px;
    overflow: hidden;
    font-family: "Microsoft YaHei";
}

.popup .inner_table .table_header {
    background:#59b2a8;
    width: 100%;
    height:83px;
    border-radius: 20px 20px 0 0;
}
.popup .inner_table .table_header .table_header_info{
	letter-spacing: 0.5px;
    margin-left:30px;
    padding-top:20px;
}
.popup .inner_table .table_header .table_header_info h2 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 20px;
	line-height: 20px;
}
.popup .inner_table .table_header .table_header_info .moreinfo {
	margin-top: 10px;
	height: 16px;
	line-height: 16px;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.popup .inner_table .table_header .table_header_info .moreinfo a {
	text-decoration: underline;
	color: #fff;
}

.popup .inner_table .table_container .loading {
	text-align: center;
	position: absolute;
	height: 406px;
	width: 100%;
	background: #d9d9d9;
	display: none;
	/*display: block;*/
	bottom: 0;
	z-index: 1;
    filter:alpha(opacity=70);
    -moz-opacity:0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}
.popup .inner_table .table_container .loading img {
	margin-top: 100px;
}
@-webkit-keyframes rotation{
	from {-webkit-transform: rotate(0deg);}
	to {-webkit-transform: rotate(360deg);}
}
.Rotation{
	-webkit-transform: rotate(360deg);
	animation: rotation 3s linear infinite;
	-moz-animation: rotation 3s linear infinite;
	-webkit-animation: rotation 3s linear infinite;
	-o-animation: rotation 3s linear infinite;
}

.popup .inner_table .table_container {
	padding-top: 20px;
	padding-bottom:28px;
	position: relative;
	box-sizing: content-box;
	width: 100%;
	background: #fff;
	border-radius: 0 0 20px 20px;
}
.popup.instructions{
	transition: all 1s ease;
}
.popup.instructions .inner_table .table_container{
	padding-top: 0;
	height: 510px;
	padding-bottom: 40px;
}
.popup.instructions .inner_table .table_container .table_container_inner{
	/* width: 770px; */
	padding: 30px 15px 0 30px;
	height: 510px;
	overflow-y:auto; 
}

.popup.instructions .bot_line{
	/* width: 740px; */
	height: 1px;
	border-bottom:1px solid #e6e6e6;
  margin:10px 0;
}

.popup.instructions .inner_table .table_container .h3.part1_h3{
	padding-top: 10px;
}

/*滚动条*/

::-webkit-scrollbar {
  width: 18px;
  height: 14px;
}
 
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb {
  border-radius: 999px;
  border: 5px solid transparent;
}
 
::-webkit-scrollbar-track {
 /* box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;*/
}
 
::-webkit-scrollbar-thumb {
  min-height: 20px;
  background-clip: content-box;
  box-shadow: 0 0 0 5px rgba(174,174,174,1) inset;
}
 
::-webkit-scrollbar-corner {
  background: transparent;

}

.popup.instructions .inner_table .table_container .table_container_inner .bottom_div{

	border-top:1px solid #e6e6e6;
	padding-top: 20px;
	margin-top: 24px;
	position: relative;
}

.bottom_div .lk{
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 15px;
}


.popup.instructions .inner_table .table_container .table_container_inner .bottom_div b.consultation{
	font-weight: bold;
	font-size: 14px;
	color: #333;
	line-height: 14px;
	margin-bottom: 30px;
	display: block;
}

.popup.instructions .inner_table .table_container .table_container_inner .confirm_enter{
	width: 200px;
	height: 36px;
	background: #59b2a8;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	margin: 0 auto;
	border-radius: 5px;font-weight: bold;	
	cursor: pointer;
}




.popup .inner_table .table_container .warning {
	width: 732px;
	margin: 0 34px;
	height: 14px;
	padding: 17px 0 17px 20px;
	line-height: 14px;
	background: url("../img/warning.png") center left no-repeat;
	background-size: 16px 16px;
	color: #fa2e47;
	font-size: 14px;
}
.popup .inner_table .table_container .div_tr {
	position: relative;
	width: 732px;
	height: 58px;
	line-height: 58px;
	margin: 0 auto;
	font-size: 16px;
	color: #999;
}
.popup .inner_table .table_container .div_tr.submit_div{
	margin:25px auto 0;
}


.popup .inner_table .table_container .div_tr span.title {
	display: inline-block;
	width: 54px;
	height: 100%;
	font-size: 16px;
  color: #999;
	padding-left: 30px;
	text-align: left;
	background-size: 24px 24px;
}
.popup .inner_table .table_container .div_tr .wrong span.title {
	color: #fa3049;
}

/*instructions样式*/
.instructions .inner_table .table_container .h2{
	font-size: 17px;
	color: #333;
	line-height:32px;
	font-weight: bold;
}
.instructions .inner_table .table_container .h3{
	padding-left:20px;
	font-size: 17px;
	color: #333;
	line-height:32px;
	font-weight: bold;
}
.instructions .inner_table .table_container .p1{
	font-size: 14px;
	color: #333;
	line-height:28px;
	padding-left: 20px;
}
.instructions .inner_table .table_container .p1 .span1{
	color: red;
  font-weight: bold;
}
.instructions .inner_table .table_container .p1 .span2{
  font-weight: bold;
	color: #000;
}

.instructions .inner_table .table_container .p2{
	font-size: 14px;
	color: #333;
	line-height:28px;
	padding-left:35px;
}
.instructions .inner_table .table_container .p2 span{
	color: #000;
  font-weight: bold;
}



span.zh {
	background: url("../img/zh.png") left center no-repeat;
}
span.qq {
	background: url("../img/qq_white.png") left center no-repeat;
}
.wrong span.qq {
	background: url("../img/qq_red.png") left center no-repeat;
}
span.xm {
	background: url("../img/xm.png") left center no-repeat;
}
.wrong span.xm {
	background: url("../img/xm_red.png") left center no-repeat;
}
span.dq {
	background: url("../img/dq.png") left center no-repeat;
}
span.em {
	background: url("../img/em.png") left center no-repeat;
}
span.sf {
	background: url("../img/sf.png") left center no-repeat;
}
.wrong span.sf {
	background: url("../img/sf_red.png") left center no-repeat;
}
span.sr {
	background: url("../img/sr.png") left center no-repeat;
}
span.xb {
	background: url("../img/xb.png") left center no-repeat;
}
span.xl {
	background: url("../img/xl.png") left center no-repeat;
}
.wrong span.xl {
	background: url("../img/xl_red.png") left center no-repeat;
}

.popup .inner_table .table_container .div_tr .div_col2 {
	position: relative;
	float: left;
	width: 352px;
	border-bottom: 1px dashed #999;
}
.popup .inner_table .table_container .div_tr .div_col2.red {
	border-bottom: 1px dashed #ff0000;
}

.popup .inner_table .table_container .div_tr input.text {
	border: 0px;
	height: 54px;
	color: #000;
	font-size: 16px;
	box-sizing: content-box;
}
.popup .inner_table .table_container .div_tr input[disabled] {
	background: #fff;
	color: #ccc;
}
.popup .inner_table .table_container .div_tr input.text.wrong {
	border-color: #fa3049;
}
.popup .inner_table .table_container .div_tr .div_col2 input[type=text] {
	width: 242px;
	padding-left: 8px;
	font-size: 16px;
	height: 40px;
}
.popup .inner_table .table_container .div_tr .div_col2 input[readonly] {
	color: #000;
	font-size: 14px;
	width: 125px;
	padding-left: 10px;
	margin-right: 8px;
	height: 34px;
	border: 1px solid #999 ;
	border-radius: 5px;
	box-sizing: content-box;
	background: url("../img/ca.png") no-repeat;
	background-size: 16px 16px;
	background-position: 112px;
}
.popup .inner_table .table_container .div_tr .div_col2 span.radio_span {
	width: 56px;
	padding-left: 8px;
	text-align: left;
}
.popup .inner_table .table_container .div_tr .div_col2 .radioarea {
	vertical-align: middle;
	position: relative;
	display: inline-block;
	border: 1px solid #666666;
	border-radius: 10px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: #fff;
}
.popup .inner_table .table_container .div_tr .div_col2 .radioarea.selected {
	background: #ff0000;
}
.popup .inner_table .table_container .div_tr .div_col2 .radioarea input[type=radio] {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	cursor: pointer;
    filter:alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;

}
.popup .inner_table .table_container .div_tr select {
	color: #000;
	font-size: 16px;
	width: 236px;
	padding-left: 10px;
	margin-right: 8px;
	height: 34px;
	box-sizing: content-box;
}
.popup .inner_table .table_container .div_tr select.province {
	width: 110px;
}
.popup .inner_table .table_container .div_tr .div_col2.wrong {
	color: #fa3049;
	border-color: #fa3049;
}
.popup .inner_table .table_container .div_tr .div_col2.wrong select {
	border-color: #fa3049;
}
.popup .inner_table .table_container .div_tr .div_col2 select[disabled] {
	background: #ebebe4;
}
.popup .inner_table .table_container .div_tr .div_col1 {
	width: 708px;
	float: left;
	padding-right: 26px;
	border-bottom: 1px dashed #999;
}
.popup .inner_table .table_container .div_tr .div_col1 input[type=text] {
	width: 607px;
	padding-left: 8px;
}
.popup .inner_table input[type=submit] {
	border: 0;
	cursor: pointer;
	display: block;
	box-sizing: content-box;
	width: 260px;
	height: 50px;
	margin: 6px auto;
	border-radius:5px;
	background: #59b2a8;
	color: #fff;
	font-size: 18px;
}
.popup .inner_table .table_container .div_tr input.submit[disabled] {
	background: #d9d9d9;
	color: #fff;
}
.popup .inner_table .div_tr img.go {
	display: block;
	position: absolute;
	top: 15px;
	right: 315px;
}


.popup .inner_table .div_container {
	background: #fff;
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	padding: 30px 0 20px;
	text-align: center;
	box-sizing: content-box;
	border-radius: 0 0 20px 20px;
}
.popup .inner_table .div_container div {
	box-sizing: content-box;
}
.popup .inner_table .div_container>img {
	position: absolute;
	top: 70px;
	right: 212px;
}
.popup .inner_table .div_container .QRcode_header {
	color: #666;
	font-size: 16px;
}
.popup .inner_table .div_container .QRcode_header b {
	font-weight: bold;
}
.popup .inner_table .div_container .div_QRcode {
	box-sizing: content-box;
	width: 220px;
	height: 240px;
	margin: 20px auto 10px;
	border: 2px dashed #fa2e47;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.popup .inner_table .div_container .div_QRcode img {
	margin-bottom: 8px;
}
.popup .inner_table .div_container .div_QRcode b {
	color: #fa2e47;
}
.popup .inner_table .div_container .div_QRcode_tail {
	width: 262px;
	margin: 0 auto;
	text-align: left;
	color: #b2b2b2;
	font-size: 12px;
}
.popup .inner_table .div_container input[type=submit] {
	margin: 10px auto;
}

.div_center_parent {
	display: block;
	margin: 0 auto;
	padding: 78px 0 0; 
}
.div_center_parent>img {
	position: absolute;
	top: 116px;
	right: 164px;
}


/*.div_col2 b.icon{
	position: absolute;
	top: -3px;
	left:-7px;
	color: #f40;
}*/


.agreement-info {
	margin: 0 34px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #999;
	cursor: pointer;
}
.agreement-info .checkbox {
	display: inline-block;
	height: 40px;
	width: 30px;
	vertical-align: middle;
	background: url("../img/checkbox.png") left center no-repeat;
}
.agreement-info .checkbox.checked {
	background: url("../img/checkbox-checked.png") left center no-repeat;
}
.agreement-info a {
	text-decoration: underline;
	color: #f9223c;
}

.col-md-2{
	float: left;
}

span.dq{
	float: left;
}
.popup .inner_table .table_container div.area{
	width: 610px;
}
.popup .inner_table .table_container .div_tr select.form-control{
	width: 145px;
	border:1px solid #ccc;
}