*{
    padding: 0px;
    margin: 0px;
}
body{
    font-size: 0.9rem;
    background:#eee;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
    /* -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;  */
}
/* 文本选中颜色 */
::selection {
    background: var(--one-color);
    color: #fff;
}
ul{
    list-style:none;
}
a{
    text-decoration:none;
    color: #333;
}
img{
    width: 100%;
}
/*input 数字框去除上下箭头*/
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
/* 移除所有浏览器中的数字输入框 spinner */
input[type="number"] {
  -moz-appearance: textfield; /* Firefox */
  appearance: textfield; /* 标准属性 */
}
/* Chrome/Safari 等 WebKit 浏览器 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input{
    border: 0px;
    outline: none;
    font-family: "微软雅黑";
    caret-color:var(--logo-color);/*光标颜色*/
}
input[type="radio"] {
    accent-color:var(--one-color);
    width: 20px;
    height: 20px;
    cursor: pointer;
}
textarea{
    border: 0px;
    outline: none;
    resize: vertical;
    font-display: swap;
    font-family: "微软雅黑";
    caret-color:var(--logo-color);/*光标颜色*/
}
:root{
    /* 主题色 */
    --one-color:#333;
    /* 副主题样式 */
    --two-color:#444;
    /* 按钮触摸 */
    --but-hover:#000;
    /* 文字触摸 */
    --text-hover:#ff0000;
    --span-font:0.5em;
    --text-font:0.7rem;
    --name-font:1rem;
    --title-font:1.5rem;
}
@font-face {
  font-family: "iconfont"; /* Project id 4873860 */
  src: url('//at.alicdn.com/t/c/font_4873860_ozf91g9vatk.woff2?t=1752540365684') format('woff2'),
       url('//at.alicdn.com/t/c/font_4873860_ozf91g9vatk.woff?t=1752540365684') format('woff'),
       url('//at.alicdn.com/t/c/font_4873860_ozf91g9vatk.ttf?t=1752540365684') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-caiwuicon-:before {
  content: "\e620";
}

.icon-tiaohuoguanli:before {
  content: "\e673";
}

.icon-caigou:before {
  content: "\e613";
}

.icon-jiancha:before {
  content: "\ee11";
}

.icon-xiezuo:before {
  content: "\e601";
}

.icon-kehu:before {
  content: "\e67e";
}

.icon-congxinsuanfei:before {
  content: "\e600";
}

.icon-qiehuan:before {
  content: "\e604";
}

.icon-quxiao:before {
  content: "\e61f";
}

.icon-daifahuo:before {
  content: "\e681";
}

.icon-chakan:before {
  content: "\e61c";
}

.icon-shouhou:before {
  content: "\e638";
}

.icon-shanchu:before {
  content: "\e8b6";
}

.icon-shuju:before {
  content: "\e6df";
}

.icon-liushui:before {
  content: "\e820";
}

.icon-chanpin:before {
  content: "\e719";
}

.icon-aipinpai:before {
  content: "\e60e";
}

.icon-yonghu:before {
  content: "\e64e";
}

.icon-dingdan:before {
  content: "\e647";
}

.icon-kucun:before {
  content: "\e941";
}
