.page-theme-detail .themes-detail-view{
  background-color: #ffffff;
  padding: 40px 0 80px 0
}
.page-theme-detail .themes-desc-view{
  width: 466px;
  flex-shrink: 0
}
.themes-desc-view .breadcrumb-item a{
  font-size: 14px;
  line-height: 20px;
  color: #969799;
}
.themes-desc-view .current-breadcrumb{
  font-size: 14px;
  line-height: 20px;
  color: #323233;
  padding-left: 0
}
.breadcrumb-item + .breadcrumb-item::before{
  padding-right: 4px
}
.themes-desc-view .basic-infot{
  margin-top: 24px;
}
.themes-desc-view .basic-infot .theme-title{
  font-weight: 600;
  font-size: 48px;
  line-height: 67px;
  color: #323233;
}
.themes-desc-view .basic-infot .thtmes-desc{
  margin-top: 8px;
  font-size: 18px;
  line-height: 25px;
  color: #969799;
}
.themes-desc-view .suitable-view{
  margin-top: 80px;
}
.themes-desc-view .suitable-view .suitable-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}
.themes-desc-view .suitable-view .suitable-item-view{
  margin-top: 16px;
}
.suitable-view .suitable-item-view .suitable-icon-view{
  display: flex;
}
.suitable-view .suitable-item-view .suitable-icon-view img{
  width: 20px;
  height: 20px
}
.suitable-item-view .suitable-item-list{
  margin-left: 8px;
  font-size: 14px;
  line-height: 20px;
  color: #646566;
}
.suitable-item-view .suitable-other-text{
  font-size: 14px;
  line-height: 20px;
  color: #646566;
}
.theme-operate-view{
  margin-top: 16px;
  
}
.previews-btn{
  letter-spacing: 0.5px;
  box-shadow: 0px 8px 32px rgba(0, 0, 0, 0.12);
  font-weight: 600
}
.add-library-btn{
  margin-left: 16px;
  padding: 13px 24px;
  border: 1px solid #2654FF;
  font-size: 16px;
  border-radius: 4px;
  line-height: 22px;
  background-color: #ffffff;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.themes-image-content{
  margin-left: 24px;
  flex: 1;
  height: 800px;
  background: #F7F8FA;
  border-radius: 8px;
  padding: 18px 6px 18px 18px;
  overflow: hidden
}
.themes-image-content .themes-img-view{
  padding-right: 6px;
  overflow: auto;
  height: 100%
}
.themes-image-content .themes-img-view::-webkit-scrollbar {
  width: 4px
}
.themes-image-content .themes-img-view::-webkit-scrollbar-thumb{
  width: 4px;
  background-color: #DCDEE0;
  border-radius: 6px
}
.themes-image-content .themes-img-view img{
  width: 100%;
  height: auto
}
.mobile-themes-image-content .themes-img-box {
  width: 397.52px
}

.similar-recommendation-view{
  background: #F7F8FA;
  padding: 80px 0
}
.similar-recommendation-view .similar-title{
  font-weight: 600;
  font-size: 32px;
  line-height: 45px;
  color: #323233;
}
.similar-recommendation-view .pc-theme-list .pc-theme-item:last-child {
  display: none
}
.page-theme .theme-list .theme-list-item{
  margin-top: 40px
}

@media screen and (max-width: 767px) {
  .page-theme-detail .themes-detail-view{
    padding: 24px 0 40px 0
  }
  .page-theme-detail .themes-detail-view .safe-area-view{
    display: block !important
  }
  .page-theme-detail .themes-desc-view{
    width: 100%
  }
  .themes-desc-view .breadcrumb-item a{
    font-size: 13px;
    line-height: 18px;
  }
  .themes-desc-view .current-breadcrumb{
    font-size: 13px;
    line-height: 18px;
  }
  .themes-desc-view .basic-infot{
    margin-top: 16px
  }
  .themes-desc-view .basic-infot .theme-title{
    font-size: 28px;
    line-height: 39px;
    font-weight: bold
  }
  .themes-desc-view .basic-infot .thtmes-desc{
    margin-top: 8px;
    font-size: 14px;
    line-height: 20px
  }
  .themes-desc-view .suitable-view{
    margin-top: 40px
  }
  .themes-desc-view .suitable-view .suitable-title{
    font-size: 13px;
    line-height: 18px;
    font-weight: bold
  }
  .suitable-view .suitable-item-view .suitable-icon-view img{
    width: 16px;
    height: 16px;
  }
  .suitable-item-view .suitable-item-list{
    font-size: 12px;
    line-height: 17px;
  }
  .suitable-item-view .suitable-other-text{
    font-size: 12px;
    line-height: 17px;
    flex-shrink: 0
  }
  .previews-btn{
    font-weight: 400;
    text-align: center
  }
  .add-library-btn{
    padding: 7px 16px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px
  }
  .themes-image-content{
    margin-left: 0;
    margin-top: 16px;
    height: 366px;
    padding: 8px 3px 8px 8px
  }
  .themes-image-content .themes-img-view{
    padding-right: 3px;
  }
  .themes-image-content .themes-img-view::-webkit-scrollbar {
    width: 2px
  }
  .themes-image-content .themes-img-view::-webkit-scrollbar-thumb{
    width: 2px;
  }
  .similar-recommendation-view{
    padding: 40px 0
  }
  .similar-recommendation-view .similar-title{
    font-size: 20px;
    line-height: 28px;
    font-weight: bold
  }
  .page-theme .theme-list .theme-list-item{
    margin-top: 24px
  }
  .similar-recommendation-view .pc-theme-list .pc-theme-item:last-child {
    display: block
  }

  .page-theme-detail-us .theme-operate-view{
    flex-direction: column;
    align-items: flex-start !important
  }
  .page-theme-detail-jp .theme-operate-view{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .page-theme-detail-us .add-library-btn{
    margin-left: 0;
    margin-top: 6px
  }
  .page-theme-detail-jp .add-library-btn{
    margin-left: 0;
    margin-top: 6px
  } 
  .page-theme-detail-jp .previews-btn{
    /* width: 223px */
    text-align: center;
  }

  .page-theme-detail-us .previews-btn{
    /* min-width: 172px; */
    text-align: center;
  }
  
  .page-theme-detail-us .add-library-btn{
    /* min-width: 172px; */
    text-align: center;
  }

  .page-theme-detail-jp .add-library-btn{
    /* width: 223px */
    text-align: center;
  }
}