@charset "utf-8";

/*公共*/
html body {
	padding: 0;
	font-family: PingFang SC, Arial, Microsoft YaHei, sans-serif;
	font-size: 16px;
	background-color: #f4f6f8
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
dl,
dt,
dd,
th,
td,
form,
object,
iframe,
blockquote,
pre,
a,
abbr,
address,
code,
img,
fieldset,
form,
label,
figure {
	margin: 0;
	padding: 0
}

i,
em {
	font-style: normal
}

li {
	list-style: none
}

a {
	color: #333;
	cursor: pointer;
	transition: .5s all;
	text-decoration: none;
}

a:hover {
	color: #FF8044;
	text-decoration: none;
	transition: .5s all;
}

img {
	max-width: 100%
}

table tr th {
	border: 1px solid rgb(220, 223, 230);
	padding: 15px;
	max-width: 250px;
	text-align: left;
	white-space: nowrap;
	color: rgb(144, 147, 153);
	font-weight: 400;
}

table tr td {
	border: 1px solid rgb(220, 223, 230);
	padding: 15px;
	max-width: 250px;
	color: rgb(96, 98, 102);
}

table {
	border-collapse: collapse;
}

:focus {
	outline: none
}

::-webkit-scrollbar {
	width: 10px
}

::-webkit-scrollbar-track {
	border-radius: 0px;
	background-color: rgba(0, 0, 0, 0)
}

::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background-color: gray
}

[v-cloak] {
	display: none
}

.fixed {
	position: fixed;
	z-index: 99;
}

.el-warp {
	max-width: 1200px;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
}

.el-pagination {
	padding: 10px 0;
	background-color: #fff;
	text-align: center;
	font-size: 12px;
	clear: both
}

.el-loader {
	margin-top: 20px;
	height: 42px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	color: #626675;
	border-radius: 6px;
	cursor: pointer;
}

.el-nomore {
	margin-top: 20px;
	height: 42px;
	font-size: 14px;
	text-align: center;
	line-height: 42px;
	color: #626675;
}

/*头部*/
header {
	width: 100%;
	background: #fff;
	box-shadow: 0 0 10px rgb(0 0 0 / 15%);
	left: 0;
	top: 0;
	z-index: 8
}

header .container {
	position: relative;
	width: 100%
}

header .logo{

	float: left;
	display: inline;
    width: 100px;
	margin-top: 4px
}

header .tel {
	float: right;
	background: #000;
	padding: 20px 30px;
	line-height: 36px;
	color: #fff;
	margin-left: 5vw
}

header .tel i {
	font-size: 20px;
	margin-right: 10px
}

header .tel span {
	font-family: 'dinbold';
	font-size: 24px
}

.nav {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav .active {
	color: #FF8044
}

nav {
	float: right;
	padding: 20px 0
}

nav>ul>li {
	padding-left: 40px;
	float: left;
	height: 40px;
	line-height: 40px;
	position: relative;
}

nav>ul>li>ul {
	background: #fff;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 30px;
	display: none
}

nav>ul>li:hover ul {
	display: block
}

/*底部*/
footer,
footer a {
	background: #333;
	color: #ccc;
	height: 130px
}

footer .container {
	padding: 50px 0 30px 0
}

footer .col {
	width: 50%;
	float: left
}

/*首页*/
.slide-img {
	position: relative;
	height: 875px
}

.slide-img h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 1800px;
	transform: translateY(-50%) translateX(-50%);
	text-align: center;
	font-size: 40px;
	color: #FFF
}

/*面包屑*/
.el-crumbs {
	margin-top: 100px;
	margin-bottom: 40px
}

.el-crumbs a {
	color: #333;
}

.el-crumbs a:last-child {
	color: #999
}

.el-crumbs a:last-child i {
	display: none
}

/*列表页*/
.widget .title {
	border-bottom: 1px solid #e4e6eb;
	margin: 20px 0;
	padding-bottom: 16px;
	font-weight: 600
}

