/**
~~ +----------------------------------------------------------------------
~~ @  月梦网络 [ DM299 ]
|| +----------------------------------------------------------------------
|| @  版权所有 2023-2035 月梦网络 [ http://www.dm299.com ]
// +----------------------------------------------------------------------
|| @  淘宝网站：https://dm299.taobao.com不能倒卖哦 一发现停止任何服务
## +----------------------------------------------------------------------
// @  如需商业使用，请确保已获得商业授权，否则将承担相应的法律风险
@@ @  不允许对程序代码以任何形式任何目的的再发布。
|| +----------------------------------------------------------------------
|| @  作者: 月梦网络 [qq: 11980  4869]
## +----------------------------------------------------------------------
 */
@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;}