@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
	background: #fff;
	font-size: 16px;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
input,
select,
textarea {
	outline: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	font-family: "微软雅黑","sans-serif","Source Sans Pro",-apple-system,BlinkMacSystemFont;
}
table {
  border-collapse: collapse;
}
img {
	border: 0;
	display: inline-block;
	max-width: 100%;
	width: auto;
	vertical-align: top;
}
ul,
li {
	list-style-type: none;
}
a {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tc{
	text-align: center;
}
.cl {
	clear: both;
}
.clear:after {
	content:"";
	display: block;
	clear:both;
}
.flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.bigimg img {
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.bigimg:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.to1{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.to2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.content {
	width: 1300px;
	margin: 0 auto;
}
.phone {
	display: none;
}


/* 首页 */
.header{
	width: 100%;
	height: 108px;
	background: rgba(255, 255, 255, 0.9);
	border-bottom: solid 2px rgba(255, 255, 255, 0.2);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.logo{
	float: left;
	width: 236px;
	height: 51px;
	position: relative;
	margin-top: 32px;
}
.logo img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.img02{
	display: none;
}
.search_img{
	float: right;
	width: 38px;
	height: 38px;
	position: relative;
	margin-top: 40px;
	cursor: pointer;
}
.search_img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.denglu{
	float: right;
	padding: 0 14px;
	height: 38px;
	border: solid 1px #2c78fe;
	border-radius: 40px;
	color: #2c78fe;
	font-size: 18px;
	display: flex;
	align-items: center;
	margin: 40px 42px 0;
}
.denglu i{
	width: 1px;
	height: 17px;
	background: #2c78fe;
	display: block;
	margin: 0 10px;
}
.denglu_pic{
	width: 18px;
	height: 20px;
	position: relative;
}
.denglu_pic img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.nav{
	float: right;
	padding-top: 14px;
}
.nav li{
	float: left;
	padding: 0 20px;
	text-align: center;
	line-height: 90px;
	color: #666;
	font-size: 18px;
}
.nav i{
	width: 51px;
	height: 4px;
	background: #2b78ff;
	display: block;
	transform: scale(0, 0);
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
	margin: 0 auto;
}
.nav li:hover{
	color: #2b78ff;
	font-weight: bold;
}
.nav li:hover i{
	transform: scale(1,1);
}
.nav li.on{
	color: #2b78ff;
	font-weight: bold;
}
.nav li.on i{
	transform: scale(1,1);
}
.ind{
	width: 100%;
}
.ind .header{
	background: none;
}
.ind .img01{
	display: none;
}
.ind .img02{
	display: block;
}
.ind .nav li{
	color: #fff;
}
.ind .nav i{
	background: #fff;
}
.ind .denglu{
	border: solid 1px #fff;
	color: #fff;
}
.ind .denglu i{
	background: #fff;
}
.header.active{
	background: #fff;
	box-shadow: 0 0 0.2rem rgba(0, 0, 0, 0.1);
}
.header.active .img01{
	display: block;
}
.header.active .img02{
	display: none;
}
.header.active .nav li{
	color: #666;
}
.header.active .nav li:hover{
	color: #2b78ff;
	font-weight: bold;
}
.header.active .nav li:hover i{
	transform: scale(1,1);
	background: #2b78ff;
}
.header.active .nav li.on{
	color: #2b78ff;
	font-weight: bold;
}
.header.active .nav li.on i{
	transform: scale(1,1);
	background: #2b78ff;
}
.header.active .denglu{
	border: solid 1px #2c78fe;
	color: #2c78fe;
}
.header.active .denglu i{
	background: #2c78fe;
}

.banner{
	width: 100%;
	height: 451px;
	position: relative;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner .swiper-pagination{
	bottom: 36px;
}
.banner .swiper-pagination-bullet{
	width: 13px;
	height: 13px;
	border-radius: 13px;
	background: #fff;
	opacity: 1;
	margin: 0 6px !important;
}
.banner .swiper-pagination-bullet-active{
	width: 40px;
	background: #1b54b8;
}
.bn_txt{
	width: 100%;
	color: #fff;
	position: absolute;
	top: 42%;
	transform: translateY(-42%);
	left: 0;
	z-index: 5;
}
.bn_txt h1{
	font-size: 75px;
	line-height: 88px;
	margin-bottom: 7px;
}
.bn_txt h2{
	font-size: 32px;
	line-height: 50px;
}
.bn_txt div{
	font-size: 28px;
	line-height: 48px;
	letter-spacing: 18px;
}

.academic_box{
	padding: 38px 0 10px;
}
.academic_box .title{
	margin-bottom: 30px;
}
.title{
	color: #999;
	font-size: 16px;
	line-height: 22px;
	padding-left: 48px;
	text-transform: capitalize;
	position: relative;
	margin-bottom: 18px;
}
.title img{
	width: 38px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 0;
}
.title h1{
	font-size: 30px;
	color: #0044b7;
	line-height: 42px;
}
.academic_type{
	width: 100%;
}
.academic_type ul{
	margin-right: -20px;
}
.academic_type li{
	float: left;
	min-width: 100px;
	height: 40px;
	line-height: 38px;
	border: solid 1px #f4f4f4;
	border-radius: 50px;
	color: #666;
	font-size: 16px;
	margin: 0 20px 20px 0;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}
.academic_type a{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0 10px;
}
.academic_type li.active{
	border: solid 1px #2b78ff;
	background: #2b78ff;
	color: #fff;
	font-weight: bold;
}
.rec_bgd{
	width: 100%;
	height: 323px;
	background: url(../images/ind_02.png) no-repeat;
	background-size: 100% 100%;
	padding: 0 12px 0 25px;
}
.rec_left{
	float: left;
	width: 160px;
	padding-top: 100px;
}
.rec_tit{
	color: #0151ab;
	font-size: 10px;
	line-height: 18px;
	margin-bottom: 18px;
}
.rec_tit h1{
	color: #0048cc;
	font-size: 24px;
	line-height: 34px;
}
.rec_more{
	width: 136px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.rec_more a{
	display: block;
}
.rec_right{
	float: right;
	width: 1089px;
	height: 225px;
	background: #fff;
	border-radius: 20px;
	padding: 33px 20px 0;
	margin-top: 48px;
}
.rec{
	width: 100%;
}
.rec ul{
	margin-right: -2%;
}
.rec li{
	float: left;
	width: 31.33%;
	height: 160px;
	border-radius: 15px;
	font-size: 16px;
	text-align: center;
	margin: 28px 2% 0 0;
	position: relative;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.rec a{
	display: block;
	padding: 45px 20px;
}
.rec li:hover{
	margin: 0 2% 0 0;
}
.rec h1{
	font-size: 20px;
	line-height: 36px;
}
.rec img{
	width: 66px;
	height: 58px;
	position: absolute;
	top: -27px;
	left: 50%;
	transform: translateX(-50%);
}
.rec li:nth-child(1){
	color: #6eaeff;
	background: linear-gradient(to bottom, #c2d5ff, #fff);
}
.rec li:nth-child(1) h1{
	color: #0056c3;
}
.rec li:nth-child(2){
	color: #f1a52d;
	background: linear-gradient(to bottom, #fff4d9, #fff);
}
.rec li:nth-child(2) h1{
	color: #f1a52d;
}
.rec li:nth-child(3){
	color: #ed4b42;
	background: linear-gradient(to bottom, #ffe2e6, #fff);
}
.rec li:nth-child(3) h1{
	color: #ed4b42;
}

.gra_box{
	padding-bottom: 36px;
}
.gra_box .title{
	margin-bottom: 14px;
}
.pic_list{
	width: 100%;
}
.pic_list ul{
	margin-right: -20px;
}
.pic_list li{
	float: left;
	width: 420px;
	height: 325px;
	padding: 8px;
	border-radius: 15px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	margin: 0 20px 26px 0;
}
.pic_list li:hover{
	box-shadow: 0 5px 15px rgba(43, 120, 255, 0.25);
}
.pic_list img{
	width: 100%;
	height: 176px;
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 13px;
}
.pic_list .tit{
	width: 96%;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
}
.pic_list .text{
	width: 96%;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	height: 78px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
	margin: 0 auto;
}

.thesis_bg{
	width: 100%;
	background: url(../images/ind_10.jpg) no-repeat center top;
	background-size: cover;
	padding: 62px 0 65px;
}
.thesis_b{
	margin-bottom: 45px;
}

.compile_box{
	padding: 66px 0 42px;
}
.meeting_box{
	padding-bottom:98px;
}

.int_bg{
	width: 100%;
	background: url(../images/ind_27.jpg) no-repeat center top;
	background-size: cover;
	padding: 44px 0 87px;
}
.int_m{
	margin-bottom: 44px;
}

.apply_box{
	padding: 70px 0 22px;
}
.teacher_box{
	padding-bottom: 102px;
}
.case_bg{
	width: 100%;
	padding: 46px 0 94px;
	background: #f3f5fd;
}

.foot_bg{
	width: 100%;
	background: url(../images/foot_01.png) no-repeat center top #00225f;
	background-size: 100%;
	padding-top: 32px;
}
.f_logo{
	width: 236px;
	margin-bottom: 22px;
}
.f_logo img{
	width: 100%;
}
.f_line{
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
	padding: 38px 0 30px;
	display: flex;
	justify-content: space-between;
}
.f_code{
	width: 89px;
	text-align: center;
	margin-top: 5px;
}
.f_code img{
	width: 100%;
	height: 89px;
	margin-bottom: 18px;
}
.f_code h1{
	color: #b3b2b0;
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
}
.f_txt{
	color: #ababab;
	font-size: 16px;
	line-height: 30px;
}
.f_txt_t{
	color: #fff;
	line-height: 45px;
	margin-bottom: 20px;
}
.f_txt_t img{
	float: left;
	width: 45px;
	height: 45px;
	margin-right: 14px;
}
.f_tel{
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 8px;
}
.hotline{
	width: 280px;
}
.hotline .f_txt_t{
	color: #ababab;
}
.add{
	width: 404px;
}
.copyright{
	width: 100%;
	text-align: center;
	line-height: 30px;
	padding: 22px 0;
	color: #b3b2b0;
	font-size: 16px;
}
.copyright a:hover{
	color: #fff;
}

.side_bg{
	width: 78px;
	background: #fff;
	border-radius: 20px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 20px 0 15px;
	position: fixed;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	z-index: 20;
}
.consult{
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: #8c949d;
	font-size: 13px;
	margin-bottom: 17px;
	cursor: pointer;
	position: relative;
}
.consult img{
	width: 18px;
	height: 22px;
	margin: 0 auto 7px;
}
.consult:hover .code_box{
	display: block;
}
.code_box{
	width: 200px;
	height: 180px;
	position: absolute;
	top: -28px;
	right: 100%;
	display: none;
}
.code_bg{
	width: 180px;
	height: 180px;
	padding: 10px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	position: relative;
}
.code_bg::before{
	content: "";
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 10px solid #fff;
	filter: drop-shadow(5px 0 5px rgba(0, 0, 0, 0.1));
	position: absolute;
	top: 40px;
	right: -10px;
}
.code_bg img{
	width: 100%;
	height: 100%;
}
.top{
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: #8c949d;
	font-size: 13px;
	cursor: pointer;
}
.top img{
	width: 23px;
	height: 23px;
	margin: 0 auto 7px;
}
.fabu{
	width: 100%;
	text-align: center;
	line-height: 22px;
	color: #8c949d;
	font-size: 13px;
	cursor: pointer;
}
.fabu img{
	width: 23px;
	height: 23px;
	margin: 0 auto 7px;
}


/* 首页服务 */
.service_box{
	padding: 36px 0 20px;
}
.service_box .academic_type{
	padding-bottom: 15px;
}
.service_box .title{
	margin-bottom: 30px;
}
.path{
	color: #999;
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 14px;
}
.path span{
	color: #2b78ff;
}
.check_txt{
	width: 100%;
	text-align: center;
	line-height: 32px;
	color: #999;
	font-size: 14px;
}


/* 服务详情 */
.main_bn{
	width: 100%;
	position: relative;
}
.main_bn img{
	width: 100%;
}
.bn_text{
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	top: 66%;
	transform: translateY(-66%);
	left: 0;
	z-index: 5;
}
.bn_text h1{
	font-size: 60px;
	line-height: 88px;
}
.grey{
	background: #f5f5f5;
	min-height: 500px;
}
.ser_p{
	padding: 18px 0 50px;
}
.m26{
	margin-bottom: 26px !important;
}
.m34{
	margin-bottom: 34px !important;
}
.m50{
	margin-bottom: 50px !important;
}
.thesis_top{
	width: 100%;
	min-height: 74px;
	padding: 10px 40px;
	background: #fff;
	border-radius: 15px 15px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.thesis_tit{
	float: left;
	width: calc(100% - 192px);
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 40px;
}
.thesis_tr{
	float: right;
	width: 68px;
	color: #666;
	font-size: 18px;
	line-height: 20px;
	text-align: center;
	margin-left: 28px;
	cursor: pointer;
}
.thesis_tr img{
	width: 26px;
	height: 26px;
	margin: 0 auto 10px;
}
.white{
	background: #fff;
}
.sercon_box{
	padding: 40px 40px 25px 52px;
	margin-bottom: 25px;
}
.sercon_tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	min-height: 42px;
	position: relative;
	margin-bottom: 17px;
}
.sercon_tit i{
	width: 4px;
	height: 20px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 5px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -12px;
}
.sercon{
	color: #666;
	font-size: 16px;
	line-height: 42px;
	text-align: justify;
}

.question_box{
	padding: 22px 0 40px;
}
.question_tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 42px;
	min-height: 42px;
	padding-left: 50px;
	position: relative;
	margin-bottom: 17px;
}
.question_tit i{
	width: 8px;
	height: 31px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 30px;
}
.question{
	width: 100%;
}
.question li{
	padding: 27px 30px;
	border-bottom: solid 2px #f4f4f4;
}
.question li:last-child{
	border-bottom: none;
}
.question_top{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
	min-height: 36px;
	padding: 0 50px 0 32px;
	position: relative;
	cursor: pointer;
}
.question_top img{
	width: 24px;
	height: 26px;
	position: absolute;
	top: 8px;
	left: 0;
}
.question_top em{
	width: 29px;
	height: 16px;
	display: block;
	background: url(../images/ser_05.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 10px;
	right: 0;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.question_txt{
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding-top: 25px;
	text-align: justify;
	display: none;
}
.question li.on em{
	transform: scaleY(-1);
}


/* 师资力量-推荐列表 */
.rec_box{
	width: 1440px;
	padding: 74px 0 45px;
	margin: 0 auto;
	position: relative;
}
.ss_bg{
	width: 803px;
	height: 52px;
	padding: 0 6px 0 20px;
	background: #fff;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
	border-radius: 50px;
	overflow: hidden;
	position: absolute;
	top: -22px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
}
.ss{
	float: left;
	width: 75%;
	height: 52px;
	line-height: 52px;
	border: none;
	background: none;
	color: #999;
	font-size: 15px;
}
.ss::placeholder{
	color: #999;
}
.ss_btn{
	float: right;
	width: 101px;
	height: 41px;
	background: #006eff;
	border-radius: 40px;
	color: #fff;
	font-size: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 6px;
	cursor: pointer;
}
.ss_btn img{
	width: 16px;
	height: 17px;
	margin-right: 8px;
}
.rec_title{
	color: #0044b7;
	font-size: 30px;
	font-weight: bold;
	line-height: 48px;
}
.rec_title img{
	float: left;
	width: 36px;
	height: 34px;
	margin: 7px 16px 0 0;
}
.rec_list{
	width: 1360px;
	padding-bottom: 25px;
	position: relative;
	margin: 0 auto;
}
.rec_bg{
	width: 95%;
	height: 346px;
	background: url(../images/teacher_03.png) no-repeat;
	background-size: 100% 100%;
	padding: 31px 26px 31px 38px;
	margin: 23px auto;
}
.rec_top{
	width: 100%;
	padding-bottom: 10px;
}
.rec_pic{
	float: left;
	width: 76px;
	height: 76px;
	border-radius: 50%;
	overflow: hidden;
}
.rec_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.rec_r{
	float: left;
	width: calc(100% - 76px);
	padding: 2px 0 0 20px;
}
.rec_rt{
	width: 100%;
	padding-bottom: 14px;
}
.rec_rtl{
	float: left;
	width: 114px;
	color: #666;
	font-size: 14px;
	line-height: 22px;
}
.rec_rtl h1{
	color: #333;
	font-size: 25px;
	line-height: 32px;
}
.rec_rtr{
	float: left;
	width: calc(100% - 114px);
	margin-top:8px;
}
.rec_zx{
	width: 146px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 40px;
	color: #fff;
	font-size: 16px;
	overflow: hidden;
		display: flex;
	justify-content: center;
	align-items: center;
}
.rec_zx a{
	width: 100%;
	height: 100%;

}
.rec_zx img{
	width: 19px;
	height: 19px;
	margin-right: 10px;
}
.rec_label{
	width: 100%;
	/*margin-bottom:10px;*/
}
.rec_label div{
	float: left;
	min-width: 70px;
	display: inline-block;
	border: solid 1px #7a9ede;
	border-radius: 5px;
	line-height: 30px;
	text-align: center;
	padding: 0 3px;
	color: #0036a5;
	font-size: 12px;
	margin: 0 3px 5px 0;
}
.rec_txt{
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.rec_list .swiper-pagination{
	bottom: 0;
}
.rec_list .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #2b78ff;
	border-radius: 5px;
	opacity: 1;
}
.rec_list .swiper-pagination-bullet-active{
	width: 65px;
	height: 8px;
	background: #d5e4ff;
}
.rec_list .swiper-slide-active .rec_bg{
	width: 100%;
	height: 385px;
	background: url(../images/teacher_04.png) no-repeat;
	background-size: 100% 100%;
	padding: 31px 18px 31px 40px;
	margin: 0;
}
.rec_list .swiper-slide-active .rec_top{
	padding-bottom: 8px;
}
.rec_list .swiper-slide-active .rec_pic{
	width: 88px;
	height: 88px;
}
.rec_list .swiper-slide-active .rec_r{
	width: calc(100% - 88px);
	padding: 2px 0 0 20px;
}
.rec_list .swiper-slide-active .rec_rtl{
	font-size: 16px;
	line-height: 26px;
	margin-top: 5px;
}
.rec_list .swiper-slide-active .rec_rtr{
	margin-top: 15px;
}
.rec_list .swiper-slide-active .rec_zx{
	width: 170px;
	height: 38px;
	line-height: 38px;
	font-size: 19px;
}
.rec_list .swiper-slide-active .rec_zx img{
	width: 21px;
	height: 21px;
}
.rec_list .swiper-slide-active .rec_label div{
	font-size: 12px;
	min-width: 90px;
}
.rec_list .swiper-slide-active .rec_txt{
	font-size: 15px;
	line-height: 28px;
	height: 84px;
}

.teacher_bg{
	width: 100%;
	background: #f3f5fd;
	padding: 36px 0 26px;
}
.teacher_bg .rec_title{
	margin-bottom: 42px;
	position: relative;
}
.teacher_more{
	width: 96px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2b78ff;
	border-radius: 10px;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
}
.teacher_more a{
	display: block;
}
.teacher_type{
	width: 100%;
	padding-bottom: 36px;
}
.teacher_type ul{
	margin-right: -24px;
}
.teacher_type li{
	float: left;
	min-width: 96px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding: 0 10px;
	display: inline-block;
	background: #fafbfe;
	border-radius: 50px;
	color: #666;
	font-size: 16px;
	margin: 0 24px 12px 0;
	cursor: pointer;
}
.teacher_type li.on{
	background: #2b78ff;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
.teacher{
	width: 100%;
}
.teacher ul{
	margin-right: -2%;
}
.teacher li{
	float: left;
	width: 31.33%;
	height: 210px;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #fff, #fff, #cbe7fd);
	border-radius: 15px;
	padding: 18px 15px 10px;
	margin: 0 2% 22px 0;
}
.teacher_top{
	/*height: 92px;*/
	padding-bottom:15px;
}
.teacher_timg{
	float: left;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
}
.teacher_timg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.teacher_tr{
    float: left;
    width: calc(100% - 58px);
    padding-left:18px;
}
.teacher_zx{
	float: right;
	width: 116px;
	height: 34px;
	line-height: 34px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.teacher_zx a{
	width: 100%;
	height: 100%;

}
.teacher_zx img{
	width: 17px;
	height: 17px;
	margin-right: 8px;
}
.teacher_tt{
	float: left;
	width: calc(100% - 116px);
	padding-right: 18px;
	color: #333;
	font-size: 18px;
	line-height: 34px;
}
.teacher_tt span{
	color: #666;
	font-size: 16px;
	padding-left: 6px;
	font-weight: normal;
}
.teacher_txt{
    color: #999;
	font-size: 16px;
	line-height: 22px;
	margin-top:10px;
}
.teacher_label{
	width: 100%;
	/*height: 28px;*/
	overflow: hidden;
}
.teacher_label div{
	float: left;
	display: inline-block;
	padding: 0 6px;
	line-height: 26px;
	border: solid 1px #628dd9;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 5px;
	color: #0036a5;
	font-size: 14px;
	margin: 0 5px 5px 0;
}
/*.teacher_label div:last-child{*/
/*	margin-right: 0;*/
/*}*/

.teacher_p{
	padding: 18px 0 58px;
}


/* 师资力量-师资详情 */
.szshow_bg{
	width: 100%;
	background: #fff;
	padding: 24px 25px 58px;
	border-radius: 15px;
}
.szshow_top{
	width: 100%;
}
.szshow_tl{
	float: left;
	width: calc(100% - 174px);
	min-height: 206px;
	padding: 20px 50px 20px 0;
}
.szshow_tt{
	color: #0044b7;
	font-size: 36px;
	font-weight: bold;
	vertical-align: bottom;
}
.szshow_tt span{
	color: #797e7d;
	font-size: 20px;
	font-weight: normal;
	line-height: 30px;
	padding-left: 8px;
}
.szshow_zj{
	color: #797e7d;
	font-size: 20px;
	line-height: 34px;
}
.szshow_label{
	width: 100%;
	padding-top: 13px;
}
.szshow_label li{
	float: left;
	display: inline-block;
	line-height: 32px;
	padding: 0 14px;
	border: solid 1px #668fd9;
	border-radius: 5px;
	color: #0036a5;
	font-size: 16px;
	margin: 0 18px 10px 0;
}
.msbh{
    color: #666;
	font-size: 16px;
	line-height: 42px;
}
.msbh div{
    display: inline-block;
    padding-right:30px;
}
.szshow_pic{
	float: right;
	width: 174px;
	height: 215px;
	border-radius: 10px;
	overflow: hidden;
}
.szshow_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.szshow_tit{
	color: #333;
	font-size: 18px;
	line-height: 24px;
}
.szshow_tit i{
	float: left;
	width: 6px;
	height: 23px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	display: block;
	margin-right: 12px;
}
.szshow_txt{
	color: #666;
	font-size: 16px;
	line-height: 42px;
	text-align: justify;
	overflow-wrap: break-word;
	margin-bottom: 28px;
}
.szshow_bot{
	width: 640px;
	padding-top: 102px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.btn_bcct{
	width: 255px;
	height: 53px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 15px;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btn_bcct img{
	width: 19px;
	height: 18px;
	margin-right: 10px;
}
.btn_ljdb{
	width: 255px;
	height: 53px;
	border: solid 1px #2b78ff;
	border-radius: 15px;
	color: #666;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	position: relative;
}
.btn_ljdb img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}


/* 论坛 */
.forum_box{
	padding: 62px 0 18px;
	min-height: 400px;
	position: relative;
}
.topic_box{
	width: 100%;
	height: 142px;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	position: relative;
	margin-bottom: 35px;
}
.topic_left{
	width: 496px;
	height: 91px;
	background: url(../images/forum_01.png) no-repeat;
	background-size: 100% 100%;
	padding: 22px;
	position: absolute;
	top: 26px;
	left: 19px;
	display: flex;
	align-items: center;
}
.topic_left_txt{
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}
.topic_left_more{
	width: 127px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	border-radius: 10px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	color: #fff;
	font-size: 18px;
	margin-left: 20px;
}
.topic_left_more a{
	display: block;
}
.topic_right{
	width: 786px;
	height: 91px;
	background: url(../images/forum_02.png) no-repeat;
	background-size: 100% 100%;
	padding: 22px 70px;
	position: absolute;
	top: 26px;
	right: 19px;
	display: flex;
	align-items: center;
}
.topic_right a{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.topic_rnew{
	color: #f1a52d;
	font-size: 30px;
}
.topic_rcy{
	color: #f1a52d;
	font-size: 24px;
	margin-left: 14px;
}
.topic_rcy span{
	font-size: 34px;
	font-weight: bold;
}
.posts_type{
	width: 100%;
	padding-bottom: 35px;
}
.posts_type li{
	float: left;
	border: solid 1px #eaeaea;
	border-radius: 20px;
	color: #666;
	font-size: 16px;
	line-height: 40px;
	margin: 0 14px 10px 0;
	cursor: pointer;
}
.posts_type li.on{
	border: solid 1px #2b78ff;
	background: #2b78ff;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
}
.posts_type span,.posts_type a{
	padding: 0 20px;
	display: inline-block;
}
.tm_bg{
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 200;
	display: none;
}
.tm_bg.active {
    display: block;
}
.tie_box{
	width: 910px;
	height: 410px;
	background: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.tie_close{
	width: 30px;
	height: 30px;
	background: url(../images/forum_15.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	bottom: -72px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
}
.tie_type{
	width: 100%;
}
.tie_type li{
	float: left;
	width: 20%;
	height: 81px;
	color: #666;
	font-size: 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.tie_type img{
	width: 36px;
	height: 36px;
	margin-right: 12px;
}
.tie_type li.active{
	background: #f6f6f6;
	border-bottom: solid 5px #2b78ff;
}
.tie_con{
	padding: 50px 46px;
}
.tie_con li{
	float: left;
	font-size: 18px;
	color: #666;
	border: solid 1px #ececec;
	border-radius: 10px;
	line-height: 48px;
	margin: 0 16px 16px 0;
}
.tie_con li a{
	padding: 0 24px;
}
.tie_con li:hover{
	color: #333;
	background: #f0f5ff;
	border: solid 1px #4e8eff;
}
.rec_type{
	width: 100%;
	padding-bottom: 20px;
}
.rec_type li{
	float: left;
	position: relative;
	cursor: pointer;
	margin-right: 40px;
	color: #666;
	font-size: 18px;
	line-height: 34px;
}
.rec_type div{
	position: relative;
	z-index: 2;
}
.rec_type i{
	width: 100%;
	height: 10px;
	background: url(../images/forum_03.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}
.rec_type li.on{
	color: #333;
	font-size: 20px;
	font-weight: bold;
}
.rec_type li.on i{
	opacity: 1;
}
.forum{
	width: 100%;
	padding-bottom: 6px;
	/*column-count: 2;*/
 /*   column-gap: 20px;*/
 /*   column-fill: balance;*/
 /*   transform: translateZ(0);*/
}
.forum ul{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.forum li{
    float: left;
	min-height: 350px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 25px 20px 38px;
    width: calc(50% - 10px);
    /*margin-bottom: 20px;*/
    transition: height 0.3s ease;
	position: relative;
	overflow: hidden;
}
.forum_top{
	width: 100%;
	padding-bottom: 6px;
}
.forum_head{
	float: left;
	width: 58px;
	height: 58px;
	border-radius: 50%;
	overflow: hidden;
	margin-right: 18px;
}
.forum_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.forum_user{
	float: left;
	width: calc(100% - 403px);
	color: #666;
	font-size: 16px;
	line-height: 28px;
	padding-right: 20px;
}
.forum_user h1{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.forum_tr{
	float: right;
	width: 327px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
	position: relative;
	z-index: 2;
}
.forum_tr_line{
	width: 2px;
	height: 40px;
	background: #e5e5e5;
}
.forum_tr_icon{
	color: #666;
	font-size: 16px;
	line-height: 18px;
}
.forum_tr_icon img{
	float: left;
	width: 18px;
	height: 18px;
	margin-right: 6px;
}
.icon01{
	display: block;
}
.icon02{
	display: none;
}
.forum_tt{
	color: #333;
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.forum_txt {
	position: relative;
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
	color: #666;
	margin-bottom: 10px;
}
.zhankai{
	width: 100px;
	text-align: right;
	line-height: 34px;
	background: #fff;
	color: #2b78ff;
	font-size: 16px;
	position: absolute;
	bottom: 0;
	right: 0;
	display: none;
	cursor: pointer;
}
.shouqi{
	width: 100%;
	text-align: right;
	line-height: 34px;
	color: #2b78ff;
	font-size: 16px;
	
	display: none;
	cursor: pointer;
}
.forum_pic{
	width: 100%;
}
.forum_pic ul{
	margin-right: -4%;
	display: block;
}
.forum_pic li{
	float: left;
	width: 46%;
	height: 167px;
	min-height: 167px;
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	margin-right: 4%;
	overflow: hidden;
}
.forum_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.forum_pic li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 论坛--帖子详情 */
.posts_p{
	padding: 18px 0 172px;
}
.posts_bg{
	background: #fff;
	border-radius: 15px 15px 0 0;
	padding: 25px;
	margin-bottom: 15px;
}
.posts_top{
	padding-bottom: 14px;
}
.posts_head{
	float: left;
	width: 62px;
	height: 62px;
	border-radius: 50%;
	overflow: hidden;
}
.posts_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.posts_user{
	float: left;
	width: calc(100% - 126px);
	color: #666;
	font-size: 16px;
	line-height: 24px;
	padding: 6px 22px;
}
.posts_user h1{
	color: #333;
	font-size: 18px;
	line-height: 28px;
}
.focuson{
	float: right;
	width: 64px;
	height: 30px;
	line-height: 28px;
	text-align: center;
	border: solid 1px #5d98ff;
	border-radius: 5px;
	color: #2b78ff;
	font-size: 16px;
	cursor: pointer;
	margin-top: 14px;
}
.posts_tt{
	color: #333;
	font-size: 18px;
	line-height: 42px;
	font-weight: bold;
}
.posts_txt{
	font-size: 16px;
	line-height: 34px;
	text-align: justify;
	color: #666;
	margin-bottom: 20px;
}
.posts_pic{
	width: 100%;
	padding-bottom: 14px;
}
.posts_pic ul{
	margin-right: -2%;
}
.posts_pic li{
	float: left;
	width: 48%;
	height: 366px;
	border-radius: 15px;
	margin: 0 2% 20px 0;
	overflow: hidden;
}
.posts_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}
.posts_pic li:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.posts_text{
	float: left;
	width: 65%;
	color: #2b78ff;
	font-size: 14px;
	line-height: 20px;
}
.posts_text:hover{
	text-decoration: underline;
}
.posts_br{
	float: right;
	width: 197px;
	height: 20px;
	line-height: 20px;
	color: #666;
	font-size: 16px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}
.posts_br div{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.posts_br img{
	width: 17px;
	height: 17px;
	margin-right: 8px;
}

.comment_bg{
	padding: 32px 25px 15px;
	background: #fff;
	border-radius: 0 0 15px 15px;
}
.comment_tit{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 36px;
}
.comment_tit i{
	float: left;
	width: 6px;
	height: 23px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	display: block;
	margin: 7px 10px 0 0;
}
.comment{
	width: 100%;
}
.comment li{
	padding: 25px 0;
	border-bottom: solid 2px #f1f1f1;
}
.comment li:last-child{
	border-bottom: none;
}
.comment_top{
	padding-bottom: 17px;
}
.comment_head{
	float: left;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 4px;
}
.comment_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comment_tr{
	float: left;
	width: calc(100% - 65px);
	padding-left: 20px;
}
.comment_tt{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.comment_txt{
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.comment_time{
	color: #999;
	font-size: 14px;
	line-height: 26px;
}
.comment_bot{
	color: #666;
	font-size: 16px;
	height: 28px;
	line-height: 28px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.comment_bot div{
	display: flex;
	align-items: center;
	margin-left: 32px;
	cursor: pointer;
}
.comment_bot img{
	width: 18px;
	height: 18px;
	margin-right: 10px;
}
.reply{
	width: 100%;
	border-top: solid 2px #f1f1f1;
	padding: 25px 0 0 98px;
	margin-top: 25px;
}
.reply .comment_head{
	width: 44px;
	height: 44px;
}
.reply .comment_tr{
	width: calc(100% - 44px);
}
.reply_input {
    padding: 15px 0 0 98px;
    width: 100%;
}
.reply_textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    resize: vertical;
    margin-bottom: 10px;
    font-family: inherit;
    font-size: 14px;
}
.submit_reply, .cancel_reply {
    padding: 6px 12px;
    margin-right: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.submit_reply{
    background: #2b78ff;
    color: white;
}
.cancel_reply{
    background: #f1f1f1;
    color: #666;
}
.fillin_box{
	width: 100%;
	background: #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
	padding: 40px 0;
}
.fillin_box .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fillin{
	float: left;
	width: 1008px;
	height: 54px;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 0 6px 0 22px;
	display: flex;
	justify-content: space-between;
}
.fillin input{
	width: 80%;
	height: 54px;
	line-height: 54px;
	border: none;
	background: none;
	color: #666;
	font-size: 16px;
}
.fillin input::placeholder{
	color: #666;
}
.fillin button{
	width: 87px;
	height: 39px;
	background: #2b78ff;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
	margin-top: 7px;
}
.fillin_img{
	width: 38px;
	height: 38px;
	position: relative;
}
.fillin_img img{
	width: 100%;
	height: 100%;
}
.fillin_img span{
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background: #2b78ff;
	color: #fff;
	font-size: 16px;
	border-radius: 50%;
	position: absolute;
	top: -9px;
	right: -7px;
}


/* 论坛--话题帖子列表 */
.listbn_bpx{
	width: 800px;
	height: 212px;
	padding: 22px 40px 22px 28px;
	background: rgba(255, 255, 255, 0.5);
	border-radius: 10px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%,-65%);
	z-index: 5;
}
.listbn_tit{
	color: #fff;
	font-size: 28px;
	font-weight: bold;
	height: 40px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.listbn_con{
	color: #fff;
	font-size: 20px;
	line-height: 34px;
	margin: 9px 0 28px;
}
.listbn_pic{
	float: left;
	margin-right: 18px;
}
.listbn_pic li{
	float: left;
	width: 45px;
	height: 45px;
	border: solid 3px #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-left: -25px;
	position: relative;
	z-index: 1;
}
.listbn_pic li:first-child{
	margin-left: 0;
}
.listbn_pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.listbn_txt{
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 48px;
}
.listbn_focuson{
	float: right;
	width: 98px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	border: solid 1px #528bf7;
	border-radius: 5px;
	color: #2b78ff;
	font-size: 20px;
	cursor: pointer;
	margin-top: 4px;
}
.list_box{
	padding: 30px 0 17px;
	position: relative;
}


/* 论坛--话题列表 */
.topic_area{
	padding: 14px 0 60px;
	position: relative;
}
.topic_tit{
	color: #333;
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 22px;
}
.topic_tit i{
	float: left;
	width: 8px;
	height: 31px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	display: block;
	margin: 6px 10px 0 0;
}
.hottopic{
	width: 100%;
	padding-bottom: 25px;
}
.hottopic ul{
	margin-right: -1.33%;
}
.hottopic li{
	float: left;
	width: 32%;
	height: 132px;
	border-radius: 15px;
	padding: 20px;
	overflow: hidden;
	margin: 0 1.33% 16px 0;
	position: relative;
}
.hottopic_tt{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 15px;
}
.hottopic_con{
	color: #fff;
	font-size: 20px;
	height: 32px;
	line-height: 32px;
	display: flex;
	align-items: center;
}
.hottopic_con div{
	display: flex;
	align-items: center;
	margin-right: 18px;
}
.hottopic_con img{
	width: 22px;
	height: 22px;
	margin-right: 8px;
}
.discuss{
	width: 102px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border-radius: 20px 0 20px;
	color: #fff;
	font-size: 22px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	right: 20px;
	z-index: 1;
}
.discuss a{
	display: block;
}
.hottopic li:nth-child(1){
	background: url(../images/forum_21.jpg) no-repeat;
	background-size: 100% 100%;
}
.hottopic li:nth-child(1) .discuss{
	background: #1b42b2;
}
.hottopic li:nth-child(2){
	background: url(../images/forum_22.jpg) no-repeat;
	background-size: 100% 100%;
}
.hottopic li:nth-child(2) .discuss{
	background: #cf4600;
}
.hottopic li:nth-child(3){
	background: url(../images/forum_23.jpg) no-repeat;
	background-size: 100% 100%;
}
.hottopic li:nth-child(3) .discuss{
	background: #0053c0;
}
.topic{
	width: 100%;
	padding-top: 10px;
}
.topic ul{
	margin-right: -1.5%;
}
.topic li{
	float: left;
	width: 48.5%;
	height: 274px;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 14px 20px;
	margin: 0 1.5% 20px 0;
}
.topic_top{
	padding-bottom: 24px;
}
.topic_tl{
	float: left;
	width: 70%;
	height: 32px;
	line-height: 32px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.topic_tr{
	float: right;
	width: 67px;
	text-align: center;
	line-height: 32px;
	border: solid 1px #2b78ff;
	border-radius: 5px;
	color: #2b78ff;
	font-size: 16px;
	cursor: pointer;
}
.topic_list{
	width: 100%;
	height: 126px;
	background: #f6f6f6;
	border-radius: 10px;
	padding: 12px 24px;
	overflow: hidden;
	margin-bottom: 14px;
}
.topic_list ul{
	margin-right: 0;
}
.topic_list li{
	width: 100%;
	height: 34px;
	line-height: 34px;
	color: #666;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0;
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
.topic_img{
	float: left;
	margin-right: 20px;
}
.topic_img li{
	float: left;
	width: 42px;
	height: 42px;
	border: solid 3px #fff;
	padding: 0;
	box-shadow: none;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 0 0 -22px;
	position: relative;
	z-index: 1;
}
.topic_img li:first-child{
	margin-left: 0;
}
.topic_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.topic_canyu{
	float: left;
	color: #999;
	font-size: 16px;
	line-height: 48px;
}
.topic_liulan{
	float: right;
	color: #999;
	font-size: 16px;
	line-height: 48px;
}


/* 论坛--发布贴文 */
.fabu_p{
	padding: 14px 0 40px;
}
.fabu_type{
	float: left;
	width: 23%;
	height: 59px;
	line-height: 59px;
	padding: 0 30px 0 60px;
	color: #333;
	font-size: 18px;
	background: #fff;
	border-radius: 10px;
	position: relative;
	cursor: pointer;
}
.fabu_type.active{
    z-index: 210;
}
.fabu_icon01{
	width: 17px;
	height: 17px;
	background: url(../images/forum_26.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 20px;
}
.fabu_icon02{
	width: 11px;
	height: 20px;
	background: url(../images/forum_27.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 13px;
}
.fabu_icon02.rotate-down {
    transform: translateY(-50%) rotate(90deg);
	right: 20px;
}
.fabu_list{
	width: 100%;
	padding-top: 14px;
	position: absolute;
	top: 58px;
	left: 0;
	display: none;
}
.fabu_list ul{
    height: 360px;
    overflow-x: hidden;
    overflow-y: scroll;
	background: #fff;
	border-radius: 10px;
}
.fabu_list ul::-webkit-scrollbar{
	width: 10px;
	height: 1px;
}
.fabu_list ul::-webkit-scrollbar-thumb{
  border-radius: 10px;
  background: #9e9e9e;
}
.fabu_list ul::-webkit-scrollbar-track{
  border-radius: 10px;
  background: #ededed;
}
.fabu_list li{
	color: #666;
	font-size: 16px;
	line-height: 58px;
	text-align: center;
	border-bottom: solid 2px #f0f0f0;
}
.fabu_list li:last-child{
	border-bottom: none;
}
.fabu_list li:hover{
	color: #333;
	font-size: 18px;
	font-weight: bold;
}
.fabu_titbg{
	float: right;
	width: 75%;
	height: 59px;
	background: #fff;
	border-radius: 10px;
}
.fabu_tit{
	float: left;
	width: 80px;
	line-height: 59px;
	text-align: right;
	color: #333;
	font-size: 18px;
}
.fabu_titr{
	float: left;
	width: calc(100% - 80px);
	padding-left: 5px;
}
.fabu_titr input{
	width: 100%;
	height: 59px;
	line-height: 59px;
	border: none;
	background: none;
	color: #666;
	font-size: 16px;
}
.fabu_titr input::placeholder{
	color: #666;
}
.fabu_textbg{
	width: 100%;
	height: 670px;
	background: #fff;
	padding: 15px 18px;
	border-radius: 10px;
	margin-bottom: 37px;
}
.fabu_text_tt{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 34px;
}
.fabu_text{
	width: 100%;
	height: 605px;
	color: #999;
	font-size: 16px;
	line-height: 30px;
	border: none;
}
.huati_box{
	width: 100%;
	padding-bottom: 8px;
	display: flex;
}
.huati_tit{
	float: left;
	color: #333;
	font-size: 16px;
	line-height: 30px;
	padding: 0 5px 0 9px;
}
.huati{
	float: left;
}
.huati li{
	float: left;
	line-height: 30px;
	background: #e6e6e6;
	border: solid 1px #e6e6e6;
	border-radius: 5px;
	padding: 0 8px;
	color: #333;
	font-size: 16px;
	margin: 0 10px 5px 0;
	position: relative;
}
.huati li.on{
    background: #fff;
    border: solid 1px #2b78ff;
    color: #2b78ff;
}
.huati .tag-checkbox {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}


/*.huati input{*/
/*    opacity: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*}*/
.fabu_box{
	width: 100%;
	height: 60px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 0 17px 0 25px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.fabu_tu{
	width: 81%;
	height: 34px;
	line-height: 34px;
	color: #333;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.fabu_tu img{
	width: 19px;
	height: 17px;
	margin-right: 14px;
}
.btn_baocun{
	width: 94px;
	height: 34px;
	line-height: 32px;
	text-align: center;
	border: solid 1px #2b78ff;
	border-radius: 5px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.btn_fabu{
	width: 98px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #2b78ff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}


/* 个人主页 */
.personal_box{
	padding: 50px 0 6px 46px;
	position: relative;
}
.personal_box .rec_type{
	padding-bottom: 0;
}
.personal_box .rec_type li{
	margin-right: 66px;
}
.personal_grey{
	background: #f5f5f5;
	height: 20px;
}
.personal_head{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	border: solid 5px #fff;
	overflow: hidden;
	position: absolute;
	top: -40px;
	left: 40px;
}
.personal_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.personal_tit{
	color: #333;
	font-size: 24px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 10px;
}
.personal_focuson{
	width: 102px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background: #2b78ff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 58px;
	right: 18px;
	cursor: pointer;
}
.fan{
	color: #666;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 37px;
}
.fan div{
	float: left;
	display: flex;
	align-items: center;
}
.fan div span{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	padding-right: 10px;
}
.fan div i{
	width: 2px;
	height: 17px;
	display: inline-block;
	background: #e9e9e9;
	margin: 0 24px;
}
.fan div:last-child i{
	display: none;
}
.personal_p{
	padding: 50px 0 45px;
}
.personal_p .forum{
	padding-bottom: 20px;
}


/* 个人主页（粉丝） */
.fun_box{
	padding: 34px 0 68px;
}
.fun_list{
	width: 100%;
}
.fun_list ul{
	margin-right: -1.5%;
}
.fun_list li{
	float: left;
	width: 48.5%;
	height: 124px;
	border-radius: 15px;
	background: linear-gradient(to bottom, #fff, #fff, #cbe7fd);
	border: solid 2px #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 15px 115px 10px 15px;
	margin: 0 1.5% 20px 0;
	position: relative;
}
.fun_head{
	float: left;
	width: 66px;
	height: 66px;
	border-radius: 50%;
	overflow: hidden;
	margin-top: 12px;
}
.fun_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.fun_right{
	float: left;
	width: calc(100% - 66px);
	padding: 15px 0 0 20px;
}
.fun_user{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	height: 32px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fun_txt{
	color: #999;
	font-size: 16px;
	line-height: 26px;
	height: 26px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.fun_guan{
	width: 82px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	background: #2b78ff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	cursor: pointer;
}
.fun_yihuguan{
	width: 82px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: solid 1px #f0f0f0;
	border-radius: 5px;
	color: #999;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	cursor: pointer;
}


/* 个人主页（关注的人） */
.focuson_box{
	padding-bottom: 135px;
}
.focuson_type{
	width: 100%;
	padding-bottom: 30px;
}
.focuson_type li{
	float: left;
	width: 248px;
	height: 73px;
	color: #666;
	font-size: 18px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.focuson_type a{
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
}
.focuson_type i{
	width: 100%;
	height: 4px;
	background: #2b78ff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.focuson_type img{
	width: 20px;
	height: 20px;
	margin-right: 14px;
}
.focuson_type li.on{
	background: #f7f7f7;
}
.focuson_type li.on i{
	opacity: 1;
}
.focuson_type li.on .img01{
	display: none;
}
.focuson_type li.on .img02{
	display: block;
}


/* 个人主页（关注的分类） */
.type_tit{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.type_text{
	color: #999;
	font-size: 16px;
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.fun_yiguanzhu{
	width: 74px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background: #f1f1f1;
	border-radius: 5px;
	color: #666;
	font-size: 16px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 18px;
	cursor: pointer;
}


/* 登录 */
.login_head{
	width: 100%;
	height: 117px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.login_head .content{
	height: 117px;
	display: flex;
	align-items: center;
}
.login_head img{
	width: 236px;
}
.login_box{
	padding-top: 180px;
}
.login_bg{
	width: 1197px;
	height: 627px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	margin-left: 76px;
	position: relative;
}
.login_left{
	width: 61%;
	height: 627px;
	position: absolute;
	top: 0;
	left: -76px;
	z-index: 1;
}
.login_left img{
	width: 100%;
	height: 100%;
}
.login_right{
	float: right;
	width: 44.4%;
	padding: 80px 28px 10px;
	position: relative;
}
.log_r02{
    display:none;
    padding: 60px 28px !important;
}
.log_r02 .login_con{
    padding-top:30px;
}
.login_rt01,.login_rt02{
	width: 88px;
	height: 88px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.login_rt01 img,.login_rt02 img{
	width: 100%;
	height: 100%;
}
.login_rt02{
	display: none;
}
.login_con01{
	width: 100%;
}
.login_con02{
	width: 100%;
	padding-top: 90px;
	display: none;
}
.login_type{
	width: 100%;
	text-align: center;
}
.login_type li{
	display: inline-block;
	line-height: 38px;
	border-right: solid 1px #e8e8e8;
	padding: 0 32px;
	color: #666;
	font-size: 24px;
	cursor: pointer;
}
.login_type li:last-child{
	border-right:none;
}
.login_type li.on{
	color: #1a78ff;
	font-weight: bold;
}
.login_con{
	padding-top: 52px;
}
.zh{
	width: 100%;
	height: 64px;
	line-height: 64px;
	background: #f3f6f8;
	border: none;
	border-radius: 5px;
	padding-left: 25px;
	color: #666;
	font-size: 18px;
	margin-bottom: 29px;
}
.zh::placeholder{
	color: #666;
}
.mimabg{
	width: 100%;
	height: 64px;
	background: #f3f6f8;
	border-radius: 5px;
	overflow: hidden;
	padding: 0 25px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 52px;
}
.mima{
	width: 70%;
	height: 64px;
	line-height: 64px;
	background: #f3f6f8;
	border: none;
	border-radius: 5px;
	color: #666;
	font-size: 18px;
}
.mima::placeholder{
	color: #666;
}
.mima_txt{
	color: #666;
	font-size: 16px;
	line-height: 64px;
	cursor: pointer;
}
.btn_dl{
	width: 100%;
	height: 64px;
	background: #1a78ff;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 18px;
}
.login_txt{
	width: 100%;
	text-align: center;
	line-height: 34px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.login_txt a{
	padding: 0 20px;
}
.login_code{
	width: 230px;
	height: 230px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin: 0 auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.login_code img{
	width: 220px;
	height: 220px;
}


/* 我的 */
.mine_p{
	padding: 50px 0 54px;
}
.ziliao_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 24px;
}
.ziliao_left{
	width: 22%;
	min-height: 386px;
	background: #fff;
	border-radius: 10px;
	padding: 44px 20px;
	text-align: center;
}
.ziliao_right{
	width: 76%;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	padding: 10px 22px 5px;
}
.user_head{
	width: 74px;
	height: 74px;
	border-radius: 50%;
	margin: 0 auto 13px;
	overflow: hidden;
}
.user_head img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.user_tt{
	width: 100%;
	text-align: center;
	line-height: 26px;
	color: #666;
	font-size: 18px;
	margin-bottom: 47px;
}
.user_tt h1{
	color: #333;
	font-size: 18px;
	line-height: 28px;
}
.user_list{
	width: 100%;
}
.user_list li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 26px;
	color: #333;
	font-size: 16px;
	margin-bottom: 14px;
	position: relative;
}
.user_list h1{
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}
.user_list i{
	width: 1px;
	height: 31px;
	background: #dbdbdb;
	display: block;
	position: absolute;
	top: 6px;
	right: 0;
}
.user_list li:nth-child(even) i{
	display: none;
}
.per_tit{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 10px;
}
.per_tit i{
	float: left;
	width: 4px;
	height: 20px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 10px;
	display: block;
	margin: 6px 6px 0 0;
}
.per_con{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.per_con:last-child .per{
	border-bottom: none;
}
.per{
	width: 45%;
	height: 68px;
	border-bottom: solid 1px #f4f4f4;
	padding-right: 15px;
	display: flex;
	align-items: center;
	position: relative;
}
.per_r{
    justify-content: flex-end;
}
.per_btn{
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#2b78ff;
    border:none;
    border-radius: 5px;
    color:#fff;
    font-size: 14px;
    margin: 10px 0;
    cursor: pointer;
}
.szmm_bg{
    width: 100%;
    height: 100%;
    background:rgba(0,0,0,0.7);
    position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	display:none;
}
.szmm_box{
	width: 500px;
	background: #fff;
	padding:50px 30px 60px;
	border-radius: 15px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 50%;
	left:50%;
	transform: translate(-50%,-50%);
}
.szmm_box .login_con{
    padding-top:30px;
}
.szmm_close{
    width: 34px;
    height:34px;
    border-radius: 50%;
    background:rgba(0,0,0,0.7);
    display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
}
.szmm_close img{
    width: 20px;
    height:20px;
}
.per_arrow{
	width: 7px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.per_left{
	float: left;
	width: 120px;
	color: #333;
	font-size: 16px;
}
.per_right{
	float: left;
	width: calc(100% - 120px);
}
.per_rimg{
	float: right;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	overflow: hidden;
}
.per_rimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.perinp{
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: right;
	border: none;
	background: none;
	color: #666;
	font-size: 14px;
}
.perinp::placeholder{
	color: #666;
}

.service_collection{
	width: 100%;
	height: 214px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	margin-bottom: 35px;
}
.service_collection img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.service_collection_con{
	width: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 5%;
	z-index: 1;
}
.service_collection_con h1{
	color: #fff;
	font-size: 45px;
	line-height: 60px;
	margin-bottom: 15px;
}
.service_collection_btn{
	width: 212px;
	height: 51px;
	background: #fac90a;
	border-radius: 50px;
	font-size: 28px;
	color: #fff;
}
.service_collection_btn a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service_collection_btn img{
	width: 26px;
	height: 26px;
	margin-left: 24px;
}

.my_box{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.my_message_bg{
	width: 25%;
	height: 155px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 10px 15px;
}
.my_message_bg .per_tit{
	margin-bottom: 14px;
}
.my_message{
	width: 100%;
}
.my_message ul{
	margin-right: -2%;
}
.my_message li{
	float: left;
	width: 31.33%;
	text-align: center;
	margin-right: 2%;
}
.my_message img{
	width: 54px;
	height: 50px;
	display: block;
	margin: 0 auto 10px;
}
.my_message h1{
	color: #333;
	font-size: 16px;
	font-weight: normal;
	line-height: 26px;
}
.my_bg{
	width: 46%;
	height: 155px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 35px 16px 5px;
}
.my_list{
	width: 100%;
}
.my_list li{
	float: left;
	width: 25%;
	color: #333;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 30px;
}
.my_list img{
	width: 24px;
	height: 24px;
	margin-right: 14px;
}
.my_list a{
	display: flex;
	align-items: center;
}


/* 我的--消息 */
.my_p{
	padding: 8px 0 77px;
}
.my_type{
	width: 100%;
	background: #fff;
	margin-bottom: 20px;
}
.my_type ul{
	margin-right: -5%;
}
.my_type li{
	float: left;
	width: 20%;
	height: 77px;
	margin-right: 5%;
	color: #666;
	font-size: 18px;
	position: relative;
}
.my_type li i{
	width: 100%;
	height: 4px;
	background: #2b78ff;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.my_type a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.my_type img{
	width: 21px;
	height: 21px;
	margin-right: 14px;
}
.my_type li.on{
	color: #2b78ff;
}
.my_type li.on i{
	opacity: 1;
}
.my_type li.on .img01{
	display: none;
}
.my_type li.on .img02{
	display: block;
}
.inf_bg{
	width: 100%;
	min-height: 500px;
	background: #fff;
	padding: 16px 25px 25px;
}
.inf_list{
	width: 100%;
}
.inf_list li{
	height: 40px;
	line-height: 40px;
	margin-bottom: 17px;
}
.inf_list li:last-child{
	margin-bottom: 0;
}
.inf_txt{
	float: left;
	width: calc(100% - 160px);
	height: 40px;
	color: #333;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.inf_time{
	float: right;
	width: 160px;
	height: 40px;
	color: #666;
	font-size: 16px;
	text-align: right;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/* 我的帖子(草稿箱） */
.manage_btn{
	float: right;
	width: 92px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	border: solid 1px #2b78ff;
	background: #fff;
	border-radius: 5px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
}
.draft{
	width: 100%;
}
.draft ul{
	margin-right: -2%;
}
.draft li{
	float: left;
	width: 31.33%;
	margin: 0 2% 20px 0;
}
.draft_bg{
	width: 100%;
	height: 118px;
	border: solid 2px #fff;
	background: linear-gradient(to bottom, #fff, #fff, #cbe7fd);
	border-radius: 15px;
	padding: 10px 14px;
	position: relative;
	overflow: hidden;
}
.draft_tit{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.draft_time{
	color: #999;
	font-size: 16px;
	line-height: 22px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}
.btn_fabu{
	float: right;
	width: 91px;
	height: 37px;
	background: linear-gradient(to bottom, #0068dd, #59abff);
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	margin-left: 22px;
}
.btn_fabu img{
	width: 18px;
	height: 18px;
	margin-right: 7px;
}
.btn_bianji{
	float: right;
	width: 91px;
	height: 37px;
	background: #fff;
	border: solid 1px #2b78ff;
	border-radius: 5px;
	color: #666;
	font-size: 16px;
	cursor: pointer;
	margin-left: 22px;
}
.btn_bianji img{
	width: 18px;
	height: 18px;
	margin-right: 7px;
}
.btn_bianji a{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.draft_del{
	width: 44px;
	height: 44px;
	background: url(../images/mine_24.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	display: none;
}
.draft_bot{
	width: 100%;
	background: #fff;
	border-top: solid 1px #e4e4e4;
	padding: 24px 0;
	display: none;
}
.draft_bot .content{
	padding: 0 30px 0 42px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.draft_both{
	float: left;
	color: #666;
	font-size: 16px;
	display: flex;
	align-items: center;
}
.draft_both .checkbox-style{
	display: block;
	width: 17px;
	height: 17px;
	margin-right: 14px;
}
.draft_both .checkbox-style:checked::after {
	width: 7px;
	height: 7px;
	top: 4px;
	left: 4px;
	transform: translate(0);
}
.btn_del{
	float: right;
	width: 104px;
	height: 45px;
	background: #ff4949;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.btn_del img{
	width: 17px;
	height: 19px;
	margin-right: 10px;
}
.cg_box{
	width: 284px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.cg_pic{
	width: 100%;
	margin-bottom: 24px;
}
.cg_pic img{
	width: 100%;
}
.cg_close{
	width: 33px;
	height: 33px;
	background: url(../images/forum_15.png) no-repeat;
	background-size: 100% 100%;
	margin: 0 auto;
	cursor: pointer;
}
.checkbox-style {
	display: none;
	-webkit-appearance: none;
	width: 24px;
	height: 24px;
	border: 1px solid #9e9e9e !important;
	border-radius: 50%;
	position: relative;
	cursor: pointer;
	vertical-align: middle;
	flex-shrink: 0;
}
.manage-active .checkbox-style,
.manage-active .draft_both .checkbox-style {
	display: inline-block !important;
}
.checkbox-style:checked {
	border-color: #2b78ff !important;
}
.checkbox-style:checked::after {
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #2b78ff;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.manage-active .draft li {
	display: flex;
	align-items: center;
	gap: 10px;
}
.manage-active .draft_bg {
	width: 90%;
}
.manage-active .draft_bot {
	display: block !important;
}
.manage-active .draft_del {
    display: block !important;
}


/* 我的帖子 */
.myposts_box{
	position: relative;
}
.myposts_box .forum{
	padding-bottom: 60px;
}
/*.myposts_p01{*/
/*	padding: 70px 0 44px;*/
/*}*/
.myposts_p01 .myposts_box{
    padding: 70px 0 44px;
}
.myposts_p02{
	padding: 36px 0 44px;
}
.myposts_del{
	width: 54px;
	height: 54px;
	background: url(../images/mine_24.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}


/* 我的--服务收藏 */
.service_p{
	padding: 48px 0 36px;
}
.service_type{
	width: 100%;
	padding-bottom: 18px;
}
.service_type ul{
	margin-right: -36px;
}
.service_type li{
	float: left;
	display: inline-block;
	min-width: 96px;
	height: 40px;
	line-height: 38px;
	border-radius: 40px;
	text-align: center;
	border: solid 1px #ddd;
	background: #fff;
	color: #666;
	font-size: 16px;
	margin: 0 36px 15px 0;
}
.service_type a{
	padding: 0 12px;
	display: inline-block;
}
.service_type li.on{
	border: solid 1px #2b78ff;
	background: #2b78ff;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
.service_p .pic_list li{
	height: 350px;
}
.service_icon{
	width: 100%;
	height: 24px;
	text-align: right;
}
.service_icon img{
	width: 24px;
	height: 24px !important;
}


/* 免责中心 */
.mianze_p{
	padding: 35px 0 52px;
}
.mianze_bg{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 20px 20px 60px;
}
.mianze{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	text-align: justify;
}


/* 帮助中心 */
.help_p{
	padding: 36px 0 114px;
}
.help_box{
	min-height: 500px;
	background: #fff;
	padding: 15px 0;
	border-radius: 15px;
}


/* 公告中心 */
.bulletin_p{
	padding: 36px 0 42px;
}
.bulletin{
	width: 100%;
}
.bulletin li{
	background: #fff;
	border-radius: 15px;
	padding: 22px;
	margin-bottom: 25px;
}
.bulletin_top{
	padding-left: 46px;
	margin-bottom: 13px;
	position: relative;
}
.bulletin_top img{
	width: 30px;
	height: 28px;
	position: absolute;
	top: 0;
	left: 0;
}
.bulletin_tit{
	color: #333;
	font-size: 22px;
	line-height: 28px;
	height: 28px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bulletin_time{
	color: #999;
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.bulletin_txt{
	color: #333;
	font-size: 16px;
	line-height: 30px;
	height: 180px;
	text-align: justify;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	white-space: normal;
}
.page{
	width: 100%;
	text-align: center;
	padding-top: 30px;
}
.page a{
	padding: 0 20px;
	line-height: 50px;
	display: inline-block;
	background: #f9f9f9;
	border-radius: 10px;
	color: #333;
	font-size: 18px;
	margin: 0 4px;
}
.page a:hover{
	background: #2b78ff;
	color: #fff;
	font-weight: bold;
}
.page .on{
	background: #2b78ff;
	color: #fff;
	font-weight: bold;
}


/* 福利资源包 */
.resource_p{
	padding: 44px 0;
}
.resource_bg{
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 30px 60px;
}
.resource{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.resource li{
	float: left;
	width: 38.5%;
	height: 37px;
	margin: 14px 23% 14px 0;
}
.resource li:nth-child(even){
	margin: 14px 0;
}
.resource img{
	float: left;
	width: 40px;
	height: 34px;
}
.resource_txt{
	float: left;
	width: calc(100% - 107px);
	height: 37px;
	line-height: 37px;
	padding: 0 18px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.resource_down{
	float: right;
	width: 67px;
	height: 37px;
	line-height: 35px;
	text-align: center;
	border: solid 1px #5090ff;
	border-radius: 5px;
	color: #2b78ff;
	font-size: 18px;
	cursor: pointer;
}
.resource_line{
	width: 1px;
	height: 100%;
	background: #eee;
	position: absolute;
	top: -20px;
	left: 50%;
	transform: translateX(-50%);
}


/* 投诉中心 */
.tousu_p{
	padding: 47px 0 60px;
}
.tousu_bg{
	min-height: 500px;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	padding: 17px 35px 48px;
}
.tousu_tit{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 50px;
}
.tousu_tit img{
	float: left;
	width: 28px;
	height: 28px;
	margin: 12px 10px 0 0;
}
.ts_bg{
	width: 100%;
	height: 48px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	margin-bottom: 20px;
}
.ts{
	width: 100%;
	height: 46px;
	line-height: 46px;
	border: none;
	background: url(../images/ser_05.png) no-repeat scroll 98% center transparent;
	background-size: 18px 10px;
	appearance: none;
	-webkit-appearance: none;
	padding-left: 14px;
	color: #666;
	font-size: 16px;
}
.tsnr{
	width: 100%;
	height: 254px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	padding: 7px 12px;
	color: #666;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 20px;
}
.tsnr::placeholder{
	color: #666;
}
.uppic_box{
	padding: 5px 0 30px;
}
.uppic{
	float: left;
	width: 115px;
	height: 112px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	overflow: hidden;
	margin: 0 16px 16px 0;
	cursor: pointer;
	position: relative;
}
.uppic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.delete-btn{
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,0.5);
    color: white;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 18px;
}
.delete-btn:hover{
    background: #2b78ff;
}
.yzm_tit{
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 38px;
	margin-bottom: 14px;
}
.yzm_p{
	padding-bottom: 37px;
	display: flex;
}
.yzm{
	width: 160px;
	height: 47px;
	line-height: 45px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	padding-left: 12px;
	color: #666;
	font-size: 16px;
	margin-right: 40px;
}
.yzm::placeholder{
	color: #666;
}
.yzm_btn{
	width: 113px;
	height: 47px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #666;
	font-size: 30px;
	background: #e7e7e7;
	border-radius: 10px;
	cursor: pointer;
}
.btn_ts{
	width: 229px;
	height: 43px;
	background: #2b78ff;
	border: none;
	border-radius: 50pc;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
}

.lxfs{
	width: 100%;
	height: 48px;
	border: solid 1px #dcdcdc;
	border-radius: 10px;
	color: #666;
	font-size: 16px;
	line-height: 46px;
	padding-left: 14px;
	margin-bottom: 96px;
}
.lxfs::placeholder{
	color: #666;
}


        
        /* 分享按钮样式 */
        /*.share-btn {*/
        /*    padding: 8px 16px;*/
        /*    background: #4285f4;*/
        /*    color: white;*/
        /*    border: none;*/
        /*    border-radius: 4px;*/
        /*    cursor: pointer;*/
        /*    font-size: 14px;*/
        /*}*/
        
        /*.share-btn:hover {*/
        /*    background: #3367d6;*/
        /*}*/
        
        /* 分享面板样式 */
        .share-panel {
            display: none;
            position: absolute;
            background: white;
            border: 1px solid #ddd;
            border-radius: 6px;
            box-shadow: 0 2px 10px rgba(0,0,0,0.1);
            padding: 15px;
            z-index: 100;
            margin-top: 5px;
        }
        
        .share-platforms {
            display: flex;
            gap: 15px;
        }
        
        .share-platform {
            text-align: center;
            cursor: pointer;
            padding: 5px;
        }
        
        .share-platform:hover {
            background: #f5f5f5;
            border-radius: 4px;
        }
        
        .share-platform img {
            width: 32px;
            height: 32px;
        }
        
        .share-platform span {
            display: block;
            font-size: 12px;
            margin-top: 5px;
        }
        
        /* 微信二维码弹窗 */
        .wechat-modal {
            display: none;
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0,0,0,0.5);
            z-index: 200;
            justify-content: center;
            align-items: center;
        }
        
        .modal-content {
            background: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
        }
        
        #wechat-qrcode {
            margin: 15px auto;
        }
        
        .close-btn {
            padding: 6px 12px;
            background: #f0f0f0;
            border: none;
            border-radius: 4px;
            cursor: pointer;
        }
        
        
        #simple-qrcode-container{
            width: 100%;
            text-align: center;
            position: absolute;
            top: 60px;
            left: 0;
        }
