/* Write your styles */

.head {
	padding: 15px 20px;
}

.head-top-title {
	font-weight: 600;
	margin-bottom: 14px;
}

.head-top-intro {
	font-size: 14px;
	color: #6c6c6c;
}

.head-top-intro span {
	color: #2a81da;
}

.head-top {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 16px;
}

.head-top img {
	width: 25%;
	max-width: 85px;
	border-radius: 10px;
	margin-right: 20px;
	float: left;
}

.upload-btn {
	width: 80%;
	/* #2a81da; */
	margin: 16px auto;
	text-align: center;
	background: #196be8;
	border-radius: 10px;
	padding: 6px;
	color: #fff;
	font-weight: 600;
	font-size: 15px;
}

.fl {
	float: left;
}

.head-cent-div {
	display: block;
	width: 33.33%;
	text-align: center;
}

p {
	margin: 0px;
}

.head-cent-div p:nth-child(1) {
	font-size: 15px;
}

.head-cent-div p:nth-child(2) {
	font-size: 25px;
	color: #6c6c6c;
}

.head-cent-div p:nth-child(3) {
	font-size: 15px;
	color: #6c6c6c;
}

.list-img {
	width: 100%;
	overflow: scroll;
	scrollbar-width: none;
	/*去除滑动条*/
	-ms-overflow-style: none;
	/*去除滑动条*/
	-webkit-overflow-scrolling: touch;
	/*滑动流畅*/
}

.list-img::-webkit-scrollbar {
	display: none;
}

/*去除滑动条 版本兼容*/
.list-img-box {
	padding-right: 20px;
}

.list-img-box img {
	width: 150px;
	float: left;
	margin-left: 20px;
}

.click-img-box {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 10%;
	background: #0000009c;
	display: none;
	width: 100%;
}
/* .click-img-box {
    position: fixed;
    top: 0px;
    left: 0px;
    padding: 10%;
    background: #0000009c;
    display: none;
    
width: 100%;
} */

.click-img-box img {
	width: 100%;
}

.intro-tag {
	border-top: 1px solid #d0d0d0;
	margin: 20px;
}

.intro-tag-div {
	margin-top: 10px;
	display: block;
	width: 20%;
	text-align: center;
	font-style: italic;
	font-size: 20px;
}

.intro-stro {
	margin-top: 15px;
}

.intro-tag1 {
	border-top: 1px solid #d0d0d0;
	margin: 20px;
}

.intro-stro-p {
	margin-top: 25px;
	margin-right: 20%;
}

.intro-tag-span {
	margin-top: 10px;
	display: block;
	width: 25%;
	text-align: center;
}
.intro-tag-co {
	margin-top: 10px;
	display: block;
	width: 50%;
	text-align: center;
}
.comment > ul,
li {
	padding: 0;
	margin: 0;
}
.comment > ul > li {
	list-style: none;
	padding: 10px;
	background-color: #e5e5e5;
	border-radius: 5px;
	margin-bottom: 10px;
}
.con {
	display: flex;
	justify-content: space-between;
}
.xingxing {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 5px;
}
.con_text {
	font-size: 12px;
	padding-top: 10px;
}
[class^="el-icon-"] {
	color: #ff982a;
}
