@charset "utf-8";
.photographer-app {
    background: #f5f5f5;
	width: 100%;
	height: 100%;
}
.info {
	width: 100%;
	background: #ffffff;
}
.black {
    color: #333 !important;
}

.advert {
    width: 100%;
}

.advert img {
    width: 100%;
}

.principal_wrap .principal_info {
    background: #ffffff;
    width: 280px;
    border-radius: 100px 100px 12px 12px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

.principal_wrap .principal_info {
    top: 230px;
    text-align: center;
}

.principal_wrap .principal_info .principal_draw {
    margin-top: 10px;
    height: 280px;
    border-radius: 100px 100px 0 100px;
    overflow: hidden;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
}

.principal_wrap .principal_info .principal_draw img {
    width: 100%;
}

.principal_wrap .principal_info .principal_name {
    font-size: 30px;
    font-weight: bold;
    line-height: 60px;
}

.principal_wrap .principal_info .principal_level span {
    vertical-align: top;
}

.principal_wrap .principal_info .principal_level img {
    height: 24px;
}

.principal_wrap .principal_info .principal_level {
    font-size: 18px;
}

.principal_wrap .principal_info .principal_csat {
    padding: 12px 0;
}

.principal_wrap .principal_info .principal_csat .few {
    font-size: 24px;
    font-weight: 600;
}

.principal_wrap .principal_info .principal_csat .star {
    color: #ffcd4c;
    margin: 4px 0;
}

.principal_wrap .principal_info .principal_csat .star .icon-star {
    font-size: 28px;
}

.total .total_kind {
    width: 138px;
}

.total .total_kind .tit {
    font-weight: bold;
    font-size: 22px;
    margin-bottom: 6px;
}

.total .line {
    width: 1px;
    background: #efefef;
    height: 30px;
    margin-top: 12px;
}

.mr20 {
    margin-right: 20px;
}

.principal_info .principal_btn {
    font-size: 0;
    padding: 20px;
}

.principal_info .principal_btn .cease {
    background: #f5f5f5;
    border: 1px solid #dedede;
    color: #999999;
}

.principal_info .principal_btn a {
    transition-duration: 600ms;
    width: 108px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #1d1d1d;
    display: inline-block;
    font-size: 14px;
}

.principal_info .principal_btn a:hover {
    border: 1px solid #e1c37c;
    letter-spacing: 2px;
}

.principal_info .principal_btn .icon-into {
    font-size: 14px;
}

.principal_info .principal_btn .help {
    background: #1d1d1d;
    color: #e1c37c;
}
.principal_info.fixed {
	position: fixed;
	top: 80px;
	z-index: 4;
}
.principal_share_wrap {
    position: relative;
    padding: 0 20px;
}

.principal_share_wrap .principal_share:hover+.share_come {
	opacity: 1;
	transform: translateY(0);
}

.principal_share {
    width: 240px;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    border: 1px solid #1d1d1d;
    display: block;
}

.principal_share img {
    height: 16px;
}

.principal_share:hover {
    border: 1px solid #e1c37c;
}

.principal_share_wrap .share_come {
    background: #ffffff;
    border-radius: 12px;
    padding: 20px 0;
    position: absolute;
    left: 20px;
    bottom: 50px;
    width: 240px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
	transition-duration: .5s;
	opacity: 0;
	transform: translateY(-10px);
	pointer-events: none;
}

.principal_share_wrap .share_come img {
    width: 120px;
}

.principal_share_wrap .share_come p {
    color: #999;
    font-size: 12px;
}

.principal_info .routine {
    padding: 20px 0;
}

.principal_info .routine dt img {
    width: 120px;
}

.principal_info .routine dd {
    color: #bbbbbb;
    font-size: 12px;
    margin-top: 8px;
}

.large_wrap {
    padding: 40px;
}

.large_info {
    width: 1290px;
}

.large_info .often,
.large_info .often span {
    font-size: 18px;
}

.large_info .site {
    color: #bbbbbb;
    margin-left: 40px;
}

.large_info .site .icon-adress {
    font-size: 20px;
    vertical-align: middle;
}

.promise {
    color: #bbbbbb;
    margin-top: 6px;
}

.promise p {
    font-size: 24px;
}

.promise .iconfont {
    font-size: 64px;
}

.principal_con {
    width: 1290px;
    margin-left: 310px;
	transition-duration: .5s;
	padding-bottom: 60px;
	min-height: 730px;
	display: none;
}
.principal_con.active {
	display: block;
}
.gather_wrap {
    border-top: 1px solid #efefef;
    width: 100%;
	z-index: 3;
	box-shadow:0px 15px 10px -15px #efefef;
}
.gather_wrap.fixed {
	position: fixed;
	top: 80px;
	width: 100%;
	background: #ffffff;
}
.menu-empty {
	height: 81px;
	width: 100%;
}
.gather_wrap .gather_tit {
    height: 80px;
    line-height: 80px;
    width: 1290px;
    margin-left: 310px;
	background-color: #fff;
}

.gather_wrap .gather_tit a {
    transition-duration: 600ms;
    position: relative;
    font-size: 16px;
    margin-right: 5px;
    margin-top: 20px;
    background: #f5f5f5;
    width: 250px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    display: inline-block;
}

.gather_wrap .gather_tit a:nth-child(5n+0) {
    margin-right: 0;
}

.gather_wrap .gather_tit a span {
    color: #999;
    font-size: 16px;
}

.gather_wrap .gather_tit a:hover {
    letter-spacing: 1px;
}

.gather_wrap .gather_tit a:hover,
.gather_wrap .gather_tit a.cur {
    background: #1d1d1d;
    color: #e1c37c;
}

.gather_wrap .gather_tit a:hover span,
.gather_wrap .gather_tit a.cur span {
    color: #e1c37c;
}

.gather_wrap .gather_tit a:hover::after,
.gather_wrap .gather_tit a.cur::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -5px;
    right: 122px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent #1d1d1d #1d1d1d;
    -webkit-transform: rotate(-46deg);
    -webkit-transform-origin: center;
    transform-origin: center;
    transform: rotate(-46deg);
    -webkit-box-shadow: -3px 2px 2px rgba(255, 255, 255, .05);
    box-shadow: -3px 2px 2px rgba(255, 255, 255, .05);
}

