*{
    margin: 0;
    padding: 0;
    color: #332f2f;
    text-decoration: none;
}
body{
    height: 100vh;
    background-color: #f1f1f1;
}
.main{
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    background-color: #f5f5f5;
    padding-top: 60px;
    box-sizing: border-box;
    position: relative;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 0 10px;
    box-sizing: border-box;
    font-size: 18px;
    border-bottom: 1px solid #f5f5f5;
    justify-content: center;
}
.header img{
    margin: 0 auto;
}
.banner{
    position: relative;
    margin-top: 10px;
}
.mySwiper{
   
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.mySwiper img{
    width: 100%;
	border-radius: 10px;

}
.content{
    height: calc(100vh - 60px);
    overflow-y: scroll;
    width: 95%;
    margin: 0 auto;
}
.tabMain{
    background-color:  #fff;
    margin-top: 15px;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
}
.tabHeader{
    width: 100%;
    height: 50px;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
}
.tabContent{
    padding: 15px 0;
}
.tabh{
    height: 30px;
    line-height: 30px;
    cursor: pointer;
}
.tabh.active{
    color: #3657f1;
    border-bottom: 1px solid #6b5de7;
}
.tabc{
    display: none;
    align-items: center;
    box-sizing: border-box;
}
.tabc.show{
    display: block;
}
.artlist{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: 30px;
   
}
.artlist::before{
 flex-shrink: 0;
}
.artlist span{
    flex: 1;
    width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.artlist:nth-child(1)::before{
    content: '1';
    width: 15px;
    height: 15px;
    color: #f5eeee;
    background-color: #ef0606;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.artlist:nth-child(2)::before{
    content: '2';
    width: 15px;
    height: 15px;
    color: #e8e1e1;
    background-color: #070ee8;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.artlist:nth-child(3)::before{
    content: '3';
    width: 15px;
    height: 15px;
    color: rgb(25, 0, 255);
    background-color: #ddb6b6;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.artlist:nth-child(4)::before{
    content: '4';
    width: 15px;
    height: 15px;
    color: rgb(0, 255, 128);
    background-color: #ddb6b6;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.artlist:nth-child(5)::before{
    content: '5';
    width: 15px;
    height: 15px;
    color: rgb(25, 0, 255);
    background-color: #ddb6b6;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.artlist:nth-child(6)::before{
    content: '6';
    width: 15px;
    height: 15px;
    color: rgb(0, 255, 128);
    background-color: #ddb6b6;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 5px;
    border-radius: 4px;
}
.button{
    background: linear-gradient(#2254f4, #795fe5);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    border-radius: 10px;
    margin-top: 10px;
    flex-direction: column;
}
.button span{
    font-size: 20px;
    color: #fff;
    font-weight: 600;
}
.button small{
    font-size: 12px;
    color: #fff;
    margin-top: 5px;
}
.imgbox{
    margin-top: 15px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.imgbox a{
    width: 49%;
}
.imgbox a img{
    width: 100%;
    border-radius: 10px;
}
.biglink{
    font-size: 20px;
    margin-top: 15px;
    text-align: center;
    display: block;
    font-weight: 600;
}
.smalllink{
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    display: block;
}
.copyright{
    margin-top: 20px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 20px;
}
.detail .title{
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: bold;
}
.artcontent p img{max-width:100%;}
.artcontent p{line-height:1.5;}
.smalltitle{
    font-size: 13px;
    text-align: center;
}
.typeName{
    font-size: 16px;
   position: relative;
   box-sizing: border-box;
   padding: 15px;
   border-bottom: 1px solid #f5f5f5;
   background-color: #fff;
   margin-top: 10px;
   font-weight: bold;
   border-radius: 8px 8px 0 0 ;
}
.typeName:before{
    content: '';
    height: 15px;
    width: 4px;
    background-color: #3069d3;
    border-radius: 4px;
    position: absolute;
    top: 19px;
    left: 5px;
}
.artlistContent{
    background-color: #fff;
    border-radius: 0 0  8px 8px;
}
.articleList{
    border-bottom: 1px solid #f5f5f5;
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.articleList .artLeft{
    width: 0;
    flex: 1;
}
.articleList .artLeft .title{
    font-size: 14px;
     display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 定义文本的行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.articleList .artLeft .tips{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}
.articleList .artLeft .tips .tip{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
}
.articleList .artRight{
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
    background-color: #ccc;
    margin-left: 10px;
}
.articleList .right img{
    width: 100%;
    height: 100%;
}
.pagination {
  display: flex;
  list-style-type: none;
  padding: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
 
.pagination li {
  margin-right: 5px;
}
 
.pagination li a ,.pagination li span{
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  background-color: #fefefe;
  border: 1px solid #ddd;
  color: #333;
  font-size: 12px;
}
.pagination li .current,.pagination .active a{
    background-color: #437fef;
    color: #fff;
}
 .pagination li .disabled{
     cursor: default;
     color: #777;
 }
.pagination li a:hover {
  background-color: #ddd;
}
.artRight img{max-width:100%;}
.dibuwen{
    display: flex;
    align-items: center;
    justify-content: center;
}
.dibuwen a{
    margin: 0 7px;
}
.artRight img{max-width:100%;}
.edui-upload-video {width:100%;}
.pagination strong{font-weight: normal;}
::-webkit-scrollbar {
    width: 0; /* 设置滚动条的宽度 */
  }
   
  /* 滚动条轨道 */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; /* 设置轨道的背景颜色 */
  }
   
  /* 滚动条的滑块 */
  ::-webkit-scrollbar-thumb {
    background: #888; /* 设置滑块的背景颜色 */
  }
   
  /* 当鼠标悬停在滑块上 */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; /* 设置滑块在悬停状态下的背景颜色 */
  }