@font-face {
  font-family: fangCircle;
  /*src: url('fonts/alimamafangyuanti.ttf'),*/
    /*url('fonts/alimamafangyuanti.ttf'),*/
    /*url('fonts/alimamafangyuanti.ttf');*/

  /*src: url('fonts/SourceHanSansCN-Normal.otf'),*/
  /*url('fonts/SourceHanSansCN-Normal.otf'),*/
  /*url('fonts/SourceHanSansCN-Normal.otf');*/

  src: url('fonts/MiSans-Normal.ttf'),
  url('fonts/MiSans-Normal.ttf'),
  url('fonts/MiSans-Normal.ttf');

  /* IE9 */
  /*src:url('https://kfb2b.oss-cn-shenzhen.aliyuncs.com/images/applet_icon/alimamafangyuanti.ttf'),*/
  /*url('https://kfb2b.oss-cn-shenzhen.aliyuncs.com/images/applet_icon/alimamafangyuanti.ttf'),*/
  /*url('https://kfb2b.oss-cn-shenzhen.aliyuncs.com/images/applet_icon/alimamafangyuanti.ttf'); !* IE9 *!*/
}

@font-face {
  font-family: robotoRegular;
  src: url('fonts/Roboto-Regular.ttf'),
  url('fonts/Roboto-Regular.ttf'),
  url('fonts/Roboto-Regular.ttf');
}


.module {
  width: 1200px;
  margin: 0 auto;
  padding: 0px 40px;
}

/*顶部公告*/
.system_notice_line {
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.system_notice {
  width: 1280px;
  margin: 0 auto;
  min-height: 50px;
  text-align: left;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  font-size: 14px;
}

.system_notice_left {
  width: 36px;
  height: 36px;
  margin-left: 40px;
  font-size: 20px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px 20px 20px 20px;
  background: #FFF3F3;
  color: #FF7744;
}

.system_notice_mid {
  flex-grow: 1;
  color: #333333;
  margin: 0px 10px;
}


.system_notice_right {
  position: relative;
  margin-right: 40px;
}

.system_notice_right:hover .notice_tooltip {
  visibility: visible;
  opacity: 1;
}

.closeIcon {
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.notice_tooltip {
  visibility: hidden;
  opacity: 0;
  width: 216px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 4px;
  padding: 8px 0px;
  position: absolute;
  z-index: 1;
  bottom: -150%;
  right: -75%;
  transition: opacity 0.3s;
}

.notice_tooltip::before {
  content: "";
  position: absolute;
  top: -6px;
  left: 83%;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.7);
}

/*顶部广告结束*/


/*顶部账号信息*/

.accountDialog {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6);
}

.accountDialog_content {
  width: 700px;
  max-height: 470px;
  background-color: #ffffff;
  margin: 0 auto;
  padding: 10px 20px 20px 20px;
  border-radius: 20px;
  font-size: 18px;
  overflow: auto;
  /* 允许滚动 */
}

/*滚动条隐藏*/
.accountDialog_content::-webkit-scrollbar {
  display: none;
}

.accountDialog_title {
  color: #FF3D0C;
  align-items: center;
  display: flex;
  margin-top: 10px;
}

.accountDialog_lab {
  width: 2px;
  height: 20px;
  background: #FF3D0C;
  border-radius: 100px 100px 100px 100px;
  margin-right: 7px;
}

.accountDialog_con {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F3F5F7;
  border-radius: 10px;
  padding: 20px;
  color: #333333;
  margin-top: 10px;
}

.accountDialog_btn {
  color: #FF3D0C;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #FF3D0C;
  padding: 7px 10px;
  cursor: pointer;
}

.accountDialog_name {
  flex: 1;
}

.topLine {
  background-color: #ffffff;
  font-size: 14px;
  color: #333333;
}

.topLine_con {
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.topLine_account {
  display: flex;
  align-items: center;
}

.topLine_name {
  margin-right: 10px;
  max-width: 320px;
}

/*顶部账号信息结束*/

/*共用样式*/

.good_list_all {
  margin: 0 auto;
  width: 1280px;
  height: auto;
  display: table;
}

.good_list_contain {
  width: 1280px;
  height: auto;
  display: table;
}

.good_list_module{
  width:1200px;margin: 0 auto;
}
.good_list_module_con{
  width: 1200px ;overflow: hidden;
}

.centerCss {
  display: flex;
  justify-content: center;
  align-items: center;
}


.locationDes {
  width: 1200px;
  margin: 0 40px;
  font-size: 16px;
  color: #333333;
  height: 38px;
  line-height: 38px;
}

/*数量加减框*/

.uni_goodNum_line{
  display: flex;
  border-radius: 100px;
  border-top: 1px solid #E8ECEE;
  border-bottom: 1px solid #E8ECEE;
}

.uni_goodNum_cut {
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #E8ECEE;
  color: #C4C4C4;
  font-size: 26px;
  cursor: pointer;
}

.uni_goodNum_ipt {
  width: 58px;
  height: 34px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  border: none;
  outline: 0;
}

.uni_goodNum_add {
  width: 34px;
  height: 34px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 1px solid #E8EBEE;
  color: #747474;
  font-size: 26px;
  cursor: pointer;
}

/*处方药标识*/
.uni_good_cf {
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  padding: 0px 2px;
  margin-right: 4px;
}

/*共用样式结束*/

.newForm_3_3 {
  background: #FFFFFF;
  width: 100%;
  margin: 0 auto;
  margin-top: 1px;
  display: flex;
  justify-content: space-between;
  position: relative;
}


.newForm_3_3_content {
  padding: 10px;
  display: flex;
  align-items: center;
  flex: 1;
  position: relative;
}


.newForm_3_3_content_details {
  margin-right: 10px;
  width: 228px;
}

.newForm_3_3_content_otc {
  font-family: Arial, Arial;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  padding: 0 2px;
  margin-right: 4px;
  border-radius: 2px 2px 2px 2px;
}

.newForm_3_3_content_title {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-bottom: 6px;
}

.newForm_3_3_content_text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 19px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
}

.newForm_3_3_content_img {
  width: 120px;
  height: 120px;
  border-radius: 4px 4px 4px 4px;
  margin-right: 10px;
}

.newForm_3_3_content_price {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
}

.newForm_3_3_content_tap {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 16px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  width: 16px;
  height: 16px;
  background: #709FEB;
  border-radius: 2px 2px 2px 2px;
  margin-right: 4px;
}

.newForm_3_3_content_price {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  text-transform: none;
  margin-left: 10px;
}

.newForm_3_3_num {
  width: calc(15% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
  border-right: 1px solid #EFEFEF;
  border-left: 1px solid #EFEFEF;
}

.newForm_3_3_num_btn {
  width: 36px;
  height: 36px;
  border-radius: 100px 100px 100px 100px;
  border: 1px solid #E8ECEE;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.newForm_3_3_num_text {
  width: 55px;
  height: 32px;

  /* 超出。。。 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* input边框删除 */
  border: none;
  outline: none;
  text-align: center;
  font-style: normal;
  text-transform: none;
  padding: 0 2px;
}

.newForm_3_3_shoping {
  width: 12%;
  background: #FFFFFF;
  border-radius: 0px 0px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}

