/***************头部导航***************/
html{height: 100%;}
header{width: 810px;height: 34px;}
#top{width: 720px;z-index: 10;height: 34px;}
#top .first_menu .first_title{font-size: 12px;line-height: 34px;}

.logo {
  width: 90px;
  height: 35px;
  background: url(../images/small_log.png) no-repeat center center;
  background-size: 100%;
  margin-top:1px;
}
#top .first_menu:last-child{line-height: 34px;}
#top .first_menu:last-child .erweima{top: 34px;width:48px;height: 45px;}
#top .first_menu:last-child .erweima img{width:48px;height: 45px;}
.wx-icon{
    width: 20px!important;
    height: 16px!important;
    background: url(../images/wexin_icon.png) no-repeat center center;
    background-size: 100%;
    margin-top:10px;
  }
/* 二级导航 */
.second_menu{
    width: 300px;
  }
  .second_one{
    padding-bottom: 18px;
    width: 68px;
  }
  .second_title{
    width:68px;
    height: 34px;
  }
  .navActive{
    background: url(../images/border-second-bg.png) no-repeat;
    background-size: 100%;
    z-index: 99999999999;
  }
  .second_title .title_text{
    margin-top: 14px;
    font-size: 12px;
  }
  .third_menu{
    width:160px;
    padding-left: 15px;
    min-width:160px;
    left: 68px;
    top:10px;
  }
  .third_one{
    background: url(../images/check_samll_jian.png) no-repeat left;
    text-indent: 20px;
  }
  .third_title{
    font-size:10px;
    line-height: 28px;
    height: 28px;
  }
  

/* 全部商品列表 */
.goods_list{
    width: 810px;
    padding-top:26px;
}

.left_classify{
    width: 135px;
    height: 50px;
    margin-top:136px;
}
.goods_classify{
    width: 68px;
    height: 34px;
    background: url(../images/border-second-bg.png) no-repeat;
    background-size: 100%;
    margin-left: 24px;
    text-align: center;
}
.goods_classify .classify_name{
    font-size:14px;
    line-height: 48px;
}
.goods_one{
    width: 635px;
}
.goods{
    width: 125px;
    margin:34px 15px;
    margin-top:40px;
} 
.goods_img{
    width: 100%;
    height: auto;
}
.goods_name{
    font-size: 12px;
    width: 100%;
    margin: 0 auto;
    margin-top: 14px;
}
.line{
    height: 8px;
    width: 768px;
    margin: 0 auto;
}
.line_img{
    height: 100%;
    width: 100%;
}
/*商品详情*/