.widget ul li {
	margin-bottom: 15px
}

.widget ul li img {
	display: block;
	margin-top: 5px;
}

.widget ul li span {
	display: block;
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}

.catalog .title {
	border-bottom: 1px solid #e4e6eb;
	margin: 20px 0;
	padding-bottom: 16px;
	font-weight: 600
}

.catalog ul li {
	background: #FF8044;
	padding: 20px;
	color: #fff;
	margin-bottom: 15px;
}

.catalog ul li a {
	color: #fff
}

.el-row .item {
	border-radius: 4px;
	border: 1px solid #ebeef5;
	background-color: #fff;
	overflow: hidden;
	color: #303133;
	transition: .3s;
	padding: 10px;
	margin: 15px 0;
	display: block;
}

.el-row .item .date {
	font-size: 14px;
	display: inline-block;
	margin-right: 2px;
	color: #999;
}

.el-row .item h3,
.item p,
.item a {
	margin-top: 5px
}

/*详情页*/
.el-site {
	width: 350px
}

.el-mian {
	width: 100%;
	margin-left: 30px;
	margin-top: 30px
}

.catalog .title {
	border-bottom: 1px solid #e4e6eb;
	margin: 20px 0;
	padding-bottom: 16px;
	font-weight: 600;
	display: block;
}

.recommend .title {
	border-bottom: 1px solid #e4e6eb;
	margin: 20px 0;
	padding-bottom: 16px;
	font-weight: 600;
	display: block;
}

/*产品详情*/
.el-product-single {
	margin-top: 100px;
	display: flex;
}

.el-product-single .swiper img {
	max-width: 350px
}

.el-product-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600
}

.el-product-price {
	margin-bottom: 5px
}

.el-price-stock {
	margin: 10px 0
}

/*下载详情*/
.el-download-single {
	margin-top: 100px;
	display: flex;
}

.el-download-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600
}

.el-download-title .item {
	margin-bottom: 10px;
}

/*招聘详情*/
.el-job-single {
	margin-top: 100px;
	display: flex;
}

.el-job-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600
}

.el-job-title .item {
	margin-bottom: 10px;
}

.el-job-content {
	margin-bottom: 20px
}

/*团队详情*/
.el-team-single {
	margin-top: 100px;
	display: flex;
}

.el-team-title {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600
}

.el-team-title .item {
	margin-bottom: 10px;
}

.el-team-content {
	margin-bottom: 20px
}

/*博客列表*/
.el-question {
	display: flex;
	padding-top: 120px;
	margin-bottom: 14px
}

.el-question .left {
	flex: 1 1 0%
}

.el-question .right {
	width: 300px;
	margin-left: 16px
}

.el-question .left .cover {
	-moz-box-align: center;
	-webkit-align-content: center;
	align-content: center;
	-webkit-align-items: center;
	align-items: center;
	background: #080c11;
	border-radius: 2px;
	box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
	cursor: pointer;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	width: 100%;
	margin-bottom: 16px
}

.el-question .left .el-blog-crad {
	display: none
}

.el-question .left .icp {
	display: none
}

.el-question .left .cover img {
	object-fit: cover;
	height: 100%;
	vertical-align: top;
	width: 100%
}

.el-question .catalog {
	height: 50px;
	line-height: 50px;
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	display: flex;
	overflow: hidden;
	position: relative;
	background: #fff
}

.el-question .catalog .item {
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: 600;
	margin: 0 20px
}

.el-question .catalog .item.active,
.el-blog .catalog .item:hover {
	color: #FF8044
}

.el-question .list {
	margin-top: 2px
}

.el-blog-item {
	padding: 12px 24px;
	position: relative;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	background: #fff;
	margin-top: 1px;
	display: flex
}

.el-blog-item .warp {
	width: calc(100% - 80px)
}

.el-blog-item .cover {
	width: 80px;
}

.el-blog-item .header .icon {
	display: none
}

.el-blog-item:hover .header .icon {
	display: inline-block
}

