*{padding:0px;margin:0px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,figure,input,textarea,p,blockquote,th,td,em,button{margin:0;padding:0;border:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}img{border:0;margin:0;padding:0;vertical-align:middle}input,textarea,select{border:none;font-family:inherit;font-size:inherit;font-weight:inherit;resize:none;outline:0;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}table{border-collapse:collapse}li{cursor:pointer}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}ul,li{list-style:none}dfn,em,i,address{font-style:normal}html,body{font-family:"Microsoft YaHei";font-style:normal;font-size:12px}a{color:#26a;background-color:rgba(0,0,0,0);text-decoration:none;outline:none;cursor:pointer;-webkit-transition:color .3s;-moz-transition:color .3s;transition:color .3s;-webkit-text-decoration-skip:objects}a:hover{color:#357}*:focus{outline:none !important}.container{max-width:1024px;margin-left:auto;margin-right:auto;padding-left:0 !important}.clearfix:after{content:" ";display:block;clear:both;height:0}.clearfix{zoom:1}
/*
 * 设计基础样式@yuading
 * https://lanhu.pdd.net/url/vc5Aa-RxnFJ
 */
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', 'Helvetica Neue', Helvetica, Arial,
    sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  color: rgba(0, 0, 0, 0.8);
  background-color: #fff;
  font-size: 12px;
  margin: 0;
  padding: 0;
}

/* 兼容大部分项目的 box-sizing */
html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit;
}

/*
 * 兼容老项目，新项目请使用 beast button 来代替 a 元素
 */
a {
  color: #2266aa;
  background-color: transparent;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #335577;
}


/*# sourceMappingURL=http://esxftfvh.com/msfe/sourcemap/mallcenter/static/css/main.ac13b681a.css.map*/