@charset "utf-8";

.wh300 {
    width: 300px;
    height: 300px;
}

.wh450 {
    width: 300px;
    height: 450px;
}

.mbgone {
    background: url(../common/images/mbg01.png) no-repeat center bottom;
}

.mbgtwo {
    background: url(../common/images/mbg02.png) no-repeat center bottom;
}

.master_box {
    padding-top: 50px;
}

@charset "utf-8";

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.signs {
	padding: 80px 0;
}

.signs h1 {
	font-size: 120px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	-ms-transform: scale(1, 1.3);
	-webkit-transform: scale(1, 1.3);
	-moz-transform: scale(1, 1.3);
	-o-transform: scale(1, 1.3);
	display: inline-block;
}

.signs h1 span {
	background: #212121;
	color: #ffffff;
	font-size: 24px;
	padding: 0 6px;
}

.signs h2 {
	font-size: 80px;
	color: #212121;
	font-weight: bold;
}

.signs h2 b {
	margin-right: 30px;
}

.signs h3 {
	font-size: 44px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 8px;
}

.master_tit_wrap {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 60px;
	line-height: 60px;
}


.same {
	border: 1px solid #333;
	border-radius: 6px;
	height: 40px;
	line-height: 40px;
	width: 260px;
}

.master_tit_wrap .master_selecter_box {
	margin-right: 80px;
}

.master_tit_wrap .master_selecter {
	margin-right: 20px;
}

.master_tit_wrap .date_input_box {
	display: inline-block;
}

.date_input_box .date_input {
	padding-left: 12px;
	background: url(../common/images/dateicon.png) no-repeat 96% center;
}

.master_tit_wrap .date_search {
	border-radius: 6px;
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	background: #212121;
	display: inline-block;
	color: #e1c37c !important;
	margin-left: 20px;
}

.master_tit_wrap .kind a {
	margin-left: 20px;
	display: inline-block;
}

.master_tit_wrap .kind a .icon-lump {
	font-size: 26px;
	vertical-align: sub;
}

.master_tit_wrap .kind a .icon-line {
	font-size: 20px;
}

.master_tit_wrap .kind .cur {
	color: #e1c37c;
}

.date_search {
	transition-duration: 600ms;
}

.date_search:hover {
	letter-spacing: 2px;
}

.search_box .date_input {
	border-radius: 6px 0 0 6px !important;
	height: 38px !important;
	padding-left: 12px;
}

.search_box .date_search {
	margin: 0 !important;
	border-radius: 0 6px 6px 0 !important;
	line-height: 38px !important;
}

.breed_wrap {
	padding-top: 10px;
}

.breed_wrap .breed {
	padding-top: 20px;
}

.breed_wrap .breed .breed_tit {
	font-size: 14px;
	width: 50px;
	line-height: 40px;
	font-weight: 600;
}

.breed_wrap .breed .breed_kind {
	width: 1550px;
}

.breed_wrap .breed .breed_kind a {
	min-width: 60px;
	text-align: center;
	margin: 0 20px 10px 0;
	background: #f5f5f5;
	display: inline-block;
	border-radius: 6px;
	font-size: 14px;
	padding: 0 12px;
	height: 40px;
	line-height: 40px;
}

.breed_wrap .breed .breed_kind a.cur,
.breed_wrap .breed .breed_kind a:hover {
	background: #f9f3e5;
	color: #c5a559;
	border: 1px solid #c5a559;
	font-weight: 600;
}

.master_box .master_list {
    padding-bottom: 20px;
    text-align: center;
    width: 355px;
    margin: 0px 60px 60px 0;
}

.master_box .master_list .list_img {
    margin-bottom: 12px;
}

.master_box .master_list .list_img a:hover {
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateY(-10px);
}

.master_box .master_list .list_img img {
    width: 100%;
}

.master_box .master_list .list_img a {
    border-radius: 12px 12px 0 0;
    display: inline-block;
    overflow: hidden;
    transition-duration: 600ms;
}

.mshow,
.mdata {
    padding: 0 28px;
    line-height: 40px;
}

.mshow .mname {
    font-weight: bold;
    font-size: 24px;
}

.mshow .few,
.mdata .pleased {
    color: #999;
}

.mshow .few span,
.mdata .pleased span {
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.mdata .mlevel {
    font-weight: bold;
}

.mdata .mlevel .level_icon {
    height: 24px;
    margin-right: 3px;
}

.master_box .master_list:nth-child(4n+0) {
    margin-right: 0;
}

.master_wrap {
    padding-bottom: 60px;
}

.master_wrap .master_clumn {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}

.avatar_con {
    margin-right: 20px;
}

.avatar_con .avatar {
    display: inline-block;
    transition: all 0.6s;
    overflow: hidden;
    width: 120px;
    height: 120px;
    border-radius: 50%;
}

.avatar_con .avatar img {
    width: 100%;
}

.avatar_con .avatar:hover {
    transform: scale(1.2);
}

.author_info .author_info_tit {
    line-height: 50px;
    font-weight: 600;
}

.author_info .author_info_tit .author_name {
    font-size: 18px;
    margin-right: 12px;
}

.author_info .author_info_tit .author_level {
    font-weight: 600;
}

.author_info .author_info_tit .author_level img {
    height: 24px;
    margin-right: 6px;
    vertical-align: middle;
}

.info_num {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    margin-bottom: 8px;
}

.info_num span {
    color: #333333;
    font-weight: bold;
    font-size: 16px;
    margin-left: 6px;
}

.info_num .line_num {
    padding: 0 12px;
    color: #333333;
}

.signature p {
    width: 300px;
    font-size: 14px;
    color: #999;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;

}

.area_btn {
    margin-top: 20px;
}

.area_btn a {
    width: 100px;
    height: 40px;
    margin-right: 20px;
    transition-duration: 600ms;
    display: inline-block;
    color: #333333;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    font-size: 14px;
}

.area_btn a:hover {
    letter-spacing: 2px;
}

.area_btn .follow .icon-into {
    font-size: 13px;
}

.area_btn .follow {
    border: 1px solid #333333;
}

.area_btn .tas {
    border: 1px solid #dedede;
    background: #f5f5f5;
}

.area_btn .forme {
    border: 1px solid #c5a559;
    color: #c5a559;
    background: #f9f3e5;
}

.work_show {
    width: 1130px;
    height: 200px;
    position: relative;
}

.work_show ul li {
    float: left;
	margin: 10px 10px 0 0;
}

.work_show ul li a {
    display: inline-block;
    height: 200px;
    border-radius: 12px;
    overflow: hidden;
    transition-duration: 600ms;
}

.work_show ul li img {
    height: 100%;
}

.work_show ul li a:hover {
    transition-property: all;
    /*所有属性都获得效果*/
    transition-duration: 0.5s;
    /*规定完成过渡效果需要花费的时间*/
    transition-timing-function: linear;
    /*规定以相同速度开始至结束的过渡效果*/
    transition-delay: 0s;
    /* 定义过渡效果何时开始*/
    transform: translateY(-10px);
}
.work_show:hover .pagerow {
	opacity: 0.5;
}
.work_show .pagerow:hover {
    opacity: 1;
}

.work_show .pagerow {
    position: absolute;
    top: 70px;
    opacity: 0;
    z-index: 6;
    transition-duration: 600ms;
    background: #111;
    width: 20px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 3px;
    display: inline-block;
    color: #ffffff;
    font-size: 20px;
}

.work_show .prev {
    left: 0;
}

.work_show .next {
    right: 0;
}
.prev-list {
	display: flex;
	overflow: hidden;
}
