.project-box {
	position: relative;
}
.project-search-box, .project-list-box, .project-detail-box {
	position: relative;
	width: 1100px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: #fff;
	/*padding: 10px;*/
	/*padding-top: 10px;*/
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
/* .project-detail {
	margin-top: 60px
} */
.project-list-box {
	margin: 20px auto;
	/* min-height: 600px; */
}
.search-title {
	width: 150px;
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	/*margin-bottom: 20px;*/
	color: #0c56ac;
}
.search-title i{
	padding-right: 10px;
}
.search-item {
	position: relative;
	padding: 8px;
	/*border-bottom: 1px solid #eee*/
}
.search-item.item-flex {
	display: flex;
	align-items: center;
	padding: 8px 0px;
	margin-bottom: 10px;
}
.search-item.item-flex p {
	flex-basis: 50%;
	text-align: center;
	background: #eee;
	height: 40px;
	line-height: 40px;
    border-top: 3px solid #eee;
}
.search-item.item-flex p a {
	display: block;
	color: #157EEF
}
.search-item.item-flex p.search-title.search-title-active {
	background: #fff
}
.info-title {
	width: 150px;
	float: left;
	text-align: center;
}
.info-detail {
	margin-left: 150px;
	padding-right: 50px;
}
.info-detail span {
	float: left;
	line-height: 18px;
	padding: 0px 7px;
	margin: 0px 5px 5px;
	cursor: pointer;
	border: 1px solid #fff;
	transition: all .3s;
	color: #666
}
.info-detail span:hover {
	color: #157EEF;
	border: 1px solid #157EEF;
}
.info-detail span.search-choose {
	color: #157EEF;
	border: 1px solid #157EEF;
}
.info-detail a {
	border: 1px dashed #157EEF;
	padding: 0px 10px;
	text-decoration: none;
	color: #157EEF;
	transition: all .3s;
	line-height: 18px;
	margin: 0px 5px;
}
.info-detail a:hover {
	border-color: #666;
}
.search-input-box {
	position: relative;
	background: #eee;
	padding: 10px 8px;
	margin-top: 10px;
}
.search-input {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	right: 8px;
	line-height: 30px;
}
.search-input input{
	outline: none;
	width: 280px;
	height: 30px;
	line-height: inherit;
	border: 1px solid #157EEF;
	padding: 0px 60px 0px 10px;
}
.search-input .searchBtn {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	line-height: inherit;
	width: 50px;
	text-align: center;
	cursor: pointer;
	background: #157EEF;
	color: #fff;
	transition: all .3s
}
.search-input .searchBtn:hover {
	background: #0c56ac;
}
.project {
	display: flex;
	flex-wrap: wrap;
	padding: 0px 10px;
}
.project-item {
	display: flex;
	flex-basis: 50%;
	padding: 10px 20px;
	border: 1px solid #fff;
	margin-bottom: 20px;
}
.project-item:hover {
	border: 1px solid #eee;
}
.project-l {
	flex-basis: 160px;
}
.project-row {
	display: flex;
	/*margin-bottom: 10px;*/
	align-items: center;
	height: 30px;
}
.project-label {
	flex-basis: 80px;
	color: #666

}
.info {
	flex-grow: 1;
}
.info span {
	padding: 0px 5px;
	margin: 0px 5px;
}
.info span:nth-child(1) {
	padding-left: 0px;
	margin-left: 0px;
}
.big-info .info a{
	text-decoration: none;
	font-weight: bold;
	font-size: 16px;
	color: #157EEF;
}

.project-r {
	flex-grow: 1;
}
.project-l img {
	opacity: .7;
	width: 100px;
	border-radius: 2px;
	background: #eee;
	margin: 0 auto 10px;
}
.project-btn {
	
}
.p-btn {
	width: 100px;
	padding: 3px 15px;
	border: 1px solid;
	cursor: pointer;
	margin: 2px auto;
	text-align: center;
	transition: all .2s;
	border-radius: 5px;

}
.collection-btn {
	border-color: #cc362c;
	color: #cc362c;
}
.collection-btn.had-been {
	background: #cc362c;
	color: #fff
}
.collection-btn:hover {
	background: #cc362c;
	color: #fff;
}
.msg-btn {
	border-color: #157EEF;
	color: #0c56ac;
}
.msg-btn:hover {
	background: #157EEF;
	color: #fff;
}
.disabled-btn {
	border-color: #999;
	background: #999;
	color: #fff;
}
.disabled-btn:hover {
	border-color: #999;
	background: #999;
}
.project-money {
	color: #157EEF;
}
.finance-state {
	color: #cc362c
}
.project-detail-row {
	position: relative;
	margin-bottom: 10px;
	padding: 10px;
}
.project-title {
	color: #0c56ac;
	font-weight: bold;
	font-size: 15px;
	/*padding-left: 20px;*/
	padding-bottom: 10px;
	background: #eee;
	padding: 5px 0px 5px 20px;
	border-bottom: 1px solid #eee
}
.project-title i {
	padding-right: 10px;
}
.project-flex {
	display: flex;
}
.project-detail-l {
	flex-basis: 200px;
	text-align: center;
	margin-right: 60px;
	margin-left: 30px;
}
.project-detail-l img {
	width: 140px;
	background: #eee;
	border-radius: 2px;
	margin: 0 auto 10px;
	opacity: .7;
}
.project-detail-r {
	flex-grow: 1;
	padding-left: 20px;
}

.project-detail-r-ul li{
	float: left;
	width: 50%;
	margin-bottom: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.project-name {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 30px;
}
.project-detail-l .collection-btn, .project-detail-l .msg-btn {
	width: 140px;
}
.project-content {
	padding: 10px 20px;
}
.project-content p {
	line-height: 25px;
	padding-bottom: 10px;
	text-indent: 2em;
}
.no-prove-area {
	border: 1px dashed #999;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 200px;
	background-color: #f2f2f5;
}
.no-prove-area p {
	background-color: #fff;
	color: #157EEF;
}
.no-prove-area p a {
	border: 1px solid #999;
	display: block;
	padding: 10px 20px;
	color: #333;
	text-decoration: none;
	font-weight: bolder;
	transition: all .2s;
}
.no-prove-area p a:hover {
	background-color: #157EEF;
	color: #fff;
	border-color: #157EEF;
}
.project-file-box {
	border-radius: 3px;
	border: 1px solid #eee;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
	margin-bottom: 10px;
	padding: 0px 20px;
}
.project-file {
	font-weight: bold;
}
.project-file-download {
	width: 100px;
	height: 30px;
	line-height: 30px;
	background: #157EEF;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.project-team {
	display: flex;
	flex-wrap: wrap;
}
.project-member {
	flex-basis: 50%;
	padding: 20px;
}
.member-card {
	/*border: 1px solid #eee;*/
	display: flex;
	padding: 0px 10px;

}
.member-card .card-l {
	flex-basis: 140px;
}
.member-card .card-l img {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin:0px 20px;
	background: #eee;
}
.member-card .card-r {
	flex-grow: 1;
}
.member-name.member-row {
	display: flex;
}

.project-content .member-row p {
	text-indent: 0;
}
.member-row.member-name p {
	padding-right: 10px;
	font-weight: bold;
}
.member-row.member-introduction p {
	max-height: 100px;
	overflow: hidden;
}
.project-list {
	display: flex;
	flex-wrap: wrap;
	padding-top: 10px;

}
.project-list li {
	flex-basis: 33%;
	padding: 0px 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.project-list li a {
	color: #666;
	line-height: 30px;
	text-decoration: none;
}
.project-list li a:hover {
	color: #157EEF;
}
.project-list-body li, .project-list-head {
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
} 
.project-list-body li {
	padding: 10px 0px;
	border-bottom: 1px solid #eee
}
.project-list-head {
	border-bottom: 1px solid #eee;
	padding: 10px 0px;
}
.project-list-item {
	flex: 1;
	text-align: center;
}

.project-list-item img {
	width: 80px;
	margin: 0 auto;
	background: #eee;
}
.project-list-body li .project-list-item {
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.project-list-item-btn, .item-f-d {
	
}
.project-list-item-btn a {
	border-width: 1px;
	border-style: solid;
	padding: 3px 15px;
	text-decoration: none;
}
.project-upload {
	padding: 20px;
}
.delete-btn {
	border-color: #cc362c;
	color: #cc362c;
}
.delete-btn:hover {
	background: #cc362c;
	color: #fff;
}
a.project-upload {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 30px;
	padding: 0px 20px;
	background: #157EEF;
	color: #fff;
	border-radius: 5px;
	transition: all .3s;
	text-decoration: none;
}

a.project-upload:hover {
	background: #0c56ac;
}
a.project-upload i {
	padding-right: 6px;
}
.list-nav {
	display: flex;
	margin-bottom: 8px;
}
.list-nav .list-nav-item {
	background: #157EEF;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
	margin-right: 10px;
	/*border-radius: 5px;*/
	transition: all .3s;

}

.list-nav .list-nav-item a {
	color: #fff;
	display: block;
	padding: 0px 20px;
}
.list-nav .list-nav-item:hover {
	background: #0c56ac
}
.list-nav-item.item-active {
	background: #0c56ac
}
.list-search-box {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 20px;
}
.list-search-box .search-item {
	display: flex;
	align-items: center;
}
.list-search-box .search-item .l-s-i-input {
	border: 1px solid #ccc;
	outline: none;
	line-height: 30px;
	height: 30px;
	border-radius: 1px;
	padding: 0px 5px;
}
.list-search-box .search-item .l-s-i-btn {
	line-height: 30px;
	height: 30px;
	border-radius: 1px;
	padding: 0px 5px;
	width: 80px;
	text-align: center;
	background: #157EEF;
	color: #fff;
    transition: all .3s;
    padding: 0px 20px;
    /*border-radius: 5px;*/
}
.search-item #time {
	width: 200px;
}
.list-search-box .search-item .l-s-i-btn:hover {
	background: #0c56ac;
}
.investor-detail-l {
	flex-grow: 0
}
.investor-detail-l img {
	width: 100px;
	height: 100px;
	background: #eee;
	border-radius: 50%;
    margin-right: 30px;
    margin-left: 30px;
}
.investor-detail-r {
	display: flex;
	flex-direction: column;
	padding-left: 20px;
}
.investor-info {
	display: flex;
	align-items: center;
	min-height: 30px;
	flex-wrap: wrap;

}
.investor-info-row {
	margin-bottom: 20px;
}
.i-i-item.collection-btn, .i-i-item.msg-btn {
	margin: 0px 10px;
}
.investor-info p.i-i-item {
	font-weight: bold;
	font-size: 18px;
	padding-right: 20px;
	color: #000
}

.investor-info p {
	padding-right: 10px;
	color: #666
}
.investor-info p a {
	color: #666
}
.investor-info p a:hover {
	color: #157EEF;
}
.website-address {
	padding-left: 20px;
}
.website-address a, .website-address{
	color: #999
}
.website-address a {
	padding: 0px 5px;
}
.form-group img.img-rounded {
	background-color: #eee;
	width: 100px;
	height: 100px;
	cursor: pointer;
	transition: all .3s;
	border:1px solid #eee;
}
p.col-bz {
	color: #999;
	padding: 6px 15px;
}
.other-btn {
	background: #eee;
	height: 34px;
	text-align: center;
	padding: 6px 12px;
	border: 1px solid #ccc;
	cursor: pointer;
	color: #666;
	transition: all .3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.col-sm-2:hover img.img-rounded, .other-btn:hover {
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	border:1px solid #66afe9;
}
.img-file-box {
	position: absolute;
	top: 0;
	left: 15px;
	width: 100px;
	height: 100px;
	opacity: 0;
	cursor: pointer;
}
.doc-file-box {
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	width: 100%;
	height: 100%;
	opacity: 0

}
.label-box{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 600px;
	height: 500px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0,0,0,.5);
	padding: 15px 40px;
	z-index: 1001;
}
.l-b-title {
	margin-bottom: 10px;
	position: relative;
	display: flex;
	flex-direction: column;
}
.l-b-title p {
	margin-bottom: 10px;
	font-weight: bold;
}
#closeLabelBox {
	position: absolute;
	top: 0;
	right: 0;
	color: #157EEF;
	cursor: pointer;
	font-size: 20px;
}
#closeMemberBox {
	position: absolute;
	top: 10px;
	right: 20px;
	color: #157EEF;
	cursor: pointer;
	font-size: 20px;
}
#labelChosen {
	min-height: 30px;
}
#labelChosen span {
	display: inline-block;
	cursor: pointer;
	color: #157EEF;
	border: 1px dashed #157EEF;	;
	padding: 2px 8px;
	border-radius: 5px;
	margin-right:10px;
	margin-bottom: 4px;
}
#labelChosen span:hover {
	border-color: #cc362c;
	color: #cc362c;
}
.l-b-title span:after {
	content: ' x';

}
.l-b-content {
	display: flex;
	padding: 5px;
	box-shadow: inset 0 0 5px rgba(0,0,0,1)
}
.l-b-c-left, .l-b-c-right {
	flex-basis: 50%;
	height: 280px;
	overflow-y: auto;
}
.one-level, .two-level {
	width: 100%;
}
.one-level li, .two-level li {
	padding: 0px 15px;
	line-height: 30px;
	cursor: pointer;
	transition: all .3s;
}
.one-level li.active{
	background: #eee;
}
.one-level li:hover, .two-level li:hover {
	background: #eee;
}
.l-b-footer {
	display: flex;
	height: 80px;
	align-items: center;
	position: relative;
	padding: 10px 0px;
}
.l-b-ps {
	color: #999;
	margin-bottom: 10px;
}
.l-b-f-btn {
	width: 200px;
	height: 30px;
	line-height: 30px;
	background: #157EEF;
	color: #fff;
	margin: 0 auto;
	text-align: center;
	cursor: pointer;
	transition: all .3s;
}
.l-b-f-btn:hover {
	background: #0c56ac;
}
.label-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 34px;
	color: #666;
	cursor: pointer;
}
.error-msg, .msg {
	color: #cc362c;
    padding: 7px 15px 0px;
}
.checkbox-flex.col-sm-8 {
	display: flex;
	flex-wrap: wrap;
}
.checkbox-flex.col-sm-8 label {
	flex-basis: 20%;
	margin-left: 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.investorImg {
	border-radius: 50%;
}
.interview-p {
	display: flex;
	margin-bottom: 10px;
}
.i-p-item {
	flex-basis: 50%;
	/*height: 200px;*/
	border: 3px solid #157EEF;
}

.i-p-item.l {
	margin-right: 5px;
}
.i-p-item.r {
	margin-left: 5px;
}
.i-p-title {
	width: 100%;
	background: #157EEF;
	padding: 0px 20px;
}
.i-p-title p {
	line-height: 30px;
	color: #fff;
	font-weight: bold;
}
.i-p-content {
	display: flex;
	padding: 10px 20px;
}
.i-p-content .i-p-img {
	flex-grow: 0;
}
.i-p-content .i-p-img img {
	width: 80px;
	height: 80px;
	background: #eee;
	border-radius: 5px;
}
.i-p-info {
	flex-grow: 1;
	padding-left: 20px;
	display: flex;
	align-items: center;
	height: 80px;
}
.i-p-info .i-p-info-item {
	flex-basis: 33%;
}
.interview-msg-box {
	border: 2px solid #eee;
	margin-bottom: 10px;
	/*min-height: 120px;*/
	padding: 10px 20px;
}
.msg-time p {
	color: #999;
	/*font-weight: bold;*/
}
.msg-title p {
	padding: 10px 0px;
	font-size: 15px;
	font-weight: bold;
}
.msg-title p span{
	color: #157EEF;
	padding: 0px 5px;
}
.interview-card {
	width: 250px;
	height: 140px;
	transition: all .3s;
	cursor: pointer;
}
.interview-card img {
	width: 100%;
	height: 100%;
	background: #eee;
}
.recevie-msg-box {
	/*border: 3px solid #157EEF;*/
	min-height: 200px;
	padding: 20px 0px;
}
.bigger.interview-card {
	width: 100%;
	height: auto;

}
.bigger.interview-card img {
	width: auto;
	height: auto;
	margin: 0 auto;
	min-width: 400px;
}

.project-top-bg {
	margin-top: 40px;
    background: #000;
    padding: 30px 0px 15px;
    background: -webkit-linear-gradient(left top,#157EEF, #540085);; 
}
.s-box {
	width: 400px;
	position: relative;
	margin-bottom: 15px;
	border: 1px solid transparent;
	transition: all .3s;
}
.s-box input {
	width: calc(100% - 50px);
	outline: none;
	line-height: 35px;
	padding: 0px 10px;
	transition: all .3s;
	background: #eee;
	border-radius: 4px 0px 0px 4px;
}
.s-box span {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #ccc;
	cursor: pointer;
	transition: all .3s;
	border-radius: 0px 4px 4px 0px;
}
.s-box:hover {
	box-shadow: 2px 2px 10px rgba(29, 159, 211, 0.1);
	/*border-color: #157EEF;*/
}
.s-box input:hover {
	box-shadow: inset 0 0 10px rgba(0,0,0,.5)
}
.s-box input:focus {
	box-shadow: inset 0 0 10px rgba(0,0,0,.5);
	background: #fff;
}
.s-box span:hover {
	background: #999;
	color: #eee;
}
.s-box #deepBtn {
	position: absolute;
	bottom: 0;
	left: calc(100% + 10px);
	white-space: nowrap;
	color: #eee;
	text-decoration: underline;
}
.s-box #deepBtn.open {
	color: #fff
}
.s-box #deepBtn.open:after {
	content: '';
	position: absolute;
	left: calc(100% + 5px);
	top: 0;
	bottom: 0;
	margin-top: auto;
	margin-bottom: auto;
	width: 0;
	height: 0;
	border-bottom: 5px solid #fff;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 0px;
}
.s-box #deepBtn:hover {
	color: #fff
}
.deep-box {
	/*height: 100px;*/
	position: relative;
	display: none;
	background: #fff;
	/*margin-top: 20px;*/
	padding:30px 10px 20px;
	border-radius: 5px;
}
.deep-item {
	position: relative;
	padding: 5px 20px;
	display: flex;
	margin-bottom: 10px;
	transition: all .3s;
	align-items: center;
}
/*.deep-item:hover {
	background: rgba(29, 159, 211, 0.1);
}*/
.deep-name {
	flex: 0 0 80px;
	text-align: center;
}
.deep-name p {
	font-weight: bold;
	/*width: 100px;*/
}
.deep-choose {
	flex: 1;
	
}
.deep-choose a {
	display: inline-block;
	width: 12.5%;
	margin-bottom: 5px;
	color: #666;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.deep-choose a:hover {
	color: #157EEF;
	font-weight: bold;
}
.chosen-box {
	position: relative;
	display: flex;
	background: #eee;
	padding: 10px 20px;
	color: #666;
	align-items: center;
	font-size: 12px;

	/*border-bottom: 1px solid #eee;*/
}
.chosen-box p {
	padding: 2px 0px;
}
.chosen-box .right-c-box {
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	line-height: 40px;
}
.chosen-box .right-c-box span {
	font-size: 18px;
	/*font-weight: bold;*/
	padding: 0px 10px;
	vertical-align: middle;
}
.chosen-box span.chosen-label {
	padding: 2px 8px;
	background: #157EEF;
	color: #fff;
	margin-right: 5px;
	/*cursor: pointer;*/
	border-radius: 2px;
	transition: all .3s;
}
/*.chosen-box span.chosen-label:hover {
	background: #999
}*/

