/*2017.3.23 jiang */
/*填写项目信息*/

*{
	font-family: "Microsoft YaHei";
}
body{
	background-color: #fcfcfc;
	position: relative;
}
.pr{
	position: relative;
}
.hidden{
	display: none;
}
.mainbody h2.tit{
	font-size: 26px;
	color: #333;
	font-weight: 500;
	text-align: center;
	padding: 40px 0;
}
.fill{
	padding: 20px 40px;
	border: 1px solid #eee;
	background-color: #fff;
	margin-bottom: 50px;
}
.fill h3{
	height: 60px;
	font-weight: 500;
	font-size: 18px;
	color: #ff7e00;
	border-bottom: 1px dashed #ececec;
}
.fill h3 img{
	vertical-align: middle;
	padding-right: 15px;
}
/*表单*/
.all_forms label.control-label{
	width: 130px;
	padding-right: 45px;
	text-align: right;
	cursor: default;
}
.all_forms .pro-title label.tit, .all_forms .pro-hy label.hy, .all_forms .pro-video label.video, .all_forms .pro-plan label.plan, .all_forms .pro-group label.group, .all_forms .pro-category label.category, .pro-teastu .teastu{
	height: 42px;
	line-height: 42px;
}
.all_forms input.input-txt{
	width: 367px;
	padding: 10px;
	box-shadow: none;
	margin-bottom: 0;
}
.all_forms select{
	width: 367px;
	height: 42px;
	box-shadow: none;
	border: 1px solid #ddd;
	margin-bottom: 0;
	font-family:'Microsoft YaHei';
}
.all_forms select:focus{
    border-color: rgba(255, 126, 0, 0.8);
    outline: 0;
    outline: thin dotted\9;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
}
.all_forms .sep{
	padding-top: 20px;
	padding-bottom: 20px;
}
.all_forms .bor-b{
	border-bottom: 1px solid #f5f5f5;
}
.pro-plan{ position: relative;}
.pro-cover .cover-image{
	width: 135px;
	height: 135px;
	position: relative;
	display: inline-block;
}
.pro-cover .cover-image img{
	max-height : 100%;
}
.pro-cover .upload-cover-btn{
	width: 135px;
	height: 135px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	display: inline-block;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;

}
.radio, .checkbox{
	padding: 0;
	margin-bottom: 15px;
}
.radio-group .radio span, .checkbox-group .checkbox span{
	padding-left: 10px;
	vertical-align: middle;
}
.radio-group .radio:last-child, .checkbox-group .checkbox:last-child{
	margin-bottom: 0;
}
.pro-intro textarea.multitext{
	width: 993px;
	height: 160px;
	overflow-y: auto;
	padding: 15px;
}
.pro-intro .msg{
	color: #aaa;
	font-size: 14px;
	text-align: right;
}
.color-o{
	color: #ff7e00;
}
.color-r{
	color: #ff5533;
	vertical-align:bottom;
}
.pro-video .cover-video{
	width: 147px;
	height: 42px;
	line-height: 42px;
	background-color: #e2f5f4;
	border: 1px solid #1cbcb4;
	font-size: 16px;
	color: #1cbcb4;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
	margin-left: 0px;
}
a:hover{
	text-decoration: none;
}
.pro-video .msg{
	color: #aaa;
	font-size: 14px;
	vertical-align: middle;
}
.pro-video .upload-video-btn{
	width: 147px;
	height: 42px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	display: inline-block;
	filter: alpha(opacity=0);
	opacity: 0;
	cursor: pointer;

}
.pro-plan .file-upload{
	margin-bottom: 30px;
}
.pro-plan .file-download{
	width: 981px;
	margin-left: 165px;
}
.pro-plan .file-download .upload-file-delete{
	position: absolute;
	top: -10px;
	right: 30px;
}
.pro-plan .file-download ul{
	margin-right: 20px;
}
.file-download ul li{
	width: 135px;
	float: left;
	text-align: center;
	position: relative;
}
.file-download ul li .ico{
	width: 40px;
	height: 50px;
	background:url(../images/fillprojectinfo-filetype.gif) 0 0 no-repeat;
	background-size:cover;
	margin: 0 auto 5px;
	display: block;
}
.file-download ul li.xlsx .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -91px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.xls .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -91px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.ppt .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -183px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.pptx .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -183px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.pdf .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -266px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.zip .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -359px 0 no-repeat;
	background-size:cover;
}
.file-download ul li.rar .ico{
	background:url(../images/fillprojectinfo-filetype.gif) -450px 0 no-repeat;
	background-size:cover;
}

