.user_info {
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	/*min-height: 784px;*/
	height: 980px;
	/* min-width: 1280px; */
	width: 1280px;
	position: relative;
	background: url("../images/contact_us.png") no-repeat;
}

.cont {
	position: absolute;
	top: 30px;
	right: 20px;
	left: 20px;
	height: auto;
	width: auto;
}

.pageHead {
	font-size: 25px;
	border-bottom: 2px solid #539ef1;
	width: 1136px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 2px;
	margin: 10px auto;
	text-indent: 5px;
}

.contact_us {
	margin: 0 auto;
	background-color: rgba(255, 255, 255, .7);
	height: 670px;
	width: 1209px;
}


.contact_us_body {
	display: flex;
	width: 1136px;
	height: 570px;
	margin: 10px auto;
}

.contact_us_left {
	width: 280px;
	height: 765px;
	margin: 5px 0;
	border-right: 1px solid #c3c3c3;
}

.leftBtnBox {
	width: 260px;
	height: 300px;
	margin: auto;
}

.leftBtn {
	width: 240px;
	height: 60px;
	margin: 0 auto;
	font-size: 19px;
	text-align: center;
	line-height: 60px;
	transition: background .2s;
	cursor: pointer;
}

.leftBtn:hover, .leftBtn.active {
	background-color: #c0c0c0;
}

.leftBtnIcon {
	width: 30px;
	height: 30px;
	margin: 15px 25px;
	float: left;
}

.contact_us_right {
	width: 856px;
	height: 560px;
	margin: 5px 0;
}

.selfInfo_detail {
	width: 856px;
	height: 560px;
	margin-top: 30px;
}

.selfInfo_detail_pic {
	background: #c0c0c0;
	width: 150px;
	height: 150px;
	margin: 20px 20px 20px 40px;
	border-radius: 100px;
	float: left;
}

.self_detail_box {
	width: 300px;
	height: 150px;
	float: left;
	margin: 40px 20px;
}

.self_detail_name {
	font-size: 20px;
	font-weight: bold;
	margin: 10px 0;
}

.self_detail_email {
	font-size: 16px;
	margin: 20px 0;
}
/* ��ϸ��Ϣ */
.self_info_box {
	clear: both;
	width: 776px;
	height: 200px;
	margin: 0 40px;
}

.info_title {
	font-size: 18px;
	font-weight: bold;
}
.info_text{
	font-size:18px;
	background: none;
	width: 300px;
	height: 35px;
	line-height:35px;
}
.info_head_text{
	width: 80px;
	height: 35px;
	font-size:18px;
	line-height: 35px;
	float: left;
	text-align: right;
	margin-right: 10px;
}
.completeInfo_detail {
	display:none;
	width: 856px;
	/* height: 560px; */
	padding: 50px 0;
}

.complete_info_box {
	clear: both;
	width: 776px;
	margin: 0 40px;
}

#completeInfo {
	width: 696px;
	margin: auto;
}

label i {
	color: #e72d43;
}

.form-group {
	width: 460px;
	height: 40px;
	margin: 15px 148px;
	font-size:16px;
}

.col-sm-2 {
	width: 115px;
	height: 35px;
	line-height: 35px;
	float: left;
	text-align: right;
	margin-right: 10px;
}

.form-control {
	background: none;
	width: 300px;
	height: 35px;
	border-bottom: 1px solid #0b87d3;
	border-left: 0px solid #fff;
	border-top: 0px solid #fff;
	border-right: 0px solid #fff;
	/* margin-top:5px; */
}

.form-control1 {
	background: none;
	width: 300px;
	height: 35px;
	border: none;
}

.form-button {
	width: 400px;
	height: 40px;
	margin: 60px auto 20px auto;
}

.btn-info {
	background-color: #0b87d3;
	width: 150px;
	height: 50px;
	border: none;
	border-radius: 5px;
	font-size: 18px;
	color: #fff;
}
select{
	background:none;
	width:150px;
	height:35px;
	border:1px solid #0b87d3;
}
.col-sm-10 {
	text-align: center;
}

.col-sm-offset-2 {
	margin-left: 40px;
}

.card-form-group{
	display: flex;
	height: auto;
}

.card-form-group .control-label{
	width: 115px;
	margin-right: 10px;
	flex-shrink: 0;
}

.card-box {
	display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex:1;
    height: 150px;
    border: 1px solid #ccc;
	cursor: pointer;
	position: relative;
}

.card-box>div{
	color:#999;
}

.card-box>img{
	display: none;
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: scale-down;
	background: #FFFFFF;
}

.card-tip{
	color:#999;
	font-size: 14px;
}

.check-status{
	display: inline-flex;
    align-items: center;
	height: 35px;
}

.check-status img{
	width: 20px;
}