.chosen-box span.chosen-label i {
	padding-left: 5px;
}
#searchInvestor {
	position: absolute;
	top: 16px;
	right: 10px;
	color: #fff;
}
.flex {
	display: flex;

}
.flex .flex-item {
	flex: 1;
}
.get-code-btn {
	background-color: dodgerblue;
	color: #fff;
	text-align: center;
	line-height: 35px;
	cursor: pointer;
	transition: all .3s;
	margin-left: 5px;
}
.get-code-btn:hover {
	background-color: royalblue
}
.get-code-btn.send {
	background-color: #72B0EC;
	cursor: not-allowed;
}
.form-radio-row {
	position: relative;
	line-height: 40px;
	height: 40px;
	color: #333;
	font-weight: bolder;
}
.radio-box {
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.radio-box input {
	display: none;
}
.radio-box-style {
	display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border: 1px solid dodgerblue;
    vertical-align: middle;
    border-radius: 1px;
    margin-right: 3px;
    transition: all .2s;
    border-radius: 50%;
}
.radio-box-style::before {
    content: '';
    height: 8px;
    width: 8px;
    top: 3px;
    left: 3px;
    position: absolute;
    background: dodgerblue;
    border-radius: 15%;
    transform: scale(0);
    transition: all .2s;
    border-radius: 50%;
}
input[name=serviceType]:checked+.radio-box-style::before {
    transform: scale(1);
}
@media (max-width:768px) {
	.project-list-item-btn a {
		border: 0;
	}
	.p-btn {
		width: auto;
	}
	.project-list-item img {
		width: 60px;
	}
	.project-list-body li .project-list-item {
		height: 60px;
	}
	a.project-upload {
		top: 10px;
	}
	.label-box {
		width: 100%;
		padding: 15px 10px;
	}
	.l-b-f-btn {
		width: 50%;
		border-right: 1px solid #fff;	
	}
	.l-b-c-left {
		border-right: 1px solid #eee
	}
	.search-item {
		padding-bottom: 0px;
	}
	.list-search-box {
		align-items: flex-start;
		flex-direction: column;
		height: auto;
	}
	.search-item p {
		width: 80px;
		padding-left: 10px
	}
	.list-search-box .search-item {
		width: 100%;
		padding: 8px 0px;
	}
	.list-search-box .search-item .l-s-i-btn, .project-search-box, .project-list-box, .project-detail-box {
		width: 100%;
	}
	.search-item input, .search-item select {
		flex-grow: 1;
	}
	.checkbox-flex.col-sm-8 label {
		flex-basis: 25%;
	}
	.project-flex {
		flex-direction: column;
	}
	.project-detail-l {
		margin: 0 auto;
	}
	.project-content {
		padding: 10px 0px;
	}
	.project-list li {
		flex-basis: 100%;
		padding: 0px;
	}
	.info-title {
		float: none;
	}
	.info-detail {
		margin-left: 0px;
		padding: 0;
	}
	.info-title p {
		font-weight: bold;
		padding-bottom: 10px;
	}
	.info-detail span {
		margin: 0;
	}
	.search-input {
		position: relative;
		margin-top: 10px;
		right: 0;
		top: 0;
		margin-bottom: 10px;
	}
	.search-item.item-flex p {
		border: 0px;
	}
	.search-title {
		font-size: 14px;
	}
	.search-item.item-flex p a{
		color: #666
	}
	.search-item.item-flex p.search-title.search-title-active a{
		color: #157EEF
	}
	.search-input input {
		width: 100%;
	}
	.project-item {
		flex-basis: 100%;
		padding: 10px 0px;
	}
	.project-l {
		flex-basis: 100px;
	}
	.project-r {
		margin-left: 10px;
	}
	.info span {
		margin: 0 auto;
		padding: 0;
	}
	.project-label {
		padding-right: 10px;
		flex-basis: auto;
		color: #999
	}
	.project-list-item-btn a {
		padding: 0px 5px;
	}
	.investor-detail-l img {
		margin: 0 auto;
	}
	.investor-detail-r {
		padding-left: 0px;
		padding-top: 20px;
	}
	.list-nav .list-nav-item {
		flex-basis: 50%;
		text-align: center;
		margin: 0 auto;
	}
	.list-nav {
		margin-bottom: 0px;
	}
	.i-p-item {
		flex-basis: 100%;
		border-width: 2px;
	}
	.interview-p {
		flex-wrap: wrap;
	}
	.i-p-item.l, .i-p-item.r {
		margin: 0;
		margin-bottom: 5px;
	}
	.i-p-content, .interview-msg-box {
		padding: 5px 10px;
	}
	.i-p-title {
		padding: 0px 10px;
	}
	.bigger.interview-card img {
		min-width: 100%;
	}
	.project-detail {
		margin-top: 40px;
	}
	.s-box {
		width: 100%;
		margin-bottom: 30px;
	}
	.s-box #deepBtn {
		left: 0;
		top: 100%;
		line-height: 30px;
		height: 30px;
		color: #fff;
	}
	#searchInvestor {
		top: 35px;
		height: 30px;
		line-height: 30px;
	}
	.project-top-bg {
		padding: 20px 0px;
	}
	.deep-name {
		flex-basis: 60px;
	}
	.deep-name p {
		width: 60px;
	}
	.deep-item {
		padding: 5px
	}
	.deep-choose a {
		width: 25%;
		margin-bottom: 10px;

	}
	.chosen-box {
		flex-wrap: wrap;
		padding: 10px ;
	}
	.chosen-box .right-c-box {
		display: none;
	}
	.chosen-box p {
		flex-basis: 100%;
		margin-bottom: 10px;
	}
	.chosen-box span.chosen-label {
		margin-bottom: 10px;
	}

}