/* 初始化CSS */
html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend, img { margin:0; padding:0;}
body{background: #fff;}
fieldset, img { border:none;}
img{display: block;}
ul, ol, li{ list-style:none; }
input { padding-top:0; padding-bottom:0; outline: none;color: #666;}
input::-moz-focus-inner { border:none; padding:0; }
button{
	outline: none;
}
.gt{
	font-family: "宋体";
}
img{
	width: 100%;
	height: 100%;
}
.sj-color{
	color: #ff5301;
}
.red{
	color: #f00;
}
select, input { vertical-align:middle; }
select, input, textarea { font-size:12px; margin:0;outline: none;resize: none;}
table { border-collapse:collapse; }
body { color:#666; font:12px/20px "微软雅黑"; background:#fff;/* overflow-y:scroll;*/min-height: 320px; }
.clearfix:after { content:"."; display:block; height:0; visibility:hidden; clear:both; }
.clearfix { zoom:1; }
.clearit { clear:both; height:0; font-size:0; overflow:hidden; }
a { color:#666; text-decoration:none !important; }
i{
	font-style: normal;
}
a:hover{

	text-decoration: none;
}
em{font-style: normal;}
.left{
	float: left;
}
.right{
	float: right;
}
.container{
	width: 1200px;
	margin: 0 auto;
	position: relative;
	min-width: 1200px;
}
.border-none{
	border: none !important;
}
.blue{
	color: #0099ff !important;
}
.showtooltip{
	height: 200px;
}
/*开始*/

/*加载中*/
.editor-style-box{
	position: relative;
}
.wait-box{
	position: absolute;
	z-index: 90;
	width: 100%;
	height: 100%;
	background: #fff;
	display: none;
}
.wait-box .wait-bg{
	top: 80px;
	left: 50%;
	margin-left: -180px;
	position: absolute;
	width: 360px;
	height: 200px;
	background: url(../img/loading.gif) no-repeat;
	background-size: contain;
}
.article-wrap{
	position: relative;
}

/*--------------*/
.header{
	height: 60px;
	background-color:#fff;
}
.header .logo{
	width: 118px;
	height: 38px;
	padding:11px 4px;
}
.header-right .head-btn-group,.logined{
	line-height: 60px;
	color: #c9c9c9;
	font-size: 14px;
}
.header-right .head-btn-group a{
	display: inline-block;
	padding: 0 10px;
	color: #333;
	position: relative;
	line-height: 20px;
}
.header-right .head-btn-group a.login-btn i{
	margin: 0 5px;
	color: #ff7612;
}
.header-right .box{
	display: none;
}
.header-right .box.current{
	display: block;
}
/*已经登录*/
.logined,.logined-list{
	height: 60px;
}
.logined .logined-list li{
	float: left;
	margin-left: 20px;
	position: relative;
}
.logined .logined-list li a{
	display: block;
	position: relative;
}
.logined .logined-list li a.logined-message{
	padding-left:30px;
}
.logined .logined-list li a.logined-message::before{
	left: 0;
	top:50%;
	content: "";
	width: 21px;
	height: 21px;
	margin-top: -11px;
	position: absolute;
	background: url(../img/head-icon.png) no-repeat;
}
.logined .logined-list li .user-wrap dd{
	position: relative;
	cursor: pointer;
}
.logined .logined-list li .user-wrap .user-name{
	position: relative;
	padding-left: 30px;
	height: 60px;
}
.logined .logined-list li .user-wrap .user-name:before{
	left: 0;
	top: 50%;
	content: "";
	width:21px;
	height: 21px;
	margin-top: -10px;
	position: absolute;
	background: url(../img/head-icon.png) 0 -31px no-repeat;
}
.user-name span{
	padding-right: 10px;
	color: #333;
}
.user-name i{
	color: #333;
}
.user-down-list{
	width: 100%;
	left: 0;
	top: 60px;
	position: absolute;
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	display: none;
	z-index: 99999;
}
.logined .user-down-list li{
	margin-left: 0;
	width: 100%;
	border-bottom: 1px solid #dcdcdc;
}
.user-down-list li a{
	line-height: 40px;
	text-align: center;
	display: block;
}
.user-down-list li a:hover{
	background: #f5f5f5;
}
/*content*/
.content-wrap{
	width: 100%;
	padding-top: 20px;
	background: url(../img/body-bg.jpg) center top no-repeat;
	background-size: cover;
}
.content-l{
	width: 390px;
	background: #fff;
	overflow:hidden;
}
.tab-wrap{
	line-height: 56px;
	height: 56px;
	position: relative;
}
.tab-wrap span.bottom-line{
	width: 20%;
	height: 2px;
	bottom: 0;
	left: 0;
  position: absolute;
	background: #ff7612;
}
.content-l-tab{
	border-bottom: 1px solid #dcdcdc;
}
.content-l-tab li{
	float: left;
	width: 20%;
	text-align: center;
	line-height: 56px;
	font-size: 14px;
}

.content-l-tab li a{
	display: block;
	color: #333;
	cursor: pointer;
}
.content-l-tab li.active a{
	color: #ff7612;
}
.content-l-box .tab-item{
	display: none;
}
.content-l-box .tab-item.current{
	display: block;
}
#bar{
	height: 624px;
	overflow-y: auto;
	overflow-x: hidden;
}
.sucai-pic{
	height: 541px;
	overflow-y: auto;
	overflow-x: hidden;

}
.root-con{
	height: 652px;
	overflow-y: auto;
	overflow-x: hidden;
}
#my-keep{
	height: 782px;
	overflow-y: auto;
	overflow-x: hidden;
}
.my-article{
	height: 632px;
	overflow-y: auto;
	overflow-x: hidden;
	position: relative;
}
/*筛选*/
.filter-list{
	padding: 24px 0 16px 0;
}
.filter-list-con li{
	width: 16.66%;
	float: left;
	text-align:center;
	position: relative;
	font-size: 14px;
}
.filter-list-con li a{
	display: block;
}
.filter-list-con li a i{
	font-size: 24px;
}
.filter-list-con li .tit-name{
	line-height: 30px;
}
.filter-list-con li a:hover{
	color: #ff6400;
}
.filter-list-con li .down-list{
	min-width: 80px;
	position: absolute;
	z-index: 99;
	background: #fff;
	border: 1px solid #dcdcdc;
	border-bottom: none;
	left: 0;
	top: 50px;
	display: none;
}

.filter-list-con li .down-list li{
	width: 100%;
	line-height: 32px;
	border-bottom: 1px solid #dcdcdc;
	cursor: pointer;
}
.filter-list-con li .down-list li a{
	display: block;
}
.filter-list-con li.current .tit-line{
	color: #ff6400;
}
.filter-list-con li.current .tit-line .yuan{
	background: #ff6400;
}
/*素材中心*/
.sucai-con li{
	width: 20%;
}
.goto{
	margin: 20px auto;
}
.goto a{
	height: 44px;
	display: block;
	background: url(../img/go.png) center center no-repeat;
}
.sucai-pic{
	padding: 15px 0;
}
.pic-wrap{
	width: 100%;
	font-size: 14px;
}
.pic-box-con{
	margin: 5px;
	/*height: 160px;*/
	background: #fdfdfd;
	padding: 5px 0;
	cursor: pointer;
	overflow: hidden;
}
.pic-box01 img{
	width: 100% !important;
	height: 100% !important;
}
/*搜索*/
.search-wrap{
	margin: 0 10px;
	height: 38px;
	position:relative;
	box-sizing: border-box;
	border-radius: 10px;
	overflow: hidden;
}
.search-wrap input{
	width: 100%;
	height: 38px;
	line-height: 38px;
	box-sizing: border-box;
	background: #dcdcdc;
	border: none;
	padding-left: 13px;
}
.search-btn {
	width: 40px;
	height: 38px;
	position: absolute;
	right: 0;
	top: 0;
	border: none;
	cursor: pointer;
	font-size: 20px;
	color: #888;
}
/*排序*/
.sort-box dl{
	line-height: 46px;
	padding: 0 10px;
	font-size: 14px;
}
.sort-box dl dt{
	width: 42px;
}
.sort-box dl dd {
	width: 320px;
}
.sort-box dl dd a{
	padding: 0 8px;
	display: inline-block;
}
.sort-box dl dd a.current{
	color: #ff6c00;
}
.sort-box dl dd a i{
	margin-right: 5px;
}
/*#editor-style{
	height: 630px;
	overflow-y:auto ;
}*/
.editor-style-list {
	padding: 0 5px;
}
.editor-style-list li{
	position: relative;
	padding: 15px 10px;
	border-bottom: 1px dashed #ddd;
	cursor: pointer;
}
.editor .editor-in{
	border-bottom: 2px solid #ef7060;
	line-height: 30px;
	font-size: 16px;
	font-weight: bold;
}
.editor .editor-in span.num{
	border-radius: 80% 100% 90% 20%;
	 color: #FFFFFF;
	 display: block;
	 float: left;
	 line-height: 20px;
	 margin: 0px 8px 0px 0px;
	max-width: 100%;
	padding: 4px 10px;
	word-wrap:break-word !important;
	background-color: #EF7060;
}
.editor .editor-in span.text{
	color: rgb(239, 112, 96);
}
.editor-in2{
	margin: 0.8em 0 0.5em 0;
	font-size: 16px;
	line-height: 32px;
	font-weight: bold;
	color: rgb(239, 112, 96);
}
.editor-in2 .num{
	width: 32px;
	height: 32px;
	line-height: 32px;
	display: block;
	text-align: center;
	color: #fff;
	margin: 0 8px 0 0;
	border-radius: 50%;
	background: rgb(239, 112, 96);
}
/*编辑器*/

.content-mid{
	width: 500px;
	margin: 0 10px;
	position: relative;
	z-index: 1;
}
/*颜色盘*/
.content-r{
	width: 290px;
}
.colors-box{
	height: 275px;
	background: #fff;
	border-radius: 8px;
	padding: 0 12px;
}
.colors-top{
	line-height: 24px;
	padding: 12px 0;
	font-size: 14px;
	font-weight: normal;
}
.colors-top h2{
	font-weight: normal;
}
.colors-top input{
	height: 24px;
	background: #e2561b;
	border: none;
	text-align: center;
	width: 90px;
	color: #fff;
}
#colorCheck span{
	display: inline-block;
	padding: 5px 0 5px 26px;
	position: relative;
	margin: 0 5px;
}
#colorCheck span i{
	left: 0;
	top: 50%;
	width: 25px;
	height:15px;
	margin-top: -6px;
	position: absolute;
	background: url(../img/adress-off.png) 0 0 no-repeat;
	background-size:contain;
}
#colorCheck span i.active{
	width: 25px;
	height: 15px;
	background: url(../img/adress-on.png) 0 0 no-repeat;
	background-size: contain;
}

