@charset "utf-8";
html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.wrap {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  overflow-y: scroll;
  touch-action: pan-y;
  pointer-events: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-gutter: stable;
}
  /* img */

  .ph_banner img,
  .ph_aspix img,
  .ph_tpic img,
  .ph_tpxpic img,
  .ph_subs img,
  .ph_stpic img,
  .ph_supic img,
  .ph_upexp img,
  .ph_cases figure img,
  .desb_pic img,
  .des_axpix img,
  .cht_pic img,
  .app_clerk hgroup img,
  .scen_pic img,
  .serve_test img,
  .scen_pcic img,
  .cog_pic img, .easy_pic img  {
    display: block;
    width: 100%;
  }

  .ph_banner img,
  .ph_tpic img {
    height: 100%;
  }

  /* header */
  .ph_head,
  .ph_menus,
  .ph_rlist,
  .ph_tvtn,
  .ph_rmlist {
    display: flex;
    align-items: center;
    align-content: center;
  }

  .ph_head {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    padding: 0.5rem 1rem 0.5rem 1.1rem;
    height: 2.25rem;
    box-sizing: border-box;
    justify-content: space-between;
    border-bottom: 1px solid #dddee2;
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(20px);
    transition: all 0.8s ease 0;
  }

  .ph_menus {
    justify-content: flex-start;
  }

  .ph_logo {
    width: 2.25rem;
    height: 1.25rem;
    background: url('../img/phone/ph_llogo_2x.png') 0 center no-repeat;
    background-size: 100% auto;
  }

  .phmu_sp {
    width: 1rem;
    height: 1rem;
    margin: 0 0 0 0.8rem;
    /* transition: all .32s cubic-bezier(.4, 0, .6, 1); */
    /* transition: all .33s cubic-bezier(.25, .46, .45, .94); */
    /* transition: opacity .32s cubic-bezier(.4, 0, .6, 1), color .32s cubic-bezier(.4, 0, .6, 1); */
  }

  .phmu_sp2 {
    background: url('../img/phone/ph_icon.png') 0 0 no-repeat;
    background-size: cover;
  }

  .phmu_sp3 {
    background: url('../img/phone/ph_icon2.png') 0 0 no-repeat;
    background-size: cover;
  }

  .phmu_sp4 {
    background: url('../img/phone/ph_icon6.png') 0 0 no-repeat;
    background-size: cover;
  }

  .head_back {
    color: #fff;
    background: rgba(29, 33, 41, 0.60);
    backdrop-filter: blur(80px);
    border-bottom: 1px solid rgba(78, 78, 78, 1);
  }

  .head_back .ph_logo {
    background: url('../img/phone/ph_logo_2x2.png') 0 center no-repeat;
    background-size: 100% auto;
  }

  .head_back .phmu_sp2 {
    background: url('../img/phone/ph_icon41.png') 0 0 no-repeat;
    background-size: cover;
  }

  .head_back .phmu_sp3 {
    background: url('../img/phone/ph_icon42.png') 0 0 no-repeat;
    background-size: cover;
  }

  .head_back .phmu_sp4 {
    background: url('../img/phone/ph_icon43.png') 0 0 no-repeat;
    background-size: cover;
  }

  .head_noopt {
    background: rgba(22, 22, 22, 1);
  }

  /* ph_rnavs */
  .ph_rnavs {
    /* position: fixed;
      left: 0;
      right: 0;
      top: 2.25rem;
      z-index: 1001; *
      /* height: 2rem; */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 9;
    margin: 2.25rem 0 0 0;
    min-height: 2.05rem;
    line-height: 2.05rem;
    font-size: 0.6rem;
    /* background: #fff; */
    background: rgba(29, 33, 41, 0.6);
    backdrop-filter: blur(20px);
    /* border-bottom: 1px solid transparent; */
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  }
  .ph_nmore {
    position: relative;
    overflow: hidden;
  }

  .ph_line {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 11;
    height: 0;
    border-bottom: 1px solid rgba(78, 78, 78, 1);
  }

  .ph_rnav {
    position: relative;
    z-index: 13;
    height: 2.05rem;
    font-size: 0.6rem;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .ph_rnav::-webkit-scrollbar {
    display: none;
  }

  .ph_nline {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0.9rem;
    height: 2px;
    background: #fff;
    /* background: #000000; */
    border-radius: 2px;
  }

  .ph_drop {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1003;
    padding: 0;
    width: 2rem;
    height: 2rem;
    box-sizing: border-box;
    background: #000;
    text-align: center;
    box-shadow: -4px 4px 4px 0px #00000008;
  }

  .ph_al {
    padding: 0 1.1rem 0.05rem 1.1rem;
    border-bottom: 1px solid #EBEBEB;
    /* color: #C3C3C3; */
    color: #fff;
  }

  .ph_dicon,
  .ph_tvtn .ph_vicns,
  .ph_cyicn {
    display: inline-block;
    width: 0.65rem;
    height: 0.35rem;
    line-height: 0;
    cursor: pointer;
  }

  .ph_tvtn .ph_vicns2 {
    background: url('../img/phone/ph_icon3.png') 0 0 no-repeat;
    background-size: cover;
  }

  .ph_tvton .ph_vicns2 {
    background: url('../img/phone/ph_icon4.png') 0 0 no-repeat;
    background-size: cover;
  }

  .ph_desbk .ph_tvtn .ph_vicns2, .ph_dicon2 {
    background: url('../img/phone/ph_icon123.png') 0 0 no-repeat;
    background-size: cover;
  }

  .ph_desbk .ph_tvton .ph_vicns2, .ph_dicon3 {
    background: url('../img/phone/ph_icon124.png') 0 0 no-repeat;
    background-size: cover;
  }

  .ph_dicon3 {
    display: none;
  }

  .ph_dropns .ph_dicon2 {
    display: none;
  }

  .ph_dropns .ph_dicon3 {
    display: inline-block;
  }

  .ph_rlist,
  .ph_rmlist {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 1.1rem;
  }

  .ph_rlist {
    justify-content: space-between;
    min-width: 18.75rem;
    /* min-width: 50rem; */
  }

  .ph_rlist li,
  .ph_rmlist li {
    position: relative;
    height: 2.05rem;
    line-height: 2.05rem;
    padding: 0 0.8rem 0 0;
    /* color: #595959; */
    color: #fff;
  }

  .ph_rlist li {
    padding: 0;
  }

  .ph_rlist li.ph_ron em,
  .ph_rmlist li.ph_ron em {
    font-weight: bold;
    /* color: #191919; */
    color: #fff;
  }

  .ph_rlist li.ph_ron .ph_nline {
    /* width: calc(100% - 0.8rem); */
    width: calc(100%);
    display: block;
  }

  .ph_rnav2 {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    z-index: 1002;
    /* height: auto; */
    /* padding: 0 1.1rem 1.1rem 1.1rem; ph_dpon*/
    background: #000;
    border-radius: 0 0 0.8rem 0.8rem;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  }

  .ph_rnav2 .ph_rmlist {
    min-width: auto;
    padding: 0 0.3rem 1.2rem 1.1rem;
    border-radius: 0 0 0.7rem 0.7rem;
    box-shadow: 0px 4px 4px 0px #0000000D;
  }

  .ph_rnav2 .ph_rmlist li {
    margin: 0.8rem 0 0 0;
    padding: 0 0.15rem 0 0;
    width: 5.7rem;
    height: 0.8rem;
    font-size: 0.55rem;
    line-height: 0.8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .ph_rnav2 .ph_rmlist li.ph_ron .ph_nline {
    display: none;
  }

  /* ph_desb */
  .ph_desb {
    visibility: hidden;
    /* display: none; */
    position: fixed;
    left: 0;
    right: 0;
    top: 2.25rem;
    bottom: 0;
    z-index: 996;
    opacity: 0.8;
    height: 4rem;
    transition: all 0.46s cubic-bezier(.4, 0, .6, 1) 0s;
    background: #fff;
  }

  .ph_desb2 {
    /* padding: 2.25rem 0 0 0; */
    visibility: visible;
    opacity: 1;
    height: 100vh;
    /* display: block; */
  }

  .ph_dbmus {
    /* display: -webkit-box; */
    display: flex;
    height: 100%;
    font-size: 0.7rem;
    background: #fff;
    /* transition: color .32s cubic-bezier(.4, 0, .6, 1); */
    /* transition: all 1s cubic-bezier(.4, 0, .6, 1) 0s; */
    /* transform: translate(0, calc(2.25rem - 100%)); */
  }

  .ph_navs {
    width: 5.7rem;
    padding: 1rem 0;
    height: 100%;
    overflow-y: auto;
    box-sizing: border-box;
    background: #f5f5f5;
  }

  .ph_navs li {
    padding: 0.35rem 1rem;
    margin: 0 0 0.6rem 0;
    height: 1.7rem;
    line-height: 1rem;
    font-size: 0.7rem;
    border-left: 2px solid transparent;
    cursor: pointer;
  }

  .ph_navs li.ph_nbr {
    padding: 0.25rem 1rem;
    height: 2.5rem;
  }

  .ph_navs .ph_nvon {
    color: rgba(0, 0, 0, 0.95);
    font-weight: bold;
    border-left: 3px solid #DD0515;
    background: #fff;
  }

  .ph_nvtob {
    height: 100%;
    /* flex-grow: 1; */
    flex: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    padding: 0.5rem 0.6rem 1rem 1.2rem;
    overflow-y: auto;
  }

  .ph_tvbs li {
    justify-content: space-between;
    padding: 0.6rem;
    line-height: 1rem;
    font-size: 0.6rem;
    color: rgba(0, 0, 0, 0.95);
    border-bottom: 1px solid #DFE1E5;
  }

  .ph_tvbs li:last-child {
    border-bottom: 1px solid transparent;
  }

  .ph_tvbs li .ph_twdp li {
    padding: 0.6rem 0 0 0.6rem;
    line-height: 1.2rem;
    font-size: 0.6rem;
    overflow: hidden;
    border-bottom: none;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
  .ph_tvbs li .ph_twdp li a h5 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ph_tvbs li a {
    color: rgba(0, 0, 0, 0.95);
  }

  /* .ph_tvbs li h5 {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
    } */
  .ph_tvtn {
    width: 100%;
    justify-content: space-between;
  }

  .ph_desbk, .ph_desbk .ph_dbmus {
    background: #000;
  }

  .ph_desbk .ph_navs {
    background: #161616;
  }

  .ph_desbk .ph_navs li,
  .ph_desbk .ph_tvbs li,
  .ph_desbk .ph_tvbs li a {
    color: rgba(255, 255, 255, 0.95);
  }

  .ph_desbk .ph_tvbs li {
    border-bottom: 1px solid rgba(78, 78, 78, 1);
  }

  .ph_desbk .ph_tvbs li:last-child {
    border-bottom: 1px solid transparent;
  }

  .ph_desbk .ph_navs .ph_nvon {
    background: #000;
    color: rgba(255, 255, 255, 0.95);
  }

  .ph_navs::-webkit-scrollbar, .ph_nvtob::-webkit-scrollbar {
    display: none;
  }

  /* ph_banner */
  .ph_banner {
    margin: 2.25rem 0 0 0;
    width: 100%;
    overflow: hidden;
    position: relative;
    /* margin: 4.25rem 0 0 0; */
    /* height: 31.7rem; */
    /* height: calc(932px); */
    height: calc(100vh - 2.25rem);
  }

  .ph_bntxt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 58.90%;
    padding: 0 0 0.5rem 0;
    /* top: 14.0%; */
    line-height: 1.1rem;
    font-size: 0.7rem;
    color: #fff;
    text-align: center;
  }

  .ph_bntxt h2 {
    margin: 0 0 1.6rem 0;
    line-height: 2.2rem;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
  }

  .ph_txbnt a {
    display: inline-block;
    padding: 0 0.5rem;
    border: 1px solid #fff;
    border-radius: 0.7rem;
    color: #fff;
  }

  /* layout box */
  .full_bgbk {
    background: #161617;
    padding: 2.25rem 0 0.1rem 0;
  }

  .ph_hvh {
    min-height: calc(100vh - 2.25rem);
  }

  .full_box {
    position: relative;
    min-height: 100vh;
  }

  .ph_hmvh {
    position: relative;
    min-height: 932px;
  }

  .full_dire,
  .full_diread,
  .full_diresd,
  .full_direcd {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-around;
    gap: 0;
    /* align-items: center;
    align-content: center; */
  }

  .full_diresd {
    justify-content: space-between;
  }

  .full_diread {
    justify-content: space-around;
  }

  .full_direcd {
    justify-content: center;
  }
  .full_flex {
    flex: 1;
  }

  .conts_box {
    transition: all .5s linear;
    -webkit-transition: all .5s linear;
  }

  /* size padding */
  .ph_abList {
    font-size: 0.7rem;
    color: rgba(29, 29, 31, 0.95);
  }

  .ph_abpdb {
    padding: 2.45rem 1.05rem 0 1.05rem;
  }

  .ph_abpcas {
    padding: 3.3rem 0 1.25rem 0;
  }

  .ph_abpbg {
    padding: 3rem 0 1rem 0;
    background: #161617;
  }

  .ph_apmode {
    padding: 3rem 1.05rem 2rem 1.05rem;
    background: #161617;
  }

  .ph_chtbg {
    padding: 3.5rem 0;
    background: #05050A;
  }
  
  .ph_apnbg {
    padding: 2.95rem 0 1rem 0;
    /* background: linear-gradient(180deg, #161617 9.61%, rgba(20, 95, 225, 0.9) 133.68%); */
    background: #05050A;
  }
  
  .ph_adpbg {
    padding: 2.9rem 1.05rem 1.25rem 1.05rem;
    background: linear-gradient(180deg, #161617 1.82%, #214B9A 40.31%, #2954C9 100%);
  }

  .flbg_asst {
    padding: 2.4rem 1.05rem 3.8rem 1.05rem;
  }

  .ph_swlog {
    padding: 1.2rem 1.05rem 0 1.05rem;
    line-height: 1.05rem;
  }

  .ph_subs {
    padding: 2rem 1.05rem 1.25rem 1.05rem;
    line-height: 1.05rem;
  }

  .ph_swit,
  .ph_csenu,
  .ph_upexp {
    padding: 1.5rem 1.05rem;
    line-height: 1.05rem;
  }

  .ph_swpit {
    padding: 2.5rem 1.05rem 1.5rem 1.05rem;
  }

  /* h */
  .ph_regn h3,
  .ph_asst h3,
  .ph_th3,
  .ph_txh3,
  .cht_muxt h3 {
    line-height: 2.3rem;
    font-size: 1.6rem;
    font-weight: bold;
  }

  .ph_txh3 {
    padding: 0 1.1rem;
    color: #fff;
  }

  .ph_th3 {
    text-align: center;
    color: #fff;
  }

  .ph_regn h3 {
    margin: 0 0 1.3rem 0;
    line-height: 1.75rem;
    font-size: 1.2rem;
  }

  .ph_th3pos {
    position: absolute;
    left: 0;
    right: 0;
    top: 10.15%;
  }

  .ph_th4pos,
  .ph_th4pos2 {
    position: absolute;
    left: 1.05rem;
    right: 1.05rem;
  }

  .ph_th4pos {
    top: 11%;
  }

  .ph_th4pos2 {
    top: 19.74%;
  }

  .ph_slog h2,
  .ph_th4,
  .app_vlog h3,
  .app_clerk h4 {
    line-height: 1.75rem;
    font-size: 1.2rem;
    font-weight: bold;
  }

  .ph_th4_2 {
    margin: 1.5rem 0 0;
  }

  .ph_th4_3 {
    padding: 0 1.1rem;
    margin: 0 0 0.9rem 0;
  }

  .ph_slog h2 {
    margin: 0 0 1rem 0;
    color: #708DFA;
  }

  /* ph_regn */
  .ph_regn {
    padding: 1.15rem 1.05rem 0.5rem 1.05rem;
    line-height: 1.05rem;
    border-radius: 0.7rem;
    background: url("../img/phone/ph_bg26.png") 0 bottom no-repeat;
    background-size: cover;
    /* min-height: 24.8rem; */
    min-height: 24.85rem;
    color: #fff;
  }

  .ph_regn h3 em {
    display: block;
    line-height: 2.3rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #2766BF;
    background: linear-gradient(180deg, #BED7FF 8.4%, #3883FF 93.61%);
    background-clip: text;
    box-decoration-break: clone;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-box-decoration-break: clone;
  }

  .ph_regn p {
    margin: 0 0 1.5rem 0;
    font-size: 0.65rem;
    letter-spacing: 0.4px;
    line-height: 1.01rem;
    text-align: justify;
    text-justify: inter-cluster;
  }

  .ph_slog {
    padding: 0.25rem 0 0 0;
    /* margin: 0 0 1.5rem 0; */
    line-height: 1.2rem;
    font-size: 0.85rem;
    /* border-bottom: 1px solid #DFE1E8; */
    text-align: center;
  }

  .dest_line {
    display: block;
    width: 100%;
    height: 0;
    border-bottom: 1px solid #DFE1E8;
  }

  .ph_slog h2 span {
    color: #fff;
    display: block;
    font-weight: bold;
  }

  .ph_slog strong,
  .ph_slog em {
    display: block;
    font-weight: bold;
  }

  /* cog_desps */
  .cog_desps {
    margin: 1.1rem 0 0 0;
    line-height: 1.25rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.95);
    text-align: center;
  }
  .cog_desps h4 {
    margin: 0 0 0.4rem 0;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
    color: #fff;
  }
  .cog_desps figure {
    margin: 0 0 1.65rem 0;
  }

  .cog_pic {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0.4rem 0;
    width: 2.65rem;
  }

  /* hig_easy */
  .hig_easy {
    padding: 2rem 1rem 0.5rem 1rem;
    line-height: 1.05rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.95);
    border-radius: 0.7rem;
    min-height: 29.75rem;
    width: 15.6rem;
    background: url('../img/phone/ph_pic105.png') right bottom no-repeat, linear-gradient(180deg, #08142D 0%, #2D8EE9 47.55%, #FFFFFF 103.37%);
    background-size: 80.12% auto;
  }
  .hig_easy2 {
    background: url('../img/phone/ph_bg34.png') right bottom no-repeat, linear-gradient(180deg, #08142D 0%, #2D8EE9 47.55%, #FFFFFF 103.37%);
    background-size: contain;
  }
  .hig_easy h4 {
    line-height: 1.65rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
  }

  .hig_easy p {
    margin: 1.15rem 0 0 0;
  }

  .hg_sxts {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
  }

  .hg_sxts span {
    margin: 0.5rem 0 0 0;
    width: 6.4rem;
    height: 1.25rem;
    line-height: 1.25rem;
    color: rgba(255, 255, 255, 1);
    border-radius: 0.25rem;
    background: rgba(75, 134, 221, 0.6);
    text-align: center;
  }

  .easy_pic {
    margin: 1.4rem 0 0 0;
    padding: 0.9rem 0.65rem 0.9rem 1.45rem;
    border-radius: 0.7rem;
    box-shadow: 1px 5px 4px 0px rgba(20, 49, 115, 0.25);
    background: url('../img/phone/ph_bg35.png') 0 0 no-repeat;
    /* background: url('../img/phone/ph_bg35.png') 0 0 no-repeat, linear-gradient(180deg, rgba(35, 137, 232, 0.6) 0%, rgba(101, 189, 233, 0.6) 100%);  */
    background-size: cover;
  }

  .easy_dytxt {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
  }

  .easy_dytxt2 {
    margin: 1.6rem 0 0 0;
  }

  .easy_dytxt i {
    width: 0.6rem;
  }

  .easy_dytxt span {
    flex: 1;
    min-width: 0;
    text-align: justify;
    text-justify: inter-cluster;
  }

  /* flbg_asst */
  .flbg_asst {
    /* padding: ; */
    background: linear-gradient(180deg, #040000 -0.72%, #151C3C 46.27%, #1991E1 90.96%, #68BBFF 98.31%);
    /* background: linear-gradient(0deg, #207BB4 2.86%, #164891 14.65%, rgba(10, 61, 86, 0) 88.21%); */
  }

  .ph_desbe {
    line-height: 0.9rem;
    font-size: 0.6rem;
    color: #fff;
    text-align: center;
  }

  .ph_desbe h5 {
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: bold;
  }

  .ph_desbe figure {
    margin: 2.5rem 0 0 0;
  }

  .ph_desbe figure.ph_destx {
    margin: 1.4rem 0 0 0;
    padding: 0 1.05rem;
    line-height: 1.05rem;
    font-size: 0.7rem;
    text-align: justify;
    text-justify: inter-cluster;
  }

  .ph_desbe p {
    margin: 0.65rem 0 0 0;
  }
  .ph_desbe figure p span {
    line-height: 1.25rem;
    font-size: 0.7rem;
    display: block;
  }

  .ph_desbe h3 {
    margin: 0.35rem 0 0.7rem 0;
    line-height: 1.45rem;
    font-size: 1rem;
    font-weight: bold;
  }

  .desb_pic {
    display: inline-block;
    vertical-align: top;
    width: 1.75rem;
    margin: 0 0 0.3rem 0;
  }

  .desb_pic2 {
    width: 1.8rem;
  }

  .desb_pic4 {
    width: 1.6rem;
  }
  .desb_pic5 {
    width: 1.85rem;
  }

  .desp_text {
    padding: 0 0 0 0.9rem;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-align: left;
  }

  .desp_text i {
    margin: 0 0 0 -0.9rem;
    width: 0.9rem;
    padding: 0 0.2rem;
    text-align: center;
  }

  .desp_text span {
    flex: 1;
    min-width: 0;
    font-size: 0.65rem;
    line-height: 1.01rem;
    text-align: justify;
    text-justify: inter-cluster;
  }

  .des_axpix {
    padding: 0.75rem 0 0 0;
  }

  .ph_tpxpic {
    margin: 1.5rem 0 0 0;
  }

  .ph_tpic {
    /* margin: 1.5rem 0 0 0; */
    position: absolute;
    left: 1.05rem;
    right: 1.05rem;
  }

  .ph_tpic {
    bottom: 1.5rem;
    height: 75%;
  }

  /* scene_text */
  .scene_text, .serve_test {
    line-height: 1.05rem;
    font-size: 0.7rem;
    color: rgba(255, 255, 255, 0.95);
  }
  .scene_text figure {}

  .scene_text h4,.serve_test h4, .ph_desbe h4 {
    line-height: 1.65rem;
    font-size: 1.1rem;
    font-weight: bold;
    color: #fff;
  }
  .scene_text h4 {
    text-align: center;
  }
  .scene_text h5 {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.2rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  .scene_text p {
    margin: 1.05rem 0 0 0;
    text-align: justify;
    text-justify: inter-cluster;
  }

  .scene_text em {
    padding: 0 0.25rem
  }

  .scen_ilin {
    height: 1px;
    line-height: 0;
    width: 1.45rem;
    background:#F5F5F5
  }

  /* serve_test */
  .serve_test {
    padding: 2rem 1rem 1.8rem 1rem;
    border-radius: 0.7rem;
    background: url('../img/phone/ph_bg27.png') 0 center no-repeat #051824;
    background-size: cover;
  }

  .serve_test p {
    margin: 1rem 0 0 0;
    text-align: justify;
    text-justify: inter-cluster;
  }
  .serve_test figure {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin: 3.3rem 0 0 0;
  }

  .serve_test em {
    display: block;
    line-height: 1.2rem;
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
  }
  .ser_pcl em {
    margin: 0 0 0.3rem 0;
  }
  .ser_pcr em {
    margin: 0.3rem 0 0 0;
  }

  .ser_pcol {
    width: 45.75%;
  }
  .ser_pic {
    display: block;
  }
  .ser_pic2 {
    margin: 1.6rem 0 0 0; 
  }

  /* ph_swiper_post */
  .ph_swiper_post {
    /* position: absolute;
    left: 0;
    right: 0;
    top: 8.88%; */
  }

  .hg_pos {
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: center;
    align-items: center;
    align-content: center;
    min-height: 16.8rem;
    /* position: absolute;
    left: 1.05rem;
    right: 1.05rem;
    bottom: 1.1rem; */
    /* margin: 0.75rem 0 0 0;
    position: relative; */
  }

  .hg_pos2, .hg_pos3, .hg_pos4 {
    margin: 0 -1.05rem -1.25rem -1.05rem;
  }
  .hg_pos2 img {
    width: 14.45rem;
  }

  .hg_pos4 img {
    width: 14.125rem;
  }

  .hg_pos6 img {
    width: 14.15rem;
  }

  .hg_pmox {
    /* min-height: 18rem; */
    padding: 0 0 0.5rem;
  }

  .ph_swiper_box {
    /* margin: 1.2rem 0 0 0; */

  }
  .ph_swiper_box .swiper-slide {
    width: auto;
  }

  /* .ph_subs */
  .ph_subs {
    display: flex;
    /* flex-wrap: wrap; */
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    color: rgba(255, 255, 255, 0.95);
    border-radius: 0.7rem;
    background: #05050A;
    /* min-height: 82.5vh; */
    min-height: 29.7rem;
    width: 15.6rem;
  }

  .ph_subs2 {
    background: linear-gradient(180deg, #08142D 0%, #2D8EE9 47.55%, #FFFFFF 103.37%);
  }

  .ph_subs3 {
    background: linear-gradient(180deg, #040E20 0%, #021B3A 34%, #0B6EAF 79%, #92B9FE 100%);
  }

  .ph_subs4 {
    background: linear-gradient(180deg, #101DB0 0%, #0D56D3 45.11%, #4179DC 82.7%, #B6CFFF 107.41%);
  }

  .ph_subs5 {
    background: linear-gradient(180deg, #040E20 0%, #021B3A 30.5%, #1A83D9 100%);
    /* background: url('../img/phone/ph_bg28.png') 0 0 no-repeat, linear-gradient(180deg, #040E20 0%, #021B3A 30.5%, #1A83D9 100%); */
    background-size: contain;
    /* filter: brightness(50%); */
  }

  .ph_subs6 {
    background: linear-gradient(180deg, #AAC9FF 0%, #0B6EAF 29%, #104E9A 61.5%, #021B3A 100%);
  }

  .ph_subs7 {
    background: linear-gradient(180deg, #040E20 0%, #021B3A 47%, #0B6EAF 68.5%, #B8E9FA 100%);
  }

  .ph_subs8 {
    background: linear-gradient(180deg, #040E20 0%, #021B3A 52%, #0B6EAF 85%, #B8E9FA 100%);
  }
  .ph_sctpd {
    padding: 0 1.05rem;
  }
  .ph_subspd {
    padding: 0 2.1rem 0 1.05rem;
  }
  .ph_subsptd2 {
    padding: 0 1.95rem 0 1.2rem;
  }
  .ph_subsptd3 {
    padding: 0 1.8rem 0 1.35rem;
  }
  .ph_subsptd4 {
    padding: 0 1.65rem 0 1.5rem;
  }
  .ph_subsptd5 {
    padding: 0 1.5rem 0 1.65rem;
  }
  .ph_subsptd6 {
    padding: 0 1.35rem 0 1.8rem;
  }
  .ph_subsptd7 {
    padding: 0 1.2rem 0 1.95rem;
  }
  .ph_subsptd8 {
    padding: 0 1.05rem 0 2.1rem;
  }

  .ph_subspd2 {
    padding: 0 3.2rem 0 1.05rem;
  }

  .ph_subspd3 {
    padding: 0 1.05rem;
  }

  .ph_subspd4 {
    padding: 0 1.05rem 0 1.2rem;
  }

  .ph_subspd5 {
    padding: 0 1.05rem 0 1.5rem;
  }

  .ph_subspd6 {
    padding: 0 1.05rem 0 1.8rem;
  }

  .ph_subspd7 {
    padding: 0 1.05rem 0 2.1rem;
  }

  .ph_subs p {
    margin: 0 0 0.6rem 0;
  }

  .ph_subs h5 {
    margin: 0 0 1.15rem 0;
    line-height: 1.65rem;
    font-size: 1.1rem;
    font-weight: bold;
  }

  .swiper_posrd {
    /* position: absolute;
    left: 0;
    right: 0;
    bottom: 1.4rem; */
    position: relative;
    margin: 1.25rem 0 0 0;
    height: 1.5rem
  }

  .swiper-paginatpos {
    display: flex;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    left: 50%;
    margin: 0;
    padding: 0 0.4rem;
    /* width: 10.2rem; */
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    border-radius: 1.25rem;
    background: #353537;
    transform: translate(-50%, 0);
  }

  .swiper-paginatpos .swiper-pagination-bullet {
    margin: 0 0.5rem;
    background: #F5F5F7;
    opacity: 1;
  }

  .swiper-paginatpos .swiper-pagination-bullet-active {
    width: 2.8rem;
    border-radius: 0.55rem;
  }

  /* cht_muxt */
  .cont_nubox {
    overflow: hidden;
  }

  .cht_muxt {
    line-height: 1.05rem;
    color: #f3f3f3;
    display: flex;
    overflow: hidden;
    overflow-x: auto;
    box-sizing: content-box;
    /* touch-action: none; */
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
  }

  .cht_muxt figure {
    flex: 1 0 auto;
    padding: 0 1.05rem;
    margin: 0 1.05rem 0 0;
    width: calc(100%);
    opacity: 0.3;
    transition: all 0.8s ease-in-out;
  }

  .cht_muxt figure.cht_mton {
    opacity: 1;
  }

  .cht_mxtms {
    position: relative;
    min-height: 9rem;
    /* padding: 0 1.05rem; */
    line-height: 1.05rem;
    color: #f3f3f3;
    /* min-height: 5rem; */
  }

  .cht_mxtms {
    margin: 0.8rem 0 0 0;
    background: #05050A;
  }

  .cht_mxtms figure {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 16;
    padding: 0 1.05rem;
    visibility: hidden;
    opacity: 0;
    transition: all 0.8s ease-in 0s;
  }

  .cht_mxtms figure.cht_mxon {
    z-index: 19;
    opacity: 1;
    visibility: visible;
  }

  .cht_muxt h3 {
    color: #fff;
    text-align: center;
  }

  .cht_pic {
    margin: 1rem 0 0 0;
  }

  .cht_tabs {
    position: relative;
    margin: 1.5rem 0 0 0;
    padding: 0 1.1rem;
  }

  .cht_tlist {
    position: relative;
    margin: 0 0.85rem 1px 0.85rem;
    overflow: hidden;
    overflow-x: auto;
  }

  .cht_muxt::-webkit-scrollbar,
  .cht_tlist::-webkit-scrollbar {
    display: none;
  }

  .cht_lines {
    position: absolute;
    left: 1.95rem;
    right: 1.95rem;
    bottom: 0;
    z-index: 10;
    border-bottom: 1px solid #9B9B9B;
  }

  .cht_tlist ul {
    display: flex;
    /* box-sizing: content-box;
    overflow: hidden;
    overflow-x: auto; */
    min-width: 50rem;
  }

  .cht_tlist li {
    /* flex: 1 0 auto; */
    position: relative;
    margin: 0 1rem 0 0;
    height: 1.8rem;
    line-height: 1.8rem;
    font-size: 0.85rem;
    font-weight: bold;
    color: #86858C;
    cursor: pointer;
    opacity: 0.95;
    transition: all 0.8s ease-in-out;
  }

  .cht_tlist li em {
    font-weight: bold;
  }

  .cht_lin {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 15;
    width: 100%;
    height: 0;
    border-bottom: 1px solid transparent;
  }

  .cht_tlist2 {
    position: absolute;
    left: 1.1rem;
    right: 1.1rem;
    bottom: -1px;
    z-index: 11;
    height: 1px;
    overflow: hidden;
  }

  .cht_tlist2 li {
    height: 1px;
  }

  .cht_tlist2 .cht_lin {
    bottom: 0;
  }

  .cht_tlist li.cht_on {
    opacity: 1;
    color: #fff;
  }

  .cht_tlist li.cht_on .cht_lin {
    opacity: 1;
    border-bottom: 1px solid #fff;
    color: #fff;
  }

  .cht_btn {
    position: absolute;
    top: 0.65rem;
    width: 0.4rem;
    height: 0.7rem;
    cursor: pointer;
  }

  .cht_btnl {
    display: none;
    left: 1.05rem;
    background: url('../img/phone/ph_icon27.png') 0 0 no-repeat;
    background-size: cover;
  }

  .cht_btnr {
    right: 1.05rem;
    background: url('../img/phone/ph_icon28.png') 0 0 no-repeat;
    background-size: cover;
  }

  .cht_espt {
    height: 7.35rem;
    padding: 0 0 0.5rem 0;
    text-align: justify;
    text-justify: inter-cluster;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 7;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    color: #A6A5AB;
    font-size: 0.65rem;
  }

  .cht_espt--highlight {
    color: #fff;
  }

  .cht_more {
    font-size: 0.65rem;
    text-align: right;
  }

  .cht_more a {
    color: #fff;
  }

  .ph_appbg {
    padding: 3.5rem 0 1.25rem 0;
    background: url('../img/phone/ph_bg4.png') center center no-repeat;
    background-size: cover;
  }

  .app_vlog {
    margin: 0 0 1.85rem 0;
    color: #fff;
    text-align: center;
  }

  .app_vlog em {
    font-weight: bold;
    color: #5D9AFF;
  }

  .app_clerk {
    position: relative;
    padding: 1.25rem 1rem;
    /* min-height: 63.06vh; */
    min-height: 22.7rem;
    color: #fff;

  }

  .app_clerk2 {
    background: url('../img/phone/ph_bg6.png') 0 center no-repeat;
    background-size: contain;
  }

  .app_clerk3 {
    background: url('../img/phone/ph_bg7.png') 0 center no-repeat;
    background-size: contain;
  }

  .app_clerk4 {
    background: url('../img/phone/ph_bg8.png') 0 center no-repeat;
    background-size: contain;
  }

  .app_clerk5 {
    background: url('../img/phone/ph_bg9.png') 0 center no-repeat;
    background-size: contain;
  }

  .app_clerk6 {
    background: url('../img/phone/ph_bg10.png') 0 center no-repeat;
    background-size: contain;
  }

  .app_clerk hgroup {
    margin: 2.5rem 0 0 0;
  }

  .app_btn {
    position: absolute;
    right: 1rem;
    bottom: 1.1rem;
    width: 1.85rem;
    height: 1.85rem;
    cursor: pointer;
    background: url('../img/phone/ph_icon29.png') 0 0 no-repeat;
    background-size: cover;
  }

  .ph_subspd4 .app_btn {
    right: 3rem;
  }

  .ph_subspd5 .app_btn {
    right: 2.7rem;
  }

  .ph_subspd6 .app_btn {
    right: 2.4rem;
  }

  .ph_subspd7 .app_btn {
    right: 2.1rem;
  }

  /* app_pop */
  .app_pop,
  .app_hack {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    z-index: 1099;
  }
  .app_popT, .app_popT .app_hack {
     top: 100%;
  }
  .app_pop {
    visibility: hidden;
    overflow: hidden;
    opacity: 1;
    transition: all 0.5s ease-out 0s;
  }

  .app_hack {
    z-index: 1100;
    background: rgba(29, 33, 41, 0.60);
    /* filter: blur(200px); */
    backdrop-filter: blur(80px);
  }

  .app_popon .app_hack,
  .app_popon {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1102;
  }

  .app_popon {
    visibility: visible;
    overflow-y: auto;
  }
  .app_popon2 {
    opacity: 0;
  }

  .app_popon .app_hack {
    z-index: 1103;
  }

  .app_close {
    display: flex;
    align-self: flex-end;
    justify-content: center;
    align-items: center;
    order: 1;
    position: sticky;
    z-index: 1199;
    right: -0.25rem;
    top: 1.05rem;
    width: 1.6rem;
    height: 1.6rem;
    margin: -1.7rem -1.1rem 0 0;
    padding: 0;
    border: 0;
    background: url('../img/phone/ph_icon30.png') 0 0 no-repeat;
    background-size: cover;
  }

  .app_conts {
    position: relative;
    z-index: 1109;
    margin: 2.25rem 0.5rem 0.5rem 0.5rem;
    min-height: calc(100vh - 2.75rem);
    /* transform: translate(0, 100vh); */
  }

  .app_diybox {
    padding: 2.55rem 2rem 2.55rem 2.55rem;
    min-height: calc(100vh - 5.1rem);
    display: flex;
    flex-direction: column;
    border-radius: 0.7rem;
    background: #000;
    /* border: 1px solid #9B9B9B; */
    transform: translate(0, 100vh);
    /* transition: all 0.5s ease 0s; */
  }

  .app_diyon {
    opacity: 1;
    visibility: visible;
  }

  .app_diyon .app_diybox {
    transition: all 0.7s ease 0s;
    transform: translate(0, 0);
  }

  @keyframes fadeOut {
    from {
      opacity: 0
    }

    to {
      opacity: 1
    }
  }

  /* .app_diyon2 {
    animation: hideron 1.2s ease-out forwards;
    -webkit-animation: hideron 1.2s ease-out forwards;
  }

  @keyframes hideron {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  } */

  .app_diytbx {
    position: relative;
    z-index: 1102;
    flex-grow: 1;
    order: 2;
  }

  .app_dicty {
    line-height: 1.1rem;
    font-size: 0.7rem;
    color: #fff;
  }

  .app_dicty figure {
    margin: 0 0 2.45rem 0;
  }

  .app_dicty h3 {
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: bold;
    color: #5D9AFF;
    margin: 0 0 1.1rem 0;
  }

  .app_dicty h4 {
    line-height: 1.3rem;
    font-size: 1rem;
    font-weight: bold;
    margin: 0 0 0.8rem 0;
  }

  .app_dicty p {
    margin: 0.8rem 0 0 0;
  }

  .app_dicty p.app_dytxt {
    margin: 0 0 1.75rem 0;
  }

  .app_dytxt,
  .app_dymore,
  .app_dytxt a {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    text-justify: inter-cluster;
  }

  .app_dytxt a,
  .app_dytxt a em {
    color: #5D9AFF;
  }

  .app_dytxt em,
  .app_dytxt i,
  .app_dymore em,
  .app_dymore i {
    font-size: 0.8rem;
    font-weight: bold;
  }

  .app_dytxt em,
  .app_dymore em {
    display: block;
    margin: 0 0 0.2rem 0;
    color: #fff;
  }

  .app_dytxt span,
  .app_dymore span {
    flex: 1;
    min-width: 0;
    color: #B5B6B6;
  }

  .app_txtcl {
    color: #B5B6B6;
  }

  .app_mpic {
    display: inline-block;
    width: 1.75rem;
    margin: 0 0.5rem 0 0;
  }

  .app_dicty hgroup .app_dymore {
    align-items: center;
    align-content: center;
  }

  .app_pic {
    display: block;
    width: 2.5rem;
    margin: 0 0 0.8rem;
  }

  .app_pic4 {
    width: 2.05rem;
  }

  .app_pic4,
  .app_pic11 {
    margin: 0 0 0.6rem;
  }

  .app_pic10 {
    width: 2.25rem;
  }

  .app_pic img,
  .app_mpic img {
    display: block;
    width: 100%;
  }

  /* case */
  .ph_capdd {
    padding: 3.5rem 0 0.5rem 0;
  }

  .ph_swiper_cbox {
    margin: 1.5rem 0 0 0;
  }

  .ph_cases {
    line-height: 1.05rem;
  }

  .ph_casespd {
    padding: 0 1.05rem;
  }

  .ph_casespd2 {
    padding: 0 4.25rem 0 1.05rem;
  }

  .ph_casespd3 {
    padding: 0 3.55rem 0 1.75rem;
  }

  .ph_casespd4 {
    padding: 0 2.85rem 0 2.45rem;
  }

  .ph_casespd5 {
    padding: 0 2.15rem 0 3.15rem;
  }

  .ph_casespd6 {
    padding: 0 1.45rem 0 3.85rem;
  }

  .ph_casespd7 {
    padding: 0 1.05rem 0 4.25rem;
  }

  .ph_cases figure {
    margin: 0 0 2rem 0;
  }

  .ph_cases hgroup h4 {
    margin: 0 0 0.75rem 0;
    height: 2.4rem;
    line-height: 1.2rem;
    font-size: 0.85rem;
    font-weight: bold;
  }

  .ph_cases hgroup p {
    height: 6.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    font-size: 0.65rem;
    line-height: 1.01rem;
    letter-spacing: 0.6px;
  }

  .ph_cases hgroup p.ph_spw_bnt {
    margin: 1.75rem 0 0 0;
    height: auto;
    text-align: right;
  }

  .ph_spw_bnt a {
    font-weight: bold;
    color: rgba(29, 29, 31, 0.95);
  }

  .swiper-button,
  .swiper-app-button {
    position: relative;
    margin: 1.2rem 0 0 0;
    height: 2rem;
  }

  .ph_swiper_cbox .swiper-button-next,
  .ph_swiper_cbox .swiper-button-prev,
  .swiper-app-button .swiper-app-next,
  .swiper-app-button .swiper-app-prev {
    position: absolute;
    top: 1.2rem;
    width: 1.7rem;
    height: 1.7rem;
    line-height: 1.7rem;
    border-radius: 50%;
    z-index: 10;
    cursor: pointer;
    background: rgba(226, 226, 229, 1);
    text-align: center;
  }

  .ph_swiper_cbox .swiper-button-prev,
  .swiper-app-button .swiper-app-prev {
    left: 72.5%;
  }

  .ph_swiper_cbox .swiper-button-next,
  .swiper-app-button .swiper-app-next {
    right: 1.05rem;
  }

  .swp_icon {
    display: inline-block;
    width: 0.9rem;
    height: 0.9rem;
    line-height: 0;
    margin: -0.1rem 0 0 0;
    vertical-align: middle;
  }

  .swp_icon2 {
    background: url("../img/phone/ph_icon17.png") 0 0 no-repeat;
    background-size: cover;
  }

  .swp_icon3 {
    background: url("../img/phone/ph_icon18.png") 0 0 no-repeat;
    background-size: cover;
  }


  .ph_swiper_cbox .swiper-button-next.swiper-button-disabled,
  .ph_swiper_cbox .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    background: rgba(243, 243, 244, 1);
  }

  .ph_swiper_cbox .swiper-button-disabled .swp_icon2 {
    background: url("../img/phone/ph_icon15.png") 0 0 no-repeat;
    background-size: cover;
  }

  .ph_swiper_cbox .swiper-button-disabled .swp_icon3 {
    background: url("../img/phone/ph_icon16.png") 0 0 no-repeat;
    background-size: cover;
  }


  /* ph_source */
  .ph_source {
    padding: 1.6rem 1.05rem 0 1.05rem;
  }

  .ph_sour_tab {
    padding: 0.15rem 1rem 0.65rem;
    border-radius: 0.7rem;
    /* background: rgba(245, 245, 247, 1); */
    background: #353537;
  }

  .ph_sour_tab li {
    padding: 0.75rem 0;
    line-height: 1rem;
    color: rgba(255, 255, 255, 0.95);
    ;
    border-bottom: 1px solid #DFE1E8;
  }

  .ph_sour_tab li:last-child,
  .ph_sour_tab .ph_sour_tabmod li {
    border-bottom: 1px solid transparent;
  }

  .ph_sour_tab .ph_sour_tabmod li {
    padding: 0;
    margin: 1.5rem 0 0 0;
  }

  .ph_sour_tab .ph_sour_tabmod {
    padding: 0 0 0.75rem 0;
  }

  .ph_sorsp,
  .ph_sour_tab .ph_sour_tabmod li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    line-height: 1.8rem;
  }

  .ph_sorsp em {
    flex: 1;
    min-width: 0;
    font-size: 0.9rem;
    font-weight: bold;
    color: #fff;
  }

  .mos_mft {
    margin: 0 0 0 -0.35rem;
  }

  .ph_sour_tab .ph_sour_tabmod li em {
    line-height: 1rem;
    width: 10rem;
    font-size: 0.65rem;
  }

  .ph_snion {
    width: 0.8rem;
    height: 0.45rem;
    cursor: pointer;
  }

  .ph_snion2 {
    /* background: url("../img/phone/ph_icon19.png") 0 0 no-repeat; */
    background: url("../img/phone/ph_icon170.png") 0 0 no-repeat;
    background-size: contain;
  }

  .ph_sour_tab li.ph_soron .ph_snion2 {
    /* background: url("../img/phone/ph_icon20.png") 0 0 no-repeat; */
    background: url("../img/phone/ph_icon171.png") 0 0 no-repeat;
    background-size: contain;
  }

  .ph_sxnion {
    display: inline-block;
    width: 0.8rem;
    height: 0.8rem;
  }

  .ph_sxnion2 {
    /* background: url("../img/phone/ph_icon21.png") 0 0 no-repeat; */
    background: url("../img/phone/ph_icon172.png") 0 0 no-repeat;
    background-size: contain;
  }

  