﻿
.year img {
    display: block;
    width: 100%;
   
    height: auto!important;
    margin: auto;
    padding-top: 170px!important;
}
@media screen and (max-width: 750px) {
  /* 科普 */body{
    overflow-x: hidden !important;
  }

  .kupu-img-box a p {
    text-align: center ;
    line-height: 20px !important;
    font-size: 12px !important;
    min-height:40px;
  }
  .search-sou{
height: auto !important;
  }
  .kupu-img-box a {
    width: 30%;
    display: inline-block;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 0px !important;
  }
    .pager1 {
        float: left;
        width: 100%;
        height: auto !important;
        margin-top: 15px;
        margin-bottom: 45px;
        font-size: 16px;
    }
    .pager1 .zthg {
        float: left;
        width: 21%;
        text-align: center;
        line-height: 32px;
        color: #272727;
    }
    #go {
        float: inherit !important;
        width: 68px;
        margin: auto !important;
        height: 32px;
        line-height: 32px;
    }
    .pager1 .zthg_left {
        float: left;
        width: 4px;
    }
    .m-header{
        display: block !important;
    }
    .header-c .header{
        display: none !important;
    }
    .header-box{
        display: block;
    }
    .header-box .clearfix{
        display: none !important;
    }
    
     .news{
        display: block;
        z-index: 111;
 width: 100%;
    }
    .news img{
      display: block;
      width: 80px;
    position: absolute;
    right: 0;
  }
    .navbar{
        display: block !important;
        padding: 10px 0;
    }
    .navbar-brand {
        padding: 10px !important;
    }