/*是否使用签名*/
.down-menu{
	bottom: 40px;
	left: 15px;
	font-size: 14px;
	text-align: center;
	background: #fff;
	border: 1px solid #dcdcdc;
	display: none;
	position: absolute;
	box-shadow: 0 0 30px rgba(0,0,0,.2);
}
.down-menu li a{
	padding: 0 10px;
	display: block;
	line-height: 30px;
}
.down-menu li a:hover{
	background: #f5f5f5;
}
.down-box{
	position: relative;
}
.down-box .down-toggle{
	font-size: 14px;
	color: #2fa4e7;
	padding: 0 20px;
}
.down-box .down-toggle a{
	display: block;
}
.down-box .down-toggle a i{
	font-size: 12px;
}
/*颜色列表*/
.colors-list li{
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-family: "宋体";
	margin: 2px;
	float: left;
	cursor: pointer;
	text-align: center;
	color: #fff;
}
.outer-line{
	height:94px;
	background: #fff;
	border-radius: 8px;
	margin: 8px 0;
	padding: 0 1px;
	text-align: center;
}
.outer-line a{
	text-align: center;
	font-size: 16px;
	display: inline-block;
	line-height: 30px;
	padding: 15px 5px;
	width: 36%;
}
.outer-line a.current{
	color: #ff6c00;;
}
.outer-line a:hover{
	color: #ff6c00;
}
.outer-line a h2{
	font-size: 12px;
	font-weight: normal;
}
.outer-line a i{
	font-size: 26px;
}

