@charset "utf-8";
.transition {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
@keyframes myfirst {
  from {
    opacity: 0.2;
  }
  to {
    opacity: 0.7;
  }
}
@-moz-keyframes myfirst {
  /* Firefox */
}
@-webkit-keyframes myfirst {
  /* Safari 和 Chrome */
}
@-o-keyframes myfirst {
  /* Opera */
}
.ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.co_icon_videoPlay {
  background: url(../images/community_icon/icon_videoPlay.png) no-repeat center;
  background-size: 100%;
}
.co_icon-forumBtn {
  background: url(../images/community_icon/forum_icon.png) no-repeat center;
}
.co_icon-commentsBtn {
  background: url(../images/community_icon/comments_icon.png?v=1.1.0) no-repeat center;
  background-size: 100% 100%;
}
.co_icon-praisesBtn {
  background: url(../images/community_icon/praises_icon.png) no-repeat center;
}
.co_icon-praisesBtn.on {
  background: url(../images/community_icon/praises_icon_on.png) no-repeat center;
}
.co_icon-collectBtn {
  background: url(../images/community_icon/collect_icon.png) no-repeat center;
}
.co_icon-collectBtn.on {
  background: url(../images/community_icon/collect_icon_on.png) no-repeat center;
}
img {
  width: 100%;
}
.search {
  padding-bottom: 60px;
}
.common-header.search-header {
  background: #1F2138;
}
.common-header.search-header .container {
  width: 1200px;
}
.common-header.search-header .container .header-left-search {
  position: relative;
  left: -210px;
}
.common-header.search-header .container .header-left-search.noleft {
  left: 0;
}
.search-top {
  border-bottom: 1px #f1f1f1 solid;
  overflow: hidden;
  width: 100%;
}
.search-top .search-btn {
  margin: 40px auto 18px;
}
.search-top .search-btn > div .search-left {
  width: 1060px;
  position: relative;
  left: -210px;
  font-size: 0;
}
.search-top .search-btn > div .search-left.noleft {
  left: 0;
}
.search-top .search-btn > div .search-left .search-logo {
  float: left;
  display: inline-block;
}
.search-top .search-btn > div .search-left .search-logo .circle {
  width: 190px;
  height: 38px;
  display: inline-block;
  background-image: url(../images/home/logo.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  vertical-align: middle;
  margin: 8px 20px 6px 0;
}
.search-top .search-btn > div .search-left .search-input {
  width: 849px;
  height: 52px;
  border-radius: 6px;
  display: inline-block;
  overflow: hidden;
  font-size: 0;
}
.search-top .search-btn > div .search-left .search-input .search_start {
  width: 710px;
  height: 52px;
  padding: 0 12px;
  font-size: 14px;
  background: #FBFBFB;
  border-radius: 6px 0 0 6px;
  border: 1px solid #EAEAEA;
  border-right: 0;
  line-height: 52px;
  display: inline-block;
  float: left;
  color: #333;
}
.search-top .search-btn > div .search-left .search-input a {
  width: 138px;
  height: 52px;
  background: #FF6000;
  border-radius: 0px 6px 6px 0px;
  border: 2px solid #FF6000;
  display: inline-block;
  float: left;
  color: #fff;
  font-size: 16px;
  line-height: 52px;
  text-align: center;
}
.search-top .search-btn > div .search-left .search-input a i {
  margin-right: 6px;
  top: 1px;
  position: relative;
}
.search-top .search-top-efl li {
  float: left;
  margin-right: 64px;
  position: relative;
}
.search-top .search-top-efl li a {
  color: #61666D;
  width: 100%;
  height: 100%;
  padding: 12px 0 20px 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.search-top .search-top-efl li.checked::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 4px;
  background: #006FFF;
  border-radius: 2px;
}
.search-top .search-top-efl li.checked a {
  color: #006FFF;
}
.search-bottom .search-left {
  width: 860px;
  float: left;
  margin-right: 40px;
  margin-top: 30px;
}
.search-bottom .search-left .noData {
  position: relative;
  height: auto;
  top: 0;
  margin: 10px 0 68px;
}
.search-bottom .search-left .noData span {
  background: url(../images/no_data.png) no-repeat;
  width: 280px;
  height: 207px;
}
.search-bottom .search-left .noData > div {
  text-align: center;
  margin-top: 25px;
  overflow: hidden;
}
.search-bottom .search-left .noData > div p {
  font-size: 12px;
  color: #999999;
}
.search-bottom .search-left .noData > div p.text {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
}
.search-bottom .search-left em {
  color: #FF6000;
  font-style: normal;
}
.search-bottom .search-right {
  margin-top: 32px;
  width: 300px;
  float: right;
}
.search-bottom .search-right .about-search {
  overflow: hidden;
  margin-bottom: 30px;
  border: 1px solid #EFEFEF;
}
.search-bottom .search-right .about-search h3 {
  height: 30px;
  font-size: 22px;
  color: #333333;
  line-height: 30px;
  padding: 0 19px;
  margin-top: 15px;
}
.search-bottom .search-right .about-search ul {
  width: 300px;
  background: #FFFFFF;
  overflow: hidden;
  padding: 0 20px 5px;
}
.search-bottom .search-right .about-search ul li {
  float: left;
  padding: 14px 0 12px;
  line-height: 20px;
  border-bottom: 1px solid #f7f7f7;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
  overflow: hidden;
  width: 100%;
}
.search-bottom .search-right .about-search ul li a i {
  display: inline-block;
  margin-right: 9px;
  width: 15px;
  height: 16px;
  font-size: 15px;
  color: #929db1;
  position: relative;
  top: 1px;
}
.search-bottom .search-right .about-search ul li a span {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
}
.search-bottom .search-right .about-search ul li a em {
  color: #FF5C00;
  font-style: normal;
}
.search-bottom .search-right .about-search ul li:last-child {
  border: 0;
}
.search-bottom .search-right .sw_serach-advert {
  width: 300px;
  height: 150px;
  margin-bottom: 30px;
  border-radius: 8px;
  overflow: hidden;
}
.search-bottom .search-right .serach-advert {
  width: 300px;
  height: 150px;
}
.search-bottom .search-right .serach-advert .swiper-wrapper {
  width: 300px;
  height: 150px;
}
.search-bottom .search-right .sw_serach-advise {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.search-bottom .search-right .serach-advise {
  width: 300px;
  height: 300px;
}
.search-bottom .search-right .serach-advise .swiper-wrapper {
  width: 300px;
  height: 300px;
}
.search-bottom .search-right .block_r_news-activity {
  float: right;
  overflow: hidden;
  width: 300px;
  background: #FFFFFF;
  padding: 0 0 30px;
}
.search-bottom .search-right .block_r_news-activity > .title {
  padding: 0;
}
.search-bottom .search-right .block_r_news-activity > .title h2 {
  color: #333333;
  line-height: 30px;
  padding: 0 0 6px;
  position: relative;
  font-size: 22px;
}
.search-bottom .search-right .block_r_news-activity > .title h2 a {
  font-size: 12px;
  color: #8590A6;
  float: right;
}
.search-bottom .search-right .block_r_news-activity > .title h2 a:hover {
  color: #1465B1 !important;
}
.search-bottom .search-right .block_r_news-activity > .title h2 a i {
  width: 8px;
  height: 8px;
  display: inline-block;
  margin-left: 2px;
  margin-top: 7px;
  position: relative;
}
.search-bottom .search-right .block_r_news-activity > .title h2 a i:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(45deg);
  border-color: #8590A6;
  border-radius: 1px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 4px;
  height: 4px;
}
.search-bottom .search-right .block_r_news-activity li {
  border-bottom: 1px #ECECEC dashed;
  padding: 15px 0 8px 28px;
  position: relative;
}
.search-bottom .search-right .block_r_news-activity li:last-child {
  border: 0;
}
.search-bottom .search-right .block_r_news-activity li > span {
  min-width: 24px;
  height: 24px;
  background: #F2F2F2;
  color: #999999;
  font-size: 12px;
  font-weight: bold;
  border-radius: 50% 50% 0 50%;
  text-align: center;
  line-height: 23px;
  padding: 0 3px;
  position: absolute;
  top: 10px;
  left: -2px;
  z-index: 1;
  border: 1px #e1e1e1 solid;
  transform: scale(0.8, 0.8);
}
.search-bottom .search-right .block_r_news-activity li aside {
  float: left;
  width: 80px;
  height: 61px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  line-height: 60px;
  margin-right: 10px;
  position: relative;
}
.search-bottom .search-right .block_r_news-activity li aside > div {
  width: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.search-bottom .search-right .block_r_news-activity li aside img {
  max-width: 100%;
  max-height: 100%;
}
.search-bottom .search-right .block_r_news-activity li .li_title {
  padding-left: 30px;
}
.search-bottom .search-right .block_r_news-activity li .li_title h3 {
  height: 44px;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
  text-align: justify;
  top: -2px;
}
.search-bottom .search-right .block_r_news-activity li .li_title h3 a {
  color: #666;
}
.search-bottom .search-right .block_r_news-activity li .li_title h3 a:hover {
  color: #1465B1 !important;
}
.search-bottom .search-right .block_r_news-activity li .li_title p {
  font-size: 12px;
  color: #999999;
  line-height: 16px;
  display: flow-root;
}
.search-bottom .search-right .block_r_news-activity li .li_title p .left {
  float: left;
}
.search-bottom .search-right .block_r_news-activity li .li_title p .right {
  float: right;
}
.search-bottom .search-right .block_r_news-activity li .bottom {
  overflow: hidden;
  padding-left: 30px;
}
.search-bottom .search-right .block_r_news-activity li .bottom .bottom_l {
  height: 24px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #909BB0;
  line-height: 24px;
  display: inline-block;
  float: left;
}
.search-bottom .search-right .block_r_news-activity li .bottom .bottom_r {
  height: 24px;
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #909BB0;
  line-height: 24px;
  display: inline-block;
  float: right;
}
.search-bottom .search-right .block_r_news-activity li[num="1"] > span {
  background: #FF3400;
  border: 1px #FF3400 solid;
  color: #fff;
}
.search-bottom .search-right .block_r_news-activity li[num="2"] > span {
  background: #FF6F00;
  border: 1px #FF6F00 solid;
  color: #fff;
}
.search-bottom .search-right .block_r_news-activity li[num="3"] > span {
  background: #FFAA00;
  border: 1px #FFAA00 solid;
  color: #fff;
}
.search-bottom .search-right .block_r_news-activity li h3 {
  max-height: 40px;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  position: relative;
  top: -2px;
}
.search-bottom .search-vedio li {
  width: 25%;
  padding: 15px;
  float: left;
}
.search-bottom .search-vedio li .vedio-content {
  position: relative;
}
.search-bottom .search-vedio li .viedio-mask {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-align: center;
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  background: #1465B1 !important;
  opacity: 0.7;
}
.search-bottom .search-vedio li .viedio-mask i {
  margin-top: 35px;
}
.search-bottom .search-vedio li a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.search-bottom .search-vedio li h4 {
  font-size: 16px;
  color: #ffffff;
  line-height: 32px;
  position: absolute;
  margin-left: 5.56%;
  bottom: 10px;
}
.search-bottom .search-vedio li:hover .icon-play {
  display: none;
}
.search-bottom .search-vedio li:hover .viedio-mask {
  display: block;
}
.tag-undefined {
  display: none;
}
.content_title_all {
  height: 30px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.search_total {
  font-size: 12px;
  font-family: MicrosoftYaHei;
  color: #999;
  line-height: 20px;
  margin-bottom: 20px;
}
.content-type {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.content-type .content_title {
  margin: 0 0 19px;
  height: 30px;
}
.content-type .content_title span {
  float: left;
  line-height: 30px;
  font-size: 22px;
  color: #333333;
}
.content-type .content_title .title_i {
  float: left;
  line-height: 30px;
  font-size: 22px;
  color: #FF5C00;
}
.content-type .content_title .title_i i {
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px #FF5C00 solid;
  border-radius: 50%;
  margin: 5px 5px;
}
.content-type .content_title a {
  margin: 5px 0 0 0;
  float: right;
  font-size: 12px;
  color: #8590A6;
  display: inline-block;
}
.content-type .content_title a i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: -1px;
  position: relative;
  top: 2px;
}
.content-type .content_title a i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #8590A6;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.content-type .content_title a:hover {
  color: #2C68FF;
}
.content-type .content_title a:hover i::after {
  border-color: #2C68FF;
}
.content-type ul {
  overflow: hidden;
}
.content-type ul li {
  padding: 0 12px;
  height: 32px;
  background: #F8F8F8;
  border-radius: 4px;
  font-size: 14px;
  line-height: 32px;
  display: inline-block;
  float: left;
  margin: 0 10px 10px 0;
}
.content-type ul li a {
  color: #7A7A7A;
}
.content-type ul li:hover {
  background: #0364FF;
}
.content-type ul li:hover a {
  color: #FFFFFF;
}
.content-type .content-height {
  max-height: 115px;
  overflow: hidden;
  position: relative;
}
.content-type .seeMore {
  width: 100%;
  position: absolute;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.5);
  height: 66px;
}
.content-type .seeMore .see-more {
  height: 32px;
  cursor: pointer;
  font-size: 14px;
  color: #0E59AF;
  line-height: 32px;
  text-align: center;
  margin: 40px 0 0 0;
  position: relative;
}
.content-type .seeMore .see-more i {
  width: 19px;
  height: 12px;
  background-position: -136px -638px;
  margin-left: 6px;
}
.content-type .seeMore .see-more span {
  z-index: 10;
  background-color: #fff;
}
.content-product {
  overflow: hidden;
  padding-bottom: 30px;
}
.content-product .content_title {
  height: 30px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.content-product .content_title .see-more {
  font-size: 12px;
  color: #8590A6;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  float: right;
}
.content-product .content_title .see-more i {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-product .content_title .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #8590A6;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
}
.content-product .content_title .see-more:hover {
  color: #2C68FF;
}
.content-product .content_title .see-more:hover i::after {
  border-color: #2C68FF;
}
.content-product .content-product_list {
  overflow-x: hidden;
  max-height: 530px;
  padding-right: 9px;
}
.content-product .content-product_list li {
  width: 100%;
}
.content-product .content-product_list li .product-content-brand-type .brand-top h3 span:nth-of-type(2) {
  line-height: 38px;
  color: #999;
  font-size: 12px;
}
.content-product .content-product_list li .product-content-brand-type .brand-top h3 span:nth-of-type(2) i {
  position: relative;
  top: 1px;
}
.content-product .content-product_list li .brand-top {
  height: 38px;
  padding: 0 13px 0 23px;
  background-color: #f8faff;
}
.content-product .content-product_list li .brand-top h3 {
  line-height: 38px;
  padding: 0;
  font-weight: normal;
}
.content-product .content-product_list li .brand-top h3 span:nth-of-type(1) {
  max-width: 560px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
  overflow: hidden;
  float: left;
  font-size: 16px;
}
.content-product .content-product_list li .product-content {
  height: auto;
  width: 100%;
}
.content-product .content-product_list li .product-content ul {
  padding: 16px 24px 20px 25px;
}
.content-product .content-product_list li .product-content ul li aside {
  border-radius: 6px;
}
.content-product .content-product_list li .product-content ul li aside a img {
  max-width: 100%;
  max-height: 100%;
}
.content-product .content-product_list li .product-content ul li > div {
  min-height: auto;
  font-size: 0;
}
.content-product .content-product_list li .product-content ul li > div h3,
.content-product .content-product_list li .product-content ul li > div h3 a {
  height: 24px;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
  overflow: hidden;
  width: 100%;
  margin-bottom: 6px;
  padding: 0;
}
.content-product .content-product_list li .product-content ul li > div .parameter {
  height: 40px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.content-product .content-product_list::-webkit-scrollbar {
  width: 6px;
  border-radius: 6px;
  background: #F0F0F0;
  box-shadow: inset 0px 1px 3px 0px rgba(224, 224, 224, 0.5);
  overflow: hidden;
}
.content-product .content-product_list::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 6px;
  background: #8590A6;
}
.content-product .seeMore {
  width: 100%;
  background: #F6F6F6;
  border-radius: 4px;
  height: 36px;
  margin: 20px 0 0 0;
}
.content-product .seeMore .see-more {
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.content-product .seeMore .see-more i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-product .seeMore .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #C1C1C1;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.content-product .seeMore:hover .see-more {
  color: #2C68FF;
}
.content-product .seeMore:hover .see-more i::after {
  border-color: #2C68FF;
}
.content-brand {
  overflow: hidden;
  padding-bottom: 25px;
}
.content-brand .content_title {
  height: 30px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.content-brand .content_title .see-more {
  font-size: 12px;
  color: #8590A6;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  float: right;
}
.content-brand .content_title .see-more i {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-brand .content_title .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #8590A6;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
}
.content-brand .content_title .see-more:hover {
  color: #2C68FF;
}
.content-brand .content_title .see-more:hover i::after {
  border-color: #2C68FF;
}
.content-brand .content-brand_list {
  overflow: hidden;
  max-height: 350px;
}
.content-brand .content-brand_list::-webkit-scrollbar {
  width: 0px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0);
  overflow: hidden;
}
.content-brand .content-brand_list::-webkit-scrollbar-thumb {
  width: 0px;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.08);
}
.content-brand .content-brand_list li {
  float: left;
  width: 420px;
  height: 169px;
  background: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  margin: 0 10px 10px 0;
  padding: 0 20px;
}
.content-brand .content-brand_list li:nth-child(2n) {
  margin-right: 0;
}
.content-brand .content-brand_list li .li_top {
  overflow: hidden;
  font-size: 0;
  margin-bottom: 23px;
}
.content-brand .content-brand_list li .li_top aside {
  width: 80px;
  height: 80px;
  background: #FFFFFF;
  border-radius: 8px;
  float: left;
  margin: 16px 18px 0 0;
  display: inline-block;
  box-shadow: 5px 8px 15px -5px rgba(113, 117, 113, 0.08);
  line-height: 80px;
  text-align: center;
  overflow: hidden;
}
.content-brand .content-brand_list li .li_top aside img {
  max-width: 80px;
  max-height: 80px;
}
.content-brand .content-brand_list li .li_top .textBox {
  display: inline-block;
  width: 280px;
  float: left;
  margin-top: 20px;
}
.content-brand .content-brand_list li .li_top .textBox.all {
  width: 380;
}
.content-brand .content-brand_list li .li_top .textBox .title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-bottom: 6px;
  overflow: hidden;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-brand .content-brand_list li .li_top .textBox .text {
  height: 60px;
  font-size: 12px;
  color: #999;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.content-brand .content-brand_list li .li_bottom {
  overflow: hidden;
  border-top: 1px solid #EFEFEF;
  padding-left: 100px;
}
.content-brand .content-brand_list li .li_bottom .all {
  padding-left: 0;
}
.content-brand .content-brand_list li .li_bottom .left {
  margin: 8px 0 0;
  height: 16px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  float: left;
  display: inline-block;
}
.content-brand .content-brand_list li .li_bottom .right {
  margin: 10px 0 0;
  height: 16px;
  font-size: 12px;
  color: #999;
  line-height: 16px;
  display: inline-block;
  float: right;
}
.content-brand .content-brand_list li.w_all .li_top .textBox {
  width: 100%;
}
.content-brand .content-brand_list li.w_all .li_bottom {
  padding-left: 0;
}
.content-brand .seeMore {
  width: 100%;
  background: #F6F6F6;
  border-radius: 4px;
  height: 36px;
  margin: 20px 0 0 0;
}
.content-brand .seeMore .see-more {
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.content-brand .seeMore .see-more i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-brand .seeMore .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #C1C1C1;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.content-brand .seeMore:hover .see-more {
  color: #2C68FF;
}
.content-brand .seeMore:hover .see-more i::after {
  border-color: #2C68FF;
}
.content-video {
  overflow: hidden;
  padding-bottom: 20px;
}
.content-video .content_title {
  height: 30px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 19px;
}
.content-video .content_title .see-more {
  font-size: 12px;
  color: #8590A6;
  cursor: pointer;
  line-height: 30px;
  text-align: center;
  position: relative;
  display: inline-block;
  float: right;
}
.content-video .content_title .see-more a {
  color: #8590A6;
}
.content-video .content_title .see-more i {
  width: 12px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-video .content_title .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #8590A6;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 2px;
}
.content-video .content_title .see-more:hover {
  color: #2C68FF;
}
.content-video .content_title .see-more:hover a {
  color: #2C68FF;
}
.content-video .content_title .see-more:hover i::after {
  border-color: #2C68FF;
}
.content-video .content-video_list {
  overflow: hidden;
  position: relative;
  width: 860px;
}
.content-video .content-video_list .swiper-container {
  width: 820px;
  height: 175px;
  overflow: hidden;
}
.content-video .content-video_list .swiper-container .swiper-slide {
  width: 200px;
  height: 175px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox {
  width: 200px;
  height: 113px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  border-radius: 6px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox aside {
  width: 200px;
  height: 113px;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  line-height: 113px;
  position: relative;
  border-radius: 6px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox aside > div {
  width: 200px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .tips {
  min-width: 40px;
  height: 22px;
  background: #DD9447;
  border-radius: 0px 4px 0px 8px;
  line-height: 22px;
  font-size: 12px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  padding: 0 8px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .bottom {
  width: 100%;
  padding: 10px 10px;
  position: absolute;
  bottom: 0;
  overflow: hidden;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .bottom .bottom_left {
  float: left;
  font-size: 0;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .bottom .bottom_left i {
  width: 15px;
  height: 16px;
  float: left;
  margin-right: 5px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .bottom .bottom_left span {
  font-size: 12px;
  color: #FFFFFF;
  line-height: 16px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .bottom .bottom_right {
  font-size: 12px;
  font-weight: normal;
  color: #FFFFFF;
  line-height: 16px;
  float: right;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox .hovbox {
  display: none;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox:hover .hovbox {
  -webkit-animation: opa 0.5s linear;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox:hover .hovbox i {
  width: 50px;
  height: 50px;
  margin: 30px auto;
  display: block;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_imgBox:hover .bottom {
  display: none;
}
@keyframes opa {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes xing {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.4);
  }
}
.content-video .content-video_list .swiper-container .swiper-slide .item_title {
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
  height: 40px;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_title:hover {
  color: #3385ff;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom {
  overflow: hidden;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .userBox {
  float: left;
  display: inline-block;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .userBox aside {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin-right: 4px;
  float: left;
  overflow: hidden;
  text-align: center;
  background-color: #fff;
  line-height: 20px;
  position: relative;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .userBox aside > div {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .userBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .userBox span {
  font-size: 12px;
  color: #909BB0;
  line-height: 20px;
  float: left;
}
.content-video .content-video_list .swiper-container .swiper-slide .item_bottom .time {
  font-size: 12px;
  font-weight: normal;
  color: #909BB0;
  line-height: 20px;
  float: right;
}
.content-video .content-video_list .swiper-button-next,
.content-video .content-video_list .swiper-button-prev {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: rgba(0, 122, 255, 0.6);
  opacity: 1;
  margin-top: 0;
  top: 38px;
  cursor: pointer;
}
.content-video .content-video_list .swiper-button-next::after,
.content-video .content-video_list .swiper-button-prev::after {
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}
.content-video .content-video_list .swiper-button-next.swiper-button-disabled,
.content-video .content-video_list .swiper-button-prev.swiper-button-disabled {
  opacity: 0.6;
  background: rgba(0, 0, 0, 0.6);
  display: none;
}
.content-video .content-video_list .swiper-button-next {
  right: 0;
}
.content-video .content-video_list .swiper-button-prev {
  left: 0;
}
.content-video .seeMore {
  width: 100%;
  background: #F6F6F6;
  border-radius: 4px;
  height: 36px;
  margin: 10px 0 0 0;
}
.content-video .seeMore .see-more {
  font-size: 12px;
  color: #666666;
  cursor: pointer;
  line-height: 36px;
  text-align: center;
  position: relative;
}
.content-video .seeMore .see-more i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.content-video .seeMore .see-more i::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0px;
  transform: rotate(45deg);
  border-color: #C1C1C1;
  border-radius: 0;
  border-width: 2px 2px 0 0;
  border-style: solid;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
}
.content-video .seeMore:hover .see-more {
  color: #2C68FF;
}
.content-video .seeMore:hover .see-more i::after {
  border-color: #2C68FF;
}
.content-page {
  position: relative;
}
.content-page .content_title {
  height: 30px;
  font-size: 22px;
  font-family: MicrosoftYaHei;
  color: #333333;
  line-height: 30px;
  margin-bottom: 12px;
}
.content-page ul {
  min-height: 100px;
}
.content-page .article,
.content-page .brand,
.content-page .product {
  margin-bottom: 30px;
}
.content-page .article aside,
.content-page .brand aside,
.content-page .product aside {
  width: 130px;
  overflow: hidden;
  position: absolute;
  float: left;
  height: 98px;
}
.content-page .article > div,
.content-page .brand > div,
.content-page .product > div {
  width: 700px;
  border-bottom: 1px dotted #e7e7e7;
  margin-left: 150px;
  float: left;
  height: 98px;
}
.content-page .article > div h3,
.content-page .brand > div h3,
.content-page .product > div h3 {
  color: #666666;
  line-height: 18px;
  margin-bottom: 8px;
}
.content-page .article > div h3 a,
.content-page .brand > div h3 a,
.content-page .product > div h3 a {
  width: 85%;
  height: 21px;
  display: inline-block;
  overflow: hidden;
  word-break: break-all;
  line-height: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.content-page .article > div h3 .type-el,
.content-page .brand > div h3 .type-el,
.content-page .product > div h3 .type-el {
  float: right;
  padding: 6px 11px;
  background: #dfa4a4;
  border-radius: 3px;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  color: #F5F6F6;
  margin-top: -2px;
}
.content-page .article > div h3 .type-el.show_false,
.content-page .brand > div h3 .type-el.show_false,
.content-page .product > div h3 .type-el.show_false {
  display: none;
}
.content-page .article .desc,
.content-page .brand .desc,
.content-page .product .desc {
  max-height: 48px;
  overflow: hidden;
  line-height: 24px;
  width: 100%;
  font-size: 14px;
  margin: 10px 0 0;
  color: #666666;
  margin-bottom: 10px;
}
.content-page .article .desc a,
.content-page .brand .desc a,
.content-page .product .desc a {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.content-page .article {
  margin-bottom: 20px;
}
.content-page .article aside {
  height: 90px;
}
.content-page .article > div {
  float: left;
  height: 100px;
  position: relative;
}
.content-page .article > div h3 {
  line-height: 18px;
  position: relative;
  margin-bottom: 10px;
}
.content-page .article > div h3:hover a {
  color: #1465B1 !important;
}
.content-page .article > div h3 a {
  font-size: 16px;
  line-height: 24px;
  height: auto;
  height: 48px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: inherit;
}
.content-page .article > div h3 a.w_false {
  width: 100%;
}
.content-page .article > div h3 span {
  background: #ebc885 !important;
  position: absolute;
  right: 0;
  top: 5px;
  margin-top: 0;
}
.content-page .article > div .msg {
  line-height: 20px;
}
.content-page .article > div .msg-el {
  font-size: 12px;
  height: auto;
  line-height: 19px;
  float: left;
  bottom: 25px;
}
.content-page .article > div .msg-el > a {
  color: #666666;
  float: left;
  margin-right: 10px;
}
.content-page .article > div .msg-el > a i {
  float: left;
  font-size: 12px;
  color: #999;
  font-style: normal;
}
.content-page .article > div .msg-el .msg-time {
  font-size: 13px;
  font-family: 'DIN-MEDIUM';
  color: #999;
  margin-top: 1px;
  margin-left: 16px;
}
.content-page .article > div .msg-el img {
  width: 19px;
  height: 19px;
  float: left;
  margin-right: 10px;
  vertical-align: middle;
  display: inline-block;
  border-radius: 50%;
}
.content-page .article > div .msg-tag {
  float: right;
}
.content-page .article > div .msg-tag a {
  font-size: 12px;
  color: #999;
  line-height: 25px;
}
.content-page .article > div .msg-tag a:not(:last-child) {
  margin-right: 15px;
}
.content-page .article > div .msg-tag.hide {
  display: none;
}
.content-page .article > div .imageBox {
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 15px;
  height: 110px;
}
.content-page .article > div .imageBox aside {
  width: 195px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 110px;
  position: relative;
  float: left;
  margin-right: 22px;
}
.content-page .article > div .imageBox aside:last-child {
  margin-right: 0;
}
.content-page .article > div .imageBox aside > div {
  width: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.content-page .article > div .imageBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.content-page .article > div.w_all {
  height: auto;
  width: 100%;
  margin-left: 0;
  padding-bottom: 20px;
}
.content-page .article > div.w_all h3 {
  margin-bottom: 12px;
}
.content-page .article > div.w_all h3 a {
  max-height: 60px;
  height: auto;
}
.content-page .article > div.w_all .msg-el {
  height: auto;
  bottom: 12px;
}
.content-page .product > div h3 {
  line-height: 18px;
  margin-bottom: 8px;
}
.content-page .product > div h3 a {
  font-size: 18px;
}
.content-page .product > div h3 span {
  background: #dfa4a4;
}
.content-page .brand {
  overflow: hidden;
  border-radius: 8px;
  border: 1px solid #EFEFEF;
  padding: 20px 30px 20px 19px;
}
.content-page .brand > div {
  height: auto!important;
  width: 706px;
  border: 0;
}
.content-page .brand > div h3 {
  padding-bottom: 15px;
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 4px;
}
.content-page .brand > div h3 > span {
  background-color: #b4cad0 !important;
}
.content-page .brand > div h3 a {
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #333333;
  max-width: 420px;
}
.content-page .brand > div h3 p {
  display: inline-block;
  float: right;
}
.content-page .brand > div h3 p label i {
  line-height: normal;
}
.content-page .brand > div .catalog_list {
  width: 100%;
  max-height: 40px;
  margin-top: 14px;
  position: relative;
  overflow: hidden;
}
.content-page .brand > div .catalog_list .catalog_list_inner {
  display: inline-block;
}
.content-page .brand > div .catalog_list .catalog_list_item {
  line-height: 35px;
  background: linear-gradient(180deg, #F2F7FF 0%, #F7FBFF 100%);
  display: inline-block;
  margin: 0 10px 10px 0;
  float: left;
  padding: 0 10px;
  color: #5E5E8E;
  font-size: 12px;
  border-radius: 4px;
}
.content-page .brand > div .catalog_list .catalog_list_item i {
  width: 16px;
  height: 15px;
  background: url(../images/search/icon_fenlei.png) no-repeat center;
  background-size: 100%;
  margin-right: 5px;
  display: inline-block;
  position: relative;
  top: 1px;
}
.content-page .brand > div .catalog_list .more_link {
  position: absolute;
  right: 0;
  top: 0;
  color: #3f7ea8;
  font-size: 12px;
  width: 58px;
  height: 35px;
  line-height: 35px;
  background: #fff;
  border-left: 1px #e5e5e5 solid;
  text-align: center;
  box-shadow: 0px 0px 5px rgba(107, 107, 107, 0.08);
  -webkit-box-shadow: 0px 0px 5px rgba(107, 107, 107, 0.08);
}
.content-page .brand > div .desc {
  margin-bottom: 0px;
}
.content-page .brand aside {
  height: 80px;
  margin-left: 5px;
  margin-top: 5px;
}
.content-page .brand aside a {
  display: inline-block;
  width: 90px;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
}
.content-page .brand aside a img {
  width: 80px;
}
.content-page .brand .brand-disc {
  line-height: 20px;
}
.content-page .brand .brand-disc label {
  font-size: 12px;
  color: #666666;
  padding-left: 20px;
}
.content-page .brand .brand-disc label i {
  font-style: normal;
  color: #333333;
  vertical-align: text-bottom;
}
.content-page .brand .brand-disc label:nth-of-type(1) {
  padding-right: 20px;
}
.content-page .brand .brand-disc label:nth-of-type(2) {
  position: relative;
}
.content-page .brand .brand-disc label:nth-of-type(2)::after {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 1px;
  height: 12px;
  background: #CECECE;
}
.content-page .brand.flat_false aside {
  width: 80px;
}
.content-page .brand.flat_false aside a {
  width: 80px;
}
.content-page .brand.flat_false aside a img {
  width: 80px;
}
.content-page .brand.flat_false > div {
  width: 706px;
  margin-left: 110px;
}
.content-page .brand.flat_false h3 span {
  display: none;
}
.content-page .blog {
  border-bottom: 1px dotted #e7e7e7;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.content-page .blog .content_top {
  overflow: hidden;
  margin-bottom: 12px;
}
.content-page .blog .content_top .usarBox {
  float: left;
}
.content-page .blog .content_top .usarBox aside {
  float: left;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 40px;
  margin-right: 10px;
}
.content-page .blog .content_top .usarBox aside > div {
  background-color: #43688A;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  display: block;
  font-size: 0;
}
.content-page .blog .content_top .usarBox aside > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content-page .blog .content_top .usarBox span {
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 20px;
  padding: 10px 0;
}
.content-page .blog .content_top .usarBox .adopt_i {
  width: 68px;
  height: 26px;
  background: #EFFFF2;
  border-radius: 2px;
  border: 1px solid #19B955;
  font-size: 12px;
  color: #19B955;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  display: inline-block;
  margin-top: 6px;
  margin-left: 11px;
}
.content-page .blog .content_top .btn {
  float: right;
  width: 77px;
  height: 30px;
  background: #F6FAFF;
  border-radius: 2px;
  border: 1px solid #D4E6FF;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  color: #006FFF;
  font-family: Microsoft YaHei-Regular, Microsoft YaHei;
  font-weight: 400;
  cursor: pointer;
  margin-top: 5px;
}
.content-page .blog .content_top .btn i {
  margin-right: 4px;
  font-size: 12px;
}
.content-page .blog .content_top .btn[type="1"],
.content-page .blog .content_top .btn[type="2"] {
  background: #F1F3F6;
  border: 1px solid #F1F3F6;
  color: #999CAB;
}
.content-page .blog .content_top .btn:hover {
  background: #F6FAFF;
  border: 1px solid #BAD7FF;
  color: #002DFF;
}
.content-page .blog .index-article-textBox {
  float: left;
  width: 100%;
}
.content-page .blog .index-article-textBox .title {
  font-size: 20px;
  color: #4C565B;
  line-height: 24px;
  font-weight: 400;
  word-break: break-all;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
.content-page .blog .index-article-textBox .text {
  font-size: 16px;
  color: #4C565B;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.content-page .blog .index-article-textBox .text:hover {
  color: #1465B1 !important;
}
.content-page .blog .index-article-textBox .text.text_on {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  font-family: Microsoft YaHei-Light, Microsoft YaHei;
  font-weight: 300;
}
.content-page .blog .index-article-textBox .text_all {
  font-size: 16px;
  color: #006fff;
  line-height: 26px;
}
.content-page .blog .index-article-textBox .imageBox {
  overflow: hidden;
  margin-top: 15px;
  height: 110px;
}
.content-page .blog .index-article-textBox .imageBox aside {
  width: 195px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 110px;
  position: relative;
  float: left;
  margin-right: 22px;
}
.content-page .blog .index-article-textBox .imageBox aside:last-child {
  margin-right: 0;
}
.content-page .blog .index-article-textBox .imageBox aside > div {
  width: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.content-page .blog .index-article-textBox .imageBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.content-page .blog .index-article-textBox .imageBox .imageBox_video::after {
  content: '';
  width: 36px;
  height: 35px;
  position: absolute;
  margin-left: -18px;
  margin-top: -17px;
  left: 50%;
  top: 50%;
  background: url(../images/community_icon/icon_videoPlay.png) no-repeat center;
  background-size: 100%;
}
.content-page .blog .index-article-textBox .commentText_box {
  overflow: hidden;
  background: #F6FAFF;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar {
  overflow: hidden;
  margin-bottom: 8px;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar aside {
  float: left;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar aside > div {
  background-color: #43688A;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  display: block;
  font-size: 0;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar aside > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar span {
  float: left;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding: 6px 0;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar .comment_praises {
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #8590A6;
  padding: 6px 0;
  font-family: PingFang SC-Medium, PingFang SC;
}
.content-page .blog .index-article-textBox .commentText_box .comment_usar .comment_praises i {
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 3px;
  float: left;
}
.content-page .blog .index-article-textBox .commentText_box .text {
  font-size: 14px;
  color: #4C565B;
  line-height: 20px;
}
.content-page .blog .index-article-textBox .commentText_box .adopt_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 53px;
  background: url(../images/community_icon/adopt_icon.png) no-repeat center;
  background-size: 100%;
}
.content-page .blog .index-article-textBox .bottom {
  overflow: hidden;
  margin-top: 20px;
}
.content-page .blog .index-article-textBox .bottom .item {
  font-size: 14px;
  color: #8590A6;
  line-height: 20px;
  float: left;
}
.content-page .blog .index-article-textBox .bottom .bottom_left {
  float: left;
  display: inline-block;
}
.content-page .blog .index-article-textBox .bottom .bottom_left .item {
  margin-right: 10px;
  line-height: 28px;
  font-size: 12px;
}
.content-page .blog .index-article-textBox .bottom .bottom_left .item.item_p {
  padding: 0 10px;
  background: #F2F4FA;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.content-page .blog .index-article-textBox .bottom .bottom_left .item.item_p a {
  color: #666666;
}
.content-page .blog .index-article-textBox .bottom .bottom_left .item.item_p a i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 6px;
  float: left;
}
.content-page .blog .index-article-textBox .bottom .bottom_right {
  float: right;
  display: inline-block;
  padding-top: 4px;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item {
  margin-left: 18px;
  line-height: 28px;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item span {
  font-family: Arial, Helvetica, sans-serif;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item.item_comments i {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 7px;
  float: left;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item.item_collect_nobtn i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 6px;
  float: left;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item.item_collect_nobtn i.on {
  width: 21px;
  height: 20px;
  margin-top: 2px;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item.item_praise_nobtn i {
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 7px;
  float: left;
}
.content-page .blog .index-article-textBox .bottom .bottom_right .item.item_praise_nobtn i.on {
  width: 16px;
  height: 18px;
  margin-top: 2px;
}
.content-page .blog .index-article-textBox a:hover {
  color: #1465B1 !important;
}
.content-page .blog .index-article-textBox a:hover .text,
.content-page .blog .index-article-textBox a:hover .title {
  color: #1465B1 !important;
}
.content-page .blog .index-answers-textBox {
  float: left;
  width: 100%;
}
.content-page .blog .index-answers-textBox .text {
  font-size: 16px;
  color: #4C565B;
  max-height: 48px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.content-page .blog .index-answers-textBox .text .answers_i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: #0067FF;
  border-radius: 4px;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  font-family: Microsoft JhengHei-Bold, Microsoft JhengHei;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 3px;
}
.content-page .blog .index-answers-textBox .text_all {
  font-size: 16px;
  color: #006fff;
  line-height: 26px;
}
.content-page .blog .index-answers-textBox .imageBox {
  overflow: hidden;
  margin-top: 10px;
  height: 110px;
}
.content-page .blog .index-answers-textBox .imageBox aside {
  width: 195px;
  height: 110px;
  border-radius: 4px;
  overflow: hidden;
  text-align: center;
  line-height: 110px;
  position: relative;
  float: left;
  margin-right: 10px;
}
.content-page .blog .index-answers-textBox .imageBox aside:last-child {
  margin-right: 0;
}
.content-page .blog .index-answers-textBox .imageBox aside > div {
  width: 195px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  display: block;
  font-size: 0;
}
.content-page .blog .index-answers-textBox .imageBox aside > div img {
  max-width: 100%;
  max-height: 100%;
}
.content-page .blog .index-answers-textBox .commentText_box {
  overflow: hidden;
  background: #F6FAFF;
  padding: 10px;
  margin-top: 10px;
  position: relative;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar {
  overflow: hidden;
  margin-bottom: 8px;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar aside {
  float: left;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  text-align: center;
  line-height: 32px;
  margin-right: 10px;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar aside > div {
  background-color: #43688A;
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 48px;
  text-align: center;
  background-color: #fff;
  display: block;
  font-size: 0;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar aside > div img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar span {
  float: left;
  font-size: 12px;
  color: #999999;
  line-height: 20px;
  padding: 6px 0;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar .comment_praises {
  display: inline-block;
  float: right;
  line-height: 20px;
  font-size: 14px;
  color: #8590A6;
  padding: 6px 0;
  font-family: PingFang SC-Medium, PingFang SC;
}
.content-page .blog .index-answers-textBox .commentText_box .comment_usar .comment_praises i {
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 3px;
  float: left;
}
.content-page .blog .index-answers-textBox .commentText_box .text {
  font-size: 14px;
  color: #4C565B;
  line-height: 20px;
}
.content-page .blog .index-answers-textBox .commentText_box .adopt_icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 53px;
  background: url(../images/community_icon/adopt_icon.png) no-repeat center;
  background-size: 100%;
}
.content-page .blog .index-answers-textBox .bottom {
  overflow: hidden;
  margin-top: 18px;
}
.content-page .blog .index-answers-textBox .bottom .item {
  font-size: 14px;
  color: #8590A6;
  line-height: 20px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_left {
  float: left;
  display: inline-block;
}
.content-page .blog .index-answers-textBox .bottom .bottom_left .item {
  margin-right: 10px;
  line-height: 28px;
  font-size: 12px;
}
.content-page .blog .index-answers-textBox .bottom .bottom_left .item.item_p {
  padding: 0 10px;
  background: #F2F4FA;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #666666;
}
.content-page .blog .index-answers-textBox .bottom .bottom_left .item.item_p a {
  color: #666666;
}
.content-page .blog .index-answers-textBox .bottom .bottom_left .item.item_p a i {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  margin-top: 6px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right {
  float: right;
  display: inline-block;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item {
  margin-left: 18px;
  line-height: 28px;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item span {
  font-family: Arial, Helvetica, sans-serif;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_offerReward {
  padding: 0 10px;
  background: #FFF7EB;
  border-radius: 2px;
  text-align: center;
  font-size: 12px;
  color: #C98040;
  cursor: context-menu;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_offerReward i {
  width: 20px;
  height: 28px;
  display: inline-block;
  margin-right: 4px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_comments i {
  width: 13px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 7px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_collect_nobtn i {
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 6px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_collect_nobtn i.on {
  width: 21px;
  height: 20px;
  margin-top: 2px;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_praise_nobtn i {
  width: 14px;
  height: 13px;
  display: inline-block;
  margin-right: 4px;
  margin-top: 7px;
  float: left;
}
.content-page .blog .index-answers-textBox .bottom .bottom_right .item.item_praise_nobtn i.on {
  width: 16px;
  height: 18px;
  margin-top: 2px;
}
.content-page .blog .index-answers-textBox a:hover {
  color: #1465B1 !important;
}
.content-page .blog .index-answers-textBox a:hover .text,
.content-page .blog .index-answers-textBox a:hover .title {
  color: #1465B1 !important;
}
.content-page .literature {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(222, 222, 222, 0.5);
  margin-bottom: 18px;
  font-size: 0;
}
.content-page .literature > .title {
  overflow: hidden;
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
  text-align: justify;
}
.content-page .literature > .title i {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border-radius: 2px;
  border: 1px solid #C8CFD2;
  margin: 7px 10px 0 0;
  display: inline-block;
  float: left;
  cursor: pointer;
  font-size: 8px;
  text-align: center;
  line-height: 14px;
  padding-left: 2px;
  color: #fff;
}
.content-page .literature > .title i:hover {
  border: 1px solid #056DE8;
}
.content-page .literature > .title i.on {
  border: 1px solid #056DE8;
  background: #056DE8;
}
.content-page .literature > .title span {
  line-height: 28px;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}
.content-page .literature > .title span:hover {
  color: #FF5C00;
}
.content-page .literature > .title::after {
  content: '';
  position: absolute;
  left: 0;
  width: 10px;
  height: 10px;
  background: #FF5C00;
  border-radius: 50%;
  top: 9px;
}
.content-page .literature .li_top {
  overflow: hidden;
  margin-bottom: 12px;
}
.content-page .literature .li_top .top_box {
  line-height: 20px;
  font-size: 12px;
  color: #999;
  display: inline-block;
  float: left;
  margin-right: 20px;
  position: relative;
}
.content-page .literature .li_top .top_box label {
  display: inline-block;
  float: left;
}
.content-page .literature .li_top .top_box aside {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 0 0 2px;
  display: inline-block;
  float: left;
  background: #D9D9D9;
  position: relative;
}
.content-page .literature .li_top .top_box aside div {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  line-height: 20px;
  text-align: center;
  display: block;
  font-size: 0;
}
.content-page .literature .li_top .top_box aside img {
  width: 100%;
}
.content-page .literature .li_top .top_box.name {
  color: #666;
}
.content-page .literature .li_top .top_box.name span {
  display: inline-block;
  margin-left: 4px;
}
.content-page .literature .li_top .top_box::after {
  content: '';
  position: absolute;
  right: -10px;
  top: 5px;
  width: 1px;
  height: 12px;
  background: #D9D9D9;
}
.content-page .literature .li_top .top_box:last-child::after {
  display: none;
}
.content-page .literature .text {
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  max-height: 68px;
  margin-bottom: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  word-break: break-all;
  text-align: justify;
}
.content-page .literature .li_bottom {
  width: 100%;
  display: inline-block;
}
.content-page .literature .li_bottom ul {
  float: left;
  display: inline-block;
  min-height: auto;
}
.content-page .literature .li_bottom ul li {
  display: inline-block;
  float: left;
  background: #F8F8F8;
  border-radius: 4px;
  height: 28px;
  line-height: 28px;
  margin-right: 10px;
  margin-top: 2px;
  padding: 0 10px;
  font-size: 12px;
  color: #7A7A7A;
}
.content-page .literature .li_bottom .li_bottom_r {
  display: inline-block;
  float: right;
  position: relative;
}
.content-page .literature .li_bottom .li_bottom_r .btn {
  float: left;
  margin-left: 20px;
  margin-top: 3px;
  font-size: 14px;
  color: #677F98;
  line-height: 26px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
}
.content-page .literature .li_bottom .li_bottom_r .btn i {
  width: 15px;
  margin-right: 5px;
  float: left;
}
.content-page .literature .li_bottom .li_bottom_r .btn:hover {
  color: #056DE8;
}
.content-page .literature .li_bottom .li_bottom_r .btn.on {
  color: #056DE8;
}
.content-page .literature .li_bottom .li_bottom_r .btn.btn_quote i {
  font-size: 17px;
  position: relative;
}
.content-page .literature .li_bottom .li_bottom_r .btn.btn_download {
  width: 96px;
  height: 32px;
  line-height: 32px;
  background: rgba(255, 92, 0, 0.05);
  border-radius: 3px;
  margin-top: 0;
  color: #FF5C00;
}
.content-page .literature .li_bottom .li_bottom_r .btn.btn_download i {
  float: none;
  margin-right: 4px;
  font-size: 15px;
}
.content-page .literature .li_bottom .li_bottom_r .btn.btn_download:hover {
  background: #FF5C00;
  color: #fff;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box {
  width: 700px;
  background: #fff;
  position: absolute;
  right: 0;
  bottom: 30px;
  padding: 10px 15px;
  border-radius: 4px;
  display: none;
  box-shadow: 0px 0px 40px 0px rgba(192, 201, 213, 0.5);
  -webkit-box-shadow: 0px 0px 40px 0px rgba(192, 201, 213, 0.5);
}
.content-page .literature .li_bottom .li_bottom_r .quote_box .title {
  padding: 0px 0 10px 0;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  border-bottom: 1px #f1f1f1 solid;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li {
  margin-bottom: 10px;
  background: #fff;
  width: 100%;
  padding: 0;
  margin: 0 0 10px;
  height: auto;
  line-height: 24px;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li label {
  padding: 8px;
  line-height: 24px;
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 21%;
  text-align: right;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li .textBox {
  width: 79%;
  background: #f6f6f6;
  padding: 8px;
  line-height: 24px;
  font-size: 14px;
  float: right;
  display: inline-block;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li .textBox p {
  font-size: 14px;
  display: inline-block;
  float: left;
  width: 88%;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li .textBox .copy_btn {
  width: 60px;
  font-size: 14px;
  float: right;
  display: inline-block;
  text-align: center;
  cursor: pointer;
}
.content-page .literature .li_bottom .li_bottom_r .quote_box ul li .textBox .copy_btn i {
  font-size: 14px;
  color: #666;
  margin-right: 2px;
}
.content-page > .turnThePage {
  margin: 0;
}
.content-page > .turnThePage a,
.content-page > .turnThePage span {
  margin: 10px 8px 0 0;
  color: #5D6E7F;
  font-size: 16px;
}
.content-page > .turnThePage .zxfPagenum {
  width: auto;
  padding: 0 14px;
  height: 36px;
  line-height: 36px;
}
.content-page > .turnThePage .checkedPage {
  background: #2C68FF;
  color: #fff;
}
.content-page > .turnThePage .checkedPage .zxfPagenum:hover {
  background: #2C68FF;
  color: #fff;
}
.content-page .turnThePage_2 {
  text-align: center;
}
.content-page .turnThePage_2 span,
.content-page .turnThePage_2 a {
  margin: 10px 5px 20px;
}
.content-page .contentSeeMore {
  display: none;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5);
  background: -webkit-gradient(linear, 50% 0, 50% 70%, from(transparent), to(rgba(255, 255, 255, 0.95)));
  height: 100px;
}
.content-page .contentSeeMore .see-more {
  height: 32px;
  cursor: pointer;
  font-size: 14px;
  color: #0E59AF;
  line-height: 32px;
  text-align: center;
  margin: 60px 0 0 0;
  position: relative;
}
.content-page .contentSeeMore .see-more i {
  width: 19px;
  height: 12px;
  background-position: -136px -638px;
  margin-left: 6px;
}
.content-page .contentSeeMore .see-more span {
  z-index: 10;
  background-color: #fff;
}
.content-page.content_seeMore {
  max-height: 1150px;
  overflow: hidden;
}
.content-page.content_seeMore .contentSeeMore {
  display: block;
}
.bredcrumb {
  padding: 55px 0 27px 0;
}
h2.title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  padding: 40px 0 30px;
  line-height: 36px;
}
.brand-type .loadmore a {
  width: 160px;
  height: 42px;
  background: #a7cadf;
  border-radius: 21px;
  line-height: 42px;
}
.brand-type .turnThePage {
  text-align: center;
  padding: 0px 11px;
  margin: 0;
}
.brand-type .turnThePage a,
.brand-type .turnThePage span {
  margin: 10px 5px 20px;
}
.tabs {
  display: block;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 40px;
}
.tabs li {
  width: 240px;
  height: 50px;
  float: left;
  cursor: pointer;
  line-height: 50px;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-bottom: 0;
}
.tabs li .icon-product-bra {
  background-position: -349px -327px;
  width: 22px;
  height: 22px;
}
.tabs li .icon-brand {
  background-position: -372px -327px;
  width: 22px;
  height: 22px;
}
.tabs li a {
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #666666;
}
.tabs li a i {
  margin-right: 6px;
}
.tabs li.checked {
  background: #0f61af;
  border: none;
}
.tabs li.checked a {
  color: white;
}
.tabs li.checked a .icon-product-bra {
  background-position: -349px -350px;
  width: 22px;
  height: 22px;
}
.tabs li.checked a .icon-brand {
  background-position: -371px -350px;
  width: 22px;
  height: 22px;
}
.product-content > .header-content {
  height: 32px;
  background: #e2e2e2;
  background: rgba(226, 226, 226, 0.2);
  line-height: 32px;
  font-size: 14px;
  padding: 0 0 0 20px;
  font-weight: 300;
  margin-bottom: 32px;
  color: #666666;
}
.product-content > .header-content i {
  font-size: 18px;
  margin: -3px 5px 0 5px;
  font-style: normal;
  font-weight: 500;
  color: #666666;
  display: inline-block;
  vertical-align: middle;
  font-family: "DIN-MEDIUM", "Microsoft YaHei", "微软雅黑", sans-serif, Helvetica, Arial;
}
.product-content > .header-content .turnThePage {
  margin: 0;
  float: right;
}
.product-content > .header-content .turnThePage a {
  margin-top: 0;
  margin-bottom: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.product-content > .header-content .turnThePage .pagination-ellipsis {
  margin-top: 0;
  margin-bottom: 0;
}
.product-content ul li:not(:last-child) {
  margin-bottom: 30px;
}
.product-content ul li aside {
  width: 150px;
  height: 112px;
  float: left;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.product-content ul li aside a {
  border-radius: 8px;
  text-align: center;
  border: 1px solid #f2efef;
  display: inline-block;
  height: 100%;
  width: 100%;
}
.product-content ul li aside a img {
  width: auto;
  max-height: 75%;
  max-width: 90%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.product-content ul li > div {
  margin-left: 170px;
  min-height: 112px;
  border-bottom: 1px dotted #E2E2E2;
}
.product-content ul li > div h3 {
  line-height: 22px;
  font-size: 18px;
  padding-bottom: 6px;
  max-height: 67px;
  overflow: hidden;
}
.product-content ul li > div h3 a {
  max-height: 50px;
  overflow: hidden;
  display: inline-block;
}
.product-content ul li > div h3:hover a {
  color: #1465B1 !important;
}
.product-content ul li > div h3 a {
  font-size: 18px;
  color: #333333;
  line-height: 26px;
}
.product-content ul li > div p:nth-of-type(1) {
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}
.product-content ul li > div p.title {
  height: 23px;
  line-height: 24px;
  margin: 10px 0 5px 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
}
.product-content ul li > div p.title a {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
}
.product-content ul li > div .parameter {
  overflow: hidden;
  height: 67px;
}
.product-content ul li > div .parameter .desc {
  font-size: 14px;
  color: #666666;
  max-height: 59px;
  overflow: hidden;
}
.product-content ul li > div .parameter > table {
  width: 690px;
  border-collapse: collapse;
}
.product-content ul li > div .parameter > table td > div {
  margin-bottom: 0;
  padding: 2px;
}
.product-content ul li > div .parameter > table td > div span:nth-of-type(1) {
  color: #666666;
  width: 72px;
  display: inline-block;
  word-break: keep-all;
  white-space: nowrap;
  text-align: right;
  float: left;
  font-size: 12px;
  overflow: hidden;
}
.product-content ul li > div .parameter > table td > div span:nth-of-type(2) {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 120px;
  line-height: 17px;
}
.product-content ul li > div .parameter > table td > div i {
  float: left;
  margin: 0 6px 0 8px;
  font-style: normal;
  font-weight: 500;
}
.product-content .bottom-expand {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.product-content .bottom-expand span {
  cursor: pointer;
  width: 110px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  /* position: absolute; */
  display: inline-block;
  background: #e2e2e2;
  color: #666666;
  /* left: 44%; */
  font-size: 14px;
  font-weight: 300;
  border-radius: 5px 5px 0px 0px;
}
.product-content-brand-type {
  margin-bottom: 10px;
  border: 1px solid #efefef;
}
.product-content-brand-type .total_1 {
  display: none;
}
.product-content-brand-type .top-page {
  height: 42px;
  margin: 20px 0 0 0;
}
.product-content-brand-type .top-page a,
.product-content-brand-type .top-page span {
  margin: 5px;
}
.product-content-brand-type.expanded {
  box-shadow: 10px 9px 13px -1px #cccccc30;
}
.product-content-brand-type.unExpand .turnThePage {
  display: none;
}
.product-content-brand-type.unExpand .product-content {
  height: 134px;
  overflow: hidden;
}
.product-content-brand-type.unExpand .product-content li aside {
  width: 100px;
  overflow: hidden;
  height: 75px;
}
.product-content-brand-type.unExpand .product-content li aside a {
  border: none;
}
.product-content-brand-type.unExpand .product-content li aside a img {
  width: 100%;
  height: auto;
}
.product-content-brand-type.unExpand .product-content li > div {
  height: auto;
  border-bottom: none;
  margin-left: 120px;
}
.product-content-brand-type.unExpand .product-content li > div table {
  width: 747px;
}
.product-content-brand-type.unExpand .product-content li > div table td > div span:nth-of-type(2) {
  width: 137px;
}
.product-content-brand-type.unExpand .product-content li > div .parameter {
  margin-top: 0;
}
.product-inner .brand-top {
  border-bottom: 1px solid #efefef;
  height: 50px;
  background: #ffffff;
}
.product-inner .brand-top h3 {
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  border-bottom: 1px solid #efefef;
  line-height: 50px;
  padding: 0 20px;
  border-bottom: 0;
}
.product-inner .brand-top h3 span:nth-of-type(1) {
  max-width: 560px;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-break: keep-all;
  display: inline-block;
  overflow: hidden;
  float: left;
}
.product-inner .brand-top h3 span:nth-of-type(2) {
  font-size: 14px;
  font-weight: 300;
  margin-left: 17px;
  color: #666666;
  line-height: 26px;
}
.product-inner .brand-top h3 span:nth-of-type(2) i {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
  color: #ef5959;
  line-height: 26px;
}
.product-inner .brand-top h3 span:nth-of-type(3) {
  font-size: 12px;
  cursor: pointer;
  font-weight: 300;
  color: #0f61af;
}
.product-inner .brand-top h3 span:nth-of-type(3) i {
  margin-left: 2px;
}
.product-inner .inner-content ul {
  padding: 20px;
}
.postbird-box-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.35);
  display: none;
}
.postbird-box-container .postbird-box-content {
  width: 400px;
  height: 147px;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
.postbird-box-container .postbird-box-content .postbirdclose {
  background-position: -63px -323px;
  width: 30px;
  height: 30px;
  background-image: url(../images/icon1.png);
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.postbird-box-container .postbird-box-content p {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #3F5D79;
  line-height: 28px;
  margin: 27px auto 24px;
  text-align: center;
}
.postbird-box-container .postbird-box-content .btnBox {
  overflow: hidden;
  text-align: center;
}
.postbird-box-container .postbird-box-content .btnBox .btn {
  width: 95px;
  display: inline-block;
  text-align: center;
  line-height: 34px;
  height: 34px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  color: #3385FF;
  background: #E5F2FF;
  border: 1px solid #3385FF;
  border-radius: 3px;
  margin: 0 10px;
}
.postbird-box-container .postbird-box-content .btnBox .on {
  width: 115px;
  background: #0364FF;
  color: #FFFFFF;
}
.postbird-box-container.active {
  display: block;
}
.brand-content .operate_m > label {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  float: left;
  height: 36px;
  line-height: 36px;
  display: inline-block;
  margin-right: 20px;
}
.brand-content .operate_m > ul {
  float: left;
}
.brand-content .operate_m > ul > li {
  height: 36px;
  line-height: 36px;
  margin-right: 30px;
  float: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  text-align: center;
}
.brand-content .operate_m > ul > li > i {
  width: 15px;
  height: 15px;
  background: #ffffff;
  border: 1px solid #999999;
  border-radius: 2px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: text-bottom;
  position: relative;
}
.brand-content .operate_m > ul > li.checked_1 i:after {
  left: 2px;
  top: 2px;
  content: '';
  width: 9px;
  height: 9px;
  background: #1465b1;
  position: absolute;
}
.brand-content .operate_m > ul .select {
  width: 138px;
  height: 36px;
  background: #f0f0f0;
  border: 1px solid #f0f0f0;
}
.brand-content .operate_m > ul .select .filter-box {
  width: 100%;
  position: relative;
}
.brand-content .operate_m > ul .select .filter-box .filter-text {
  width: 100%;
}
.brand-content .operate_m > ul .select .filter-box .filter-text input {
  width: 100%;
  height: 34px;
  line-height: 34px;
}
.brand-content .operate_m > ul .select .filter-box .filter-text i {
  right: 10px;
}
.brand-content .operate_m > ul .select .filter-box .filter-list {
  width: 100%;
}
.brand-content .list {
  margin-top: 35px;
}
.brand-content .list table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}
.brand-content .list table thead th {
  font-size: 12px;
  font-weight: bold;
  height: 45px;
  border-right: 1px solid #F0F0F0;
  line-height: 45px;
  background-color: #FAFAFA;
  text-align: center;
  color: #999999;
}
.brand-content .list table thead th:last-child {
  border-right: 0;
}
.brand-content .list table tbody tr:nth-child(odd) td {
  background-color: #F8FBFF;
}
.brand-content .list table tbody tr:nth-child(even) td {
  background-color: white;
}
.brand-content .list table tbody tr td {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  text-align: center;
  padding: 13px;
  border-right: 1px solid #F0F0F0;
  border-top: 1px solid #F0F0F0;
}
.brand-content .list table tbody tr td:nth-of-type(2) {
  font-family: DIN-MEDIUM;
}
.brand-content .list table tbody tr td:last-child {
  border-right: 0;
}
.brand-content .list table tbody tr td.see a {
  color: #1465b1;
}
.brand-content .list table tbody tr td .name {
  font-size: 14px;
  font-weight: 300;
  color: #1465b1;
}
.brand-content .list table tbody tr td i {
  display: inline-block;
  width: 22px;
  height: 15px;
  margin-right: 5px;
}
.loading {
  top: 10%;
  width: 142px;
  text-align: center;
  margin: 0 auto;
  height: 142px;
  border-radius: 12px;
  background-color: white;
}
.loading .loading-img {
  background-image: url('../images/loading_pro1duct.gif');
  width: 120px;
  height: 120px;
  text-align: center;
  margin: 0 auto;
  margin-top: 11px;
}
