.content_area {
  min-height: 400px;
  background:#fff;
}
.search-head{
    margin:0 auto;
    width:1200px;
    opacity:1;
    max-width: 100%;
}
.search-head .search-area{
    display:flex;
    justify-content:start;
    align-items: center;
    width: 627px;
    height: 60px;
    padding:1px 0;
    margin:48px auto 0;
    background: #FFFFFF;
    border: 1px solid #D9D9D9;
    border-radius: 12px;
    opacity:1;
}
.search-head .search-area .search-input{
    flex: 1;
    height:100%;
    font-weight: 400;
    font-size: 18px;
    color: #262626;
    border:none;
}
.search-head .search-area .search-result-num{
    width: 100px;
    padding: 0 10px;
    font-size: 14px;
    color: #999999;
}
.search-head .search-area .search-icon{
    width:50px;
    height:100%;
    padding: 20px 14px;
    cursor: pointer;
}
.content{
    width:1200px;
    margin:auto;
    margin-top:97px;
    overflow: hidden;
}
.content.hide{
    display: none;
}
.content .select-container{
    float:right;
    width:333px;
    text-align: left;
    display: none;
}
.content .select-container .title{
    color:#666;
    font-size:16px;
    font-family:PingFang SC;
    font-weight:500;
    position: relative;
    height:50px;
    line-height: 50px;
    padding-left: 16px;
}
.content .select-container .title::before{
    display: block;
    content:'';
    width:4px;
    height:32px;
    background-color: #FC4B42;
    position: absolute;
    left:0;
    top:9px;
}
.content .select-container .select-item{
    color:#666;
    font-size:14px;
    height:35px;
    line-height: 35px;
    padding-left: 38px;
    position: relative;
    cursor: pointer;
}

.content .select-container .line{
    height:1px ;
    background-color: #CCCCCC;
    margin:12px 0;
}
.content .select-container .select-item::before{
    display: block;
    content:'';
    width:10px;
    height:10px;
    position: absolute;
    border:1px solid #eee;
    left:16px;
    top:10px;
}
.content .select-container .select::before{
    display: block;
    content:'';
    width:12px;
    height:12px;
    position: absolute;
    background-color: #FC4B42;
    left:16px;
    top:10px;
}
.content .content-list .item-product-info{
    cursor: pointer;
    padding:0 0 58px 0;
}
.content .content-list .item-product-info .item-content{
    display:flex;
    justify-content: start;
}
.content .content-list .item-product-info .title{
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
}
.content .content-list .item-product-info .desp{
  font-weight: 400;
  font-size: 18px;
  line-height: 189.9%;
  color: #757575;
  margin-bottom: 20px;
}
.content .content-list .item-product-info .left-img{
    width: 180px;
    height: 180px;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: contain !important;
    background: #FAFAFA;
    border-radius: 12px;
}
.content .content-list .item-product-info .right-info{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 38px;
}
.content .content-list .item-product-info .right-info > div:last-child{
  display: flex;
}
.content .content-list .item-product-info .right-info .buy{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 133px;
    height: 52px;
    font-weight: 400;
    font-size: 18px;
    line-height: 120.9%;
    color: #FFFFFF;
    margin-right: 22px;
    background: #FB4B42;
    border-radius: 42px;
}
.content .content-list .item-product-info .right-info .buy span{
  margin: 0 28px 0 20px;
}
.content .content-list .item-product-info .right-info .support{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 159px;
  height: 52px;
  font-weight: 400;
  font-size: 18px;
  line-height: 120.9%;
  color: #FB4B42;
  background: rgba(0, 0, 0, 0.03);
  border-radius: 42px;
}
.content .content-list .item-product-info .right-info .support.hide{
  display: none;
}
.content .content-list .item-product-info .right-info .support span{
  margin: 0 14px 0 10px;
}


.content .content-list .item-news{
    padding:0 0 58px 0;
    cursor: pointer;
}

.content .content-list .item-news.dividing_line{
  padding-top: 60px;
  border-top: 1px solid #EBEBEB;
}
.content .content-list .item-news .intro{
  width: 788px;
  font-weight: 400;
  font-size: 18px;
  line-height: 189.9%;
  color: #757575;
  margin-bottom: 10px;
}
.content .content-list .item-news .intro-time{
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #757575;
}
.content .content-list .item-news .title{
  width: 734px;
  font-weight: 600;
  font-size: 28px;
  line-height: 34px;
  color: #000000;
  margin: 8px 0;
}
.content .content-list .item-news .left-img img{
  max-height: 250px;
  max-width: 430px;
  border-radius: 12px;
}

.content .content-list .item-question{
    padding:0 76px 58px 76px;
    cursor: pointer;
}
.content .content-list .item-question .item-content{
   
}
.content .content-list .item-question .title{
    color:#1473E6;
    font-size:24px;
    margin-bottom: 20px;
}
.content .content-list .item-question .item-content .question-detail{
    color:#999;
    font-size:14px;
    margin-bottom: 30px;
}
.content .content-list .item-question .item-content .question-time{
    color:#999;
    font-size:14px;
}

.no-content{
    min-height: 680px;
    background-color: #fff;
    padding: 232px 0 282px 0;
    text-align: center;
}
.no-content.hide{
    display: none;
}
.no-content img{

}
.no-content p{
    padding-top: 48px;
    font-size:20px;
    font-family:PingFang SC;
    font-weight:400;
    color:rgba(153,153,153,1);
}

.pagination{
    width: 1200px;
    margin: 0 auto 160px;
    padding-left: 76px;
}
.pagination.hide{
    display: none;
}