﻿/* 大咖 */
.index-big-shot-container {
	width: 1220px;
	padding: 30px 30px 0;
}

.index-big-shot-container>p {
	font-size: 18px;
	font-family: PingFang SC-中粗体, PingFang SC;
	font-weight: 600;
	color: #262626;
	line-height: 26px;
}

.index-big-shot-list {
	max-height: 388px;
	overflow-y: hidden;
}

.index-big-shot-list .big-shot-item {
	width: 100%;
	background: #FFFFFF;
	padding: 30px 0px;
	box-sizing: border-box;
	display: flex;
	border-bottom: 1px solid #EEEEEE;
}

.index-big-shot-list .big-shot-item:last-child {
	border: 0;
}

.index-big-shot-list .big-shot-item .big-shot-item-img {
	width: 130px;
	height: 130px;
	margin-right: 20px;
	border-radius: 4px;
}

.index-big-shot-list .big-shot-item .big-shot-item-img img {
	width: 100%;
	height: 100%;
	border-radius: 4px;
}

.index-big-shot-list .big-shot-item .big-shot-item-r {
	width: calc(100% - 150px);
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-item-r-person {
	display: flex;
	align-items: center;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-name {
	font-size: 20px;
	font-family: Source Han Sans CN-Bold, Source Han Sans CN;
	font-weight: bold;
	color: #262626;
	margin-right: 10px;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-area i {
	color: #8C8C8C;
	font-size: 14px;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-area span {
	font-size: 12px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-item-intro {
	width: 754px;
	margin: 4px 0 12px;
	padding-bottom: 12px;
	box-sizing: border-box;
	border-bottom: 1px dashed #EBEBEB;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index-big-shot-list .big-shot-item .big-shot-item-r dl {
	display: flex;
	align-items: center;
}

.index-big-shot-list .big-shot-item .big-shot-item-r dl dt {
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-item-field {
	margin-bottom: 8px;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .big-shot-item-field dd {
	padding: 3px 6px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #EBEBEB;
	margin-right: 8px;
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #595959;
}

.index-big-shot-list .big-shot-item .big-shot-item-r .open-detail {
	width: 160px;
    height: 36px;
    background: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
    border: 1px solid #FE5900;
    font-size: 14px;
    font-weight: normal;
    color: #FE5900;
    line-height: 36px;
    text-align: center;
}

.index-big-shot-list .big-shot-item .big-shot-item-contact dd {
	font-size: 13px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #262626;
	position: relative;
	margin-right: 24px;
}

.index-big-shot-list .big-shot-item .big-shot-item-contact dd::after {
	position: absolute;
	right: -12px;
	top: 3px;
	content: '';
	width: 1px;
	height: 13px;
	background: #D8D8D8;
	border-radius: 0px 0px 0px 0px;
}

.index-big-shot-list .big-shot-item .big-shot-item-contact dd:last-child::after {
	width: 0;
}

.index-big-shot-list .big-shot-item .big-shot-item-contact dd .big-shot-item-price {
	margin-left: 4px;
	font-family: Verdana-Regular, Verdana;
}

.index-big-shot-list .big-shot-name:hover {
	color: #1A8CFF !important;
}

.index-big-shot-list .big-shot-item .open-detail:hover {
	background: #FE5900;
    color: #fff;
}

.index-big-shot-list .big-shot-item:hover .big-shot-item-price {
	color: #FE5900;
}

.index-big-shot-container .open-more {
	padding: 16px 0;
	border-top: 1px solid #EEEEEE;
}

.index-big-shot-container .open-more button {
	display: block;
	margin: 0 auto;
	background-color: #FFFFFF;
	font-size: 14px;
	font-family: Source Han Sans CN-Regular, Source Han Sans CN;
	font-weight: 400;
	color: #8C8C8C;
	cursor: pointer;
}

.index-big-shot-container .open-more button i {
	font-size: 12px;
	margin-left: 2px;
	color: #8C8C8C;
}
