* {
  font-family: 'Microsoft Yahei', 'PingFang SC', 'Avenir', 'Segoe UI', 'Hiragino Sans GB', STHeiti, 'Microsoft Sans Serif', 'WenQuanYi Micro Hei', sans-serif;
}
.hide {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.placeholder::placeholder {
  color: #777 !important;
}
.placeholder::-webkit-input-placeholder {
  /* WebKit browsers */

  color: #777 !important;
}
.placeholder:-moz-placeholder {
  /* Mozilla Firefox 19+ */

  color: #777 !important;
}
.placeholder:-ms-input-placeholder {
  /* Internet Explorer 10+ */

  color: #777 !important;
}
.bread-line {
  width: 100%;
  height: 40px;
  line-height: 40px;
  float: left;
  text-align: left;
}

.alert-box {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  z-index: 999999999;
}
.alert-box .alert-shadow {
  width: 100%;
  height: 100%;
  float: left;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 999;
}
.alert-box .alert-main-con {
  width: 630px;
  position: absolute;
  z-index: 1000;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -315px;
  background-color: white;
  border-radius: 10px;
  padding-bottom: 60px;
  overflow: hidden;
}
.alert-box .alert-main-con .relative-box {
  width: 100%;
  float: left;
  position: relative;
}
.alert-box .alert-main-con .relative-box .alert-title {
  width: 100%;
  height: 48px;
  float: left;
  position: relative;
  background-color: #5C2B6F;
  color: white;
  text-align: center;
}
.alert-box .alert-main-con .relative-box .alert-title span {
  font-size: 16px;
  line-height: 48px;
}
.alert-box .alert-main-con .relative-box .alert-title a {
  position: absolute;
  top: 4px;
  right: 15px;
  line-height: 48px;
  color: white;
  font-size: 20px;
}
.alert-box .alert-main-con .relative-box .alert-con {
  width: 100%;
  float: left;
  padding: 45px;
  box-sizing: border-box;
}
.alert-box .alert-main-con .relative-box .alert-con .remark-info {
  width: 100%;
  line-height: 30px;
  float: left;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item {
  width: 100%;
  float: left;
  clear: both;
  margin-bottom: 10px;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item textarea {
  width: 100%;
  float: left;
  border: solid 1px #DCDCDC;
  line-height: 24px;
  padding: 5px 10px;
  box-sizing: border-box;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item input {
  padding: 2px 10px;
  box-sizing: border-box;
  float: left;
  line-height: 24px;
  border: solid 1px #DCDCDC;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item input.w100 {
  width: 100%;
}
.alert-box .alert-main-con .relative-box .alert-con .con-item .verification-code {
  width: 71px;
  height: 30px;
  float: left;
}
.alert-box .alert-main-con .relative-box .alert-btn {
  width: 100%;
  padding: 0 45px;
  box-sizing: border-box;
  height: 40px;
  position: absolute;
  bottom: -30px;
  text-align: center;
}
.alert-box .alert-main-con .relative-box .alert-btn a {
  padding: 0 20px;
  height: 40px;
  border-radius: 5px;
  line-height: 40px;
}
.alert-box .alert-main-con .relative-box .alert-btn a.cur {
  background-color: #5C2B6F;
  color: white;
}
.container {
  position: relative;
  width: 1100px;
  margin: 0 auto 10px;
  line-height: 20px;
  clear: both;
}
.container .search-con {
  width: 100%;
  float: left;
  background-color: white;
  padding: 20px;
  margin-bottom: 10px;
  box-sizing: border-box;
}
.container .page {
  width: 100%;
  height: 30px;
  float: left;
  text-align: center;
}
.container .con-detail {
  width: 740px;
  float: left;
  background-color: white;
  margin-bottom: 10px;
  padding: 20px;
  box-sizing: border-box;
}
.container .con-detail .search-condition {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: white;
}
.container .con-detail .search-condition .title-search-input {
  width: 100%;
  float: left;
  border-bottom: solid 1px #eeeeee;
  box-sizing: border-box;
  padding-bottom: 10px;
}
.container .con-detail .search-condition .title-search-input span {
  height: 32px;
  line-height: 32px;
  float: left;
  color: #5C2B6F;
  font-size: 16px;
  font-weight: bold;
}
.container .con-detail .search-condition .title-search-input a {
  float: right;
  background-color: #5C2B6F;
  color: white;
  height: 30px;
  width: 87px;
  text-align: center;
  line-height: 30px;
  border-radius: 5px;
}
.container .con-detail .search-condition .search-fast {
  width: 100%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
  position: relative;
}
.container .con-detail .search-condition .search-fast .more-material {
  width: 17px;
  height: 10px;
  position: absolute;
  top: 90px;
  right: 0;
}
.container .con-detail .search-condition .search-fast table tr {
  width: 100%;
  float: left;
}
.container .con-detail .search-condition .search-fast table tr td {
  line-height: 40px;
}
.container .con-detail .search-condition .search-fast table tr td:first-child {
  width: 60px;
  text-align: left;
  font-size: 14px;
  vertical-align: top;
}
.container .con-detail .search-condition .search-fast table tr td:last-child {
  width: 640px;
}
.container .con-detail .search-condition .search-fast table tr td a {
  padding: 5px 10px;
  margin: 0 20px 0 0;
}
.container .con-detail .search-condition .search-fast table tr td a.cur,
.container .con-detail .search-condition .search-fast table tr td a:hover {
  background-color: #5C2B6F;
  color: white;
  border-radius: 20px;
}
    .container .con-detail .search-condition .search-fast table tr:last-child {
        /*height: 40px;
  overflow: hidden;*/
    }
.container .con-detail .search-list {
  width: 100%;
  height: auto;
  float: left;
}
.container .con-detail .search-list .item {
  display: inline-block;
  width: 100%;
  height: 130px;
  clear: both;
  border-bottom: solid 1px #EEEEEE;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.container .con-detail .search-list .item .img {
  width: 190px;
  height: 130px;
  float: left;
}
.container .con-detail .search-list .item .img img {
  width: 190px;
  height: 130px;
  float: left;
}
.container .con-detail .search-list .item .con {
  width: 490px;
  height: 130px;
  float: right;
}
.container .con-detail .search-list .item .con .title {
  width: 100%;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
}
.container .con-detail .search-list .item .con .abstract {
  width: 100%;
  height: 60px;
  line-height: 20px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 14px;
}
.container .con-detail .search-list .item .con .info {
  height: 20px;
  width: 100%;
  line-height: 20px;
  float: left;
  margin-top: 20px;
}
.container .con-detail .search-list .item .con .info .date {
  float: left;
  font-size: 14px;
}
.container .con-detail .search-list .item .con .info .statistics {
  float: right;
  text-align: right;
}
.container .con-detail .search-list .item .con .info .statistics .tip {
  padding: 0 10px;
  display: inline-flex;
  text-align: center;
}
.container .con-detail .search-list .item:last-child {
  border: none;
}
.container .con-other {
  width: 350px;
  float: right;
}
.container .con-other .add {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}
.container .con-other .add img {
  width: 100%;
  height: 243px;
  float: left;
}
.container .con-other .hot-news {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: white;
}
.container .con-other .hot-news .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 60px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .hot-news .list-news {
  width: 100%;
  float: left;
}
.container .con-other .hot-news .list-news .item {
  width: 100%;
  float: left;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.container .con-other .hot-news .list-news .item:last-child {
  margin-bottom: 0px;
}
.container .con-other .hot-news .list-news .item .tip {
  width: 20px;
  height: 20p;
  float: left;
  background-color: #5C2B6F;
  color: white;
  text-align: center;
  line-height: 20px;
}
.container .con-other .hot-news .list-news .item .con {
  width: 280px;
  float: right;
}
.container .con-other .hot-news .list-news .item .con .title {
  width: 100%;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
}
.container .con-other .hot-news .list-news .item .con .title a {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
  font-size: 16px;
}
.container .con-other .hot-news .list-news .item .con .title a:hover {
  text-decoration: underline;
}
.container .con-other .hot-news .list-news .item .con .info {
  width: 100%;
  height: 40px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.container .con-other .Recommended-product {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  background-color: white;
}
.container .con-other .Recommended-product .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 60px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .Recommended-product .list-news {
  width: 100%;
  float: left;
}
.container .con-other .Recommended-product .list-news .item {
  width: 100%;
  float: left;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.container .con-other .Recommended-product .list-news .item:last-child {
  margin-bottom: 0px;
}
.container .con-other .Recommended-product .list-news .item .img {
  width: 134px;
  height: 94p;
  float: left;
}
.container .con-other .Recommended-product .list-news .item .img img {
  width: 134px;
  height: 94px;
  float: left;
}
.container .con-other .Recommended-product .list-news .item .con {
  width: 160px;
  float: right;
}
.container .con-other .Recommended-product .list-news .item .con .title {
  width: 100%;
  line-height: 20px;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
}
.container .con-other .Recommended-product .list-news .item .con .title a {
  width: 100%;
  height: 20px;
  float: left;
  margin-bottom: 10px;
  text-indent: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: black;
  font-size: 16px;
}
.container .con-other .Recommended-product .list-news .item .con .title a:hover {
  text-decoration: underline;
}
.container .con-other .Recommended-product .list-news .item .con .info {
  width: 100%;
  height: 60px;
  float: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.container .con-other .cloud-label {
  width: 100%;
  float: left;
  padding-bottom: 10px;
  background-color: white;
}
.container .con-other .cloud-label .title {
  width: 100%;
  float: left;
  color: #5C2B6F;
  line-height: 50px;
  text-indent: 20px;
  font-size: 16px;
}
.container .con-other .cloud-label .list-label {
  width: 100%;
  float: left;
}
.container .con-other .cloud-label .list-label a {
  line-height: 30px;
  margin: 0 15px;
  color: #999999;
}
.container .con-other .cloud-label .list-label a:hover {
  text-decoration: underline;
}
.container .con-other .swiper-pic {
  width: 100%;
  height: 214px;
  float: left;
  margin: 10px 0;
}
.container .con-other .swiper-pic .swiper-container {
  width: 100%;
  height: 214px;
  float: left;
}
.container .con-other .swiper-pic .swiper-container img {
  width: 100%;
  height: 214px;
  float: left;
}
.container .share {
  width: 58px;
  position: absolute;
  top: 0px;
  left: -63px;
}
.container .share p {
  width: 58px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}
.container .share img {
  width: 36px;
  height: 36px;
  float: left;
  margin: 0 11px 10px 11px;
}

