body {
  max-width: 100% !important;
  font-weight: 300;
}

body a {
  font-weight: 300;
}

@font-face {
  font-family: fa;
  src: url(../../fonts/SourceHanSerifCN-ExtraLight.ttf);
}
body {
  position: relative;
}
body::after {
  content: "";
  position: absolute;
  background-image: linear-gradient(to bottom, #f2edea, #fff);
  width: 100%;
  height: 5rem;
  top: 0;
  left: 0;
}

.top-header {
  width: 80%;
  display: flex;
  margin: 1rem auto 0;
  justify-content: space-between;
  border-bottom: 1px solid #d4d2d2;
  position: relative;
  z-index: 2;
}
.top-header .title {
  text-align: center;
  color: #5a5351;
  font-size: 0.4rem;
  font-weight: 500;
  /* font-family: fa; */
  letter-spacing: 0.05rem;
  padding-bottom: 0.3rem;
}

.bread {
  margin-top: 0;
  margin-left: 0;
  padding-bottom: 0;
  color: #897c78 !important;
  font-size: 0.15rem;
  padding-left: 1rem;
}

.bread a {
  color: #897c78 !important;
  font-weight: normal;
}

.bread a:hover {
  color: #4e2b07 !important;
}

.cur {
  color: #897c78 !important;
  font-weight: normal;
}

.nav-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
}

.nav-box nav {
  display: flex;
  align-items: center;
  padding-bottom: 0rem;
  flex: 1;
  height: 100%;
}

.nav-box nav div {
  color: #000;
  cursor: pointer;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 .3rem;
  margin-right: 1rem;
  font-weight: 300;
  font-size: 0.2rem;
}
.nav-box nav div:nth-last-of-type(1) {
  margin-right: 0;
}

.nav-box nav .active {
  color: #313131;
  position: relative;
  font-weight: 500;
}

.nav-box nav .active::after {
content: "";
position: absolute;
width: 80%;
height: 2.5px;
background-color: #877c79;
display: block;
bottom: -1px;
left: 50%;
    transform: translate(-50%);
}

.all {
  width: 80%;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 auto;
}
.all .input-box {
  width: 3.5rem;
  height: 0.6rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  margin: 0.2rem 0;
}
.all .input-box input {
  border: none;
  outline: none;
  display: block;
  background-color: transparent;
  height: 100%;
  color: #333;
  width: 90%;
  font-size: 0.17rem;
  border-radius: 0.09rem 0 0 0.09rem;
  font-weight: 300;
}
.all .input-box img {
  width: 0.2rem;
  cursor: pointer;
}
.all .search_box {
  width: 100%;
  display: flex;
  margin-bottom: 0.5rem;
  justify-content: space-between;
  align-items: flex-end;
}
.all .search_min {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #000;
  position: relative;
  cursor: pointer;
  margin-top: 0.15rem;
}
.all .search_input {
  width: 3rem;
  height: 0.6rem;
  border: none;
  font-size: 0.18rem;
}
.all .search_car_name {
  line-height: 0.6rem;
  cursor: pointer;
}
.all .search_min input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
.all .search_img {
  width: 0.25rem;
  opacity: 0.7;
  cursor: pointer;
  transition: all 0.3s;
}
.all .search_img:hover {
  opacity: 1;
}
.all .search_tip {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
  color: rgba(0, 0, 0, 0.2);
  pointer-events: none;
  font-size: 0.16rem;
}

main {
  width: 100%;
}

main section nav {
  display: flex;
  align-items: center;
}

main section nav div {
  width: 2.27rem;
  height: 0.53rem;
  border-radius: 0.09rem;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c5a54;
  font-size: 0.19rem;
  margin-right: 0.1rem;
  cursor: pointer;
}

main .section0 {
  display: block;
}

main .section-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  margin-bottom: 1rem;
}

main .section-list .box {
  width: 32.4%;
  border-bottom: 1px solid rgba(137, 124, 120, 0.2);
  margin-bottom: 1.4% !important;
  padding-bottom: 0.4rem;
  display: block;
  cursor: pointer;
}

