@media (min-width: 769px) {
  .pc {
    display: block;
  }
  .phone {
    display: none !important;
  }
  .page-wrapper .introduce {
    height: 10.8625rem;
    padding: 0.7625rem 3.475rem 0.925rem 3.475rem;
  }
  .page-wrapper .introduce .introduce-title {
    position: relative;
    margin-bottom: 0.65rem;
    text-align: center;
    font-size: 0.375rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #666666;
  }
  .page-wrapper .introduce .about-us {
    position: absolute;
    top: -0.305rem;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.5rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .introduce .introduce-title::after {
    content: "";
    position: absolute;
    top: 0.625rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.5rem;
    height: 0.05rem;
    background: #5D9FF6;
    border-radius: 0.05rem;
  }
  .page-wrapper .introduce .introduce-content {
    display: flex;
    /*align-items: center;*/
  }
  .page-wrapper .introduce .introduce-content div:nth-child(1) {
    margin-top: 0.9rem;
    margin-bottom: 0.125rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 0.5rem;
    font-weight: bold;
    color: #5D9FF6;
  }
  .page-wrapper .introduce .introduce-content div:nth-child(2) {
    margin-bottom: 0.5rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 0.375rem;
    color: #333333;
  }
  .page-wrapper .introduce .introduce-content div:nth-child(3) {
    line-height: 0.45rem;
    text-indent: 2em;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 0.225rem;
    color: #333333;
    width: 7.5rem;
    height: 4rem;
    overflow: auto;
  }
  .page-wrapper .introduce .introduce-content div:nth-child(3)::-webkit-scrollbar {
    display: none;
  }
  .page-wrapper .introduce .img-women {
    flex-shrink: 0;
    display: block;
    margin-right: 0.925rem;
    width: 8.625rem;
    height: 7.625rem;
    overflow: hidden;
  }
  .page-wrapper .introduce .img-women img {
    width: 8.625rem;
    /*height: 7.625rem;*/
    transform: scale(1);
    transition: all 0.4s ease-in 0s;
  }
  .page-wrapper .introduce .img-women:hover img {
    transform: scale(1.1);
    -webkit-animation: all 0.4s ease-in;
  }
  .page-wrapper .company-detail {
    display: flex;
    align-items: center;
    padding: 0.725rem 3.475rem;
    height: 6.5rem;
    background: url("/themes/simplebootx/Index/Public/img//about/background.png") no-repeat;
  }
  .page-wrapper .company-detail .detail-first {
    width: 5.175rem;
    height: 5rem;
  }
  .page-wrapper .company-detail .detail-first .box {
    padding: 0.5rem 0.25rem 0.5rem 0.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 2.5rem;
  }
  .page-wrapper .company-detail .detail-first .box > div div:nth-child(1) {
    font-size: 0.35rem;
    font-weight: 600;
    color: #5D9FF6;
  }
  .page-wrapper .company-detail .detail-first .box > div div:nth-child(2) {
    font-size: 0.25rem;
    font-weight: 400;
    color: #656565;
  }
  .page-wrapper .company-detail .detail-first .box > div div:nth-child(2) span {
    line-height: 1.0125rem;
    font-size: 0.725rem;
    font-weight: bold;
    color: #5D9FF6;
  }
  .page-wrapper .company-detail .detail-first .box .special {
    margin-top: 0.3625rem;
  }
  .page-wrapper .company-detail .detail-first .box img {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
  }
  .page-wrapper .company-detail .detail-first .box:first-child {
    border-bottom: 0.025rem solid rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .company-detail .detail-second, .page-wrapper .company-detail .detail-third {
    flex: 1;
    height: 5rem;
    display: flex;
    padding-top: 0.5625rem;
    flex-direction: column;
    align-items: center;
    border-left: 0.025rem solid rgba(102, 102, 102, 0.2);
    border-right: 0.025rem solid rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .company-detail .detail-second div:nth-child(1), .page-wrapper .company-detail .detail-third div:nth-child(1) {
    margin-bottom: 0.25rem;
    font-size: 0.3rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: #5D9FF6;
  }
  .page-wrapper .company-detail .detail-second div:nth-child(2), .page-wrapper .company-detail .detail-third div:nth-child(2) {
    text-align: center;
    width: 4.7875rem;
    height: 0.925rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #656565;
  }
  .page-wrapper .company-detail .detail-second img, .page-wrapper .company-detail .detail-third img {
    width: 2.125rem;
    height: 2.125rem;
  }
  .page-wrapper .company-detail .detail-third {
    border: none;
    width: 6rem;
  }
  .page-wrapper .company-detail .detail-third div:nth-child(2) {
    text-align: center;
  }
  .page-wrapper .company-detail .item-img {
    transition: 0.5s;
  }
  .page-wrapper .company-detail .item-img:hover {
    transform: rotateY(180deg);
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .phone {
    display: block;
  }
  .page-wrapper .introduce {
    padding: 1.925rem 1.025rem 0 1.025rem;
  }
  .page-wrapper .introduce .introduce-title {
    position: relative;
    margin-bottom: 2.4375rem;
    text-align: center;
    font-size: 1.025rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    color: #666666;
  }
  .page-wrapper .introduce .about-us {
    position: absolute;
    top: -0.665rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: 1.15rem;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-weight: 600;
    color: rgba(102, 102, 102, 0.2);
  }
  .page-wrapper .introduce .introduce-title::after {
    content: "";
    position: absolute;
    top: 1.6rem;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    height: 0.125rem;
    background: #5D9FF6;
    border-radius: 0.05rem;
  }
  .page-wrapper .introduce .introduce-content {
    display: flex;
    flex-direction: column;
  }
  .page-wrapper .introduce .introduce-content div:nth-child(1) {
    margin-top: 0.6375rem;
    margin-bottom: 0.25rem;
    text-align: center;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 1.275rem;
    font-weight: bold;
    color: #5D9FF6;
  }
  .page-wrapper .introduce .introduce-content div:nth-child(2) {
    margin-bottom: 1.275rem;
    text-align: center;
    font-family: PingFang SC-Semibold, PingFang SC;
    font-size: 1.025rem;
    color: rgb(51, 51, 51);
  }
  .page-wrapper .introduce .introduce-content div:nth-child(3) {
    text-indent: 2em;
    text-align: left;
    line-height: 1.7875rem;
    color: rgb(102, 102, 102);
  }
  .page-wrapper .introduce .img-women {
    display: block;
    margin-right: 0.925rem;
    width: 21.95rem;
    /*height: 21.95rem;*/
  }
  .page-wrapper .company-detail {
    background: url("/themes/simplebootx/Index/Public/img//about/sm-bg.png") no-repeat;
  }
  .page-wrapper .company-detail .box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 0.0375rem solid rgba(102, 102, 102, 0.2);
    margin: 0.5rem 1.025rem 0.5rem 1.475rem;
  }
  .page-wrapper .company-detail .box > div div:nth-child(1) {
    margin-bottom: 0.7625rem;
    font-size: 1.025rem;
    font-weight: 600;
    color: #5D9FF6;
  }
  .page-wrapper .company-detail .box > div div:nth-child(2) {
    margin-bottom: 1.15rem;
    font-size: 0.9rem;
    font-weight: 400;
    color: #656565;
  }
  .page-wrapper .company-detail .box > div div:nth-child(2) span {
    line-height: 81px;
    font-size: 2.3rem;
    font-weight: bold;
    color: #5D9FF6;
  }
  .page-wrapper .company-detail .box img {
    display: block;
    width: 3.8375rem;
    height: 3.8375rem;
  }
  .page-wrapper .company-detail .box:first-child {
    padding-top: 1.6rem;
  }
  .page-wrapper .company-detail .box:last-child {
    border: none;
    margin-bottom: 0;
  }
}
