.page-container .title{
	font-size: 50px;
	line-height: 1.1;
	color: #5b5b5b;
	margin: 0;
}
.page-container .sub-title{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.5;
	color: #000000;
	margin: 0;
	margin-top: 10px;
}

.connect-list{
	margin: 0 -10px;
}
.connect-list .item{
	/*width: 100%;*/
	padding: 78px 10px 15px;
}
.connect-list .item .inner{
	width: 400px;
	border: 1px solid #b8b8b8;
	border-radius: 5px;
	padding: 15px 15px 12px;
	box-shadow: 0 0 10px #636363;
}
.connect-list .item .inner ._top{
	font-size: 16px;
	color: #0e0e0e;
	text-align: center;
	line-height: 29px;
	margin: 0;
}
.connect-list .item .inner ._top .qrcode-box{}
.connect-list .item .inner ._top .qrcode-box .qrcode{
	display: block;
	width: 100%;
	min-width: 86px;
	max-height: 114px;
}
.connect-list .item .inner ._top .qrcode-box .txt{
	font-weight: bold;
}
.connect-list .item .inner ._top .avatar-box{
	padding: 0 10px;
	box-sizing: border-box;
}
.connect-list .item .inner ._top .avatar-box .avatar{
	position: relative;
	width: 130px;
	padding-top: 100%;
	/*height: 130px;*/
	margin-top: -65px;
	margin-top: -80px;
}
.connect-list .item .inner ._top .avatar-box .avatar img{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	border: 1px solid #d20220;
}
.connect-list .item .inner ._top .avatar-box .txt{
	margin-top: 5px;
}
.connect-list .item .inner ._bottom{
	margin-top: 8px;
}
.connect-list .item .inner ._bottom p{
	font-size: 16px;
	color: #0e0e0e;
	font-weight: bold;
	margin: 0;
	line-height: 24px;
	text-align: center;
}


@media (max-width: 1419px) {
	/*.connect-list .item:last-child:nth-child(odd){
		width: 100%;
	}
	.connect-list .item:last-child:nth-child(odd) .inner{
		
	}*/
}
@media (max-width: 998px) {
	.connect-list .item{
		min-width: 50%;
	}
	.connect-list .item .inner{
		width: 100%;
	}
	/*.connect-list .item:last-child:nth-child(odd){
		width: 100%;
	}
	.connect-list .item:last-child:nth-child(odd) .inner{
		width: 50%;
	}*/
}
@media (max-width: 698px) {
	.connect-list.lj-row-between {
	  -ms-flex-pack: center;
	  -webkit-justify-content: center;
	  justify-content: center;
	}
	.connect-list .item .inner{
		width: 400px;
	}
	/*.connect-list .item:last-child:nth-child(odd){
		width: auto;
	}
	.connect-list .item:last-child:nth-child(odd) .inner{
		width: 400px;
	}*/
}
@media (max-width: 450px) {
	.connect-list .item{
		width: 100%;
	}
	.connect-list .item .inner{
		width: 100%;
	}
	.connect-list .item .inner ._top .qrcode-box{
		-ms-flex: none;
		-webkit-flex: none;
		flex: none;
		width: 30%;
	}
	.connect-list .item .inner ._top .qrcode-box .qrcode{
		max-height: none;
	}
	.connect-list .item .inner ._top .avatar-box{
		-ms-flex: 1;
		-webkit-flex: 1;
		flex: 1;
	}
	.connect-list .item .inner ._top .avatar-box .avatar{
		width: 100%;
		margin-top: -60px;
	}
	/*.connect-list .item:last-child:nth-child(odd){
		width: 100%;
	}
	.connect-list .item:last-child:nth-child(odd) .inner{
		width: 100%;
	}*/
}
@media (max-width: 375px) {

}


.connect-row{
	margin: 35px 0 0;
}
.connect-row ._left,
.connect-row ._right{
	padding: 0;
}
.connect-row .col-md-6._left,
.connect-row .col-sm-6._left{
	border-right: 2px dotted #eeeeee;
	padding-right: 30px;
}
.connect-row .col-md-6._right,
.connect-row .col-sm-6._right{
	padding-left: 30px;
}
.connect-row .tit{
	font-size: 30px;
	color: #000000;
	font-weight: bold;
	margin: 0;
	line-height: 52px;
}
.connect-row ._right .tit{
	font-size: 24px;
	line-height: 44px;
	border-bottom: 2px dotted #eeeeee;
	padding-top: 5px;
}
.connect-row .subtit{
	font-size: 16px;
	color: #666666;
	margin: 0;
	line-height: 22px;
	margin-top: 10px;
}
.connect-row .detail{
	line-height: 30px;
}
.connect-row .detail p{
	font-size: 20px;
	color: #5b5b5b;
	margin: 0;
	margin-top: 10px;
}

.connect-row .group-form{
	margin-bottom: 15px;
}
.connect-row .group-form .form-control{
	border: 1px solid #e5e5e5;
	height: 48px;
	box-sizing: border-box;
	width: 100%;
	font-size: 14px;
}
.connect-row .group-form textarea.form-control{
	height: 115px;
}
.connect-row .group-form .btn-send{
	font-weight: bold;
	font-size: 20px;
	width: 120px;
	line-height: 50px;
}