main .section-list .box .bucket_thumburl {
  width: 100%;
  height: 3.2rem;
  border-radius: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

main .section-list .box .title {
  margin-top: 0.15rem;
  font-size: 0.23rem;
  color: #111;
  height: 0.7rem;
  line-height: 0.35rem;
  font-weight: 300;
}

main .section-list2 .box {
  border-bottom: 0;
  position: relative;
  padding-bottom: 0;
}
main .section-list2 .box .bucket_thumburl {
  border-radius: 0;
}
main .section-list2 .box .type {
  margin-top: 0 !important;
  bottom: 0;
  left: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 0.5rem;
  padding: 0 0.18rem;
}
main .section-list2 .box .type .left {
  display: flex;
  align-items: center;
}
main .section-list2 .box .type .left img {
  width: 0.25rem !important;
}
main .section-list2 .box .type .left .title {
  margin: 0;
  color: #fff;
  margin-left: 0.3rem;
  font-weight: 200;
  font-size: 0.16rem;
  position: relative;
}
main .section-list2 .box .type .left .title::after {
  content: "";
  display: block;
  width: 1px;
  height: 0.17rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
  left: -0.13rem;
}
main .section-list2 .box .box-hover img {
  width: 0.77rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

main .section-list2 .box .title {
  height: auto;
  line-height: 1;
}

main .section-list .box .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.3rem;
}

main .section-list .box .type .left {
  display: flex;
  align-items: center;
}

main .section-list .box .type .left span {
  margin-right: 0.11rem;
  font-size: 0.17rem;
}

main .section-list .box .type .left img {
  width: 0.15rem;
}

main .section-list .box .type .left div {
  color: #897c78;
  margin-left: 0.11rem;
  font-size: 0.17rem;
}

main .section-list .box .type .right {
  display: flex;
  align-items: center;
}

main .section-list .box .type .right img {
  width: 0.17rem;
}

main .section-list .box .type .right .bucket_name {
  color: #897c78;
  font-size: 0.17rem;
  margin-right: 0.15rem;
  margin-left: 0.11rem;
}

main .section-list .box .type .right .date {
  color: #897c78;
  font-size: 0.17rem;
}

main .section-list .box {
  position: relative;
}
main .section-list .box .box-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: all 0.5s;
}
main .section-list .box .box-hover .t-box {
  background: rgba(87, 44, 7, 0.5);
  border-radius: 0.08rem;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0.3rem;
  right: 0.34rem;
  padding: 0.18rem 0.17rem 0.18rem 0.27rem;
}
main .section-list .box .box-hover .t-box .t {
  font-weight: 200;
  font-size: 0.16rem;
  color: #fff;
  margin-right: 0.35rem;
  position: relative;
}
main .section-list .box .box-hover .t-box .t::after {
  content: "";
  width: 1px;
  height: 0.2rem;
  background-color: rgba(255, 255, 255, 0.4);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -0.17rem;
}
main .section-list .box .box-hover .t-box img {
  width: 0.25rem;
}
main .section-list .box:hover .box-hover {
  opacity: 1;
}

main .section-list .box:nth-of-type(3n-1) {
  margin: 0 1.3% 0.4rem;
}

main .section-list1 .box {
  width: 32.4%;
  border-bottom: 0;
  margin-bottom: 0rem;
  padding-bottom: 0;
  display: block;
}

main .section1 .section-list1 .box .bucket_thumburl {
  border-radius: 0;
}