.w {
    width: 100% !important;
    margin: auto;
  }
  html,
  body {
    overflow-x: hidden;
  }
  .hide {
    display: none;
  }
  div {
    box-sizing: border-box;
  }
  .header-box {
    position: relative;
  }
  /* 导航栏start */
  .header-c {
    position: absolute;
    width: 100%;
    top: 0;
    display: none;
    z-index: 111;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header .hua1 {
    position: absolute;
    top: 168px;
    left: 867px;
    transition: 3s;
    animation: myfirst 60s linear ;
    z-index:1
  }
  @keyframes myfirst {
    from {
      top: 168px;
      left: 867px;
    }
    to {
      top: 500px;
      left: 0;
    }
  }
  .header .hua2 {
    position: absolute;
    top: 123px;
    left: 1179px;
    animation: mytwo 30s linear ;
    z-index:1
  }
  @keyframes mytwo {
    from {
      top: 123px;
      left: 1179px;
    }
    to {
      top: 644px;
      left: 800px;
    }
  }
  .header .hua3 {
    position: absolute;
    top: 278px;
    left: 1137px;
    animation: mytwo 70s linear ;
  }
  @keyframes mythere {
    from {
      top: 278px;
      left: 1137px;
    }
    to {
      top: 700px;
      left: 1100px;
    }
  }
  .header .hua4 {
    position: absolute;
    top: 0px;
    left: 1444px;
    animation: myfour 90s linear ;
  }
  @keyframes myfour {
    from {
      top: 0px;
      left: 1444px;
    }
    to {
      top: 1000px;
      left: 700px;
    }
  }
  .header .hua5 {
    position: absolute;
    top: 320px;
    left: 279px;
    animation: myfive 40s linear ;
  }
  @keyframes myfive {
    from {
      top: 320px;
      left: 279px;
    }
    to {
      top: 500px;
      left: 0px;
    }
  }
  .header .hua6 {
    position: absolute;
    top: 473px;
    left: -105px;
    animation: mysix 40s linear ;
  }
  @keyframes mysix {
    from {
      top: 473px;
      left: -105px;
    }
    to {
      top: 800px;
      left: -120px;
    }
  }
  
  .header h1 {
    float: left;
    padding-top: 32px;
    box-sizing: border-box;
  }
  .header h1 img {
    display: block;
    height: 50px;
  }
  .navbar-nav{
    margin: 7.5px 0px !important;
  }
  .header ul {
    float: left;
    box-sizing: border-box;
    padding-top: 0px;
    width: 100%;
  }
  .caret {
    display: inline-block;
    width: 0;
    height: 0;
    display: none;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
  .header ul li {
    float: left;
    width: 100%;
    margin-left: 0px;
    position: relative;
  }
  .header ul li .lan {
    line-height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #222;
    display: inline-block;
    height: 50px;
    font-weight: bold;
  }
  .header ul li .son-list {
      position: absolute;
      top: 50px;
      height: 50px;
      transform: translateX(-50%);
      line-height: 58px;
      z-index: 1111;
      left: 50%;
      white-space: nowrap;
      background: url(../images/border.png) no-repeat top center;
      background-size: 100% 100%;
  }
  .header ul li .son-list .last {
    margin-right: 30px !important;
  }
  .header ul li .son-list div {
    display: inline;
    margin-left: 30px;
    margin-right: 8px;
  }
  .header ul li .son-list div a:hover {
    color: #307f39;
  }
  .search-box {
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    height: 100px;
  }
  .jing{
      text-align: center;
      width: 100%;
      font-size: 18px !important;
      height: auto !important;
  }
  .search-box .sou {
    display: flex;
    width:100%;
    padding: 0 15px;
    margin-left: 0px;
    position: absolute;
    top: 30px;
  }
  .search-box .english{
    position: absolute;
    top: 70px;
    left: 50%;
    display: flex;
    justify-content: space-between;
    padding: 0 20%;
    width: 100%;
    transform: translateX(-50%);
  }
  .search-box .sou input {
    width: 70%;
    height: 26px;
    border: none;
    background-color: #fff;
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
    box-shadow: 0px 0px 8px #338963;
    box-sizing: border-box;
    border: 1px solid #307f39;
    padding: 0 20px;
  }
  .search-box .sou span {
    flex: 1;
    height: 28px !important;
    margin-top: -1px !important;
    box-shadow: 0px 0px 8px #338963;
    width: 30%;
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
    background: #338963 url(../images/ic-sou.png) no-repeat center center;
    background-size: 20px 20px;
    cursor: pointer;
  }
  .search-box a {
    display: inline-block;
    height: 30px !important;
    background: #9DCB6E;
    line-height: 30px;
    text-align: center;
    width: 80px;
    border-radius: 18px;
    font-size: 14px;
    color: #fff;
    margin-left: 0px;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    /* Center slide text vertically */
     /*display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  /* 导航end */
  .year {
    height: auto !important;
  }
  .year .img {
    position: absolute;
    top: 250px;
    display: block;
    width: 613px;
    height: 155px;
    left: 50%;
    margin-left: -306px;
    transition: 1s;
    animation: myimg 1s  ;
  }
  @keyframes myimg {
    0% {
      left: 55%;
    }
    50% {
      left: 45%;
    }
    100% {
      left: 50%;
    }
  }
  .year img {
    display: block;
    width: 100%;
    height: auto !important;
    margin: auto;
padding-top: 0px!important;
  }
  .left-column {
    position: fixed;
    left: 0;
    top: 350px;
    z-index: 11111;
  }
  .more {
    display: block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    color: #3a352c;
    width: 218px;
    font-size: 18px;
    margin: auto;
    border-radius: 24px;
    border: 1px solid #f1f1f1;
    transition: 0.7s;
  }
  .banner {
    height: 604px;
    margin-top: 65px;
    margin-bottom: 60px;
  }
  .banner .box {
    height: 604px;
    padding-top: 407px;
    background: url(../images/index-banner.png) no-repeat;
    background-size: 100% 100%;
  }
  .banner .box .text img {
    display: block;
    margin: auto;
  }
  .more {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #3a352c;
    width: 120px;
    font-size: 14px;
    margin: auto;
    border-radius: 20px;
    border: 1px solid #f1f1f1;
    transition: 0.7s;
    margin:15px auto;
  }
  .more:hover {
    color: #9bc188 !important;
    border-color: #9bc188 !important;
  }
  body .huali-content .img-box {
    margin-bottom: 125px;
}
body .huali-content .duan {
    padding-left: 15px;
    margin-bottom: 10px;
    text-align: justify;
}
body  .huali-content .duan .l {
    font-size: 14px;
    color: #222;
}
body .huali-content .duan .r {
    font-size: 12px;
    color: #666;
    line-height: 12px;
}
  body .notice {
    text-align: center;
    margin-bottom: 15px !important;
    padding: 0 15px;
  }
  body .img-list{
padding: 0 15px !important;
  }
  body .select-huaLi{
    display: block;
  }
  body .notice-huaLi{
    display: block;
  }
  
  body .notice .list_lh{
      width: 100% !important;
      padding: 0 15px;
  }
  body .notice h1 {
    text-align: center;
    font-size: 22px !important;
    font-weight: 600;
    line-height: 32px !important;
    margin-bottom: 15px;
  }
  body .notice .cs {
    font-size: 16px !important;
    line-height: 22px !important;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
  }
  body .notice .cs i{
      display: inline-block;
     font-style: normal;
     width: 70%;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
   }
  body .notice .cs span{
   position: absolute;
   right: 0;
  }
  body .notice .tet {
    margin-bottom: 18px;
    font-size: 14px;
    line-height: 25px;
    width: 865px;
    margin: auto;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
  }
  body .notice .time {
    margin-top: 10px;
    font-size: 14px;
    line-height: 14px;
    color: #999;
    margin-bottom: 10px;
  }
  .img-list .list {
    display: block;
    position: initial;
    margin-bottom: 15px;
  }
  .img-list .list .img {
    display: block;
    width: 100%;
    height: auto;
  }
  .img-list .list .explore {
    position: inherit;
    background-color: #ffffff;
    padding-top: 15px;
    top: 0px;
    width: 100%;
    right: 0;
    z-index: 11;
    text-align: center;
   
    
  }
  .img-list .list .explore h1 {
    text-align: center;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 22px;
    display: none;
  }
  .img-list .list .explore .text {
    margin-bottom: 23px;
    padding: 0 60px;
    font-size: 14px;
    line-height: 25px;
    word-break: break-all;
  
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 2;
    /** 显示的行数 **/
    overflow: hidden;
    /** 隐藏超出的内容 **/
    display: none;
  }
  .img-list .list .explore .btn {
    margin: 0 auto;
    margin-left: 0px;
    display: inline-block;
    padding: 0 15px;
    padding-bottom: 11px;
    border-bottom: 2px solid #9bc188;
    margin-bottom: 15px;
    transition: 1s;
  }
  .img-list .list .explore .btn:hover {
    color: #9bc188;
    border-color: #ccc;
  }
  #m-hua{
    display: block;
  }
  .plants {
    background: url(../images/bg1.png) no-repeat top center;
    background-size: 100% ;
  }
  .plants-huali{
    display: block;
  }
  body .plants .continent {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100% !important;
  }
  .huali-content {
    width: 100% !important;
    margin: auto;
}
  .huali-content .img-box img {
    margin: auto;
    width: 100% !important;
}
  .plants .continent h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #000;
    text-align: center;
    margin-bottom: 15px !important;
  }
  .plants .continent .pic-box {
    display:block;
    justify-content: space-between;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  .plants .continent .pic-box .box {
    transition: 0.7s;
    width: 100%;
    box-shadow: 0 0 8px #ccc;
    margin-bottom: 15px;
  }
  .plants .continent .pic-box .box img {
    display: block;
    height: 200px;
    width: 100%;
  }
  .plants .continent .pic-box .box .name {
    background: #fff;
    padding: 0 15px;
    overflow: hidden;
  }
  .plants .continent .pic-box .box .name .hua {
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0 ;
  }
  .plants .continent .pic-box .box .name .trait {
    font-size: 13px;
    color: #999;
    line-height: 16px;
    margin-bottom: 5px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 about**/
    overflow: hidden;
  }
  .plants .continent .pic-box_bottom{
      display: block;
  }
  .plants .continent .pic-box .box .name .xq_a {
    margin-left: 0px;
    display: inline-block;
    padding: 0 8px;
    padding-bottom: 0;
    font-size: 12px;
    border-bottom: 1px solid #9bc188;
    margin-bottom: 10px;
    float:right;
  }
  .plants .continent .pic-box .box .name .xq_a:hover {
    color: #9bc188;
    border-color: #000;
  }
  .plants .continent .pic-box .box:hover {
    transform: scale(1.05);
  }
  .popularity {
    background: url(../images/popularity.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 15px;
    padding-bottom: 0px;
    overflow: hidden;
  }
  .popularity .continent {
      width: 100% !important;
  }
  .popularity h1 {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
  }
  .popularity .banner-box {
    margin-bottom: 15px;
  }
  .popularity .swiper-slide .box {
      width: 100% !important;
      transition: 0.6s;
      margin-right: 0px;
      padding: 0px 15px;
      padding-bottom: 30px;
      padding-top: 15px;
      background-color: rgba(145, 130, 109, 0.3);
  }
  .popularity .swiper-slide .box h1 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    margin-bottom: 15px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
  .popularity .swiper-slide .box .text {
    font-size: 14px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .popularity .swiper-slide .box .img-box {
    height: auto;
    padding-bottom: 15px;
    width: 100%;
    overflow: hidden;
  }
  .popularity  .swiper-button-next{
    position: absolute;
    top: 93%;
    width: calc(var(--swiper-navigation-size)/ 6 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
  }
  .popularity .swiper-button-prev {
    position: absolute;
    top: 93%;
    width: calc(var(--swiper-navigation-size)/ 6 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color));
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 22px !important;
}
  .popularity .swiper-slide .box .img-box img {
    transition: 0.6s;
    display: block;
    height: 220px;
    width: 100% !important;
  }
  .popularity .swiper-slide .box .img-box img:hover {
    transform: scale(1.2);
  }
  .popularity .swiper-slide .box:hover {
    transform: scale(1.03);
    transform: translateY(10px);
  }
  .about {
     padding: 0 15px;
    background: transparent;
 
   
    height: auto;
  }
  .about .continent {
    padding-top: 30px;
    padding-bottom: 15px;
    text-align: center;
    background: url(../images/about.png) no-repeat top center;
    background-size: cover;
  }
  .about .continent h1 {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .about .continent .tit {
    font-size: 18px;
    line-height: 18px;
    line-height: 30px;
    color: #fff;padding: 0 10px;
    margin-bottom: 15px;
  }
  .video-box {
    background: rgba(245, 255, 255, .5);
    background-size: 100% 100%;
    padding-top: 15px;
  }
  .video-box .continent {
    overflow: hidden;
    padding: 15px ;
    padding-left: 15px;
  }
  .video-box .continent .box-l {
    float: left;
    width: 100%;
  }
  .video-box .continent .box-r {
    float: right;
    width: 100%;
    margin-top: 35px;
  }
  .video-box .continent .box-r .top {
    padding-left: 0px;
  }
  .video-box .continent .box-r .h-box {
    padding-left: 0;
  }
  .video-box .continent .box-r .text {
    margin-bottom: 15px;
  }
  .video-box .continent .box-r .text a {
    font-size: 14px;
    line-height: 14px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 1;
    /** 显示的行数 **/
    overflow: hidden;
  }
  .video-box .continent .box-r .text a:hover {
    color: #307f39;
  }
  .video-box .continent .box-r .kp {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
  }
  .video-box .continent .box-r .kp .kp-box {
    display: inline-block;
    height: 70px;
    width: 80px;
    border-radius: 5px;
    box-shadow: 0 0 10px #ccc;
    margin-right: 0px;
    text-align: center;
  }
  .video-box .continent .box-r .kp .kp-box a {
    display: block;
    padding-top: 0px;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 5px;
  }
  .video-box .continent .box-r .kp .kp-box a div:first-child {
    font-size: 25px;
  }
  .video-box .continent .box-r .kp .kp-box a div:last-child {
    font-size: 14px;
    margin-top: 5px;
  }
  .video-box .continent .box-r .kp .kp-box a:hover {
    background-color: #ccc;
    color: #307f39 !important;
  }
  .video-box .continent .box-r .kp .kp-box:last-child {
    margin-right: 0;
  }
  .more-min {
    display: block;
    width: 120px;
    height: 35px;
    text-align: center;
    margin: 15px auto!important;
    line-height: 35px;
    border: 1px solid #333;
    border-radius: 10px;
    margin: auto;
  }
  .more-min:hover {
    color: #307f39;
    border-color: #307f39;
  }
  .h-box {
    padding: 0px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .h-box span {
    font-size: 22px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin: auto;
  }
  .h-box a {
    float: right;
    font-size: 14px;
    margin-top: 0px;
  }
  .h-box a:hover {
    color: #307f39;
  }
  #video {
    width: 100%;
    height: auto;
    position: relative;
  }
  #video #video-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 111;
  }
  /* .jsmodern-video-panel {
      display: none;
  } */
  #video video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }
  .VideoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-top: -20px;
    cursor: pointer;
    z-index: 1111;
  }
  .VideoBtn img{
      display: block;
      width: 100%;
      height: 100%;
  } 
  .guide .continent {
      margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    padding: 0 15px;
    justify-content: space-between;
  }
  .guide .continent .box {
    overflow: hidden;
    width: 100%;
    margin-bottom: 15px;
    height: auto;
    background-color: #f4f3f1;
    padding: 15px;
  }
  .guide .continent .box h1 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    margin-bottom: 20px;
  }
  .guide .continent .box .btn-y {
    display: inline-block;
    width: 100px;
    height: 35px;
    float: right;
    font-size: 14px;
    border: 1px solid #307f39;
    color: #307f39;
    margin-left: 216px;
    margin-top: 15px !important;
    box-sizing: border-box;
    text-align: center;
    line-height: 35px;
  }
  .guide .continent .box .btn-y:hover {
    background-color: #96bc82;
    color: #fff;
    border-color: #96bc82;
  }
  .guide .continent .zn .list {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
    /*cursor: pointer;*/
  }
  .guide .continent .zn .list:hover {
    color: #96bc82;
  }
  .guide .continent .hd .list-box {
    float: left;
    margin-right: 65px;
  }
  .guide .continent .hd .list-box .list {
    margin-bottom: 5px;
  }
  .guide .continent .hd .list-box .list a {
    font-size: 14px;
    line-height: 14px;
  }
  .guide .continent .hd .list-box .list a:hover {
    color: #96bc82;
  }
  .guide .continent .yc .list {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 5px;
    /*cursor: pointer;*/
  }
  .footer {
    background-color: #000;
  }
  .footer .continent {
    width: 100%;
    margin: auto;
    padding: 0 15px;
    padding-bottom: 18px;
    padding-top: 30px;
    
  }
  .footer .continent .select {
    margin-bottom: 21px;
    overflow: hidden;
    display: none;
    padding-bottom: 16px;
    border-bottom: 1px solid #313131;
    padding-right: 24px;
    padding-left: 5px;
  }
  .footer .continent .select span {
    font-size: 16px;
    color: #f0fbd9;
  }
  .footer .continent .select select {
    margin-right: 32px;
    color: #f0fbd9;
    width: 158px;
    height: 24px;
    padding-left: 13px;
    padding-right: 20px;
    border-color: #867a53;
    background: #000 url(../images/_.png) no-repeat 142px center;
    appearance: none;
    -webkit-appearance: none;
  }
  .footer .continent .select select -moz-appearance:none option {
    background-color: #000 !important;
  }
  .footer .continent .select .box-l {
    float: left;
  }
  .footer .continent .select .box-r {
    float: left;
    color: #f0fbd9;
    margin-left: 100px;
  }
  .footer .continent .select .box-r span {
    margin-right: 28px;
    font-size: 16px;
  }
  .footer .continent .select .box-r span i {
    color: #f0fbd9;
    margin-right: 7px;
  }
  .footer .continent .select .box-r span a {
    color: #f0fbd9;
  }
  .footer .continent .select .box-r span a:hover {
    color: #96bc82;
  }
  .footer .continent .select .box-r .last {
    margin-right: 0 !important;
  }
  .footer .continent .duan {
    overflow: hidden;
    visibility: inherit !important;
  }
  .footer .continent .duan .fl {
    float: left;
    width: 56px;
    position: absolute;
    height: 68px;
    margin-left: 0px;
    margin-right: 0px;
    right: 15px;
  }
  .footer .continent .duan .fr {
    float: left;
    width:100% !important;
    font-size: 12px;
    line-height: 30px;
    color: #f0fbd9;
  }
  .footer .continent .duan .fr .contact{
      display: flex;
      flex-direction: column;
      width: 70%;
  }
  .footer .continent .duan .fr .contact span {
    margin-right: 0px;
    text-align: left;
  }
  .footer .continent .duan .fr .l {
    text-align: left;
  }
  .crumbs {
    margin-top: 15px !important;
    background-color: #f1f8f2;
    height: 30px !important;
    line-height: 30px !important;
    font-size: 14px;
    color: #222;
    margin-bottom: 15px !important;
    width: 100%;
    
  }
  .crumbs .content{
    padding: 0 15px;
  }
  .crumbs a {
    color: #000;
    margin-right: 10px;
  }
  .crumbs a:hover {
    color: #96bc82;
  }
  .zl-list {
    background: transparent;
    background-size: 100% 100%;
  }
  .popularity .swiper-slide .l {
    background-color: rgba(153, 145, 137, 0.5);
  }
  .popularity .swiper-slide .r {
    background-color: rgba(153, 145, 137, 0.5);
  }
  .swiper-button-next,
  .swiper-button-prev {
    color: #b0a899 !important;
  }
  .list_lh {
    height: 148px;
    overflow: hidden;
    margin-bottom: 15px;
  }
  #container{
    width: 100% !important;
    margin: 0 auto 25px;
    display: flex;
    padding-bottom: 10px;
    flex-direction: column;
    position: inherit !important;
  }
  .grid{
    position: inherit !important;
    width: 100% !important;
    min-height: auto !important;
  }  
  .kupu-img-box a img {
    width: 100%;
    transition: 1.5s;
    height: 100%;
    height: 50px !important;
}
}