  .opt_t3 {
    display: none;
  }

  /* 轮播图 */
  .pages li {
    width: 30px !important;
    height: 5px !important;
    border-radius: 0px !important;
    background-color: #ecdbba !important;
  }

  .pages li.active {
    box-shadow: none !important;
    background-color: #fff !important;
  }
  
  .banner{ max-width:640px;}

  /* banner图 */
  .swiper-container {
    width: 100%;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -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;
    width: 100%;
    height: 285px;
    background-size: 100% 100%;
  }

  .ban_slide {
    width: 100%;
    background: url(../images/banner.jpg);
  }

  .move_x_fl {
    display: none;
  }

  .x_fl {
    display: block;
    width: 15%;
    float: left;
  }

  .x_fl img {
    width: 100%;
  }

  .x_fr {
    width: calc(85% - 10px);
    float: left;
    margin-left: 10px;
    font-family: "微软雅黑";
  }

  .x_fr ul {
    width: 100%;
  }

  .x_fr ul li {
    float: left;
    width: 49%;
    margin-bottom: 20px;
  }

  .x_fr ul li:nth-child(odd) {
    margin-right: 2%;
    box-sizing: border-box;
    padding-right: 12%;
  }

  .x_fr ul li:nth-child(even) {
    box-sizing: border-box;
    padding-right: 6%;
  }

  .x_box {
    margin: 20px auto;
    width: calc(100% - 20px);
  }

  .x_t1 {
    position: relative;
    font-size: 1em;
    color: #ca9a52;
    font-weight: bold;
  }

  .x_t1>div {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(../images/x_img1.png) no-repeat;
    background-size: 100% 100%;
    -webkit-animation: haha1 5s linear infinite;
    animation: haha1 5s linear infinite;
  }

  .x_t1 span {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.7em;
    text-align: center;
    margin-right: 3px;
  }

  @-webkit-keyframes haha1 {
    from {
      transform: rotate(0)
    }

    to {
      transform: rotate(360deg)
    }
  }

  .x_t2 {
    font-size: 14px;
    margin: 5px 0;
    font-weight: bold;
  }

  .x_t3 {
    font-size: 0.6rem;
    color: #666666;
    font-weight: bold;
  }

  .x_text {
    text-align: center;
    font-size: 16px;
    color: #222222;
    font-weight: bold;
    border: 1px solid #cea15d;
    padding: 5px 10px;
    width: calc(100% - 20%);
    margin: 0 auto 20px;
  }

  .x_text {
    font-family: "微软雅黑";
  }

  .x_text span {
    font-size: 1.1em;
    color: #cea15d;
  }


  /* 购买区 */
  .purchase {

  }

  .purchase_fl {
    width: 100%;
    /*  float: left;*/
    background-color: #d6c8c5;
    position: relative;
    /* height: 1240px;*/
  }

  .purchase_fl a img {
    width: 100%;
    display: block;
  }










  /* 说明轮播图 */
  .explain_title {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    color: #333;
    width: calc(100% - 20%);
    padding: 5px 10px;
    margin: 20px auto 0;

    border: 1px solid #ca9a52;
  }

  .explain_title>span {
    font-size: 1.1em;
    color: #ca9a52;
  }













  /* 不是所有向天果都是原珍向天果 */
  .about {
    position: relative;
    margin-top: 20px;
    text-align: center;
  }

  .about p {
    position: absolute;
    top: 30px;
    width: 100%;
    height: 1px;
    background-color: #efefef;
    z-index: -1;
  }

  .about img {
    width: 50px;
    height: 50px;
  }

  .about_t1 {
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }

  .about_t1 span {
    font-size: 1.5em;
    color: #ca9a52;
  }

  .about_box {
    width: 100%;
    /* height: 530px;*/
    border: 1px solid red;
    box-sizing: border-box;
    position: relative;
    /* margin-bottom: 108px;*/
  }

  .bf {

  }

  .bf h2 {
    font-size: 16px;
    text-align: center;
    color: #333;
  }

  .bf h2 span {
    color: #cea15d;
    font-size: 1.1em;
  }

  .bf img {
    width: 100%;
    display: block;
  }

  /* 买向天果选原珍向天果 */
  .optimization {
    margin-top: 20px;
  }

  .opt_t1 {
    width: 100%;
    position: relative;
  }

  .opt_t1 img {
    width: 100%;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    display: block;
  }

  .opt_t1::after {
    content: '';
    /*CSS伪类用法*/
    position: absolute;
    /*定位背景横线的位置*/
    top: 50%;
    left: 0;
    background: #eee;
    /*宽和高做出来的背景横线*/
    width: 100%;
    height: 1px;
    z-index: -1;
  }

  .opt_t2 {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 15px;
    font-weight: bold;
  }

  .opt_t2 span {
    font-size: 1.1em;
    color: #cea15d;
    letter-spacing: 4px;
    font-weight: bold;
  }

  .opt_t3 {
    width: calc(100% - 20px);
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .opt_t4 img {
    display: block;
    width: 100%;
  }

  .opt_t3afl {
    float: left;
    width: 80px;
    height: 89px;
    margin-left: 190px;
    margin-top: 30px;
    margin-right: 30px;
  }

  .opt_t3afl img {
    width: 100%;
  }

  .opt_t2a_line {
    float: left;
    height: 68px;
    width: 1px;
    background-color: #f8c58d;
    margin-top: 50px;
  }

  .opt_t2afr {
    float: left;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-left: 35px;
    margin-top: 60px;
    letter-spacing: 2px;
  }

  .opt_t3b {
    width: 1127px;
    height: 472px;
    margin: 0 auto;
    margin-top: 48px;
  }

  .opt_t3b ul {
    width: 100%;
  }

  .opt_t3b ul li {
    width: 33.33%;
    margin-top: 88px;
    float: left;
  }

  .opt_t3b_fl {
    float: left;
    width: 120px;
    height: 120px;
  }

  .opt_t3b_fl img {
    width: 100%;
  }

  .opt_t3b_midde {
    float: left;
    margin-left: 16px;
    width: 190px;
    font-size: 18px;
    color: #e0716e;
    font-weight: bold;
    margin-top: 40px;
  }

  .opt_t3b_line {
    height: 62px;
    width: 1px;
    background-color: #e58180;
    margin-top: 30px;
    float: right;
    margin-right: 25px;
  }

  .opt_t3b_line {
    display: block;
  }



  /* 口碑评价 */

  .evaluate_swiper .swiper-slide {
    font-size: 16px;
    background: #fff;
    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;
  }

  .evaluate_swiper .swiper-wrapper {
    height: 740px;
  }



  .evaluate {
    width: 100%;
    box-sizing: border-box;
    background-color: #f4ebdc;
    padding-bottom: 10px;
  }

  .evalu {
    padding-top: 14px;
    font-size: 18px;
    text-align: center;
    color: #333333;
    letter-spacing: 2px;
    margin-bottom: 14px;
    font-weight: bold;
  }

  .evalu span {
    font-size: 1.1em;
    color: #d4ac70;
  }

  .evalu_t1 {
    padding: 10px;
    background-color: #fff;
    cursor: pointer;
    margin-bottom: 14px;
    height: 100px;
    width: calc(100% - 20px);
    margin: 10px;
  }

  /* .evalu_t1:hover {
  box-shadow: #666 0px 0px 10px;
} */

  .evalu_t1_fl {
    float: left;
    width: 60px;
    height: 60px;
  }

  .evalu_t1_fl img {
    width: 100%;
  }

  .evalu_t1_fr {
    width: calc(100% - 60px);
    float: left;
    padding-left: 15px;
    box-sizing: border-box;

  }

  .evalu_t1_fra {
    font-size: 14px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 10px;
  }

  .evalu_t1_frb {
    font-size: 12px;
    color: #333333;
    font-weight: bold;
    letter-spacing: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
  }

  .evalu_fenye {
    width: 350px;
    float: right;
    margin-top: 60px;
  }

  .evalu_fenye>div {
    float: left;
    font-size: 16px;
    font-weight: bold;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }

  .evalu_fenye_t1 {
    color: #666666;
    border: 1px solid #cccccc;
    width: 100px;
  }

  .evalu_fenye_t2 {
    color: #666666;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 28px;
  }

  .evalu_fenye_t3 {
    color: #d2a96c;
    width: 28px;
    border-top: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }

  .evalu_fenye_t4 {
    margin-left: 10px;
    margin-right: 10px;
    color: #666;
  }

  .evalu_fenye_t5 {
    color: #d2a96c;
    border: 1px solid #ccc;
    width: 100px;
    text-align: center;
  }

  .pingjia {
    width: 40%;
    box-sizing: border-box;
    margin: 20px auto 0;
    margin-top: 20px;
    text-align: center;
    height: 40px;
    line-height: 40px;
  }

  .pingjia a {
    display: block;
    color: #fff;
    font-weight: bold;
    background-color: #d4ab70;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 20px;
  }



  .list_lh li {
    position: relative;
  }

  .list_lh {
    height: 504px;
    overflow: hidden;
  }

  /* 资讯知识 */
  .news {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
    border: 1px solid #d4ab70;
    margin: 20px auto;
    padding: 5px 10px;
    width: calc(100% - 120px);

  }

  .news span {
    font-size: 1.1em;
    color: #d4ab70;
  }

  .news_fl {

    width: calc(100% - 20px);

    box-sizing: border-box;
    background-color: #f28f24;
    text-align: center;
    color: #fff;
    padding: 10px;
    margin: 20px 10px;
    margin-bottom: 0;
  }

  .news_fl_box {
    width: 100%;
  }

  .news_fl_t1 {
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    text-align: left;
    width: 70%;
  }

  .news_fl_t2 {
    font-size: 1.1em;
    font-weight: bold;
    float: left;
    color: #f9cd9d;
    line-height: 30px;
  }

  .news_fl_t3 {
    float: right;
    display: block;
    width: 30px;
    margin-right: 10px
  }

  .news_fl_t3 img {
    width: 100%;
  }

  .news_fm {
    width: calc(100% - 20px);
    margin: 0 10px;
	height:150px;
	overflow:hidden;
  }

  .news_fm img {
    width: 100%;

  }

  .news_fr {
    width: calc(100% - 20px);
    margin: 0 10px;
    background-color: #d4ab70;
    box-sizing: border-box;
    padding: 10px 10px 10px 10px;
    color: #fff;
  }

  .news_fr_t1 {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
  }

  .news_ft_t2 {
    font-size: 14px;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    word-break: break-all;
    overflow: hidden;
    line-height: 1.6;
    color: #eeddc6;
  }

  .news_ft_t3 {
    width: 88px;
    height: 26px;
    line-height: 26px;
    background-color: #f28f24;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 12px;
    box-sizing: border-box;
    padding-left: 15px;
    color: #fff;
    float: right;
  }

  .news_ft_t3 a {
    color: #fff;
  }

  .news_ft_t3 span {
    display: inline-block;
    width: 17px;
    height: 13px;
    margin-left: 4px;
  }

  .news_ft_t3 span img {
    width: 100%;
  }






  /* 用户经验分享 */
  /* .experience {
    margin-top: 15px;
  }

  .experience a {
    color: #666666;
  }

  .experience_t1 {
    font-size: 1.1em;
    letter-spacing: 2px;
    background: url(../images/wujiaoxing.png) no-repeat 0 3px;
    background-size: 20px 20px;
    padding-left: 26px;
    margin-bottom: 10px;
  }

  .experience_t2 {
    width: 100%;
    line-height: 2em;

  } */

  /* 向天果知识 */
  .knowledge {
    height: auto;

  }

  /* .knowledge_t1 {
    width: calc(100% - 20px);
    margin: 20px 10px 10px;
    font-size: 18px;
    color: #666666;
    height: 40px;
  }



  .knowledge_t1 span {
    width: 4px;
    height: 24px;
    background-color: #ca2e2e;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -5px;
  } */

  .knowledge_line {
    width: 100%;
    height: 2px;
    background-color: #efefef;
    margin-bottom: 10px;
  }

  .knowledge ul {
    width: calc(100% - 20px);
    margin: 10px;
  }

  .knowledge ul li {
    /* float: left;*/
    margin-left: 23px;
    position: relative;
    margin-bottom: 20px;
  }

  .knowledge ul li.zhishi {
    margin-left: 0;
    width: 49%;
    float: left;
  }

  .knowledge ul li.zhishi:nth-child(odd) {
    margin-right: 2%;
  }

  .knowledge ul li.zhishi a,
  .knowledge ul li.zhishi a img {
    display: block;
    width: 100%;
    /* margin: 20px 0; */
  }


  .knowledge ul li.knowledge_t2a {}

  .knowledge_t2a img {
    width: 100%;
  }

  .knowledge_t2b {
    float: right !important;
    width: 132px;
    height: 226px;
    background-color: #f28f24;
  }

  .knowledge_t2b_t1 {
    color: #fff;
    font-size: 24px;
    margin-top: 56px;
    text-align: center;
  }

  .knowledge_t2b a {
    display: block;
    width: 63px;
    height: 63px;
    margin: 0 auto;
    margin-top: 36px;
    border-radius: 50%;
    background: url(../images/knowg-jiantou.png) no-repeat;
  }

  .knowledge_t2a_mask {
    position: absolute;
    width: 100%;
    height: 54px;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    left: 0;
    right: 0;
    display: block;

  }

  .knowledge_t2a_mask_text {
    color: #fff;
    text-align: center;
    line-height: 54px;
    font-size: 0.9rem;
  }

  .knowledge_t2a:hover .knowledge_t2a_mask {
    display: block;
    bottom: 0;
    transition: all 0.5s;
  }