/* 下载及购买会员 */
.editor-p {
  margin: 40px auto 0;
  width: 500px;
}
.editor-p ul li {
  float: left;
}
.editor-p ul li i {
  display: block;
  position: absolute;
  left: 53px;
  top: 13px;
  top: 0px\9;
}
@media all and (min-width:0) {        
  .editor-p ul li i{
    top: 13px;
  }  
  .seclt {
    background: url(../img/downArror.png) 84px 12px no-repeat;
  }  
  .seclt:hover{
    background: url(../img/upArror.png) #fff 84px 12px no-repeat;
  }
}
.editor-p ul li button {
  position: relative;
  width: 200px;
  height: 48px;
  background: #fff;
  border: 1px solid #970097;
  border-radius: 100px;
  margin: 0 20px;
  outline:none;
  cursor: pointer;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  text-indent: 20px;
  margin-bottom: 20px;
}
.editor-p ul li p {
  text-align: center;
  font-size: 12px;
  color: #515151;
  line-height: 17px;
}
.editor-p ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
  position: relative;
}
.editor-p ul li .btn img{
  position: absolute;
  left: 53px;
  width: 20px;
  height: 20px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
     -moz-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.editor-p ul li .editor-p-b1 {
  color: #970097;
}
.editor-p ul li .editor-p-b1:hover,.editor-p ul li .editor-p-b1:active {
  -webkit-box-shadow: 0px 0px 5px #970097;
          box-shadow: 0px 0px 5px #970097;
}
.editor-p ul li .editor-p-b2 {
  background: #970097;
  color: #fff;
}
.editor-p ul li .editor-p-b2:hover,.editor-p ul li .editor-p-b2:active {
  -webkit-box-shadow: 0px 0px 5px #970097;
          box-shadow: 0px 0px 5px #970097;
}
.editor-p ul li .down-loading {
  border:1px solid #ddd;
  color: #bbb;
  cursor: no-drop;
}
.editor-p ul li .down-loading:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/* 开始轻松编辑PDF文档~底部 */
#file{
  width: 100%;
  height: 317px;
  margin: 0 auto;
  background: #fff;
}
#file .file-i {
  width: 1200px;    
  height: 251px;
  margin: 0 auto;
  padding-top: 66px;
  background: #fff;
}
#file h2 {
  text-align: center;
  font-size: 32px;
  color: #333;
}

/* 友链/联系 */
#contact .contact-c {
  width: 1200px; 
  height: 152px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#contact h3 {
  font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
  color: #333333;
  margin-bottom: 20px;
  text-align: left;
}
.friendLink {
  font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: 1px;
}
.friendLink .divider {
  margin: 0 10px;
}
.friendLink .firstLink {
  margin-left: 14px;
  
}
.contacts .contact{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.contacts .contact0{
  background: url(../img/qq.png);
}
.contacts .contact0:hover{
  background: url(../img/qq_active.png);
}
.contacts .contact1{
  margin: 0 20px;
  background: url(../img/mail.png);
}
.contacts .contact1:hover{
  background: url(../img/mail_active.png);
}
.contacts .contact2{
  background: url(../img/wechat.png);
}
.contacts .contact2:hover{
  background: url(../img/wechat_active.png);
}
/* 真*底部 */
#footer {
  width: 100%;    
  height: 107px;
  background: #292929;
}
#footer .footer-l {
  width: 1200px; 
  height: 87px;
  margin: 0 auto;    
  padding-top: 20px;
  background: #292929;
}
#footer .footer-t {
  width: 238px;
  margin: 0 auto;
}
#footer .footer-t i {
  display: block;
  float: left;
  margin: 30px 29px 16px 0;
  cursor: pointer;
}
#footer .footer-t p{
  font-size: 12px;
  color: #7B7A7E;
  float: left;
  margin-left: -10px;
  line-height: 18px;
}
#footer .footer-i {
  width: 300px;
  overflow: hidden;
}
#footer .footer-p {
  margin-top: 33px;
}
#footer .footer-text {
  width: 1200px;
  float: left;
}
#footer .footer-text p {
  text-align: center;
  font-size: 12px;
  color: #6B6B6B;
  line-height: 18px;
  margin-bottom: 5px;
}
#footer .footer-text p a {
  font-size: 12px;
  color: #6B6B6B;
}
#footer .footer-l .link {
  text-align: center;
  margin-bottom: 10px;
}
#footer .footer-l .link a {
	font-weight: 400;
	font-style: normal;
	font-size: 12px;
	color: #818181;
}
#footer .footer-l .link i {
  margin: 2px 7px 0;
  color: #6B6B6B;
  font-size: 12px;
}
#agentCookie {
  display: none;
}