.main_body {
  padding-top: 1rem;
}

.main_body .company-header {
  background: #094d90;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_body .company-header .company-logo {
  width: 0.88rem;
  height: 0.88rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_body .company-header .company-logo img {
  max-width: 100%;
  max-height: 100%;
}

.main_body .company-header .compony-info {
  margin: 0 0.16rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
}

.main_body .company-header .compony-info p {
  font-size: 0.25rem;
  font-weight: bold;
  color: white;
  line-height: 0.3rem;
}

.main_body .company-header .compony-info p.name {
  font-size: 0.28rem;
  font-weight: 600;
  color: white;
  line-height: 0.4rem;
  margin-bottom: 0.12rem;
}

.main_body .company-header .e-address {
  font-size: 0.28rem;
  font-weight: 600;
  color: white;
  line-height: 0.4rem;
}

.main_body .company-header .e-address i {
  font-size: 0.2rem;
  margin-right: 5px;
  vertical-align: top;
}

.main_body .company_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 0.72rem;
  line-height: 0.72rem;
  border-bottom: 1px solid #ddd;
}

.main_body .company_menu .exchange_cards {
  width: 1.96rem;
  text-align: center;
  position: relative;
  font-size: 0.28rem;
  font-weight: 400;
  color: #0276c9;
  background-color: #fff;
}

.main_body .company_menu .exchange_cards i {
  margin-right: 5px;
  font-size: 0.26rem;
}

.main_body .company_menu .exchange_cards::before {
  content: "";
  display: inline-block;
  width: 0.1rem;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  background: -webkit-gradient(linear, right top, left top, from(#d8d8d8), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(270deg, #d8d8d8 0%, rgba(255, 255, 255, 0) 100%);
}

.main_body .company_menu .menu_list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
}

.main_body .company_menu .menu_list a {
  display: inline-block;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  padding: 0 0.06rem;
  border-bottom: 2px solid transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 4%;
  height: 0.7rem;
}

.main_body .company_menu .menu_list a.on {
  border-bottom-color: #0276c9;
}

.main_body .company_swiper {
  height: 4.2rem;
  text-align: center;
}

/* .main_body .company_swiper.stand_detail {
  height: 7.5rem;
} */
.main_body .company_swiper .swiper-slide{
  line-height: 4.2rem;
}
.main_body .company_swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.main_body .company_swiper .swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}

.main_body .company_swiper .swiper-pagination-bullet-active {
  width: 26px;
  border-radius: 18px;
  background: #0276c9;
}

.main_body .company_swiper .company_pagination_detail {
  position: absolute;
  right: 0.24rem;
  left: auto;
  bottom: 0.24rem;
  z-index: 100;
  width: 0.72rem;
  height: 0.32rem;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0.16rem;
  font-size: 0.24rem;
  color: white;
}

.main_body .title_1 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #0276c9;
  line-height: 0.46rem;
  padding: 0.3rem 0;
}

.main_body .title_1 img {
  width: 1.37rem;
  vertical-align: middle;
  margin: -3px 0.2rem 0 0.2rem;
}

.main_body .title_2 {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  padding: 0.32rem 0 0.24rem 0;
}

.main_body .title_2 p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.34rem;
}

.main_body .company_txt {
  padding-bottom: 0.24rem;
  margin: 0 0.24rem;
  border-bottom: 1px dashed #dddddd;
}

.main_body .company_txt.company_intro {
  border-bottom: none;
}

.main_body .company_txt p {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.44rem;
}

.main_body .company_txt p span {
  color: #0276c9;
}

.main_body .company_contact_info,
.main_body .exhibitor_info {
  padding: 0 0.24rem 0.12rem 0.24rem;
  position: relative;
}

.main_body .company_contact_info .item,
.main_body .exhibitor_info .item {
  border-top: 1px dashed #dddddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.4rem;
  padding: 0.24rem 0;
}

.main_body .company_contact_info .item .l,
.main_body .exhibitor_info .item .l {
  width: 1.4rem;
}

.main_body .company_contact_info .item .r,
.main_body .exhibitor_info .item .r {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  color: #333333;
}

.main_body .company_contact_info.txt-r .r,
.main_body .exhibitor_info.txt-r .r {
  text-align: left;
}

