/*###*/
.navbar-inverse .navbar-nav>li>a {
    color: #dddddd;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #00d2e7;
}
.header ul>li.dropdown{
    position: relative;
}
.header ul>li.dropdown>.dropdown-menu{
    display: none;
    position: absolute;
}
.header ul>li.dropdown>.dropdown-menu li {
    background: #dddddd;
    color: #4c96e6;
}
.header ul>li.dropdown>.dropdown-menu li:hover {
    background: #00d2e7;
    color: #dddddd;
}
.header ul>li.dropdown:hover>.dropdown-menu{
    display: block;
}
.navbar-right {
    margin-right: 0px!important;
    float: right!important;
}
.btn-primary {
    color: #fff!important;
}
video{
    width: 100%;
    max-width: 700px;
}
.parentreply{
    padding: 8px;
    background: #eee;
    margin: 10px 0px 0px 10px;
    border-radius:10px
}
dd img{
    max-width: 100%;
}
#footer {
    min-width: 100%;
    margin-top: 20px !important;
}
#footer .copyright {
    font-size: 12px;
    color: #999;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}
#footer .copyright a {
    color: #999;
}
ul.list-unstyled > li {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    margin: 8px 0px;
}
.b-product h3 {
    line-height: 41px;
}

.fenlei{
    width: 64px;
    text-align: center;
    display: inline-block;
}
.fenlei2{
    width: calc(100% - 65px);
        display: inline-block;
        float: right;
}
.fenlei2 .btn-default {
    color: #333;
    background-color: #ededed;
    border-color: rgb(255, 255, 255);
}
.litpic1{
    position: relative;
    background: #f7f7f7;
}
.litpic1,.litpic1 img{
    width: 100%;
}
.litpic1 img{
    position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.article-list .media .media-left {
    height: 160px;
}
.embed-responsive-4by3 {
    padding-bottom: 100%;
}
.union_a_link {
    display: block;
    float: left;
    width: auto;
    line-height: 25px;
    padding:2px 15px;
    background-color: #ffeded;
    text-align: center;
    font-size: 12px;
    margin-bottom: 0;
    margin-right: 6px;
    border: 1px solid #ff0036;
    color: #ff0036;
    font-family: 'Microsoft Yahei';
}
.xqqd{
    list-style-type: none;
    padding-inline-start: 10px;
}
.xqqd li{
    margin-bottom:10px;
}

.xqqd li i {
    font-style: normal;
    padding-right: 5px;
    width: 40%;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    padding: 5px;
    background-color: #f1f1f6;
    text-align: center;
}
video{width: 100%;}
textarea.form-control {
    height: 54px;
    padding-left: 35px!important;
}
.emoji_a{
    position: absolute;
    top: 5px;
    left: 54px;
    font-size: 18px;
    cursor: pointer;
    z-index: 99;
}
#emoji{
    width: calc( 100% - 50px ) !important;
    float: right;
    font-size: 16px;
    padding: 6px;
    display:none;
}
#emoji_fee{
    font-size: 16px;
    margin: 20px 6px 6px;
    height: 160px;
    overflow-y: auto;
}
#emoji ul li ,#emoji_fee ul li {
    display: inline-block;
    padding: 5px;
}