main .section0 .section-list1 .box {
  background: #f4f1f0;
  padding: 0.2rem 0.25rem 0.4rem;
  border-radius: 0.1rem;
}
main .section0 .section-list1 .box .bucket_thumburl {
  height: 3.24rem;
  transition: all .3s
}
main .section0 .section-list1 .box .bucket_thumburl-box{
    overflow: hidden;
    border-radius: 0.1rem;
}
main .section0 .section-list1 .box .bucket_thumburl-box:hover img{
    scale: 1.05
}
main .section0 .section-list1 .box .title {
  margin-top: 0.3rem;
  font-size: 0.17rem;
  color: #000;
  font-weight: 400;
}
main .section0 .section-list1 .box .type .left {
  display: flex;
  align-items: center;
  font-size: 0.17rem;
  font-weight: 300;
  color: #000;
}
main .section0 .section-list1 .box .type .left img {
  width: 0.32rem;
  margin-left: 0.12rem;
  transition: all 0.3s;
}
main .section0 .section-list1 .box .type .left:hover img{
    margin-left: .3rem
}
main .section0 .section-list1 .box .type .right {
  font-size: 0.14rem;
  font-weight: 200
}
main .section0 .section-list1 .box:nth-of-type(1) {
  width: 100%;
  display: flex;
  background: #f4f1f0;
  border-radius: 0.1rem;
  padding: 0.4rem 0.5rem;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box {
  padding-right: 1.2rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .tab {
  background-color: rgba(74, 46, 41, 0.4);
  padding: 0.08rem 0.22rem;
  color: #fff;
  border-radius: 0.04rem;
  font-size: 0.14rem;
  font-weight: 200;
      display: flex;
    align-items: center;
    justify-content: center;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .date {
  font-weight: 200;
  color: #757575;
  font-size: 0.14rem;
  margin-top: 0.4rem;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .title {
  font-weight: 500;
  font-size: 0.22rem;
  opacity: 0.7;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .brief {
  font-size: 0.16rem;
  font-weight: 200;
  line-height: 0.32rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  margin-top: 0.2rem
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .detail-btn {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  font-weight: 200;
  color: #897c78;
  animation-delay: 0.5s;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .detail-btn img {
  width: 0.34rem;
  margin-left: 0.18rem;
  transition: all 0.3s;
  border-radius: 0.1rem;
}
main .section0 .section-list1 .box:nth-of-type(1) .left-box .detail-btn:hover img {
  margin-left: 0.3rem;
}
main .section0 .section-list1 .box:nth-of-type(1) .right-box {
  width: 45%;
  overflow: hidden;
  border-radius: .1rem
}
main .section0 .section-list1 .box:nth-of-type(1) .right-box img {
  width: 100%;
  height: auto;
  transition: all .3s
}
main .section0 .section-list1 .box:nth-of-type(1) .right-box:hover img{
    scale: 1.05
}

main .section-list .box .bucket_thunmburl_bg {
  background-image: url("//www.zjljsv.com/dist/statics/images/model-manual/model_bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 3.52rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.35rem;
}

main .section-list .box .bucket_thunmburl_bg .bucket_thumburl {
  width: 70%;
  height: auto;
}

main .section-list1 .box .bucket_thumburl {
  width: 100%;
  height: 3.5rem;
  border-radius: 0.1rem;
  -o-object-fit: cover;
  object-fit: cover;
}

main .section-list1 .box .title {
  /* margin-top: 0.15rem;
  font-size: 0.23rem; */
  /* color: #111; */
  height: 0.7rem;
  line-height: 0.3rem;
}

main .section-list1 .box .type {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.25rem;
}

main .section-list1 .box .type .left {
  display: flex;
  align-items: center;
}

main .section-list1 .box .type .left div {
  color: #897c78;
  margin-left: 0;
  font-size: 0.14rem;
  font-weight: 200
}

main .section-list1 .box .type .left .bucket_name {
  margin-right: 0.14rem;
  color: #111;
  font-size: 0.23rem;
  font-weight: 300;
}

main .section-list1 .box .type .left img {
  width: 0.16rem;
}

main .section-list1 .box .type .left .note {
  margin-left: 0.09rem;
  color: #717171;
  font-size: 0.17rem;
}

main .section-list1 .box .type .right {
  display: flex;
  align-items: center;
}

main .section-list1 .box .type .right img {
  width: 0.17rem;
}

main .section-list1 .box .type .right a {
  color: #897c78;
  font-size: 0.17rem;
  margin-right: 0.11rem;
}

main .section-list1 .box:nth-of-type(3n-1) {
  margin: 0 1.4%;
}

main .section-list5 .box:nth-of-type(3n-1) {
  margin: 0;
}

main .section-list5 .box:nth-of-type(3n) {
  margin: 0 1.4%;
}

main .section-list2 .title {
  height: auto;
}

main .section-list3 .title-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.35rem;
  font-size: 0.23rem;
  color: #6c5a54;
}

main .section-list3 .title-box .title {
  margin-top: 0;
  height: auto;
  color: #6c5a54;
}

main .section-list3 .box {
  width: 49%;
}

main .section-list3 .box:nth-of-type(3n-1) {
  margin: 0;
  margin-bottom: 0.4rem;
}

main .section-list3 .box:nth-of-type(2n) {
  margin-left: 1%;
}

main .section-list4 .box {
  border: 0;
  position: relative;
  height: 3.23rem;
}

main .section-list4 .title {
  position: absolute;
  left: 0.26rem;
  top: 0.26rem;
  padding: 0.1rem 0.14rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 300;
  height: auto !important;
  font-size: 0.19rem !important;
  margin-top: 0 !important;
  line-height: 1 !important;
}

main .section-list4 {
  margin-top: 0;
}

main .section-list5 .box {
  border-bottom: 0;
}

main .section-list5 .box .type .title {
  margin-top: 0;
  height: auto;
}

/* main .section-list5 .box {
  width: 100%;
  display: flex;
  height: 4.9rem;
  background-color: #EBEAE8;
  border-bottom: 0;
  border-radius: 0.26rem;
  padding-bottom: 0;
}
main .section-list5 .box .bucket_thumburl {
  width: 60%;
  height: 100%;
  border-radius: 0.26rem 0 0 0.26rem;
}
main .section-list5 .box .type {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0.8rem;
}
main .section-list5 .box .type .title {
  color: #111;
} */
main .load-more {
  width: 1.82rem;
  height: 0.54rem;
  background-color: #f2edea;
  border-radius: 27px;
  margin: 0rem auto 1.38rem;
  display: flex;
  color: #111;
  font-size: 0.17rem;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  cursor: pointer;
  transition: all 0.3s;
  display: none;
}

main .load-more img {
  width: 0.21rem;
  height: 0.21rem;
  margin-right: 0.19rem;
}

main .load-more .loading1 {
  display: none;
}

main .load-more div {
  opacity: 1;
}

main .load-more:hover {
  background: rgb(137, 124, 121);
}

main .load-more:hover div {
  color: #fff;
}

main .load-more:hover .loading1 {
  display: block;
}

main .load-more:hover .loading {
  display: none;
}

.nav-active {
  color: #fff;
  background-color: #897c78;
}

.mask-video {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  background: #333;
  z-index: 1000;
  display: none;
}

.mask-video video {
  -o-object-fit: contain;
     object-fit: contain;
  min-width: 100%;
  max-width: 100%;
  position: absolute;
  height: 95%;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mask-video .mask-video-box {
  position: fixed;
  z-index: 1;
  width: 100%;
  height: 1.5rem;
  background-image: linear-gradient(to bottom, black, transparent);
}

.mask-video .mask-video-name {
  color: #fff;
  font-size: 0.48rem;
  left: 1rem;
  top: 0.2rem;
  position: absolute;
}

.mask-video img {
  right: 1rem;
  top: 0.3rem;
  position: absolute;
  width: 0.4rem;
  cursor: pointer;
}

.mask-video .img-down {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 0.17rem;
  position: absolute;
  bottom: 0;
  height: 5%;
  background: #292929;
  width: 100%;
  justify-content: flex-end;
  padding-right: 1rem;
}

.mask-video .img-down .left {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.mask-video .img-down .left img {
  width: 0.17rem;
  margin-right: 0.1rem;
  position: static;
}

.mask-video .img-down .right {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.5rem;
}

.mask-video .img-down .right img {
  width: 0.17rem;
  margin-right: 0.1rem;
  position: static;
}

.empty {
  width: 80%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 7rem;
  display: none;
  flex-direction: column;
  position: relative;
}

.empty img {
  width: 0.8rem;
}

.empty div {
  font-size: 0.16rem;
  color: #897c78;
  margin-top: 0.2rem;
}

.section4-video-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
  margin-top: 0.65rem;
}

.section4-video-list .box {
  width: 49.3%;
  position: relative;
  margin-bottom: 0.4rem;
  height: 4.92rem;
  border-radius: 0.24rem;
  cursor: pointer;
}

.section4-video-list .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.24rem;
}

.section4-video-list .box .title-box {
  position: absolute;
  left: 0.26rem;
  top: 0.26rem;
  display: flex;
  align-items: center;
}

.section4-video-list .box .title-box .title {
  padding: 0.1rem 0.14rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: 300;
  height: auto !important;
  font-size: 0.19rem !important;
  margin-top: 0 !important;
  line-height: 1 !important;
}

.section4-video-list .box .title-box .icon {
  width: 0.23rem;
  margin-left: 0.2rem;
  position: static;
}

.clearfix {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.pager {
  max-width: 800px;
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
}

.pager a {
  cursor: pointer;
}

.pager a,
.pager span {
  width: 0.45rem;
  height: 0.4rem;
  border: 1px solid #ebebeb;
  margin-left: -1px;
  color: #8a8a8a;
  display: inline-block;
  line-height: 40px;
  font-size: 0.16rem;
  text-decoration: none;
  margin: 0 2px;
  float: left;
}

.pager a:hover,
.pager span:hover {
  border-color: #fff;
  color: #fff;
  position: relative;
  z-index: 1;
}

.pager span.current {
  background-color: #222a35;
  color: #fff;
  border-color: #ebebeb;
  position: relative;
  z-index: 1;
}

.pager .pg-prev,
.pager .pg-prev:hover {
  background-position: 7px -21px;
}

.pager .pg-next,
.pager .pg-next:hover {
  background-position: -21px -21px;
}

.pager .pg-last,
.pager .pg-last:hover {
  background-position: -21px 7px;
}

.pager .pg-prev[disabled=true],
.pager .pg-prev[disabled=true]:hover {
  cursor: default;
  background-image: url(../../images/download/page_bg.jpg);
}

.pager .pg-next[disabled=true],
.pager .pg-next[disabled=true]:hover {
  cursor: default;
  background-image: url(../../images/download/page_bg.jpg);
}

.pager .pg-prev[disabled=true],
.pager .pg-next[disabled=true] {
  border-color: #eeeeee;
}

.pager span.els {
  border-color: transparent;
}

.pagerHtmlWrap {
  width: 800px;
  margin: 30px auto;
}

.pagerHtmlWrap .cc_cells {
  width: 100%;
  height: 35px;
  padding: 5px 0;
  border-bottom: 1px #cccccc solid;
}

.pagerHtmlWrap .cc_cells a {
  color: #454545;
  font-size: 14px;
  line-height: 35px;
  text-decoration: none;
}

.pagerHtmlWrap .cc_cells a span {
  display: inline-block;
  width: 25%;
  text-align: left;
  margin: 0;
}

.btn_style_01 {
  font-weight: 300;
  font-size: 0.18rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.btn_style_01:nth-of-type(2) {
  margin-left: 0.2rem;
}

.btn_style_01 .btn_icon {
  width: 0.4rem;
  position: relative;
  margin-left: 0.2rem;
  overflow: hidden;
}

.btn_style_01 .btn_icon img {
  width: 0.18rem;
  transition: all 0.3s;
  opacity: 1;
}

.btn_style_01 .btn_icon img:nth-of-type(2) {
  position: absolute;
  top: 0;
  left: -1rem;
  transition: all 0.5s;
}

.btn_style_01:hover .btn_icon img:nth-of-type(1) {
  margin-left: 0.2rem;
  opacity: 0;
}

.btn_style_01:hover .btn_icon img:nth-of-type(2) {
  left: 0rem;
}

.search_ul {
  position: absolute;
  top: 0.9rem;
  width: 100%;
  /* background-color: #fff; */
  background-color: rgb(249, 249, 249);
  max-height: 3rem;
  display: none;
  z-index: 100;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.3s;
  border: 1px solid rgb(249, 249, 249);
  box-shadow: 0 0 0.5rem 0 rgb(0 0 0 / 10%);
  border-radius: 0.2rem;
}

.search_ul._hide {
  height: 0 !important;
}

.search_li {
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.16rem;
  padding: 0 0.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search_li .search_li_choose {
  width: 0.25rem;
  opacity: 0;
  transition: opacity 0.4s;
}

.search_li.active .search_li_choose {
  opacity: 1;
}

.search_li:hover {
  background-color: rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.nav-box nav div:hover{
  color: #313131;
  position: relative;
  font-weight: 500;
}



@media (max-width: 768px) {
  .btn_style_01 {
    font-size: 0.28rem;
  }
  .search_ul{
      max-height: 5rem
  }
  .search_li{
      height: 1rem;
      line-height: 1rem;
      font-size: .27rem
  }
  .btn_style_01 .btn_icon img {
    width: 0.28rem;
  }
  body::after {
    height: 2rem;
  }
  .top-header {
    width: 82%;
    flex-direction: column;
    border: 0;
  }
  .top-header .title {
    font-size: 0.47rem;
  }
  .bread {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
    color: #897c78 !important;
    font-size: 0.15rem;
    padding-left: 1rem;
    display: none;
  }
  .bread a {
    color: #897c78 !important;
    font-weight: normal;
  }
  .bread a:hover {
    color: #4e2b07 !important;
  }
  .cur {
    color: #897c78 !important;
    font-weight: normal;
  }
  .top-header h1 {
    text-align: center;
    color: #4e2a06;
    font-size: 0.48rem;
    font-weight: 300;
    margin-top: 0.6rem;
    font-family: fa;
    letter-spacing: 0.05rem;
  }
  .nav-box {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin: 0.5rem auto 0;
    justify-content: space-between;
    border-bottom: none;
    overflow: hidden;
    height: auto;
    flex-direction: column;
    position: relative;
  }
  .nav-box::after {
    content: "";
    position: absolute;
    width: 100%;
    display: block;
    height: 1px;
    background: transparent;
    left: 0;
    top: 0.8rem;
  }
  .nav-box nav {
    display: flex;
    align-items: center;
    padding-bottom: 0rem;
    flex: 1;
    height: 100%;
    width: 100%;
    overflow-x: auto;
    webkit-overflow-scrolling: touch;
    visibility: visible;
    transition-delay: 0s;
  }
  .nav-box nav::-webkit-scrollbar {
    display: none;
  }
  .nav-box nav div {
    color: rgba(0, 0, 0, 0.7);
    font-size: 0.29rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.7rem;
    flex: 1;
    background: #f6f6f6;
    margin-right: 0;
    border-radius: 0.13rem;
    margin-right: 0.1rem;
    font-weight: 200
  }
  .nav-box nav .active {
    color: #fff;
    position: relative;
    background: #887d78;
    font-weight: 200
  }
  .nav-box nav .active::after {
    display: none;
  }
  .nav-box .input-box {
    width: 100%;
    height: 0.65rem;
    background-color: #fff;
    border-radius: 0.09rem;
    display: flex;
    align-items: center;
    padding-right: 0rem;
    margin-top: 0.2rem;
  }
  .nav-box .input-box input {
    border: none;
    outline: none;
    display: block;
    height: 100%;
    padding: 0 0.14rem;
    color: #333;
    width: 90%;
    font-size: 0.24rem;
    border-radius: 0.09rem 0 0 0.09rem;
    font-weight: 300;
  }
  .nav-box .input-box img {
    width: 0.26rem;
    height: 0.25rem;
    cursor: pointer;
  }
  .all {
    width: 100%;
    position: relative;
    margin-top: 0rem;
    align-items: center;
  }
  .all .input-box {
    width: 82%;
    height: 1rem;
  }
  .all .input-box input {
    font-size: 0.28rem;
  }
  .all .input-box img {
    width: 0.32rem;
  }
  .all .search_box {
    width: 82%;
    flex-direction: column-reverse;
    align-items: center;
  }
  .all .search_box .search_min {
    width: 100%;
    margin-top: 0.5rem;
    padding-bottom: 0.15rem;
  }
  .all .search_box .search_input {
    width: 95%;
  }
  .all .search_box .search_car_name {
    font-size: 0.28rem;
  }
  .all .search_box .search_tip {
    right: 1rem;
    font-size: 0.28rem;
    top: 42%;
  }
  .all .search_box .search_img {
    width: 0.32rem;
  }
  .all .search_box .go_btn {
    margin-top: 0.5rem;
  }
  main .section2 .section-list2 .box .type .left img {
    width: 0.32rem;
  }
  main .section-list2 .box .type .left .title {
    font-size: 0.25rem;
  }
  main .section1 .section-list .box .box-hover {
    opacity: 0;
  }
  main .section2 .section-list .box .box-hover {
    opacity: 1;
    background-color: rgba(0, 0, 0, 0.1);
  }
  main .section0 .section-list1 .box .top-box {
    display: flex;
    flex-direction: column-reverse;
  }
  main .section0 .section-list1 .box {
    background-color: #fff;
    padding: 0;
  }
  main .section0 .section-list1 .box .title {
    font-size: 0.276rem;
    line-height: 1.5;
    height: auto;
    font-weight: 400
  }
  main .section0 .section-list1 .box .type .left {
    display: none;
  }
  main .section0 .section-list1 .box .bucket_thumburl {
    height: auto;
  }
  main .section0 .section-list1 .box .type .right {
    font-size: 0.2rem;
    font-weight: 200
  }
  main .section0 .section-list1 .box:nth-of-type(1) {
    flex-direction: column-reverse;
    padding: 0;
    background-color: #fff;
  }
  main .section0 .section-list1 .box:nth-of-type(1) .right-box {
    width: 100%;
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box {
    padding-right: 0;
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .top-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-top: 0.3rem;
    flex-direction: row;
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .tab {
    padding: 0;
    width: 1.57rem;
    height: 0.43rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.2rem;
    font-weight: 200
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .date {
    margin-top: 0;
    font-size: 0.2rem;
    font-weight: 200
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .title {
    font-size: 0.276rem;
    font-weight: 300
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .content-left .brief {
    display: none;
  }
  main .section0 .section-list1 .box:nth-of-type(1) .left-box .detail-btn {
    display: none;
  }
  main {
    width: 82%;
    margin: 0.23rem auto;
  }
  main section nav {
    display: flex;
    align-items: center;
    overflow-x: auto;
    webkit-overflow-scrolling: touch;
    visibility: visible;
    transition-delay: 0s;
  }
  main section nav::-webkit-scrollbar {
    display: none;
  }
  main section nav div {
    width: 2.34rem;
    height: 0.67rem;
    border-radius: 0.09rem;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6c5a54;
    font-size: 0.24rem;
    margin-right: 0.1rem;
    cursor: pointer;
    flex: none;
  }
  main .section0 {
    display: block;
  }
  main .section-list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 0.2rem;
    flex-direction: column;
  }
  main .section-list5 .box:nth-of-type(3n) {
    margin: 0;
  }
  main .section-list .box {
    width: 100%;
    border-bottom: 1px solid rgba(137, 124, 120, 0.2);
    margin-bottom: 0.5rem !important;
    padding-bottom: 0.5rem;
    display: block;
    cursor: pointer;
  }
  main .section-list .box .bucket_thumburl {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.1rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .section-list4 .box .bucket_thumburl {
    width: 100%;
    height: 2rem;
    border-radius: 0.1em;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .section-list .box .title {
    margin-top: 0.25rem;
    font-size: 0.23rem;
    color: #111;
    height: 0.7rem;
    line-height: 0.32rem;
    font-weight: 300;
  }
  main .section-list2 .box .title {
    height: auto;
    line-height: 1;
  }
  main .section2 .section-list .box .bucket_thumburl {
    border-radius: 0;
  }
  main .section-list .box .type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
    z-index: 2;
  }
  main .section-list .box .type .left {
    display: flex;
    align-items: center;
  }
  main .section-list .box .type .left img {
    width: 0.19rem;
  }
  main .section-list .box .type .left span {
    margin-right: 0.11rem;
    font-size: 0.23rem;
  }
  main .section-list .box .type .right .bucket_name {
    color: #897c78;
    font-size: 0.23rem;
    margin-right: 0.15rem;
    margin-left: 0.11rem;
  }
  main .section-list .box .type .right .date {
    color: #897c78;
    font-size: 0.23rem;
  }
  main .section-list .box .type .left div {
    color: #897c78;
    margin-left: 0.15rem;
    font-size: 0.23rem;
  }
  main .section-list .box .type .right {
    display: flex;
    align-items: center;
  }
  main .section-list .box .type .right img {
    width: 0.19rem;
  }
  main .section-list .box .type .right a {
    color: #897c78;
    font-size: 0.23rem;
    margin-right: 0.17rem;
  }
  main .section-list .box:nth-of-type(3n-1) {
    margin: 0 0 0.2rem 0;
  }
  main .section-list1 {
    justify-content: space-between;
  }
  main .section1 .section-list1 {
    flex-direction: row;
  }
  main .section1 .section-list1 .box {
    width: 49%;
    margin-bottom: 0 !important;
    padding-bottom: 2%;
  }
  main .section1 .section-list1 .box .bucket_thumburl {
    height: 2.1rem;
    border-radius: 0.12rem;
  }
  main .section-list1 .box {
    width: 100%;
    margin-bottom: 0.35rem;
    padding-bottom: 0.35rem;
    display: block;
    border-bottom: 0;
  }
  main .section-list .box .bucket_thunmburl_bg {
    background-image: url("//www.zjljsv.com/dist/statics/images/model-manual/model_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    height: 6.73rem;
    border-radius: 0.5rem;
  }
  main .section-list .box .bucket_thunmburl_bg .bucket_thumburl {
    width: 90%;
  }
  main .section-list1 .box .bucket_thumburl {
    width: 100%;
    height: 3.2rem;
    border-radius: 0.1rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  main .section-list1 .box .title {
    margin-top: 0.15rem;
    font-size: 0.23rem;
    color: #111;
    height: 0.7rem;
    line-height: 0.35rem;
  }
  main .section-list1 .box .type {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.25rem;
  }
  main .section-list1 .box .type .left {
    display: flex;
    align-items: center;
  }
  main .section-list1 .box .type .left div {
    color: #897c78;
    margin-left: 0;
    font-size: 0.17rem;
  }
  main .section-list1 .box .type .left .bucket_name {
    margin-right: 0.14rem;
    color: #111;
    font-size: 0.23rem;
    font-weight: 300;
  }
  main .section-list1 .box .type .left img {
    width: 0.21rem;
  }
  main .section-list1 .box .type .left .note {
    margin-left: 0.09rem;
    color: #717171;
    font-size: 0.2rem;
  }
  main .section-list1 .box .type .right {
    display: flex;
    align-items: center;
  }
  main .section-list1 .box .type .right img {
    width: 0.19rem;
  }
  main .section-list1 .box .type .right a {
    color: #897c78;
    font-size: 0.23rem;
    margin-right: 0.17rem;
  }
  main .section-list1 .box:nth-of-type(3n-1) {
    margin: 0;
  }
  main .section-list2 .title {
    height: auto;
  }
  main .section-list3 .title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.35rem;
    font-size: 0.23rem;
    color: #6c5a54;
  }
  main .section-list3 .title-box .title {
    margin-top: 0;
    height: auto;
    color: #6c5a54;
  }
  main .section-list3 .box {
    width: 100%;
  }
  main .section-list3 .box:nth-of-type(3n-1) {
    margin: 0;
    margin-bottom: 0.4rem;
  }
  main .section-list3 .box:nth-of-type(2n) {
    margin-left: 1%;
  }
  main .section-list4 .box {
    border: 0;
    position: relative;
    height: 2rem;
    width: 48%;
    margin-bottom: 0.2rem;
    padding-bottom: 0;
  }
  main .section-list4 .title {
    position: absolute;
    left: 0.23rem;
    top: 0.17rem;
    padding: 0.11rem 0.16rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 300;
    height: auto !important;
    font-size: 0.23rem !important;
    margin-top: 0 !important;
    line-height: 1 !important;
  }
  main .section-list4 {
    margin-top: 0;
    flex-direction: row;
    justify-content: space-between;
  }
  main .section-list5 .box {
    border-bottom: 0;
  }
  main .section-list5 .box .type .title {
    margin-top: 0;
    height: auto;
  }
  /* main .section-list5 .box {
    width: 100%;
    display: flex;
    height: 4.9rem;
    background-color: #EBEAE8;
    border-bottom: 0;
    border-radius: 0.26rem;
    padding-bottom: 0;
  }
  main .section-list5 .box .bucket_thumburl {
    width: 60%;
    height: 100%;
    border-radius: 0.26rem 0 0 0.26rem;
  }
  main .section-list5 .box .type {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0.8rem;
  }
  main .section-list5 .box .type .title {
    color: #111;
  } */
  main .load-more {
    width: 2.22rem;
    height: 0.67rem;
    background-color: #f2edea;
    border-radius: 27px;
    margin: 0.5rem auto 1.38rem;
    display: flex;
    color: #111;
    font-size: 0.21rem;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    cursor: pointer;
    display: none !important;
  }
  main .load-more img {
    width: 0.27rem;
    height: 0.27rem;
    margin-right: 0.19rem;
  }
  main .load-more .loading1 {
    display: none;
  }
  main .load-more div {
    opacity: 1;
  }
  main .load-more:hover {
    background: rgb(137, 124, 121);
  }
  main .load-more:hover div {
    color: #fff;
  }
  main .load-more:hover .loading1 {
    display: block;
  }
  main .load-more:hover .loading {
    display: none;
  }
  .nav-active {
    color: #fff;
    background-color: #897c78;
  }
  .mask-video {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 0;
    top: 0;
    background: #333;
    z-index: 1000;
    display: none;
  }
  .mask-video video {
    -o-object-fit: contain;
       object-fit: contain;
    min-width: 100%;
    max-width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .mask-video .mask-video-name {
    color: #fff;
    font-size: 0.48rem;
    left: 0.5rem;
    top: 0.5rem;
    position: absolute;
  }
  .mask-video img {
    right: 0.5rem;
    top: 0.5rem;
    position: absolute;
    width: 0.4rem;
    cursor: pointer;
  }
  .mask-video .img-down {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 0.23rem;
    position: absolute;
    bottom: 0;
    height: 5%;
    background: #292929;
    width: 100%;
    justify-content: flex-end;
    padding-right: 0.5rem;
  }
  .mask-video .img-down .left {
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .mask-video .img-down .left img {
    width: 0.17rem;
    margin-right: 0.1rem;
    position: static;
  }
  .mask-video .img-down .right {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 0.5rem;
  }
  .mask-video .img-down .right img {
    width: 0.2rem;
    margin-right: 0.17rem;
    position: static;
  }
  .empty {
    width: 80%;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    height: 7rem;
    display: none;
    flex-direction: column;
    position: relative;
  }
  .empty img {
    width: 0.8rem;
  }
  .empty div {
    font-size: 0.16rem;
    color: #897c78;
    margin-top: 0.2rem;
  }
  .section4-video-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    margin-top: 0.65rem;
    flex-direction: column;
  }
  .section4-video-list .box {
    width: 100%;
    position: relative;
    margin-bottom: 0.4rem;
    height: 4.92rem;
    border-radius: 0.24rem;
    cursor: pointer;
  }
  .section4-video-list .box img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 0.24rem;
  }
  .section4-video-list .box .title-box {
    position: absolute;
    left: 0.26rem;
    top: 0.26rem;
    display: flex;
    align-items: center;
  }
  .section4-video-list .box .title-box .title {
    padding: 0.11rem 0.16rem;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 300;
    height: auto !important;
    font-size: 0.23rem !important;
    margin-top: 0 !important;
    line-height: 1 !important;
  }
  .section4-video-list .box .title-box .icon {
    width: 0.23rem;
    margin-left: 0.2rem;
    position: static;
  }
  



}/*# sourceMappingURL=media.css.map */