/* 字体：font-family: "pingFangBold"; */
/* 阴影：box-shadow: 0px 3px 20px rgba(51, 51, 51, 0.08); */
.form_item .el-input__inner {
  border-radius: 0 !important;
}
.el-select-dropdown__item.is-disabled > span {
  color: #c0c4cc;
}
.el-cascader-node.is-disabled > span {
  color: #c0c4cc;
}
.form_item .el-cascader .el-input__inner {
  height: 34px;
  line-height: 34px;
}
.serve-pagination {
  text-align: center;
  margin-top: 54px;
  margin-bottom: 49px;
}
.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;
}
.onlyCrumbsNav {
  background-color: #fff !important;
}
.search_top {
  position: relative;
  width: 100%;
  height: 50px;
  background-color: #fff;
  box-shadow: 0px 13px 20px rgba(51, 51, 51, 0.08);
  z-index: 1;
}
.search_top .content_top {
  position: relative;
  height: 50px;
}
.search_top .content_top .content_left {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 260px;
  height: 46px;
  background: #1450EB;
  border-radius: 6px 6px 0px 0px;
  cursor: pointer;
}
.search_top .content_top .content_left .iconfont {
  color: #fff;
  margin-right: 10px;
}
.search_top .content_top .content_left span {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 22px;
  color: #FFFFFF;
}
.search_top .content_top .content_right {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: space-between;
  width: 500px;
  height: 35px;
}
.search_top .content_top .content_right .ipt_box {
  display: flex;
  justify-content: space-between;
  width: 351px;
  height: 36px;
  background: #F9FAFD;
  border-radius: 20px;
  padding: 0 20px;
}
.search_top .content_top .content_right .ipt_box .search_ipt {
  width: 260px;
  height: 100%;
}
.search_top .content_top .content_right .ipt_box .serach_box {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 60px;
  height: 100%;
  cursor: pointer;
}
.search_top .content_top .content_right .ipt_box .serach_box i,
.search_top .content_top .content_right .ipt_box .serach_box span {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
}
.search_top .content_top .content_right .sub_need {
  width: 124px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #11B041;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
}
.shop_show {
  width: 100%;
  background-color: #fff;
  margin-bottom: 20px;
}
.shop_show .show_main {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ECEFF6;
}
.shop_show .show_main .fuwuBanner2 {
  display: none;
  position: absolute;
  top: -82px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.shop_show .show_main .show_left {
  position: relative;
  width: 360px;
  height: 450px;
  z-index: 1;
}
.shop_show .show_main .show_left > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.shop_show .show_main .show_right {
  width: 765px;
}
.shop_show .show_main .show_right .detail-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.shop_show .show_main .show_right .detail-top .detail-top-left .title {
  font-size: 24px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 33px;
  color: #333333;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
}
.shop_show .show_main .show_right .detail-top .detail-top-left .title.ziying::before {
  content: '';
  display: inline-block;
  background: url('../images/fuwudetailziyin.png') no-repeat 0 0 / cover;
  width: 33px;
  height: 20px;
  margin-right: 15px;
}
.shop_show .show_main .show_right .detail-top .detail-top-left .des {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  margin-bottom: 20px;
}
.shop_show .show_main .show_right .detail-top .collection {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 28px;
  padding: 7px 13px;
  border: 1px solid #F5F5F5;
  border-radius: 15px;
  cursor: pointer;
  min-width: 91.19px;
}
.shop_show .show_main .show_right .detail-top .collection i,
.shop_show .show_main .show_right .detail-top .collection span {
  font-size: 14px;
  color: #666666;
  user-select: none;
}
.shop_show .show_main .show_right .detail-top .collection.active {
  background-color: #F5F5F5;
}
.shop_show .show_main .show_right .show_des {
  width: 764px;
  height: 100px;
  padding: 18px 24px 20px 24px;
  background: url(../images/showdesbg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-bottom: 18px;
}
.shop_show .show_main .show_right .show_des .des_item {
  display: flex;
  align-items: baseline;
  margin-bottom: 10px;
}
.shop_show .show_main .show_right .show_des .des_item .text {
  font-size: 14px;
  color: #333333;
  margin-right: 19px;
}
.shop_show .show_main .show_right .show_des .des_item .price {
  font-size: 28px;
  color: #F64041;
  margin-right: 27px;
}
.shop_show .show_main .show_right .show_des .des_item .price::before {
  content: '\ffe5';
  font-size: 16px;
  color: #F64041;
}
.shop_show .show_main .show_right .show_des .des_item div {
  display: flex;
  align-items: center;
}
.shop_show .show_main .show_right .show_des .des_item img {
  width: 21.79px;
  height: 18px;
}
.shop_show .show_main .show_right .show_des .des_item .tip {
  font-size: 13px;
  color: #F64041;
  background-color: #f573741a;
  padding-right: 8px;
  padding-left: 6px;
}
.shop_show .show_main .show_right .show_des .bottom {
  display: flex;
}
.shop_show .show_main .show_right .show_des .bottom .item:nth-of-type(2) {
  margin: 0 83px;
}
.shop_show .show_main .show_right .show_des .bottom .item img {
  width: 16px;
  height: 16px;
  vertical-align: middle;
  margin-right: 7px;
}
.shop_show .show_main .show_right .show_des .bottom .item span {
  font-size: 12px;
  color: #666666;
}
.shop_show .show_main .show_right .show_form .form_item {
  display: flex;
  align-items: flex-start;
  min-height: 35px;
}
.shop_show .show_main .show_right .show_form .form_item .el-cascader {
  margin-bottom: 15px;
  height: 34px;
}
.shop_show .show_main .show_right .show_form .form_item .form_title {
  width: 80px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
  margin-top: 7px;
}
.shop_show .show_main .show_right .show_form .form_item .form-sels {
  display: flex;
  flex-wrap: wrap;
  width: 685px;
}
.shop_show .show_main .show_right .show_form .form_item .form-sels .form-sel {
  height: 34px;
  padding: 8px 18px;
  border: 1px solid #D8D8D8;
  position: relative;
  color: #333333;
  font-size: 13px;
  cursor: pointer;
  margin-bottom: 15px;
}
.shop_show .show_main .show_right .show_form .form_item .form-sels .form-sel:not(:last-of-type) {
  margin-right: 10px;
}
.shop_show .show_main .show_right .show_form .form_item .form-sel.active {
  border: 1px solid #3669EC;
}
.shop_show .show_main .show_right .show_form .form_item .form-sel.active::after {
  content: '';
  width: 18px;
  height: 17.5px;
  display: inline-block;
  background: url('../images/jiao-icon.png') no-repeat 0 0 / cover;
  position: absolute;
  bottom: -1px;
  right: -1px;
}
.shop_show .show_main .show_right .show_form .form_item .form-sel.disabled {
  border: 1px solid #c0c4cc;
  color: #c0c4cc;
  cursor: not-allowed;
}
.shop_show .show_main .show_right .show_form .form_item .area_select,
.shop_show .show_main .show_right .show_form .form_item .type_select {
  width: 325px;
  height: 33px;
}
.shop_show .show_main .show_right .show_form .form_item .count_box {
  width: 130px;
  height: 33px;
}
.shop_show .show_main .show_right .more_botton {
  display: flex;
  margin-top: 22px;
}
.shop_show .show_main .show_right .more_botton .sub_botton {
  width: 190px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #f64041a3;
  margin-right: 20px;
}
.shop_show .show_main .show_right .more_botton .sub_botton.active {
  background: #F64041;
}
.shop_show .show_main .show_right .more_botton .online_service {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 46px;
  border: 1px solid #D8D8D8;
}
.shop_show .show_main .show_right .more_botton .online_service img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}
.shop_show .show_main .show_right .more_botton .online_service span {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.shop_show .more_msg {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0 16px 0;
}
.shop_show .more_msg .ziyin-ensure {
  width: 1200px;
  height: 60px;
}
.shop_show .more_msg div img {
  margin-right: 21px;
  width: 52.31px;
  height: 21.08px;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-crisp-edges;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
.shop_show .more_msg div .tip {
  font-size: 14px;
  color: #333333;
}
.shop_show .more_msg .left {
  display: flex;
}
.shop_show .more_msg .left > img {
  width: 80px;
  height: 54px;
  margin-right: 22px;
}
.shop_show .more_msg .left .left-right .left-right-top {
  margin-bottom: 4px;
}
.shop_show .more_msg .left .left-right .left-right-top .tip {
  color: #333333;
  font-size: 16px;
  margin-right: 27px;
}
.shop_show .more_msg .left .left-right .left-right-top .img-span {
  margin-right: 8px;
  position: relative;
}
.shop_show .more_msg .left .left-right .left-right-top .img-span img {
  width: 16px;
  height: 16px;
}
.shop_show .more_msg .left .left-right .left-right-top .img-span.active::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 3px solid #A4ADC7;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  bottom: -5px;
  left: 5px;
}
.shop_show .more_msg .left .left-right .left-right-top .img-span.active .tip-box::before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border: 3px solid white;
  border-left-color: transparent;
  border-right-color: transparent;
  border-top-color: transparent;
  position: absolute;
  bottom: -6px;
  left: 5px;
  z-index: 1;
}
.shop_show .more_msg .left .left-right .left-right-top .img-span.active .tip-box::after {
  content: attr(tip);
  display: inline-block;
  padding: 2px 7px;
  background-color: white;
  border: 1px solid #A4ADC7;
  position: absolute;
  bottom: -27px;
  left: -5px;
  font-size: 12px;
  color: #364263;
  white-space: nowrap;
  border-radius: 2px;
}
.shop_show .more_msg .left .left-right .left-right-bottom span {
  font-size: 12px;
  color: #999999;
}
.shop_show .more_msg .ensure {
  width: 432px;
  height: 21px;
}
.shop_show .more_msg .promise {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.more_information {
  padding-top: 20px;
}
.more_information .information_main {
  display: flex;
  justify-content: space-between;
  padding-bottom: 67px;
}
.more_information .information_main .main_left {
  width: 820px;
}
.more_information .information_main .main_left .tabel_top {
  display: flex;
  width: 100%;
  height: 45px;
  border-bottom: 1px solid #C2DFFF;
  background-color: #fff;
}
.more_information .information_main .main_left .tabel_top .tabel_item {
  width: 190px;
  font-size: 16px;
  font-weight: 400;
  line-height: 45px;
  text-align: center;
  color: #333333;
  cursor: pointer;
}
.more_information .information_main .main_left .tabel_top .active {
  background-color: #1450EB;
  color: #fff;
}
.more_information .information_main .main_left .main_info {
  padding: 26px;
  background-color: #fff;
  border: 1px solid #F5F5F5;
}
.more_information .information_main .main_left .main_info img {
  width: 768px !important;
}
.more_information .information_main .main_left .main_info .serdetail1 {
  width: 405px;
  height: 44px;
}
.more_information .information_main .main_left .main_info .explain_font {
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  color: #333333;
}
.more_information .information_main .main_left .main_info .serdetail2 {
  width: 342px;
  height: 44px;
  margin: 75px 0 20px 0;
}
.more_information .information_main .main_left .main_info .process_detail {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
  height: 240px;
  background-color: #F9FAFD;
  padding: 20px 34px;
  padding-right: 0;
}
.more_information .information_main .main_left .main_info .process_detail .detail_item {
  display: flex;
  width: 25%;
}
.more_information .information_main .main_left .main_info .process_detail .detail_item .process_img {
  width: 35px;
  height: 35px;
  margin-right: 20px;
}
.more_information .information_main .main_left .main_info .process_detail .detail_item .captions {
  width: 90px;
}
.more_information .information_main .main_left .main_info .process_detail .detail_item .captions .captions_title {
  font-size: 16px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin-bottom: 8px;
}
.more_information .information_main .main_left .main_info .process_detail .detail_item .captions .captions_des {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
}
.more_information .information_main .main_left .main_info .serdetail3 {
  width: 373px;
  height: 44px;
  margin: 62px 0 30px 0;
}
.more_information .information_main .main_left .main_info .material_detail {
  width: 100%;
  display: flex;
}
.more_information .information_main .main_left .main_info .material_detail .detail_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
.more_information .information_main .main_left .main_info .material_detail .detail_item .material_img {
  width: 78px;
  height: 87px;
}
.more_information .information_main .main_left .main_info .material_detail .detail_item .title {
  font-family: "pingFangBold";
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
  color: #333333;
  margin: 15px 0 5px 0;
}
.more_information .information_main .main_left .main_info .material_detail .detail_item .des {
  width: 100px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #666666;
  text-align: center;
}
.more_information .information_main .main_left .main_info .serdetail4 {
  width: 325px;
  height: 44px;
  margin: 80px 0 70px 0;
}
.more_information .information_main .main_left .main_info .samples {
  display: flex;
  width: 60%;
  justify-content: space-around;
  margin: 0 auto;
}
.more_information .information_main .main_left .main_info .samples .sample_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.more_information .information_main .main_left .main_info .samples .sample_item .sample_img {
  width: 133px;
  height: 177px;
  margin-bottom: 20px;
}
.more_information .information_main .main_left .main_info .samples .sample_item .title {
  font-size: 16px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 22px;
  color: #333333;
}
.more_information .information_main .main_left .main_info .serdetail5 {
  width: 358px;
  height: 44px;
  margin: 110px 0 25px 0;
}
.more_information .information_main .main_left .main_info .serdetail6 {
  width: 768px;
  height: 200px;
}
.more_information .information_main .main_left .main_evaluate {
  background-color: #fff;
  padding-top: 28px;
  border: 1px solid #F5F5F5;
}
.more_information .information_main .main_left .main_evaluate .score_detail {
  display: flex;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 128px;
  height: 130px;
  border-right: 1px solid #F5F5F5;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left .get_score {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left .number_score {
  font-size: 24px;
  font-family: 'shuzi';
  font-weight: 500;
  color: #F64041;
  margin: 10px 0;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left .starts {
  width: 80px;
  display: flex;
  justify-content: space-between;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left .starts i {
  font-size: 12px;
  color: #D8D8D8;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_left .starts .active {
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_middle {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  width: 331px;
  height: 130px;
  margin: 0 10px;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_middle .comprehensive {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 29px;
  padding: 0 15px;
  cursor: pointer;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_middle .comprehensive span {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_middle .comprehensive i {
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_middle .bg {
  background: url(../images/score_detail.png) no-repeat center center;
  background-size: 100%;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  width: 335px;
  height: 130px;
  background-color: #F5F5F5;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look {
  display: flex;
  align-items: center;
  justify-content: center;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_left {
  display: flex;
  justify-content: space-between;
  width: 90px;
  margin-right: 20px;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_left .iconfont {
  font-size: 12px;
  color: #D8D8D8;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_left .red {
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_middle {
  width: 40px;
  font-size: 12px;
  font-weight: 400;
  color: #333333;
  margin-right: 20px;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_middle i {
  font-size: 12px;
  font-weight: 400;
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_right {
  width: 140px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_accounted .progressBox {
  width: 140px;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_accounted .progressBox .el-progress-bar__outer {
  background-color: transparent;
}
.more_information .information_main .main_left .main_evaluate .score_detail .score_right .score_look .look_accounted .progressBox .el-progress__text {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #F8A12B;
}
.more_information .information_main .main_left .main_evaluate .evaluate_tab {
  display: flex;
  align-items: center;
  width: 808px;
  height: 46px;
  background: #F5F5F5;
  margin: 0 auto;
  margin-top: 20px;
}
.more_information .information_main .main_left .main_evaluate .evaluate_tab .tab_item {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin: 0 25px;
  cursor: pointer;
}
.more_information .information_main .main_left .main_evaluate .evaluate_tab .active {
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list {
  width: 808px;
  margin: 0 auto;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item {
  position: relative;
  display: flex;
  padding-top: 30px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 120px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_left .header_img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_left .name {
  width: 50px;
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
  text-align: center;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right {
  width: 688px;
  padding-bottom: 30px;
  border-bottom: 1px solid #F5F5F5;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .starts {
  width: 80px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .starts i {
  font-size: 12px;
  color: #D8D8D8;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .starts .active {
  color: #F64041;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .good_introduce {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #999999;
  margin-bottom: 10px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_content {
  width: 600px;
  font-size: 14px;
  font-family: "pingFangBold";
  font-weight: 400;
  line-height: 20px;
  color: #333333;
  margin-bottom: 20px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_imgs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_imgs .img_item {
  width: 80px;
  height: 80px;
  margin-left: 30px;
  overflow: hidden;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_imgs .img_item img,
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_imgs .img_item video {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  cursor: pointer;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .comment_imgs .img_item:first-child {
  margin-left: 0;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content {
  display: flex;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item {
  position: relative;
  padding: 0 25px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item:first-child {
  padding-left: 0;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item:first-child::after {
  content: '';
  position: absolute;
  right: 0;
  top: 7px;
  width: 1px;
  height: 12px;
  background-color: #BBBBBB;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item .iconfont {
  font-size: 12px;
  font-weight: 400;
  cursor: pointer;
  color: #666666;
  margin-right: 10px;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item .iconfont.active {
  color: #1450EB;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .item_right .more_content .content_item .number {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
}
.more_information .information_main .main_left .main_evaluate .evaluation_list .list_item .quality_img {
  position: absolute;
  top: 20px;
  right: 30px;
  width: 60px;
  height: 60px;
}
.more_information .information_main .main_left .main_evaluate .onlyPage {
  margin-top: 55px;
}
.more_information .information_main .main_left .main_questions {
  min-height: 725px;
  background-color: #fff;
  border: 1px solid #F5F5F5;
}
.more_information .information_main .main_left .main_questions .questions {
  width: 808px;
  margin: 0 auto;
}
.more_information .information_main .main_left .main_questions .questions .ques_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #F5F5F5;
  padding: 30px 0 30px 20px;
}
.more_information .information_main .main_left .main_questions .questions .ques_item .title {
  font-size: 18px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 25px;
  color: #333333;
  margin-bottom: 10px;
}
.more_information .information_main .main_left .main_questions .questions .ques_item .des {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #666666;
}
.more_information .information_main .main_left .need_box {
  font-size: 22px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 30px;
  color: #333333;
  margin: 40px 0 15px 0;
}
.more_information .information_main .main_left .need_goods {
  display: flex;
  justify-content: space-between;
  width: 820px;
  height: 265px;
}
.more_information .information_main .main_left .need_goods .good_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 198px;
  padding: 7px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
.more_information .information_main .main_left .need_goods .good_item:hover {
  box-shadow: 0px 3px 20px 1px rgba(51, 51, 51, 0.08);
}
.more_information .information_main .main_left .need_goods .good_item .good_img {
  width: 184px;
  height: 184px;
  background-color: #F5F7FF;
}
.more_information .information_main .main_left .need_goods .good_item .good_title {
  width: 184px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  color: #333333;
  margin: 10px 0;
}
.more_information .information_main .main_left .need_goods .good_item .price_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 184px;
}
.more_information .information_main .main_left .need_goods .good_item .price_info .price span:nth-child(1) {
  font-size: 16px;
  font-family: 'shuzi';
  font-weight: 500;
  line-height: 19px;
  color: #F64041;
}
.more_information .information_main .main_left .need_goods .good_item .price_info .price span:nth-child(2) {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #999999;
}
.more_information .information_main .main_left .need_goods .good_item .price_info .free_price {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #F64041;
}
.more_information .information_main .main_left .need_goods .good_item .price_info .use_person {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  color: #BBBBBB;
}
.more_information .information_main .main_left .need_goods .free .price {
  display: none !important;
}
.more_information .information_main .main_left .need_goods .free .free_price {
  display: block;
}
.more_information .information_main .main_left .need_goods .pay .free_price {
  display: none !important;
}
.more_information .information_main .main_left .need_goods .pay .price {
  display: block;
}
.more_information .information_main .main_right {
  width: 360px;
}
.more_information .information_main .main_right .hot_cakes {
  width: 100%;
  height: 68px;
  background: url(../images/hotcakes.png) no-repeat center center;
  background-size: 100%;
  padding: 24px 0 0 30px;
  font-size: 22px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 30px;
  color: #333333;
}
.more_information .information_main .main_right .hot_ul {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
}
.more_information .information_main .main_right .hot_ul a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 25px 0;
  margin-bottom: 30px;
  padding: 0 25px;
}
.more_information .information_main .main_right .hot_ul a .hot_img {
  width: 100px;
  height: 100px;
  margin-right: 18px;
}
.more_information .information_main .main_right .hot_ul a .hot_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 182px;
}
.more_information .information_main .main_right .hot_ul a .hot_info .title {
  font-family: "pingFangBold";
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  color: #333333;
}
.more_information .information_main .main_right .hot_ul a .hot_info .title:hover {
  color: #1450EB;
}
.more_information .information_main .main_right .hot_ul a .hot_info .des {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #999999;
}
.more_information .information_main .main_right .hot_ul a .hot_info .price {
  position: relative;
  font-size: 18px;
  font-family: 'din';
  font-weight: 500;
  line-height: 29px;
  color: #F64041;
  margin-left: 15px;
}
.more_information .information_main .main_right .hot_ul a .hot_info .price::after {
  content: '\ffe5';
  position: absolute;
  bottom: -2px;
  left: -15px;
  font-family: 'shuzi';
  font-size: 16px;
  font-weight: 500;
  line-height: 29px;
  color: #F64041;
}
.swiper_top {
  height: 360px;
  width: 360px;
  overflow: hidden;
}
.swiper_top .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper_top .swiper-button-next {
  right: 0;
  bottom: 10px !important;
  top: auto !important;
  color: #D8D8D8;
  margin-right: -10px;
}
.swiper_top .swiper-button-next::after {
  font-size: 25px;
  font-weight: 600;
}
.swiper_top .swiper-button-prev {
  left: 0;
  bottom: 10px !important;
  top: auto !important;
  color: #D8D8D8;
  margin-left: -10px;
}
.swiper_top .swiper-button-prev::after {
  font-size: 25px;
  font-weight: 600;
}
.swiper_bottom {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 300px;
  height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
.swiper_bottom .swiper-wrapper {
  display: flex;
  justify-content: space-between;
}
.swiper_bottom .swiper-wrapper .swiper-slide {
  width: 60px !important;
  height: 60px;
  margin: 0 9px !important;
  cursor: pointer;
}
.swiper_bottom .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
}
.swiper_bottom .swiper-wrapper .swiper-slide img.active {
  border: 1px solid #1450EB;
}
.more_package {
  position: relative;
  border: 1px solid #F5F5F5;
  background-color: #fff;
  margin-top: 20px;
  overflow: hidden;
}
.more_package .package_title {
  padding: 10px 0 0 40px;
  height: 44px;
  font-size: 16px;
  font-weight: bold;
  font-family: "pingFangBold";
  line-height: 22px;
  color: #333333;
  border-bottom: 1px solid #F5F5F5;
}
.more_package .package_wiper {
  width: 1100px;
  height: 300px;
  margin: 25px auto;
  overflow: hidden;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide {
  position: relative;
  width: 260px;
  background-color: #F9FAFD;
  margin-right: 20px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide:hover .detail_botton {
  background-color: #1450EB;
  color: #fff !important;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .top_title {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 46px;
  background: url(../images/packagelibg2.png) no-repeat center center;
  background-size: 100%;
  font-size: 16px;
  font-family: "pingFangBold";
  font-weight: bold;
  line-height: 22px;
  color: #FFFFFF;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .top_title.recom {
  background: url(../images/packagelibg.png) no-repeat center center;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_ul {
  display: flex;
  flex-wrap: wrap;
  padding: 15px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_ul li {
  width: 50%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_ul li img {
  width: 14px;
  height: 14px;
  margin-right: 10px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_ul li span {
  width: 95px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #223455;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_bottom {
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  width: 230px;
  height: 30px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_bottom .price {
  display: flex;
  align-items: baseline;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_bottom .price span {
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  color: #F64041;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_bottom .price span:nth-child(2) {
  font-size: 23px;
  font-family: 'shuzi';
  margin: 0 5px;
}
.more_package .package_wiper .swiper-wrapper .swiper-slide .package_bottom .detail_botton {
  width: 100px;
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  color: #1450EB;
  border: 1px solid #CBD9FF;
}
.more_package .next_self,
.more_package .pre_self {
  position: absolute;
  top: 185px;
  width: 28px;
  height: 28px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  border-radius: 50%;
}
.more_package .next_self {
  right: 10px;
  background-image: url(../images/right_arrow.png);
}
.more_package .next_self:hover {
  background-image: url(../images/right_arrow_hover.png);
}
.more_package .pre_self {
  left: 10px;
  background-image: url(../images/left_arrow.png);
}
.more_package .pre_self:hover {
  background-image: url(../images/left_arrow_hover.png);
}
