@charset "utf-8";
input[type=button],input[type=text],input[type=password]{-webkit-appearance:none;outline:none}
input[type="submit"],
 input[type="reset"],
 input[type="button"],
 button {
 -webkit-appearance: none;
 }

html{ font-size:100%;}
body{ font-size:0.28rem; padding-bottom:1rem;}
*{ padding:0; margin:0;}
a, img, li{ border:0; text-decoration:none; list-style:none;}
.cl{ clear:both;}
.man{ width:100%; max-width:620px; margin:0 auto; position:relative;}
.le{ float:left; padding:0.05rem 0;}
.man .top{  position:absolute; top:0; z-index:99; background:#FFF; width:100%; position:fixed; top:0;}
.man .top .div img{ width:100%; border-radius:100%;}
.man .top .div{ width:32px; }
.man .top{ line-height:32px;}
.man .top { font-size:0.26rem;}
.man .top p{ color:#F00; margin-left:10px;}
.topc{padding:0.15rem 10px;}
.man .top .a{ float:right; background:rgba(78, 144, 255, 1); color:#FFF; padding:0.05rem 0.3rem; line-height:32px; border-radius:100px;}

.bottom{ position:fixed; bottom:0; z-index:99; background:#FFF; width:100%;}
.bottom .div img{ width:100%; border-radius:100%;}
.bottom .div{ width:32px; }
.bottom{ line-height:32px;}
.bottom { font-size:0.26rem;}
.bottom p{ color:#F00; margin-left:10px;}
.topc{padding:0.15rem 10px;}
.bottom .a{ float:right; background:rgba(78, 144, 255, 1); color:#FFF; padding:0.05rem 0.3rem; line-height:32px; border-radius:50px;}
.pinglun .left{ float:left;}
.pinglun{color:rgb(51, 51, 51);}
.pinglun .right{ float:left; padding-left:0.3rem;    width: 4.3rem;}
.left img{ width:1rem; border-radius:3rem; float:left;}
.cl{ clear:both;}
.pinglun{ margin-top:0.3rem;}
.pinglun li{ padding:0 0.3rem; margin-bottom:0.5rem;}
.pinglun .right p{ line-height:0.5rem;}
.pinglun .right div{ line-height:0.45rem;}
.pinglun .right p span{ float:right; color:rgb(136, 136, 136);}
.pinglun .right p img{ width:0.28rem; display:inline-block; margin-right:0.1rem;}
.pluinb{ background:#f2f2f2; line-height:0.8rem; padding-left:0.3rem; margin-bottom:0.2rem;}






.popup-wrap * {
 box-sizing:border-box;
 margin:0;
 padding:0;
 border:0;
 -webkit-box-sizing:border-box;
 -moz-box-sizing:border-box;
 -webkit-tap-highlight-color:rgba(0,0,0,0);
 -webkit-text-size-adjust:none
}
.popup-wrap {
 width:100%;
 height:100%;
 position:fixed;
 display:block;
 top:0;
 left:0;
 content:"";
 z-index:99;
 background-color:rgba(51,51,51,.5)
}
.popup-wrap .popup-box {
 width:5.4rem;
 background:#fff;
 position:absolute;
 -webkit-transform:translate(-50%,-80%);
 transform:translate(-50%,-80%);
 top:50%;
 left:50%;
 font-size:.32rem;
 text-align:center;
 border-radius:.10666667rem
}
.popup-wrap .popup-box .content,
.popup-wrap .popup-box .popup-close,
.popup-wrap .popup-box .title {
 width:100%;
 left:0;
 text-align:center;
 vertical-align:middle
}
.popup-wrap .popup-box .title {
 font-size:.42666667rem;
 margin-top:.42666667rem
}
.popup-wrap .popup-box .title .notice-title {
 height:.58666667rem;
 line-height:.58666667rem;
 vertical-align:middle;
 font-family:PingFangSC-Medium;
 font-size:.38rem;
 color:#222
}
.popup-wrap .popup-box .title .warm-icon {
 background:url(https://df.yunyangtao.com/529/images/404c00006fbe920cfc6b) no-repeat 50%;
 background-size:contain
}
.popup-wrap .popup-box .title .success-icon,
.popup-wrap .popup-box .title .warm-icon {
 width:1.06666667rem;
 height:1.06666667rem;
 display:block;
 margin:0 auto .26666667rem;
 vertical-align:middle;
 -webkit-box-sizing:content-box;
 box-sizing:content-box
}
.popup-wrap .popup-box .title .success-icon {
 background:url(../image/404e0000669dcd274d73.png) no-repeat 50%;
 background-size:contain
}
.popup-wrap .popup-box .content {
 font-size:.28rem;
 padding:.26666667rem .61333333rem
}
.popup-wrap .popup-box .popup-cancle {
 width:2rem;
 height:0.8rem;
 display:inline-block;
 border-radius:2.66666667rem;
 line-height:0.8rem;
 font-size:.37333333rem;
 border:.02666667rem solid #999;
 color:#999;
 margin:.26666667rem auto .29333333rem;
 padding:0
}
.popup-wrap .popup-box .popup-close {
 width:2rem;
 height:0.8rem;
 display:inline-block;
 border-radius:2.66666667rem;
 line-height:0.8rem;
 font-size:.37333333rem;
 border:.02666667rem solid #00d48c;
 color:#00d48c;
 margin:.26666667rem 0.1rem;
 padding:0
}


.modal-wrapper.svelte-15eh19a {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 background-color:transparent;
 z-index:300
}
.modal-wrapper.hide.svelte-15eh19a {
 display:none
}
.mask.svelte-15eh19a {
 position:absolute;
 top:0;
 left:0;
 right:0;
 bottom:0;
 opacity:1999;
 background-color:rgba(0,0,0,0.5)
}
.window.svelte-15eh19a {
 position:absolute;
 left:50%;
 top:50%;
 width:4.6rem;
 padding:0.3rem 0.3rem 0 0.3rem;
 -webkit-transform:translate(-50%, -50%);
 transform:translate(-50%, -50%);
 background:#FFFFFF;
 border-radius:0.21333333rem;
 font-family:PingFangSC-Regular;
 font-weight:bold
}
.close.svelte-15eh19a {
 position:absolute;
 top:0.21333333rem;
 right:0.21333333rem;
 padding:0.37333333rem;
 width:0.58666667rem;
 height:0.58666667rem;
 box-sizing:border-box;
 cursor:pointer;
 background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Ccircle fill-opacity='.34' fill='%23000' fill-rule='nonzero' cx='11' cy='11' r='11'/%3E%3Cpath stroke='%23FFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M15 7l-8 8M7 7l8 8'/%3E%3C/g%3E%3C/svg%3E");
 background-repeat:no-repeat;
 background-size:contain
}



.svelte-smh4b9 {
 font-family:PingFangSC-Medium,PingFang SC;
 -webkit-user-select:none;
 user-select:none
}
.jump-icon.svelte-smh4b9 {
 margin:0.69333333rem auto 0;
 width:1.22666667rem;
 height:1.22666667rem;
 background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDYiIHZpZXdCb3g9IjAgMCA0NiA0NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjMgLjA4M2EyMi44NDcgMjIuODQ3IDAgMCAxIDE2LjIwNSA2LjcxMkEyMi44NDcgMjIuODQ3IDAgMCAxIDQ1LjkxNyAyM2EyMi44NDcgMjIuODQ3IDAgMCAxLTYuNzEyIDE2LjIwNUEyMi44NDcgMjIuODQ3IDAgMCAxIDIzIDQ1LjkxN2EyMi44NDcgMjIuODQ3IDAgMCAxLTE2LjIwNS02LjcxMkEyMi44NDcgMjIuODQ3IDAgMCAxIC4wODMgMjMgMjIuODQ3IDIyLjg0NyAwIDAgMSA2Ljc5NSA2Ljc5NSAyMi44NDcgMjIuODQ3IDAgMCAxIDIzIC4wODN6bTkuNTMyIDEzLjQ0N2ExLjk4NSAxLjk4NSAwIDAgMC0uNjczLS4xODdsLS4wMzYtLjAwNC0uMDI1LS4wMDFhMi4wMTIgMi4wMTIgMCAwIDAtLjEwNS0uMDA0SDE5LjY2N2wtLjE1LjAwNWEyIDIgMCAwIDAtMS44NSAxLjk5NGwuMDA1LjE1YTIgMiAwIDAgMCAxLjk5NSAxLjg1aDcuMTcxTDEzLjI4MiAzMC44OWwtLjEwMi4xMWEyIDIgMCAwIDAgMi45MyAyLjcxOGwxMy41NTUtMTMuNTU2LjAwMiA3LjE3MS4wMDUuMTVhMiAyIDAgMCAwIDMuOTk1LS4xNXYtMTIuMDNsLS4wMDQtLjA4NC0uMDAyLS4wMzVhMi4wMTIgMi4wMTIgMCAwIDAtLjIzNy0uODA2IDEuOTcgMS45NyAwIDAgMC0uMjA0LS4zMDVsLS4wMjEtLjAyNi0uMDQ0LS4wNWEyLjAxMiAyLjAxMiAwIDAgMC0uMDQtLjA0M2wtLjAzNC0uMDM1YTIuMDM5IDIuMDM5IDAgMCAwLS40Ny0uMzVsLS4wNjMtLjAzMXoiIGZpbGw9IiM2NkMyM0EiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==");
 background-size:contain
}
.wechat-icon.svelte-smh4b9 {
 margin:0.25rem auto 0;
 width:0.7rem;
 height:0.7rem;
 background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath fill-opacity='.01' fill='%23FFF' d='M0 0h50v50H0z'/%3E%3Cpath d='M25 2.083a22.847 22.847 0 0116.205 6.712A22.847 22.847 0 0147.917 25a22.847 22.847 0 01-6.712 16.205A22.847 22.847 0 0125 47.917a22.847 22.847 0 01-16.205-6.712A22.847 22.847 0 012.083 25 22.847 22.847 0 018.795 8.795 22.847 22.847 0 0125 2.083zm8.944 15.194L22.917 28.304l-4.777-4.777a2.083 2.083 0 00-2.946 2.946l6.25 6.25a2.083 2.083 0 002.946 0l12.5-12.5a2.083 2.083 0 10-2.946-2.946z' fill='%2366C23A'/%3E%3C/g%3E%3C/svg%3E")
}
.auto-copied.svelte-smh4b9,
.guide-text.manual.svelte-smh4b9 {
 margin:0 auto;
 font-family:PingFangSC-Medium,PingFang SC;
 font-weight:500;
 color:#333;
 line-height:0.43333333rem;
 text-align:center;
 white-space:nowrap;
 overflow:hidden
}
.auto-copied.svelte-smh4b9 {
 margin-top:0.2rem;
 margin-bottom:0.2rem;
 font-size:0.3rem
}
.modal-text.svelte-smh4b9 {
 margin:0 auto;
 width:6.08rem;
 font-family:PingFangSC-Medium,PingFang SC;
 font-weight:500;
 color:#333;
 line-height:0.64rem;
 text-align:center;
 white-space:nowrap;
 overflow:hidden;
 margin-top:0.32rem;
 margin-bottom:0.42666667rem;
 font-size:0.42666667rem
}
.guide-text.manual.svelte-smh4b9 {
 margin-top:1.06666667rem;
 margin-bottom:0.77333333rem;
 font-size:0.45333333rem
}
.wechat-number.svelte-smh4b9 {
 height:1rem;
 display:-webkit-box;
 display:-webkit-flex;
 display:flex;
 -webkit-box-pack:center;
 -webkit-justify-content:center;
 justify-content:center;
 -webkit-box-align:center;
 -webkit-align-items:center;
 align-items:center;
 background:rgba(216, 216, 216, .3);
 border-radius:0.05333333rem;
 font-size:0.3rem;
 font-weight:500;
 color:#161823
}
.wechat-number.svelte-smh4b9 p.svelte-smh4b9 {
 max-width:5.65333333rem;
 overflow:hidden;
 white-space:nowrap
}
.wechat-number.svelte-smh4b9:not(.copied) p.svelte-smh4b9 {
 -webkit-user-select:initial;
 user-select:initial
}
.guide-text.auto.svelte-smh4b9,
.manual-copy.svelte-smh4b9 {
 font-size:0.3rem;
 font-family:PingFangSC-Regular,PingFang SC;
 font-weight:400;
 color:#666;
 line-height:0.3rem;
 text-align:center;
 white-space:nowrap;
 overflow:hidden
}
.guide-text.auto.svelte-smh4b9 {
 margin-top:0.32rem
}
.manual-copy.svelte-smh4b9 {
 margin-top:0.64rem;
 margin-bottom:0.85333333rem
}
.btn-wrapper.svelte-smh4b9 {
 margin:0.5rem 0 0.53333333rem;

 display:-webkit-box;
 display:-webkit-flex;
 display:flex;
 -webkit-box-pack:justify;
 -webkit-justify-content:space-between;
 justify-content:space-between
}
.btn-wrapper.svelte-smh4b9>button.svelte-smh4b9 {
 -webkit-appearance:none;
 appearance:none;
 width:2rem;
 line-height:0.7rem;
 background:#66C23A;
 font-size:0.3rem;
 font-family:PingFangSC-Regular,PingFang SC;
 font-weight:400;
 border-radius:0.05333333rem;
 color:#fff;
 border:none;
 outline:none
}