* {
	margin: 0;
	padding: 0;
	outline: none;
}

a {
	text-decoration: none;
}

html.body {
	height: 100%;
	width: 100%;
}

ul,
li {
	list-style: none;
}
/* END */
/* ä¸»ä½“å†…å®¹ */

.article {
	margin-top: 30px;
}

.pageCenter-wrap {
  margin: 0 auto;
  width: 1200px;
}

.estimate_detail-wrap {
	width: 844px;
  word-break: break-all;
}

.estimate_detail-wrap .index-area {
  padding-top: 20px;
  padding-bottom: 30px;
  height: 22px;
  font-size: 14px;
  line-height: 22px;
  color: #9FA5BB;
}

.estimate_detail-wrap .index-area a {
  color: #9FA5BB;
}

.estimate_detail-wrap .index-area span {
  padding: 0 5px;
}

.estimate_detail-wrap .index-area .currrent-location {
  display: inline-block;
  width: 80px;
  height: 22px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #3091f2;
}

.estimate_detail-wrap h1 {
  height: 32px;
  line-height: 32px;
  font-size: 24px;
  color: #303445;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.estimate_detail-wrap .source {
	margin-top: 10px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
	color: #9fa5bb;
}

.estimate_detail-wrap .abstract {
  margin-bottom: 22px;
  line-height: 30px;
	font-size: 14px;
	color: #9fa5bb;
}
.program-card {
	margin-top: 30px;
	margin-bottom: 30px; 
	min-height: 166px;
	background-color: #F9F9F9;
	box-shadow: 5px 4px 6px #f2f2f2;
}
.program-card:hover{
	background-color: #f2f2f2;
}
.program-card >a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 14px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.program-card img{
	width: 115px;
	height: 115px;
	vertical-align: middle;
}
.program-text{
	width: 504px;
	height: 43px;
	display: inline-block;
	text-align: left;
	font-size: 14px;
	margin-left: 30px;
}
.scan-code{
	color: #9FA5BB;
	font-size: 14px;
	margin: 5px 15px;
}
.app-name{
	font-size: 18px;
	color: #3091f2;
}

.estimate_detail-wrap .img-w-wrap img {
	width: 100%;
	height: 400px;
  border: 1px solid #ddd;
}

.estimate_detail-wrap .main-art {
  padding-top: 22px;
}

.estimate_detail-wrap .main-art p {
  margin-bottom: 15px;
  line-height: 30px;
	font-size: 16px;
	color: #59607b;
}

.estimate_detail-wrap .main-art h2 {
	font-size: 16px;
	color: #3091f2;
}

.estimate_detail-wrap .main-art img {
	max-width: 844px;
	display: block;
	margin: 8px auto 15px;
}


/* END */
/* åˆ†äº« */

.share-sub.clear {
	box-sizing: border-box;
	display: flex;
	flex-direction: row-reverse;
	position: relative;
	height: 30%;
}

.share-sub .title {
	color: #9fa5bb;
	padding-top: 5px;
	padding-left: 20px;
	font-size: 12px;
}

.share-sub .share-div {
	display: inline-block;
}

.share-sub .share-a {
	display: inline-block;
  margin-right: 5px;
  width: 30px;
  height: 30px;
  line-height: 30px;
	text-align: center;
  font-size: 18px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
}

.share-sub .icon-weibo,
.share-sub .jiathis_button_tsina {
	color: #f24242;
  border-color: #f24242;
}

.share-sub .icon-weixin,
.share-sub .jiathis_button_weixin{
  color: #41be57;
	border-color: #41be57;
}

.share-sub .icon-douban,
.share-sub .jiathis_button_douban {
  color: #429b4e;
  border-color: #429b4e;
}
/* END */
/* çŒœä½ å–œæ¬¢(like) */

.like {
	margin-top: 30px;
}

.like .title,
.comment .title {
	color: #59607b;
	font-size: 16px;
	text-align: center;
}

