.header-box{ position: relative; z-index: 1;}
.logo{ width: 350px; height: 100px; background: #282C44; font-size: 30px; color: #fff; font-weight: 700; line-height: 100px;}
.header{ margin-left: 350px; padding: 0 30px; background: #3F71E2; line-height: 100px; color: #fff;}
.header .change_admin{margin-right:40px;}
.header .change{position: relative;top:-1px;margin-right:5px;}
.header .avatar{ display: inline-block; width: 60px; height: 60px; vertical-align: middle; border:5px solid rgba(255,255,255,.3); line-height: 1; border-radius: 50%;margin-right:5px;}
.header .avatar img{ width: 50px; height: 50px; border-radius: 50%;}
.header .name{ position: relative; padding-right:10px;}
.header .name:before{ position: absolute; content: ''; top: 6px; right: 0; width: 8px; height: 8px; border-top:1px solid #fff; border-right: 1px solid #fff; transform: rotate(45deg);}
.header a{ color: #fff;margin-right:30px;}
.header .msg{ position: relative;}
.header .msg.active:before{ content: ''; position: absolute; right: -3px; top: -3px; width: 6px; height: 6px; background: #ff0000; border-radius: 50%;} 


.not_open{ padding: 100px 0;}

/* 目录样式 */
html,body{ height: 100%;}
.menu::-webkit-scrollbar {
	display: none
}
.menu::scrollbar {
	display: none
}

.main-body{ margin-left: 350px; height: 100%; padding: 30px; overflow-y: auto; background: #f5f5f5;}
.main-content{ background: #fff;}

.main{ position: absolute; top: 0; left: 0; width: 100%; height: 100%;padding-top: 100px;}
.menu{ width: 350px; height: 100%; overflow-y: auto; background: #282C44;}
.menu li a{ display: block; padding-left: 50px; line-height: 60px;}
.menu li img{ position: relative; top: -2px; margin-right: 10px; width: 15px; display: inline-block; vertical-align: middle;}
.menu li dl{overflow: hidden; max-height: 0; margin: 0; border-top: 1px solid #282C44; border-bottom: 1px solid #282C44; transition: .3s;}
.menu li dd a{ padding-left: 75px;}
.menu li a{ color: #fff;}
.menu li a:hover, .menu .active>a{ background: #575C79;}
.menu .active dl{ max-height: 800px;}

.index-title{ height: 80px; line-height: 80px; background: #575C79;}
.index-title a{ display: inline-block; padding: 0 30px; font-size: 20px; font-weight: 700; color: #fff;}
.index-title a.active{ position: relative; background: #fff; color: #575C79;}
.index-title a.active:before{ content: ''; position: absolute; left: 0; top: 0; right: 0; border-top:10px solid #575C79;}

/* .workbench{ padding: 30px;} */
.workbench a{ display: inline-block; margin: 30px; width: 220px; height: 220px; line-height: 220px; color: #fff; font-size: 16px; background: #99CCCC; border-radius: 10px; text-align: center;}
.workbench a span{ display: inline-block; vertical-align: middle; padding: 0 20px; line-height: 30px;}
.workbench a:hover{ opacity: .9;}

/* 消息 */
.msg-box{ padding: 30px;}
.msg-title{ border-bottom: 1px solid #E5E5E5;}
.msg-title a{ position: relative; display: inline-block; padding-bottom: 15px; margin-right: 50px; font-size: 20px; color: #666;}
.msg-title a.active{ color: #3F71E2; font-weight: 700;}
.msg-title a.active:before{ content: ''; position: absolute; left: 0; bottom: 0; right: 0; border-top:6px solid #3F71E2;}

.msg-list .item{ padding: 30px 0; border-bottom:1px solid rgba(229,229,229,1);}
.msg-list .msg-content{ margin-left: 30px;}
.msg-list .msg-content .title a{ font-size: 16px; font-weight: 700;}
.msg-list .msg-content .des{ font-size: 14px; color: #999;}
.msg-list .msg-content .title .unread{ display: inline-block; margin-right: 10px; width: 15px; height: 15px; border-radius: 50%; background: #DF5454;}

/* 反馈 */
.feedback{ padding: 30px;}
.feedback .feedback-title{ font-size: 20px; font-weight: 700;}
.feedback input{ width: 100%; height: 60px; padding: 0 10px; line-height: 60px; font-size: 16px; border:1px solid rgba(229,229,229,1);}
.feedback textarea{ padding: 5px 10px; width: 100%; height: 400px; font-size: 16px; border:1px solid rgba(229,229,229,1);}

/* 文章详情 */
.article{ padding: 60px 100px;}
.article h1{ font-size: 20px; font-weight: 700;}
.article .content{ line-height: 30px; color: #666; font-size: 14px;}

/* 个人中心 */
.member-box{ padding: 30px;}
.member-avatar img{ width: 100px; height: 100px; border-radius: 50%;}
.member-info{ margin-left: 130px;}
.member-info .name{ font-size: 20px; font-weight: 700;}

.member-form .input-inline{ padding: 20px 0;}
.member-form .input-label{ float: left; width: 86px; line-height: 60px;}
.member-form .input-block{ margin-left: 86px;}
.member-form .input-span{ position: relative;}
.member-form .input-span span{ position: absolute; right: 0; top: 0; height: 60px; line-height: 60px; color: #999;}
.member-form .input-block input[type=text],.member-form .input-block input[type=password]{width: 100%; padding: 0 10px; height: 60px; line-height: 60px; background: #fff;  border: 1px solid #e5e5e5; font-size: 16px;}
.member-form .input-block textarea{width: 100%; padding: 5px 10px; background: #f8f8f8; border: 0; border-radius: 3px;}
.member-form .input-block select{width: 100%; height: 60px; line-height: 60px; padding: 5px 10px; background: #f8f8f8; border: 0; border-radius: 3px;}
.member-form .input-block .input-company{width: 200px!important; margin-right: 20px; margin-bottom: 10px;}
.member-form .add-btn{ display: inline-block; width: 150px; height: 60px; line-height: 60px; border-radius: 5px; border:1px solid #3F71E2; text-align: center; color: #3F71E2;}

.word_type{ padding: 20px; width: 400px;}
.word_type .title{ font-size: 18px; font-weight: 700;}
.word_type .title a{ display: inline-block; width: 25px; height: 25px; line-height: 25px; background: url(../img/icon/icon_close_layer.png) center no-repeat; transition: .3s;}
.word_type .title a:hover{ transform: rotate(180deg);}

.select-list{ padding: 20px 0;}
.select-list .item{ border-bottom: 1px solid #eee;}
.select-list .item .item-title{ padding: 15px 0; cursor: pointer;}
.select-list .item .item-list{ display: none;}
.select-list .item .item-list input{ opacity: 0; width: 0; height: 0;}
.select-list .item label{ margin: 0; padding: 10px 20px; cursor: pointer;}
.select-list .item label span{ display: inline-block; position: relative; top: -1px; width: 14px; height: 14px; border:1px solid #e5e5e5; vertical-align: middle; margin-right: 5px;}
.select-list .item label input:checked ~ span{ position: relative; border-color: #3F71E2; background: #3F71E2;}
.select-list .item label input:checked ~ span:before{ content: ""; position: absolute; top: 2px; left: 1px; width: 10px; height: 6px; border-left: 2px solid #fff; border-bottom: 2px solid #fff; border-radius: 1px; transform: rotate(-45deg);}



.modal-dialog{
	width: 428px;
}
.modal-header{
	border: none;
	padding: 32px 32px 24px;
}
.modal-title{
	font-size: 20px;
	font-weight: bold;
	color: #666;
}
.modal-footer{
	border: none;
	text-align: center;
	padding: 0 0 100px;
}
.modal-footer .btn{
	padding: 9px 12px;
	width: 112px;
}
.modal-body{
	padding: 0 32px 64px;
}


/* 消息 */
.tab .tab-header{ border-bottom: 1px solid #E5E5E5;}
.tab .tab-header a{ position: relative; display: inline-block; padding-bottom: 15px; margin-right:30px;color: #666;}
.tab .tab-header a.active{ color: #3F71E2; font-weight: 700;}
.tab .tab-header a.active:before{ content: ''; position: absolute; left: 0; bottom: 0; right: 0; border-top:6px solid #3F71E2;}
