@import url(reset.css);
@font-face {
  font-family: 'FZShaoEr';
  src: url('/assets/fonts/FZShaoEr.ttf') format('truetype'); 
}
@media (orientation:landscape){
  @media only screen and (max-width:1920px){
    .plant-book-filtersort {
      display: flex;
      height: 4vh;
      font-size: 2vh;

    }
    .filter-sort-color {
      color: #633400;
      font-family: 'FZShaoEr';
    }
    .list-book-filter {
      width: 400px;
      height: 100%;
      background-color: #efe7c6;
      margin-right: 10px;
      border-radius:1vh;
      box-shadow: 2px 1px 2px #ccc;
      border: 1px solid #dbdbdb;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor:pointer;
    }
    .list-book-filter img {
      margin-left: 5px;
      height: 2vh;
    }

    .list-filter-conbu {
      position: absolute;
      top: 4.5vh;
      width: 400px;
      background-color: #070800;
      border-top-left-radius:1vh;
      border-top-right-radius:1vh;
      opacity:0.9;
      z-index: 1;
      padding: 5px 10px;
    }
    
    .list-filter-content {
      color: #c87629;
      display: flex;
      justify-content: space-around;
    }
    .list-filter-content ul img {
      margin-left: 0.3vh;
    }
    .filter-font{
      flex: 1;
    }
    .filter-font span {
      font-family: 'FZShaoEr';
      margin-bottom: 3vh;
    }
    .list-filter-conbu .list-filter-content ul li {
      width: 100%;
      height: 4vh;
      line-height: 4vh;
      margin: 0 1px;
      color: #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap:nowrap;
      background-color: #847d6b;
      font-size: 1.5vh;
      margin-top: 5px;
      position: relative;
    }
    .filter-font ul input {
      width: 2.2vh;
      height: 2.2vh;
      margin-right: 3px;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #d9dbbd; 
      border-radius: 3px;
      background-color: transparent;
      cursor: pointer;
      background-size: 90%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .filter-font ul input:checked {
      background-color: #847d6b;
      background-image: url("/assets/images/10/iconimg/selected.png");
    }
    .filter-rarity {
      border-left: 1px solid #3b3a36;
      border-right: 1px solid #3b3a36;
    }
    .btn-filter {
      width: 90%;
      font-size: 1.8vh;
      border-radius: 1vh;
      line-height: 2.5vh;
      text-align: center;
      font-family: 'FZShaoEr';
      color: #ffffff;
      border: 2px solid #ffffff;
      background: linear-gradient(to bottom, 
        #4aa42e 45%,  
        #2f6e1c 55%   
      );
      margin: 5px auto 0;
      cursor: pointer;
    }

    .list-book-sort {
      width: 150px;
      height: 100%;
      cursor:pointer;
      background-color: #efe7c6;
      border-radius:1vh;
      box-shadow: 2px 1px 2px #ccc;
      border: 1px solid #dbdbdb;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    
    .list-book-sort .sorticon {
      margin:0 5px;
      height: 1.2vh;

    }
    .list-book-sort .sortlistmode {
      position: absolute;
      right: 3px;
    }
    .list-book-sort .sorticon-descend {
      height: 3vh;
    }
    .list-sort-content {
      position: absolute;
      top: 4.5vh;
      width: 150px;
      background-color: #070800;
      border-top-left-radius:1vh;
      border-top-right-radius:1vh;
      opacity:0.9;
      z-index: 1;
      padding: 1vh 0 1vh 0;
    }
    .list-sort-content ul li {
      width: 100%;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      color: #ffffff;
      font-size: 2vh;
      margin: 0.5vh 1.5vh;
    }
    .list-sort-content ul li:hover {
      border-radius:1vh;
      background-color: #847d6b;
    }
    .clicksort {
      border-radius:1vh;
      background-color: #847d6b;
    }
    .list-sort-content ul li img {
      height: 4vh;
      margin-right: 1vh;
    }

    .plantdescription {
      display: none;
    }
    .content-list ul li:hover .plantdescription{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
    .content-list ul .plantdescription{
      background-color: rgb(144, 177, 58);
      border: 2px solid rgb(144, 177, 58);
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      opacity: 0.8;
      border-radius: 50%;
      color: #fff;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .content-list ul .plantdescription div{
      font-size: 16px;
    }

    .plant-content-article {
      width: 950px;
      margin: 0 auto;
    }
    .plant-books-change {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      height: 50px;
    }
    .btn-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      margin-right: 9px;
    }
    .btn-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      margin-left: 9px;
    }
    .books-btn{
      border: none;
      outline: none;
      width: 50px;
      height: 50px;
      cursor: pointer;
    }
    .books-btn-left {
      background: url("/assets/images/content/4/right.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-btn-left:active{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(0deg);
      background-size: 100% 100%;
    }
    .books-btn-left:hover{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(0deg);
      background-size: 100% 100%;
    }
    .books-btn-right{
      background: url("/assets/images/content/4/right.png") no-repeat;
      background-size: 100% 100%;
    }
    .books-btn-right:active{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-btn-right:hover{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-list-avatar{
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      width: 833px;
      position: relative;
      left: 59px;
    }
    .books-list-item {
      display: flex;
      position: absolute;
      top: 50%;
      transform:translate(0,-50%);
    }
    .books-list-avatar-img {
      width: 45px;
      height: 45px;
      cursor: pointer;
      margin: 0 2px;
      border-radius: 10px;
      filter: grayscale(100%);
      padding: 3px;
    }
    .books-list-avatar-active {
      filter: grayscale(0%);
      border: 1px solid #9dc163;
      background-color: #feefd6;
      border-radius: 10px;
    }

    .outerframe {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #8fb2a8;
      border-radius: 10px;
      padding: 0 20px;
    }
    .plant-content-detaile {
      height: 400px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    /*
    .plant-left-detaile-img{
      position: absolute;
      top: -140px;
      left: -45px;
      width: 420px;
    }
      */
    .plant-left-detaile-img{
      position: absolute;
      top: 45%;                   /* 上边缘定位到父容器高度的50%位置 */
      left: -10px;                /* 保留原始水平偏移 */
      width: 420px;
      transform: translateY(-50%); /* 向上移动自身高度的50%以实现垂直居中 */
    }
    .plant-right-detaile {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 53%;
    }
    .plant-right-detail-name {
      height: 20%;
      margin-top: 5px;
      display: flex;
      align-items: center;
      font-size: 30px;
    }
    .plant-right-detail-name-tag {
      background-color: #90b13a;
      border-radius: 3px;
      width: 6px;
      height: 80%;
      margin-right: 6px;
    }
    .plant-right-detail-name img {
      height: 80%;
      margin-left: 20px;
    }
    .plant-right-detail-plantLabel {
      display: flex;
      flex-wrap:wrap;
      height: 25px;
      margin-bottom: 10px;
    }
    .plantLabelWrap {
      height: 25px;
      padding: 0 5px;
      line-height: 25px;
      color: #fff;
      font-size: 13px;
      margin-right: 3px;
      background-repeat:no-repeat;
      background-size: 100% 100%;
    }
    .plant-right-detail-text {
      height: 60%;
      overflow: auto;
      font-size: 13px;
    }
    /* 滚动条 */
    .plant-right-detail-text::-webkit-scrollbar {
      width: 6px;
    }
    .plant-right-detail-text::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #e7e3bd;
    }
    .plant-right-detail-text::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #90b13a;
    }
    .plant-right-detail-skillIntroduction {
      margin-bottom: 10px;
    }
    .plant-right-detail-career {
      width: 100%;
      padding:10px 20px;
      color: #633400;
    }
    .plant-career-skill-list {
      width: 100%;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .plant-career-skill-list li {
      width: 30%;
      height: 36px;
      margin-bottom: 3px;
      font-size: 15px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .skilltag-bar {
      width: 55%;
      height: 18px;
      margin-right: 5px;
      border-radius: 7px;
      position: relative;
      display: flex;
      flex-direction:column;
      justify-content:center;
    }
    .skilltag-bar .skilltag-bar-bg {
      width: 100%;
      height: 100%;
      border-radius:7px;
      position: absolute;
      z-index: 1;
    }
    .skilltag-bar .skilltag-bar-fill {
      padding: 2px;
      height: 100%;
      position: absolute;
      z-index: 2;
      border-radius:7px;
    }
    .skilltag-bar .skilltag-bar-divide-wrap {
      height: 100%;
    }
    .skilltag-bar-divide {
      height: 80%;
      width: 2px;
      top: 2px;
      position: absolute;
      z-index: 3;
    }
    
    .plant-career-skill-number {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .plant-career-skill-number li {
      width: 25%;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 500;
      display: flex;
      align-items: center;
    }
    .number-name {
      margin: 0 30px 0 10px;
    }

    .plant-skill-detail {
      margin: 20px 20px 0 20px;
    }
    .plant-skill-detail-item {
      height: 70px;
      margin-bottom: 35px;
      display: flex;
    }
    .plant-skill-detail-text {
      margin-left: 10px;
    }
    .text-name {
      font-size: 16px;
      font-weight: bold;
    }
    .text-desc {
      font-size: 12px;
    }
  }
  @media only screen and (min-width:1921px){
    .plant-book-filtersort {
      display: flex;
      height: 4vh;
      font-size: 2vh;

    }
    .filter-sort-color {
      color: #633400;
      font-family: 'FZShaoEr';
    }
    .list-book-filter {
      width: 400px;
      height: 100%;
      background-color: #efe7c6;
      margin-right: 10px;
      border-radius:1vh;
      box-shadow: 2px 1px 2px #ccc;
      border: 1px solid #dbdbdb;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
      cursor:pointer;
    }
    .list-book-filter img {
      margin-left: 5px;
      height: 2vh;
    }

    .list-filter-conbu {
      position: absolute;
      top: 4.5vh;
      width: 400px;
      background-color: #070800;
      border-top-left-radius:1vh;
      border-top-right-radius:1vh;
      opacity:0.9;
      z-index: 1;
      padding: 5px 10px;
    }
    
    .list-filter-content {
      color: #c87629;
      display: flex;
      justify-content: space-around;
    }
    .list-filter-content ul img {
      margin-left: 0.2vh;
    }
    .filter-font{
      flex: 1;
    }
    .filter-font span {
      font-family: 'FZShaoEr';
      margin-bottom: 3vh;
    }
    .list-filter-conbu .list-filter-content ul li {
      width: 100%;
      height: 4vh;
      line-height: 4vh;
      margin: 0 1px;
      color: #ffffff;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      flex-wrap:nowrap;
      background-color: #847d6b;
      font-size: 20px;
      margin-top: 5px;
      position: relative;
    }
    .filter-font ul input {
      width: 2vh;
      height: 2vh;
      margin-right: 0.3vh;
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      border: 1px solid #d9dbbd; 
      border-radius: 3px;
      background-color: transparent;
      cursor: pointer;
      background-size: 90%;
      background-position: center;
      background-repeat: no-repeat;
    }
    .filter-font ul input:checked {
      background-color: #847d6b;
      background-image: url("/assets/images/10/iconimg/selected.png");
    }
    .filter-rarity {
      border-left: 1px solid #3b3a36;
      border-right: 1px solid #3b3a36;
    }
    .btn-filter {
      width: 90%;
      font-size: 1.8vh;
      border-radius: 1vh;
      line-height: 2.5vh;
      text-align: center;
      font-family: 'FZShaoEr';
      color: #ffffff;
      border: 2px solid #ffffff;
      background: linear-gradient(to bottom, 
        #4aa42e 45%,  
        #2f6e1c 55%   
      );
      margin: 0.5vh auto 0.3vh;
      cursor: pointer;
    }

    .list-book-sort {
      width: 150px;
      height: 100%;
      cursor:pointer;
      background-color: #efe7c6;
      border-radius:1vh;
      box-shadow: 2px 1px 2px #ccc;
      border: 1px solid #dbdbdb;
      display: flex;
      justify-content: center;
      align-items: center;
      position: relative;
    }
    
    .list-book-sort .sorticon {
      margin:0 5px;
      height: 1.2vh;

    }
    .list-book-sort .sortlistmode {
      position: absolute;
      right: 3px;
    }
    .list-book-sort .sorticon-descend {
      height: 3vh;
    }
    .list-sort-content {
      position: absolute;
      top: 4.5vh;
      width: 150px;
      background-color: #070800;
      border-top-left-radius:1vh;
      border-top-right-radius:1vh;
      opacity:0.9;
      z-index: 1;
      padding: 1vh 0 1vh 0;
    }
    .list-sort-content ul li {
      width: 100%;
      height: 45px;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      color: #ffffff;
      font-size: 22px;
      margin: 0.5vh 1.5vh;
    }
    .list-sort-content ul li:active {
      border-radius:1vh;
      background-color: #847d6b;
    }
    .clicksort {
      border-radius:1vh;
      background-color: #847d6b;
    }
    .list-sort-content ul li img {
      height: 45px;
      margin-right: 1vh;
    }

    .plantdescription {
      display: none;
      background-color: rgb(144, 177, 58);
      border: 2px solid rgb(144, 177, 58);
    }
    .content-list ul li:hover .plantdescription{
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
    }
    .content-list ul .plantdescription{
      position: absolute;
      width: 100%;
      text-align: center;
      height: 100%;
      opacity: 0.8;
      border-radius: 50%;
      color: #fff;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    .content-list ul .plantdescription div{
      font-size: 16px;
    }

    .plant-content-article {
      width: 950px;
      margin: 0 auto;
    }
    .plant-books-change {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      margin-bottom: 20px;
      position: relative;
      width: 100%;
      height: 50px;
    }
    .btn-left {
      position: absolute;
      top: 0;
      left: 0;
      width: 50px;
      margin-right: 9px;
    }
    .btn-right {
      position: absolute;
      top: 0;
      right: 0;
      width: 50px;
      margin-left: 9px;
    }
    .books-btn{
      border: none;
      outline: none;
      width: 50px;
      height: 50px;
      cursor: pointer;
    }
    .books-btn-left {
      background: url("/assets/images/content/4/right.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-btn-left:active{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(0deg);
      background-size: 100% 100%;
    }
    .books-btn-left:hover{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(0deg);
      background-size: 100% 100%;
    }
    .books-btn-right{
      background: url("/assets/images/content/4/right.png") no-repeat;
      background-size: 100% 100%;
    }
    .books-btn-right:active{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-btn-right:hover{
      background: url("/assets/images/content/4/left.png") no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    }
    .books-list-avatar{
      overflow: hidden;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      width: 833px;
      position: relative;
      left: 59px;
    }
    .books-list-item {
      display: flex;
      position: absolute;
      top: 50%;
      transform:translate(0,-50%);
    }
    .books-list-avatar-img {
      width: 45px;
      height: 45px;
      cursor: pointer;
      margin: 0 2px;
      border-radius: 10px;
      filter: grayscale(100%);
      padding: 3px;
    }
    .books-list-avatar-active {
      filter: grayscale(0%);
      border: 1px solid #9dc163;
      background-color: #feefd6;
      border-radius: 10px;
    }

    .outerframe {
      width: 100%;
      margin-bottom: 20px;
      border: 1px solid #8fb2a8;
      border-radius: 10px;
      padding: 0 20px;
    }
    .plant-content-detaile {
      height: 400px;
      width: 100%;
      overflow: hidden;
      position: relative;
    }
    /*
    .plant-left-detaile-img{
      position: absolute;
      top: -140px;
      left: -45px;
      width: 420px;
    }
    */
    .plant-left-detaile-img{
      position: absolute;
      top: 45%;                   /* 上边缘定位到父容器高度的50%位置 */
      left: -10px;                /* 保留原始水平偏移 */
      width: 420px;
      transform: translateY(-50%); /* 向上移动自身高度的50%以实现垂直居中 */
    }
    .plant-right-detaile {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      width: 53%;
    }
    .plant-right-detail-name {
      height: 20%;
      margin-top: 5px;
      display: flex;
      align-items: center;
      font-size: 30px;
    }
    .plant-right-detail-name-tag {
      background-color: #90b13a;
      border-radius: 3px;
      width: 6px;
      height: 80%;
      margin-right: 6px;
    }
    .plant-right-detail-name img {
      height: 80%;
      margin-left: 20px;
    }
    .plant-right-detail-plantLabel {
      display: flex;
      flex-wrap:wrap;
      height: 25px;
      margin-bottom: 10px;
    }
    .plantLabelWrap {
      height: 25px;
      padding: 0 5px;
      line-height: 25px;
      color: #fff;
      font-size: 13px;
      margin-right: 3px;
      background-repeat:no-repeat;
      background-size: 100% 100%;
    }
    .plant-right-detail-text {
      height: 60%;
      overflow: auto;
      font-size: 13px;
    }
    /* 滚动条 */
    .plant-right-detail-text::-webkit-scrollbar {
      width: 6px;
    }
    .plant-right-detail-text::-webkit-scrollbar-track {
      border-radius: 6px;
      background-color: #e7e3bd;
    }
    .plant-right-detail-text::-webkit-scrollbar-thumb {
      border-radius: 6px;
      background-color: #90b13a;
    }
    .plant-right-detail-skillIntroduction {
      margin-bottom: 10px;
    }
    .plant-right-detail-career {
      width: 100%;
      padding:10px 20px;
      color: #633400;
    }
    .plant-career-skill-list {
      width: 100%;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
    }
    .plant-career-skill-list li {
      width: 30%;
      height: 36px;
      margin-bottom: 3px;
      font-size: 15px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    .skilltag-bar {
      width: 55%;
      height: 18px;
      margin-right: 5px;
      border-radius: 7px;
      position: relative;
      display: flex;
      flex-direction:column;
      justify-content:center;
    }
    .skilltag-bar .skilltag-bar-bg {
      width: 100%;
      height: 100%;
      border-radius:7px;
      position: absolute;
      z-index: 1;
    }
    .skilltag-bar .skilltag-bar-fill {
      padding: 2px;
      height: 100%;
      position: absolute;
      z-index: 2;
      border-radius:7px;
    }
    .skilltag-bar .skilltag-bar-divide-wrap {
      height: 100%;
    }
    .skilltag-bar-divide {
      height: 80%;
      width: 2px;
      top: 2px;
      position: absolute;
      z-index: 3;
    }
    
    .plant-career-skill-number {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .plant-career-skill-number li {
      width: 25%;
      height: 30px;
      line-height: 30px;
      margin-bottom: 10px;
      font-size: 13px;
      font-weight: 500;
      display: flex;
      align-items: center;
    }
    .number-name {
      margin: 0 30px 0 10px;
    }

    .plant-skill-detail {
      margin: 20px 20px 0 20px;
    }
    .plant-skill-detail-item {
      height: 70px;
      margin-bottom: 35px;
      display: flex;
    }
    .plant-skill-detail-text {
      margin-left: 10px;
    }
    .text-name {
      font-size: 16px;
      font-weight: bold;
    }
    .text-desc {
      font-size: 12px;
    }
  }
}
@media (orientation:portrait){
  .mb-book-filtersort {
    display: flex;
    justify-content: space-between;
    margin-top: 2vh;
    font-size: 14px;
    width: 100%;
    height: 27px;
  }
  .mb-book-filter {
    height: 27px;
    line-height: 27px;
    background-color: #efe7c6;
    border-radius:5px;
    box-shadow: 2px 1px 2px #ccc;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
  }
  .mb-sort-color {
    color: #633400;
    font-family: 'FZShaoEr';
  }
  .mb-book-filter img {
    margin-left: 5px;
    height: 17px;
  }
  .mb-filter-conbu {
    width: 100%;
    position: absolute;
    top: 32px;
    background-color: #070800;
    border-radius: 5px;
    opacity:0.9;
    z-index: 1;
    padding: 5px 7px;

  }
  .mb-filter-content {
    color: #c87629;
    display: flex;
    justify-content: space-around;
    
  }
  .mb-filter-content ul img {
    margin-left: 2px;
  }
  .mb-filter-font{
    flex: 1;
  }
  .mb-filter-font span {
    font-family: 'FZShaoEr';
  }
  .mb-filter-conbu .mb-filter-content ul li {
    height: 20px;
    line-height: 20px;
    color: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap:nowrap;
    background-color: #847d6b;
    font-size: 13px;
    margin-top: 5px;
    position: relative;
    border-radius: 2px;
  }
  .mb-filter-font ul input {
    width: 12px;
    height: 12px;
    margin: 0 2px 0 4px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #d9dbbd; 
    border-radius: 3px;
    background-color: transparent;
    cursor: pointer;
    background-size: 90%;
    background-position: center;
    background-repeat: no-repeat;
  }
  .mb-filter-font ul input:checked {
    background-color: #847d6b;
    background-image: url("/assets/images/10/iconimg/selected.png");
  }
  .mb-filter-rarity {
    padding: 0 2px;
    border-left: 1px solid #3b3a36;
    border-right: 1px solid #3b3a36;
  }
  .mb-btn-filter {
    width: 90%;
    font-size: 13px;
    border-radius: 5px;
    line-height: 15px;
    text-align: center;
    font-family: 'FZShaoEr';
    color: #ffffff;
    border: 2px solid #ffffff;
    background: linear-gradient(to bottom, #4aa42e 45%,#2f6e1c 55%);
    margin: 5px auto 0;
    cursor: pointer;
  }


  .mb-book-sort {
    height: 27px;
    line-height: 27px;
    cursor:pointer;
    background-color: #efe7c6;
    border-radius:5px;
    box-shadow: 2px 1px 2px #ccc;
    border: 1px solid #dbdbdb;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  .mb-sorticon {
    flex: 1; 
    text-align: center;
  }
  .mb-book-sort .sorticon {
    height: 8px;
  }
  .mb-book-sort .sorticon-descend {
    margin-right: 2px;
    margin-bottom: 1px;
    height: 21px;
  }

  .mb-sort-content {
    position: absolute;
    top: 32px;
    width: 100%;
    background-color: #070800;
    border-radius: 5px;
    opacity:0.9;
    z-index: 1;
    padding: 2px 7px;
  }
  .mb-sort-content ul li {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    color: #ffffff;
    font-size: 13px;
    margin: 5px 0;
  }
  .clicksort {
    border-radius:5px;
    background-color: #847d6b;
  }
  .mb-sort-content ul li img {
    height: 20px;
    margin-right: 5px;
  }

  .mb-book-list {
    display: flex;
    flex-wrap: wrap;
  }
  .book-list .mb-book-list li {
    font-size: 12px;
    width: 25%;
    padding: 1vh 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .book-list .mb-book-list li img {
    width: 80%;
    border-radius: 50%;
  }


  .outerframe {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #8fb2a8;
    border-radius: 10px;
  }
  .plant-content-detaile {
    width: 100%;
    display: flex;
    height: 170px;
    justify-content: space-between;
  }
  .plant-left-detaile-img{
    height: 160px;
  }
  .plant-right-detail-name {
    height: 20%;
    display: flex;
    align-items: center;
    font-size: 13px;
  }
  .plant-right-detail-name-tag {
    background-color: #90b13a;
    border-radius: 2px;
    width: 4px;
    height: 80%;
    margin-right: 3px;
  }
  .plant-right-detail-name img {
    height: 70%;
    margin-left: 4px;
  }
  .plant-right-detail-plantLabel {
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 5px;
  }
  .plantLabelWrap {
    padding: 0 2px;
    line-height: 16px;
    color: #fff;
    font-size: 10px;
    margin-right: 2px;
    background-repeat:no-repeat;
    background-size: 100% 100%;
  }
  .plant-right-detail-text {
    height: 65%;
    overflow: auto;
    line-height: 11px;
    font-size: 10px;
  }
    /* 滚动条 */
  .plant-right-detail-text::-webkit-scrollbar {
    width: 4px;
  }
  .plant-right-detail-text::-webkit-scrollbar-track {
    border-radius: 4px;
    background-color: #e7e3bd;
  }
  .plant-right-detail-text::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #90b13a;
  }
  .plant-right-detail-skillIntroduction {
    margin-bottom: 5px;
  }

  .plant-right-detail-career {
    width: 100%;
    padding:10px 20px;
  }
  .plant-career-skill-list {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .plant-career-skill-list li {
    width: 46%;
    height: 22px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    
  }
  .skilltag-bar {
    width: 60%;
    height: 16px;
    border-radius: 5px;
    position: relative;
    display: flex;
    flex-direction:column;
    justify-content:center;
  }
  .skilltag-bar .skilltag-bar-bg {
    width: 100%;
    height: 100%;
    border-radius:5px;
    position: absolute;
    z-index: 1;
  }
  .skilltag-bar .skilltag-bar-fill {
    padding: 2px;
    height: 100%;
    position: absolute;
    z-index: 2;
    border-radius:5px;
  }
  .skilltag-bar .skilltag-bar-divide-wrap {
    height: 100%;
  }
  .skilltag-bar-divide {
    height: 80%;
    width: 2px;
    top: 2px;
    position: absolute;
    z-index: 3;
  }
    
  .plant-career-skill-number {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .plant-career-skill-number li {
    width: 46%;
    height: 22px;
    margin-bottom: 5px;
    font-size: 11px;
    display: flex;
    align-items: center;
  }
  .number-name {
    margin-left: 5px;
    flex: 1;
  }

  .plant-skill-detail {
    padding: 20px 20px 10px 20px;
  }
  .plant-skill-detail-item {
    height: 40px;
    margin-bottom: 10px;
    display: flex;
  }
  .plant-skill-detail-text {
    margin-left: 10px;
  }
  .text-name {
    font-size: 13px;
    font-weight: bold;
  }
  .text-desc {
    font-size: 10px;
  }
}