/*悬浮按钮*/
#float{
	width: 200px;
	min-height: 260px;
	position:absolute;;
	position: absolute;
	right: -201px;
	bottom:180px;
	/*background:#ff6400;*/
}
.float-nav{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
}
.float-nav li{
	cursor: pointer;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	margin:0 0 10px 0;
	position: relative;
}
.float-nav li .icon-bg{
	width: 0;
	height: 40px;
	line-height: 40px;
	position: absolute;
	left: 40px;
	top: 0;
	font-size: 16px;
	text-align: center;
	background: #fff;
	opacity: 0;
	border-radius: 0 10px 10px 0;
	overflow: hidden;
	/*display: none;*/
}
.float-nav li .icon-bg:after{
	left: -16px;
	top: 50%;
	position:absolute;
	margin-top: -8px;
	content: "";
	width: 0;
	height: 0;
	border-width: 8px;
	border-style: solid;
	border-color:transparent #fff transparent transparent;
}
.float-nav li a{
	display: block;
	position: relative;
	padding-left: 50px;
	height: 40px;
}

.float-nav li a:before{
	left: 0;
	top: 0;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	background: url(../img/float-icon.png) 0 0 no-repeat;
	background-color: #fff;
	z-index: 999;
}
.float-nav li a.empoty:before{
	background-position: 0 -50px;
}
.float-nav li a.look:before{
	background-position: 0 -100px;
}
.float-nav li a.save:before{
	background-position: 0 -150px;
}
.float-nav li a.copyTo:before{
	background-position: 0 -200px;
}


