.main{min-height:600px;padding-bottom:80px}.main .title{max-width:1024px;margin:0 auto;line-height:1.1;font-size:48px;font-weight:600;letter-spacing:0;padding:80px 20px 65px;box-sizing:border-box}.main_cont{max-width:1024px;margin:0 auto}.toast-view{position:fixed;z-index:99;left:50%;top:20px;background:rgba(0,0,0,.5);display:flex;flex-direction:row;align-items:center;justify-content:center;padding:6px 20px;border-radius:20px;overflow:hidden;color:#dcdddd;width:160px;margin-left:-90px;text-align:center}.mask-view{position:fixed;z-index:99;left:0;top:0;right:0;bottom:0;background:0 0;display:flex;flex-direction:row;align-items:center;justify-content:center;-webkit-animation:antdDrawerFadeIn .1s cubic-bezier(.7,.3,.1,1);animation:antdDrawerFadeIn .1s cubic-bezier(.7,.3,.1,1)}.mask-view-masker{position:absolute;z-index:0;left:0;top:0;right:0;bottom:0;background:rgba(0,0,0,.5);-webkit-animation:drawerFadeIn .3s cubic-bezier(.7,.3,.1,1);animation:drawerFadeIn .3s cubic-bezier(.7,.3,.1,1)}.mask-view.background-none,.mask-view.background-none .mask-view-masker{background:0 0}.mask-view-content{min-width:300px;padding:0;position:absolute;z-index:1;border-radius:10px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;font-size:14px;overflow:hidden;color:#333}.mask-view-content .mask-view-content-title{width:100%;height:44px;line-height:44px;text-align:center;padding:0 20px;box-sizing:border-box;border-bottom:0 solid #eee;font-size:17px;font-weight:600;margin-top:15px}.mask-view-content .mask-view-content-text{flex:1;padding:10px 20px 25px;font-size:17px;color:#8f8f8f;font-weight:500}.mask-view-content .mask-view-content-control{width:100%;height:44px;line-height:44px;text-align:center;border-top:1px solid #dcdddd;display:flex;flex-direction:row;align-items:center;justify-content:center}.mask-view-content .mask-view-content-control a:nth-child(2){border-left:1px solid #dcdddd}@supports (padding:calc(max(0px))){.main .title{padding-left:calc(max(22px,env(safe-area-inset-left)));padding-right:calc(max(22px,env(safe-area-inset-right)))}}.main_cont .txt{padding:10px 25px;box-sizing:border-box}@media only screen and (max-width:450px){.main .title{font-size:40px}}