.GoodsRecommendCard {
    position: relative;
    z-index: 0;
    display: block;
    width: 390px;
    max-width: 100%;
    min-height: 88px;
    margin: 1em auto;
    border-radius: 8px;
    background-color: #f6f6f6;
    color: inherit;
    text-decoration: none;
    overflow: hidden;
  }
  .CPSCommonCard {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      position: relative;
      z-index: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      width: 100%;
      max-width: 400px;
      min-height: 88px;
      padding: 14px;
      cursor: pointer;
      overflow: hidden;
  }
  .CPSCommonCard-imageBox {
      position: relative;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      height: 100px;
      width: 100px;
      border-radius: 6px;
      overflow: hidden;
  }
  .CPSCommonCard-image {
      height: 100%;
      width: 100%;
      -o-object-fit: contain;
      object-fit: contain;
  }
  .CPSCommonCard-info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      margin-left: 12px;
  }
  .CPSCommonCard-info, .CPSCommonCard-title {
      -webkit-box-orient: vertical;
      overflow: hidden;
  }
  .CPSCommonCard-title {
      color: #121212;
      font-size: 16px;
      line-height: 20px;
      max-height: 40px;
      font-weight: 500;
      font-synthesis: style;
      display: -webkit-box;
      text-overflow: ellipsis;
      word-break: break-all;
      -webkit-line-clamp: 2;
  }
  .CPSCommonCard-subtitle {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 6px;
  }
  .CPSCommonCard-subtitle-text {
      color: grey;
      font-size: 12px;
      line-height: 16px;
      margin-right: 12px;
      -webkit-box-flex: 0;
      -ms-flex: none;
      flex: none;
      font-weight: 500;
      font-synthesis: style;
  }
  .CPSCommonCard-tool {
      margin-top: auto;
      -ms-flex-align: center;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      overflow: hidden;
  }
  .CPSCommonCard-button, .CPSCommonCard-tool {
      height: 18px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      align-items: center;
  }
  .css-339j4i {
      color: rgb(255, 80, 26);
  }
  .CPSCommonCard-button {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-item-align: start;
      align-self: flex-start;
      -ms-flex-align: center;
      color: #fd5409;
      font-size: 13px;
      line-height: 18px;
      font-weight: 600;
      font-synthesis: style;
  }
  .GoodsRecommendCardPrice {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 18px;
      margin-right: auto;
      line-height: 18px;
      font-family: ZHVipFont;
      font-size: 15px;
      color: #fd5409;
      overflow: hidden;
  }
  .GoodsRecommendCardPrice-sell {
      font-weight: 500;
      font-size: 16px;
      font-family: ZHVipFont;
  }
  .bannerss {
    position: relative;
    top: 0;
    margin: auto;
    max-width: 460px;
    height: auto;
    width: 100%;
}
.bannerss .move {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.bannerss .move img{
    width: 100%;
    height: 100%;
}
.move ul,
.move ul li {
    position: absolute;
    width: 100%;
    height: 100%;
}
.ctrl {
    position: absolute;
    width: 100%;
    bottom: -15px;
    text-align: center;
}
.ctrl .libs {
    display: inline-block;
    margin-left: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgb(167, 167, 167);
    z-index: 50;
    cursor: pointer;
}
.ctrl span.active {
    background-color: #06c693;
}
.ctrl .arrow {
    display: block;
    position: absolute;
    width: 30px;
    height: 60px;
    top: 50%;
    margin-top: -30px;
    background-color: #333;
    cursor: pointer;
    font: 30px/58px "瀹嬩綋";
    opacity: .5;
    color: #fff;
    text-align: center;
}
.ctrl .next {
    top: -140px;
    right: 0;
}
.ctrl .prev {
    top: -140px;
    left: 0;
}
.ctrl .arrow:hover {
    opacity: 1;
}
.move img {
    vertical-align: top;
}
.move ul li {
    list-style: none;
}
.move ul {
	padding-inline-start: 0px;
}
.metas-title{
	margin-top: 40px;
}
.xhs-content{
  padding-right: 1px;
  padding-left: 1px;
}
.navbar-toggle {
    margin-right: 25px;
}
.justify-rqdiy{
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.list-group a.list_a{
    margin-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
    width: 100%;
}
.list-group a.list_a img{
    width: 85px;
    height: 85px;
}

.list-group a.list_a .views-num{
    float: right;
}

#commentreply{
    height: 40px;
    width: 100% !important;
    padding: 10px;
}
#comment-container #commentlist dl dd .parentreply p {
    /* border-bottom: 1px solid #fff; */
}
#comment-container #commentlist dl dd .pee_fee{
    position: relative;
    padding-bottom: 20px;
        border-bottom: 1px solid #cdcccc;
}
.ree_fee{
    position: absolute;
    bottom: -5px;
    right: 0;
}