
.sub_nav{
	border-bottom: 1px solid #D6D6D6;
}
.sub_nav >*{
	float: left;
	width: 25%;
	text-align: center;
	padding: 15px 0;
}
.sub_nav a{
	color: #9B9B9B;
	font-size: 12px;
	line-height: 26px;
}
.sub_nav a.active{
	color: #F13A39;
	font-weight: 600;
	border-bottom: 2px solid #F13A39;
}

.detail-top{
	margin-top: 76px;
}
.detail-top .tit{
	width:96px;
	height:33px;
	font-size:24px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:33px;
}
.detail-top .sub_tit{
	height:17px;
	font-size:12px;
	font-weight:400;
	color:rgba(0,0,0,1);
	line-height:17px;
}


.item{}
.item .inner .head{
	width: 450px;
	overflow: hidden;
	margin-bottom: 24px;
	margin-top: 48px;
}
.item .inner .head .title{
	width:96px;
	height:22px;
	font-size:16px;
	font-weight:600;
	color:rgba(0,0,0,1);
	line-height:22px;
	float: left;
}
.item .inner .head .opera{
	float: right;
	height:17px;
	font-size:12px;
	color:rgba(102,102,102,1);
	line-height:17px;
}
.textContent .text{
	width: 450px;
	font-size:12px;
	font-weight:400;
	color:rgba(102,102,102,1);
	line-height:17px;
}

.operaBox .row2 .form-group{
	display: inline-block;
	margin-right: 50px;
}
.operaBox .btn{
	width: 160px;
	letter-spacing: 1px;
	margin-top: 48px;
	line-height: 38px;
}
.textContent .hr{
	width: 450px;
	height: 1px;
	background: #D6D6D6;
	margin-top: 28px;
}
.operaBox{
	display: none;
}
.operaBox .form-group{
	width: 360px;
	border-color: #333;
}

#modal-logoff .modal-dialog{
	width: 400px;
}
#modal-logoff .modal-content{
	padding: 32px;
}
#modal-logoff h4{
	margin: 0;
    text-align: center;
}
#modal-logoff p{
	margin: 32px 0 40px;
	font-size: 16px;
	line-height: 26px;
}
#modal-logoff .btn{
	width: 100%;
	margin: 0;
}
#modal-logoff .close{
    width: 20px;
    opacity: 1;
    position: absolute;
    right: 14px;
    top: 14px;
}