.head_box {
  display: flex;
  justify-content: space-evenly;
  height: 1.25rem;
}
.head_box .head_left {
  display: flex;
  align-items: center;
  width: 6.25rem;
  height: 1.25rem;
}
.head_box .head_left .logo {
  height: 0.875rem;
  cursor: pointer;
}
.head_box .head_left .title {
  color: #343434;
  font-size: 0.325rem;
  margin-left: 0.1875rem;
}
.head_box .head_right {
  width: 7.5rem;
  height: 1.25rem;
}
.head_box .head_right .ul {
  display: flex;
  justify-content: space-around;
  font-size: 0.2rem;
}
.head_box .head_right .ul .li {
  line-height: 1.25rem;
}
.type_area_C {
  height: 5rem;
  background-image: url(../image/medicine/YC_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.medicine_info {
  padding-top: 0.375rem;
  background-color: #f5f5f5;
}
.medicine_info .content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
  background-color: #fff;
}
.medicine_info .content .top_info {
  position: relative;
  display: flex;
  width: 100%;
  height: 5rem;
}
.medicine_info .content .top_info .left_info {
  width: 4.375rem;
  height: 5rem;
  text-align: center;
  line-height: 5rem;
  border: 0.0125rem solid #992d2f;
}
.medicine_info .content .top_info .left_info .image_info {
  width: 95%;
  background-color: #992d2f;
}
.medicine_info .content .top_info .left_info .layer {
  display: none;
  width: 2.5rem;
  height: 2.5rem;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  top: 0;
  cursor: move;
}
.medicine_info .content .top_info .right_info {
  flex: 1;
  padding: 0 0 0 0.375rem;
}
.medicine_info .content .top_info .right_info .title_info {
  height: 0.75rem;
  color: #585858;
  font-size: 0.25rem;
  font-weight: 700;
  padding-top: 0.125rem;
  border-bottom: 0.0125rem solid #ccc;
}
.medicine_info .content .top_info .right_info .message {
  height: 2.75rem;
}
.medicine_info .content .top_info .right_info .message .row {
  display: flex;
  height: 0.6875rem;
  width: 100%;
  font-size: 0.2rem;
  line-height: 0.6875rem;
}
.medicine_info .content .top_info .right_info .message .row .span {
  display: inline-block;
  width: 25%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.medicine_info .content .top_info .right_info .message .row .span999 {
  width: 50%;
}
.medicine_info .content .top_info .right_info .count_box {
  display: flex;
  align-items: center;
  height: 0.5rem;
  font-size: 0.2rem;
}
.medicine_info .content .top_info .right_info .count_box .btn_add {
  display: flex;
  margin: 0 0.125rem;
  border: 0.0125rem solid #f5f5f5;
}
.medicine_info .content .top_info .right_info .count_box .btn_add .btn {
  width: 0.45rem;
  height: 0.45rem;
  font-size: 0.25rem;
}
.medicine_info .content .top_info .right_info .count_box .btn_add .inpt {
  width: 0.75rem;
  font-size: 0.175rem;
  padding-left: 0.3125rem;
}
.medicine_info .content .top_info .right_info .subscribe {
  display: flex;
  align-items: center;
  height: 1rem;
}
.medicine_info .content .top_info .right_info .subscribe .phoneCall {
  display: block;
  width: 2.375rem;
  height: 0.5rem;
  line-height: 0.5rem;
  color: #fff;
  font-size: 0.225rem;
  text-align: center;
  border-radius: 0.0625rem;
  background-color: #992d2f;
  cursor: pointer;
}
.medicine_info .content .top_info .right_info .subscribe .buy {
  margin-left: 0.25rem;
}
.medicine_info .content .top_info .large {
  position: absolute;
  left: 4.5rem;
  top: 0;
  width: 4.375rem;
  height: 5rem;
  box-shadow: 0 0 0.125rem rgba(0, 0, 0, 0.2);
  z-index: 999;
  background-color: #fff;
  display: none;
  background-size: 10rem 10rem;
}
.medicine_info .content .remind_info {
  padding: 0.25rem 0.25rem;
  background-color: #f5f5f5;
}
.medicine_info .content .remind_info .remindA {
  font-size: 0.225rem;
  font-weight: 600;
  color: #992d2f;
}
.medicine_info .content .remind_info p {
  font-size: 0.2rem;
}
.medicine_info .content .bottom_info {
  width: 100%;
}
.medicine_info .content .bottom_info .bottomA {
  width: 100%;
  height: 0.625rem;
  line-height: 0.625rem;
  font-size: 0.275rem;
  color: #992d2f;
  margin-bottom: 0.25rem;
  border-bottom: 0.0125rem solid #992d2f;
}
.medicine_info .content .bottom_info .bottomB {
  width: 70%;
  margin: 0 auto;
}
.medicine_info .content .bottom_info .bottomB .bottomB_image {
  width: 100%;
  height: 100%;
}
.contact_box {
  height: 3.75rem;
  background-image: url(../image/home/lixiwomen.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contact_box .content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.contact_box .content .title {
  position: relative;
  height: 1.25rem;
}
.contact_box .content .title .bg_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 1rem;
  height: 1rem;
  background-image: url(../image/logo-2.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.contact_box .content .title .textA {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  font-size: 0.4375rem;
  font-family: cursive;
  font-weight: 700;
  color: #fff;
}
.contact_box .content .contact {
  height: 2.5rem;
}
.contact_box .content .contact .ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.contact_box .content .contact .ul .li_item {
  width: 34%;
  line-height: 0.625rem;
  color: #fff;
  white-space: nowrap;
}
.contact_box .content .contact .ul .li_item .iconfont {
  font-size: 0.25rem;
}
.contact_box .content .contact .ul .li_item .item_text {
  margin-left: 0.0625rem;
  font-size: 0.25rem;
}
.bottom_box {
  height: 1.25rem;
}
.bottom_box .content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.bottom_box .content .btm_text {
  text-align: center;
  line-height: 1.25rem;
  font-size: 0.2rem;
}
.side_box {
  position: fixed;
  bottom: 0.625rem;
  right: 0.125rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #992d2f;
  border-radius: 50%;
  z-index: 100;
}
.side_box:hover {
  background-color: #6e4646;
}
.side_box .get_back_top {
  line-height: 0.625rem;
  text-align: center;
}
.side_box .get_back_top .iconfont {
  color: #fff;
  font-size: 0.3rem;
}
