@charset "utf-8";

.glink {
    width: 856px;
}

.glink.related_wrap {
    margin: 0 !important;
}

.glink.related_wrap div:nth-child(5n+0) {
    margin-right: 0;
}

.related_wrap .related_con .plainthree {
    width: 168px;
    margin-right: 10px;
}
.mod-end-number span {
	margin-right: 10px;
}
.related_wrap .related_con .plainfour {
    width: 156px;
    margin-right: 10px;
}

.gshare {
    position: relative;
}

.gshare .gshare_btn {
    width: 120px;
    height: 40px;
    border-radius: 6px;
    border: 1px solid #1d1d1d;
    display: block;
    text-align: center;
    line-height: 40px;
    transition-duration: 600ms;
}

.gshare .gshare_btn img {
    height: 16px;
}

.gshare .gshare_btn:hover {
    letter-spacing: 2px;
    color: #333;
}

.gshare_con {
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
    position: absolute;
    width: 260px;
    right: 0;
    /*display: none;*/
	margin-top: 10px;
	opacity: 0;
	transform: translateX(10px);
	transition-duration: .5s;
	pointer-events: none;
}
.operate-btn-item.share_btn + .gshare_con {
	right: 70px;
	transform: translateX(-10px);
}
.gshare_con dl {
    text-align: center;
}

.gshare_con dl dt {
    width: 120px;
    height: 120px;
}

.gshare_con dl dt img {
    width: 100%;
}

.gshare_con dl dd {
    color: #bbb;
    margin-top: 6px;
}

.gshare .gshare_btn:hover+.gshare_con {
	opacity: 1;
	transform: translateX(0);
}

.gshare_icon .gshare_con {
    bottom: 100px;
}

.gshare_icon .icon-share {
    font-size: 30px;
}

.gshare_icon:hover .gshare_con {
	opacity: 1;
	transform: translateX(0);
}

.comment-list .comment-list-photo {
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 45px;
    overflow: hidden;
}

.comment-list .comment-list-photo img {
    width: 100%;
    transition: all 0.6s;
}

.comment-list .comment-list-photo a img:hover {
    transform: scale(1.4);
}

.all-comments-wrap h3,
.all-comments-wrap h3 span {
    font-size: 24px;
    font-weight: bold
}

.comment-list-edit {
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}

.comment-list-con {
    margin-left: 15px;
}

.comment-list-con dt {
    padding: 4px 0 12px 0;
}

.comment-list-con dt a {
    color: #1e9cf0;
}

.comment-list-con dt a:hover {
    color: #d36f16;
}

.comment-list-con dt strong {
    font-size: 16px;
}

.comment-list-con dt span {
    color: #999;
    font-size: 16px;
}

.comment-list-con dt img {
    width: 22px;
    margin-left: 4px;
    margin-bottom: 6px;
}

.comment-list-con dd p {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 28px;
}

.quote-content-wrap {
    border: 1px solid #eee;
    display: block;
    margin: 20px 0 0 60px;
    background: #f4f4f4;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    position: relative;
    font-size: 14px;
}

.quote-content-wrap::before {
    content: "";
    display: block;
    border-top: none;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #f4f4f4;
    border-left: 15px solid transparent;
    position: absolute;
    top: -12px;
    left: 15px;
}

.quote-content-wrap .comment-list {
    padding: 20px 0;
    margin: 0 30px;
    border-top: 1px solid #e5e5ee;
    border-radius: 12px;
}

.quote-content-wrap .comment-list:first-of-type {
    border-top: 0;
}

.quote-content-wrap .seconds-comments-more {
    color: #666666;
    padding: 20px;
    border-top: 1px solid #e5e5ee;
    text-align: center;
    cursor: pointer;
}

.quote-content-wrap .seconds-comments-more span {
    font-size: 14px;
}

/* .hide {display: none;} */

.w1420 {
    width: 1418px;
}

.w1540 {
    width: 1540px;
}

.comment-end {
    padding: 16px 0;
}

.comment-end .list-time,
.comment-end a {
    color: #999;
}

.comment-end a:hover {
    color: #333;
}

.pen-end {
    text-align: center;
    color: #999;
    line-height: 60px;
}

.pen-end a {
    color: #999;
}

.pen-end .want-end {
    padding-left: 20px;
}

.pen-end .want-end:hover {
    color: #333;
}

.comment-replay {
    margin-right: 12px;
    margin-left: 20px;
}

.comment-replay .icon-disw {
    font-size: 20px;
    vertical-align: middle;
}

.textarea-style {
    width: 100%;
    min-height: 120px;
    max-height: 180px;
    padding: 12px 16px;
    background: #fafafa;
    display: block;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
    resize: none;
    border: 1px solid #e5e5e5;
}

.expression-box {
    color: #999;
    font-size: 14px;
    margin: 12px 0 0 0;
}

.expression-box .count {
    color: #d36f16;
}