/*一键排版*/

#root{
	padding:0 10px;
}
#root .root-tips{
	margin:15px 0;
	padding: 15px 20px;
	line-height: 30px;
	background: #fcf8e3;
	color: #ff5d04;
	font-size: 16px;
	border-radius: 5px;
}
#root .root-tips dt{
	width: 50px;
	height: 100%;

}
#key li{
	width: 50%;
	text-align: center;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	overflow: hidden;
}
/*我的作品*/
.nologin{
	padding: 85px 0;
	text-align: center;
}
.nologin h2{
	font-size: 16px;
	font-weight: normal;
}
.nologin h2 a{
	margin: 0 5px;
	color: #ff6600;
	text-decoration: underline !important;
}
.my-article{
	padding:0 10px;
}
.article-list{
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
}
.product-tit  li{
	width: 25%;
}
.article-list-con .article-tit{
	font-size: 18px;
	color: #626262;
	font-weight: bold;
	line-height: 36px;
}
.article-btn{
	margin: 20px 0;
}
.article-btn a{
	line-height: 36px;
	display: inline-block;
	padding: 0 20px 0 0;
	color: #333;
	border-radius: 5px;
}
.article-btn a:hover{
	background: #ff6400;
	color: #fff;

}
.article-btn a i{
	display: inline-block;
	padding: 0 10px 0 15px;
	font-size: 16px;
}
.tit-line .yuan{
	width:65px;
	height:65px;
	background:#666;
	display:inline-block;
	border-radius:50%;
	position: relative;
}
.tit-line .yuan i{
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -12px;
	margin-left: -18px;
	font-size: 40px;
	color:#fff;
}
.tit-line .yuan-tu i{
	font-size: 30px;
}
.tit-line .yuan-tu2 i{
	font-size: 34px;
	margin-left: -16px;
}

/*文章NAV*/
.article-nav{
	padding:0 0 16px 0;
}
.article-nav a{
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	margin-right: 15px;
	color: #666;
}
.article-nav a.active{
	background: #ff6600;
	color: #fff;
	border: 1px solid #ff6600;
}