.el-blog-item .author {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: #515767;
	cursor: pointer;
	display: inline-block
}

.el-blog-item .author:hover {
	color: rgb(30, 128, 255)
}

.el-blog-item .vertical {
	border-left: 1px solid rgb(229 230 235);
	display: inline-block;
	height: 1em;
	margin: 0 12px;
	max-width: 1px;
	min-width: 1px;
	vertical-align: middle
}

.el-blog-item .time {
	font-size: 13px;
	font-style: normal;
	font-weight: 400;
	line-height: 22px;
	color: rgb(138, 145, 159)
}

.el-blog-item .title {
	color: #252933;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px;
	margin: 0;
	padding-bottom: 10px;
	padding-top: 8px;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	word-break: break-word
}

.el-blog-item .icon {
	color: #515767;
	font-size: 14px;
	display: inline-block;
	margin-right: 16px;
	cursor: pointer
}

.el-blog-item .icon i {
	margin-right: 2px;
	cursor: pointer
}

.el-blog-item .icon:hover,
.el-blog-item .icon.active {
	color: rgb(30, 128, 255)
}

.el-blog-item .istop {
	display: inline-block;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	color: rgb(255, 255, 255);
	width: 24px;
	height: 24px;
	background: rgb(255, 81, 50);
	border-radius: 4px;
	text-align: center;
	margin-left: 8px;
	vertical-align: bottom
}

.el-blog-push .el-button {
	border: 1px solid transparent;
	color: #fff;
	padding: 9px 32px;
	background-color: #FF8044;
	width: 100%;
	margin-top: 16px
}

.el-blog-search .el-input__inner {
	background-color: rgb(242, 243, 245, 1);
	border-color: rgb(242, 243, 245, 1);
	width: 100%;
}

/*博客详情*/
.el-question-single {
	display: flex;
	padding-top: 120px
}

.el-question-single .r-left {
	flex: 1 1 0%;
	width: 100%;
	overflow: hidden;
}

.el-question-single .r-right {
	width: 300px;
	margin-left: 16px
}

.crumbs {
	padding: 16px 24px;
	border-bottom: 1px solid #e4e6eb;
	background: #fff;
	font-size: 14px
}

.crumbs a {
	color: #8a919f
}

.el-question-single .single {
	background-color: #fff;
	padding: 24px
}

.el-question-single .single .title {
	color: #1d2129;
	font-size: 24px;
	font-weight: 600;
	width: 100%;
	word-break: break-word
}

.el-question-single .single .info {
	-moz-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	color: #1d2129;
	display: -webkit-flex;
	display: -moz-box;
	display: flex;
	height: 40px;
	margin-top: 14px;
	font-size: 14px;
	width: 100%
}

.el-question-single .single .info .cover {
	margin-right: 8px;
	width: 40px;
	height: 40px
}

.el-question-single .single .info .cover img {
	width: 40px;
	border-radius: 40px
}

.el-question-single .single .bottom {
	display: flex
}

.el-question-single .single .bottom .nickname {
	font-size: 14px;
	margin-right: 9px
}

.el-question-single .single .bottom .vertical {
	border-left: 1px solid rgb(229 230 235);
	display: inline-block;
	height: 20px;
	margin: 0 12px;
	max-width: 1px;
	min-width: 1px;
	vertical-align: middle
}

.el-question-single .single .bottom div,
.el-blog-single .single .bottom a {
	color: #8a919f;
	font-size: 14px;
	font-weight: 400;
	height: 20px;
	line-height: 20px
}

.el-question-single .single .bottom .view i,
.el-blog-single .single .bottom .edit i {
	margin-right: 5px
}

.el-question-single .single .bottom .edit {
	color: rgb(30, 128, 255);
	cursor: pointer
}

.el-question-single .single .content {
	color: #252933;
	font-size: 14px;
	line-height: 24px;
	margin-top: 22px;
	padding-bottom: 24px
}

