html {
  font-size: 12px;
  box-sizing: border-box;
}

@media screen and (min-width: 750px) {
  html .topImg {
    padding: 0 !important;
    padding: 0 !important;
    background: url("/themes/yuyi_v3/public/assets/img/maptop.png") top center no-repeat;
    background-size: cover;
    height: 480px;
  }
  html .topImg img {
    width: 100%;
    height: 480px;
  }
  html .lxus {
    height: 485px;
    padding-top: 60px;
    padding-bottom: 74px !important;
  }
  html .lxus .one {
    display: flex;
    align-items: center;
    height: 355px;
    justify-content: space-between;
    font-weight: 400;
    text-align: CENTER;
    color: #111111;
    padding-right: 0 !important;
    padding-top: 60px !important;
  }
  html .lxus .one .cen {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 216px;
  }
  html .lxus .one .right {
    width: 1px;
    height: 205px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #eeeeee 100%, rgba(255, 255, 255, 0) 100%);
    margin-top: -50px;
  }
  html .lxus .one .imgOne {
    width: 98px;
    height: 98px;
  }
  html .lxus .one .titOne {
    margin-top: 34px;
    font-size: 22px;
    margin-bottom: 49px;
  }
  html .lxus .one .titTwo {
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    height: 50px;
  }
  html .lxus .one .boxh {
    display: none;
  }
  html .lxus .one .boxh img {
    width: 140px;
    height: 140px;
    margin-top: 43px;
  }
  html .lxus .one:nth-child(4) .right {
    opacity: 0;
  }
  html .lxus .one:nth-child(3):hover {
    background: #ffffff;
    border: 1px solid #fafafa;
    border-radius: 4px;
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
    padding-top: 0 !important;
  }
  html .lxus .one:nth-child(3):hover .ca {
    display: none;
  }
  html .lxus .one:nth-child(3):hover .boxh {
    display: block;
  }
  html .lxus .one:nth-child(3):hover .titOne {
    margin-top: 0;
  }
  html .arrive {
    height: 699px;
    background: #f9faff;
  }
  html .arrive .one {
    display: flex;
    margin-top: 60px !important;
    margin-bottom: 130px !important;
  }
  html .arrive .one .imgLeft {
    width: 90px;
    height: 90px;
    border: 1px solid rgba(32, 32, 250, 0.05);
    border-radius: 50%;
    margin-right: 40px;
  }
  html .arrive .one .right {
    display: flex;
    flex-direction: column;
  }
  html .arrive .one .right .top {
    font-size: 22px;
    font-weight: 500;
    text-align: LEFT;
    color: #000000;
    margin-bottom: 40px;
  }
  html .arrive .one .right .topline {
    width: 72px;
    height: 1px;
    opacity: 1;
    border: 1px solid #eeeeee;
  }
  html .arrive .one .right .con1 {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
    margin-bottom: 12px;
  }
  html .arrive .one .right .con2 {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
  }
}

@media screen and (max-width: 750px) {
  html .topImg {
    padding: 0 !important;
    padding: 0 !important;
    background: url("/themes/yuyi_v3/public/assets/img/maptop.png") top center no-repeat;
    background-size: cover;
    height: 3.4rem;
  }
  html .topImg img {
    width: 100%;
    height: 480px;
  }
  html .lxus {
    margin-bottom: 1rem !important;
    padding-top: .5rem;
  }
  html .lxus .one {
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: space-between;
    font-weight: 400;
    text-align: CENTER;
    color: #111111;
    margin-top: .6rem;
  }
  html .lxus .one .cen {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 216px;
  }
  html .lxus .one .right {
    width: 1px;
    height: 205px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0), #eeeeee 100%, rgba(255, 255, 255, 0) 100%);
    margin-top: -50px;
  }
  html .lxus .one .imgOne {
    width: 1rem;
    height: 1rem;
  }
  html .lxus .one .titOne {
    margin-top: .3rem;
    font-size: .4rem;
    margin-bottom: .5rem;
  }
  html .lxus .one .titTwo {
    font-size: .3rem;
    color: #666666;
    line-height: 24px;
    height: 50px;
    width: 3rem;
  }
  html .lxus .one .boxh {
    display: none;
  }
  html .lxus .one .boxh img {
    width: 140px;
    height: 140px;
    margin-top: 43px;
  }
  html .lxus .one:nth-child(4) .right {
    opacity: 0;
  }
  html .arrive {
    background: #f9faff;
  }
  html .arrive .one {
    display: flex;
    margin-top: .5rem !important;
    margin-bottom: 1.5rem !important;
  }
  html .arrive .one .imgLeft {
    width: 1rem;
    height: 1rem;
    border: 1px solid rgba(32, 32, 250, 0.05);
    border-radius: 50%;
    margin-right: 40px;
  }
  html .arrive .one .right {
    display: flex;
    flex-direction: column;
  }
  html .arrive .one .right .top {
    font-size: 22px;
    font-weight: 500;
    text-align: LEFT;
    color: #000000;
    margin-bottom: .4rem;
  }
  html .arrive .one .right .topline {
    width: 72px;
    height: 1px;
    opacity: 1;
    border: 1px solid #eeeeee;
  }
  html .arrive .one .right .con1 {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
    margin-bottom: 12px;
  }
  html .arrive .one .right .con2 {
    font-size: 14px;
    font-weight: 400;
    text-align: LEFT;
    color: #000000;
  }
}
<!--ºÄÊ±1759479398.8271Ãë-->