
/*
*/
/* -- 全局 -- */
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;}
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: #888;background-color: #f6f6f6;margin: 0;padding: 0;}
ul,li,dl,dd,dt,p {list-style: none;margin: 0;padding: 0;}
a {color: #333;text-decoration: none;}
a:hover{color: #FF4466;}
.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;}
.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;}
button,
input,
select,
textarea {color: inherit;font: inherit;margin: 0;padding: 0;outline: 0;}

.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  */
.th_top {
  margin-top: 20px;
}

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

.toucon{
  height:35px;
  line-height:35px;
  background: #eee;
  color: #817b8c;
  overflow: hidden;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.13);
}

.th_logo{
  float: left;
}

.th_logo img{
  height:70px;
}

.th_search{
  float:right;
  margin-top:20px;
}

.th_search input:nth-child(1){
  font-size: 14px;
  background: #fcfcfc;
  height: 30px;
  line-height: 30px;
  text-indent: 10px;
  border: 0;
  border: 1px solid #ddd;
  border-radius: 2px;
  transition: all .35s ease 0s;
  width:240px;
}

.th_search input:nth-child(2){
  height: 30px;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #ff4466;
  color: #fcfcfc;
  padding: 0px 8px;
  border-radius: 2px;
  cursor: pointer;
  background: #f46;
}

.toucon_right a{
  color: #817b8c;
  transition: 0.3s ease-out;
}

.toucon_right a:hover{
  color: #FF4466;
}

.thlogocon{
  height:70px;
  overflow: hidden;
  margin:10px 0px;
  position: relative;
}

/* 头部菜单 */
.th_header {
  height: 60px;
  line-height: 60px;
  background-color: #FF4466;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);
}

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


.tougao {
  position: absolute;
  top: 0px;
  right: 0;
}

.th-menu>li {
  position: relative;
  float: left;
  height: 60px;
  line-height: 60px;
}
.th-menu>li>a {
  display: inline-block;
  font-size: 15px;
  padding: 0 15px;
  color: #fff;
  transition: 0.4s ease-out;
}

.th-menu>li>a:hover{
  color: #fff;
  background-color: #e43f5d;
}

.th-menu .active a{
  color: #fff;
  background-color: #e43f5d;
}

.th-menu>li>ul {
  display: none;
  position: absolute;
  left: 0;
  white-space: nowrap;
  top: 60px;
  background-color: #fff;
  border-bottom: 2px solid #e43f5d;
  z-index: 1010;
  width: 100%;
}

.th-menu>li:hover ul {
  transition: 0.3s ease-out;
  display: block;
}
.th-menu>li ul li{
  height: 35px;
  line-height: 35px;
  text-align: center;
}
.th-menu>li ul li a {
  line-height: 35px;
  color: #4c4c4c;
  display: block;
} 
.th-menu>li ul li a:hover{
  color: #fff;
  background-color: #e43f5d;
}
/* menu end */

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


/* tab 切换 */
.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  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;
  text-align: left;
}

.th_tab{
  border-bottom: 2px solid #443559;
  overflow: hidden;
}

.th_tab a {
  display: block;
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  color:#e4e4e4;
  font-size:16px;
  transition: 0.3s ease-out;
}
.th_tab a.current_menu {
  color: #FF4466;
}

.th_tabcon{
  background-color: #291F39;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border: 4px solid #443559;
  box-sizing: border-box;
}

.index_tj {
  width:100%;
  padding:0 10px;
}

