html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
* {
  box-sizing: border-box;
}
body {
  height: 100%;
  font-size: 14px;
}
.plate_footer {
  margin-top: 0 !important;
}
.breadcrumb {
  height: 40px;
  line-height: 40px;
  background-color: #ffffff;
  user-select: none;
}
.breadcrumb nav {
  width: 1200px;
  margin: 0 auto;
}
.breadcrumb nav a {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  margin-left: 12px;
  padding-right: 32px;
  background-image: url('./img/icon-arrow.png');
  background-position: right center;
  background-repeat: no-repeat;
}
.breadcrumb nav a.detail {
  font-weight: normal;
  color: #727171;
}
.breadcrumb nav a:last-of-type {
  background: none;
}
.container {
  padding-top: 40px;
  overflow: auto;
  background: #E5E8F0;
}
.container .part {
  width: 1200px;
  background-color: #ffffff;
  box-shadow: 1px 1px 4px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 40px;
  padding: 50px;
}
.container .part > .title {
  position: relative;
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #000000;
  padding-left: 130px;
}
.container .part > .title::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-image: linear-gradient(90deg, #1ce6d5 0%, #7512fd 100%);
  border-radius: 0px 20px 20px 0px;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  margin-right: 30px;
}
.container .part .content {
  font-size: 20px;
  color: #595757;
  margin: 0 20px;
}
.container .part .content ul li {
  position: relative;
}
.container .part .content ul li::before {
  content: '';
  position: absolute;
  top: 0.5em;
  left: -1em;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #ff6a00;
}
.container .part .content ul li h4 {
  font-size: 24px;
  color: #000;
  margin-bottom: 12px;
}
.container .part .content p {
  line-height: 1.6;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
  body {
    padding-top: 0.88rem;
  }
  .breadcrumb {
    height: 24px;
    line-height: 24px;
    padding: 0 16px;
  }
  .breadcrumb nav {
    width: 100%;
  }
  .breadcrumb nav a {
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    text-decoration: none;
    margin-left: 4px;
    padding-right: 22px;
    background-size: 14px 8px;
  }
  .container {
    padding-top: 20px;
  }
  .container .part {
    width: 95%;
    border-radius: 5px;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 25px 6px;
    overflow: hidden;
  }
  .container .part.m-hide {
    display: none;
  }
  .container .part > .title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 28px;
    font-weight: bold;
    color: #000000;
    padding-left: 45px;
  }
  .container .part > .title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    display: inline-block;
    width: 34px;
    height: 20px;
    background-image: linear-gradient(90deg, #1ce6d5 0%, #7512fd 100%);
    border-radius: 0px 10px 10px 0px;
    margin-right: 15px;
  }
  .container .part .content {
    font-size: 14px;
    color: #595757;
    margin: 0 18px;
  }
  .container .part .content ul li::before {
    width: 4px;
    height: 4px;
  }
  .container .part .content ul li h4 {
    font-size: 16px;
    color: #000;
    margin-bottom: 8px;
  }
  .container .part .content p {
    line-height: 1.6;
  }
  .container .part .content p img {
    max-width: 100%;
    height: auto;
  }
}
