/*###*/
.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;
}
.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: #fff;
    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;
}

.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;
  }