body{
    background-color: rgb(250,250,250);
}
/*————————————————
一、CSS书写顺序
1.位置属性(position, top, right, z-index, display, float等)

2.大小(width, height, padding, margin)

3.文字系列(font, line-height, letter-spacing, color- text-align等)

4.背景(background, border等)

5.其他(animation, transition等)

css-written-order
————————————————*/

/*首页-顶端栏*/
.header{
    display:flex;
    justify-content:space-between;
    max-width: 768px;
    margin: 0 auto;
    padding: 5px 5px;
    background-color: rgba(51, 51, 51, 0.000000);
    background:url('/nodeimg/index/headerbg.png');
    background-size:100%;
}
.personal-massage-box {
    display:flex;
}
.personal-massage-img {
    border-radius:50%;
    height:50px;
    margin-right:5px;
}
.personal-massage-user {
    display:flex;
    flex-direction:column;
    justify-content: space-around;
}
.personal-massage-nickname {
    max-width:80px;
    display: inline-block；
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:15px;
}
.personal-massage-group {
    font-size:12px;
    color:#abc;
}
.personal-massage-vip {
    position:relative;
    margin-left:5px;
    margin-top: 2px;
}
.personal-massage-vip span {
    background-image: linear-gradient(270deg, rgba(255, 192, 88, 1.000000) 0, rgba(255, 136, 64, 1.000000) 100.000000%);font-size: 9px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;padding: 1px 4px 1px 4px;color: white;
}
.personal-massage-vip img {
    box-sizing: border-box;position: absolute;left: -10px;top: 3px;width: 15px;height: 17px;
}
.personal-massage-wallet {
    display:flex;
    align-items:center;
}
.personal-massage-wallet-box{
    min-width: 60px;
}
.personal-massage-wallet-num {
    text-align:center;
}
.personal-massage-wallet-sec{
    font-size: 12px;
    text-align:center;
    color: rgba(153, 153, 153, 1);
}

/*左上角客服头像
.yin {
    width: 160px;
    position: fixed;
    left: 3%;
    top: 46px;
    z-index: 999;
    box-shadow: 0px 4px 10px 0px rgba(13, 14, 16, 0.1);
}

.yin img {
    display: block;
}

.yin p {
    padding: 10px;
    background-color: #fff;
    border-radius: 5px;
}

.yin span {
    text-align: center;
    font-size: 12px;
    line-height: 22px;
    display: block;
    overflow: hidden;
}

.yin a {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #ff2741;
    width: 70px;
    height: 20px;
    border-radius: 20px;
    line-height: 20px;
    display: block;
    overflow: hidden;
    margin: 5px auto;
}

.toVipMy:hover{
    background-color: #ddd;
}*/
/*内容页*/
.mainBox{
    max-width: 768px;
    margin: 0 auto;
    background-color: rgb(239, 239, 239);
}
/*滚动块*/  
.scrollBox{
    display:flex;
    background-color:gb(231,231,231);
}
/*推荐栏目*/
.recommendation-section {
    display:flex;
    flex-direction:column; 
    padding:10px 5px 10px 10px;
    flex:2;
}
/*Banner*/
.Banner{
    border-radius: 10px;
    height: 100%;
    position:relative;
    background:url('/nodeimg/index/show1.png') 100% no-repeat;
    background-size: 100% 100%;
}
.recBg{
    position:absolute;
    top:10px;
    width:86px;
    height:22px;
    background:url('/nodeimg/index/recBg.png') 100%;
    background-size: 100% 100%;
    left: -7px;
}
.recFont{
    color:white;
    font-weight:700;
    padding-left: 8px;
}
/*精选贴*/
.hotBlog{
    padding:5px;
    display:flex;
    flex-direction:column;
    justify-content:space-around;
    flex:2;
}



.userIconBox{
    font-size: 10px;
    background-color: #F8F6F4;
    border-radius: 4px;
}

.dataNavBox>div{
    min-width: 45px;
    display: flex;
    justify-content: center;
    font-size: 15px;
    padding: 4px 0;
    cursor: pointer;
}

