body,
html {
  font-family: "Microsoft Yahei";
  font-size: 16px;
  height: 100%;
}
* {
  margin: 0;
  padding: 0;
  letter-spacing: 1px;
  line-height: 150%;
  box-sizing: border-box;
}
* li {
  list-style-type: none;
}
* a {
  text-decoration: none;
  color: #000;
}
* a:hover {
  color: #383838;
}
.container {
  margin: 0 auto;
  padding: 0 1rem;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
    width: 540px;
  }
}

.nav_list {
  height: 100%;
  background-color: #f0efef;
}
.nav_list .container_box {
  width: 100%;
}
.nav_list .container_box .Part {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px #d3d3d3;
}
.nav_list .container_box .Part .list {
  height: 60px;
  background-color: #f9f9f9;
}
.nav_list .container_box .Part .list :hover {
  background-color: #f2f2f2;
}
.nav_list .container_box .Part .list a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.nav_list .container_box .Part .list a .left {
  height: 100%;
  display: flex;
  align-items: center;
}
.nav_list .container_box .Part .list a .left .img {
  width: 90px;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.nav_list .container_box .Part .list a .left .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.nav_list .container_box .Part .list a .left .title {
  padding-left: 8px;
}
.nav_list .container_box .Part .list a .left .title span {
  font-size: 16px;
}
.nav_list .container_box .Part .list a .left .title p {
  font-size: 14px;
  color: #999;
}
.nav_list .container_box .Part .list a .ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.nav_list .container_box .Part .list a .ico svg {
  width: 100%;
  height: 100%;
}
.product_list {
  height: 100%;
  background-color: #f0efef;
}
.product_list .container_box {
  width: 100%;
}
.product_list .container_box .Part {
  display: flex;
  flex-direction: column;
  box-shadow: 0 0 2px #d3d3d3;
}
.product_list .container_box .Part .list {
  height: 60px;
  background-color: #f9f9f9;
}
.product_list .container_box .Part .list :hover {
  background-color: #f2f2f2;
}
.product_list .container_box .Part .list a {
  display: block;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 8px;
  padding-left: 10px;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.product_list .container_box .Part .list a .left {
  height: 100%;
  display: flex;
  align-items: center;
}
.product_list .container_box .Part .list a .left .img {
  width: 90px;
  height: 100%;
  overflow: hidden;
  border-radius: 6px;
}
.product_list .container_box .Part .list a .left .img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product_list .container_box .Part .list a .left .title {
  padding-left: 8px;
}
.product_list .container_box .Part .list a .left .title span {
  font-size: 16px;
}
.product_list .container_box .Part .list a .left .title p {
  font-size: 14px;
  color: #999;
}
.product_list .container_box .Part .list a .ico {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.product_list .container_box .Part .list a .ico svg {
  width: 100%;
  height: 100%;
}
.product_con {
  background-color: #4a5068;
  padding-bottom: 3rem;
  width: 100%;
}
.product_con .container {
  padding: 8px;
}
.product_con .container .box {
  padding: 20px 16px;
  background-color: #fff;
  border-radius: 6px;
}
.product_con .container .box .title {
  border-bottom: 1px dashed #000;
  padding-bottom: 14px;
}
.product_con .container .box .title span {
  font-size: 20px;
}
.product_con .container .box .title p {
  color: #707bb8;
  font-size: 14px;
}
.product_con .container .box .content {
  padding: 1rem 0;
}
.product_con .container .box .content p,
.product_con .container .box .content span,
.product_con .container .box .content a,
.product_con .container .box .content strong,
.product_con .container .box .content * {
  font-size: 14px !important;
  line-height: 200%;
  color: #383838;
}
.product_con .container .box .boxFoot {
  margin-top: 30px;
  padding-top: 12px;
  border-top: 1px solid #383838;
  font-size: 13px;
  color: #383838;
}