/*微信文章列表*/
.wx-article{
	padding: 10px;
	border: 1px solid #dcdcdc;
	margin-bottom: 15px;
}
.wx-article .wx-article-pic{
	max-height: 143px;
	overflow: hidden;
}
.wx-article .wx-article-pic img{
	height: 100%;
}
.wx-article .wx-article-text{
	font-size: 14px;
	color: #333;
	line-height: 24px;
	padding: 10px 5px;
}
.wx-time{
	color: #b4b4b4;
	font-size: 14px;
}
.wx-time .wx-time-in{
	color: #ff6600;
}
.wx-article-hald a{
	padding-left:18px ;
}
/*我的图片*/
.upload-new{
	line-height: 40px;
	padding: 10px 0;
	border-bottom: 1px solid #dcdcdc;
	font-size: 16px;

}
#upload{
	display: block;
	width: 150px;
	position: relative;
	cursor: pointer;
}
#upload input{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.my-article .upload-new .iconfont{
	margin: 2px 10px 0 10px;
	font-size: 24px;

}
.my-article{
	display: none;
}
.my-article.current{
	display: block;
}
.my-picture{
	width: 50%;
	float: left;
	margin:10px 0;

}

.my-picture .pic-box-con{
	padding:10px;
	margin: 0 10px;
	position: relative;
	overflow: hidden;
}
.my-picture .pic-box-con .del-box{
	left: 0;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.5);
	color: #fff;
	bottom: -34px;
}
.my-picture .pic-box-con .del-box .del{
	color: #fff;
	display: block;
	padding: 0 30px;
	text-align: center;
}
.index-qx{
	line-height: 30px;
    padding: 15px 0;
    position: relative;
}
.index-qx span{
	display: inline-block;
    line-height: 30px;
    margin-right: 10px;
    padding: 0 15px;
    cursor: pointer;
}
.index-qx span label{
	cursor: pointer;
}
.index-qx span.index-del{
	border: 1px solid #dcdcdc;
	background: #f3f3f3;
}
.index-qx span input[type=checkbox]{
	position: relative;
	top: -2px;
	width: 15px;
	height: 15px;
}
.del-inp{
	position: absolute;
	width: 15px;
	height: 15px;
	left: 8px;
	top: 50%;
	margin-top: -7px;
}
/*预览图*/
.phone-view-body{
	overflow: hidden;
}
.phone-view,.wx-line-motal,.notice-motal,.notice-motal-xq{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top:0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	display: none;

}
/*.notice-motal{
	display: block;
}*/
.preview-phone{
	left: 50%;
	top: 50%;
	margin-left: -180px;
	margin-top: -329px;
	position: absolute;
	width: 360px;
	height: 658px;
	padding: 2px 0;
	border-radius: 28px;
	background-image:url(../img/phonejpg.jpg);
	background-size: cover;
	animation: bounceIn 0.5s linear;
}
#phone-close{
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #fff;
	position: absolute;
	right: -30px;
	color: #000;
	top: 0;
	border-radius: 50%;
	cursor: pointer;

}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.preview-body{
	padding: 15px 12px;
	overflow-x:hidden;
	overflow-y:auto;
	margin-top: 90px;
	height: 472px;
}
.phone-tit{
	margin-bottom: 14px;
	padding:0;
	font-size:24px;
	line-height: 1.6;
}
p.timer{
	font-size:14px;
	color: #8c8c8c;
}

.editor.cur{
	border: 1px dashed #ff6400;
}
/*登陆*/
.login-motal-box{
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);;
	z-index: 999;
	display: none;
}
.login-motal{
	width: 530px;
	height: 540px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -265px;
	margin-top: -270px;
	border-radius: 8px;
	padding: 6px;
	box-sizing: border-box;
	animation: opacity 0.2s;
}
@keyframes opacity {
	from{opacity: 0;transform: scale(0.5)}
	to{opacity: 1;transform: scale(1)}
}
-webkit-@keyframes opacity {
	from{opacity: 0;transform: scale(0.5)}
	to{opacity: 1;transform: scale(1)}
}
-moz-@keyframes opacity {
	from{opacity: 0;transform: scale(0.5)}
	to{opacity: 1;transform: scale(1)}
}

