@charset "utf-8";
/*
 * @Author: shu binqi
 * @Date: 2019-07-29 22:16:39
 * @Last Modified by: shu binqi
 * @Last Modified time: 2019-08-11 02:36:29
 */
/* 紫色主题 */
/* 蓝色主题 */
/* 橙色主题 */
/* - SVG图标通用样式（勿改） - */
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
@font-face {
  font-family: 'iconfont';
  src: url('../ai_fonts/iconfont.eot');
  src: url('../ai_fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../ai_fonts/iconfont.woff2') format('woff2'), url('../ai_fonts/iconfont.woff') format('woff'), url('../ai_fonts/iconfont.ttf') format('truetype'), url('../ai_fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (max-width: 480px){
	.content-form .form-group {
		margin: 0 0 15px 0;
	}
}

.text-secondary {
  height: 30px;
  margin-bottom: 10px;
}
.text-secondary p {
  line-height: 30px;
  color: #808080;
  font-size: 14px;
}
.text-secondary p a {
  line-height: 30px;
  color: #808080;
  margin: 0 2px;
  font-size: 14px;
}
.text-secondary p a:hover {
  color: #0779d4;
}
.text-secondary p.fl .icon {
  transform: rotate(180deg);
}
.content-form {
  display: flex;
  width: 94%;
  margin: auto;
  flex-wrap: wrap;
}
.content-form .form-group {
  width: 50%;
  display: flex;
  margin-left: 0;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.content-form .form-group label {
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: initial;
}
.content-form .form-group div {
  flex: 1;
  /* 修改单选框样式 */
}
.content-form .form-group div input {
  padding: 0 10px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f7f7f7;
}
.content-form .form-group div input[type=text] {
  width: 100%;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.content-form .form-group div input[type=text]:focus {
  border: 1px solid #0779d4;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.content-form .form-group div input[type=radio] {
  margin-left: 10px;
  cursor: pointer;
}
.content-form .form-group div input[type="radio"] + label::before {
  content: "\a0";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 15px;
  margin-right: 10px;
  border-radius: 50%;
  text-indent: .15em;
  margin-bottom: 3px;
  border: 1px solid #0779d4;
  padding: 2px;
  cursor: pointer;
}
.content-form .form-group div input[type="radio"]:checked + label::before {
  background-color: #0779d4;
  background-clip: content-box;
  padding: 2px;
}
.content-form .form-group div input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.content-form .form-group div .radio-inline {
  padding-left: 0;
}
.content-form .form-group div input[type=radio][disabled]:checked + label::before {
  background-color: #CCCCCC;
  background-clip: content-box;
  padding: 2px;
}
.content-form .form-group div label {
  padding: 0 10px;
}
.content-form .form-group div button {
	background: #f7f7f7;
    padding: 8px 18px;
    color: #000;
    border: 1px solid #0779d4;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* border: 1px solid transparent; */
    /* padding: .375rem .75rem; */
    /* font-size: 1rem; */
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.content-form .form-group div button:hover {
  background: #0779d4;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-form .form-group-content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.content-form .form-group-content label {
  text-align: center;
  width: 60px;
  height: 40px;
  line-height: 40px;
}
.content-form .form-group-content div {
  flex: 1;
}
.content-form .form-group-content div textarea {
  width: 94%;
  height: 150px;
  padding: 5px 10px;
  border: 1px solid #f1f1f1;
  line-height: 20px;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.content-form .form-group-content div textarea:focus {
  outline: none;
  border: 1px solid #0779d4;
  transition: all .3s;
  -webkit-transition: all .3s;
}
.row{
	border-radius: 5px;
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col-6{
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.media-z {
  background: #fff8fa;
  padding: 8px 5px;
  border-top: 2px solid #ff0f50;
  border-radius: 2px;
  margin-bottom: 10px;
}
.media-f {
  background: #f5f9ff;
  padding: 8px 5px;
  border-top: 2px solid #3e91fb;
  border-radius: 2px;
  margin-bottom: 10px;
}
.media {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media .icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.media .media-body {
  flex: 1;
}
.media .media-body h5 {
  font-size: 14px;
  color: #808080;
  margin-bottom: 5px;
}
.media .media-body h5 span {
  color: #333;
  font-size: 14px;
  font-weight: 700;
}
.media .media-body p {
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.mr-3, .mx-3 {
    margin-right: 1rem!important;
}
/* - 制作文字图标组件 - */
.badge {
  padding: 2px 6px;
  background: #979797;
  color: #fff;
  border-radius: 2px;
  font-size: 12px;
  display: inline-block;
  transform: translateY(-2px);
  transition: all .5s;
  -webkit-transition: all .5s;
}
.badge > a {
  color: #fff;
}
.badge > .iconfont {
  font-size: 12px;
  line-height: 16px;
}
.badge-danger {
  background: #dd514c;
}
.badge-danger1 {
  background: #D0021B;
}
.badge-warning {
  background: #f37b1d;
}
.badge-warning1 {
  background: #F5A623;
}
.badge-info {
  background: #5eb95e;
}
.badge-info1 {
  background: #7ED321;
}
.badge-default {
  background: #999;
}
.badge.badge-md {
  padding: 4px 10px;
  border-radius: 3px;
}
.badge:hover {
  opacity: 0.8;
  transition: all .5s;
  -webkit-transition: all .5s;
}

/* - 制作分页组件 - */
.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 水平居中 */
  margin-bottom: 10px;
}
.pagination .page-item {
  padding: 5px 10px;
  background: #fff;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-item:hover {
  color: #fff;
  background: #0779d4;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-num {
  padding: 5px 10px;
  background: #fff;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.pagination .page-num:hover {
  color: #0779d4;
}
.pagination .page-num-current {
  color: #fff;
  background: #0779d4;
}
.text-tips {
  font-size: 16px;
  color: #808080;
  padding: 10px 15px;
  background: #fff;
}
/* - 制作前端分页组件 - */
.page-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* 水平居中 */
  margin: 5px 0;
}
.page-pagination a {
  padding: 5px 10px;
  background: #f1f1f1;
  color: #808080;
  margin: 0 5px;
  border-radius: 3px;
  transition: all .5s;
  -webkit-transition: all .5s;
  cursor: pointer;
}
.page-pagination .jp-current {
  color: #fff;
  background: #0779d4;
}
.page-pagination .jp-current:hover {
  color: #fff;
}
.page-pagination a:hover {
  color: #fff;
  background: #0779d4;
}
.page-pagination .jp-next,
.page-pagination .jp-previous {
  display: none;
}
#page-num {
	width: 94%;
  min-height: auto !important;
}
.content-container {
  position: relative;
}
.content-container .likes-fixed {
  position: absolute;
  left: -60px;
  top: 85px;
  z-index: 100;
}
.content-container .likes-fixed > .likes {
  position: fixed;
}
.content-container .likes-fixed > .likes > a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #0779d4;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
}
.content-container .likes-fixed > .likes > a .iconfont {
  font-size: 25px;
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-fixed > .likes > a .iconfont.hover-color {
  color: #0779d4;
}
.content-container .likes-fixed > .likes > a span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-fixed > .likes > a.like-link {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #0779d4;
  border-radius: 50%;
  display: block;
  margin-bottom: 15px;
}
.content-container .likes-fixed > .likes > a.like-link .iconfont {
  font-size: 25px;
  color: #fff;
}
.content-container .likes-fixed > .likes > a.like-link span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #0779d4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
}
.content-container .likes-fixed > .likes a:hover .iconfont {
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-fixed > .likes a:hover span {
  background: #0779d4;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .tags {
  margin: 15px 0 10px 0;
}
.content-container .likes-bottom {
  display: none;
}
.content-container .likes-bottom > .likes {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.content-container .likes-bottom > .likes > a {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  display: block;
  margin: 10px;
}
.content-container .likes-bottom > .likes > a .iconfont {
  font-size: 25px;
  color: #a9adb4;
  vertical-align: text-bottom;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-bottom > .likes > a .iconfont.hover-color {
  color: #0779d4;
}
.content-container .likes-bottom > .likes > a span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-bottom > .likes > a.like-link {
  width: 46px;
  height: 46px;
  line-height: 46px;
  font-size: 25px;
  text-align: center;
  background: #f1f1f1;
  border-radius: 50%;
  display: block;
  margin: 10px;
  position: relative;
}
.content-container .likes-bottom > .likes > a.like-link .iconfont {
  font-size: 25px;
  color: #a9adb4;
  vertical-align: text-bottom;
}
.content-container .likes-bottom > .likes > a.like-link span {
  position: absolute;
  top: -2px;
  right: -2px;
  background: #a9adb4;
  color: #fff;
  padding: 0 3px;
  border-radius: 10px;
  font-size: 12px;
  line-height: 15px;
}
.content-container .likes-bottom > .likes a:hover .iconfont {
  color: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}
.content-container .likes-bottom > .likes a:hover span {
  background: #fff;
  transition: all .5s;
  -webkit-transition: all .5s;
}