/*
 * 设计基础样式@yuading
 */
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;
  -o-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover {
  color: #335577;
}

.mallentry-subnav{position:fixed;top:100px;left:0;height:48px;background-color:#d8374d;z-index:25;width:100%}.mallentry-subnav-container{margin:0 auto;width:1200px;height:48px;background-color:#d8374d;padding:0}.mallentry-subnav a{display:inline-block;height:48px;line-height:48px;text-align:center;width:144px;color:#fff;font-size:18px;list-style:none;cursor:pointer}.mallentry-subnav a.active,.mallentry-subnav a:hover{background:#c92f44}
.mallentry-layout-header-wrapper{width:100%;background:#fff;position:fixed;left:0;top:0;z-index:23}.mallentry-layout-header-wrapper .layout-center{margin:0 auto;width:1200px;overflow:hidden;position:relative;background-color:#fff;height:100px}.mallentry-layout-header-wrapper .layout-center .pdd-logo{float:left;margin:20px 0;height:60px}.mallentry-layout-header-wrapper .layout-center .header-nav-list{color:#6c6c6c;display:inline-block;font-size:18px;height:30px;line-height:30px;position:absolute;top:50%;margin-top:-15px;left:200px}.mallentry-layout-header-wrapper .layout-center .header-nav-list li{cursor:pointer;display:inline-block;height:20px;line-height:20px;border-right:1px solid #6c6c6c;margin-left:0px;margin-right:0px}.mallentry-layout-header-wrapper .layout-center .header-nav-list li .ph-tab-item{position:relative;display:inline-block;margin-right:15px;margin-left:15px;color:#6c6c6c}.mallentry-layout-header-wrapper .layout-center .header-nav-list li .ph-tab-item.active{font-weight:500;font-size:18px;color:#fc475d}.mallentry-layout-header-wrapper .layout-center .header-nav-list li .ph-tab-item:hover{color:#fc475d}.mallentry-layout-header-wrapper .layout-center .header-nav-list li:first-child .ph-tab-item{margin-left:0 !important}.mallentry-layout-header-wrapper .layout-center .header-nav-list li:last-child{border:none}.mallentry-layout-header-wrapper .layout-center .header-nav-list li:last-child .ph-tab-item{margin-right:0 !important}.mallentry-layout-footer{background:#3f3e3e;color:#b1b1b1;padding:30px 0;font-size:15px;text-align:center}
.mallentry-container{margin-top:148px;min-width:1200px;overflow-x:hidden}

/*# sourceMappingURL=http://esxftfvh.com/msfe/sourcemap/static/css/main.09fdc6d42.chunk.css.map*/