
/* 表格 */
table { background-color:#FFF; width:846px; border-spacing:0; }
table tr { border-bottom:1px solid #E8E8E8; }
table th { color:#333; font-weight:400; }
table td { text-align:center; }

input { outline:0; border:1px solid #E8E8E8; text-indent:5px; }

/* util */
.container { overflow:hidden; background-color:#FFF; }

.icon { margin-right:5px; }
.coverImg { border-radius:4px; border:1px solid #E8E8E8; }
.avatar { border-radius:50%; width:50px; height:50px; display:inline-block; }

.hoverable:hover { cursor:pointer; }


.price { margin-top:5px; }
.price div { display:inline-block; }
.normalPrice { text-decoration:line-through; }
.actualPrice { color: #FF4B4F; }

/* font */
.bold { font-family:"微软雅黑",sans-serif; }
.normal { font-family:"微软雅黑",sans-serif; font-weight:400; }

/* font size */
.delicate { font-size:12px; }
.de-emphasized { font-size:13px; }
.normal { font-size:14px; }
.emphasized { font-size:15px; }

/* font color */
.dark { color:#222; }
.grey { color:#666; }
.light { color:#7E7E7E; }
.pale { color:#999; }
.normal { color:#4F4F4F; }
.colored { color:#FF4B4F; }

/* float */
.left-floated { float:left; }
.right-floated { float:right; }

/* 标签 */
.tag { padding:0 9px; line-height:18px; border-radius:9px; display:inline-block; border:1px solid #4F4F4F; }

/* 平台 */
.platform { margin:0 3px; border:0; color: #FFF; background:linear-gradient(90deg,#FF8D00,#FF5300); }

/* 选项 */
.charts {  }
.chart { height:50px; background:#FBFBFB; margin-top:17px; }
.chartBar { vertical-align:center; height:50px; margin:0 20px; display:flex; justify-content:space-between; align-items:center; }
.switch { width:120px; border:1px solid #FF6275; }
.option { width:60px; display:inline-block; text-align:center; line-height:23px; color: #7E7E7E; }
.option:hover { cursor:pointer; }
.selected { background-color:#FF6275; color:#FFF; }
.chartContent { height:400px; }

.formatter { display:flex; align-items:center; justify-content: center }

#sub { position:fixed; top:90px; display:none; z-index:2; width:844px; border-top: 1px solid #e8e8e8; }