/**
 * @file app.css
 * @author swan
 */

 
/* page{filter: grayscale(100%);} */.container{display:flex;flex-direction:column;align-items:center;justify-content:space-between;padding:26.666666666666668vw 0;box-sizing:border-box}

 
/* 弹框 */.tkbox{width:100%;height:100%;background:rgba(0,0,0,0.6);position:fixed;top:0;left:0;right:0;bottom:0;z-index:10;display:flex;align-items:center;justify-content:center}.cont-box{width:74.4vw;height:74.13333333333334vw;background:rgba(255,255,255,1);opacity:1;border-radius:0.5333333333333333vw;position:relative}.icon{width:3.8666666666666667vw;height:3.8666666666666667vw;position:absolute;right:3.3333333333333335vw;top:3.3333333333333335vw}.cont{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:10.666666666666666vw 6.666666666666667vw 0 6.666666666666667vw}.cont swan-text{font-size:3.7333333333333334vw;font-family:PingFang SC;font-weight:600;color:rgba(20,20,20,1);opacity:1;line-height:6vw}.cont swan-image{width:60vw;height:27.733333333333334vw;margin-top:4vw}.cont swan-button{width:100%;height:8.533333333333333vw;background:rgba(255,102,0,1);opacity:1;border-radius:0.5333333333333333vw;font-size:3.466666666666667vw;font-family:PingFang SC;font-weight:500;color:rgba(255,255,255,1);text-align:center;line-height:8.533333333333333vw;margin-top:5.333333333333333vw}swan-button::after{border:0}.row-between{display:flex;align-items:center;justify-content:space-between}.row{display:flex;align-items:center}.flex{display:flex;align-items:center}.center{align-items:center;justify-content:center}.align-start{align-items:flex-start}.col{flex-direction:column}.around{justify-content:space-around}.row-flex-end{justify-content:flex-end}.flex-start{justify-content:flex-start}

 
/* a 标签默认效果 */._a{padding:1.5px 0 1.5px 0;color:#366092;word-break:break-all}

 
/* a 标签点击态效果 */._hover{text-decoration:underline;opacity:0.7}

 
/* 图片默认效果 */._img{max-width:100%;-webkit-touch-callout:none}.fgx{height:2.1333333333333333vw;background:#f7f7f7}