.main_body .company_contact_info .contact_modal,
.main_body .exhibitor_info .contact_modal {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: rgba(255, 255, 255, 0.98);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_body .company_contact_info .contact_modal button,
.main_body .exhibitor_info .contact_modal button {
  height: 0.64rem;
  background: #0276c9;
  border-radius: 2px;
  border: none;
  padding:0 0.2rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: white;
  outline: none;
}

.main_body .company_li {
  margin: 0.24rem 0.24rem 0 0.24rem;
  padding-bottom: 0.08rem;
  border-bottom: 1px dashed #dddddd;
}

.main_body .company_li.en .item {
  width: 100%;
}

.main_body .company_li .item {
  float: left;
  width: 50%;
  margin-bottom: 0.16rem;
}

.main_body .company_li .item p {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}

.main_body .company_li .item p span {
  color: #666666;
}

.main_body .company_mai_pro {
  margin: 0.24rem;
}

.main_body .company_mai_pro .p1 {
  font-size: 0.28rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.4rem;
  margin-bottom: 0.12rem;
}

.main_body .company_mai_pro .p2 {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}

.main_body .company_pro_hot {
  padding-bottom: 0.24rem;
}

.main_body .company_pro_hot .pro_hot_li {
  padding: 0 0.24rem;
}

.main_body .company_pro_hot .pro_hot_li .item {
  float: left;
  width: calc(50% - 0.12rem);
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 4px 4px;
  padding-bottom: 0.08rem;
  margin-bottom: 0.26rem;
}

.main_body .company_pro_hot .pro_hot_li .item:nth-child(odd) {
  margin-right: 0.24rem;
}

.main_body .company_pro_hot .pro_hot_li .item .img {
  height: 3.41rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_body .company_pro_hot .pro_hot_li .item .img img {
  max-width: 100%;
  min-height: 100%;
}

.main_body .company_pro_hot .pro_hot_li .item .name {
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.34rem;
  margin: 0.08rem 0.12rem 0.04rem 0.12rem;
  height: 0.68rem;
}

.main_body .company_pro_hot .pro_hot_li .item .price {
  margin: 0 0.12rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #f40a0a;
  line-height: 0.4rem;
}

.main_body .company_pro_hot .pro_more {
  text-align: center;
}

.main_body .company_pro_hot .pro_more a {
  font-size: 0.24rem;
  font-weight: 400;
  color: #666666;
  line-height: 0.36rem;
}

.main_body .company_pro_hot .pro_more a i {
  font-size: 0.24rem;
}

.main_body .company_certificate {
  margin: 0 1rem;
  position: relative;
  padding: 0.3rem 0;
}

.main_body .company_certificate .swiper-slide {
  text-align: center;
}

.main_body .company_certificate .swiper-slide .item {
  width: 2rem;
  margin: 0 auto;
}

.main_body .company_certificate .swiper-slide .img {
  width: 2rem;
  height: 2.84rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #eee;
}

.main_body .company_certificate .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}

.main_body .company_certificate .swiper-slide p {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.06rem;
}

.main_body .company_certificate .certificate-swiper-button-prev {
  left: -0.8rem;
}

.main_body .company_certificate .certificate-swiper-button-next {
  right: -0.8rem;
}

.main_body .company_certificate .certificate-swiper-button-prev,
.main_body .company_certificate .certificate-swiper-button-next {
  width: 0.6rem;
  height: 0.6rem;
  text-align: center;
  line-height: 0.6rem;
  outline: none;
  position: absolute;
  top: 1.5rem;
  z-index: 100;
}

.main_body .company_certificate .certificate-swiper-button-prev i,
.main_body .company_certificate .certificate-swiper-button-next i {
  color: #b4b1b4;
}

.main_body .company_footer {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 101;
  background: #fff;
  padding: 0.24rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_body .company_footer a {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.82rem;
  background: #0276c9;
  border-radius: 2px;
  color: #fff;
  text-align: center;
  line-height: 0.82rem;
  font-size: 0.28rem;
  color: white;
}

.main_body .company_footer a i {
  font-size: 0.28rem;
  margin-right: 5px;
}

.main_body .company_footer a:last-child {
  background: #ff7300;
  margin-left: 0.24rem;
}

.main_body .company_footer.detail_footer_pro a {
  line-height: 1;
  background: #fff;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.41rem;
}

.main_body .company_footer.detail_footer_pro a i {
  font-size: 0.4rem;
}

.main_body .company_footer.detail_footer_pro a:last-child {
  width: 2rem;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  background: #0276c9;
  font-size: 0.3rem;
  font-weight: 400;
  color: white;
  line-height: 0.82rem;
}

.main_body .company_footer.detail_footer_pro a:last-child i {
  vertical-align: middle;
}

.main_body .stand_list {
  background: #f5f5f5;
  padding: 0.24rem 0;
  height: calc(100vh - 4.4rem);
}

.main_body .stand_list .swiper-container {
  height: 100%;
  padding: 0 0.24rem;
}

.main_body .stand_list .item {
  background: white;
  border-radius: 4px;
  padding: 0.24rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.main_body .stand_list .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main_body .stand_list .item a .img {
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #f5f5f5;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main_body .stand_list .item a .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 0.16rem;
}

.main_body .stand_list .item a .info .name {
  font-size: 0.28rem;
  font-weight: bold;
  color: #333333;
  line-height: 0.4rem;
}

.main_body .stand_list .item a .info .price {
  font-size: 0.28rem;
  font-weight: 400;
  color: #f40a0a;
  line-height: 0.4rem;
  margin-top: 0.4rem;
}

.main_body .stand_list .swiper-slide {
  height: 2.08rem;
  margin: 0 0rem 0.24rem 0rem;
}

.main_body .stand_list .refresh {
  position: absolute;
  line-height: 100px;
  bottom: 100%;
  text-align: center;
  width: 100%;
}

.main_body .stand_list .loadmore {
  position: absolute;
  line-height: 20px;
  top: 100%;
  text-align: center;
  width: 100%;
}

.main_body .detail_stand_body .name {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  padding: 0.24rem 0.24rem 0.12rem 0.24rem;
}

.main_body .detail_stand_body .attr {
  padding: 0 0.24rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.4rem;
}

.main_body .detail_stand_body .other {
  padding: 0.16rem 0.24rem 0.24rem 0.24rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}

.main_body .detail_stand_body .other i {
  font-style: normal;
  color: #f10909;
}

.main_body .detail_stand_body .other .qd {
  margin-left: 0.5rem;
}

.main_body .detail_stand_body .info_1 {
  padding: 0 0.24rem;
}

.main_body .detail_stand_body .info_1 p {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  line-height: 0.77rem;
}

.main_body .detail_stand_body .info_1 p span {
  color: #999999;
  margin-right: 0.32rem;
}

.main_body .detail_stand_body .spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0.24rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.88rem;
  cursor: pointer;
}

.main_body .detail_stand_body .spec span {
  color: #999999;
  margin-right: 0.32rem;
}

.main_body .detail_stand_body .spec p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.main_body .detail_stand_body .spec i {
  font-style: 0.24rem;
  color: #000000;
}

.main_body .detail_stand_body .pro_detail {
  padding: 0.24rem;
  overflow: auto;
}

.main_body .detail_stand_body .pro_detail .t {
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.46rem;
  margin-bottom: 0.24rem;
}

.business-card-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1000;
  display: none;
}

.business-card-modal .business-card-box {
  position: fixed;
  z-index: 1001;
  background: #fff url("../img/imgwap/img107.png") no-repeat center center;
  background-size: 100% 100%;
  border-radius: 2px;
  height: 5rem;
  width: 80%;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

.business-card-modal .business-card-box .name {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  padding: 0.3rem 0 0.24rem 0.4rem;
}

.business-card-modal .business-card-box .name span {
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.46rem;
  margin-right: 0.16rem;
}

.business-card-modal .business-card-box .company_name {
  background: #0276c9;
  line-height: 0.48rem;
  font-size: 0.28rem;
  color: white;
  padding: 0 0.4rem;
}

.business-card-modal .business-card-box .company_info p {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
  margin-top: 0.24rem;
  padding: 0 0.4rem;
}

.business-card-modal .business-card-box .btn {
  text-align: center;
  border-top: 1px solid #d8d8d8;
  padding-top: 0.24rem;
  margin-top: 0.2rem;
}

.business-card-modal .business-card-box .btn button {
  width: 1.76rem;
  height: 0.58;
  background: #0276c9;
  border-radius: 2px;
  font-size: 0.28rem;
  font-weight: 400;
  color: white;
  line-height: 0.58rem;
  border: none;
  outline: none;
}

.appointment-modal {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
  display: none;
}

.appointment-modal .title {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  line-height: 0.86rem;
  height: 0.86rem;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  position: relative;
}

.appointment-modal .title img {
  position: absolute;
  right: 10px;
  top: 0.25rem;
  cursor: pointer;
  width: 0.36rem;
  height: 0.36rem;
}

.appointment-modal .appointment-box1 {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 90%;
  background: white;
  border-radius: 4px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

.appointment-modal .appointment-box1 .body {
  padding: 0 0.32rem;
}

.appointment-modal .appointment-box1 .body .time,
.appointment-modal .appointment-box1 .body .theme {
  margin-top: 0.4rem;
}

.appointment-modal .appointment-box1 .body .time p,
.appointment-modal .appointment-box1 .body .theme p {
  font-size: 0.28rem;
  font-weight: 400;
  line-height: 0.4rem;
  color: #333333;
}

.appointment-modal .appointment-box1 .body .time p i,
.appointment-modal .appointment-box1 .body .theme p i {
  color: #f10808;
  font-style: normal;
  margin-right: 5px;
}

.appointment-modal .appointment-box1 .body .time p span.tip,
.appointment-modal .appointment-box1 .body .theme p span.tip {
  font-size: 0.24rem;
  color: #999999;
  margin-left: 10px;
}

.appointment-modal .appointment-box1 .body .time input,
.appointment-modal .appointment-box1 .body .theme input {
  display: block;
  height: 0.64rem;
  line-height: 0.64rem;
  width: 100%;
  background: white;
  border: 1px solid #bbbbbb;
  margin-top: 0.16rem;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

.appointment-modal .appointment-box1 .body .time-li {
  margin-top: 0.24rem;
  border-bottom: 1px dashed #ddd;
}

.appointment-modal .appointment-box1 .body .time-li .m {
  float: left;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}

.appointment-modal .appointment-box1 .body .time-li .d {
  padding-left: 0.8rem;
}

.appointment-modal .appointment-box1 .body .time-li .d span {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  text-align: center;
  line-height: 0.5rem;
  background: #eeeeee;
  font-size: 0.3rem;
  font-weight: 400;
  color: #333333;
  margin-right: 0.24rem;
  margin-bottom: 0.24rem;
}

.appointment-modal .appointment-box1 .body .time-li .d span.on {
  background: #227de6;
  color: #fff;
}

.appointment-modal .appointment-box1 .body .time_slot {
  font-size: 0;
  height: 2.39rem;
  overflow-y: auto;
}

.appointment-modal .appointment-box1 .body .time_slot label {
  display: inline-block;
  width: 1.91rem;
  height: 0.5rem;
  line-height: 0.5rem;
  background: white;
  border-radius: 2px;
  border: 1px solid #dcdfe6;
  cursor: pointer;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  margin-top: 0.24rem;
}

.appointment-modal .appointment-box1 .body .time_slot label.disabled {
  background: #eeeeee;
  border: 1px solid #dcdfe6;
  color: #999999;
}

.appointment-modal .appointment-box1 .body .time_slot label.disabled i {
  background: #eeeeee;
  border: 1px solid #dcdfe6;
}

.appointment-modal .appointment-box1 .body .time_slot label i {
  display: inline-block;
  width: 0.24rem;
  height: 0.24rem;
  background: white;
  border-radius: 1px;
  border: 1px solid #dcdfe6;
  vertical-align: middle;
  margin-right: 3px;
}

.appointment-modal .appointment-box1 .body .time_slot label:nth-child(3n-1) {
  margin-left: 0.1rem;
  margin-right: 0.1rem;
}

.appointment-modal .appointment-box1 .body .time_slot label.on {
  border-color: #227de6;
  color: #227de6;
}

.appointment-modal .appointment-box1 .body .time_slot label.on i {
  border-color: #227de6;
  background: url("../img/imgwap/img108.png") no-repeat center center;
  background-size: 100% auto;
}

.appointment-modal .appointment-box1 .body .alert {
  line-height: 0.42rem;
  background: #fffbe6;
  border: 1px solid #ffe58f;
  padding-left: 0.16rem;
  font-size: 0.2rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 0.16rem;
  white-space: nowrap;
}

.appointment-modal .appointment-box1 .body .alert img {
  width: 0.2rem;
  vertical-align: middle;
  margin-top: -3px;
}

.appointment-modal .appointment-box1 .btn-li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.24rem;
}

.appointment-modal .appointment-box1 .btn-li a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.94rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-top: 1px solid #dddddd;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}

.appointment-modal .appointment-box1 .btn-li a:last-child {
  border-left: 1px solid #ddd;
  color: #0276c9;
}

.appointment-modal .appointment-box2 {
  position: fixed;
  left: 50%;
  top: 50%;
  background: #fff;
  width: 6.7rem;
  padding-bottom: 0.4rem;
  background: white;
  border-radius: 4px;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  display: none;
}

.appointment-modal .appointment-box2 .box2-body {
  text-align: center;
}

.appointment-modal .appointment-box2 .box2-body img {
  width: 1.61rem;
  height: 1.56rem;
}

.appointment-modal .appointment-box2 .box2-body p {
  font-size: 0.24rem;
  font-weight: 400;
  color: #303133;
  line-height: 0.34rem;
}

.appointment-modal .appointment-box2 .box2-body button {
  margin-top: 0.87rem;
  width: 1.6rem;
  height: 0.54rem;
  background: #0276c9;
  border-radius: 1px;
  border: 1px solid #227de6;
  font-size: 0.28rem;
  font-weight: 400;
  color: white;
  outline: none;
}

.pro_spec_modal {
  position: fixed;
  left: 0;
  top: 100%;
  right: 0;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.pro_spec_modal .pro_spec_box {
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  z-index: 1001;
  background: #fff;
}

.pro_spec_modal .pro_spec_box .spec_header {
  padding: 0.24rem 0.24rem 0.24rem 2.44rem;
  position: relative;
  border-bottom: 1px solid #eeeeee;
}

.pro_spec_modal .pro_spec_box .spec_header .price {
  font-size: 0.28rem;
  font-weight: 500;
  color: #000000;
  line-height: 0.53rem;
  margin-bottom: 0.1rem;
}

.pro_spec_modal .pro_spec_box .spec_header .price span {
  font-size: 0.38rem;
  color: red;
}

.pro_spec_modal .pro_spec_box .spec_header .qd {
  font-size: 0.28rem;
  font-weight: 400;
  color: #999999;
  line-height: 0.4rem;
}

.pro_spec_modal .pro_spec_box .spec_header .img {
  position: absolute;
  left: 0.24rem;
  bottom: 0.24rem;
  width: 2rem;
  height: 2rem;
  background: #fff;
  overflow: hidden;
  text-align: center;
}
.pro_spec_modal .pro_spec_box .spec_header .img img{
  vertical-align: middle;
}
.pro_spec_modal .pro_spec_box .spec_header .close {
  position: absolute;
  right: 0.24rem;
  top: 0.34rem;
  cursor: pointer;
}

.pro_spec_modal .pro_spec_box .spec_header .close img {
  width: 0.36rem;
  height: 0.36rem;
}

.pro_spec_modal .pro_spec_box .spec_list .t {
  padding: 0.2rem 0.24rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: black;
  line-height: 0.4rem;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view {
  height: 2.38rem;
  overflow-y: auto;
  padding: 0 0.2rem;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view::-webkit-scrollbar {
  width: 6px;
  background: #dddddd;
  border-radius: 6px;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view::-webkit-scrollbar-thumb {
  width: 4px;
  background: #fff;
  border-radius: 4px;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view span {
  display: inline-block;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.66rem;
  background: #f6f6f6;
  border-radius: 4px;
  width: 30%;
  text-align: center;
  margin: 0 0rem 0.2rem 0rem;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view span:nth-child(3n-1) {
  margin: 0 3% 0.2rem 3%;
}

.pro_spec_modal .pro_spec_box .spec_list .spec_list_view span.on {
  background: #0276c9;
  color: #fff;
}

.pro_spec_modal .pro_spec_box .spec_num {
  margin-top: 0.2rem;
  border-top: 1px solid #eeeeee;
}

.pro_spec_modal .pro_spec_box .spec_num .t {
  padding: 0.2rem 0.24rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: black;
  line-height: 0.4rem;
}

.pro_spec_modal .pro_spec_box .spec_num .num_view {
  padding: 0 0.24rem 0.24rem 0.24rem;
  border-bottom: 1px solid #eeeeee;
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
  line-height: 0.48rem;
}

.pro_spec_modal .pro_spec_box .spec_num .num_view .reduce,
.pro_spec_modal .pro_spec_box .spec_num .num_view .plus {
  display: inline-block;
  width: 0.56rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  background: #f6f6f6;
  font-size: 0.26rem;
  color: #999999;
  cursor: pointer;
}

.pro_spec_modal .pro_spec_box .spec_num .num_view input {
  width: 1.6rem;
  text-align: center;
  height: 0.48rem;
  line-height: 0.48rem;
  display: inline-block;
  vertical-align: top;
  background: #f6f6f6;
  border: none;
  outline: none;
  font-size: 0.24rem;
  font-weight: 500;
  color: #333333;
}

.pro_spec_modal .pro_spec_box .spec_btn {
  margin: 0.24rem;
}

.pro_spec_modal .pro_spec_box .spec_btn button {
  cursor: pointer;
  width: 100%;
  font-size: 0.28rem;
  font-weight: 500;
  color: white;
  line-height: 0.72rem;
  border-radius: 0.36rem;
  border: none;
  background: #0276c9;
  outline: none;
}

.pro_inquiry_modal {
  position: fixed;
  left: 0;
  top: 0%;
  right: 0;
  z-index: 1000;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  display: none;
}

.pro_inquiry_modal .pro_inquiry_box {
  position: fixed;
  left: 50%;
  top: 50%;
  width: 6.7rem;
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #fff;
}

.pro_inquiry_modal .pro_inquiry_box .title {
  text-align: center;
  font-size: 0.32rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.86rem;
  position: relative;
  border-bottom: 1px solid #dddddd;
}

.pro_inquiry_modal .pro_inquiry_box .title .close {
  position: absolute;
  right: 0.24rem;
  top: 0.25rem;
  width: 0.36rem;
  height: 0.36rem;
  cursor: pointer;
}

.pro_inquiry_modal .pro_inquiry_box .body {
  padding: 0.24rem;
}

.pro_inquiry_modal .pro_inquiry_box .body .t {
  font-size: 0.28rem;
  font-weight: 600;
  color: #333333;
  line-height: 0.4rem;
  padding: 0 0 0.24rem 0;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.24rem;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .img {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  margin-left: 0.16rem;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .name {
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
  line-height: 0.4rem;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .select {
  height: 0.42rem;
  line-height: 0.42rem;
  background: #f6f6f6;
  border-radius: 0.24rem;
  text-align: center;
  margin-top: 12px;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .select select {
  background: none;
  text-align: center;
  border: none;
  outline: none;
  line-height: 0.42rem;
  height: 0.42rem;
  font-size: 0.24rem;
  font-weight: 400;
  color: #333333;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .price {
  margin-top: 0.26rem;
  overflow: hidden;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .price span {
  font-size: 0.24rem;
  font-weight: 600;
  color: red;
  line-height: 0.34rem;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .price .num {
  float: right;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .price .num i {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  text-align: center;
  line-height: 0.4rem;
  color: #333;
  cursor: pointer;
}

.pro_inquiry_modal .pro_inquiry_box .body .pro_info .info .price .num input {
  width: 0.8rem;
  text-align: center;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  outline: none;
  height: 0.4rem;
  line-height: 0.4rem;
  font-size: 0.28rem;
  font-weight: 400;
  color: #333333;
}

.pro_inquiry_modal .pro_inquiry_box .body .txt textarea {
  display: block;
  width: 100%;
  padding: 0.1rem;
  border: 1px solid #ddd;
  border-radius: 2px;
  outline: none;
}

.pro_inquiry_modal .pro_inquiry_box .pro_inquiry_footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.24rem;
}

.pro_inquiry_modal .pro_inquiry_box .pro_inquiry_footer a {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  line-height: 0.94rem;
  border-top: 1px solid #DDDDDD;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0.32rem;
  font-weight: 400;
  color: #333333;
}

.pro_inquiry_modal .pro_inquiry_box .pro_inquiry_footer a:last-child {
  border-left: 1px solid #ddd;
  color: #0276C9;
}

.pro_tab {
  text-align: center;
  padding: 0.2rem;
}

.pro_tab span {
  cursor: pointer;
  display: inline-block;
  font-size: 0.3rem;
  margin: 0 0.2rem;
  line-height: 0.5rem;
  border-bottom: 1px solid #fff;
}

.pro_tab span.on {
  border-bottom-color: #0276c9;
  color: #0276c9;
}

.pro_tab_view {
  display: none;
}

.pro_tab_view.on {
  display: block;
}

.pro_tab_view iframe {
  width: 100%;
  border: none;
  height: 5rem;
}
/*# sourceMappingURL=shop.css.map */