.dataNavBox>.active{
    font-size: 16px;
    font-weight: 700;
    background-image: url('/nodeimg/index/bgActiveName.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
}

.dataNavBox{
    overflow-x: auto;
}
.no-scrollbar::-webkit-scrollbar {
    display: none
}

.activeListType{
    background-color: #d1ffef;
}

@media screen and (max-width:992px){
    .dataNavBox::-webkit-scrollbar {
        height: 5px;
    }
}
/*文件及文件夹列表样式*/
.Navigation{
    display: flex;
    width: 100%;
    padding: .75rem;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.route{
    display: inline-flex;
    padding-left: .25rem;
    width: calc(100% - 80px);
    overflow-x: auto;
    flex-direction: row;
}
.route a{
    color: rgba(153, 153, 153, 1);;
}
.route li:last-child>a{
    color: rgba(44, 88, 255, 1);
}

.stepNumber{
    font-size: 16px;
    color: #4685e4;
}
.stepText{
    font-size: 14px;
}

.no-scrollbar::-webkit-scrollbar {
    display: none
}

.no-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.space-x-3>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(.75rem * var(--tw-space-x-reverse));
    margin-left: calc(.75rem * calc(1 - var(--tw-space-x-reverse)))
}

.path{
    display: inline-flex;
    list-style-type: none;
    align-items: center;
    gap: .25rem;
    font-size: 1.25rem;
    line-height: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(82 82 91/var(--tw-text-opacity));

}
.md\:gap-3 {
        gap: .75rem
}
.path-li{
    flex-shrink: 0;
    white-space: nowrap;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    transition-duration: 75ms;
    margin-left: 5px; /* 因为是 row-reverse，所以使用 margin-left */
    
    
}
.path-svg{
    width: .75rem;
    height: .75rem;
}    
.path-cursor{
    display: flex;
    align-items: center;
    
}
.path-name{
    margin-left: .5rem;
    font-weight: 500;
    cursor: pointer;
    
}

.newListType>span{
    cursor: pointer;
    margin-right: 15px;
}

 /*目录列表*/
.dataDirBox{
    padding: 0px 10px 10px;
    border-radius:8px;
    --tw-bg-opacity: 1;
    margin-bottom: 60px;
    background-color: #fff;
}


 /*目录列表样式*/
 .dirBox{
     display:flex;
     justify-content:space-between;
     word-break:break-all;
     align-items:stretch;
     flex-direction: row;
     position: relative;
     border-bottom: 1px solid #ddd;
 }
 .dirBox:last-child{
     border-bottom: 0;
 }
 
  .dir-image {
    width: 64px;
    height: 64px;
    margin-right: 10px;
    border-radius: 5px;
 }
 .dir-info {
    flex: 1;
 }
 .dir-name {
    font-size: 14px;
    margin-bottom: 5px;
 }
 .dir-description {
    font-size: 14px;
    color: #666;
    margin-bottom: 5px;
    max-height: 40px;
    overflow: hidden;
 }
 .dir-created-at {
    font-size: 12px;
    color: #999;
 }
 .price_group {
  background-color: rgba(216, 216, 216, 0);
  width: auto;
}
.dir-pname{
    background-color: black;
    color: white;
    padding: 2px 4px;
    font-size: 16px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dir-price {
  padding: 2px 6px;
  line-height: 16px;
  text-align: center;
  overflow-wrap: break-word;
  font-size: 15px;
  font-family: OPPOSans-Light;
  white-space: nowrap;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bgjb{
    background: linear-gradient(90deg, rgb(48, 248, 294), rgb(166, 254, 153));
}

.thumbnail_31 {
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
}
 /*卡片方块样式*/
.folderFirst{
    padding-top: 10px;
}
.folder {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.folder:last-child{
    margin-bottom: 0px;
}
 
  .folder-info {
    flex: 1;
    align-items: center;
    display: flex;
 }
  .folder-name {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #333;
    flex: 1;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    white-space: normal;
    overflow: hidden;
    padding-right: 10px
 }
  .folder-price {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 20px;
    border-radius: 22px;
    background: #fee3e5;
    padding: 0 8px;
    font-size: 14px;
    font-weight: bold;
    color: #ff5c63;
    margin-left: auto;
 }
  .folder-info-intro {
    position: relative;
    flex: 1;
    align-items: center;
    display: flex;
    margin-top: 5px;
 }
 .folder-image {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
 }
 .folder-description {
    font-size: 12px;
    letter-spacing: .025rem;
    color: #999;
    flex: 1;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-line-clamp: 4
 }
 .folder-bottom{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
 }
 .expInfo{
    display: flex;
    align-items: center;
 }
 .expAuthorPhoto{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
 }
 .expAuthorName{
    font-size: 10px;
    font-weight: 700;
    color: #4a4a4a;
    margin-left: 8px;
 }
 .folderID{
    font-size: 10px;
    color: #9b9b9b;
    margin-left: 8px;;
 }
 .folder-created-at {
 font-size: 12px;
 color: #999;
 }
 /*测试*/
.card {
    padding: 10px;
}
.imgclickbox{
    min-width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bottomIconBox{
    cursor: pointer;
}
.bottomIconBox>span{
    display: flex;
    margin-top: 5px;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #ccc;
}
.bottomIconBox img{
    width: 25px;
}
.bottomIconBox.active span{
    color: rgba(44, 88, 255, 1);
}
.bottomIconBox.center{
    position: relative;
}
.bottomIconBox.center{
    width: 60px;
}
.bottomIconBox.center>div{
    height: 35px;
}
.bottomIconBox.center img{
    position: absolute;
    left: 5px;
    top: 2px;
    width: 50px;
}
.bottomIconBox.center span{
    color: #337ab7;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 1px;
}
