body{
	padding:0px;
	margin:0px
}
.btn-common {
  background: linear-gradient(90deg, #5ed59f 0%, #3cb780 100%);
  line-height: 48px;
  font-size: 18px;
  border-radius: 48px;
  color: #fff;
  padding: 0 32px;
  box-sizing: border-box;
  white-space: nowrap;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
  transition: 0.1s all ease;
  outline: none;
  border: none;
  display: block;
}
.btn-common:hover {
  opacity: 0.85;
}
body {
  max-width: none;
  
  background-color: #f5f5f5;
}
.pc-container {
  display: block;
  background-color: #f5f5f5;
}
.mobile-container {
  display: none;
}
.detail-container,
.comment-container {
  width: 860px;
  box-sizing: border-box;
  padding: 40px;
  margin-bottom: 20px;
  
  background-color: #fff;
  border-radius: 5px;
}
.detail-container .title,
.comment-container .title {
  color: #222;
  font-size: 28px;
  line-height: 40px;
  font-weight: 600;
  letter-spacing: 0.5px;
}


.detail-container .detail-info,
.comment-container .detail-info {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.detail-container .detail-info .userinfo,
.comment-container .detail-info .userinfo {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.detail-container .detail-info .userinfo .avatar,
.comment-container .detail-info .userinfo .avatar {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #eee;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: cover !important;
  margin-right: 20px;
}
.detail-container .detail-info .userinfo .info,
.comment-container .detail-info .userinfo .info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 40px;
}
.detail-container .detail-info .userinfo .info .up,
.comment-container .detail-info .userinfo .info .up {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.detail-container .detail-info .userinfo .info .up .username,
.comment-container .detail-info .userinfo .info .up .username {
  color: #666;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 10px;
}
.detail-container .detail-info .userinfo .info .up .relation,
.comment-container .detail-info .userinfo .info .up .relation {
  color: #57be6a;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  padding: 0 6px;
  box-sizing: border-box;
  border: 1px solid #57be6a;
  border-radius: 4px;
  text-align: center;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.detail-container .detail-info .userinfo .info .up .relation-off,
.comment-container .detail-info .userinfo .info .up .relation-off {
  color: #999;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  border: 1px solid #eee;
  background: #eee;
}
.detail-container .detail-info .userinfo .info .up .level,
.comment-container .detail-info .userinfo .info .up .level {
  width: 72px;
  height: 18px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: auto 18px !important;
}
.detail-container .detail-info .userinfo .info .down,
.comment-container .detail-info .userinfo .info .down {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.detail-container .detail-info .userinfo .info .down .date,
.comment-container .detail-info .userinfo .info .down .date,
.detail-container .detail-info .userinfo .info .down .from,
.comment-container .detail-info .userinfo .info .down .from,
.detail-container .detail-info .userinfo .info .down .position,
.comment-container .detail-info .userinfo .info .down .position,
.detail-container .detail-info .comment-container .tiezi-box .item .top-container .userinfo .info .down .bottom .from,
.detail-container .detail-info .comment-container .tiezi-box .item .top-container .userinfo .info .bottom .down .from,
.comment-container .detail-info .tiezi-box .item .top-container .userinfo .info .down .bottom .from,
.comment-container .tiezi-box .item .top-container .detail-info .userinfo .info .down .bottom .from,
.comment-container .detail-info .tiezi-box .item .top-container .userinfo .info .bottom .down .from,
.comment-container .tiezi-box .item .top-container .detail-info .userinfo .info .bottom .down .from,
.detail-container .detail-info .comment-container .tiezi-box .item .top-container .userinfo .info .down .bottom .position,
.detail-container .detail-info .comment-container .tiezi-box .item .top-container .userinfo .info .bottom .down .position,
.comment-container .detail-info .tiezi-box .item .top-container .userinfo .info .down .bottom .position,
.comment-container .tiezi-box .item .top-container .detail-info .userinfo .info .down .bottom .position,
.comment-container .detail-info .tiezi-box .item .top-container .userinfo .info .bottom .down .position,
.comment-container .tiezi-box .item .top-container .detail-info .userinfo .info .bottom .down .position {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 20px;
}
.detail-container .detail-info .detail-operation,
.comment-container .detail-info .detail-operation {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.detail-container .detail-info .detail-operation .item-box,
.comment-container .detail-info .detail-operation .item-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  color: #bfbfbf;
  font-size: 12px;
  line-height: 36px;
  font-weight: normal;
  padding: 0 0 0 10px;
}
.detail-container .detail-info .detail-operation .item-box .item,
.comment-container .detail-info .detail-operation .item-box .item {
  margin-right: 6px;
  cursor: pointer;
}
.detail-container .detail-info .detail-operation .item-box .itemoff,
.comment-container .detail-info .detail-operation .item-box .itemoff {
  color: #d9d9d9;
  font-size: 12px;
  line-height: 36px;
  font-weight: normal;
  cursor: default;
}


.detail-container .content-box img{
	width:100%;
	margin:0px auto;
	margin-bottom:30px;
	margin-top:30px;
	 display:block;
	 max-width:100%

}

.detail-container .content-box h2{
	font-size:21px;
	color:#f59f56;
	margin-top:30px; 
	margin-bottom:20px

}

.detail-container .content-box .daodu{
	width:100%;
	background-color:#F9F9F9;
	line-height:30px;
	font-size:18px;
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
	padding:20px 30px;
	margin-top:20px
}

.detail-container .content-box p{
	margin:0px;
	font-size:18px;
	color:#333;
	line-height:36px;
	margin-bottom:20px;
	text-align: justify;
}

.detail-container .content-box,
.comment-container .content-box {
  padding:  0;
}
.detail-container .content-box .detail-text,
.comment-container .content-box .detail-text {
  color: #222;
  font-size: 22px;
  line-height: 42px;
  font-weight: normal;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  letter-spacing: 0.5px;
}
.detail-container .content-box .detail-pic,
.comment-container .content-box .detail-pic {
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  width: 100%;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
}
.detail-container .content-box .detail-video,
.comment-container .content-box .detail-video {
  background: #1a1a1a;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  display: block;
  max-height: 600px;
  margin-top: 10px;
}
.detail-container .content-box .imgdes,
.comment-container .content-box .imgdes {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  width: 100%;
  background-color: #eee;
  padding: 10px 20px;
  box-sizing: border-box;
  margin: 0 auto;
}
.detail-container .content-bottom,
.comment-container .content-bottom {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  margin-top: 50px;
}
.detail-container .content-bottom .share,
.comment-container .content-bottom .share {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  padding: 10px 0 0 0;
}
.detail-container .content-bottom .share .text,
.comment-container .content-bottom .share .text {
  color: #222;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
  margin-right: 36px;
}
.detail-container .content-bottom .share .item,
.comment-container .content-bottom .share .item {
  color: #666;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  display: block;
  text-align: center;
  margin-right: 35px;
}
.detail-container .content-bottom .share .item .icon,
.comment-container .content-bottom .share .item .icon {
  width: 40px;
  height: 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
}
.detail-container .content-bottom .download,
.comment-container .content-bottom .download {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  text-align: center;
  padding-right: 96px;
  height: 80px;
  background-repeat: no-repeat !important;
  background-size: 80px !important;
  background-position: right center !important;
}
.detail-container .content-bottom .download .txt1,
.comment-container .content-bottom .download .txt1 {
  color: #222;
  font-size: 22px;
  line-height: 32px;
  font-weight: normal;
}
.detail-container .content-bottom .download .txt2,
.comment-container .content-bottom .download .txt2 {
  color: #999;
  font-size: 12px;
  line-height: 24px;
  font-weight: normal;
}
.comment-container .top-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .top-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-container .top-box .reply-num {
  color: #bfbfbf;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
}
.comment-container .top-box .right {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-container .top-box .right .reverse {
  margin-right: 30px;
  cursor: pointer;
  padding-left: 20px;
  background: url("../images/icon-reverse.png") no-repeat;
  background-size: 12px auto;
  background-position: left center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .top-box .right .host {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .tiezi-box {
  padding-top: 20px;
}
.comment-container .tiezi-box .bl {
  border-bottom: 1px solid #f5f5f5;
}
.comment-container .tiezi-box .item {
  padding: 20px 0;
  box-sizing: border-box;
}
.comment-container .tiezi-box .item .top-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .tiezi-box .item .top-container .userinfo {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-container .tiezi-box .item .top-container .userinfo .avatar {
  background: #eee;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin-right: 16px;
}
.comment-container .tiezi-box .item .top-container .userinfo .info {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: nowrap;
  height: 50px;
  box-sizing: border-box;
  padding: 4px 0;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .top {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .top .name {
  color: #666;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-right: 16px;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .top .relation {
  color: #57be6a;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  width: 40px;
  box-sizing: border-box;
  border: 1px solid #57be6a;
  border-radius: 4px;
  text-align: center;
  margin-right: 16px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .top .level {
  width: 72px;
  height: 20px;
  background-repeat: no-repeat !important;
  background-position: left center !important;
  background-size: auto 20px !important;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .bottom {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
}
.comment-container .tiezi-box .item .top-container .userinfo .info .bottom .date,
.comment-container .tiezi-box .item .top-container .userinfo .info .bottom .from,
.comment-container .tiezi-box .item .top-container .userinfo .info .bottom .position {
  color: #bfbfbf;
  font-size: 12px;
  line-height: 18px;
  font-weight: normal;
  margin-right: 16px;
}
.comment-container .tiezi-box .item .top-container .floor {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.comment-container .tiezi-box .item .main-container {
  padding-left: 60px;
  box-sizing: border-box;
}
.comment-container .tiezi-box .item .main-container .message {
  color: #222;
  font-size: 18px;
  line-height: 32px;
  font-weight: normal;
  padding: 12px 0;
  letter-spacing: 1px;
}
.comment-container .tiezi-box .item .main-container .imgbox {
  display: block;
  width: 100%;
}
.comment-container .tiezi-box .item .main-container .imgbox img {
  display: block;
  width: 100%;
  margin: 10px 0;
}
.comment-container .tiezi-box .item .main-container .tiezi-operation {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.comment-container .tiezi-box .item .main-container .tiezi-operation .reply,
.comment-container .tiezi-box .item .main-container .tiezi-operation .report {
  color: #999;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  margin-left: 18px;
  cursor: pointer;
}
.comment-container .tiezi-box .item .main-container .reply-message {
  background: #f2f2f2;
  padding: 10px 15px;
  margin-top: 8px;
}
.comment-container .tiezi-box .item .main-container .reply-message .info {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 5px;
}
.comment-container .tiezi-box .item .main-container .reply-message .text {
  color: #999;
  font-size: 14px;
  line-height: 24px;
  font-weight: normal;
  letter-spacing: 1px;
}
.tiezi-operation-box {
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  width: 250px;
  padding: 30px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.tiezi-operation-box .up {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
}
.tiezi-operation-box .up .item {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  width: 40px;
  padding: 40px 0 20px 0;
  background-size: 40px !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  text-align: center;
}
.tiezi-operation-box .down {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  color: #222;
  font-size: 14px;
  line-height: 36px;
  font-weight: normal;
  margin-top: 30px;
}
.tiezi-operation-box .down .btn-publish {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  background: #57be6a;
  text-align: center;
  border-radius: 36px;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  width: 85px;
  border-radius: 4px;
  background: #F1A232;
  font-size: 14px;
}
.tiezi-operation-box .down .btn-publish:hover {
  background: #64d078;
}
.tiezi-operation-box .down .btn-publish:hover {
  background: #f7ab40;
}
.tiezi-operation-box .down .btn-reply {
  color: #fff;
  font-size: 16px;
  line-height: 36px;
  font-weight: normal;
  background: #57be6a;
  text-align: center;
  border-radius: 36px;
  outline: none;
  border: none;
  display: block;
  cursor: pointer;
  font-size: 14px;
  width: 85px;
  border-radius: 4px;
}
.tiezi-operation-box .down .btn-reply:hover {
  background: #64d078;
}
.share-box {
  box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -moz-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  -ms-box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
  padding: 30px;
}
.share-box .title {
  color: #222;
  font-size: 22px;
  line-height: 36px;
  font-weight: normal;
}
.share-box .share-container {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  padding-top: 20px;
}
.share-box .share-container .item {
  color: #666;
  font-size: 14px;
  line-height: 28px;
  font-weight: normal;
  width: 40px;
  padding: 40px 0 0 0;
  background-size: 40px !important;
  background-position: top center !important;
  background-repeat: no-repeat !important;
  cursor: pointer;
  text-align: center;
}
.arc_detail_ewm_bg {
  width: 190px;
  height: 190px;
  margin-top: 10px;
  background: url('../images/ewm_bg.png') no-repeat;
  background-size: 190px;
  margin: 0px auto;
  position: relative;
}
.arc_detail_ewm_img {
  width: 101px;
  height: 101px;
  position: absolute;
  bottom: 10px;
  right: 2px;
}
.arc_detail_ewm_txt {
  color: #00AF66;
  font-weight: 600;
}
.div-reply {
  color: #3d3d3d;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
  padding: 10px 0;
  background: #fff;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.div-reply:hover {
  background: #f5f5f5;
}

a{ text-decoration: none;}


.active-box {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
 
  background-color: #fff;
  border-radius: 5px;
  width: 320px;
  height: 260px;
  padding: 20px;
  box-sizing: border-box;
}
.active-box .user-box {
  width: 100%;
  height: 222px;
}
.active-box .user-box .item {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  transition: all 0.1s ease 0s;
  -webkit-transition: all 0.1s ease 0s;
  -moz-transition: all 0.1s ease 0s;
  -ms-transition: all 0.1s ease 0s;
  width: 100%;
  height: 40px;
  margin: 10px 0 0px 0 !important;
}
.active-box .user-box .item .avatar {
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  min-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  overflow: hidden;
  background: #eee;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.active-box .user-box .item .userinfo {
  flex-grow: 1;
  max-width: 160px;
  padding-left: 10px;
  box-sizing: border-box;
}
.active-box .user-box .item .userinfo .name {
  color: #222;
  font-size: 16px;
  line-height: 24px;
  font-weight: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 1px;
  text-align:left
}
.active-box .user-box .item .userinfo .tiezi {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
  display: block;
  letter-spacing: 1px;
}
.active-box .user-box .item:hover .avatar {
  opacity: 0.9;
}


/**短问答**/
.short_q_bgimg{
  text-indent: 40px;
  background: url(../images/short_q.svg) 0px 7px no-repeat;
  background-size: 30px;
}
.short_a_bgimg{
  text-indent: 75px;
  background-image: url(../images/short_a.svg);
  background-position: 0px 8px;
  background-size: 98px;
  background-repeat: no-repeat;
  height:40px;
}
.mline{
  display: none;
}

.mad_item{
  display: none;
}
/**谷歌广告位**/
.google_right1{
	width:100%;height:320px; padding-top:10px; padding-bottom:10px;box-shadow: 2px 3px 20px 0 rgba(230, 230, 230, 0.5);
}


/**折叠**/
.content-limited {
	  max-height: 120vh;
	  overflow: hidden;
	  
	}
	.detail-container .show-all-content {
	 
	  position: absolute;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin: 0 auto;
	  display: flex;
	  flex-direction: row;
	  justify-content: center;
	  align-items: center;
	  height: 100px;
	  background: #fff;
	}
	.detail-container .show-all-content::before {
	  content: '';
	  position: absolute;
	  bottom: 80px;
	  width: 100%;
	  height: 100px;
	  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
	}
	.detail-container .show-all-content .btn {
	  color: #07C060;
	  border: 0;
	  padding: 0px 80px;
	  box-sizing: border-box;
	  line-height: 80px;
	  border-radius: 4px;
	  cursor: pointer;
	  -webkit-user-select: none;
	  -moz-user-select: none;
	  -ms-user-select: none;
	  user-select: none;
	  font-size: 1.1rem;
	  background: url("../images/icon-arrow-down.png") center 45px no-repeat;
	  background-size: 30px;
	}

	
	
.center-container .left-container .detail-container .content-box .description {
  margin: 15px 0;
  font-size: 17px;
  color: #333;
  line-height: 31px;
  transition: 0.2s all linear;;
	font-weight:300
}


.center-container .left-container .detail-container .content-box .description p{
	margin-top:10px;
	margin-bottom:10px;
	line-height:28px;
	font-weight:300
}

.center-container .left-container .detail-container .content-box .description .p_list{
	padding-left: 20px;
	position: relative;;
	font-weight:300;
	font-size: 17px;
}
.center-container .left-container .detail-container .content-box .description .p_list i{
	width: 4px;
    height: 4px;
    position: absolute;
    right: 0;
    background: #b8b8b8;
    border-radius: 50%;
    z-index: 1;
    top: 15px;
    left: 5px;
}


