@charset "UTF-8";
@media (min-width: 769px) {
  .main-container {
    height: auto;
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1rem;
    padding-bottom: 1.125rem;
  }
  .main-title {
    width: 26.1%;
  }
  .main-title::after {
    content: " ";
    display: block;
    width: 1.1rem;
    height: 0.0375rem;
    background: #0D46A0;
    position: absolute;
    margin-bottom: -12px;
    left: 0;
    margin-top: 0.15rem;
  }
  .main-title .main-title-CN {
    font-weight: bolder;
    font-size: 0.35rem;
    color: #000000;
    line-height: 0.5125rem;
    text-align: justify;
  }
  .main-title .main-title-EN {
    font-size: 0.225rem;
    color: #999999;
    line-height: 0.325rem;
    text-align: justify;
    margin-top: 0.025rem;
    text-transform: uppercase;
  }
  .main-text-container {
    display: flex;
    padding-bottom: 0.5rem;
  }
  .main-content-container {
    flex: 1;
  }
  .main-content {
    text-indent: 2em;
    font-size: 0.225rem;
    color: #333333;
    line-height: 0.425rem;
    text-align: justify;
  }
  .main-content p {
    margin: 0.5rem 0;
  }
  .main-img-container {
    margin-left: 4.17%;
    flex: 2;
    margin-top: 0rem;
    overflow: hidden;
  }
  .main-img-container img {
    width: 5rem;
    height: 100%;
    object-fit: contain;
    object-position: top;
    float: right;
    transition: all 0.5s ease;
  }
  .main-img-container img:hover {
    transform: scale(1.23);
  }
  .main-mini {
    display: flex;
    justify-content: space-between;
    width: 12rem;
    margin-top: 0.5rem;
  }
  .mini-img::after {
    content: "";
    display: flex;
    height: 0.675rem;
    width: 0.025rem;
    background: #000000;
    right: -25%;
    top: 12%;
    opacity: 0.05;
    position: absolute;
  }
  .main-mini img {
    width: 0.525rem;
    height: 0.525rem;
    margin: 0 auto 0.125rem;
  }
  .mini-title {
    margin-top: 0.075rem;
    font-weight: bold;
    font-size: 0.225rem;
    color: #333333;
    line-height: 0.325rem;
    text-align: center;
  }
  .mini-content {
    width: 2.275rem;
    margin-top: 0.15rem;
    font-size: 0.175rem;
    color: #666666;
    line-height: 0.25rem;
    text-align: center;
  }
  .main-container .main-img {
    width: 5rem;
    height: 6.875rem;
  }
  .example-container {
    width: 100%;
  }
  .main-example {
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: hidden;
  }
  .main-example img {
    width: calc(50% - 0.375rem);
    transition: all 0.5s ease;
  }
  .main-example img:hover {
    transform: scale(1.1);
  }
}
@media (max-width: 768px) {
  .main-container {
    padding-left: 1.025rem;
    padding-top: 1.5375rem;
    padding-bottom: 15.7125rem;
    padding-right: 1.025rem;
  }
  .main-title {
    text-align: justify;
  }
  .main-title::after {
    content: " ";
    display: block;
    width: 1.7875rem;
    height: 0.125rem;
    background: #0D46A0;
    position: absolute;
    left: 0;
    margin-top: 0.25rem;
  }
  .main-title-CN {
    font-weight: bolder;
    font-size: 1.15rem;
    color: #000000;
    line-height: 1.6625rem;
    text-align: justify;
  }
  .main-title-EN {
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #999999;
    line-height: 1.275rem;
    text-align: justify;
    text-transform: uppercase;
  }
  .main-content-container {
    padding-top: 1.025rem;
  }
  .main-content {
    width: 21.95rem;
    text-indent: 2em;
    font-size: 0.9625rem;
    color: #333333;
    line-height: 1.6625rem;
    text-align: justify;
  }
  .main-content p {
    margin: 0.2rem 0;
  }
  .main-mini {
    display: flex;
    /* 超出父容器宽度时换行 */
    flex-wrap: wrap;
    gap: 1rem;
    justify-content: space-between;
    width: 21.95rem;
    margin: 1.15rem 0;
  }
  .main-mini::after {
    content: " ";
    display: block;
    width: 0.0625rem;
    height: 15%;
    position: absolute;
    right: 50%;
    top: 18%;
    background: #000000;
    opacity: 0.05;
  }
  .main-mini::before {
    content: " ";
    display: block;
    width: 0.0625rem;
    height: 15%;
    position: absolute;
    right: 50%;
    top: 72%;
    background: #000000;
    opacity: 0.05;
  }
  .main-mini img {
    width: 1.4125rem;
    height: 1.4125rem;
    margin: 0 auto 0.125rem;
  }
  .mini-title {
    margin-top: 0.3875rem;
    font-weight: bold;
    font-size: 0.9625rem;
    color: #333333;
    line-height: 1.4125rem;
    text-align: center;
  }
  .mini-content {
    width: 9.9875rem;
    font-size: 0.7625rem;
    color: #666666;
    line-height: 1.0875rem;
    text-align: center;
  }
  .main-img-container {
    float: left;
  }
  .main-img-container img {
    width: 10.5625rem;
    height: 14.525rem;
    transition: all 0.5s ease;
  }
  .main-img-container img:hover {
    transform: scale(1.1);
  }
  .example-container {
    width: 10.5625rem;
    height: 14.525rem;
    float: right;
  }
  .main-example {
    display: flex;
    flex-direction: column; /* 垂直排列 */
    gap: 1.05rem;
    float: right;
    transition: all 0.5s ease;
  }
  .main-example:hover {
    transform: scale(1.1);
  }
}