<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	background-size: cover;max-width: 750px;
margin: 0 auto;
	min-height: 100vh;color: #000;background: #dcdcdc;position: relative;letter-spacing: 0.2rem;
}

/* å¼¹çª—æ&nbsp;·å¼ */
.pop-cpt { z-index: 999999999; position: relative; }
.pop-cpt2 { display: flex; justify-content: center; align-items: center; position: fixed; left: 0px; top: 0px; right: 0px; bottom: 0px; background: rgba(0, 0, 0, 0.7); }
.pop-cpt a { text-decoration: none; color: inherit; display: block; }
.pop-cpt a:hover { text-decoration: none; }
.pop-cpt-bd { width: 300px; padding: 0px 5px; box-sizing: border-box; border-radius: 15px; font-size: 14px; color: rgb(51, 51, 51); font-family: å¾®è½¯é›…é»‘; position: relative;border: 1px solid #ffffff;background-color: #fb2725;}
.pop-cpt-close { display: inline-block; height: 36px; line-height: 36px; padding: 0px 15px; color: rgb(255, 255, 255); position: absolute; top: 0px; right: 0px;width:auto; }
.pop-cpt-tit { height: 36px; line-height: 36px; color: rgb(255, 255, 255); text-align: center; font-size: 18px; font-weight: bold; }
.pop-cpt-tit span { display: inline-block; padding: 0px 10px; position: absolute; top: 0px; right: 0px; }
.pop-cpt-con { padding: 10px 0px; border-radius: 15px; background: rgb(255, 255, 255); }
.pop-cpt-con1 { text-align: center; line-height: 24px; font-size: 15px; }
.pop-cpt-con2 { padding-top: 10px; text-align: center; line-height: 24px; font-size: 15px; }
.pop-cpt-con2-tit { display: flex; justify-content: center; padding-bottom: 5px; }
.pop-cpt-con2-tit span { display: inline-block; width: 26px; line-height: 26px; margin-left: -3px; text-align: center; color: rgb(255, 255, 255); font-size: 16px; font-weight: bold; border-radius: 50%; background: #fb2725; }
.pop-cpt-con2-logo { display: flex; justify-content: center; height: 60px; }
.pop-cpt-con2-logol { color: rgb(4, 183, 131); font-size: 70px; line-height: 60px; font-weight: bold; font-family: impact, arial;margin-top: -8px; }
.pop-cpt-con2-logol font { font-size: 52px; font-weight: 800; font-family: revert; }
.pop-cpt-con2-logor { width: 40px; position: relative; }
.pop-cpt-con2-logor-txt1 { }
.pop-cpt-con2-logor-txt1 span { display: inline-block; width: 38px; height: 22px; line-height: 22px; text-align: center; color: rgb(255, 255, 255); border-radius: 5px; background: rgb(4, 183, 131); position: absolute; left: 8px; top: 2px; }
.pop-cpt-con2-logor-txt2 { line-height: 32px; color: rgb(251, 39, 37); font-size: 30px; font-family: impact, arial; position: absolute; top: 24px; left: 0px; }
.pop-cpt-con3 { padding: 10px 20px; }
.pop-cpt-con3 table { font-weight: bold; border-collapse: collapse; }
.pop-cpt-con3 th { text-align: center; color: rgb(255, 255, 255);  background: #383cb9; font-size: medium; line-height: normal;padding: 5px; border: 1px solid #383cb9;}
.pop-cpt-con3 td { text-align: center; border: 1px solid rgb(153, 153, 153); padding: 5px; }
.pop-cpt-con4 { text-align: center; }
.pop-cpt-con4 span { display: inline-block; width: 200px; height: 40px; line-height: 40px; font-size: 20px; font-weight: bold; color: rgb(255, 255, 0); border-radius: 40px; background: rgb(251, 39, 37); }
.pop-cpt-footer { padding: 10px 0px; color: rgb(255, 255, 255); text-align: center; }
.pop-cpt-footer1 { font-size: 14px; line-height: normal; }
.pop-cpt-footer2 {  font-weight: bold; color: rgb(255, 255, 0); }




.alertBox{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999999999;
    top: 0;
    left:0;
    background:rgba(0,0,0,0.6);

}
.mark{
    position: relative;
    width: 300px;
    border-radius: 20px;
    top: 22%;
    background-color: white;
    display: block;
    margin: 0 auto;
}
.markHead{
    text-align: center;
    height: 110px;
    background-color: #fb6146;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    background-image: url("../img/alert.png");
    background-size: 100% 100%;
    position: relative;
    border: 1px solid #ffffff;
}
.markHead&gt;img{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
}
.alertBg{
   width: 90%;
    margin: 0 auto;
    align-items: center;
}
.markHead&gt;p{
    font-size: 27px;
    color: white;
    font-weight: bold;
}
#weChatNum{
    font-size: 16px;
    color: #D9342C;
    width: 95px;
    border: 0;
}
.copyText{
    display: flex;
    justify-content: center;
    font-size: 15px;
    height: 40px;
    align-items: center;

}
.copyText&gt;img{
    width: 76px;


}
.textInfo{
    border-bottom:2px dotted #F4EDD9 ;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;


}
.textInfo&gt;p{
    font-size: 15px;
    margin-bottom: 3px;
    color: #555555;
}
.textInfo&gt;img{
    width: 125px;
    height: 40px;
}
.textInfo&gt;a{
    text-decoration: none;
    font-size: 15px;
    color: #333333;
    margin-bottom: 10px;
}
.step{
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.step&gt;img{
   width: 85%;
    height: 120px;

}


@keyframes scaleDraw {  /*å®šä¹‰å…³é”®å¸§ã€scaleDrewæ˜¯éœ€è¦ç»‘å®šåˆ°é€‰æ‹©å™¨çš„å…³é”®å¸§åç§°*/
    0%{
        transform: scale(1);  /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
    }
    25%{
        transform: scale(1.2); /*æ”¾å¤§1.1å€*/
    }
    50%{
        transform: scale(1);
    }
    75%{
        transform: scale(1.2);
    }
}

.copy_btn{
    width:70px;
    height: 70px;
	position: absolute;
    bottom: 15;   
    right:280px;
    -webkit-animation-name: scaleDraw; /*å…³é”®å¸§åç§°*/
    -webkit-animation-timing-function: ease-in-out; /*åŠ¨ç”»çš„é€Ÿåº¦æ›²çº¿*/
    -webkit-animation-iteration-count: infinite;  /*åŠ¨ç”»æ’­æ”¾çš„æ¬¡æ•°*/
    -webkit-animation-duration: 3s; /*åŠ¨ç”»æ‰€èŠ±è´¹çš„æ—¶é—´*/
}



 .swiper {
        width: 100%;
        height: 100%;padding: 1rem 0 1.5rem 0 !important;
      }

      .swiper-slide {
        text-align: center;
        background: #ededed;
      }

      .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }

#app {
	/* max-width: 750px; */
	/* margin: 0 auto; */
	position: relative;
	min-height: 100vh;
	z-index: 1;min-width: 250px;padding-bottom: 14rem;
	
}
h2{font-size: 2.2rem;font-weight: bold;text-align: center;padding-bottom: 1rem;margin-top: 1rem;}
h3{font-size: 1.3rem;color: #ff0000;text-align: center;margin-top: 1rem;}
.bluebox{
  box-shadow:0 0 10px #575757;background: #fff;border-radius: 20px;
  padding: 1rem;border-bottom: 4px solid #e4f0ff;
}
.top{
  width: 100%;height: auto;text-align: center;position: absolute;
top: 0;position: relative;background: #fff;
box-shadow:0 0 10px #575757;border-radius: 20px;
}
.top .topbg{width: 100%;}
.top ul{
  display: flex;
justify-content: space-around;
align-items: center;
align-content: center;border-bottom-left-radius: 20px;border-bottom-right-radius: 10px;
padding: 0 1.7rem;padding-top: 2rem;border-right: 4px solid #e4f0ff;border-top: none;
border-bottom: 4px solid #e4f0ff;padding-bottom: 1rem;
}
.top li img{width: 6rem;}
.top li p{font-size: 1.5rem;color: #000000;margin-top: 0.5rem;}

.s1{padding: 0rem 2rem;}
.qishu {font-size: 1.5rem;padding: 0 2rem;}
.qishu span{color: #ff0000;}
.qiu{
    display: flex;padding: 0 2rem;
justify-content: space-around;
align-items: center;
align-content: center;margin-top: 1rem;
}
.qiu p:nth-child(1){
  width: 4.5rem;
height: auto;
line-height: 4.5rem;
text-align: left;
font-size: 1.3rem;
margin-left: 0.5rem;
padding-left: 0.8rem;
}
.qiu1{background:url('../img/qiu1.png') no-repeat;background-size: 100% 100%;}
.qiu2{background:url('../img/qiu2.png') no-repeat;background-size: 100% 100%;}
.qiu3{background:url('../img/qiu3.png') no-repeat;background-size: 100% 100%;}
.red{background:url('../img/qiu1.png') no-repeat;background-size: 100% 100%;}
.green{background:url('../img/qiu2.png') no-repeat;background-size: 100% 100%;}
.blue{background:url('../img/qiu3.png') no-repeat;background-size: 100% 100%;}
.qiu4{background:url('../img/qiu4.png') no-repeat;background-size: 100% 100%;}
.qiu5{background:url('../img/qiu5.png') no-repeat;background-size: 100% 100%;}
.qiu6{background:url('../img/qiu6.png') no-repeat;background-size: 100% 100%;}
.qiu p:nth-child(2){
  font-size: 1.2rem;
text-align: center;margin-top: 0.5rem;

}
.qiu li{text-align: center;}
.qiu li:nth-child(7){
  width: auto;
}
.qiu li:nth-child(7) p{padding-left: 0px;text-align: center;}
.jia{
  font-size: 4rem !important; 
  color: #333;
  margin-top: -2rem;
}
.gg img{}
.box{
  border-radius: 10px;
overflow: hidden;box-shadow: 0px 0px 17px #d1d1d1;border: 1px solid #000;
}
.box li{
  display: flex;
justify-content: space-around;
align-content: center;font-size: 2rem;border-bottom: 1px solid #000;
}
.box li:nth-child(1){background: #ff5050;color: #fff;}
.box p{
  text-align: center;
border-right: 1px solid #000;
height: 4rem;
line-height: 4rem;
}
.box p:nth-child(1){width: 42rem;}
.box p:nth-child(2){width: 42rem;}
.box p:nth-child(3){width: 60rem;}
.box p:nth-child(4){width: 42rem;}
.box p:nth-child(5){width: 42rem;color: #ff0e0e}
.box li:nth-child(1) p:nth-child(5){color: #fff !important}
.huoqu{
  margin-top: 0.5rem;
width: auto;
height: 3rem;
}

.s2{
  background: url('../img/plbg.png') top center #fff no-repeat;
  background-size: auto;
margin: 0 2rem;
  margin-top: 0px;
background-size: contain;
width: calc(100% - 4rem);
padding: 0 1rem;
  padding-top: 0px;
padding-top: 1rem;
margin-top: 2rem;
}
.pinglun{background: #fff;margin-top: 2rem;}
.pinglun &gt; ul{padding: 0 0rem;}
.pinglun &gt; ul&gt;li{padding: 2rem 1rem;overflow: hidden;border-bottom: 1px solid #e3e3e3;position: relative;}

.pinglun img{float: left;width: 5rem;border-radius: 50px;}
.pinglun .content{
  float: left;width: calc(100% - 5rem);padding-left: 0.8rem;padding-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.pinglun h4{font-size: 1.8rem;font-weight: bold;margin-bottom: 0.5rem;}
.pinglun p{font-size: 1.4rem;color: #303030;}
.pinglun .pldb{font-size: 1.4rem;}
.pinglun .pldb span{color: #717171}
.pinglun .zan{
  width: auto;
cursor: pointer;
position: absolute;
bottom: 3.5rem;
right: 2rem;
z-index: 999;
}
.pinglun .zan img{width: 1.5rem;margin-right: 0.2rem;}
.pltop{overflow: hidden;}
.huifu{font-size: 1.4rem;border-radius: 10px;}
.huifu li{padding: 0px;border-top:1px solid #ccc;padding: 0.5rem 4rem 0.5rem 2.5rem;}
.huifu li:nth-child(1){padding: 0.5rem 1rem 0.5rem 1rem;border: none;}
 .huifu{
    position: relative;
    padding: 0.6rem;
    background-color: #f1f1f1;
    border: #f1f1f1 solid 1px;
    border-radius: 10px;
    width: auto;width: 100%;margin-left: 0rem;
}
.huifu:before{
    box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: -2rem;
left: 1rem;
padding: 0;
border-bottom: 1.5rem solid #f1f1f1;
  border-bottom-color: rgb(241, 241, 241);
  border-bottom-style: solid;
  border-bottom-width: 1.5rem;
border-top: 1rem solid transparent;
border-left: 1.5rem solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1.5rem;
border-right: 1.5rem solid transparent;
display: block;
content: '';
z-index: 12;
}
.huifu:after{
    box-sizing: content-box;
width: 0px;
height: 0px;
position: absolute;
top: -2rem;
left: 1rem;
padding: 0;
border-bottom: 1.5rem solid #f1f1f1;
  border-bottom-color: rgb(241, 241, 241);
  border-bottom-style: solid;
  border-bottom-width: 1.5rem;
border-top: 1rem solid transparent;
border-left: 1.5rem solid transparent;
  border-left-color: transparent;
  border-left-style: solid;
  border-left-width: 1.5rem;
border-right: 1.5rem solid transparent;
display: block;
content: '';
z-index: 12;
}
.gundong{padding: 1rem 2rem;position: fixed;max-width: 750px;
bottom: 7rem;}
#scrool{
  height: 4rem;overflow: hidden;border-radius: 10px;box-shadow: 0 0 10px #686868;
  background: -webkit-linear-gradient(top,#fa6439, #c34661); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(bottom,#fa6439, #c34661); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(bottom,#fa6439, #c34661); /* Firefox 3.6 - 15 */
  background: linear-gradient(to bottom,#fa6439, #c34661); /* æ&nbsp;‡å‡†çš„è¯­æ³•ï¼ˆå¿…é¡»æ”¾åœ¨æœ€åŽï¼‰ */
}
.gundong li{font-size: 1.5rem;height: 4rem;line-height: 4rem;text-align: center;color: #fff;}
.gundong li span{color: #ffe601;}
.bottom{background: #c5c5c5;padding: 1rem 0;position: fixed;bottom: 0;z-index: 999;max-width: 750px;}
.bottom div{padding: 1rem 0;
border-radius: 50px;
background: -webkit-linear-gradient(top,#fff00a, #fbf7d8);
background: -o-linear-gradient(bottom,#fff00a, #fbf7d8);
background: -moz-linear-gradient(bottom,#fff00a, #fbf7d8);
background: linear-gradient(to bottom,#fff00a, #fbf7d8);
width: 88%;
margin: 0 auto;
text-align: center;
box-shadow: 0 0 10px #ccc;
}
.bottom a{color: #ff0000;font-size: 2rem;}
@media only screen and  (max-width:250px) {
  .down1 img{width: 132px;
margin-top: 204%;
margin-bottom: 10px;}
}
.anniu{
  -webkit-animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  animation: phone-vr-circle-fill 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-animuiion: zoom 1.3s infinite;
  animation: zoom 1.3s infinite;
}
@-webkit-keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}@keyframes zoom{0%{transform:scale(.9)}70%{transform:scale(1);box-shadow:0 0 0 15px transparent}100%{transform:scale(.9);box-shadow:0 0 0 0 transparent}}</pre></body></html>