@media (min-width: 1450px) {
  .personal-house {
    width: 100%;
    background: url('../images/superior/superior-bg.png');
    background-size: 100% 100%;
    min-width: 1260px;
  }
  .personal-body {
    width: 1320px;
    margin: 0 auto;
  }
  .house-title {
    width: 198px;
    height: 37px;
    margin-top: 143px;
  }
  .example-contain {
    width: 1320px;
    margin: 0 auto;
    padding-bottom: 171px;
  }
  .example-title {
    font-size: 24px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 13px;
  }
  .superior {
    display: flex;
    margin-top: 30px;
  }
  .superior-item {
    flex: 1;
    background-color: #797979;
    border-radius: 10px;
    /* height: 100px; */
    padding: 24px 28px;
    color: #fff;
    padding-bottom: 73px;
  }
  .superior-right {
    margin-right: 0;
    background-color: #00a0e9;
  }
  .superior-item-title {
    margin-top: 40px;
    text-align: center;
    font-size: 24px;
  }
  .superior-item-content {
    font-size: 18px;
    margin-top: 24px;
    line-height: 30px;
  }
  .superior-list-item {
    margin-top: 71px;
    display: flex;
  }
  .superior-center {
    align-items: center;
  }
  .item-right {
    font-size: 18px;
    line-height: 30px;
    margin-left: 28px;
  }
}
@media (max-width: 1449px) {
  .personal-house {
    width: 100%;
    background: url('../images/superior/superior-bg.png');
    background-size: contain;
  }
  .personal-body {
    width: 1000px;
    margin: 0 auto;
  }
  .house-title {
    width: 168px;
    height: 26px;
    margin-top: 102px;
  }
  .example-contain {
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 129px;
  }
  .example-title {
    font-size: 17px;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 9px;
  }
  .superior {
    display: flex;
    margin-top: 30px;
  }
  .superior-item {
    /* flex: 1; */
    background-color: #797979;
    border-radius: 10px;
    /* height: 100px; */
    padding: 17px 20px;
    color: #fff;
    padding-bottom: 52px;
  }
  .superior-right {
    margin-right: 0;
    background-color: #00a0e9;
  }
  .superior-item-title {
    margin-top: 28px;
    text-align: center;
    font-size: 17px;
  }
  .superior-item-content {
    font-size: 13px;
    margin-top: 17px;
    line-height: 21px;
  }
  .superior-list-item {
    margin-top: 51px;
    display: flex;
  }
  .superior-center {
    align-items: center;
  }
  .item-right {
    font-size: 13px;
    line-height: 21px;
    margin-left: 17px;
  }
}
@media (min-width: 768px) {
  .web-pc {
    display: block;
  }
  .web-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .web-pc {
    display: none;
  }
  .web-mobile {
    display: block;
  }
  .web-mobile {
    background: url('/assets/index/images/superior/superior-bg.png') no-repeat;
    /* background-size: 100%; */
  }
  .mobile-body {
    padding: 0 1.6rem;
    padding-top: 2rem;
    padding-bottom: 2.77rem;
  }
  .mobile-empoly-box {
    width: 100%;
    background: url('/assets/index/images/superior/superior-bg.png') no-repeat;
  }
  .mobile-empoly-body {
    width: 16.8rem;
    margin: 0 auto;
    padding-bottom: 2.67rem;
  }
  .mobile-contact-img {
    margin-top: 2rem;
    width: 7.95rem;
    height: 1.25rem;
  }
  .mobile-contact-img img {
    width: 100%;
  }
  .mobile-contact-title {
    color: #fff;
    font-size: 0.8rem;
    margin-top: 0.6rem;
  }
  .mobile-superior-list {
    margin-top: 1.07rem;
  }
  .mobile-superior-item {
    padding: 0.69rem 0.69rem 2.32rem;
    background: rgba(121, 121, 121, 1);
    border-radius: 1rem;
  }
  .mobile-superior-img {
    width: 100%;
    /* height: 8.54rem; */
  }
  .mobile-superior-img img {
    width: 100%;
  }
  .mobile-superior-title {
    margin-top: 1.36rem;
    font-size: 0.8rem;
    font-family: SourceHanSansSC;
    font-weight: bold;
    color: rgba(255, 255, 255, 1);
    line-height: 0.67rem;
    text-align: center;
  }
  .mobile-superior-text {
    margin-top: 0.67rem;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.01rem;
  }
  .mobile-superior-list {
    margin-top: 2.11rem;
  }
  .mobile-superior-list-item {
    margin-bottom: 1.15rem;
    display: flex;
  }
  .mobile-superior-center {
    align-items: center;
  }
  .mobile-item-right {
    width: 88%;
    font-size: 0.64rem;
    font-family: SourceHanSansSC;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 1.01rem;
  }
  .mobile-item-left {
    width: 7%;
    margin-right: 5%;
  }
  .mobile-item-left img {
    width: 100%;
  }
  .mobile-superior-good {
    background: #00a0e9;
    margin-top: 1.09rem;
  }
}
