/*www.wo3.cn 沃商模板网，专注精品模板开发*/
/* 全局 */
html {
  webkit-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-justify: inter-ideograph;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

/* 基础 */
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-touch-callout: none;
  margin: 0
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background-color: #F5F5F5;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

input,
textarea {
  -webkit-user-select: text
}

:root {
  --colour1: #bc070e;
  --colour2: #a0060c;
  --colour3: rgba(191, 4, 16, .25);
  --colour4: rgba(191, 4, 16, .80);
}

.icon {
  background-image: url("../image/icon_red.png");
  display: inline-block;
  vertical-align: middle;
}

/*分页样式*/
.pglist {
  padding: 20px 0 30px;
  width: 100%;
  text-align: center;
  clear: both;
}

.pglist li {
  display: inline-block;
}

.pglist a {
  color: #999;
  padding: 0 15px;
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  background: #fff;
  border: 1px solid #f2f2f2;
}

.pglist a:hover,
.pglist .active a {
  display: inline-block;
  color: #fff;
  background: var(--colour1);
  border-color: var(--colour1);
  box-shadow: 0 0 14px rgba(0, 0, 0, .2);
}

/*返回首页*/
#tip {
  padding-top: 30px;
  min-height: 640px;
}

#tip b {
  color: var(--colour1);
}

/*网站地图*/
.sitemap {
  overflow: hidden;
  line-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.sitemap dt {
  float: left;
  margin-right: 2%;
  width: 14.66666667%;
}

.sitemap dt a {
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 14px;
  padding: 8px 0;
  font-weight: normal;
}

.sitemap dt a:hover {
  background: #ccc;
  color: #fff;
}

.sitemap dd {
  float: left;
  width: 83.333333%;
}

.sitemap dd a {
  float: left;
  color: #666;
  padding-right: 35px;
  line-height: 39px;
  transition: none;
}

.sitemap dd a:hover {
  color: #333;
}

/*网站标签*/
.tags_list {
  overflow: hidden;
  line-height: 30px;
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.tags_list dt {
  float: left;
  margin-right: 2%;
  margin-bottom: 2%;
  width: 14.66666667%;
}

.tags_list dt a {
  display: block;
  text-align: center;
  background: #ececec;
  font-size: 14px;
  padding: 8px 0;
  font-weight: normal;
}

.tags_list dt a:hover {
  background: #ccc;
  color: #fff;
}

.tags {
  overflow: hidden;
  margin-bottom: 20px;
}

.tags span {
  float: left;
  display: block;
  line-height: 40px;
}

.tags a {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  display: inline-block;
  line-height: 28px;
  padding: 0 6px;
  margin: 5px;
  background: #fff;
  border: 1px solid #dadada;
}

.tags a:hover {
  background: var(--colour1);
  border-color: var(--colour1);
  color: #fff;
}

/* 新增 */
.user-card-header {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  height: 40px;
  align-content: center;
}

.ticket-detail-content .post-date {
  display: flex;

  span {
    margin: 10px 20px;
    font-size: 14px;
  }
}

.post-content h2 {
  font-size: 18px;
}

.post-content .content-tit h4 {
  margin: 10px 0;
  span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    border-left:5px solid var(--colour1);
    border-bottom:1px solid var(--colour1);
    background: #f7c0c1;
  }
}

.post-content .tags-area{
  display: flex;
  width: 100%;
  ul{
    width: 50%;
    li p{
      font-size: 14px;
    }
  }
}
.post-content p{
  font-size: 14px;
}
.post-content .standard-p{
  display: flex;
  p{
    margin: 5px 10px;
  }
}
.ticket-chat-box{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.ticket-chat-box .theme-box{
  width: 80%;
  font-size: 18px;
}
.ticket-chat-box .theme-btn{
  width: 20%;
  font-size: 18px;
}
.standard-p-block p{
  line-height: 1.8em;
}
.suojin{
  text-indent: 2em;
}