/*公共样式*/
* {
	margin: 0;
	padding: 0;
}

li {
	list-style: none
}

a {
	text-decoration: none;
}

::-webkit-scrollbar {
	display: none;
}

.addcolor {
	background: #0556F9;
	color: #FFFFFF !important;
}

.followcolor {
	background: #CCCCCC !important;
}

/* 主要样式 */

.show-box {
	width: 1100px;
	margin: auto;
}

.show-title {
	background: #0556F9;
	color: #fff;
	height: 57px;
	font-size: 22px;
	line-height: 57px;
	text-align: center;
	font-weight: bold;
	letter-spacing: 1.5px;
	margin-bottom: 10px;
	position: relative;
}

main {
	background: #FAFAFA;
	padding: 0 104px 40px;

}


/* 头部样式 */
.show-box header {
	padding-top: 55px;
	display: flex;
}

.show-box header article {
	margin-right: 28px;
}

.acc-header-img {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	line-height: 134px;
	overflow: hidden;
	border: 2px solid #0556F9;
}

.show-title1-box {
	display: flex;
	height: 66px;
}

.go-yshman {
	width: 90px;
	font-size: 15px;
	text-align: center;
	background: #fff;
	color: #015DF4;
	height: 26px;
	line-height: 26px;
	padding: 3px 0 3px 5px;
	border: 1px solid #015DF4;
	cursor: pointer;
	position: absolute;
	top: 12px;
	right: 23px;
}

.arrowhead {
	border-left: 17px solid #fff;
	height: 0;
	width: 0;
	position: absolute;
	top: 12px;
	right: -10px;
	border-right: 17px solid rgba(0, 0, 0, 0);
	border-bottom: 17px solid rgba(0, 0, 0, 0);
	border-top: 17px solid rgba(0, 0, 0, 0);
}

.show-title1-box h3 {
	font-size: 18px;
	color: #0556F9;
	margin: 8px 20px 23px 0;
	font-family: Source Han Sans CN;
	font-weight: 500;

}

.show-title1-btn {
	line-height: 41px;
	padding: 4px 13px;
	background: #0556F9;
	color: #ffffff !important;
	font-size: 17px;
	text-align: center;
	line-height: 32px;
	margin-top: 6px;
}

.show-box-profile {
	font-size: 13px;
	color: #666666;
	margin-bottom: 23px;
	width: 290px
}

.show-box-detail {
	display: flex;
	font-family: Source Han Sans CN;
}

.show-box-detail p {
	font-size: 15px;
	color: #666666;
	margin: 2px 8px 0 0;
}

.show-box-detail h4 {
	font-size: 18px;
	color: #000000;
}

/* 中间切换按钮 */
.show-item-box {
	display: flex;
	margin-top: 50px;
}



.show-item-box p {
	width: 110px;
	height: 29px;
	border: 1px solid #0556F9;
	text-align: center;
	line-height: 29px;
	font-size: 15px;
	border-bottom: 0;
	cursor: pointer;
	color: #0556F9;
}

hr {
	border-top: 1px solid #0556F9;
}


/* 文章part样式 */
.essay-part1-box {
	padding-top: 10px;
}

.essay-part1-box section {
	display: flex;
	width: 893px;
	background: #FFFFFF;
	margin-top: 14px;
	padding: 18px 0;
}

.essay-part1-box section h3 {
	font-size: 18px;
	font-weight: 700;
	color: #333333;
	width: 578px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.essay-part1-content {
	height: 50px;
	width: 578px;
	line-height: 25px;
	margin-top: 4px;
	color: #666;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-align: justify;
	word-wrap: break-word;
}

.essay-part1-img {
	/* width: 50px;
	height: 50px;
	margin-right: 22px; */
	width: 157px;
	height: 116px;
	margin-right: 20px;
}

.essay-part1-detail {
	display: flex;
	margin-top: 10px;
}

.essay-part1-detail img {
	cursor: pointer;
	vertical-align: middle;
}

.essay-part1-detail span {
	margin-right: 32px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-top: 3px;
	display: inline-block;
}

.essay-part1-date {
	font-size: 14px;
	font-weight: 400;
	color: #999999;
	margin-left: 30px;
}

.essay-part1-btn {
	width: 110px;
	height: 24px;
	background: #0556F9;
	font-size: 13px;
	line-height: 24px;
	color: #FFFFFF;
	text-align: center;
	margin: 35px auto 0;
	cursor: pointer;
}

/* 商品part样式 */
.goods-part1-box section {
	padding-top: 38px;
}

.goods-part1-box section aside {
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}

.inside-goods-box {
	width: 200px;
	padding-bottom: 12px;
	border: 1px solid #0556F9;
	background: #fff;
}

.inside-goods-box h4 {
	text-align: center;
	font-size: 15px;
	font-weight: 400;
	color: #333333;
	margin: 15px 0;
}

.inside-goods-box img {
	width: 168px;
	max-height: 87px;
	margin-left: 16px;
}

.inside-goods-brief {
	font-size: 11px;
	padding: 10px 16px 8px;
	line-height: 16px;
	font-weight: 400;
	color: #333333;
}

.inside-goods-price {
	width: 168px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.inside-goods-price h3 {
	font-size: 22px;
	color: #D7000F;
	margin-top: 6px;
	font-weight: 500;
}

.inside-goods-price span {
	font-size: 16px;
	color: #000000;
	font-weight: 400;
}

.inside-goods-price p {
	width: 86px;
	height: 23px;
	background: #0556F9;
	border-radius: 5px;
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	line-height: 23px;
	margin-top: 10px;
	cursor: pointer;
}

.goods-box-btn {
	width: 110px;
	height: 31px;
	background: #0556F9;
	font-size: 15px;
	text-align: center;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 31px;
	margin: 54px auto 0;
	cursor: pointer;
}

/*分页样式*/
.pages {
	margin: 40px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
}

.pages label em:first-child {
	margin-right: 2px;
}

.pages a {
	display: inline-block;
	padding: 0px 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-right: 6px;
	background-color: #FFF;
	color: #3f3f3f;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
}

#destoon_pageno {
	width: 42px;
	outline: none;
	border: 1px solid #999999;
	color: #666666;
	text-align: center;
}

.pages input[type="button"] {
	display: inline-block;
	padding: 0px 5px;
	border-radius: 5px;
	border: 1px solid #CCC;
	margin-right: 6px;
	background-color: #FFF;
	color: #3f3f3f;
	height: 23px;
	line-height: 23px;
	margin-left: 5px;
	font-size: 14px;
}

/* 面包屑样式 */
.mbar {
	width: 1100px;
	margin: 20px auto 4px;
}
.mbar p, .mbar a {
	color: #666;
}