.el-blog-crad {
	padding: 16px 20px;
	margin-bottom: 16px;
	background-color: #fff
}

.el-blog-popover {
	padding: 4px
}

.el-blog-crad .header {
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	padding-bottom: 16px;
	width: 100%;
	-o-box-align: center;
	align-items: center;
	-o-box-pack: justify;
}

.el-blog-crad .header.border {
	border-bottom: 1px solid #e4e6eb
}

.el-blog-crad .header .cover {
	margin-right: 8px;
	height: 32px;
	width: 32px
}

.el-blog-crad .header .icon {
	margin-left: 8px;
	height: 20px;
	width: 20px
}

.el-blog-crad .header .nickname {
	font-weight: 500;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: rgb(51, 51, 51)
}

.el-blog-crad .header .el-tag {
	margin-left: 10px;
	margin-top: 5px
}

.el-blog-crad .content {
	font-size: 14px;
	line-height: 22px;
	color: rgb(81, 87, 103)
}

.el-blog-crad .bottom {
	width: 100%;
	border-top: 1px solid #e4e6eb;
	padding-top: 16px;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: inline-flex;
	justify-content: space-evenly;
	margin-top: 16px
}

.el-blog-crad .bottom .title {
	color: #515767;
	font-size: 14px;
	line-height: 22px;
	text-align: center
}

.el-blog-crad .bottom .desc {
	color: #252933;
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	text-align: center
}

.el-blog-crad .bottom .vertical {
	border-left: 1px solid rgb(229 230 235);
	display: inline-block;
	width: 1px;
	height: 32px;
	margin-top: 6px
}

.el-blog-crad .note-blog {
	padding-top: 16px;
	overflow: hidden;
	display: block
}

.el-blog-crad .note-blog .info {
	color: #252933;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 24px;
	margin: 0 0 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transform: all .2s;
	-moz-transform: all .2s;
	-o-transform: all .2s;
	transform: all .2s;
	white-space: nowrap;
	word-break: break-word
}

.el-blog-crad .note-blog .time {
	color: #8a919f;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	margin: 0
}

.el-blog-crad .hot-blog {
	color: #252933;
	padding: 5px 0;
	overflow: hidden;
	line-height: 48px;
	border-top: 1px dotted #EEE;
	display: flex;
	font-size: 14px
}

.el-blog-crad .hot-blog:first-child {
	border-top: 0
}

.el-blog-crad .hot-blog-1 {
	color: #ec5636
}

.el-blog-crad .hot-blog-2 {
	color: #ed8d33
}

.el-blog-crad .hot-blog-3 {
	color: #56a9e9
}

.el-blog-crad .hot-blog .info {
	white-space: nowrap;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis
}

.el-blog-crad .hot-blog .info1 {
	float: left;
	width: calc(100% - 80px)
}

.el-blog-crad .hot-blog .count {
	width: 80px;
	text-align: left;
	color: #333
}

.el-blog-crad .hot-blog:hover {
	color: #1e80ff
}

.el-publish-title {
	font-size: 18px;
	color: #000;
}

.el-publish-main {
	margin-bottom: 20px
}

.el-publish-textarea textarea {
	padding: 16px 16px 23px;
	background: rgb(245, 245, 246);
	border-radius: 12px;
	border: none;
	color: rgb(31, 31, 31);
}

.el-publish-textarea textarea::-webkit-input-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-textarea textarea::-moz-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-textarea textarea::-ms-input-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-button {
	text-align: right;
	margin-top: 10px;
}

.el-publish-title {
	font-size: 18px;
	color: #252933;
	background: #fff;
	padding: 16px 24px;
	border-bottom: 1px solid #e4e6eb;
	margin-top: 16px
}

.el-publish-main {
	margin-bottom: 20px;
	background: #fff;
	padding: 16px 24px
}

.el-publish-textarea textarea {
	padding: 16px 16px 23px;
	background: rgb(245, 245, 246);
	border-radius: 12px;
	border: none;
	color: rgb(31, 31, 31)
}

