.cemg_pharmacy_box#wrapper {
  padding-top: 0;
}

.cemg_pharmacy_box .row {
  margin: 0;
}

#cemg_pharmacy {
  color: #000;
}

#cemg_pharmacy img {
  max-width: 100%;
  height: auto;
}

/* 头部样式 */
#cemg_pharmacy .cp_header {
  width: 100%;
  margin-bottom: 0;
}

#cemg_pharmacy .cp_header .header_text {
  padding: 80px 0 10px;
  width: 71%;
  margin: 0 auto;
  font-size: 22px;
  line-height: 30px;
}

#cemg_pharmacy .cp_header .header_text p {
  margin-bottom: 50px;
}

#cemg_pharmacy .cp_main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#cemg_pharmacy .cp_main_content {
  width: 71%;
  margin: 30px auto;
}

#cemg_pharmacy .cp_main_content .cp_content_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-inline-start: 0;
  list-style: none;
}

#cemg_pharmacy .cp_main_content .cp_content_item {
  width: calc(50% - 15px);
  margin-bottom: 30px;
  border: 4px solid #E6E6E6;
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 670px; /* 设置最小高度确保一致 */
}

#cemg_pharmacy .cp_main_content .item_top {
  display: flex;
  flex-direction: row; /* 水平排列 */
  padding: 20px;
  flex: 1;
  gap: 20px; /* 欄間距 */
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_left {
  width: 40%; /* 左側 40% 寬 */
  text-align: center;
  margin-bottom: 0; /* 取消底部外距 */
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_right {
  width: 60%; /* 右側 60% 寬 */
  text-align: left;
  padding-top: 65px;
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_right h2 {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 15px;
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_right p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_right ul {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  padding-left: 0px;
}

/* 产品底部区域 */
#cemg_pharmacy .cp_main_content .item_bottom {
  background: #E6E6E6;
  border-radius: 0 0 25px 25px;
  padding: 20px;
  width: 100%;
  min-height: 335px;
}

#cemg_pharmacy .cp_main_content .itembottom_details {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
}

#cemg_pharmacy .cp_main_content .details_item {
  margin-bottom: 15px;
}

#cemg_pharmacy .cp_main_content .details_item h6 {
  margin-bottom: 5px;
  font-size: 18px;
}

#cemg_pharmacy .cp_main_content .details_item table {
  width: 100%;
}

#cemg_pharmacy .cp_main_content .details_item table tr td {
  vertical-align: top;
  padding: 5px 0;
}

#cemg_pharmacy .cp_main_content .details_item table tr td:nth-child(1) {
  width: 25%;
  font-weight: bold;
}

/* 按钮区域 */
#cemg_pharmacy .cp_main_content .item_bottom ul.buy_box {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
  display: flex;
  justify-content: space-between;
}

#cemg_pharmacy .cp_main_content .item_bottom ul.buy_box li {
  width: 48%;
}

.cart_shop button {
  border: 1px solid red;
  color: red;
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  background: #fff;
  border-radius: 5px;
}

.now_shop button {
  color: white;
  width: 100%;
  height: 50px;
  cursor: pointer;
  font-size: 18px;
  background: linear-gradient(to right, #FFAA50, #F54646);
  border: none;
  border-radius: 5px;
}

.itemtop_color1{
  color: #CD6A2D;
}
.itemtop_color2{
  color: #056839;
}
.itemtop_color3{
  color: #0A3B7D;
}
.itemtop_color4{
  color: #B74250;
}
.itemtop_color5{
  color: #00598F;
}
.itemtop_color6{
  color: #00598F;
}
.main_remark{
  padding: 0 10px 20px;
  width: 71%;
  margin: 0 auto;
  font-size: 14px;
}
.main_remark h6{
  font-weight: 500;
  margin-bottom: 0;
}
.main_remark .remark_text2{
  margin-top: 20px;
}

#cemg_pharmacy .cp_main_content .item_top .itemtop_right ul .no_margin{
  margin-bottom: 0;
}
#cemg_pharmacy .cp_main_content .item_top .itemtop_right ul .no_margin li{
  width: 100%;
}
.mobile_xs{ display:none;}
.web_normal{ display:block;}

/* 移动设备适配 */
@media (max-width: 1200px) {
  #cemg_pharmacy .cp_main_content {
    width: 90%;
  }
}

@media (max-width: 768px) {
	.mobile_xs{ display:block;}
	.web_normal{ display:none;}
  #cemg_pharmacy .cp_header .header_text {
    width: 90%;
    padding: 30px 0 10px;
    font-size: 18px;
  }

  #cemg_pharmacy .cp_header .header_text p {
    margin-bottom: 30px;
  }

  #cemg_pharmacy .cp_main_content .cp_content_list {
    flex-direction: column;
  }

  #cemg_pharmacy .cp_main_content .cp_content_item {
    width: 100%;
    min-height: auto;
    margin-bottom: 20px;
  }

  #cemg_pharmacy .cp_main_content .item_top {
    padding: 15px;
  }

  #cemg_pharmacy .cp_main_content .item_top .itemtop_right h2 {
    font-size: 28px;
  }

  #cemg_pharmacy .cp_main_content .item_top .itemtop_right p {
    font-size: 18px;
  }

  #cemg_pharmacy .cp_main_content .item_top .itemtop_right ul {
    font-size: 16px;
  }

  #cemg_pharmacy .cp_main_content .item_bottom {
    padding: 15px;
  }

  #cemg_pharmacy .cp_main_content .details_item h6 {
    font-size: 16px;
  }

  #cemg_pharmacy .cp_main_content .item_top {
    flex-direction: row; /* 改成橫向排列 */
  }

  #cemg_pharmacy .cp_main_content .item_top .itemtop_left,
  #cemg_pharmacy .cp_main_content .item_top .itemtop_right {
    width: 50%; /* 各佔一半寬度 */
    margin-bottom: 0;
    padding-top: 0;
  }

  .cart_shop button,
  .now_shop button {
    font-size: 16px;
    height: 45px;
  }
  .main_remark{
    width: 90%;
    font-size: 12px;
    line-height: normal;
  }
  .main_remark h6{
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  #cemg_pharmacy .cp_main_content .item_bottom ul.buy_box {
    flex-direction: column;
  }

  #cemg_pharmacy .cp_main_content .item_bottom ul.buy_box li {
    width: 100%;
    margin-bottom: 10px;
  }
}