@charset "utf-8";
body {
	background-color: #f7f9fa;
}

.content-wrap-style {

	margin: 60px auto;
	display: flex;
	
}

.title {
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
	color: #222;
}

.content-details{
background-color: #fff;
margin: 10px auto;
width: 60%;

padding: 20px;
border-radius: 4px;}

.entry-right {
	width: 340px;
}
.content-info {padding: 20px;}
.content-info img {
	max-width: 100%;

}

.entry-right-info {
	margin: 0 auto;
	z-index: 10;
	padding: 35px 20px;
	border-radius: 4px;
	background-color: #fff;
}

.head-wrap {
	border-bottom: 1px solid #f5f6f7;
}

.head-title h1 {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

.head-bar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 0
}

.head-bar .left {
	display: flex;
}

.head-bar .left span {
	margin-right: 15px;
}

.head-bar .time {
	color: #797c80;
	line-height: 25px;
	font-weight: 400;
	font-size: 13px;
	margin-right: 24px;
}

.head-bar .right {
	display: flex;
}

.head-bar .count {
	display: flex;
	color: #aaaeb3;
	font-size: 13px;
}

.head-bar .view {
	margin-right: 20px;
}

.creators-entry-info .top-info {
	text-align: center;
}

.creators-entry-info .info .nickname {
	font-weight: 500;
	font-size: 21px;
	color: #000;
	opacity: 0.9;
	margin-top: 5px;
}

.pointer {
	cursor: pointer;
}

.creators-more-info {
	text-align: center;
	color: #171717;
}

.creators-more-info .certification {
	padding: 10px 0
}

.side-acrions .creative-annotation {
	text-align: center;
}

.give-like,
.forwarding,
.collection {
	margin-bottom: 15px;
}

.give-like .svg,
.forwarding .svg,
.collection .svg {
	background: #fff;
	height: 48px;
	width: 48px;
	border-radius: 50%;
	box-shadow: 0 4px 16px 0 #e3e3e375;
	justify-content: center;
	align-items: center;
	display: flex;
}

.avatar img {
	border-radius: 50px;
}