.index_tj li {
  line-height: 40px;
  height: 40px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index_tj li i {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  margin-right: 10px;
  background-color: #eee;
  text-align: center;
  font-style: normal;
  color: #888;
  border-radius: 5px;
}

.index_tj li:nth-child(1) i,
.index_tj li:nth-child(2) i,
.index_tj li:nth-child(3) i {
  color: #fff;
  background-color: #FF4466;
}

.index_tj li div.date {
  float: right;
  color: #fff;
}

.index_tj li div.date span {
  color: #FFDA2D;
}

.index_tj li a {
  transition: 0.3s ease-out;
  color: #e4e4e4;
}

.index_tj li a:hover {
  color: #ff4466;
}

/* banner start */
.banner {
  background-color: #291F39;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.08);
  border: 4px solid #443559;
  box-sizing: border-box;
  height: 458px;
}

.banner_height {
  height: 450px;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  opacity: 0.5;
  transition: 0.3s ease-out;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: #f2f5f7;
  opacity: 1;
}

.swiper-container{
  --swiper-theme-color: #FF4466;
  --swiper-pagination-color: #FF4466;/* 两种都可以 */
}

.thbn-title {
  position: absolute;
  width: 100%;
  top: -52px;
  left: 0;
  background-color: #291F39;
  color: #fff;
  font-size: 14px;
  opacity: 0;
  height: 52px;
  line-height: 52px;
  box-sizing: border-box;
  padding: 0 10px;
  overflow: hidden;
  transition: all 0.5s;
}

.banner_ahover:hover .thbn-title {
  top: 0px;
  opacity: 0.8;
}
/* banner end */

/* tian hu shop */
.th_shop_title {
  height: 45px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #A943F3;
}

.th_shop_title i {
  font-size: 25px;
}

.th_shop_con {
  background-color: #fff;
  border: 4px solid #443559;
}

.shop_icon_public {
  position: absolute;
  top:4px;
  left: 4px;
}

.shop_icon_public span {
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  border-radius: 0 15px 0px 15px;
}

.th_shop_icon1 span,.th_shop_icon12 span{
  background: #FF6DAD;
  background: linear-gradient(-45deg, #FF6DAD, #FF7F6F);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#FF7F6F);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #FF7F6F);
}

.th_shop_icon2 span,.th_shop_icon11 span{
  background: #3297fc;
  background: linear-gradient(-45deg, #082c46, #3297fc);
  background: -webkit-gradient(-45deg, linear, left, right, #082c46), to(#3297fc);
  background: -moz-linear-gradient(-45deg, left, #082c46, #3297fc);
  background: -webkit-linear-gradient(-45deg, left, #082c46, #3297fc);
  background: -o-linear-gradient(-45deg, left, #082c46, #3297fc);
}

.th_shop_icon3 span,.th_shop_icon10 span{
  background: #ff0082;
  background: linear-gradient(-45deg, #FF6DAD, #ff0082);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ff0082);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ff0082);
}

.th_shop_icon4 span,.th_shop_icon9 span{
  background: #8623e2;
  background: linear-gradient(-45deg, #FF6DAD, #8623e2);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#8623e2);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
}

.th_shop_icon5 span,.th_shop_icon8 span{
  background: #0f0d88;
  background: linear-gradient(-45deg, #FF6DAD, #0f0d88);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#0f0d88);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #0f0d88);
}

.th_shop_icon6 span,.th_shop_icon7 span{
  background: #ef1d88;
  background: linear-gradient(-45deg, #FF6DAD, #ef1d88);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#ef1d88);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #ef1d88);
}



.th_shop_con a {
  display: block;
  position: relative;
}

.th_shop_con a img {
  opacity: 1;
  transition: 0.3s ease-out;
}

.th_shop_con a:hover img {
  opacity: 0.6;
}

.shop_img_height {
  height: 150px;
}

.th_shop_t {
  padding:5px;
}

.th_shop_t a {
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  display: block;
  transition: 0.3s ease-out;
  color: #464646;
  text-align: center;
}

.th_shop_t a:hover{
  color: #FF4466;
}

.th_shop_p {
  color: #e1251b;
  font-size: 16px;
  overflow: hidden;
  position: relative;
}

.th_shop_bt {
  position: absolute;
  top: 0px;
  right: 0px;
}

.th_shop_bt a {
  font-size: 12px;
  color: #fff;
  padding: 1px 5px;
  border-radius: 3px;
}

.th_shop_bt a i {
  vertical-align: middle;
}

.th_shop_info {
  margin-top: 15px;
}

.th_shop_info a {
  font-size: 12px;
  color: #fff;
  padding: 5px 5px;
  border-radius: 3px;
}

/* index pai ban 2 */
.thleftcon{ transition: 0.3s ease-out;}
.thleftcon:hover{box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.25);}

.thleftbt {
  height: 50px;
  line-height: 50px;
  /* background: #fff; */
  position: relative;
  box-sizing: border-box;
  font-size: 18px;
}

.thsec4::before {
  background-color: #FF4466;
}

.thleftbt::before {
  content: "";
  display: block;
  position: absolute;
  left: -2px;
  top: 35%;
  width: 4px;
  height: 30%;
  border-radius: 5px;
}

.thleftbt span {
  margin-left: 15px;
  font-weight: bold;
}

.listMore {
  position: absolute;
  top: 0px;
  right: 10px;
}

.th_cl4 {
  color: #FF4466;
  font-weight: bold;
}


.thliorder1 {
  padding-bottom: 15px;
  position: relative;
  z-index: 1;
  /* padding: 10px; */
  border-radius: 1px;
  transition: 0.3s ease-out;
  overflow: hidden;
  background-color: #fff;
  top: 0px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

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

.gundongimg {
  border: 1px solid #fff;
  box-sizing: border-box;
  overflow: hidden;
}

.gundongimg a img {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.gundong-img-height {
  height: 260px;
}

.thwenzhang{
  background-color: #fff;
}

.daodu {
  margin-top: 10px;
  padding: 0px 15px;
}

.daodu a {
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  transition: 0.3s ease-out;
  color: #464646;
  font-weight: bold;
  font: 700 14px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}

.listMore a{
  transition: 0.3s ease-out;
  font-size: 16px;
}

.daodu a:hover,.listMore a:hover{
  color: #FF4466;
}

.daoducon {
  color: #999;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
}

.thinfo {
  color: #999;
  height: 22px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  margin-top: 6px;
  padding: 0px 15px;
}

.thinfo i{
  vertical-align:middle;
}

.th_padding {
  padding-left: 0;
  padding-right: 0;
}

/* 文章分类板式 */
.th-5 {
  padding: 10px 0px;
  background: #fff;
}

.th-5 li {
  line-height: 36px;
  height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 10px;
}

.th_toutiao_li li:nth-child(6) {
  border-bottom: 1px dashed #eee;
  margin-bottom: 10px;
}

.bottom1 {
  width: 30%;
  float: left;
  position: relative;
}

.bottom2 {
  width: 68%;
  float: right;
}

.bottom2 a {
  font-weight: normal;
  display: block;
  height: 25px;
  line-height: 25px;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  transition: 0.3s ease-out;
  text-align: left;
  text-overflow: ellipsis;
}

.th-5 li.th_li {
  height: 80px;
}

.banner_bottom {
  height: 80px;
}

.th-5 li i {
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}

.th-5 li a{
  transition: 0.3s ease-out;
}

.th-5 .date {
  float: right;
  color: #bbb;
}

.bottom2_info {
  height: 66px;
  line-height: 22px;
  overflow: hidden;
  font-size: 12px;
  color: #999;
  margin-top: 5px;
  white-space: normal;
}

/* 友情链接 */
.th-8 {
  background: #fff;
  overflow: hidden;
  padding: 15px 15px 10px 15px;
}

.th-8 li {
  float: left;
  margin-right: 15px;
  line-height: 25px;
}

.th-8 li a {
  color: #999;
  transition: 0.3s ease-out;
}

.th-8 li a:hover {
  color: #FF4466;
}

/* 站底 */
.footer1{
    width: 100%;
    background: #291F39;
    padding:20px 0px;
    color: #ccc;
    font-size: 12px;
    margin-top: 15px;
}
.foot_menu{
  height:30px;
}
.foot_menu li{
  float: left;
  margin-right:15px;
  line-height:30px;
  height:30px;
}
.foot_menu li a{
  line-height:30px;
  height:30px;
  color: #ccc;
  transition: 0.3s ease-out;
}
.foot_menu li a:hover{
  color:#FF4466;
}
.footer_copy{
  margin-top:10px;
}
.foot_info{
  line-height:25px;
  color: #817b8c;
}
.foot_info a{
  color: #817b8c;
}
.foot_line{
  height:30px;
  margin-top:10px;
}
.foot_line li{
  float: left;
  margin-right:15px;
  line-height:25px;
  height:30px;
  color: #817b8c;
}
.foot_line li a{
  line-height:30px;
  height:30px;
  color: #817b8c;
  transition: 0.3s ease-out;
}
.foot_line li a:hover{
  color:#FF4466;
}

/* 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: #FF4466;
  border: 1px solid #FF4466;
  color: #fff;
}

.ditop:hover i {
  display: none;
}

.ditop:hover span {
  display: block;
}

.ditopcon {
  position: absolute;
  width: 160px;
  bottom: -50px;
  left: -161px;
  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 */

/* 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;
}

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

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

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

/* page 配置 */

/* ar con */
.xhz_arcon{
    overflow: hidden;
    background-color: #fff;
    padding: 20px;
}
.detail_title {
  color: #333;
  font: 700 16px 'Microsoft Yahei', 'Hei', Tahoma, 'SimHei', sans-serif;
}
.detail-icon {
  margin-top: 20px;
  font-size: 14px;
}
.detail-icon p span {
  margin-right: 10px;
}

.detail_con {
    font-size: 15px;
    line-height: 26px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
    padding: 10px 20px 20px 20px;
    background-color: #fff;
	color: #333;

}
.detail_con p{    margin: 0 0 15px 0;}
.detail_con img,.detail_con p img {
    border: 0;
    max-width: 100%;
    margin: 0 auto;
    display: block;
	height:auto!important;
}

.detail_jie{
  margin-top: 20px;
  background: #fff7f9;
  border: 1px dashed #fbbdcd;
  overflow: hidden;
  padding: 0px 10px 10px 10px;
  position: relative;
}

.detail_jie ul{
  overflow: hidden;
  margin-top:15px ;
}

.detail_jie ul li{
  float: left;
  border: 1px solid #fdbcc8;
  padding: 2px 5px;
  margin-right: 10px;
  background: #fff0f2;
  color: #ff4466;
  font-size: 13px;
  line-height: 20px;
  margin-top:8px;
}

.detail_jie_po{
  font-size: 12px;
  color: #fff;
  height: 30px;
  line-height: 30px;
  text-align: center;
  padding: 0 20px;
  border-radius: 0 0px 0px 25px;
  position: absolute;
  top:0px;
  right:0px;
  background: #8623e2;
  background: linear-gradient(-45deg, #FF6DAD, #8623e2);
  background: -webkit-gradient(-45deg, linear, left, right, #FF6DAD), to(#8623e2);
  background: -moz-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
  background: -webkit-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
  background: -o-linear-gradient(-45deg, left, #FF6DAD, #8623e2);
}

.detail_shuo{
  margin-top:15px;
}


.shuo_title{
  font-size:18px;
  line-height:30px;
  overflow: hidden;
  color: #333;
}
.shuo_title i{
  color: #ff4466;
  font-size:20px;
}
.umCopyright {
  line-height: 22px;
  display: inline-block;
  padding: 10px 15px;
  font-size: 12px;
  color: #9ca0ad;
  background: #f6f7fa;
  border: 1px dashed #e3e5ec;
  width: 100%;
  margin: 25px 0 0;
}

.detail-arr {
  margin-top: 20px;
}

.detail-arr-left,
.detail-arr-right {
  color: #bbb;
  line-height: 30px;
}
.detail-arr-left a,
.detail-arr-right a,
.detail-tags a {
  transition: 0.3s ease-out;
}

/* 评论 */

ul.msg {
  width: 100%;
  margin: 10px 0 20px 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;
}

.commentname {
  float: left;
}


.th-mp1,
.th-mp2 {
  margin: 0px;
}

.th-mp1 {
  height: 40px;
  line-height: 40px;
}

.th-mp2 {
  font-size: 14px;
  color: #777;
}

li.msggravatar {
  display: block;
  float: left;
  margin-right: 5px;
}

li.msgarticle {
  list-style-position: outside;
  padding: 10px;
  margin: 0;
  border-bottom: 1px solid #eaeaea;
}

li.msgtime {
  padding: 5px 0 0 0;
  font-weight: normal;
  font-size: 0.8em;
}

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;
}

ul.msg ul.msg {
  padding: 10px 0 0 0;
  margin: 20px 0 0 0;
  border-top: 1px solid #eaeaea;
  border-bottom: none;
}

ul.msg ul.msg li.msgarticle {
  padding-bottom: 0px;
  border-bottom: 0px solid #eaeaea;
}

ul.msg ul.msg li.msgname {
  padding: 0px;
}

#txaArticle {
  position: relative;
  z-index: 1;
  padding: 5px;
  height: 100px;
  min-height: 14px;
  margin: 0;
  resize: none;
  outline: 0;
  width: 100%;
  min-width: 100%;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
  border-radius: 0rem;
  font-size: 14px;
  line-height: 1.6;
}

.th-ulmsg {
  overflow: hidden;
  margin-bottom: 10px;
}

.th-ulmsg li {
  margin-top: 10px;
}

input.text {
  border-radius: 0;
  transition: all .35s ease 0s;
  line-height: 38px;
  height: 38px;
  width: 100%;
  padding: 0 10px;
  border: 1px solid rgba(227, 229, 236, .4);
  background: #f8f8fc;
}

input.text:focus,
#txaArticle:focus {
  border: 1px solid #7cbeff;
}

.button {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  padding: 0 20px;
  background-color: #67C23A;
  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;
  filter: alpha(opacity=90);
  vertical-align: middle;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
}

.comment {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}

.msgname{
  line-height:30px ;
}
.postbottom{
  margin-top:10px;
}


.th-7 {
  background: #fff;
  overflow: hidden;
  padding: 15px 15px 10px 15px;
}

.th-7 li {
  float: left;
  margin-right: 6px;
  width: 30%;
  text-align: center;
}

.th-7 li a {
  display: inline-block;
  border-radius: 2px;
  width: 100%;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 5px;
  overflow: hidden;
  border: 1px solid #f0f0f0;
  background-color: #f2f5f7;
  font-size: 12px;
  color: #999;
  transition: 0.3s ease-out;
}

.th-7 li a:hover {
  color: #fff;
  background-color: #ff4466;
}

.search_arr{
  text-align: center;
  padding:200px  0px;
}
.search_arr1 i{
  font-size:100px;
}

.search_arr2{
  margin-top:20px;
  font-size:20px ;
}

.wap_click{
  display: none;
}

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

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

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


@media only screen and (min-width: 320px) and (max-width: 992px) {
  .banner{height:220px;}
  .banner_height{height:220px;}
}

@media screen and (max-width:1280px) {
  .toucon,.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-menu>li>ul {
    top: 0px;
    left:120px;
  }

  .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:20px;right:0px;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(12,24,30,.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(12,24,30,.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);}
  
  /* 模特详情 */
  .detail_jie ul li{
    float: none;
    margin-top:8px ;
  }
}
.lan_diy{
	font-size: 14px;
    line-height: 1.75em;
    color: #222;
    margin-bottom: 35px;
}
.lan_diy h1{font-size: 28px;
    text-align: center;
    line-height: 1.35em;
    font-weight: normal;
    margin-bottom: 25px;}
.pcd_ad{display:block;}

.mbd_ad{ display:none}

@media(max-width:768px) {

.pcd_ad{display:none !important;}

.mbd_ad{display:block !important;}

}
.meihua_1 {
	display: block;
	margin-top: 10px;
	padding: 5px 10px;
	background-color: #FF4466;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 {
	background-color: #fff;
	margin-bottom: 20px;
	box-shadow: 0 1px 2px rgba(15,39,65,0.1);
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
}
.meihua_2 .meihua_2_1 {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #DDDDDD;
	border-width: 1px 1px 1px 1px;
	padding: 20px;
}
.meihua_2 .meihua_2_1 p {
	margin: 0px auto!important;
}
.meihua_2 .meihua_2_1 .meihua_btn {
float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 2px;
	background: url(../image/30.png) no-repeat 5px 3px #FF6DAD;
    border: 1px solid #FF6DAD;
    color: #FFF;
    text-decoration: none;    padding-right: 10px;
}
.meihua_2 .meihua_2_1 .meihua_btn i {
	margin-right: 5px
}
.meihua_2 .meihua_2_1 .meihua_btn:hover {
	background-color: #8623e2;border: 1px solid #8623e2;
}
.video {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;margin-top: 20px;
}
.video iframe,
.video object,
.video embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.short-btn {
    float: left;
    border: 1px solid #8a8a8a;
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding-left: 40px;
    margin: 0px 10px 10px 0;
    overflow: hidden;
    border-radius: 2px;
    background: url(../image/10.png) no-repeat 5px 3px #FF6DAD;
    border: 1px solid #FF6DAD;
    text-decoration: none;color: #FFF!important;padding-right: 10px;text-decoration: none; 
}
.short-btn:hover {
	background-color: #8623e2;border: 1px solid #8623e2;
}	
.chapter-btn {
    display: inline-block;
    padding: 10px 20px;
    margin: 5px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #d48b3b;
    border: 1px solid #ffffff;
    border-radius: 5px;
    transition: all 0.3s ease;
}
.chapter-btn:hover {
    background-color: #0056b3;
    border-color: #003d80;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.chapter-btn:active {
    background-color: #003d80;
    transform: translateY(1px);
}