@import url("//at.alicdn.com/t/c/font_3736465_25vo1v00ttj.css");   

/*规范*/
.addon-line{
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #ddd;
	height: 40px;
	align-items: center;
	border-bottom: 1px solid #789a09;
	margin:0 -10px;
}
.addon-line span{
	border-right: 1px solid #ddd;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	color:#fff;
	font-weight:600;
	cursor:pointer;
	padding:0 5px;
}
.addon-line span:last-of-type {
	border: none;
}
.addon-line span i{
	color: inherit;
	font-weight: 100;
}
.twsm{ display:none}
#explain{margin-top: 10px;}
.fixednav{background:#1b1b1b;width: 100%;margin:0px;}

/*会员中心 收藏*/
.manage_btn{font-size:18px;color: #288c6a;}
.manage_btn i{font-size:18px;}
.addon_head{
	border-bottom: 1px #dfdfdf solid;
	white-space: nowrap;
    overflow-x: auto;
    padding-left: 10px;
}
.addon_head a{margin-bottom:10px; margin-right:10px; border:1px solid #dfdfdf; padding:8px 15px;font-size:15px;display: inline-block;border-radius: 3px;font-weight: 400;}
.addon_head a:hover,.addon_head a.on{background: #288c6a; color:#fff;}
 
.addon_list{padding:0 15px;} 
.addon_list.view_biji {padding:0px;display:none;}
.view_biji_box{ max-height:360px; overflow-y:auto;}
.view_biji_box .empty_notice{ margin-top:10px;}

.addon_list_item{
	padding:15px 0px 10px;
	border-bottom: 1px #f0f0f0 solid;
	font-size: 15px;
	line-height:1.5;
}
.addon_list_item h3 a{ font-size:16px; font-weight:normal;margin-bottom:10px; display:block;text-align: left;color: #0000cc;}
.addon_list_item .source{margin-bottom:10px;}
.addon_list_item .source .line, .addon_list_item .source .line a{color:grey;font-size:14px;}
.addon_list_item .date{font-size:14px;color:#999;    display: flex;
    justify-content: space-between;}
.addon_list_item .date .del_btn {margin-left:20px;color:red}
.addon_list_item .date a.del_btn:nth-of-type(1) { margin-left:auto;}
/*笔记增加*/
.addon_list_item .add-bjtitle{ 
	position:relative;
}
.addon_list_item .tips{
	font-size:12px;
	color:#fff;
	height: 20px;
	line-height:20px;
	padding: 0 5px;
	border-radius: 2px;
	background:#288c6a;
	position: absolute;
	left:0px;
}
.addon_list_item .add-bjtitle a{
	margin-left:44px;
}
.addon_list_item .bianji{
	margin-bottom:10px;
	position: relative;
}
.addon_list_item .bianji .b2{
	background: #ff0000;
}
.addon_list_item .bianji .biji-con{ 
	margin-left:44px;
}
a.gfmanage_btn{    
	color: #000;
	margin-left: 10px;
}
a.gfmanage_btn.on{  
	color:#288c6a
}
.tab_box .tab-item{ display:none}
.tab_box .tab-item:first-child{ display:block;}

/*弹窗*/
.backgroundfix{
	display:none;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000;
    z-index: 901;
    -moz-opacity: 0.5;
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal-pub{ 
	display:none;
	width:350px;
	position:fixed;
	top: 10%;
    left: 50%;
    padding:20px 15px 10px;
    margin-left:-175px;
    background: #FFFFFF;
    box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    z-index: 1002;
	box-sizing: border-box;
	border: 1px solid #ccc;
}
.modal-pub .sc-popup-title{ 
	padding-bottom:10px;
	border-bottom: 1px #f0f0f0 solid;
	position:relative;
}
.modal-pub .sc-popup-title h3{
	font-size:16px;
	font-weight:normal;
	color:#000;
	text-align:left;
}
.modal-pub .sc-popup-title .close-sc{
	position: absolute;
    top: -20px;
    right: -15px;
    padding: 2px 10px;
    background: #000;
    border-radius: 3px;
	color:#fff;
}
.modal-pub .sc-popup-list{}
.modal-pub .sc-popup-list .sc-popup-add{
	padding:10px 0px;
	border-bottom: 1px #f0f0f0 solid;
}
.modal-pub .sc-popup-list .sc-popup-add a{
	font-size: 16px;
	color: #288c6a;
}
.modal-pub .sc-popup-list .sc-popup-input{
	display:none;
	padding: 10px 0;
    border-bottom: 1px solid #f0f0f0;
}
.modal-pub .sc-popup-list .sc-popup-input input {
    width: 165px;
    height: 35px;
    padding: 0 10px;
    background: #F5F5F5;
    border-radius: 3px;
	font-size:14px;
	border:0px;
	box-sizing: border-box;
}
.modal-pub .sc-popup-list .sc-popup-input .sc-btn{
    border: none;
    outline: none;
    color: #fff;
	padding: 8px 15px;
    background: #288c6a;
    margin-left: 10px;
    border-radius: 3px;
	cursor:pointer;
}
.modal-pub .sc-popup-list .sc-popup-input .close-btn{
	border: none;
    outline: none;
	padding: 8px 15px;
    margin-left: 8px;
    border-radius: 3px;
	cursor:pointer;
}
.modal-pub .sc-popup-list .sc-popup-addname{
    max-height: 140px;
    overflow-y: auto;
	margin-bottom: 10px;
}
.modal-pub .sc-popup-list .sc-popup-addname .sc-popup-addname-item{
	height:45px;
	line-height:45px;
	border-bottom: 1px solid #f0f0f0;
	font-size:14px;
	 
}
.modal-pub .sc-popup-list .sc-popup-addname .sc-popup-addname-item label{
	display:block;
	width: calc(100% - 110px);
    float: left;
}
.modal-pub .sc-popup-list .sc-popup-addname .sc-popup-addname-item span{
	font-size: 16px;
    color: #000;
}
.modal-pub .sc-popup-list .sc-popup-addname .sc-popup-addname-item .edit-btn{ 
	margin-right:10px;
	float:right;
	color: #000;
}
.modal-pub .sc-popup-list .sc-popup-addname .sc-popup-addname-item .del-btn{
	color:#ff0000;
	float:right;
}
.modal-pub .sub-btn{
	border: none;
    outline: none;
    display: block;
    width: 120px;
    height: 35px;
	color:#fff;
    margin: 10px auto 0;
    background: #288c6a;
    border-radius: 3px;
	font-size:15px;
}
/*笔记*/
.modal-pub .modalbj-con textarea{
	width: 100%;
    min-height: 100px;
    background: #F7F7F7;
    padding: 15px 20px;
    resize: none;
	outline:none;
	border:none;
	font-size:14px;
	box-sizing: border-box;
}
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.pubFixed {
    position: fixed;
	left: 0px;
    right: 0px;
	top:0px;
	bottom:0px;
	overflow:hidden;
	width: 100%;
	height: 100%;
}

.modal-pub .sc-popup-list .sc-popup-addname::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
	border-radius: 6px;
}

.modal-pub .sc-popup-list .sc-popup-addname::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
}

.modal-pub .sc-popup-list .sc-popup-addname::-webkit-scrollbar-thumb
{
	background-color: #000;	
	border-radius: 10px; 
}

/*pdf*/
#b_con .pdfbtn{ 
	color: #ff6600 !important;
	width: 45px;
	height: 45px;
	border: 1px solid #ff6600;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1.3;
}
#b_con .fullview {
	position: fixed;
	margin-top:10px;
	right: 12px
	 
}
#b_con .goback{ 
	position: fixed;
	top: 10px;
	right: -100px;
}
#b_con.simplify_on .goback {
	right: 10px;
	
}
#b_con.simplify_on .fullview{display:none;}
#b_con.simplify_on{
	position: fixed;
	width: 100%;
	left: 0px;
	right:0px;
    top: 0;
    height: 100vh;
    min-height: 100%;
    z-index: 999999;
}


