@charset "utf-8";
/*-------------------
*Description:      By 天狐 
*Author:           天狐 3027637740@qq.com www.tian69.com
*update:           2020-07-07(Last:2020-07-08)
-------------------*/
/* -- th:public -- */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
footer,
header,
section {
  display: block;
}

a:active,
a:hover {
  outline: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
h3{
  padding: 0;
  margin:0 ;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #323232;
  background-color: #f7f9fd;
  margin: 0;
  padding: 0;
}

ul,
li,
dl,
dd,
dt,
p {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  color: #323232;
  text-decoration: none;
}

a:hover {
  color: #00aeff;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.row {
  margin-left: -10px;
  margin-right: -10px;
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
button,
input,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  outline: 0;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none !important;
}

@media (min-width: 768px) {
  .container {
    width: 730px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 950px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1220px;
  }
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666667%;
}

.col-xs-10 {
  width: 83.33333333%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666667%;
}

.col-xs-7 {
  width: 58.33333333%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666667%;
}

.col-xs-4 {
  width: 33.33333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.66666667%;
}

.col-xs-1 {
  width: 8.33333333%;
}

@media (min-width: 992px) {

  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-11 {
    width: 91.66666667%;
  }

  .col-md-10 {
    width: 83.33333333%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-8 {
    width: 66.66666667%;
  }

  .col-md-7 {
    width: 58.33333333%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-5 {
    width: 41.66666667%;
  }

  .col-md-4 {
    width: 33.33333333%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-2 {
    width: 16.66666667%;
  }

  .col-md-1 {
    width: 8.33333333%;
  }
}

/* TianHu Theme  */
.lump_top {
  margin-top: 40px;
}

.lump_bottom {
  padding-bottom: 40px;
}

.th_top {
  margin-top: 20px;
}

.th_img {
  width: 100%;
  object-fit: cover;
}

.wap_nav{
  display: none;
}

/* menu start*/
.th_header {
  height: 60px;
  line-height: 60px;
  background-color: #fff;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
}
.th_logo {
  float: left;
}

.th_logo img {
  height: 60px;
}

.pc_nav{
  display:none;
}

.th_fixed {
  position: fixed;
  top: 0;
  z-index: 100;
  width: 100%;
  opacity: 0.95;
}

.th-menu>li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
}

.th-menu>li>a {
  display: inline-block;
  font-size: 16px;
  padding: 0 15px;
  color: #323232;
  transition: 0.4s ease-out;
}

.th-menu>li>a:hover {
  color: #00aeff;
}

.model_bg {
  border-top: 1px solid #291F39;
  background-color: #291F39;
  padding-bottom: 20px;
}

.wap_click {
  display: none;
}
.pc_logo {
  float: left;
}
.pc_logo img{
  height:60px;
}
/* menu end*/

/* BANNER */
.banner{
  height:400px;
  background-color: #fff;
  border-top:1px solid #fff ;
  text-align: center;
}

.banner img{
  height:400px;
  width: 100%;
  object-fit: cover;
}

/* tianhu about start*/
.th_about{
  border-top: 1px solid #f1f1f1;
  position: relative;
  height: 300px;
}
.about_tou{
  border-top: 1px solid #f1f1f1;
  height:120px;
  background: #f1f1f1;
}
.about_img{
  width:80px;
  height:80px;
  margin:0 auto;
  margin-top:20px;
}
.about_img img{
  height:80px;
  border-radius:50px;
  border:2px solid #00aeff;
}
.about_info{
 padding:10px 0px;
}
.about_info p{
  text-align: center;
}
.about_info p.ab1{
  font-size:18px;
  font-weight:200;
  margin-bottom:5px;
  margin-top:10px;
}
.about_info p.ab2{
  color: #999;
}
.about_num{ 
  text-align: center;
  color: #999;
  margin-top: 15px;
}
.about_a{
  text-align: center;
  margin-top:10px;
  overflow: hidden;
}
.about_a a{
  height: 35px;
  line-height: 35px;
  padding: 0 15px;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in;
  display: inline-block;
  vertical-align: middle;
}
.about_a a:hover{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
}
.about_ad{
  margin-top:15px;
  border-top: 1px solid #00aeff;
  background: #00aeff;
  height:85px;
  text-align: center;
  line-height:20px;
}
.about_ad a{
  color:#fff ;
  overflow: hidden;
  display: block;
  margin-top:25px;
}
/* tianhu about end*/

/* fu wu lei mu start*/
.intro {
  text-align: center;
  background-color: #fff;
  padding: 10px 0px;
}

.intro_icon i {
  font-size: 40px;
  color: #00aeff;
}

.intro_title {
  color: #000;
  font-size: 16px;
  font-weight: 200;
  margin-top: 10px;
}

.intro_tent {
  margin: 10px 0px;
  color: #999;
}
/* fu wu lei mu end*/

/* zhuti start */
.star_title{
  font-size: 20px;
  font-weight: 200;
  line-height: 50px;
  position: relative;
}
.star_title i{
  margin-right:5px;
}
.star_title a{
  position: absolute;
  top:0;
  right:0;
  font-size:14px;
  transition: 0.3s ease-out;
}

.starcon {
  position: relative;
  background-color: #fff;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.starcon:hover{
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
  top:-5px;
}

.starcon_img {
  height: 200px;
  background-color: #fff;
  position: relative;
}

.starcon_img img {
  height: 200px;
}

.starcon_img span{
  position: absolute;
  top:0;
  right:0;
  background-color: #00aeff;
  padding:1px 5px;
  color:#fff;
}

.starcon_zhu_title {
  margin-top:10px;
  padding-bottom: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
  line-height: 30px;

}
.starcon_zhu_title a{
  color: #000;
  transition: 0.3s ease-out;
}
.starcon_zhu_title a:hover{
  color: #00aeff;
}
.starcon_fu_title{
  color: #999;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
  text-align: center;
}
.starcon_price{
  color:#333;
  text-align: left;
  color: #9ca0ad;
  background: #ececec;
  line-height:30px;
  padding: 0 15px;
  overflow: hidden;
  margin-top: 10px;
}
.starcon_price i{
  margin-right:5px;
}

/* 最新发布  start*/
.th_fabu{
  background-color: #fff;
}
.fabu_title{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}
.fabu_title i{
    color: #00aeff;
    font-size: 20px;
    margin: 0px 10px;
}
.fabu_title_size{
  font-size:15px;
}
.thlist{
  padding:15px 15px;
  border-bottom: 1px solid #f4f4f4;
  overflow: hidden;
}
.thlist_left{
  float: left;
  float: left;
  width: 30%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #fff;
  overflow: hidden;
  background-color: #fff;
  height:170px;
}

.thlist_left span{
  position: absolute;
  top:0;
  left:0;
  background-color: #00aeff;
  padding: 1px 20px;
  color: #fff;
}
.thlist_left img{
  height:170px;
}
.thlist_right{
  float: right;
  box-sizing: border-box;
  float: right;
  width: 69%;
}
.news-con-tit a {
  display: inline-block;
  overflow: hidden;
  height: 25px;
  font-size: 20px;
  text-overflow: ellipsis;
  transition: 0.3s ease-out;
  font-weight:200;
}

.newsummary {
  color: #999;
  overflow: hidden;
  margin-bottom: 5px;
  height: 44px;
  line-height: 22px;
  margin-top: 10px;
}
.thinfo{
  margin-top:15px ;
  color:#999 ;
}
.thinfo span{ color:#f00;}

.thinfo i{margin:0 5px;}
.thhot{
  background-color: #fff;
}
.thhot_title{
  height: 50px;
  line-height: 50px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}
.thhot_title i{
  color: #00aeff;
  font-size:20px ;
  margin:0px 10px;
}
.th-5 {
  background: #fff;
}
.th-5 li {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 15px 15px;
  border-bottom: 1px solid #f4f4f4;
}
.th-5 li a {
  transition: 0.3s ease-out;
  font-size:15px ;
  color:#323232 ;
}
.th-5 li a:hover{
  color: #00aeff;
}
.th-5 li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  text-align: center;
  font-style: normal;
  color: #999;
  font-size:16px ;
}
.th-5 li p{
  color:#999;
  text-align: right;
  overflow: hidden;
  margin-top:10px ;
  font-size:12px;
  padding-left:28px ;
}
.th-5 li:nth-child(1) i,
.th-5 li:nth-child(2) i,
.th-5 li:nth-child(3) i {
  color: #00aeff;
}
.th-6 {
  overflow: hidden;
  padding:0 15px 15px 15px;
}
.th-6 li{
  float: left;
  width: 46%;
  margin-top: 10px;
  margin-left:5px;
}

.th-6 li a{
  display: block;
  line-height:30px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease-in;
}
.th-6 li a:hover{
  background-color: #00aeff;
  color: #fff;
  border: 1px solid #00aeff;
}
/* 最新发布  end*/


/* 分类列表 抬头 start*/
.thprobg {
  background-color: #fff;
  padding: 40px 0px;
}

.prolist1 {
  text-align: center;
  font-weight: 500;
  font-size: 25px;
}

.prolist2 {
  text-align: center;
  margin: 10px 0 0;
  font-size: 15px;
  color: #999;
}
/* 分类列表 抬头 end*/

/* 主题商品详情S */
.themect{
  overflow: hidden;
}
.themecont1,.themecont2{
  background-color: #fff;
}
.themecont1{
  width:40%;
  padding:10px;
  text-align:center;
}
.themecont1 img{
  height:350px;
  border:6px solid #00aeff ;
  border-radius:2px;
}
.themecont2{
  width:58%;
  padding:10px;
}
.themecont2-title{
  display: inline-block;
  width: 100%;
  overflow: hidden;
  font-size: 20px;
  text-overflow: ellipsis;
  font-weight: 200;
  border-bottom:1px solid #f4f4f4;
  padding-bottom:15px;
}
.themecont2-title p{
  font-size:15px;
  color:#999;
  margin-top:10px;
}
.themecont2-title p i{
  color:#00aeff;
  margin-right:5px ;
}
.themecont2-info{
  color:#999;
  border-bottom:1px solid #f4f4f4;
  padding:10px 0px;
}
.themecont2-info i{
  color:#00aeff;
  margin-right:5px ;
}
.themecont2-info span{
  color: #FF4466;
  font-weight: bold;
  font-size:16px;
}
.themecont2-buy{
  overflow: hidden;
  margin:15px 0px;
}
.themecont2-buy a{
  background-color:#00aeff;
  border: 1px solid #00aeff;
  padding:8px 15px;
  display: block;
  float: left;
  margin-right:20px;
  color:#fff ;
  border-radius:4px;
  transition: 0.3s ease-out;
}
.themecont2-buy a:hover{
  background-color: #008e7f;
  border: 1px solid #008e7f;
}
.themecont2-buy a:nth-child(2),.themecont2-buy a:nth-child(3){
  background-color:#fff;
  color:#333 ;
  border: 1px solid #f1f1f1;
  background-color: #f7f9fd;
}
.themecont2-buy a:nth-child(2):hover,.themecont2-buy a:nth-child(3):hover{
  background-color:#00aeff;
  border: 1px solid #00aeff;
  color:#fff;
}
/* 主题商品详情e */

/* 文章明细内容s */
.th_detail{
 padding:20px;
 font-size:15px;
 line-height:28px;
}
.th_detail p{
  font-size:15px;
  line-height:28px;
  margin: 20px 0px;
}
.th_detail p img,.th_detail img{max-width:100%;}
.th_detail h1, .th_detail h2, .th_detail h3 {
  border-left: 3px solid #00aeff;
  background-color: #f8f8f8;
  color: #656565;
  margin: 10px 0 10px 0;
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 200;
}
.thcopy{
  color: #999;
  border: 1px solid #efefef;
  background: #fff;
  padding:20px;
  line-height:25px;
}

/* 文章明细内容end */

/* 普通文章 明细 start */
.th_detail_title{
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 20px;
}
.th_detail_title p{
  font-size:14px;
  color:#999;
  font-weight: 200;
}

/* 普通文章 明细 end */

/* footer start */
.th_footer {
  background-color: #202935;
  padding: 20px 0px 20px 0px;
  text-align: center;
}

.foot_menu {
  height: 30px;
}

.foot_menu  {
  line-height: 30px;
  height: 30px;
  color: #76809e;
}

.foot_menu a {
  line-height: 30px;
  height: 30px;
  color: #76809e;
  margin-right:10px;
  transition: 0.3s ease-out;
}

.foot_menu  a:hover {
  color: #00aeff;
}

.foot_info {
  line-height: 25px;
  color: #76809e;
  font-size: 14px;
  text-align: center;
}

.foot_info a {
  color: #76809e;
}

/* footer end */

/* tags */
.hot-tags {overflow: hidden;background: #fff;padding: 10px;}
.hot-tags ul li{float: left;line-height:30px;color: #888;line-height:25px ;}
.hot-tags ul li.litags {margin-right:10px ;}
.hot-tags ul li.litags a{ transition: 0.3s ease-out;}

/* msg start */
ul.msg {
  width: 100%;
  margin: 10px 0 0px 0;
  padding: 5px 0px;
  text-align: left;
  list-style-position: outside;
  table-layout: fixed;
  word-wrap: break-word;
}

.tbname {
  height: 35px;
  line-height: 35px;
  font-size: 16px;
  background: #f6f7fa;
  padding-left: 20px;
  border-left: 4px solid #080808
}

li.msgname {
  padding: 0 0 10px 0px;
  font-size: 14px;
  vertical-align: middle;
  color: #9ca0ad;
}

li.msgname a {
  color: #9ca0ad;
}


li.msgurl {
  text-align: right;
  padding: 2px 10px 2px 10px;
  margin: 0;
  font-size: 1em;
}
img.avatar {
  float: left;
  margin-right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, .1);
  border: 2px solid #fff;
}

.commentname {
  float: left;
}
.msginfo{
  line-height: 30px;
  background-color: #f6f7fa;
  padding: 10px;
}

.msgcon{
  background-color: #fff;
  padding:15px;
}
.tbname{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
}
.posttop{
  line-height: 35px;
  font-size: 16px;
  border-left: 5px solid #9a9a9a;
  padding-left: 10px;
  margin-top: 15px;
}

#txaArticle{
  border-radius: 0;
  transition: all .35s ease 0s;
  line-height: 30px;
  margin-top:10px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}
#inpName,#inpEmail,#inpHomePage{
  border-radius: 0;
  transition: all .35s ease 0s;
  height:30px;
  line-height: 30px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}

.msgcon .button{
  height: 35px;
  line-height: 35px;
  padding: 0 20px;
  background-color: #00aeff;
  transition: 0.3s ease-out;
  color: #fff;
  white-space: nowrap;
  text-align: center;
  font-size: 14px;
  border: 0;
  border-radius: 2px;
  cursor: pointer;
  opacity: .9;
}
/* msg END */


/* page 配置 */
.th_page {
  background-color: #fff;
  text-align: center;
  line-height: 40px;
}

.th_page a {
  background-color: #999;
  color: #fff;
  padding: 5px 10px;
  transition: 0.3s ease-out;
  margin: 0px 10px;
}

.th_page span.now-page {
  padding: 5px 10px;
  color: #fff;
}

.th_page_color a:hover {
  background-color: #00aeff;
}

.th_page_color span.now-page {
  background-color: #00aeff;
}

/* page 配置 */
#divNavBar{position: relative;}
/* search start */
.free-secrch{position: absolute;top:0px;right:0px;}
.search-input{text-align:left;height:35px;border:1px solid #00aeff;border-radius: 3px 0px 0px 3px;font-size:14px;padding:0px 5px;}
.search-sub{height:36px;line-height: 35px;padding:0 8px;border:1px solid #00aeff;border-radius:2px;font-size:14px;background-color: #00aeff;color:#fff;cursor: pointer;}
/* search end */

/* xuanfu top start */
.thgotop {
  position: fixed;
  left: 50%;
  margin-left: 615px;
  bottom: 100px;
  z-index: 99;
}

.thgotop ul li {
  width: 40px;
  height: 40px;
  background: #fff;
  margin-top: 10px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
}

.ditop {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  transition: 0.3s ease-out;
  position: relative;
}

.ditop i {
  display: inline-block;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
}

.ditop span {
  display: none;
  font-size: 12px;
  width: 30px;
  margin: 0 auto;
  margin-top: 3px;
}

.ditop:hover {
  background-color: #00aeff;
  border: 1px solid #00aeff;
  color: #fff;
}

.ditop:hover i {
  display: none;
}

.ditop:hover span {
  display: block;
}

.ditopcon {
  position: absolute;
  width: 160px;
  bottom: -50px;
  left: -163px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.08);
  border: 1px solid #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: 0.3s ease-out;
  display: none;
  padding: 10px;
  background-color: #fff;
}

.ditop-top {
  margin-top: 10px;
}

.ditop-qq-img {
  width: 35px;
  height: 35px;
  margin: 0 auto;
}

.ditop-qq-btn {
  overflow: hidden;
  margin: 10px 0px 0px 0px;
}

.ditop-qq-btn img {
  margin-bottom: 8px;
}

.ditop-qq-height {
  height: 35px;
}

.ditop-time {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 10px;
}

.ditop-tel {
  color: #3297fc;
  font-size: 18px;
  line-height: 30px;
}

.ditop-email {
  color: #FF5151;
  font-size: 12px;
  line-height: 25px;
}

.ditop:hover .ditopcon {
  display: block;
  color: #999;
  font-size: 14px;
}
.topthewm {
  width: 100px;
  height: 100px;
  border: 1px solid #f0f0f0;
  margin: 0 auto;
  margin-top: 10px;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 5px;
}
/* xuanfu top end */

@media screen and (max-width:1280px) {
  .news-con-tit{
    margin-top:10px;
  }
  .wap_top {
    margin-top: 15px;
  }
  .wap_t_top{
    margin-top:0;
  }
  .thlist_left,.thlist_right{
    width:100% ;
  }
   /* menu wap start */
   .pc_logo,.wap_none{
    display: none;
  }
  .wap_nav{
    display: block;
    background-color: #202935;
  }
  .th_search {
    display: none;
  }
  .thlogocon {
    margin: 0px;
  }
  .th_header {
    position: fixed;
    top: 0;
    left: -100%;
    height: 100%;
    background: rgba(242, 246, 249, .98);
    z-index: 9999;
    transition: all .3s linear;
    width: 120px;
  }
  .wap_padding {
    padding-left: 0;
    padding-right: 0;
  }
  .th-menu {
    width: 120px;
  }
  .th-menu>li {
    float: none;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px rgba(0, 0, 0, .09) solid;
  }
  .th-menu>li>a {
    display: inline-block;
    font-size: 15px;
    padding: 0 15px;
    color: #666;
    transition: 0.4s ease-out;
    width: 100%;
  }
  .th_header.thact {left: 0;box-shadow: 20px 0 20px rgba(0, 0, 0, .38);}
  /* 菜单图标变换 */
  .wap_click {position: absolute;display: inline-block;width: 28px;height: 28px;top:18px;right:18px;vertical-align: middle;}
  .wap_click i {position: absolute;top: 50%;left: 50%;display: block;width: 100%;height: 2px;margin: -1px 0 0 -50%;background-color: rgba(255, 255, 255, 0.68);transition: background-color 0.3s;}
  .wap_click.wapact i {background-color: transparent;}
  .wap_click i:before,
  .wap_click i:after {position: absolute;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, 0.68);content: '';transition: transform 0.3s;}
  .wap_click i:before {transform: translateY(-400%);}
  .wap_click i:after {transform: translateY(400%);}
  .wap_click.wapact i:before {transform: translateY(0) rotate(45deg);}
  .wap_click.wapact i:after {transform: translateY(0) rotate(-45deg);}
  /* menu wap end */

  /* 商品详情 */
  .themecont1,.themecont2{
    width:100%;
  }

  .thbanner img{max-width: 100%;}
  .free-secrch{display: none;}
}
