.manageBox {
  padding: .6rem 0 1.2rem;
}

.manageBox table {
  border-collapse: collapse;
  width: 100%;
}

.manageBox table tr {
  border-left: 0.01rem solid #E8E8E8;
  border-right: 0.01rem solid #E8E8E8;
}

.manageBox table tr:first-child {
  background: #28A0A2;
  height: .48rem;
  border: 0;
}

.manageBox table tr:last-child {
  border-bottom: 0.01rem solid #E8E8E8;
}

.manageBox table tr:last-child td {
  padding-bottom: .4rem;
}

.manageBox table th {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #FFFFFF;
}

.manageBox table td {
  width: 20%;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #8D8D8D;
  padding: .25rem .2rem 0;
}

.page {
  width: 100% !important;
  margin-top: .4rem;
}

.tagList {
  padding: .6rem 0 1.2rem;
}

.tagListBox {
  display: flex;
  align-items: flex-start;
}

.tagL {
  width: 10.3rem;
  margin-right: .25rem;
}

.tagLTitle {
  width: 100%;
  height: 0.82rem;
  background: #F5F5F5;
  margin-bottom: .3rem;
  padding: .29rem .3rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
}

.tagKey {
  width: 100%;
  height: 0.66rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #EEEEEE;
  padding: .24rem .3rem;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  margin-bottom: .2rem;
}

.tagTab {
  width: 100%;
  height: .4rem;
  display: flex;
  margin-bottom: .19rem;
}

.tagBtn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F5F5;
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  cursor: pointer;
}

.tagBtn.active {
  background: #28A0A2;
  color: #FFFFFF;
}

.tagsort a {
  width: 10.3rem;
  height: 2.7rem;
  background: #FFFFFF;
  border-radius: 0rem 0rem 0rem 0rem;
  border: 0.01rem solid #E8E8E8;
  padding: .15rem .5rem .15rem .2rem;
  transition: all .3s;
  margin-bottom: .2rem;
}

.tagsort a:hover {
  box-shadow: 0rem 0rem 0.06rem 0.01rem rgba(0, 0, 0, 0.16);
}

.tagImg {
  width: 2.4rem;
  height: 2.4rem;
  overflow: hidden;
  margin-right: .5rem;
  flex-shrink: 0;
}

.tagText {
  width: 100%;
}

.tagTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: bold;
  font-size: 0.18rem;
  color: #333333;
  padding-bottom: .2rem;
  position: relative;
  margin-top: .23rem;
  margin-bottom: .15rem;
}

.tagsort a:hover .tagTit {
  color: #28A0A2;
}

.tagTit::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0.4rem;
  height: 0.02rem;
  background: #DD2F3B;
  transition: all .3s;
}

.tagsort a:hover .tagTit::after {
  width: 0.8rem;
}

.tagTxt {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #999999;
  line-height: 0.24rem;
  padding-bottom: .36rem;
  border-bottom: 0.01rem solid #E6E6E6;
  margin-bottom: .12rem;
}

.tagTip {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #8D8D8D;
  display: flex;
  flex-wrap: wrap;
}

.tagTip span {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #ACACAC;
  margin-right: .25rem;
}

.tagR {
  width: 2.65rem;
}

.tagRItem{
  padding-top: .3rem;
}

.tagRTit {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.2rem;
  color: #333333;
  display: flex;
  align-items: center;
  padding-bottom: .2rem;
  border-bottom: 0.01rem solid #EEEEEE;
  margin-bottom: .18rem;
}

.tagRTit::before {
  content: '';
  width: 0.03rem;
  height: 0.2rem;
  background: #28A0A2;
  border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
  margin-right: .07rem;
}

.tagRItem a {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.14rem;
  color: #666666;
  line-height: 0.37rem;
}









@media only screen and (max-width: 1024px) {
    .manageBox table{
        width: 96%;
        margin: 0 auto;
    }
    .manageBox table th{
        font-size: 18px;
    }
    .manageBox table tr:first-child{
        height: 0.8rem;
    }
    .manageBox table td{
        font-size: 13px;
        padding: .25rem 0 0;
        text-align: center;
    }
    
    
    
    
    .tagListBox{
        flex-wrap: wrap;
    }
    .tagL,
    .tagR{
        width: 90%;
        margin: 0 auto;
    }
    .tagLTitle,
    .tagKey{
        font-size: 16px;
        height: auto;
    }
    .tagTab{
        height: 0.8rem;
    }
    .tagBtn{
        font-size: 16px;
    }
    .tagsort a{
        width: 100%;
        flex-wrap: wrap;
        height: auto;
    }
    .tagTit{
        font-size: 18px;
    }
    
    .tagRTit{
        font-size: 18px;
    }
    .tagTxt,
    .tagRItem a{
        font-size: 16px;
        line-height: 1.8;
        -webkit-line-clamp: none;
    }
    .tagTip,
    .tagTip span{
        font-size: 16px;
    }
    .tagRItem{
        padding-top: 0.8rem;
    }
    
    .tagImg{
        width: 4rem;
        height: 4rem;
        margin: 0 auto;
    }
    
}



