.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_A {
  height: 5rem;
  background-image: url(../image/medicine/bg10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.medicine_info {
  height: 2.5rem;
}
.medicine_info .content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.medicine_info .content .titleA {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 0.4375rem;
  font-family: cursive;
  font-weight: 700;
  color: #992d2f;
}
.medicine_info .content .titleA .zh {
  margin-top: 0.625rem;
}
.medicine_info .content .titleA .en {
  font-size: 0.25rem;
}
.medicine_list {
  height: 9.5rem;
}
.medicine_list .content {
  width: 70%;
  height: 100%;
  margin: 0 auto;
}
.medicine_list .content ul {
  height: 9.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.medicine_list .content ul .item_boxA {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 26%;
  height: 46%;
  border: 0.0125rem solid #f5f5f5;
}
.medicine_list .content ul .item_boxA:hover {
  cursor: pointer;
  border: 0.0125rem solid #992d2f;
}
.medicine_list .content ul .item_boxA .a_item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
}
.medicine_list .content ul .item_boxA .a_item .a_image {
  width: 100%;
  height: 3.75rem;
}
.medicine_list .content ul .item_boxA .a_item .a_name {
  margin-top: 0.0625rem;
  font-size: 0.25rem;
}
.type_area_B {
  height: 5rem;
  background-image: url(../image/medicine/bg5.png);
  background-repeat: no-repeat;
  background-size: 100% 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;
}
