html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6, hr,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,textarea,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;}
body,html{width:100%;height:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
nav,ul,ol,li{list-style:none;}
a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none;color:#000;}
img{display:block;border:none;outline:none;}
input,select{vertical-align:middle;}

strong,b{font-weight:normal;}
em,i{font-style:normal;}

table{border-collapse:collapse;border-spacing:0;}
h1,h2,h3,h4,h5,h6{font-size:100%; font-weight:normal;}

button{
    margin:0;padding:0;
}
i img {
  width: 100%;
  height: 100%;
}

/*公共样式*/
.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear: both;
}
a,a:hover{
    text-decoration: none;
}
a{
    cursor: pointer;
}

[v-cloak] {
  display: none;
}

/*头部样式*/
.dabox {
  min-width: 1000px;
  overflow: hidden;
}
#header{
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:78px;
    line-height: 78px;
    -moz-box-shadow: 1px 0 5px #ccc;
    -o-box-shadow: 1px 0 5px #ccc;
    -webkit-box-shadow: 1px 0 5px #ccc;
    -ms-box-shadow: 1px 0 5px #ccc;
    box-shadow: 1px 0 5px #ccc;
    border-bottom:1px solid #ccc;
    z-index: 100;
}
#header .top-box{
    width: 1000px;
    margin: 0 auto;
    height:78px;
    box-sizing: border-box;
}
#header .logo{
    display: block;
    padding-top: 6px;
    box-sizing: border-box;
}
#header .logo img{
    width:66px;
    height:66px;
}
.nav ul li{
    float: left;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}
.nav ul li:hover a{
    color:#d87424;
}
.nav ul li a{
    padding:0 25px;
    color: #7d7d7d;
    border-right: 1px solid #cdcdcd;
    cursor:pointer;
}
.nav ul li:last-of-type a{
    border-right:none;
}
.nav ul li a.active{
    color:#d87424;
}



/*回到顶部*/
#zd {
    position: fixed;
    right: 80px;
    bottom: 0;
    height: 130px;
    width: 1px;
    box-sizing: border-box;
    z-index: 20;
}
#zd  .up{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: url("../images/top.png") center center no-repeat #fff;
    background-size: 45px;
    border: 1px solid #eee;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    box-sizing: border-box;
    cursor: pointer;
    /*opacity:0;*/
    opacity: 1;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
#zd  .down{
    position: absolute;
    left: 0;
    top: 45px;
    z-index: 10;
    width: 45px;
    height: 45px;
    background: url("../images/dian.png") center center no-repeat #fff;
    background-size: 45px;
    border: 1px solid #eee;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    cursor: pointer;
    box-sizing: border-box;
    -moz-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
    -webkit-box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
#zd  .down .er{
    position: absolute;
    left: -155px;
    top: -90px;
    width: 150px;
    height: auto;
    /*display: none;*/
}
#zd  .down .er.active{
    display: block;
}









/*底部文件*/
.footer {
  width: 100%;
  padding: 54px 0 54px 0;
  color: #676562;
  position: relative;
  border-top:1px solid #eee;
}
.footer-cont {
  width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 14px;
}
.footer-left {
  float: left;
}
.footer-left em {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 46px;
  float: left;
}
.footer-txt {
  display: inline-block;
  overflow: hidden;
}
.footer-txt .about-help {
  height: 38px;
  line-height: 38px;
}
.footer-txt .about-help a{
  padding: 0 16px;
  border-right: 1px solid #ddd;
}
.footer-txt .about-help a:first-child{
  border-left: 1px solid #ddd;
}
a.showCode div{
  /*display:block;*/
  position: absolute;
  top: -148px;
  left: 50%;
  width:142px;
  height:188px;
  border:1px solid #aaa;
  z-index: 999;
}
a.showCode div img{
  width:100%;
  height:100%;
}
a.help div{
  margin-left: -364px;
}
a.feedBack div{
   margin-left: -299px;
}
a.weixin div{
  top: -108px;
   margin-left: -292px;
}

a.showCode div::before, a.showCode div::after{  
      position:absolute;  
      content:" ";  
      width:0;  
      height:0;  
      top:100%;  
      border:10px solid transparent;  
      left:50%;  
      margin-left:-5px;  
      pointer-events:none;  
}  
a.showCode div::before{  
    border-top-width:11px;  
    border-top-color:#666;  
    margin-left:-11px;  
  
}  
a.showCode div::after{  
  border-width:9px;  
  border-top-width:10px;  
  border-top-color:#fff;  
  margin-left:-10px;
}




/*帮助 反馈弹出二维码的动画*/
.fade-enter-active, .fade-leave-active {
  transition: opacity .5s;
}
.fade-enter, .fade-leave-active {
  opacity: 0;
}


/*微信 微博*/
.footer-txt div.link-three {
  height: 50px;
  line-height: 50px;
}
.footer-txt div>i {
  display: inline-block;
  width: 34px;
  height: 32px;
  margin: 0 14px 0 14px;
  vertical-align: middle;
  cursor:pointer;
}
.footer-right {
  float: right;
  padding-top: 66px;
}
.footer-right span{
  margin:0 10px;
}
.back-top{
    display:block;
    position:fixed;
    right: 20px;
    width: 43px;
    height: 43px;
    border-radius: 4px;
    background:url(../images/top.png) no-repeat left center;
    bottom: 80px;
}