.el-publish-textarea textarea::-webkit-input-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-textarea textarea::-moz-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-textarea textarea::-ms-input-placeholder {
	color: rgb(31, 31, 31)
}

.el-publish-button {
	text-align: right;
	margin-top: 10px
}

.el-publish-button .el-button {
	padding: 7px 32px
}

.el-comment-title {
	color: #252933;
	background: #fff;
	padding: 16px 24px;
	border-bottom: 1px solid #e4e6eb
}

.el-comment-list {
	background: #fff
}

.el-comment-list .item {
	position: relative;
	display: flex;
	font-size: 14px;
	color: #222;
	box-sizing: content-box;
	padding: 24px 16px
}

.el-comment-list .item .left {
	width: 40px
}

.el-comment-list .item .left .avatar {
	position: relative;
	display: block;
	width: 32px;
	height: 32px
}

.el-comment-list .item .left .avatar .el-image {
	position: relative;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%
}

.el-comment-list .item .left .avatar .el-image__error {
	font-size: 12px
}

.el-comment-list .item .right {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 1%;
	box-sizing: content-box;
	color: #222
}

.el-comment-list .item .right .vertical {
	border-left: 1px solid rgb(229 230 235);
	display: inline-block;
	height: 20px;
	margin: 0 12px;
	max-width: 1px;
	min-width: 1px;
	vertical-align: middle
}

.nickname,
.el-comment-list .item .right a {
	font-size: 14px;
	font-weight: 500;
	color: #252933;
	color: #333
}

.el-comment-list .item .right .time {
	color: #8a919f;
	font-size: 13px
}

.el-comment-list .item .right .el-tag {
	margin-left: 2px
}

.el-comment-list .item .right .content {
	padding-top: 2px;
	font-size: 14px;
	word-wrap: break-word;
	word-break: break-all;
	word-break: break-word
}

.el-comment-list .item .right .interact {
	padding-top: 16px;
	font-size: 13px
}

.el-comment-list .item .right .reply {
	cursor: pointer;
	margin: 0 16px
}

.el-comment-list .item .right .like {
	cursor: pointer
}

.el-comment-list .item .right .remove {
	cursor: pointer;
	color: #F56C6C
}

.el-comment-list .item .right .remove i {
	font-size: 13px;
	color: #F56C6C
}

.el-comment-list .item .right .text {
	vertical-align: middle
}

.el-comment-list .item .right .icon {
	display: inline-block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
	width: 15px;
	height: 15px;
	vertical-align: middle
}

.el-comment-list .item .right .reply-icon {
	background-image: url(../images/reply.png)
}

.el-comment-list .item .right .like-icon {
	background-image: url(../images/like.png)
}

.el-comment-list .item .right .liked-icon {
	background-image: url(../images/liked.png)
}

.el-comment-list .item .reply-loader {
	margin-top: 30px;
	padding-left: 55px;
	height: auto;
	text-align: left;
	font-size: 13px;
	color: #222;
	cursor: pointer
}

.el-comment-list .item .reply-loader i {
	margin-left: 5px
}

.el-blog-publish-warp {
	background-color: #fff;
	height: calc(100vh - 64px);
	padding-top: 80px
}

.el-blog-publish {
	display: flex;
	padding: 20px
}

.el-blog-publish .left {
	flex: 1 1 0%
}

.el-blog-publish .right {
	width: 300px;
	margin-left: 16px
}

.el-blog-publish .header {
	color: #252933;
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 24px
}

.el-blog-publish .left .item {
	margin-bottom: 24px
}

.el-blog-publish .left .el-input .el-input__inner {
	background-color: rgb(242, 243, 245, 1);
	border-color: rgb(242, 243, 245, 1)
}

.el-blog-publish .right .item-warp {
	font-size: 0;
	margin: 0 -8px
}