.login-motal-top{
	padding: 20px 10px;
	line-height: 35px;
	font-size: 18px;
	color: #ff7612;
	position: relative;
	border-bottom: 1px solid #ddd;
}
.login-motal-top .motal-line{
	margin: 0 15px;
	height: 35px;
	color: #dedede;
}
.close{
	right: 10px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	cursor:pointer;
	color: #b5b4b4;
}
/*登录输入*/
.login-motal-con{
	padding: 15px 35px 0;
}
.login-motal-con .user-box{
	height: 38px;
	line-height: 38px;
	width: 100%;
	margin: 15px 0;
	border:1px solid #ccc;
}
.login-motal-con .user-box dl dt{
	width: 95px;
	height:38px;
	border-right: 1px solid #ccc;
	font-size: 14px;
	padding: 0 12px;
	color: #bbb;
}
.login-motal-con .user-box dl dt i{
	font-size: 20px;
	color: #bbb;
}
.login-motal-con .user-box dl dd{
	width: 324px;
	overflow: hidden;
}
.login-motal-con .user-box dl dd input{
	width: 100%;
	height: 38px;
	border: none;
	float: left;
	color: #999;
	padding-left: 12px;
	box-sizing: border-box;
	font-size: 14px;
}
.login-motal-con .submit{
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 100%;
	margin: 15px 0;
	background: #ff6a00;
	color: #fff;
	border: none;
	cursor: pointer;
	font-size: 16px;
	border-radius:5px;
}
.login-motal-con .text{
	text-align: center;
	font-size: 14px;
	padding: 15px 0;
}
.login-motal-con .text a{
	color: #ff6a00;
	line-height: 26px;
}
.login-motal-con .submit:hover{
	background: #ff7b1d;
}
.icon-other-wrap{
	padding: 0 32px;
	border-top: 1px solid #ddd;
}
.icon-other-wrap h2{
	line-height: 60px;
	font-weight: normal;
}
.icon-other li{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
}
.icon-other li a{
	width: 50px;
	height: 50px;
	display: block;
	background: url(../img/icon.png) 0 0 no-repeat;
}
.icon-other li a.wx{
	background-position: 0 -60px;
}
.icon-other li a.wb{
	background-position: 0 -120px;
}
/*保存模态*/
#save-wrap,.article-motal{
	width: 100%;
	height: 100%;
	position: fixed;
	background: rgba(0,0,0,0.5);
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
#save-wrap .save{
	left: 50%;
	top: 50%;
	width: 540px;
	min-height: 450px;
	max-height: 600px;
	margin-top: -300px;
	margin-left: -270px;
	padding: 0 15px 20px;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	animation: opacity 0.3s linear;
	-webkit-animation: opacity 0.3s linear;
	overflow-y: auto;
	overflow-x: hidden;
}

#save-wrap .save .save-top{
	line-height: 62px;
	position: relative;
	border-bottom: 1px solid #dcdcdc;
}
#save-wrap .save .save-top h2{
	font-size: 18px;
	color: #ff5200;
	padding: 0 5px;

}
#save-wrap .save .save-top .close{
	width: 30px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

#save-wrap .save .choose{
	margin-top: 20px;
	line-height: 40px;
}
#save-wrap .save .choose dt{
	width: 80px;
	padding-right: 20px;
	font-size: 16px;
	font-weight: bold;
	padding-left: 5px;
	text-align: right;
}
#save-wrap .save .choose dd{
	width: 400px;
}
#save-wrap .save .choose dd.one span{
	display: inline-block;
	border: 1px solid #dcdcdc;
	padding: 0 15px;
	font-size: 16px;
	margin-right: 15px;
	cursor: pointer;
}
#save-wrap .save .choose dd.one span.active{
	background: #f2f2f2;
}
#save-wrap .save .choose dd .choose-inp{
	height: 38px;
	line-height: 38px;
	width: 370px;
	border: 1px solid #dcdcdc;
	color: #666;
	padding-left: 10px;
}
#save-wrap .save .choose dd .choose-area{
	width: 360px;
	padding: 10px;
	border: 1px solid #dcdcdc;
	height: 80px;
}
#save-wrap .save .choose dd.sub-btn button{
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	border: none;
	background: #818181;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}
#save-wrap .save .choose dd.sub-btn button.wz-btn{
	background: #ff6600;
}
.fm-dl .fm-inp{
	width: 288px;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
}
.fm-dl .file-wrap{
	position: relative;
	width: 88px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: #ff6600;
	color: #fff;
	font-size: 14px;
	margin-left: 10px;
	cursor: pointer;
	border-radius: 5px;
	display: inline-block;
}
.fm-dl .file{
	
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	filter: alpha(opacity=0);
}
.set-pub{
	display: none;
}
.set-pub.active{
	display: block;
}


