@charset "UTF-8";

.detail-container {
  background-color: #fff;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  padding: 48px 84px 24px 84px;
  min-height: 484px;
  margin-bottom: 20px;
}

.main-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.165px;
  color: #000000;
  padding: 0 15px;
}

.main-info {
  text-align: center;
  color: #848484;
  margin-top: 16px;
  padding-bottom: 42px;
  border-bottom: 1px solid #f1f1f1;
}
.main-info > span {
  display: inline-block;
}
.main-info > span + span {
  margin-left: 36px;
}

.main-content {
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
  padding-top: 24px;
}
.main-content p + p {
  margin-top: 20px;
}

/*附件*/
.file {
  margin-top: 24px;
}
.file-item {
  height: 48px;
  line-height: 48px;
  background: #e1eaff;
  border-radius: 4px;
  padding: 0 24px;
}
.file-item span {
  display: inline-block;
  color: #2e3138;
  font-weight: 500;
  font-size: 16px;
}
.file-item span:nth-child(1) {
  padding: 0 8px;
  height: 24px;
  line-height: 24px;
  background: #3a6fee;
  color: #fff;
  margin-right: 10px;
  font-size: 14px;
}
.file-item a {
  color: #3a6fee;
  font-weight: 500;
  font-size: 16px;
}
.file-item + .file-item {
  margin-top: 10px;
}


.detail-container img{
	max-width: 100%;
}

/* 20230615 */
.main-info {
  padding-bottom: 48px;
  botder-bottom: 1px solid #f1f1f1;
}
.progress {
  margin-top: 24px;
}

/* 分享 */
.ewb-share{
  position: relative;
  display: inline-block;
}
.ewb-share-hidebox{
	position: absolute;
	top: 100%;
	z-index: 9;
	left: -68px;
	padding-top: 10px;
	display: none;
}

.ewb-share i {
	width: 25px;
	height: 25px;
	background: url("../images/content_icon.png")  0 -201px no-repeat;
	vertical-align: middle;
	display: inline-block;
    cursor: pointer;
}

.ewb-share-hidebox dl {
	border: #e5e5e5 1px solid;
	background: #fff;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 0 0 5px 5px;
	width: 170px;
	text-align: center;
	position: relative;
}

.ewb-share-hidebox a {
	display: inline-block;
	float: none;
	margin: 0 2px;
	text-indent: 0;
}

.ewb-share-hidebox dt {
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #626262;
	background: #f6f6f6;
}

.ewb-share-hidebox dd {
	padding: 5px;
}

.ewb-share-hidebox dl:after {
	content: '';
	display: block;
	line-height: 0;
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	border: 8px solid transparent;
	border-bottom-color: #e5e5e5;
	position: absolute;
	left: 50%;
	top: -16px;
	margin-left: -8px;
}

.ewb-share:hover .ewb-share-hidebox {
	display: block;
}


.bdshare-button-style0-32 a{
	display: inline-block !important;
	float: none !important;
	vertical-align: middle !important;
	margin: 6px 0 6px 6px !important;
}
.bdshare-button-style0-32 a:first-child{
	margin-left: 0 !important;
}
.bd_weixin_popup .bd_weixin_popup_main{
	padding:5px 0 !important;
}
.bd_weixin_popup .bd_weixin_popup_foot{
	margin:0 -5px!important;
}

.layui-form{
    box-sizing:border-box;
    padding:24px;
}
.suggest-btn{
     display:block;
    margin:0 auto;
        height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    width: 180px;
    background:#1492ff;
}
.suggest-btn:hover{
     color: #fff;
}
 
.commit-btn{
    display:block;
    margin:0 auto;
    background:#1492ff;
}