.file-download ul li .name{
	font-size: 14px;
	color: #666;
}
.file-download .upload-file, .pro-plan .upload-file-initial{
	width: 147px;
	height: 42px;
	line-height: 42px;
	background-color: #e2f5f4;
	border: 1px solid #1cbcb4;
	font-size: 16px;
	color: #1cbcb4;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
.uploadify{position: absolute;top:0;left: 0;}
.swfupload{position: absolute;top: 0;left: 0;}
.pro-plan .upload-file-btn{
	width: 147px;
	height: 42px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
}
.pro-plan .msg{
	color: #aaa;
	font-size: 14px;
	position: absolute;
	top:33px;
	left:335px;
}
.btn-next{
	text-align: center;
}
.btn-next a{
	width: 364px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background-color: #ff7e00;
	border: none;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin: 50px auto 0;
	display: inline-block;
}
.btn-next a:hover{
	background-color: #ff5533;
}
.btn-next .prev{
	background-color: #e2f5f4;
    border: 1px solid #1cbcb4;
	color: #1cbcb4;
	margin-left: 20px;
}
.btn-next .prev:hover{
	background-color: #1cbcb4;
	color: #fff;
}


/*修改bootstrap 输入框样式*/
textarea,
input[type = "text"],
input[type = "password"],
input[type = "datetime"],
input[type = "datetime-local"],
input[type = "date"],
input[type = "month"],
input[type = "time"],
input[type = "week"],
input[type = "number"],
input[type = "email"],
input[type = "url"],
input[type = "search"],
input[type = "tel"],
input[type = "color"],
.uneditable-input{
    background-color: #ffffff;
    border: 1px solid #ddd;
	box-shadow: none;
}
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus{
    border-color: rgba(255, 126, 0, 0.8);
    outline: 0;
    outline: thin dotted\9;
	-webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
	-moz-box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
    box-shadow: inset 0 0 0 rgba(0, 0, 0, .075),    0 0 8px rgba(255, 126, 0, .4);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    font-family: "Microsoft YaHei";
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    font-family: "Microsoft YaHei";
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    font-family: "Microsoft YaHei";
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    font-family: "Microsoft YaHei";
}

/*填写团队信息*/
.tc{
	text-align: center;
}
.all_forms .pro-team label.team,
.form-group .pro-department label.department {
	height: 42px;	
	text-align: right;
	padding-right: 0;
	font-size: 16px;
	display:block;
}
.all_forms .pro-team label.tl{
	text-align: left;
}
.teammember h4{
	font-size: 16px;
	color: #333;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 20px;
	font-weight: 600;
}
.teammember h4 .msg{
	color: #aaa;
	font-size: 14px;
}
.teammember h4 .btn-add{
	font-size: 16px;
	color: #ff7e00;
	font-weight: 500;
}
.teammember h4 .btn-add:focus{
	outline: none;
}
.teammember h4 .btn-add .ico{
	width: 21px;
	height: 21px;
	background: url(../images/fillteaminfo-ico.png) 0 0 no-repeat;
	vertical-align: middle;
	padding-right: 12px;
	display: inline-block;
}
.teaminfo .msg404{
	font-size: 16px;
	color: #bcbcbc;
	padding-top: 15px;
}
.memberinfo{
	border-collapse: collapse;
}
.memberinfo tr td{
	height: 30px;
	border-bottom: 1px dashed #ececec;
	padding: 8px 0;
	text-align: left;
}
.memberinfo tr td.tr{
	text-align: right;
}
.memberinfo tr td .edit{
	width: 18px;
	height: 18px;
	background: url(../images/fillteaminfo-ico.png) 0 -80px no-repeat;
	padding-right: 20px;
	display: inline-block;
}
.memberinfo tr td .edit:hover{
	background: url(../images/fillteaminfo-ico.png) 0 -40px no-repeat;
}
.memberinfo tr td .delete{
	width: 18px;
	height: 18px;
	background: url(../images/fillteaminfo-ico.png) -60px -80px no-repeat;
	display: inline-block;
}
.memberinfo tr td .delete:hover{
	background: url(../images/fillteaminfo-ico.png) -60px -40px no-repeat;
}
.btn-next .msg-notice{
	color: #f81b04;
	font-size: 13px;
	text-align: center;
	padding-top: 15px;
	margin-bottom: 40px;
}
.memberinfo tr td .edit:focus, .memberinfo tr td .delete:focus{
	outline: none;
}
/*弹窗：添加信息*/
.pr{
	position: relative;
}
.mask{
	width: 100%;
	height: 100%;
	background-color:#000;
	opacity: 0.6;
	filter:alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index:666;
}
.popup-add{
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: #fff;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	z-index: 9998;
	transform:translate(-50%,-50%);
}
.add-team{
	width: 420px;
	
	
}
.popup-add h2{
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: center;
	padding: 10px 0;
}
.popup-add .close{
	width: 14px;
	height: 14px;
	background: url(../images/close.png) 0 0 no-repeat;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 9998;
	filter: alpha(opacity=100);
	opacity: 1;
	display: inline-block;
}
.add-team .pop-form-group{
	width: 340px;
	margin: 0 auto;
}
.add-team label.label-l{
	width: 45px;
	height: 30px;
	line-height: 30px;
	padding-right: 10px;
}
.popup-add input{
	width: 260px;
	padding: 10px;
}
.popup-add select{
	width: 316px;
	height:42px;
	padding: 10px;
}
.sex .radio-group{
	margin-top: 10px;
}
.sex .radio-group .radio{
	padding-right: 30px;
}
.add-btn{
	text-align: center;
	margin-top: 10px;
}
.add-btn a{
	width: 135px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	background-color: #ff7e00;
	color: #fff;
	font-size: 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	display: inline-block;
}
.add-btn a.cancel{
	margin-left: 20px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #d1d1d1;
	color: #333;
}
.add-btn a:hover{
	outline:none;
}
.control-group{
	margin-bottom: 5px;
}

/*用户中心-----参赛项目详情*/
.usercenter{
	padding: 20px 40px 40px;
}
.usercenter .lh42{
	line-height: 42px;
}
.usercenter .pro-intro .pro-intro-textarea{
	width: 965px;
	line-height: 26px;
}
.usercenter .pro-plan .file-upload{
	margin-bottom: 30px;
}
.usercenter .pro-plan .file-download{
	border: none;
	padding:0;
	margin-left: 146px;
}
.usercenter .pro-plan .file-download .btn-download{
	width: 72px;
	height: 25px;
	line-height: 25px;
	color: #1cbcb4;
	text-align: center;
	border: 1px solid #1cbcb4;
	background-color: #e2f5f4;
	font-size: 13px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin: 5px auto 0;
	display: block;
}
.usercenter .btn-next{
	text-align: center;
}
.btn-next .cancel{
	margin-left: 20px;
	background-color: #eee;
	border: 1px solid #d1d1d1;
	color: #333;
}
.btn-next .cancel:hover{
	background-color: #ddd;
}
.usercenter h3 a.tab{
	/*width: 116px;*/
	height: 48px;
	color: #333;
	padding:0 20px;
	display: inline-block;
}
.usercenter h3 a.on{
	color: #ff7e00;
	border-bottom:2px solid #ff7e00;
	padding-bottom: 11px;
}
.usercenter a:focus{
	outline: 0;
}
.lrPad{
	padding: 0 53px;
}
.lp{
	padding-left: 175px;
}
.lp2{
	padding-left: 65px;
}
.all_forms .pro-team label.rpad45{
	padding-right: 45px;
}
/*2017-03-29 报名成功后的弹框*/
.zz{background:rgba(0,0,0,0.53); width:100%; height:100%; position:fixed; top:0; z-index: 99}

.popup{width:386px; height:210px; background:#fff; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); z-index:999;}
.popup .exit{height:28px; background:#f3f3f3;}
.popup .exit span{font-size:30px; color:#cecece; position:absolute; right:20px; cursor:pointer; line-height:24px;}
.popup .con-box{padding:0 35px; text-align:center;}
.popup .con-box p{font-size:18px; padding:40px 0;}
.popup .con-box button{width:120px; height:36px; background:#de373e; color:#fff; font-size:16px; border:none; cursor:pointer;}
/*上传视频*/
.pro-video .uploadmsg{
	padding-left: 175px;
	padding-top: 20px;
}
.uploadmsg .ico{
	width: 18px;
	height: 18px;	
	background: url(../images/msg-ok.png) 0 0 no-repeat;	
	background-size: cover;
	vertical-align: middle;
	margin-right: 10px;
	display: inline-block;
}
.pro-video .upload-submit a{
	width: 70px;
	height:30px;
	line-height: 30px;
	background-color: #e2f5f4;
	border: 1px solid #1cbcb4;
	font-size: 14px;
	color: #1cbcb4;
	text-align: center;
	position: relative;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	margin-top: 15px;
	margin-left: 175px;
	display: inline-block;	
}


/*无报名时*/
.apply-404{
	width: 1118px;
	background-color: #fff;
	border: 1px solid #ccc;
	text-align: center;
	padding: 40px;
	margin: 30px auto;
}
.apply-404 .txt{
	padding-top: 20px;
	font-size: 20px;
}
/*2017.6.8 增加信息*/
a:focus{outline:none;}
.pro-cover .msg,.success_apply_cover .msg{
	color: #aaa;
	font-size: 14px;
	padding-left: 10px;
	vertical-align: bottom;
}
.pro-hy{
	width: 910px;	
}
.pro-hy .hy-list li{
	float: left;
	margin-right: 20px;
	margin-bottom: 15px;
}
.pro-hy .hy-list li a{
	padding: 5px 20px;
	border: 1px solid #d3cfc8;
	color: #333;
	position: relative;
	display: inline-block;
}
.pro-hy .hy-list li a:hover{
	border: 1px solid #ff7e00;
	color: #ff7e00;
}
.pro-hy .hy-list li.checked a{
	border: 1px solid #ff7e00;
	color: #ff7e00;
}
.pro-hy .hy-list li .ico_checked{
	width: 21px;
	height: 19px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(../images/ico_checked.png) 0 0 no-repeat;
	display:none;
}

/*2017.6.8 团队信息修改*/
.tMar20{
	margin-top: 20px;
}
.bMar20{
	margin-bottom: 20px;
}
.hide{
	display: none;
}
.teaminfo .school .select-container, .add-team .school .select-container{
	width: 365px;
	height: 40px;
	padding-left: 8px;
	font-size: 16px;
	color: #666;
	border: 1px solid #ddd;
	position: relative;
	/*将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    -ms-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/arrow.png") no-repeat scroll right center #fff;
	padding-right: 14px;
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;
}
.teaminfo .school .select-container .select-txt, .add-team .school .select-container .select-txt{
	width: 340px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;	
}
.add-team .school .select-container{
	width: 256px;
	height: 28px;
	line-height: 28px;
	margin-bottom: 10px;
}
.add-team .school .select-container .select-txt{
	height: 28px;
	line-height: 28px;
}
.teaminfo .school .select-dropdown, .add-team .school .select-dropdown{
	width: 375px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 38px;
	padding: 6px;
	background-color: #eaeaea;
	margin-left: -1px;
	z-index: 9998;
}
.add-team .school .select-dropdown{
	width: 266px;
	border: 1px solid #ddd;
	position: absolute;
	left: 0;
	top: 28px;
	padding: 6px;
	background-color: #eaeaea;
	margin-left: -1px;
	z-index: 9998;
}
.teaminfo .school .select-dropdown p.msg, .add-team .school .select-dropdown p.msg{
	font-size: 13px;
	color: #999;
	padding: 3px 0;
}
.teaminfo .school .select-dropdown input, .add-team .school .select-dropdown input{
	width: 361px;
}
.add-team .school .select-dropdown input{
	width: 244px;
}
.teaminfo .school .select-dropdown .school-list, .add-team .school .select-dropdown .school-list{
	max-height: 200px;
	overflow-y: auto;
}
.teaminfo label.control-label{
	width: 189px;
	height: 42px;
	text-align: right;
	padding-right: 45px;
}
.teaminfo .teamprofile .input-textarea{
	width: 870px;
	height: 100px;
	margin-bottom: 0;
}
.control-group .education{
	width: 256px;
}
.control-group .radio-group .rPad0{
	padding-right: 0;
}
.add-team .control-group{
	margin-bottom: 0;
}
.add-team input{
	padding: 0 10px;
	height: 28px;
	line-height: 28px;
}
.add-team .sex .radio-group{
	margin-top: 0;
}
.add-team .radio-group .radio{
	margin-bottom: 10px;
}

.add_touzi label.label-l{
	width: 80px;
} 
.add_touzi input{
	width: 228px;
}
.add_touzi select {
    width: 250px;
    height: 28px;
    line-height: 28px;
	padding: 0;
	margin-bottom: 10px !important;
}
.add_zhuanli label.label-l{
	width: 105px;
} 
.add_zhuanli input, .add_zhuanli .zhuanli_radio{
	width: 203px;
}
.popup-add{
	padding-bottom: 30px;
}
/*个人中心*/
.usercenter .pro-plan .file-download{
	width: 965px;
	margin-left: 0;
}
.usercenter .all_forms .pro-team label.team{
	padding-right: 45px;
}
.modifyteaminfo .input-textarea{
	width: 934px;
	height: 120px;
	overflow-y: auto;
	padding: 15px;
}
.modifyteaminfo  label.control-label{
	width: 130px;
	line-height: 100%;
}
.teaminfo label.w130{width: 130px;}



/*20180328*/
.imp{
	font-size: 12px;
    line-height: 22px;
	color: #fff;
	background: url(../images/img1.png) no-repeat;
	width: 155px;
	height: 22px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}
.f12_i{
	margin-right: 10px;
}

/*20180403 大赛修改页面增加‘项目信息’*/
.all_forms h2{
	font-size: 16px;
	color: #ff7e00;
	font-weight: bold;
	
}
.all_forms h2 img{
	margin-right: 5px;
    vertical-align:middle;
}



/*20190422 jiang 项目进展*/
.pro-period .radio-group label{
	float: left;
	margin-right: 50px;
	margin-bottom: 0;
}
.sub-contents{
	clear: both;
    margin-left: 175px;
    background: #f5f5f5;
    width: 720px;
    padding: 20px 20px 0 20px;
	margin-top: 50px;
}
.pro-period .form-group {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.all_forms .form-group {
	position: relative;
	padding-bottom: 30px;
	margin-bottom: 0;
}
.all_forms .form-group .help-block {
    position: absolute;
    bottom: 8px;
    left: 175px;
    margin-bottom: 0;
}
.pro-period .form-control {
    border-radius: 0;
    height: 40px;
    width: 500px;
    border-color: #dcdcdc;
	box-sizing: border-box;
}
.pro-period .has-error .form-control {
    border-color: #e57372;
}

.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #e57372;
}
/* .help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #a6a6a6;	
} */
small, .small {
    font-size: 14px;
}
.addon {
    position: absolute;
    left: 294px;
    top: 12px;
    color: #666;
    font-size: 12px;
}
.form-group .select-control {
    display: inline-block;
    width: auto;
    margin-right: 20px;
}
select, textarea, input{
	margin-bottom: 0 !important;
}
.intro-link {
    position: absolute;
    right: 47px;
    top: 2px;
    background: #f56171;
    width: 14px;
    height: 14px;
    line-height: 14px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
}
a.intro-link:hover{
	color: #fff;
}
.form-list {
    position: relative;
}
.group-title {
    float: left;
    width: 135px;
    font-size: 14px;
    line-height: 18px;
    margin-top: 10px;
}
.getMoney .group-title {
	margin-top: 0px;
}
.getMoney .iradio_square{
	margin-right: 10px;
}
.getMoney .radio {
	margin-right: 50px;
}
.getMoney label {
	font-size: 14px;
}
.structure-list, .invest-list{
    float: left;
    width: calc(100% - 135px);
    min-height: 40px;
}
.form-group .form-item .help-block {
    position: static;
    display: inline-block;
    margin-left: 10px;
    color: #e57372;
}
.sub-contents  .form-group .help-block {
    position: absolute;
    bottom: 8px;
    left: 135px;
    margin-bottom: 0;
}
 
.form-group .structure-item .help-block {
	position: static;
	bottom: 8px;
	left: 135px;
	margin-bottom: 0;
}

.form-group .invest-item .help-block {
	position: static;
	bottom: 8px;
	left: 135px;
	margin-bottom: 0;
}
.form-list .add {
    position: absolute;
    color: #337ab7;
    cursor: pointer;
    bottom: -9px;
    left: 98px;
    z-index: 10;
	font-size: 14px;
}
.add {
    margin: 5px 0 10px 0;
}
.structure-item, .invest-item {
    position: relative;
}
.invest-key {
    display: inline-block;
    width: 98px;
    text-align: left;
    color: #888;
	font-size: 14px;
}
.form-control[readonly] {
    background-color: #fff;
    cursor: pointer;
}
.color-readonly[readonly] {
	background-color: #eee;
	cursor: not-allowed;
}
.invest-list .form-control, .structure-list .form-control {
    width: 240px;
}
.structure-item+.structure-item, .invest-item+.invest-item, .invest-line+.invest-line {
    margin-top: 10px;
}
.money-line {
    position: relative;
}
.structure-item .oprate, .invest-item .oprate {
    color: #337ab7;
    cursor: pointer;
    display: inline-block;
    margin-top: 5px;
    margin-left: 311px;
	font-size: 14px;
}
.structure-item .percent {
    position: absolute;
    left: 308px;
    top: 10px;
    color: #666;
    font-size: 12px;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0 5px 10px rgba(0,0,0,0.2);
    white-space: normal;
}
.popover-title{
    margin: 0;
    padding: 8px 14px;
    font-size: 12px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}
.popover-content{
    padding: 9px 14px;
}
.popover.top{
    margin-top: -15px;
}
.ex-drop{
    width: 400px;
    top: -140px;
    left: -58px;
}
.radio-box-invest label{
	font-size: 14px;
}
.radio-box-invest label .iradio_square{
	margin-right: 10px;
}
.invest-get .group-title{
	margin-top: 0 !important;
}
.radio-box-invest .radio{
	margin-right: 50px;
}
.org-only .group-title{
	margin-top: 0 !important;
}
.org-only label{
	font-size: 14px;
}
.org-only .radio {
    margin-right: 50px;
}
.org-only label .iradio_square{
	margin-right: 10px;
}
.popup-add input{
	margin-bottom: 10px !important;
}
#errorMes,
#indusErr,
#typeErr {
	color: #e57372;
}

.hidden{
	display: none !important;
	visibility: hidden !important;
}
/*20190522 jiang update*/
.period-con table {
	font-size: 15px;
	border-collapse: collapse;
	margin-left: 205px;
}

.period-con table tr td {
	padding: 10px;
	border: 1px solid #e5e5e5;
}

.period-con table td.tr {
	text-align: right;
}

.period-con .stock tr td {
	border: 1px solid #e5e5e5;
}

.tMar30 {
	margin-top: 30px;
}

.period-con .stock tr th {
	padding: 10px;
}

/* warning飘条 */
.Validform_checktip{
	    /* height: 55px; */
	    /* line-height: 55px; */
	    color: red;
	    /* background-color: #f10808; */
	    font-size: 18px;
	    /* margin: 5px -40px; */
	    /* margin-top: 30px; */
}
