* {
  box-sizing: border-box;
}
body {
  font-family: 'Microsoft YaHei', 'PingFang SC', 'Hiragino Sans GB', 'Helvetica', 'Tahoma', 'Arial', 'SimSun', 'Heiti', 'sans-serif' !important;
}
ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
#app {
  margin: 0 auto;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}
a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
}
.oneLine {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
}
.twoLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.threeLine {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.container {
  width: 1200px;
  margin: 0 auto;
  padding: 0 !important;
}
input {
  border: none;
  outline: none;
  padding-left: 11px;
}
input::placeholder {
  font-size: 14px;
  color: #999999;
}
thead tr {
  background: #EF2D36;
}
thead tr th {
  color: #fff;
}
.article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  text-align: center;
}
.container:before,
.container::after {
  content: none;
}
th,
td {
  height: 50px;
  line-height: 50px !important;
  padding: 0 !important;
  text-align: center;
  font-weight: bold;
}
.blockSpan {
  padding: 3px 5px;
  background: #EF2D36;
  border-radius: 4px;
  font-size: 0.16px;
  font-weight: 400;
  color: #fff;
  margin-left: 6px;
  display: inline-block;
  height: 29px;
  line-height: 25px;
}
.empty {
  width: 100%;
  text-align: center;
  color: #666;
  font-size: 20px;
  line-height: 40px;
  margin-top: 20px;
  padding-bottom: 20px;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #EF2D36 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #EF2D36;
  border-color: #EF2D36;
}
.pagination > li > a,
.pagination > li > span {
  color: #333;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #EF2D36;
}
.detailRight .img {
  margin-top: 20px;
}
.detailRight .img img {
  width: 100%;
}
.detailRight .koubei-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 15px 15px 0;
}
.detailRight .koubei-title .title-left {
  display: flex;
  align-items: center;
}
.detailRight .koubei-title .title-left b {
  width: 4px;
  height: 19px;
  background: #EF2D36;
  margin-right: 16px;
}
.detailRight .koubei-title .title-left span {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  font-weight: bold;
}
.detailRight .koubei-title a {
  font-size: 14px;
  font-weight: 400;
  color: #999999;
}
.detailRight .koubei-list > div {
  width: 253px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  margin-top: 20px;
}
.detailRight .koubei {
  margin-top: 20px;
  width: 282px;
  background: #ffffff;
}
.detailRight .koubei .koubei-list {
  padding: 0px 0 0 23px;
  cursor: pointer;
}
.detailRight .koubei .koubei-list > a {
  display: flex;
}
.detailRight .koubei .koubei-list > a img {
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.detailRight .koubei .koubei-list > a p {
  line-height: 30px;
  width: 203px;
  font-size: 14px;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}
.detailRight .koubei-list > .rank {
  display: flex;
}
.detailRight .koubei-list > .rank span {
  width: 16px;
  height: 16px;
  background: #d1d1d1;
  font-size: 14px;
  font-weight: 400;
  color: #fffefe;
  text-align: center;
  line-height: 16px;
}

.detailRight .koubei-list > .rank a p {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #656565;
  margin-left: 8px
}

.detailRight .koubei-list > .rank a .one1 {
  background: #ff1200
}

.detailRight .koubei-list > .rank a .one2 {
  background: #ed6941
}

.detailRight .koubei-list > .rank a .one3 {
  background: #f7af41
}

.detailRight .koubei-list .rank a {
  line-height: 40px;
  height: 40px;
  display: flex;
  align-items: center
}
.title-left {
  display: flex;
  align-items: center;
}
.title-left b {
  display: inline-block;
  width: 4px;
  height: 21px;
  background: #EF2D36;
}