.el-blog-publish .right .item {
	font-weight: 500;
	margin: 0px 8px 20px;
	border-color: transparent;
	background-color: #f4f5f5;
	color: #86909c;
	font-size: 14px
}

.el-blog-publish .right .item:hover,
.el-blog-publish .right .item.active {
	background: #e8f3ff;
	color: #1d7dfa
}

.el-blog-publish .right .publish {
	width: 100%
}

/*搜索*/
#search {
	padding: 150px 0 8vh;
	overflow: hidden
}

#search .goomay-keywords-light {
	background: #e3007f !important;
	color: #ffffff !important;
}

#search .search_left {
	border: 1px solid #d6d6d6;
	padding-top: 5px;
	padding-bottom: 5px;
}

#search .s_head {
	border-bottom: 1px solid #d6d6d6;
	height: 50px;
}

#search .s_head h2 {
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #d92129;
}

#search .s_body ul {
	margin-top: 10px;
}

#search .s_body ul span {
	display: block;
	color: #333;
	line-height: 40px;
}

#search .s_body ul input,
.s_body ul select {
	height: 35px;
	width: 100%;
	line-height: 35px;
	border: 1px solid #e6e6e6;
	padding-left: 10px;
	margin-bottom: 10px;
}

#search .s_body .sub input {
	height: 45px;
	line-height: 45px;
	background: #e3007f;
	border: 0;
	color: #fff;
	transition: 0.3s;
	text-align: center;
	padding-left: 0px;
	font-size: 16px;
}

#search .search_right .no-result {
	text-align: center;
	font-size: 30px;
	color: #e3007f;
	margin-top: 50px;
}

#search .search-result-title {
	font-size: 20px;
	color: #333;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

#search .entry-image {
	float: left;
	width: 120px;
	margin: 0 20px 0 0;
}

#search .entry-c {
	position: relative;
	overflow: hidden;
}

#search .search-result-info {
	padding: 5px 0;
}

#search .search-result-info li {
	display: inline-block;
}

#search .entry-content p {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

#search .search_right em {
	color: #004cff;
}

#search .search_right .search-result {
	margin-left: 25px;
}

#search .search_right .search-li {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 30px;
	padding-bottom: 10px;
}

#search .search_right li {
	overflow: hidden;
}

#search .search-result-info li:before {
	content: '/';
	display: inline-block;
	margin-left: 10px;
	margin-right: 10px;
	opacity: 0.5
}

#search .search-result-info li:first-child:before {
	display: none;
}

#search .product_list {
	padding-bottom: 15px;
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 15px;
}

#search .product_img {
	float: left;
}

#search .product_img img {
	border-radius: 50%;
}

#search .product_img img:hover {
	width: 90px;
	height: 90px;
}

#search .product_body {
	float: left;
	margin-left: 20px;
	margin-top: 10px;
}

#search .se_news {
	float: right;
	width: 79%;
}

#search .news ul li .se_news a {
	color: #d80808;
	text-decoration: underline;
	display: inline-block;
	height: 22px;
	overflow: hidden;
	transition: 0.3s;
}

#search .search_right .news .date em {
	color: #fff;
}

/*会员*/
.el-login {
	height: 600px;
	position: relative;
	display: flex;
	padding: 150px 100px;
}

.el-login .describe {
	position: relative;
	width: 50%;
	background: #282c34;
	padding: 50px;
	color: #fff
}

.el-login .describe .content {
	margin-top: 50px;
	line-height: 2;
	font-size: 14px
}

.el-login .describe .footer {
	position: absolute;
	font-size: 13px;
	bottom: 0;
	border-top: 1px dashed #fff;
	width: 100%;
	left: 0;
	padding: 20px 0;
	text-align: center;
}

.el-login .operation {
	position: relative;
	width: 50%;
	background: #fff;
	padding: 50px;
	box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.3);
}

.el-login .operation .title {
	color: #282c34;
	font-size: 24px
}

.el-login .operation .ctitle {
	color: #C4C4C4;
	font-size: 14px
}