.btn-disabled {
    color: #999;
    background: #f5f5f5;
    border: 1px solid #dedede;
    border-radius: 40px;
    cursor: default;
}

.btn-default-main {
    color: #805b1f;
    background: linear-gradient(to left, #dfbd8c 0%, #e3c599 30%, #e9d0aa 80%);
    border: 1px solid #dfbd8c;
    border-radius: 40px;
    cursor: pointer;
}

.reply-comment-btn:hover,
.cur_btn {
    background: #1d1d1d;
    color: #e1c37c;
}

.reply-comment-btn {
    display: inline-block;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    box-sizing: border-box;
    border-radius: 40px;
    border: 1px solid #dedede;
}
.reply-comment-btn.disabled {
	background: #dedede;
	color: #fff;
}

.reply-list-covers {
    margin-left: 60px;
	display: none;
}
.reply-list-covers.active {
	display: block;
}

.all-comments-wrap {
    padding-top: 20px;
}

.newsp .news_two strong {
    color: #333;
    margin-right: 12px;
}

.newsp .news_two .icon-star {
    font-size: 32px;
    color: #ffcd4c;
    vertical-align: middle;
}

.newsp .news_one .icon-star {
    font-size: 24px;
    color: #ffcd4c;
    vertical-align: middle;
}

.newsp .news_one b {
    font-size: 14px;
    color: #333;
    margin-left: 60px;
}

.newsp .grey {
    color: #cbcbcb !important;
}

.swim_info {
	position: fixed;
	top: 0;
	left: 300px;
	height: 80px;
	width: 650px;
	z-index: 5;
	opacity: 0;
	pointer-events: none;
	transition-duration: .6s;
}
.swim_info.active {
	opacity: 1;
	pointer-events: auto;
}
.swim_info span {
    vertical-align: middle;
}

.swim_info .swim_pic {
    transition-duration: 600ms;
    margin-right: 6px;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.swim_info .swim_pic img {
    width: 100%;
}

.swim_em:hover .swim_pic {
    transform: scale(1.2);
}

.swim_info .swim_name {
    font-size: 24px;
    line-height: 80px;
    margin-right: 12px;
}

.do_btn {
    transition-duration: 600ms;
    margin-left: 20px;
    width: 140px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #dedede;
    text-align: center;
	margin-bottom: 10px;
}
.operate-btn-item {
    transition-duration: 600ms;
    margin-left: 20px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    border-radius: 6px;
    border: 1px solid #dedede;
    text-align: center;
	margin-bottom: 10px;
}

.help_cur {
    color: #e1c37c;
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
}

.swim_info .do_btn:hover {
    color: #e1c37c;
    border: 1px solid #1d1d1d;
    background: #1d1d1d;
    letter-spacing: 2px;
}

.swim_info .slevel img {
    height: 24px;
}

.swim_info .add {
    border: 1px solid #1d1d1d;
}

.swim_info .add .icon-into {
    font-size: 14px;
}

.operate-btn {
	position: fixed;
	bottom: 100px;
	/*right: 0;*/
	right: -54px;
	width: 100px;
	height: 300px;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	flex-flow: column;
	pointer-events: none;
	transition-duration: .6s;
	opacity: 0;
	z-index: 826;
}

.operate-btn.active {
	right: 54px;
	pointer-events: auto;
	opacity: 1;
}



.operate-btn .operate-btn-item {
    color: #333;
	background-color: #fff;
	font-weight: bold;
}

.operate-btn .operate-btn-item:hover {
    border: 1px solid #e1c37c;
    color: #805b1f;
	background-color: #fbf6eb;
}

.operate-btn .share_btn .img_ico {
    height: 24px;
}

.share_btn:hover+.gshare_con {
	opacity: 1;
	transform: translateX(0);
}

.operate-btn .gshare_con dl dd {
    line-height: 20px;
}
.go_mark {
	position: fixed;
	/*right: 20px;*/
	bottom: 120px;
	z-index: 818;
	transition-duration: 600ms;
	width:50px;
	opacity: 1;
	pointer-events: auto;
	right: 54px;
}
.go_mark.hide {
	opacity: 0;
	pointer-events: auto;
}

.go_mark img{width: 100%;}
.go_mark:hover {
	cursor: pointer;
	transition-property: all;
	/*所有属性都获得效果*/
	transition-duration: 0.5s;
	/*规定完成过渡效果需要花费的时间*/
	transition-timing-function: linear;
	/*规定以相同速度开始至结束的过渡效果*/
	transition-delay: 0s;
	/* 定义过渡效果何时开始*/
	transform: translateY(-10px);
}
.minor_wrap:hover{cursor: pointer;
	transition-property: all;
	/*所有属性都获得效果*/
	transition-duration: 0.5s;
	/*规定完成过渡效果需要花费的时间*/
	transition-timing-function: linear;
	/*规定以相同速度开始至结束的过渡效果*/
	transition-delay: 0s;
	/* 定义过渡效果何时开始*/
	transform: translateY(-10px);}
.minor_wrap {
	z-index: 816;
	transition-duration: 600ms;
	position: fixed;
	bottom: 0;
	left: 0;
	-webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .15);
	width: 140px;
	border-radius: 12px;
	border: 4px solid #fd6e81;
	opacity: 0;
	pointer-events: none;
	transform: translateX(-210px);
	background-color: #fff;
}

.minor_wrap.active {
	opacity: 1;
	pointer-events: auto;
	transform: translateX(0);
}
.minor_wrap .minor_tit {
	height: 40px;
	line-height:36px;
	padding: 0 8px;
	background:linear-gradient(45deg,#ff656f,#fb7590);
}

.minor_wrap .minor_tit h3 {
	font-weight: 600;
	font-size: 18px;
	color: #fff;
}

.minor_peo{text-align: center;padding:12px;}
.minor_peo .minor_pic{
	margin:auto;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	overflow: hidden;
}
.minor_peo .minor_pic img{width:100%;}
.minor_peo h2{font-size: 14px;font-weight: bold;margin-top:6px;}
.degree_box{background: #fef7dd;
	border-radius:0 0 12px 12px;
	margin:6px;
	padding:12px 0;
	text-align: center;font-weight: bold; color: #fb6176;}
.degree_box .degree_num{font-size:30px;}
.degree_box .degree_name{font-size:14px;}

.mr50 {
    margin-right: 50px;
}

.big_wrap {
    /*background: #fff;*/
	background-color: rgba(255, 255, 255, .9);
    border-radius: 12px 12px 0 0;
    -webkit-box-shadow: 6px 2px 6px 0 rgba(0, 0, 0, .15);
    box-shadow: 6px 2px 6px 0 rgba(0, 0, 0, .15);
    width: 100%;
	height: 350px;
    position: fixed;
	bottom: -350px;
	right: -100%;
	z-index: 815;
	transition-duration: .6s;
	/*overflow: auto;*/
}
.big_wrap.active {
	bottom: 0;
	right: 0;
}
.small_or {
    padding: 4px 0;
}

.small_or span {
    vertical-align: middle;
}

.small_or .or_tit {
    font-weight: 600;
    margin-right: 6px;
}

.small_or .icon-star {
    font-size: 24px;
    color: #ffcd4c;
}

.small_or .grey {
    color: #cbcbcb !important;
}

.big_tit_wrap {
    border-bottom: 1px solid #eee;
    height: 80px;
}

.big_tit_wrap .big_tit {
    max-width: 1600px;
    margin: 0 auto;
    width: 83%;
}

.big_tit_wrap .big_tit h2 {
    font-size: 28px;
    font-weight: 600;
    margin-right: 40px;
    line-height: 80px;
}

.big_tit_wrap .big_tit .big_pic {
    width: 50px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
}

.big_tit_wrap .big_tit .big_pic img {
    width: 100%;
}

.big_tit_wrap .big_tit .big_name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 6px;
}

.big_tit_wrap .big_tit .happy {
    margin-top: 15px;
}

.big_tit_wrap .big_tit .big_star {
    vertical-align: middle;
}

.big_tit_wrap .big_tit .big_star .icon-star {
    font-size: 30px;
    color: #ffcd4c;
}

.big_tit_wrap .big_tit .big_star .grey {
    color: #cbcbcb !important;
}

.big_tit_wrap .big_tit .close {
    color: #999999;
    margin-top: 25px;
    border: 1px solid #dedede;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 30px;
}

.big_tit_wrap .big_tit .close:hover {
    color: #333;
    border: 1px solid #333;
}

.big_con {
    max-width: 1600px;
    margin: 0 auto;
    width: 83%;
    padding: 20px 0;
	height: 230px;
	overflow: auto;
}

.big_con .write {
    margin-top: 12px;
}

.big_con .write p {
    font-size: 16px;
    line-height: 28px;
	word-break: break-word;
}

.big_con .big_kind .time {
    color: #999;
    line-height: 34px;
}

.big_info p {
    line-height: 80px;
    font-weight: 600;
    font-size: 16px;
}

.big_or {
    padding-bottom: 20px;
}

.big_or .icon-star {
    font-size: 30px !important;
}

.check-btn {
	border-radius: 3px;
	color: #fff;
	line-height: 50px;
	position: fixed;
	right: 54px;
	width: 50px;
	height: 50px;
	text-align: center;
	transition-duration: .6s;
}
.check-btn-success {
	bottom: 160px;
	background-color: #0dbb1b;
}
.check-btn-success:hover {
	color: #fff;
	box-shadow: 0 0 5px #0dbb1b;
	transform: scale(1.1);
}
.check-btn-fail {
	bottom: 100px;
	background-color: #ff6565;
}
.check-btn-fail:hover {
	color: #fff;
	box-shadow: 0 0 5px #ff6565;
	transform: scale(1.1);
}

