/* 命名空间: .help-center */
.rank_col3_more{
    width: 1200px;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; /* 可选：兼容性更好 */
}

.help-center {
  /* 如果需要可以在这里设置外层容器的一些通用样式 */
  background: #fff;
 width: 390px;
  display: block;
  float: left;
  line-height: 50px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px #d3cece;
  margin: 0 auto;
  box-sizing: border-box;
}

/* 帮助中心标题 */
.help-center > p {
  height: 42px;
  line-height: 40px;
  font-size: 14px;
  background: url(../images/juxing1.png) no-repeat;
  color: #000;
  padding-left: 15px;
  background-size: cover;
  border-bottom: 1px solid #EFEFEF;
}

.help-center > p i {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  position: relative;
  top: 8px;
  background: url(../images/paihang.png);
}

.help-center > p span {
  /* width: 285px; */
  display: inline-block;
}

.help-center > p span:last-child {
  color: #B7B7B7;
  cursor: pointer;
}

/* 表格样式 */
.help-center .bocet1 {
  width: 100%;
  border-collapse: inherit;
  word-break: break-all;
  border-top: 0 none;
  margin-bottom: 24px;
  color: #999;
}

.help-center .bocet1s1 th,
.help-center .bocet1s1 td {
  line-height: 36px;
  display: block;
  padding: 0 30px 0 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  border-bottom: 1px solid #EFEFEF;
}

.help-center .bocet1s1 th {
  /* background-color: #f7fafc; */
  border: none;
}

.help-center .bocet1 th {
  font-size: 14px;
  color: #333;
}

.help-center .bocet1 td {
  font-size: 12px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.help-center .bocet1 th,
.help-center .bocet1 td {
  /* line-height: 12px; */
  text-align: center;
  position: relative;
  z-index: 1;
}

.help-center td {
  border-color: #000;
}

.help-center .bocet1s1 font {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 240px;
  float: left;
  color: #000;
}

.help-center .bocet1s1 th font {
  width: 202px;
}

.help-center a {
  text-decoration: none;
  outline: none;
  color: #333;
  cursor: pointer;
}

.help-center .bocet1s1 td font.desc01 {
  width: 22px;
  height: 25px;
  background: url(../images/1.png);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}

.help-center .bocet1s1 td font.desc02 {
  width: 22px;
  height: 25px;
  background: url(../images/2.png);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}

.help-center .bocet1s1 td font.desc03 {
  width: 22px;
  height: 25px;
  background: url(../images/3.png);
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: 8px;
}

.help-center .bocet1s1 td font.desc04 {
  width: 22px;
  text-align: center;
  display: inline-block;
  margin-right: 8px;
  color: #999;
  font-size: 14px;
  font-style: italic;
}