/*按钮样式*/
.Jsp-Bth{ display: inline-block;margin: 0;line-height: 1;white-space: nowrap;/*不换行*/cursor: pointer;background: #fff;border: 1px solid #d8dce5;color: #5a5e66;-webkit-appearance: none;/*看起来不像bottom*/text-align: center;-webkit-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-transition: .1s; transition: .1s; font-weight: 500; padding: 6px 10px;font-size: 12px;border-radius: 4px;-webkit-user-select: none;/*里面的文字不能被用户选中*/-moz-user-select: none; -ms-user-select: none;text-decoration:none;}
/*禁止的样式,隐藏cursor: not-allowed;*/
.forbid{ opacity: .5;display:none;}
/*禁止的样式隐藏*/
.forbidhidden{display:none;}
.Jsp-Bth+.Jsp-Bth{margin-left: 10px;}
.Jsp-BthBlue,.Jsp-BthBlue-P:hover{color: #fff;background-color: #f05d4b;border-color: #f05d4b;}
.Jsp-BthGreen,.Jsp-BthGreen-P:hover{color: #fff;background-color: #67c23a;border-color: #67c23a;}
.Jsp-BthGray,.Jsp-BthGray-P:hover{background-color: #878d99;border-color: #878d99;color: #fff}
.Jsp-BthYellow,.Jsp-BthYellow-P:hover{background-color: #eb9e05;border-color: #eb9e05;color: #fff;}
.Jsp-BthRed,.Jsp-BthRed-P:hover{background-color: #fa5555; border-color:#fa5555; color: #fff;}
.Jsp-BthBlank:hover,.Jsp-BthBlank-R:hover{color: #f05d4b;background-color: #ecf5ff;border-color: #c6e2ff;}
.Jsp-BthBlue:hover,.Jsp-BthBlue-R:hover{background-color: #f05d4b;border-color: #f05d4b;color: #fff;}
.Jsp-BthGreen:hover,.Jsp-BthGreen-R:hover{color: #fff;background-color: #99CC33;border-color: #99CC33;}
.Jsp-BthGray:hover,.Jsp-BthGray-R:hover{background-color: #9fa4ad;border-color: #9fa4ad;color: #fff;}
.Jsp-BthYellow:hover,.Jsp-BthYellow-R:hover{background-color: #efb137;border-color: #efb137;color: #fff;}
.Jsp-BthRed:hover,.Jsp-BthRed-R:hover{background-color: #FF6666;border-color: #FF6666;color: #fff;}

.upg-title{height:36px;border-bottom:1px solid #e1e1e1;font-size:22px;font-weight: 600;}
.btn-group{width: 100%; height: 20px;padding-top: 10px;}
.btn-group > a{float: right;}
.submit{width: 80px;}
.form-label{float: left;height: 100%;line-height: 30px;font-size: 14px;padding-right: 10px;padding-left: 6px;margin-top: 0px;}
.formControls{float: left;height: 100%;line-height: 30px;margin-bottom: 10px;margin-top: 0px;}

.Verification_btn{
    float: left;
    width: 130px;
    height: 32px;
    background-color: #ef6958;
	margin-left: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    border-radius: 2px;
}
.Verification_btn:hover{
    color: #fff;
}


/*内容*/
#container > #content > .container{
	padding: 0 20px;
}
.input-text, .textarea {
     width: 90%; 
     height: 32px;
}
.modify_information_big{
	width: 100%;
    background-color: #fff;
    padding-bottom: 20px;
	padding: 40px 36px 70px 36px;
}
.basic_information_box{
	width:100%;
	padding: 0 10px 0px 10px;
	overflow: hidden;
	/*border-bottom: 1px solid #E3e3e3;*/
}
.basic_information_title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
}
/*右边头像框*/
.container_box_big{
	background-color: #fff;
}
.left_portrait_box{
	width: 205px;
	float: left;
	margin-right: 30px;
	
}
.photos_img_box{
	position: relative;
	width: 205px;
	height: 205px;
	border:1px solid #e3e3e3;
}
.photos_img_box > img{
	position: absolute;
	max-width: 205px;
	max-height: 205px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
.con4{
     height: auto;
     overflow: hidden;
     color: #FFFFFF;
}
.upload_pic{
     display: block;
     width: 100%;
     height: 40px;
     position: absolute;
     left: 0;
     top: 0;
     opacity: 0;
     border-radius: 5px;
}
#cvs{
	position: absolute;
	width: 86px;
	height: 86px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border: 1px solid #d3d3d3;
	border-radius: 60px;
	background-image: url(../img/member/portrait.png);
}
.modify_btn{
	display: block;
	width: 102px;
	height: 36px;
	color: #fff;
	background-color: #0097e5;
	text-align: center;line-height: 25px;
	border-radius: 4px;
	margin: auto;

}
.modify_btn:hover{
	background-color: #19a1e8;
 	color: #eff7fd;
}
.photos_explain_txt{
	font-size: 16px;
	color: #333;
	text-align: center;
	margin: 20px 0;
}
/*右边信息*/
.textarea{border: 1px solid #ddd;}
.right_information_box{
	float: left;
	width: calc(100% - 235px);
	
}
.user_name_box{
	overflow: hidden;
	margin-bottom: 20px;
}
.user_name_asterisk{
	float: left;
	font-size: 16px;
	color: #ff0000;
	margin-top: 8px;
}
.user_name_txt{
	float: left;
	width: 84px;
	font-size: 16px;
	color: #333;
	margin: 6px 15px;
}
.number_input_box{
	float: left;
	width: 40%;
	margin-right: 20px;
}
.number_input{
	float: left;
	
	height: 36px;
	font-size: 16px;
	background-color: #f5f5f5;
	padding-left: 20px;
}
.confirm_btn{
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #0097e5;
	margin-top: 6px;
}
/*个人信息*/
.personal_information_big{
	position: relative;
	width: 100%;
	padding: 0 10px;
	background-color: #fff;
}
.personal_information_title_box{
	overflow: hidden;
}
.personal_information_title{
	position: relative;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	text-align: left;
	padding: 30px 0;
}
.real_name_box{
	overflow: hidden;
	margin-bottom: 30px;
}
.real_name_asterisk{
	float: left;
	width: 3px;
	margin-right: 20px;
	margin-top: 3px;
}
.real_name_asterisk{
	font-size: 16px;
	color: #ff0000;
}
.real_name_txt{
	float: left;
	width: 112px;
	font-size: 14px;
	color: #333;
	/* margin-top: 6px; */
	text-align: left;
	margin-right: 4px;
}
.real_name_txt2{
	float: left;
	font-size: 14px;
	color: #333;
	/* margin-top: 6px; */
	text-align: right;
}
.name_input_box{
	float: left;
}
.name_input{
	height: 32px;
	padding-left: 20px;
	border:1px solid #c1c1c1;
	font-size: 14px;
	color: #333;
}
/*性别选项*/
.gender_box{
	overflow: hidden;
	margin-bottom: 20px;
}
.radio_box{
	float: left;
}
.radio {
    display: inline-block;
    position: relative;
    margin-right: 10px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    padding-left: 0;
}
.radio .radio-bg {
    display: inline-block;
    height: 20px;
    width: 20px;
    margin-right: 5px;
    padding: 0;
    border: 1px solid #c1c1c1;
    border-radius: 40px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.2s ease;
}
.radio input:checked + radio.radio-bg{
    width: 10px;
    height: 10px;
    position: absolute;
    background-color: #0097e5;
    top: 5px;
    left: 5px;
    /*background-image: linear-gradient(#ffffff 0, #e7e7e7 100%);*/
    transform: scale(0, 0);
    transition: all 0.2s ease;
    transform: scale(1, 1);
    display: inline-block;
    border-radius: 30px;
}
.radio input {
    display: none;
}
.real_name_box2{
	overflow: hidden;
}
/*省份城市下拉*/
#textBirthDate{
	/*width: 32%;*/
}
.name_input_box > select{
	width: 32%;
	height: 32px;
	border:1px solid #c1c1c1;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	background-image: url(../img/member/down.png);
	background-repeat: no-repeat;
	background-position: 94% 12px;
}
/*多行输入框*/
.textarea_box{
	float: left;
}
.radio, .checkbox{
	margin-top: 0px !important;
}
/*证件照扫描*/
.certificate_photo_box_big{
	width: 100%;
	overflow: hidden;
	padding: 0 10px;
	background-color:#fff;
}
.certificate_photo_box{
	float: left;
	width: 70%;
}
.certificate_photo_box > li{
	display: inline-block;
	position: relative;
	width: 30%;
}
.positive_box1{
	margin-right: 8%;
}
.ID_card_txt{
	font-size: 14px;
	color: #333;
	text-align: center;
	margin-bottom: 20px;
}
input[type=file] {
    opacity: 0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.card_box{
	position: relative;
	width: 100%;
	height: 150px;
	border:1px solid #c1c1c1;
	display: inline-block;
	margin-bottom: 15px;
}
.card_box > img {
	position: absolute;
   height:100%;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   margin: auto;
   padding: 10px;
}
/*补充信息*/
.supplementary_information_big{
	padding: 0 10px;
}
.supplementary_information_ctn{
	width: 55%;
}
.basic_information_title{
	padding: 0px 0 30px 0;
}
.submit_btn{
	display: block;
	width: 160px;
	height: 36px;
	background-color: #ef6958;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 36px;
	border-radius: 4px;
	margin-top: 40px;
	margin-bottom: 30px;
}
.submit_btn:hover{
	background-color: #ef6958;
  	color: #eff7fd;
}
/*企业会员页面*/
.corporate_information_box_big{
	position: relative;
	width: 68%;
	padding-bottom: 30px;
	/*border-top:1px solid #e3e3e3;*/
}
.corporate_information_box{
	width: 100%;
    padding: 0 10px;
}
.column_input_box{
	float: left;
	overflow: hidden;
	margin-right: 2%;
	margin-bottom: 10px;
}
.column_input{
	float: left;
	width: 75%;
	height: 32px;
	font-size: 16px;
	border:1px solid #c1c1c1;
	padding-left: 20px;
	margin-right: 10px;
}
.column_input_unit{
	float: left;
	font-size: 16px;
	color: #333;
	margin-top: 4px;
}
/*股权结构*/
.equity_box{
	width: 100%;
	padding: 0 10px;
}
.new_box_big{
	overflow: hidden;
}
.name_shareholder_box{
	width: 16.5%;
	float: left;
}
.name_shareholder{
	font-size: 16px;
	color: #333;
}
.financing_div{
	width: 20%;
	float: left;
}
.name_shareholder > span{
	font-size: 16px;
	color: #ff0000;
}
.shareholder_input_box{
	margin-top: 10px;
}
.shareholder_input_box > select{
	width: 82%;
	height: 36px;
	border:1px solid #c1c1c1;
	font-size: 14px;
	color: #333;
	padding-left: 20px;
	margin-right: 20px;
	background-image: url(../img/member/down.png);
	background-repeat: no-repeat;
	background-position: 95% 12px;
}
.financing_inp{
	width: 60%;
	float: left;
	display: inline-block;
	position: relative;
	top: -10px;
}
.shareholder_input{
	width: 64%;
	height: 32px;
	border:1px solid #c1c1c1;
	font-size: 16px;
	padding-left: 20px;	
}
.new_btn{
	float: left;
	width:80px;
	height: 32px;
	background-color: #0097e5;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 32px;
	border-radius:4px;
	margin-top:32px;
	cursor:pointer;
}
/*股权结构表格*/
.form_box{
	width: 100%;
	margin-top: 15px;
}
.form_table{
	width: 100%;
}
.form_table > tbody > tr > td{
	width: 25%;
	font-size: 16px;
	color: #333;
	padding: 8px 0;
}
.form_table > tbody > tr >.delete{
	color: #0097e5;
	cursor:pointer;
}
.form_table3 > tbody > tr >.delete{
	color: #0097e5;
	cursor:pointer;
}
.form_table4 > tbody > tr >.delete{
	color: #0097e5;
	cursor:pointer;
}
.form_box2{
	width: 100%;
	margin-top: 15px;
}
.form_table2{
	width: 100%;
}
.form_table2 > tbody > tr > td{
	width: 16.5%;
	font-size: 16px;
	color: #333;
	padding: 8px 0;
}
.form_table2 > tbody > tr >.delete{
	color: #0097e5;
	cursor:pointer;
}
/*投融资信息*/
.new_ctn_box_big{
	margin-bottom: 30px;
}
.new_ctn_box{
	width: 76%;
	float: left;
}
.new_ctn_box_big{
	overflow: hidden;
}
.new_title{
	float: left;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	margin-right: 20px;
}
.name_shareholder_box2{
	width: 50%;
	float: left;
}
.form_box3{
	margin-top: 15px;
}
.form_table3{
	width: 100%;
}
.form_table3 > tbody > tr > td {
    width: 28%;
    font-size: 16px;
    color: #333;
    padding: 8px 0;
}
/*项目名称*/
.form_box4{
	margin-top: 15px;
}
.project_name{
	width: 40%;
    float: left;
}
.project_name_input{
	width: 82%;
    height: 32px;
    border: 1px solid #c1c1c1;
    font-size: 16px;
    padding-left: 20px;
}
.form_table4 {
    width: 90%;
}
.form_table4 > tbody > tr > .project_name_title{
	 width: 40%;
    font-size: 16px;
    color: #333;
    padding: 8px 0;
}
.form_table4 > tbody > tr > td{
	width: 16.5%;
	font-size: 16px;
	color: #333;
	padding: 8px 0;
}
/*附件信息*/
.Upload_file_box_big{
	overflow: hidden;
	margin-bottom: 40px;
}
.Upload_file_box{
	width: 10%;
	float: left;
	position: relative;


}
.Upload_file_box > input{
	 position: absolute;
    font-size: 100px;
    right: 0;
    top: 0;
    opacity: 0;
}
.Upload_file_box > a{
	 display: block;
	 width: 100%;
	 height: 32px;
	 background-color: #e7e7e7;
	 border-radius: 4px;
	 border:1px solid #c1c1c1;
	 font-size: 14px;
	 color: #999999;
	 text-align: center;
	 line-height: 32px;
	 white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.describe_box{
	float: left;
	width: 60%;
	margin-left: 20px;
}
.describe_box > textarea{
	float: left;
	width: 80%;
	height: 32px;
	border:1px solid #c1c1c1;
	font-size: 14px;
	 color: #999999;
}
.describe_box > a{
	float: left;
	display: block;
	width: 68px;
	height: 32px;
	background-color: #f05d4b;
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
}
.file_encryption{
	float: left;
}

/*开关切换*/
.file_encryption_title{
	float: left;
	font-size: 14px;
	color: #333;
	line-height: 36px;
	margin-right: 20px;
}
.slide-btn{
      width:100px;
      display:inline-block;
      border:1px solid;
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
      border-radius:5px;
      position: relative;
      overflow: hidden;
      cursor: pointer;
    }
    .slide-btn .inner-on,.slide-btn .inner-off{
      width:151px;
      box-sizing:border-box;
      display: inline-block;
      position: relative;
      left:0;
      cursor: pointer;
      transition:left 0.5s;
    }
    .inner-on .left,.inner-off .left{
      width: 50px;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background:#58b058;
      text-align:center;
      display: inline-block;
      padding: 4px 0;
      font-size: 16px;
    }
    .inner-on .space,.inner-off .space{
      width: 51px;
      display: inline-block;
      box-sizing:border-box;
      padding: 4px 0;
      color: #fff;
      background-color: #f5f5f5;
      border-left: 1px solid #cccccc;
      border-right: 1px solid #cccccc;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
      border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    }
    .inner-on .right,.inner-off .right{
      width: 50px;
      color: #fff;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background:#f9a123;
      text-align:center;
      display: inline-block;
      padding: 4px 0;
      font-size: 16px;
    }
/*附件删除*/
.annex_box{
	overflow: hidden;
	margin-bottom: 25px;
}
.annex_title{
	float: left;
	width: 10%;
	font-size: 14px;
	color: #333333;
	margin-right:5%;
	line-height: 1.6;
}
.annex_txt{
	width: 60%;
	float: left;
	font-size: 14px;
	color: #333333;
	margin-right:5%;
	line-height: 1.6;
}
.annex_txt_delete{
	float: left;
	font-size: 14px;
	color: #f05d4b;
}
/*备注*/
.remarks_box_big{
	padding-bottom: 60px;
}
.remarks_title{
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
}
.remarks_txt{
	font-size: 14px;
	color: #333;
	line-height: 1.6;
}

/*商家信息*/
/*增加的服务范围*/
.service_scope_box{
	padding: 0 10px;
}
.scope_service_ctn_box{
	overflow: hidden;
}
.scope_service_ctn{
	float: left;
	width: 50%;
}
.scope_service_ctn > li{
	display: inline-block;
	width: 16%;
	height: 36px;
	border:1px solid #c1c1c1;
	margin-right: 3%;
	margin-bottom: 20px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 36px;
	cursor:pointer;
}
.scope_service_ctn > .on{
	background-image: url(../img/member/on.png);
	background-repeat: no-repeat;
	background-position-x:right;
	background-position-y:bottom;
}
.scope_service_txt{
	float: left;
	font-size: 12px;
	color: #0097e5;
}

.item-list{overflow: hidden;font-size: 12px;}
.item-list > a,
.item-list > li{float: left;border: 1px solid #ccc;min-width: 60px;padding:0 18px;height: 28px;line-height: 28px;text-align: center;margin:0 15px 10px 0;background-color: #fff;cursor: pointer;color: #666; list-style: none;}
.item-list > a:hover,
.item-list > li:hover{border-color:#31adfc;text-decoration: none;}
.item-list .pitch,
.item-list .pitch:hover{border-color:#31adfc;background: url(../img/icon-on.gif) right bottom no-repeat;text-decoration: none;}

	#Introduce,
	#Services,
	#PreferentialPolicy,
	#Traffic,
	#Complement
	{
		height: 300px;
	}
	#textIntroduce {
		/*height: 300px;*/
	}


/* 平板电脑 */
@media (min-width:768px) and (max-width:1440px ) {
	.number_input_box {
		width: 60%;
	}
	.certificate_photo_box > li {
		width: 31%;
	}
	.card_box{height: 120px;}
}


@media only screen and (max-width: 780px) {
	.personal_information_title{display: none;}
    .left_portrait_box {
        width: 205px;
        clear: both;
        margin-left: 20%;
    }

    .user_name_txt {
        width: 84px;
        font-size: 16px;
        color: #333;
        margin: 6px 15px;
    }

    .btn {
        margin-bottom: 10px;
    }

    .right_information_box {
        float: left;
        width: 100%;
    }

    .number_input_box {
        clear: both;
        width: 60%;
        margin-right: 20px;
    }
    /*个人信息*/
    .personal_information_big {
        width: 100%;
        padding: 0 10px;
    }

    .name_input_box {
        float: left;
        width: 100%;
    }


    .real_name_txt {
        width: 40%;
        font-size: 16px;
        color: #333;
        margin-top: 6px;
    }

    .name_input_box > select {
        width: 100%;
        height: 36px;
        border: 1px solid #c1c1c1;
        font-size: 14px;
        color: #333;
        padding-left: 20px;
        margin-right: 20px;
        background-image: url(../img/member/down.png);
        background-repeat: no-repeat;
        background-position: 95% 12px;
        margin-top: 20px;
    }

    .real_name_box {
        overflow: hidden;
        margin-bottom: 15px;
    }
    /*多行输入框*/
    .textarea_box {
        width: 100%;
    }
    /*证件照扫描*/
    .certificate_photo_box {
        width: 100%;
        margin: auto;
        margin-left: 13%;
        margin-top: 10px;
    }

        .certificate_photo_box > li {
            display: inline-block;
            position: relative;
            width: 100%;
        }

    .positive_box1 {
        margin-right: 0;
    }

    .supplementary_information_ctn {
        width: 100%;
    }
    /*企业会员页面*/
    .modify_information_big {
        padding: 0 10px;
        margin-top: 0;
    }

    .corporate_information_box {
        width: 100%;
    }

    .column_input_box {
        float: left;
        overflow: hidden;
        margin-right: 2%;
        margin-bottom: 10px;
        width: 100%;
    }

    .column_input {
        width: 87%;
    }
    /*股权结构*/
    .name_shareholder_box {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .shareholder_input {
        width: 100%;
    }

    .new_btn {
        float: right;
    }

    .form_box {
        width: 100%;
        margin-top: 15px;
    }
    /*投融资信息*/
    .new_title {
        width: 100%;
        font-size: 16px;
        color: #333;
        font-weight: normal;
        margin-right: 20px;
        margin-bottom: 10px;
        font-weight: bold;
    }

    .new_ctn_box {
        width: 100%;
        float: left;
    }

    .name_shareholder_box2 {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
    /*附件上传*/
    .Upload_file_box {
        width: 100%;
        float: left;
        position: relative;
        margin-bottom: 10px;
    }

    .describe_box {
        float: left;
        width: 100%;
        margin-left: 0;
        margin-bottom: 10px;
    }

    .file_encryption_title {
        font-size: 16px;
    }

    .describe_box > a {
        width: 66px;
    }

    .annex_title {
        float: left;
        font-size: 16px;
        color: #333333;
    }

    .annex_txt {
        float: left;
        width: 66%;
        font-size: 16px;
        color: #333333;
        margin-right: 5%;
        line-height: 1.6;
    }

    .annex_txt_delete {
        float: left;
        font-size: 16px;
        color: #0097e5;
    }

    .Demand_title_switch {
        border-bottom: 2px solid #0097e5;
        overflow: hidden;
        width: 100%;
    }

        .Demand_title_switch li {
            display: inline-block;
            /*width: 110px;*/
            padding: 0 10px;
            height: 40px;
            font-size: 14px;
            color: #333;
            text-align: center;
            line-height: 40px;
            cursor: pointer;
            background: #d1d1d1;
        }

        .Demand_title_switch .on {
            background-color: #0097e5;
            color: #fff;
            box-shadow: 0 2px 10px 0 #a1d9f5;
        }

		/* 调整的CSS */
		.personal_information_big{
			padding: 0;
		}
		.real_name_txt2{
			text-align: left;
			font-size: 16px;
			margin-bottom: 8px;
		}
		.basic_information_box{
			padding: 0 10px 15px 10px;
		}
		.personal_information_title{
			margin: 0;
			text-align: left;
			padding: 0 0 15px 0;
		}
		.name_input{
			font-size: 16px;
		}
		#Introduce,
		#Services,
		#PreferentialPolicy,
		#Traffic,
		#Complement
		{
			height: 100px;
		}
		.modify_information_big{
			margin-top: 0;
		}
		/* 信息页增加的 */
		#container > #content > .container{
			padding: 0 ;
		}
		.basic_information_title{
			padding: 15px 0;
		}
		.modify_information_big{
			padding: 15px 0px;
			padding-bottom: 10px;
		}
		.basic_information_box{
			padding: 0;
		}
		.personal_information_big{
			padding-top: 0px;
		}
		.real_name_asterisk {
			float: left;
			width: 3px;
			margin-right: 5px;
			margin-top: 3px;
		}
		.real_name_txt{
			width: 40%;
			font-size: 16px;
			color:#333;
			margin-top: 6px;
			margin-bottom: 5px;
		}
		#province_sl {
			width: 48.5%;
			float: left;
			margin-right: 1.5%;
			margin-top: 0;
		}
		#city_sl {
			width: 48.5%;
			float: left;
			margin-left: 1.5%;
			margin-right: 0;
			margin-top: 0;
			
		}
		#textIntroduce {
			height: 150px;
		}
		.item-list > a, .item-list > li{
			min-width: 30%;
			height: 28px;
			line-height: 28px;
			margin: 0 1.5% 10px 1.5%;
			font-size: 15px;
		}
		.certificate_photo_box{
			margin-left: 0%;
		}
		.input-text, .textarea{
			width: 100%;
		}
		.input-text, .textarea{
			height: 40px;
		}
		.certificate_photo_box_big{
			padding: 0 0;
		}
		.submit_btn{
			width: 100%;
			height: 40px;
			font-size: 16px;
			margin-top: 15px;
			margin-left: 0;
			line-height: 40px;
		}
		.ID_card_txt{
			font-size: 16px;
		}
		.card_box{
			margin-bottom: 0;
		}
		/* 上传头像 */
		.left_portrait_box{
			width: 100%;
			margin-left: 0;
		}
		.photos_img_box{
			width: 150px;
			height: 150px;
			margin: auto;
		}
		.photos_img_box > img{
			max-width: 150px;
    		max-height: 150px;
		}
		.photos_explain_txt{
			margin: 15px 0;
		}
		#upload {
			height: 40px;
			width: 150px;
			font-size: 16px;
			padding: 0;
			line-height: 40px;
		}
		.number_input_box{
			width: 100%;
		}
		.user_name_box{
			margin-bottom: 15px;
		}
		.user_name_txt{
			margin: 0 0 8px 0;
		}
		.real_name_txt{
			margin-top: 0;
		}
		.personal_information_title{
			padding: 5px 0 15px 0;
		}
		.gender_box{
			margin-bottom: 10px;
		}
		.real_name_txt{
			width: 100%;
		}
		.radio,#province_sl,#city_sl{
			font-size: 16px;
		}
	}
	