.select-area,.select-area .select-area-current{display:flex;align-items:center;justify-content:center}.select-area .select-area-current{color:rgba(108,94,104,1);text-align:center;background-image:url(/images/app/m/icon_purple_arrow.png);background-size:7px 4px;background-repeat:no-repeat;background-position:90% 60%;padding-right:16px;font-size:12px}.select-area .select-area-current-active{color:rgb(207,169,115);background-image:url(/images/app/m/jianto.png)}.select-area .select-area-mask{position:fixed;top:0;bottom:0;left:0;right:0;z-index:999;background-color:rgba(0,0,0,.2)}.select-area .select-area-content{width:92vw;display:grid;grid-template-columns:1fr 1fr 1fr 1fr;grid-gap:16;gap:16;border-radius:10px;margin:7vh 4vw;flex-wrap:wrap;padding:15px;background-color:#fff}.select-area .select-area-content img{width:12px;height:12px;display:block}.select-area .select-area-content-title{height:15px;font-weight:600;font-size:15px;color:rgba(44,44,44,1)}.select-area .select-area-content-list-item{height:26px;text-align:center;font-size:15px;border-radius:13px;color:rgba(108,94,104,1);background-color:rgba(108,94,104,.1);opacity:1;white-space:nowrap}.select-area .select-area-active{background-color:rgba(108,94,104,1);color:#fff}.select-area .select-area-disabled{opacity:.45}