* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  display: block;
  max-width: 100%;
}
.wrapper {
  width: 1170px;
  margin: 0 auto;
}
.header {
  width: 100%;
  display: flex;
  align-items: flex-start;
  padding: 20px 0;
}
.header_l {
  width: 1px;
  flex: 1;
  margin-right: 15px;
}
.header_r {
  width: 380px;
  display: flex;
  padding-left: 15px;
  margin-right: 100px;
}
.notice_tit {
  width: 120px;
  height: 28px;
  background: #ed145b;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_cont {
  width: 100%;
  margin-top: 10px;
  max-height: 180px;
  overflow-y: auto;
}

.wx_item {
  width: 50%;
  padding-left: 15px;
}
.wx_tit {
  width: 100%;
  height: 40px;
  background: #22b14c;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
}
.wx_img {
  width: 100%;
  padding: 20px;
}

.pro_title {
  width: 100%;
  background: rgb(245, 245, 245);
  margin-top: 15px;
  padding: 18px 10px;
}
.pro_title > p {
  text-align: center;
  font-size: 24px;
}
.pro_tabbar {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 25px;
}
.pro_tabbar > div {
  cursor: pointer;
  width: 90px;
  height: 34px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background: rgb(112,125,126);
}
.pro_tabbar > div.active {
  background: #ed145b;
}

.pro_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 100px;
}
.pro_col {
  width: 33.33%;
  /*margin-right: 12.5%;*/
  margin-top: 20px;
  padding: 0 4%;
}
.pro_col:nth-child(3n) {
  /*margin-right: 0;*/
}
.pro_col_img {
  width: 100%;
  height: 312px;
}
.pro_col_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro_col_title {
  text-align: center;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 8px;
  font-size: 18px;
}
.pro_col_price {
  display: flex;
  width: 100%;
  height: 38px;
  background: linear-gradient(90deg, #fda5b2, #ed145b);
  margin-top: 8px;
  font-family: 'Arial';
}
.pro_col_price > div:first-of-type {
  width: 30%;
  height: 100%;
  border-right: 3px solid #fff;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.pro_col_price > div:first-of-type > span {
    font-size: 17px;
 }
.pro_col_price > div:last-of-type {
  width: 1px;
  flex: 1;
  height: 100%;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.pro_col_price > div > small {
  font-size: 14px;
  margin-left: 8px;
  display: flex;
  align-items: center;
}
.pro_col_price > div > small > p {
  margin-left: 2px;
}
.pro_col_jan {
  text-align: center;
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  font-family: 'Arial';
}
.pro_col_quantity {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  line-height: 1;
  margin-top: 8px;
}
.pro_col_quantity > div {
  display: flex;
  align-items: center;
  margin-left: 6px;
}
.pro_col_quantity > div > input {
  display: block;
  outline: none;
  border: 1px solid #333;
  width: 40px;
  line-height: 22px;
  margin: 0 5px;
  text-align: center;
  border-radius: 2px;
}
.pro_col_quantity > div > span {
  width: 22px;
  height: 22px;
  font-size: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  line-height: 1;
  padding-bottom: 5px;
}

.pro_cls {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
.pro_cls_item {
  min-width: 65px;
  width: auto;
  height: 30px;
  border: 0;
  border-radius: 5px;
  color: white;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 5px;
  margin-right: 5px;
  cursor: pointer;
}



.submit_btn {
  position: fixed;
  right: 40px;
  bottom: 120px;
  z-index: 999990;
  width: 50px;
  height: 50px;
  background: #ed145b;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
  cursor: pointer;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
  }
  .header {
    flex-direction: column;
    padding: 20px 15px;
  }
  .header_l {
    width: 100%;
    margin-right: 0;
  }
  .header_r {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    margin-right: 0;
  }
  .pro_list {
    padding: 0 0 100px;
  }
  .pro_col {
    width: 50%;
    padding: 0 1%;
    /*margin-right: 2%;*/
  }
  /*.pro_col:nth-child(3n) {*/
  /*  margin-right: 2%;*/
  /*}*/
  /*.pro_col:nth-child(2n) {*/
  /*  margin-right: 0;*/
  /*}*/
  .pro_col_img {
    height: 180px;
  }
  .pro_col_price > div:first-of-type {
    font-size: 14px;
  }
  .pro_col_price > div:first-of-type > span {
    font-size: 12px;
  }
  .pro_col_price > div:last-of-type {
    font-size: 15px;
  }
  .pro_col_price > div > small {
    font-size: 12px;
  }
  .wx_item {
    padding-left: 0;
    padding-right: 10px;
  }
  .submit_btn {
    right: 10px;
  }
  .pro_col_title {
    font-size: 15px;
  }
}


.dd_table {
  width: 100%;
  margin-top: 50px;
  border-collapse: collapse;
}
.dd_table td {
  padding: 8px 5px;
  font-size: 16px;
  line-height: 1.6;
}
.dd_table thead td {
  border-bottom: 1px solid #000;
}
.remark {
  width: 100%;
  margin-top: 30px;
  border: 1px solid #666;
  border-radius: 4px;
  overflow: hidden;
}
.remark > textarea {
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 16px;
  border: none;
  font-family: '微软雅黑', Arial;
}
.remark > input {
  width: 100%;
  display: block;
  font-size: 16px;
  border: none;
  padding: 10px;
  font-family: '微软雅黑', Arial;
}

.dd_btn {
  margin-top: 10px;
  width: 110px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  background: #ed145b;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}
.dd_btn2 {
  width: 110px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  background: #ed145b;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px; 
  position: fixed;
  top: 30px;
  right: 30px;
}

.payment_code {
  width: 300px;
  margin: 10px auto 0;
}
.payment_code img {
  width: 100%;
}


.wxts {
  text-align: center;
  color: red;
  font-size: 15px;
  line-height: 1.5;
  margin: 10px 0 15px;
}

@media screen and (max-width: 750px) {
  .payment_code {
    max-width: 300px;
  }
  .wxts {
    font-size: 12px;
  }
}


.dingdan_popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999991;
  background: rgba(0, 0, 0, .3);
  display: none;
}
.dingdan_popup_panel {
  width: 350px;
  max-width: 98%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-sizing: border-box;
}
.dingdan_popup_col {
  margin-top: 10px;
  width: 100%;
}
.dingdan_popup_col:first-of-type {
  margin-top: 0;
}
.dingdan_popup_btn {
  margin-top: 10px;
  width: 100%;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  color: #fff;
  background: #ed145b;
  line-height: 1;
  cursor: pointer;
  border-radius: 4px;
}

.dingdan_popup_title {
  font-size: 20px;
  text-align: center;
  color: blue;
  line-height: 40px;
  margin-top: 10px;
}
.dingdan_popup_hint {
  font-size: 14px;
  color: blue;
  margin-top: 10px;
}


.search_btn {
  width: 120px;
  height: 34px;
  background: #ed145b;
  color: #fff !important;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}