.suggest_wrap {
    transition-duration: 600ms;
    background: #ffffff;
    border-radius: 12px;
    width: 410px;
    margin-right: 30px;
    margin-top: 30px;
}

.suggest_wrap:hover {
    cursor: pointer;
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateY(-10px);
    box-shadow: 0 1px 12px 0 rgba(0, 0, 0, .1);
}

.suggest_wrap:hover .suggest_tit h3 {
    color: #e1c37c;
    border-left: 3px solid #e1c37c;
}

.suggest_wrap .suggest_tit {
    margin-top: 20px;
}

.suggest_wrap .suggest_tit h3 {
    font-size: 16px;
    border-left: 3px solid #1d1d1d;
    padding-left: 20px;
    font-weight: 600;
}

.suggest_wrap .suggest_tit .more .icon-into {
    font-size: 14px;
}

.suggest_wrap .suggest_tit .more {
    margin-right: 20px;
    background: #f5f5f5;
    color: #999999;
    width: 22px;
    height: 22px;
    border-radius: 3px;
    text-align: center;
    line-height: 22px;
}

.suggest_wrap:hover .suggest_tit .more {
    background: #f9f3e5;
    color: #c5a559;
    border: 1px solid #e1c37c;
}

.suggest_wrap .suggest_con {
    padding: 12px 20px 30px 20px;
}