/*分页*/
.page-wrap{
	padding: 30px 20px;
}
/*文章提取*/
.article-in{
	top: 50%;
	left: 50%;
	width: 772px;
	height: 400px;
	margin-top: -200px;
	margin-left: -386px;
	background: #fff;
	position: absolute;
	border-radius: 5px;
	padding: 0 25px;
	animation: opacity 0.35s linear;
}
.article-in .article-top{
		line-height: 60px;
		position: relative;
}
.article-in .article-top h2{
	color: #ff6600;
}
.article-in .article-top span.close{
	right: 0;
	top: 50%;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin-top: -15px;
	text-align: center;
}
.article-con{
	padding: 68px  0 68px 40px;
	border-bottom: 1px solid #dcdcdc;
}
.article-con-in{
	border: 1px solid #dcdcdc;
	line-height: 48px;
	height: 48px;
	width: 620px;

}
.article-con-in .article-con-name{
	width: 110px;
	text-align: center;
	border-right: 1px solid #dcdcdc;
	font-size: 14px;
}
.article-con-in .article-con-text{
	height: 48px;
	position: relative;
	width: 425px;
	overflow: hidden;
}
.article-con-in .article-con-text input{
	width: 410px;
	position: absolute;
	height: 48px;
	border: none;
	padding-left:15px;
}
.article-con-in .article-con-button{
	width: 84px;
	height: 48px;
	line-height: 48px;
	background: #ff6600;
	color: #fff;
	border: none;
}
.article-con-in .article-con-button button{
	width: 100%;
	height: 100%;
	border: none;
	background: #ff6600;
color: #fff;
	font-size: 16px;
	cursor: pointer;
}
.article-dec dl{
	line-height: 30px;
	padding: 15px 0;
}
.wx-line-con{
	padding: 30px 0 0 40px;
}
.wx-line-con .article-con-in{
	margin-bottom: 30px;
}
/*公告*/
.notice-con{
	top: 50%;
	left: 50%;
	width: 600px;
	height: 455px;
	margin-left: -290px;
	margin-top: -223px;
	position: absolute;
	background: #fff;
	border-radius: 5px;
	padding: 0 15px;
	animation: opacity 0.35s linear;
}
.notice-top{
	line-height: 50px;
	position: relative;
}
.notice-top .close{
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	right: 0;
	top: 50%;
	margin-top: -15px;
}
.notice-list{
	font-size: 14px;
}
.notice-list ul li{
	line-height: 48px;
	border-bottom: 1px dashed #dcdcdc;
}
.notice-list ul li a:hover{
	color: #f00;
}
.notice-list ul li .notice-list-tit{
	width: 330px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.notice-motal-xq .notice-top{
	border-bottom: 1px solid #dcdcdc;
}
.notice-motal-xq .notice-xq-time{
	line-height: 40px;
}
.notice-con-text{
	height: 250px;
	background: #eee;
	overflow-y:auto;
	overflow-x: hidden;
	padding: 15px;
	font-size: 14px;
	line-height: 30px;
}
.notice-motal-xq .back{
	position: absolute;
	right: 20px;
	bottom: 30px;
	font-size: 16px;
}
.notice-motal-xq .back i{
	font-size: 18px;
	margin: 0 5px;
}
/*分页*/
#pagecount span,.page-style a,.page-style span.current{
	padding: 0 15px;
	line-height: 40px;
	display: inline-block;
	border: 1px solid #dcdcdc;
	cursor: pointer;
	margin: 0 3px;
}
.page-style span.current{
	background: #ff6600;
	color: #fff;
}
.page-style a:hover{
	background: #ff6600;
	color: #fff;
}
#page_count span{
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #dcdcdc;
	display: inline-block;
	cursor: pointer;
	margin: 0 3px;
}
#page_count span a{
	display: inline-block;
}
#page_count span:hover{
	background: #ff6600;
	color: #fff;
	border: 1px solid #ff6600;
}
#page_count span:hover a{
	color: #fff;
}
/*素材中心page*/