.give-count {
	height: 17px;
	font-size: 14px;
	font-weight: 700;
	color: #797c7e;
	line-height: 17px;
	text-align: center;
	margin: 8px 0;
}
.pgc-img{border:1px solid #f5f6f7;border-radius: 5px  ;}
.pgc-img h2{ color: #333; font-size: 14px; padding: 6px; padding-left: 10px;  border-bottom: 1px solid #f5f6f7;}
.aui-wj-list h2{ color: #333; font-size: 14px; padding: 6px; padding-left: 10px;  border-bottom: 1px solid #f5f6f7;}
.aui-wj-list { background: #fff;border-radius: 5px  ;
	margin: 10px auto; border:1px solid #f5f6f7;
	text-align: left; 
	padding-bottom:10px;
	overflow: hidden;
}
.aui-wj-list h2 img{width: 16px; position: relative; top: 3px; margin-right: 5px;}
.list-group-item {
	margin: 0;
	position: relative;
	display: flex;
 padding: 0.5rem .1rem;
justify-content: space-between;
	background-color: #fff;
	border-bottom: 1px dashed #f5f6f7;
}
.list-group-item a{color: #444; text-decoration: none;}
.list-group-item a:hover{color: #257bec;}
.list-group-item span{ color:#257bec; margin-right: 3px;}
.list-group-item:nth-child(1) span{color:#de4b66 !important}
.list-group-item:nth-child(2) span{color:#dc44be !important}
.list-group-item:nth-child(3) span{color:#5955e3 !important}

.aui-wj-list ul{margin: 0; padding: 0 8px;}
.aui-wj-list ul li{padding: 0 2px; height: 32px; line-height: 32px; font-size: 12px;}

.aui-wj-list ul li .float-right i{color: rgba(44, 109, 210, 1);}

.aui-wj-list h2 i{ color: #666; margin-right: 5px;}
.content-info ul{margin-top: 10px;}
.content-info ul li{padding: 6px 0;}
.videobox{padding: 10px; width: 800px;}

.container .input{
    position: relative;
    width: 100%;
    height: 50px;
	 margin: 0 auto; padding: 0;
    border-top: #ccc solid 1px;
    border-right: none;
    border-bottom: #ccc solid 1px;
    border-left: #ccc solid 1px;
    border-radius: 4px 0 0 4px;
}
.container .input>input{
    outline: none;
    border: none;
    padding: 0 0px 0 10px;
    margin: 0;
    height:48px;
    width: 99%;
    color: #333;
    font-size: 16px;
    border-radius: 4px 0 0 4px;
}
.container .input>input::-webkit-input-placeholder{
    color:#999;
}
.container .input .picker{
    width: 80px;
    padding-right: 0px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    line-height: 45px;
    cursor: pointer;
    color: #999;
    font-size: 14px;
    text-align: right;
	border-left: 1px solid #f2f2f2 ;
 display: flex;
 align-items: center;
 justify-content: center;
    background-position: 50px center;
    background-repeat: no-repeat;
    user-select: none;
}
.container .input .picker i{font-size: 18px; margin-left: 8px;}
.container .input .picker-list{
    list-style: none;
    padding: 5px 0;
    width: 100px;
    position: absolute;
    right: 0;
    top: 50px;
    margin: 0;
    line-height: 26px;
    font-size: 12px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
	z-index: 10000;

}
.container .input .picker-list>li{
    padding-left: 36px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 16px auto;
}
.container .input .picker-list>li:hover{
    background-color: #ebf1f5;
    cursor: pointer;
}
.container .input .hot-list{
    padding: 10px 0;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    margin: 0;
    line-height: 32px;
    font-size: 14px;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0,0,0,.2);
    background-color: #fff;
    display: none;
	z-index: 1000;
}
.container .input .hot-list>a{
    display: block;
    color: #333;
    text-decoration: none;
    padding: 0 10px;
    overflow: hidden;
}
.container .input .hot-list>a:hover{
    background-color: #f3f3f3;
}
.container .input .hot-list>a>div{
    float: left;
}
.container .input .hot-list>a>div.number{
    text-align: center;
    width: 40px;
}
.container .search{
    width: 80px;
    height: 52px;
    background-color: rgba(44, 109, 210, 1);
text-align: center;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}
.container .search i{font-size: 20px; text-align: center; line-height: 52px; color: #fff;}

.search_box_container {
	padding: 25px 0;
	background: #ECF0F1;

  }

  .search_box_container .container {
	width: 60%;
	margin: 0 auto;
	
	position: relative;
	display: flex;
  }

  .search_box_container  .container > div {
	float: left;
  }
  .article_box {padding:  20px; width:60%; margin: 0 auto;}
  .article_box  .items {
	position: relative;
	overflow: hidden;
	display: block;
	margin-bottom: 10px;
	background: #FFF;
	-webkit-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	-moz-box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
	box-shadow: 0 5px 10px 0 rgba(146,146,146,.1);
  }

  .article_box .content-box {
	position: relative;
	line-height: normal;
  }
  .article_box .content-box {
	overflow: hidden;
	padding: 12px 17px;
  }

  .article_box  .posts-gallery-img {
	position: relative;
	float: left;
	width: 150px;
	max-height: 90px;
	height: auto;
	overflow: hidden;
  }

  .posts-gallery-content {
	margin-left: 185px;
  }
  .posts-gallery-content h2 {
	position: relative;
	margin: 0 0 10px 0;
	font-size: 16px;
	max-height: 61.6px;
	overflow: hidden;
  }
  .posts-gallery-content h2 a{color: #333; text-decoration: none;}
  .posts-gallery-content h2 a:hover{color: rgba(44, 109, 210, 1);}
  .posts-gallery-content .posts-gallery-text {
	line-height: 1.6;
	margin-bottom: 22px;
	color: #333;
  }

  .posts-gallery-info {
	position: absolute;
	bottom: 12px;
  }

  .posts-default-info ul li {
	font-size: 12px;
	letter-spacing: -.2px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	color: #748594;
	position: relative;
	line-height: 1.5;
  }

  .posts-default-info ul li {
	font-size: 12px;
	letter-spacing: -.2px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	color: #748594;
	position: relative;
	line-height: 1.5;
  }

  .posts-default-info ul li {
	font-size: 12px;
	letter-spacing: -.2px;
	float: left;
	padding: 0;
	margin: 0 10px 0 0;
	color: #748594;
	position: relative;
	line-height: 1.5;
  }

  .help-page {
	height: 30px;
	padding: 15px 0;
  }
  .help-page .cur-page {
	cursor: default;
	border: 1px solid #efefef;
	color: #999;
  }
  ul{margin: 0; padding: 0;list-style: none;}
  .help-page li {
	float: left;
	cursor: pointer;
	border: 1px solid #ccc;
	padding: 2px 16px;
	margin-right: 15px;
	color: #799bcb;
	list-style: none;
  }
  .page-cur {
	display: inline-block;
	vertical-align: middle;
  }
  .article_box .no {text-align: center;}
  .article_box .no p{font-size: 18px;}
  .article_box .no img{width: 40%; }

  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.eot?99595742');
    src: url('../font/fontello.eot?99595742#iefix') format('embedded-opentype'), url('../font/fontello.woff?99595742') format('woff'), url('../font/fontello.ttf?99595742') format('truetype'), url('../font/fontello.svg?99595742#fontello') format('svg');
    font-weight: normal;
    font-style: normal
}

.fontello {
    font-family: "fontello";
    font-style: normal
}
body{margin: 0;}
.bzheader{  background: rgba(44, 109, 210, 1);
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	padding: 0 30px; height: 60px; line-height: 60px;
	box-shadow: 0 1px 5px 0px rgb(0 108 203 / 23%);
	display: flex; justify-content: space-between;
  }
  .bzheader h2{margin: 0;  font-size: 18px; color: #fff;}
  .bzheader .header_fr a{color: #fff; text-decoration: none; font-size: 14px;}
  .bzheader .header_fr  i{margin-right: 5px;}
  .bzheader  img{margin-right: 10px; width: 40px;}

  .get-business-auth {
	display: inline-block;
	width: 100%;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #888;

	margin-bottom: 10px;
	
	-webkit-border-radius: 4px;
	overflow: hidden;
	border-radius: 5px;
  }
  .get-business-auth span{padding: 5px 10px;}
  .get-business-auth span b{color: rgba(44, 109, 210, 1);}