.el-login .operation .el-form {
	margin-top: 50px
}

.el-login .operation .go {
	width: 100%;
	cursor: pointer;
	font-size: 14px;
	background: #282c34;
	border-color: #282c34
}

.el-login .operation .footer {
	margin-top: 50px;
	text-align: center;
	font-size: 0
}

.el-login .operation .footer a {
	display: inline-block;
	width: 50%;
	color: #282c34
}

.el-login .operation .footer a:first-child {
	text-align: left;
	font-size: 14px;
}

.el-login .operation .footer a:last-child {
	text-align: right;
	font-size: 14px;
}

.el-user {
	height: calc(100vh - 120px);
	position: relative;
	display: flex;
	padding-top: 100px;
}

.el-user .three {
	width: 240px;
	border: 1px solid #e3e9ed;
	border-radius: 4px;
	background: #fff;
}

.el-user .three .info {
	border-bottom: 1px solid #e3e9ed;
	padding: 12px;
	background: #f8f8f8;
}

.el-user .three .info .el-image {
	vertical-align: middle;
}

.el-user .three .info img {
	height: 50px;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden
}

.el-user .three .info span {
	vertical-align: middle;
}

.el-user .three .item {
	line-height: 2.2;
	padding: 5px 15px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.03)
}

.el-user .three .header {
	font-size: 16px;
	color: rgba(0, 0, 0, 0.8)
}

.el-user .three .menu {
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
	display: block
}

.el-user .three .menu.active {
	color: #016aac;
}

.el-user .el-card__body {
	padding: 0
}

.el-user .el-card__header {
	padding: 20px 0
}

.el-user .content {
	width: calc(100% - 240px);
	width: -webkit-calc(100% - 240px);
	width: -moz-calc(100% - 240px);
	margin-left: 20px;
	background: #fff;
	padding: 0 20px;
}

.el-user .list {
	overflow: auto;
	height: calc(100vh - 200px);
}

.el-user .list .item {
	padding: 16px 0;
	position: relative;
	border-bottom: 1px dashed #eee;
}

.el-user .list .item .details {
	display: inline-block;
	vertical-align: middle;
}

.el-user .list .item .title {
	font-size: 16px;
	color: #333;
	display: block;
}

.el-user .list .item .tag {
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin-right: 10px;
	margin-top: 8px
}

.el-user .list .item .tag i {
	margin-right: 5px;
}

.el-user .list .item .remove {
	cursor: pointer;
}

.el-user .list .item .time {
	color: #777;
	font-size: 12px;
	position: absolute;
	right: 16px;
	bottom: 16px;
}

.el-user-header {
	margin-bottom: 20px
}

.el-user-header .item {
	display: inline-block;
	padding: 10px;
	margin: 5px;
	border-bottom: 2px solid transparent;
}

.el-user-header .item.active {
	border-bottom-color: #016aac;
	color: #016aac
}

.el-user-info {
	height: calc(100vh - 200px);
	position: relative;
	display: flex;
	padding: 100px 0;
}

.el-user-info .info {
	width: 400px;
	border: 1px solid #e3e9ed;
	border-radius: 4px;
	background: #fff;
	padding: 20px;
	text-align: center
}

.el-user-info .info .cover img {
	width: 160px;
	height: 160px;
	border-radius: 160px
}

.el-user-info .info .nickname {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #40485b;
	font-size: 20px;
	margin-top: 10px
}

.el-user-info .info .describe {
	color: #8c92a4;
	font-size: 14px;
	margin-top: 10px
}

.el-user-info .content {
	width: calc(100% - 400px);
	width: -webkit-calc(100% - 400px);
	width: -moz-calc(100% - 400px);
	margin-left: 20px;
	background: #fff;
	padding: 0 20px;
}

@media screen and (max-width:992px) {
	.el-login {
		padding: 80px 0
	}

	.el-login .describe {
		display: none
	}

	.el-login .operation {
		width: 100%;
		padding: 50px 20px;
	}
}