.displayNone {
  display: none !important;
}
.top_header {
  position: relative;
  width: 100%;
  height: 200px;
  background: url(../images/bgdaan.png) no-repeat center center;
  background-size: 100% 100%;
}
.top_header .header_title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 40px;
  font-size: 28px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 40px;
  color: #333333;
}
.top_header .serach_more {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
  width: 865px;
  height: 50px;
}
.top_header .serach_more .search_left {
  display: flex;
  justify-content: space-between;
  width: 720px;
  height: 50px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  border-radius: 4px;
  overflow: hidden;
}
.top_header .serach_more .search_left .search_ipt {
  flex: 1;
  height: 50px;
  background-color: #fff;
  padding-left: 25px;
}
.top_header .serach_more .search_left .search_button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 50px;
  background-color: #1450EB;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.top_header .serach_more .search_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 50px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
  background-color: #fff;
}
.filter_box {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
  margin-bottom: 20px;
}
.filter_box .filter_top {
  display: flex;
}
.filter_box .filter_top .filter_ul {
  display: flex;
  height: 40px;
}
.filter_box .filter_top .filter_ul .filter_li {
  font-size: 14px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-right: 40px;
  cursor: pointer;
}
.filter_box .filter_top .filter_ul .active {
  position: relative;
  color: #1450EB;
}
.filter_box .filter_top .filter_ul .active::after {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #1450EB;
}
.filter_box .filter_middle {
  display: flex;
}
.filter_box .filter_middle .right_box {
  padding-top: 15px;
  width: 1050px;
  border-top: 1px dashed #ECEFF6;
  border-bottom: 1px dashed #ECEFF6;
}
.filter_box .filter_middle .right_box .middle_ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 1050px;
}
.filter_box .filter_middle .right_box .middle_ul .middle_li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin-right: 30px;
  cursor: pointer;
  margin-bottom: 15px;
}
.filter_box .filter_middle .right_box .middle_ul .active {
  color: #1450EB;
}
.filter_box .filter_middle .right_box .middle_ul .noColor {
  color: #999999;
  cursor: default;
}
.filter_box .filter_bottom {
  display: flex;
  padding-top: 15px;
}
.filter_box .filter_bottom .right_type {
  display: flex;
}
.filter_box .filter_bottom .right_type .type_item {
  display: flex;
  font-size: 14px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-right: 55px;
  cursor: pointer;
}
.filter_box .filter_bottom .right_type .type_item .arrow {
  position: relative;
  width: 20px;
  height: 20px;
}
.filter_box .filter_bottom .right_type .type_item .arrow i {
  transform: scale(0.5);
}
.filter_box .filter_bottom .right_type .type_item .arrow .upward {
  transform: scale(0.5) rotate(180deg);
}
.filter_box .filter_bottom .right_type .type_item .arrow i:nth-child(1) {
  position: absolute;
  top: -3px;
  left: 3px;
}
.filter_box .filter_bottom .right_type .type_item .arrow i:nth-child(2) {
  position: absolute;
  bottom: -3px;
  left: 3px;
}
.filter_box .filter_bottom .right_type .active {
  color: #1450EB;
}
.filter_box .filter_bottom .right_type .active .arrow.upClass i:nth-child(1) {
  color: #1450EB;
}
.filter_box .filter_bottom .right_type .active .arrow.downClass i:nth-child(2) {
  color: #1450EB;
}
.filter_box .left_title {
  font-size: 14px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin-right: 15px;
}
.main_detail {
  display: flex;
  justify-content: space-between;
}
.main_detail .main_left {
  width: 820px;
}
.main_detail .main_left .list_ul .list_li {
  padding: 33px 24px;
  background-color: #fff;
  margin-bottom: 20px;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.main_detail .main_left .list_ul .list_li .main_info {
  display: flex;
  justify-content: space-between;
}
.main_detail .main_left .list_ul .list_li .main_info .li_left {
  width: 120px;
  height: 120px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle {
  width: 440px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .title {
  font-size: 20px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-bottom: 8px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .tips {
  margin-bottom: 8px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .tips div {
  display: inline-block;
  padding: 3px 6px;
  line-height: 23px;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #FFFFFF;
  background-color: #F5F5F5;
  margin-right: 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .tips .second {
  color: #666666;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price {
  display: flex;
  justify-content: space-between;
  height: 30px;
  margin-bottom: 8px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .price_info {
  display: flex;
  align-items: baseline;
  width: 350px;
  height: 29px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .price_info .new_price {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #F64041;
  margin-right: 5px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .price_info .new_number {
  position: relative;
  font-size: 24px;
  font-family: 'shuzi';
  font-weight: 500;
  line-height: 29px;
  color: #F64041;
  margin-right: 35px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .price_info .new_number::after {
  content: '￥';
  position: absolute;
  left: -10px;
  bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #F64041;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .price_info .old_price {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
  text-decoration: line-through;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .cer_price {
  display: flex;
  align-items: baseline;
  width: 350px;
  height: 29px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .cer_price .new_number {
  position: relative;
  font-size: 24px;
  font-family: 'shuzi';
  font-weight: 500;
  line-height: 29px;
  color: #F64041;
  margin-right: 35px;
  margin-left: 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .cer_price .new_number::after {
  content: '￥';
  position: absolute;
  left: -10px;
  bottom: 2px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #F64041;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .collection {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 28px;
  border: 1px solid #D8D8D8;
  cursor: pointer;
  border-radius: 15px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .collection i,
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .collection span {
  font-size: 14px;
  color: #666666;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .collection i {
  margin-right: 3px;
  margin-top: 2px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .price .active {
  background-color: #F5F5F5;
  border: none;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .des_info {
  width: 440px;
  background-color: #F9FAFD;
  padding: 12px 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
  margin-bottom: 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .evaluations {
  display: flex;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .evaluations .eval_item {
  position: relative;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
  padding: 0 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .evaluations .eval_item::after {
  content: '';
  width: 1px;
  height: 10px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #666666;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .evaluations .eval_item:nth-child(1) {
  margin-left: -10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .evaluations .eval_item:last-child::after {
  background-color: transparent;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info {
  display: flex;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info .info_item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 170px;
  padding: 0 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info .info_item::after {
  content: '';
  width: 1px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: #666666;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info .info_item:last-child::after {
  background-color: transparent;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info .info_item:first-child {
  margin-left: -10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_middle .order_info .info_item span {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  height: 192px;
  background: url(../images/pinfenbg.png) no-repeat center center;
  background-size: 100% 100%;
  padding-top: 16px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .points {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .points .number {
  font-size: 28px;
  font-family: 'shuzi';
  font-weight: 400;
  line-height: 17px;
  color: #F64041;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .points .font {
  font-size: 12px;
  font-family: 'shuzi';
  font-weight: 400;
  line-height: 17px;
  color: #F64041;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .starts {
  margin-bottom: 25px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .starts i {
  color: #F64041;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .ul_des {
  width: 110px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .ul_des li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .ul_des li span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
.main_detail .main_left .list_ul .list_li .main_info .li_right .ul_des li span:nth-child(2) {
  font-family: 'shuzi';
}
.main_detail .main_left .list_ul .list_li .more_comments {
  display: flex;
  width: 770px;
  margin-top: 23px;
  border-top: 1px dashed #ECEFF6;
}
.main_detail .main_left .list_ul .list_li .more_comments .title {
  font-size: 16px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-bottom: 15px;
}
.main_detail .main_left .list_ul .list_li .more_comments .left_comments {
  width: 50%;
  padding: 16px;
  border-right: 1px solid #ECEFF6;
  padding-left: 0;
}
.main_detail .main_left .list_ul .list_li .more_comments .right_comments {
  width: 50%;
  padding: 16px;
  padding-right: 0;
}
.main_detail .main_left .list_ul .list_li .more_comments .comment_ul {
  padding-left: 10px;
}
.main_detail .main_left .list_ul .list_li .more_comments .comment_ul .comment_item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.main_detail .main_left .list_ul .list_li .more_comments .comment_ul .comment_item .content {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}
.main_detail .main_left .list_ul .list_li .more_comments .comment_ul .comment_item .time {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
}
.main_detail .main_left .list_ul .certification {
  padding-bottom: 22px !important;
}
.main_detail .main_left .list_ul .certification .tips .first {
  color: #333333 !important;
}
.main_detail .main_left .list_ul .proprietary {
  padding-bottom: 0 !important;
}
.main_detail .main_left .list_ul .proprietary .tips .first {
  background-color: #F64041 !important;
  color: white !important;
}
.main_detail .main_right {
  position: relative;
  width: 360px;
  height: 565px;
  background-color: #FBFBFB;
  box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08);
}
.main_detail .main_right .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 360px;
  height: 217px;
}
.main_detail .main_right .right_title {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  top: 25px;
  left: 25px;
  width: 310px;
  height: 30px;
}
.main_detail .main_right .right_title .title_font {
  font-size: 22px;
  font-family: 'pingFangBold';
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.main_detail .main_right .right_title .place {
  display: flex;
  align-items: baseline;
}
.main_detail .main_right .right_title .place .iconfont {
  color: #999999;
}
.main_detail .main_right .right_title .place span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.main_detail .main_right .advisers {
  position: absolute;
  left: 0;
  top: 90px;
  width: 100%;
  height: 450px;
}
.main_detail .main_right .advisers .adviser_item {
  position: relative;
  display: flex;
  padding: 20px 0;
}
.main_detail .main_right .advisers .adviser_item .head_portrait {
  width: 50px;
  height: 50px;
  margin: 0 18px 0 25px;
  border-radius: 50%;
  overflow: hidden;
}
.main_detail .main_right .advisers .adviser_item .adviser_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main_detail .main_right .advisers .adviser_item .adviser_info .info_top {
  display: flex;
  align-items: center;
}
.main_detail .main_right .advisers .adviser_item .adviser_info .info_top .name {
  font-family: "pingFangBold";
  font-size: 20px;
  font-weight: bold;
  line-height: 28px;
  color: #333333;
  margin-right: 20px;
}
.main_detail .main_right .advisers .adviser_item .adviser_info .info_top .job {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
}
.main_detail .main_right .advisers .adviser_item .adviser_info .info_bottom {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
}
.main_detail .main_right .advisers .adviser_item .consult_box {
  position: absolute;
  top: 18px;
  right: 16px;
  display: none;
  width: 80px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  background: #3669EC;
  color: #fff;
  font-size: 12px;
}
.main_detail .main_right .advisers .adviser_item:hover {
  background-color: #fff;
}
.prove_oneself {
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #F1F5FB 0%, #FFFFFF 100%);
}
.prove_oneself .prove_content {
  display: flex;
  height: 180px;
  justify-content: space-between;
}
.prove_oneself .prove_content .content_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 240px;
}
.prove_oneself .prove_content .content_item .prove_img {
  width: 68px;
  height: 68px;
}
.prove_oneself .prove_content .content_item .title {
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  margin: 20px 0 4px 0;
}
.prove_oneself .prove_content .content_item .des {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
