
/*
客样照详情摄影师头像信息
 */

.same_wrap {
	padding: 30px 0;
}

.same_wrap .same_master {
	border: 1px solid #efefef;
	border-left: 8px solid #111111;
	border-radius: 12px;
	width: 691px;
}

.same_wrap .same_master .draw {
	padding: 40px 20px 0 20px;
}

.same_wrap .same_master .draw a {
	transition-duration: 600ms;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	overflow: hidden;
	display: block;
}

.same_wrap .same_master .draw a img {
	width: 100%;
}

.same_wrap .same_master .draw a:hover {
	transform: scale(1.1);
}

.same_wrap .same_master .draw_info {
	padding: 40px 20px 30px 0;
	width: 319px;
}

.same_wrap .same_master .draw_info .draw_name {
	line-height: 40px;
}

.same_wrap .same_master .draw_info .draw_name a {
	font-size: 24px;
	margin-right: 8px;
}

.same_wrap .same_master .draw_info .draw_name img {
	height: 24px;
}

.same_wrap .same_master .draw_info .draw_name span {
	vertical-align: top;
}


.same_wrap .same_master .scan {
	padding: 40px 20px;
	text-align: center;
	color: #bbbbbb;
	border-left: 1px solid #efefef;
}

.same_wrap .same_master .scan p {
	font-size: 12px;
}

.same_wrap .same_master .scan .scan_img {
	width: 130px;
	height: 130px;
	margin-bottom: 12px;
}

.same_wrap .same_master .scan .scan_img img {
	width: 100%;
}


.handle a {
	transition-duration: 600ms;
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #111111;
	border-radius: 6px;
}

.handle a:hover {
	letter-spacing: 2px;
	border: 1px solid #e1c37c;
}

.handle .owner {
	border: 1px solid #dedede;
	background: #f5f5f5;
}

.handle .help {
	background: #1b1b1b;
	color: #e1c37c;
}


.digit_box {
	margin: 20px 0;
}

.digit_box .sline {
	width: 1px;
	background: #efefef;
	display: block;
	height: 30px;
	margin-top: 14px;
}

.digit_box .digit_wrap {
	width: 130px;
	text-align: center;
}

.digit_box .digit_wrap .digit {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 6px;
}

.digit_box .digit_wrap .grey {
	font-size: 12px;
}


.same_info h2 {
	font-size: 28px;
	font-weight: bold;
}

.same_info .spot {
	color: #bbb;
	font-size: 14px;
	padding: 10px 0;
}

.same_info .spot span {
	margin-right: 20px;
}

.same_info .spot span i {
	color: #333;
}

.same_info .spot a {
	color: #0074e8;
}

.same_info .alike {
	color: #bbb;
	line-height: 30px;
	font-size: 14px;
}

.same_info .alike span {
	margin-right: 12px;
	vertical-align: middle;
}

.same_info .alike .icon-look {
	font-size: 20px;
}

.same_info .alike .icon-give {
	font-size: 18px;
}

.same_info .describe {
	padding: 20px 0 20px 0;
}

.same_info .describe p {
	line-height: 24px;
}

.same_info .praise a {
	border: 1px solid #111111;
	border-radius: 6px;
	min-width: 100px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: center;
}


.w790 {
	width: 790px !important;
}


.mb20 {
	margin-bottom: 20px;
}

.recommend-box {
	text-align: center
}

.recommend-box .icon-give {
	font-size: 30px;
}

.recommend-box a.re-works,
.recommend-box a.re-works:hover {
	background: #eee;
	color: #999;
}

.recommend-box a {
	display: inline-block;
	width: 120px;
	padding: 20px 0;
	margin: 20px;
	background: linear-gradient(to left, #f2e5cf 0%, #edddc4 80%, #ecdac0 80%);
	border-radius: 80px;
	color: #805b1f;
	transition-duration: .5s;
}

.recommend-box a p {
	margin-top: 8px;
}

.recommend-box a:hover {
	background: linear-gradient(to left, #dfbd8c 0%, #e3c599 30%, #e9d0aa 80%);
}

.mod-page-wrap {
	padding: 20px 0;
}

.mod-page-wrap .page {
	line-height: 40px;
}

.mod-page-wrap,
.mod-page-wrap a {
	color: #999;
	font-size: 14px;
}

.mod-page-wrap a:hover {
	color: #3c92f3;
}

.mod-page-wrap span {
	margin-right: 12px;
}

.mod-page-wrap .mod-page-btn a {
	margin-left: 20px;
	border: 1px solid #dedede;
	border-radius: 20px;
	width: 140px;
	display: inline-block;
	text-align: center;
	padding: 8px 0;
}

.mod-page-wrap .mod-page-btn a:hover {
	border: 1px solid #999;
	color: #333;
}

.prev-view-shade {
	position: fixed;
	top: 50%;
	left: 50%;
	background-color: rgba(0, 0, 0, .8);
	width: 0;
	height: 0;
	opacity: 0;
	pointer-events: none;
	transition-duration: .6s;
	z-index: 11;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.prev-view-shade.active {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: auto;
	opacity: 1;
}
.prev-view-html {
	transition-duration: .6s;
	width: 0;
	height: 0;
	background-color: rgba(0, 0, 0, .9);
}
.prev-operate-btn {
	position: fixed;
	left: 0;
	top: calc(50% - 60px);
	width: 100%;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.prev-operate-btn-item {
	width: 120px;
	height: 120px;
	line-height: 120px;
	text-align: center;
	transition-duration: .6s;
	color: #fff;
	cursor: pointer;
	text-shadow: 0 0 5px #000;
}
.prev-operate-btn-item:hover {
	color: #333;
	text-shadow: 0 0 5px #fff;
}
.prev-operate-btn-item.disabled {
	color: #ddd;
	cursor: not-allowed;
}
.prev-view-html img {
	opacity: 1;
	transition-duration: .6s;
}
.prev-view-html .opacity {
	opacity: 0;
}
.overflowNone {
	overflow: hidden;
}
.overflowAuto {
	overflow: auto;
}
.operate-order-btn {
	background-color: #000 !important;
	color: #fff !important;
	border: solid 1px #ccc !important;
}