.goods_detail_main{
  width: 810px;
}
/* 最新动态 */
.news_main{
    width: 810px;
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .list_one {
    width: 228px;
    margin-top: 57px;
  }
  .news_list::after{
    content: '';
    width: 228px;
  }
  .new_img_box {
    width: 228px;
    height: 180px;
    background: url("../images/border.png") no-repeat;
    background-size: 100%;
  }
  
  .news_img {
    width: 206px;
    height: 134px;
    margin-top: 38px;
    margin-left: 11px;
  }
  
  .news_msg {
    width: 100%;
    padding-left: 20px;
    margin-top: 22px;
  }
  
  .news_msg .msg_title {
    font-size: 14px;
  }
  
  .news_msg .msg_time {
    font-size: 10px;
    margin-top: 6px;
    margin-right: 10px;
  }
  
  .msg_content {
    font-size: 10px;
    text-indent: 20px;
    line-height: 30px;
  }
  /* 最新动态详情页 */
  .news_detail_main {
    max-width: 810px;
    padding: 0 45px;
    padding-bottom: 30px;
  }
  .news_banner {
    margin: 68px auto 0;
  }
  .content_title {
    font-size: 24px;
    margin-top: 28px;
  }
  
  .content_time {
    font-size: 12px;
    line-height: 2;
  }
  .content_text{
    text-indent: 20px;
    font-size: 12px;
    margin-top: 25px;
    line-height: 2;
  }
/* 防伪查询 */
  .check{
    height:533px;
    background: #00020E url(../images/bg1_small.png) no-repeat;
/*    background-position-x: center;*/
    background-position-x: 52%;
   }
  .check .check_good{
    width: 200px;
    height: 150px;
    position: absolute;
    bottom: 61px;
    left: 50%;
    margin-left: -100px;
    background: url(../images/good-small.png) no-repeat;
    background-size: 100%;
  }

  .check p{
    font-size: 18px;
    vertical-align: middle;
    line-height: 548px;
   }
   .check .check_main {
    font-size: 49px;
    color: #bb985d;
    width: 288px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -144px;
    top: 50%;
    margin-top: -100px;
   }
   .check .check_main .title { 
    font-size: 25px;
    margin-bottom: 30px;
   }
/*   .check .check_main .check_code {
    overflow: hidden;
    margin-bottom: 60px;
   }*/
   .check .check_main .check_code input {
      float: left;
      font-size: 12px;
      color: #9d9d9e;
      width: 230px;
      line-height: 32px;
      border-top-left-radius: 40px;
      border-bottom-left-radius: 40px;
      padding-left: 30px;
      border: none;
  }
  .check .check_main .check_code span {
    float: left;
    width: 58px;
    background-color: #2f91cf;
    color: #fff;
    font-size: 16px;
    padding: 5px 0;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    cursor: pointer;
  }
  .check_result_detail {width: 482px;margin: 90px auto 0 auto;}
  .check_time_result,.check_result_tip {font-size: 22px; margin: 20px 0;}
  .result_status span {width: 112px;height: 112px;}
  .check_result_detail {font-size: 13px;}
  .check_result_detail .code {width: 106px;height: 106px; background: url(../images/code-small.jpg) no-repeat;}
  .check_time_result .success {
  background: url(../images/one-small.png) no-repeat;
}
.check_time_result .more {
  background: url(../images/more-small.png) no-repeat;
  font-size: 32px;
  color: #fff;
  line-height: 112px;
  text-align: center;
}
.check_time_result .none {
  background: url(../images/no-small.png) no-repeat;
}
   /*.check_time_result {padding-top: 0;}
   .check_result_tip {margin-top: 0;}
*/
/* 联系我们 */
    .contact-us-con {
      background: #00020E url(../images/bg1_small.png) no-repeat right 0;
      background-position-x: 320px;
      width: 810px;
      height: 550px;
    }

	  .call-us {
      font-size: 12px;
      color: #bb975c !important;
      margin:66px 0 0 82px;
      width: 298px;
      line-height: 40px;
    }
    .phone_p{
        margin-top:34px;
      }
      .code_p{
        margin-top:46px;
      }
    .call-us p:first-child{
        font-size: 14px;
        margin-bottom: 10px;
    }
    .call-us p img{
        width: 66px;
        height: 66px;
    }
    .feedback {
        margin: 155px 0 0 77px;
        font-size: 12px;
    }

    .feedback h4 {
          font-size: 14px;
    } 
    .feedback ul {
        width: 236px;
        height: 240px;
        padding: 18px 26px 10px 26px;
    }
    
    .feedback ul li {
        display: flex;
        margin-bottom: 12px;
    }
    
    .feedback ul li .span_left {
        margin-left: 35px;
    }
    .feedback ul li .span1{
        margin-left: 4px;
    }
    .feedback ul li .ipt_text {
      height: 14px;
      margin-left: 16px;
      width: 94px;
    }

    .feedback ul li textarea {
      margin-left: 15px;
      height: 60px;
      width: 96px;
    }
.feedback ul li .ipt_buttom {
    width: 64px;
    height: 16px;
}

.feedback ul li .ipt_buttom:first-child {
    margin-right: 50px;
}
/* 门店分布详情 */
.map_area_title{
    font-size:16px;

}
.map_area_address{
    font-size: 10px;
}

.map_area {
    position: relative;
    width:300px;
    height: 100px;
    padding:20px 14px 0 20px;
}
