.classification {
  color: #999;
  display: inline-block;
  background: #fff;
  font-size: 14px;
  float: none;
  margin-right: 0;
  width: auto;
  margin-top: -5px;
}

.classification:hover {
  color: #ff8e68;
}

.viewNumber {
  display: inline-block;
  background: url("../imgs/help/read.png") no-repeat center;
  width: 14px;
  height: 14px;
}

.timeIcon {
  background: url("../imgs/help/time.png") no-repeat center;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.keyIcon {
  background: url("../imgs/help/keyword.png") no-repeat center;
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 5px;
  margin-top: 2px;
}

.article-main {
  width: 800px;
  background: #fff;
  padding: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 716px;
}
.article-main .title {
  text-align: left;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  overflow: hidden;
  line-height: 30px;
}
.article-main .title h1 {
  float: left;
  font-size: 24px;
  font-weight: 400;
}
.article-main .keylabel {
  margin-top: 27px;
  overflow: hidden;
}
.article-main .keylabel .tags {
  display: block;
  width: 98px;
  height: 28px;
  color: #fff;
  font-size: 13px;
  background: #ff8e68;
  line-height: 28px;
  border-radius: 3px;
  text-align: center;
  float: left;
  margin-right: 10px;
}
.article-main .keylabel .tags:hover {
  background: rgba(255, 142, 103, 0.8);
}
.article-main .keylabel .info {
  font-size: 14px;
  font-weight: normal;
  color: #999;
  vertical-align: bottom;
  float: right;
  margin-right: 15px;
  line-height: 20px;
}
.article-main section {
  margin-top: 22px;
  font-size: 16px;
  line-height: 30px;
  color: #666;
  text-align: left;
  word-break: break-all;
}

.article-main .nextPre {
  font-size: 14px;
  color: #666;
  margin-top: 80px;
}
.article-main .nextPre .pre,
.article-main .nextPre span {
  float: left;
}
.article-main .nextPre .next {
  float: right;
}
.article-main .nextPre a {
  display: inline-block;
  width: 180px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-decoration: underline;
  text-align: left;
}
.article-main .nextPre a:hover {
  color: #ff8e68;
}

.article-main section a {
  color: #388dff;
}

.article-main section img {
  max-width: 100%;
  height: auto;
}

/* 使用攻略 */
.useContainer {
  width: 100%;
  background: #fff;
  height: 364px;
}
.useContainer .useContent {
  width: 1000px;
  margin: 0px auto;
  padding: 85px 0 38px 0;
}
.useContainer .useContent .marginLeft {
  margin-left: 145px;
}
.useContainer .useContent .useList {
  float: left;
  width: 41%;
  padding-left: 13px;
}
.useContainer .useContent .useList li {
  font-size: 14px;
  color: #999;
  margin-bottom: 23px;
  text-align: left;
  text-indent: 0px;
  cursor: pointer;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 405px;
  line-height: 16px;
}
.useContainer .useContent .useList li i {
  width: 4px;
  height: 4px;
  background: #999;
  margin: 0px 10px 3px 0;
  border-radius: 20px;
  display: inline-block;
}
.useContainer .useContent .useList li a {
  color: #999;
}
.useContainer .useContent .useList li a:hover {
  text-decoration: underline;
  color: #ff8e68;
}
.useContainer .useContent .useList h2 {
  font-size: 16px;
  color: #666;
  font-weight: 700;
  margin-bottom: 7px;
  cursor: default;
}

.hotTags {
  width: 190px;
  text-align: left;
  margin-left: 10px;
}
.hotTags .tagItem {
  overflow: hidden;
  background: #fff;
  padding-bottom: 20px;
}
.hotTags .tagItem .tagTitle {
  margin: 15px 0;
  margin-left: 12px;
}
.hotTags .tagItem .tagTitle .decorate {
  width: 6px;
  height: 14px;
  border-left: 3px solid #ff8e68;
  margin-right: 8px;
  float: left;
  margin-top: 3px;
}
.hotTags .tagItem .tagTitle h2 {
  font-weight: normal;
  color: #555555;
  font-size: 14px;
  line-height: 19px;
}
.hotTags .tagItem .tags {
  height: 27px;
  background: #f3f3f3;
  color: #666666;
  font-size: 12px;
  line-height: 27px;
  float: left;
  text-align: center;
  margin: 10px 0 0 6px;
  padding: 0 8px;
}
.hotTags .tagItem .tags:hover {
  color: #ff8e68;
}
.hotTags .guessItem {
  margin-top: 5px;
}
.hotTags .guessItem .guessList {
  list-style-type: disc;
  padding-left: 28px;
  font-size: 13px;
  color: #444;
  padding-top: 2px;
}
.hotTags .guessItem .guessList li {
  position: relative;
  list-style: disc;
  margin-bottom: 19px;
  line-height: 15px;
}
.hotTags .guessItem .guessList li a {
  display: inline-block;
  width: 140px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* 链接样式 */
a {
  color: #555;
  outline: none;
}

a:hover {
  color: #ff8e68;
}

.articleTitle {
  max-width: 700px;
}
.hot-function {
  background-color: #f9f9f9;
  padding: 20px 40px;
  margin: 40px auto;
  overflow: hidden;
}
.hot-function h3 {
  font-size: 16px;
  color: #666666;
  line-height: 20px;
  padding: 10px 0;
  float: left;
}
.hot-function div {
  font-size: 0;
  vertical-align: middle;
  margin-left: 80px;
}
.hot-function div a:not(:last-child) {
  border-right: 1px solid #666666;
}
.hot-function div a {
  display: inline-block;
  padding: 0 30px;
  line-height: 20px;
  color: #666666;
  font-size: 16px;
  margin: 10px 0;
  float: left;
}