.suggest_wrap .suggest_con p {
    line-height: 24px;
    height: 90px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.suggest_wrap:nth-child(3n+0) {
    margin-right: 0;
}

.principal_con .say {
    font-size: 42px;
    padding: 30px 0;
}

.principal_con .say span {
    text-transform: uppercase;
    font-size: 46px;
    color: #e1c37c;
}

.principal_con .rank a {
    border-radius: 6px;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border: 1px solid #dedede;
    margin-right: 20px;
    background: #ffffff;
}

.principal_con .rank a.cur,
.principal_con .rank a:hover {
    background: #f9f3e5;
    border: 1px solid #e1c37c;
    color: #c5a559;
}

.w288 {
    width: 288px;
}

.w648 {
    width: 648px;
}

.pwrap {
    margin-right: 33px;
}

.works_tit.ptit {
    padding-left: 12px;
    text-align: left;
}

.pguest_wrap .guest_clumn:nth-child(3n+0) {
    margin-right: 0;
}

.home_tit {
    background: url(../common/images/line.png) no-repeat center;
    text-align: center;
    margin: 50px 0 10px 0;
}

.home_tit h2 {
    font-size: 32px;
    font-weight: 600;
}

.home_tit .grey {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    color: #bbbbbb;
}


.related_wrap {
    background: #ffffff;
    border-radius: 12px;
    width: 490px;
	margin: 0 auto;
}

.related_wrap .related_tit {
    line-height: 50px;
    padding: 0 20px;
}

.related_wrap .related_tit h3 {
    font-size: 16px;
    font-weight: bold;
}

.related_wrap .related_tit a {
    color: #bbb;
}

.related_wrap .related_tit a:hover {
    color: #e1c37c;
}

.related_wrap .related_con {
    padding: 0 20px 10px 20px;
}

.related_wrap .related_con .related_list:nth-child(3n+0) {
    margin-right: 0;
}

.related_wrap .related_con .related_list {
    margin-right: 9px;
}

.related_wrap .related_con .related_list a {
    margin-bottom: 10px;
    width: 144px;
    display: block;
    border-radius: 12px;
    overflow: hidden;
}

.related_wrap .related_con .related_list img {
    width: 100%;
    transition-duration: 600ms;
}

.related_wrap .related_con .related_list a:hover img {
    transform: scale(1.2);
}

.calendar-container {
    border-top: 6px solid #1d1d1d;
    background: #ffffff;
    border-radius: 12px;
    width: 770px;
    min-height: 620px;
}

.calendar-container .calendar {
    position: relative;
    /*margin: 0 30px;*/
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.calendar-container .calendar h2 {
    line-height: 80px;
    font-size: 24px;
}

.calendar-container .calendar .iconfont {
    font-size: 30px;
}

.calendar-container .calendar .btn-prev,
.btn-next {
    position: absolute;
    top: 0px;
    opacity: 0.7;
}

.calendar-container .calendar .btn-prev {
    left: 0;
}

.calendar-container .calendar .btn-next {
    right: 0;
}

.calendar-container .calendar .btn-prev:hover,
.calendar-container .calendar .btn-next:hover {
    opacity: 1;
}

.calendar-container table {
    margin-left: 28px;
    font-size: 0;
}

.calendar-container thead td {
    color: #bbb !important;
}

.day-box {
    padding: 0 0 30px 28px;
}

.calendar-container thead td {
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin: 5px 16px;
    font-size: 22px;
}

.day-box {
    font-size: 0;
}

.day-box div {
    border-radius: 50%;
    display: inline-block;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin: 5px 16px;
    font-size: 22px;
	transition-duration: .5s;
}

/*.day-box div:hover,*/
/*.day-box div.active {*/
/*    background: #4bd16b;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*}*/

.day-box div.attempt {
    background: #e1c37c;
    color: #fff;
    position: relative;
    line-height: 60px;
}

.day-box div.attempt:after {
    color: #fff;
    content: '已预约';
    font-size: 12px;
    display: block;
    line-height: 18px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.day-box div.schedule {
    background: #d2d2d2;
    color: #fff;
    position: relative;
    line-height: 60px;
}

.day-box div.schedule:after {
    color: #fff;
    content: '无档期';
    font-size: 12px;
    display: block;
    line-height: 18px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}
.day-box div.default {
	opacity: .5;
	cursor: not-allowed;
}
.day-box div.empty {
	opacity: 0;
}
.day-box div.active {
    /*background: #4bd16b;*/
    /*color: #fff;*/
    position: relative;
    line-height: 60px;
	transition-duration: .5s;
	cursor: pointer;
}
.day-box div.active:hover {
	transition-duration: .5s;
	background: #4bd16b;
	color: #fff;
}
.day-box div.active:hover:after {
    color: #fff;
    content: '可预约';
    font-size: 12px;
    display: block;
    line-height: 18px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

.evaluate_mark_wrap {
    background: #fff;
    border-radius: 12px;
    margin-top: 30px;
    padding: 40px;
}

.evaluate_mark_wrap .evaluate_mark h1 {
    font-size: 66px;
    font-weight: bold;
}

.evaluate_mark_wrap .mark_low,
.evaluate_mark_wrap .mark_low span {
    font-size: 24px;
    font-weight: 600;
}

.evaluate_mark_wrap .detur {
    font-size: 28px;
    margin-top: 20px;
}

.evaluate_mark_wrap .sum {
    text-align: center;
    padding-top: 12px;
}

.evaluate_mark_wrap .sum dt {
    font-size: 72px;
    font-weight: bold;
}

.evaluate_mark_wrap .sum .people {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
}

.pleased_wrap {
    padding-left: 80px;
    padding-right: 40px;
}

.pleased_wrap .pleased_kind {
    padding: 2px 0;
}

.pleased_wrap .pleased_kind .tally {
    color: #bbbbbb !important;
    font-size: 18px;
	vertical-align: middle;
}

.pleased_wrap .pleased_kind .grey {
    color: #dedede !important;
    vertical-align: middle;
}

.pleased_wrap .pleased_kind .golden {
    color: #ffcd4c;
    vertical-align: middle;
}

.pleased_wrap .pleased_kind .icon-star {
    font-size: 28px;
}

.pleased_wrap .pleased_kind .pleased {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 6px;
    border-radius: 3px;
    background-color: #dedede;
    overflow: hidden;
    margin: 0 10px;
}

.pleased_wrap .pleased_kind .pleased strong {
    display: block;
    background-color: #ffcd4c;
    width: 100%;
    height: 100%;
    border-radius: 2px;
}

.evaluate_list {
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    margin-top: 30px;
}

.evaluate_list:hover {
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .1);
}

.evaluate_list .list_tit {
    font-size: 18px;
}

.evaluate_list .list_tit .name {
    font-size: 18px;
}

.evaluate_list .list_tit .date {
    color: #999;
    margin-left: 12px;
}

.evaluate_list .list_tit .small {
    vertical-align: middle;
}

.evaluate_list .list_tit .icon-star {
    font-size: 24px;
    color: #ffcd4c;
}

.evaluate_list .treat {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 0.4px;
}

.evaluate_list .treat a {
    color: #0074e8;
}

.evaluate_list .treat_info {
    margin-top: 8px;
}

.evaluate_list .treat_info p {
    line-height: 24px;
    letter-spacing: 0.4px;
	word-break: break-word;
}

/*一横两竖-竖*/
.photographer_column_box_4_3 .photographer_column_cover_1 {
	width: 288px;
}
/*一横两竖-横*/
.photographer_column_box_4_3 .photographer_column_cover_2 {
	width: 648px;
}
/*两横 */
.photographer_column_box_4_2 .photographer_column_cover_2 {
	width: 630px;
}
/*三竖*/
.photographer_column_box_3_3 .photographer_column_cover_1 {
	width: 408px;
}
.detail-shade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	transition-duration: .5s;
	background-color: rgba(0, 0, 0, .6);
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	z-index: 4;
}
.detail-shade.active {
	opacity: 1;
	pointer-events: auto;
}
.detail-html {
	width: 600px;
	opacity: 0;
	transform: translateX(-20px);
	transition-duration: .5s;
	background-color: #fff;
	border-radius: 15px;
	pointer-events: none;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
	overflow: hidden;
}
.detail-html.active {
	opacity: 1;
	transform: translateX(0);
	pointer-events: auto;
}
.detail-html .detail-title {
	background-color: #000;
	color: #fff;
	padding: 0 30px;
	height: 45px;
	width: 540px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.detail-html .detail-content {
	width: 540px;
	padding: 30px;
	/*height: 600px;*/
	white-space: pre-line;
}
.works-column {
	width: 415px;
}
.works_wrapper:nth-child(3n - 3) {
	margin-right: 0;
}
.works_con.no-width .works_wrapper:nth-child(3n - 3) {
	margin-right: 33px;
}
.guest_column_box.no-width .works_wrapper:nth-child(3n - 3) {
	margin-right: 33px;
}
