/**
~~ +----------------------------------------------------------------------
// | 月梦软件 [ dm299 ]
## +----------------------------------------------------------------------
~~ | 版权信息 (c) 2024-2030 月梦网络 [ https://dm299.com ]
|| +----------------------------------------------------------------------
## | taobao：https://dm299.taobao.com禁止倒卖 发现停止任何服务
## +----------------------------------------------------------------------
// | 如需商业使用，请确保已获得商业授权，否则将承担相应的法律风险
// | 请不要对程序进行任何形式任何目的的再发布。
@@ +----------------------------------------------------------------------
@@ | 作者: 月梦网络 [119804869]
## +----------------------------------------------------------------------
 */
@charset "utf-8";@import url(../layui/css/layui.css);*{margin: 0px;padding: 0px;font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}a{text-decoration: none;}html{}body{width: 100%;min-height: 100%; }.layui-open-no-background{background:transparent !important;box-shadow: none !important;}.popselect{display:flex;flex-wrap: wrap;}.popselect div {margin-right: 8px;border: 1px solid #F2F2F2;display: flex;justify-content: center;align-items: center;flex-shrink: 0;position: relative;z-index: 1;max-height: 38px;height:38px;cursor: pointer;padding:0 9px;border-radius: 3px;margin-bottom:4px;min-width:38px;}.popselect div.current {border-color: #2eafbb;}.popselect div img{width:30px;height:30px;margin-right:9px;}.popselect div .checked {width: 16px;height: 16px;border:8px solid transparent;border-right-color:#2eafbb;border-bottom-color:#2eafbb;position: absolute;bottom: 0;right: 0;color:#fff;line-height:6px;font-size:10px;display:none;}.popselect div.current .checked {display: block;}