<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* å…¨å±€æ&nbsp;·å¼ */
html {
    font-size: 100px; /* é»˜è®¤å€¼ï¼ˆä¼šè¢« JS è¦†ç›–ï¼‰ */
    width: 100%;
    height: 100vh;
}
  
body {
    font-size: 0.14rem; /* ç›¸å½“äºŽ 14px */
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}

a {
    text-decoration: none;
    color: #222222;
}
li {
    list-style: none;
}
p {
    margin: 0;
}
.mainPhoneContainer {
    width: 100%;
    height: 100vh;
    position: relative;
}

.topHeader{
    background: #FFFFFF;
    box-shadow: 0 0.02rem 0.05rem 0 rgba(0,0,0,0.08);
    height: 0.63rem;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0.13rem 0.15rem 0.15rem;
    z-index: 999;
}
.headerFlex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.headerLogo {
    display: inline-block;
    width: 1.72rem;
    height: 0.35rem;
}
.headerRightIcon{
    display: inline-block;
    width: 0.15rem;
    height: 0.15rem;
    background-image: url('../assets/icon_gd.png');
    background-size: 100% 100%;
}
.closeIcon{
    background-image: url('../assets/icon_shouqi@2x.png');
}
.bottomFooter {
    width: 100%;
    height: 0.53rem;
    background: linear-gradient( 135deg, #3470FF 0%, #B666FF 100%);
    border-radius: 0px 0px 0px 0px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.footerFlex{
    display: flex;
    align-items: center;
}
.sameFooter {
    width: 50%;
    line-height: 0.53rem;
    font-size: 0.16rem;
    text-align: center;
    color: #fff;
    position: relative;
}
.sameFooter a {
    color: #fff;
    font-size: 0.16rem;
}
.sameFooter img {
    display: inline-block;
    width: .2rem;
    height: .2rem;
    vertical-align: middle;
    margin-right: .1rem;
}
.sameFooter:first-child::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 50%;
    background: #FFFFFF;
    border-radius: 0px 0px 0px 0px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 0.15rem;
}
.goBackTopIcon {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url('../assets/index/icon_zhiding1@2x.png');
    background-size: 100% 100%;
    position: fixed;
    bottom: 1.08rem;
    right: 0.17rem;
    z-index: 9;
    display: none;
}
.bottomDropDownModal{
    border-top: 1px solid #E6E6E6;
    display: none;
    position: fixed;
    background: #fff;
    width: 100%;
    height: auto;
    z-index: 99
}
.everyItemPart{
    border-bottom: 1px solid #E6E6E6;
    font-size: .17rem;
    color: #222222;
    padding: .2rem 0;
    display: block;
    width: 100%;
}
.flexProduct {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.arrowIcon {
    display: inline-block;
    width: .11rem;
    height: .08rem;
    background-image: url('../assets/icon_xl@2x.png');
    background-size: 100% 100%;
}
.zhankai .arrowIcon {
    background-image: url('../assets/icon_sq@2x.png');
}
.limitWidthTop{
    padding: .2rem;
    max-height: 80vh;
    overflow-y: auto;
}
.sameModalContact {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 9999;
    display: none;
}
.mainModalContent {
    width: 2.95rem;
    height: 3.6rem;
    background-image: url('../assets/img_bg@2x.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding-top: .3rem;
    text-align: center;
    font-size: .14rem;
}
.closeIcon {
    display: inline-block;
    width: 0.13rem;
    height: 0.13rem;
    background-image: url('../assets/icon_close@2x.png');
    background-size: 100% 100%;
    position: absolute;
    right: 0.17rem;
    top: 0.17rem;
}
.headerRightIcon.closeIcon {
    top: 0.23rem;
}
.mainModalContent .title {
    font-weight: 500;
    color: #222222;
    text-align: center;
    font-size: .19rem;
}
.mainModalContent .qurcodeMainImg {
    display: block;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url('../assets/img_ewm1@2x.png');
    background-size: 100% 100%;
    margin: 0.17rem auto 0.13rem;
}
.mainModalContent p {
    color: #A1A7BB;
    margin-bottom: .12rem;
}
.mainModalContent .phoneIcon {
    display: inline-block;
    width: .43rem;
    height: .43rem;
    background-image: url('../assets/icon_bddh@2x.png');
    background-size: 100% 100%;
    vertical-align: middle;
    margin-left: 0.13rem;
}
.phoneNumber {
    font-weight: bold;
    font-size: .2rem;
    color: #222222;
    margin-bottom: .13rem;
}
.moreProductDropDown {
    margin: .14rem .1rem 0;
    display: none;
}
.productEveryContent{
    margin-bottom: .2rem;
}
.firstClassify img {
    display: inline-block;
    width: .19rem;
    height: .19rem;
    vertical-align: middle;
    margin-right: .07rem;
}
.secondClassify {
    background: #F7F9FF;
    border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
    border: 0px solid rgba(52,112,255,0.2);
    display: flex;
    flex-wrap: wrap;
    padding: .13rem .15rem;
    margin-top: .1rem;
}
.secondClassifyItem{
    width: 45%;
    margin-bottom: .2rem;
    position: relative;
    font-size: .14rem;
    margin-right: .27rem;
}
.secondClassifyItem:nth-child(2n){
    margin-right: 0;
}
.secondClassifyItem span {
    display: inline-block;
    white-space: nowrap; /* ä¸æ¢è¡Œ */
    overflow: hidden; /* éšè—è¶…å‡ºçš„å†…å®¹ */
    text-overflow: ellipsis;
    max-width: .9rem;
}
.secondClassifyItem img {
    display: inline-block;
    width: .18rem;
    height: .18rem;
    margin-right: .02rem;
}
.productNewIcon {
    display: inline-block;
    width: .3rem;
    height: .15rem;
    background-image: url('../assets/img_new@2x.png');
    background-size: 100% 100%;
    position: absolute;
    right: -0.02rem;
    top: -0.09rem;
}
.productHotIcon {
    display: inline-block;
    width: .3rem;
    height: .15rem;
    background-image: url('../assets/img_hot@2x.png');
    background-size: 100% 100%;
    position: absolute;
    right: -0.02rem;
    top: -0.09rem;
}

.totalDialogIndexBanner {
    width: 2.95rem;
    /* height: 2.17rem; */
    background-image: url('../assets/img_dialog@2x.png');
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    padding: .2rem;
}
.samePartIcon {
    display: inline-block;
    width: .33rem;
    height: .33rem;
    background-image: url('../assets/icon_ywhc@2x.png');
    background-size: 100% 100%;
    margin-bottom: .1rem;
}
.mainDialogContentBox .title{
    font-weight: bold;
    font-size: .19rem;
    color: #222222;
}
.mainDialogContentBox .desc {
    font-size: .14rem;
    color: #4D4F74;
    margin: .1rem 0 .13rem;
    line-height: .23rem;
}
.mainDialogContentBox p {
    font-size: .13rem;
    color: #729BFE;
}
.arrowBlueIcon {
    display: inline-block;
    width: .1rem;
    height: .09rem;
    margin-left: .07rem;
}

   /* å…¨å±é®ç½©å±‚ */
   .fullscreen-loading {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
  }

  .loadingImg{
    display: inline-block;
    width: .6rem;
    height: .6rem;
  }

  .dot-wave {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .08rem;
  }
  
  .dot-wave__dot {
    width: .12rem;
    height: .12rem;
    border-radius: 50%;
    background-color: #fff;
    animation: dot-wave 1.4s ease-in-out infinite;
    transition: all .8s linear;
  }
  
  .dot-wave__dot:nth-child(1) { animation-delay: 0s; }
  .dot-wave__dot:nth-child(2) { animation-delay: 0.2s; }
  .dot-wave__dot:nth-child(3) { animation-delay: 0.4s; }
  
  @keyframes dot-wave {
    0%, 60%, 100% { transform: translateY(0); }
    30% { transform: translateY(-0.15rem); }
  }</pre></body></html>