*{
       margin: 0;
    padding: 0;
    font-style: normal;
    list-style: none;
    -moz-box-sizing: border-box;
}
img {    
    image-rendering: -moz-crisp-edges; /* Firefox */     
    image-rendering: -o-crisp-edges; /* Opera */      
    image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */ 
    image-rendering: crisp-edges; 
    -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

[v-clock]{
    display:none;
} 
    
body{
  font-size: 14px;
    color: #333;
    line-height: normal;
    font-family:"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    background: #fff;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s;
}

a:hover {
    color: #e97613;
}
.top-header{
    background: #f5f5f5;
    margin-bottom: 20px;
}
.top{
    width: 1200px;
    margin: 0 auto;
    height: 30px;
    display: flex;
    align-items: center;
   
}
.top_left{
    flex: 1;
}
.top_left ul{
    display: flex;
}
.top_left ul li{
    margin-right: 10px;
}
.top_left ul li span{
    color: #666;
}
.top_left ul li b{
    color: #d8261d;
    font-weight: normal;
}
.top_right a {
    margin-left: 5px;

}
.red{
    color: #d8261d;
}

header{
    /* border-bottom: 1px solid #d8261d; */
}
.header{
    width: 1200px;
    margin: 20px auto;
    display: flex;
    align-items: center;
 
}
.logo{
    margin-right: 100px;
   
}
.logo img{
    margin-top: 5px;
    height: 60px;
}
.nav ul{
    display: flex;
   

}
.nav ul li{
    font-size: 16px;
    margin-left: 10px;
    display: flex;
   
   
}
.nav ul li a{
    display: block;
    padding: 0px 20px;
    border-radius:5px;
    height: 45px;
    line-height: 45px;
}
.cur, .nav ul li a:hover{
    background-image: linear-gradient(0deg, #d8261d 0%, #f6b008 100%);
    color: #fff;
}
main{
    background: #f5f5f5;
  
}
.container{
    width: 1200px;
    padding: 30px 0;
    margin: 0 auto;
    display: flex;
    min-height: 500px;
}
.left{
    width: 200px;
    background: #fff;
    margin-right: 20px;
}
.main{
    flex: 1;
   
    background: #fff;
}
footer{
    padding: 30px;
    color: #222;
}
.footer{
    width: 1200px;
    margin: 0 auto;
    display: flex;
}
.foot_left{
    flex: 1;
}
.foot_left ul{
    display:flex;
}
.foot_left ul li{
    flex: 1;
}
.foot_left ul li h3{
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}



.foot_left ul li ol li{
    height: 25px;
    color: #666;
}
.foot_contact{
    padding-left: 60px;
    position: relative;

}
.foot_contact h1{
    font-size: 14px;
    font-weight: normal;
    color: #e97613;
}
.foot_contact h2{
    font-size: 24px;
    margin-bottom: 5px;
    color: #e97613;
}
.foot_contact i{
    position:absolute;
    font-size: 50px;
    left: 0;
    top: 5px;
    color: #e97613;
}
.copyright{
    text-align: center;
    border-top: 1px solid #efefef;
    padding-top: 20px;
    margin-top: 20px;
    color:#999 ;
}
.el-menu{
    border-right: none;
}
.el-menu-item:focus, .el-menu-item:hover {
   background: rgba(233, 117, 18, 0.1);
  
}

.el-submenu__title:focus, .el-submenu__title:hover {
    background: rgba(233, 117, 18, 0.1);
   
 }
 .article{
    padding-bottom: 300px;
 }
 .article-item h1{
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    padding: 20px 0 20px 30px;
    font-weight: normal;
    position: relative;
    color: #e97613;
    
 }
 .article-item h1:after{
    position: absolute;
    content:'';
    width: 100px;
    height: 1px;
   background: #e97613;
   bottom: -1px;
   left: 25px;
   
    
 }
 .article-item h2{
    font-size: 18px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 20px;
    padding: 10px 0 10px 10px;
    font-weight: normal;
    position: relative;
    color: #e97613;
    margin-bottom: 10px;
    
 }

 .article-text{
    padding: 20px 40px;
    line-height: 25px;
    font-size: 14px;
 }
 .article-text table{
    margin: 10px 0px;
    width: 100%;
    background-color: #fff;
    color: #666;
    border-collapse: collapse;
    border-spacing: 0;
 }

 .article-text table thead{
 background: #f5f5f5;
 font-size: 16px;
 }
 .article-text table thead td{
    font-weight: bold;
    }
   
 .article-text table td,  .article-text table th {
    position: relative;
    padding: 20px 20px;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    border-width: 1px;
    border-style: solid;
    border-color: #eee;
}
.article-text b{
    color: #e97613;

}
.article-text a{
    border-bottom: 1px solid #ccc;
    color: #222;
}
.article-text h3{
    color: #222;
    font-size: 14px;
    font-weight: normal;
    line-height: 40px;
    

}

.article-text h3 em{
    color: #e97613;
    background: rgba(233, 117, 18, 0.2);
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
   margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
}


.article-text h4{
    background: rgba(233, 117, 18, 0.1);
    color: #222;
    font-size: 14px;
    font-weight: normal;
    line-height: 30px;
    padding: 0px 20px;
    margin: 10px 0;
    display: inline-block;

}
.article-text h5{
    color: #e97613;
    font-size: 16px;
    line-height: 30px;
    margin: 10px 0;
  
}
.article-text em{
    color: #e97613;
    background: rgba(233, 117, 18, 0.2);
    font-size: 14px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
   margin-right: 5px;
    border-radius: 100%;
    display: inline-block;
}
.article img{
    max-width: 100%;
}
.pay{
    display: flex;
    margin: 30px;
}
.pay>div{
    width: 40%;
    text-align: center;
}
.pay>div>img{
    height: 200px;
}
.left{
    position: relative;
}
.fixed{
    position:fixed;
    top: 1px;
    width: 200px;
}