.list-item {
	overflow: hidden;
	margin-top: 60px;
}

.list-item li {
	float: left;
  margin-bottom: 30px;
	width: 268px;
}

.list-item li:nth-child(3n-1) {
	margin: 0 20px;
}

.list-item li .img-wrap {
	box-sizing: border-box;
	width: 100%;
	height: 180px;
	background: #e5e5e5;
	border: 1px solid #ddd;
}
.list-item li .img-wrap img {
  width: 100%;
  height: 100%;
}

.list-item li p {
  margin-top: 12px;
  height: 44px;
  line-height: 22px;
	font-size: 14px;
	color: #59607b;
  overflow: hidden;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.list-item li span {
	display: inline-block;
	margin-top: 10px;
	color: #9fa5bb;
	font-size: 12px;
}
/* END */
/* å‚ä¸Žè®¨è®º */

.comment {
	margin-top: 60px;
	overflow: hidden;
}

.comment .content {
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0;
	border: 1px solid #ddd;
	border-radius: 2px;
	height: 100px;
	padding: 10px;
}

.comment .content::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 14px;
	color: #9fa5bb;
}

.comment .content:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 14px;
	color: #9fa5bb;
}

.comment .content::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 14px;
	color: #9fa5bb;
}

.comment .content:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 14px;
	color: #9fa5bb;
}

.comment .report {
	float: right;
	width: 120px;
	height: 40px;
	border: 1px solid #3091f2;
	border-radius: 2px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: rgba(48, 145, 242, 1);
	cursor: pointer;
}
/* END */

.comment-area {
	margin-top: 30px;
  margin-bottom: 50px;
}

.comment-area .list-comment li {
	display: flex;
	box-sizing: border-box;
	border-top: 1px solid #ddd;
	padding: 15px 0;
}

.comment-area .list-comment .img-wrap {
	width: 44px;
	height: 44px;
	background: #ddd;
	margin-right: 15px;
}

.comment-area .list-comment .img-wrap img {
  width: 100%;
  height: 100%;
}

.comment-area .list-comment .content {
	width: 93%;
}

.comment-area .list-comment .comment-username,
.comment-area .reply-username {
	color: #3091f2;
	font-size: 12px;
}

.comment-area .list-comment .comment-content {
	font-size: 12px;
	color: #59607b;
	margin-top: 15px;
  word-break: break-all; 
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.comment-area  .reply-box {
  margin-top: 15px;
  border: 1px solid #ddd;
}

.comment-area  .reply-box .reply-item {
  padding: 10px 0;
  margin: 0 10px;
  border-bottom: 1px solid #ddd;
}

.comment-area  .reply-box .reply-content {
  margin-top: 15px;
  max-height: 48px;
  line-height: 24px;
  word-wrap:Â break-word; 
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 12px;
  color: #59607b;
}

.comment-area  .reply-box .reply-item:last-child {
  border-bottom: none;
}

.comment-area .list-comment .reply {
	margin-top: 13px;
  text-align: right;
  font-size: 12px;
}
.reply-wrap {
  padding-top: 15px;
}

.comment-area .reply-textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

.reply-wrap {
  display: none;
}
.reply-wrap .btn-group {
  padding-top: 15px;
  text-align: right;
}

.reply-wrap .btn-group button {
  margin-left: 10px;
  width: 80px;
  height: 24px;
  border-radius: 3px;
  border: 1px solid #3091f2;
}

.reply-wrap .btn-group .sure-btn {
  color: #fff;
  background: #3091f2;
}

.reply-wrap .btn-group .cancel-btn {
  background: rgba(245, 247, 255, 1);
  color: #3091f2;
}

.reply-wrap .btn-group button:hover {
  background-color: #48a4ff;
  color: #fff;
}
.comment-area .list-comment .reply a {
	color: #3091f2;
	font-size: 12px;
}
/* END */
