@charset "utf-8";

body{

	margin: 0;

	padding: 0;

	font-family: "微软雅黑";

	background: #fff;

	font-size: 16px;

	color: #333;

}

*{

	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: "微软雅黑";

	color: #333;

}

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;

}

.cl{

	clear: both;

}

.clear:after{

	content:"";

	display: block;

	clear:both;

}

.ov{

	overflow: hidden;

}

.rel{

	position: relative;

}

.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);

}

.tj{

	text-align: justify;

	word-break: break-all;

}

.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: 1600px;

	margin: 0 auto;

}

@font-face {

	font-family: "BEBAS";

	src:url("../fonts/BEBAS.otf") format("opentype"),

	url("../fonts/BEBAS.ttf") format("truetype"),

	url("../fonts/BEBAS.woff") format("woff");

	font-display: swap;

}





/*首页*/

.header{

	width: 100%;

	background: #fff;

	border-bottom: solid 1px #a34885;

	position: fixed;

	top: 0;

	left: 0;

	z-index: 90;

}

.header .content{

	position: relative;

}

.logo{

	float: left;

	width: 370px;

	margin: 5px 0;

}
.logo a{
	display: block;
}
.logo img{

	width: 100%;

}

.nav{

	float: right;

	margin-right: 90px;

}

.nav li{

	float: left;

	font-size: 18px;

	position: relative;

}

.nav a{

	display: block;

	line-height: 90px;

	padding: 0 28px;

	position: relative;

}

.nav i{

	width: 50px;

	height: 3px;

	border-radius: 3px;

	/* background: #a34885; */
	background: #6f1552;

	display: block;

	margin: 0 auto;

	opacity: 0;

}

.nav_img{

	width: 13px;

	height: 11px;

	position: absolute;

	top: 47px;

	right: 0;

	transition: all 0.6s;

	-webkit-transition: all 0.6s;

}

.nav li.on i{

	opacity: 1;

}

/* .nav li:nth-child(2){

	padding-right: 23px;

} */

.nav li:hover .nav_img{

	transform: scaleY(-1);

}

.nav li:hover .subnav_box{

	display: block;

}

.subnav_box{

	width: 781px;

	padding-top: 21px;

	position: absolute;

	top: 103px;

	left: -110px;

	z-index: 5;

	display: none;

}

.subnav_bg{

	width: 100%;

	background: #fff;

	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

	padding: 9px;

	position: relative;

}

.subnav_icon{

	width: 28px;

	height: 14px;

	background: url(../images/ind_22.png) no-repeat;

	background-size: 100% 100%;

	position: absolute;

	top: -13px;

	left: 150px;

}

.subnav{

	float: left;

	width: 518px;

	padding: 17px 0 17px 8px;

}

.subnav li{

	float: left;

	width: 33.33%;

	height: 52px;

	line-height: 52px;

	padding-left: 44px;

	position: relative;

	font-weight: bold;

}

.subnav a{

	line-height: 52px;

	padding: 0 !important;

	position: static;

}

.subnav em{

	width: 8px;

	height: 8px;

	background: #a54686;

	border-radius: 2px;

	display: block;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	left: 16px;

}

.subnav_pic{

	float: right;

	width: 224px;

	height: 139px;

	overflow: hidden;

}

.subnav_pic img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.search_img{

	float: right;

	width: 25px;

	height: 25px;

	cursor: pointer;

	margin-top: 40px;
	position: relative;

}

.search_img img{

	width: 100%;

	height: 100%;

}
.search_txt{
	width: 40px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding: 0 5px;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: absolute !important;
	top: 35px;
	left: -6px;
	z-index: 5;
	display: none;
}
.search_img:hover .search_txt{
	display: block;
}

.dlzc{

	float: right;

	padding: 2px;

	border-radius: 60px;

	background: #a34885;

	margin: 28px 0 0 30px;

}

.dlzc li{

	float: left;

	width: 77px;

	height: 42px;

	line-height: 42px;

	text-align: center;

	color: #fff;

	font-size: 18px;

}

.dlzc a{

	display: block;

}

.dlzc li.on{

	background: #fff;

	border-radius: 40px;

	color: #333;

}

.dlzc_icon{

	float: right;

	padding-left: 12px;

	margin-top: 38px;



}

.dlzc_icon li{

	float: left;

	width: 26px;

	height: 26px;

	margin-left: 32px;
	
	position: relative;
}
.dlzc_icon li:nth-child(2) .dlzc_txt{
	width: 40px;
	left: -6px;
}
.dlzc_txt{
	width: 65px;
	text-align: center;
	line-height: 24px;
	font-size: 12px;
	padding: 0 5px;
	background: #fff;
	box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
	border-radius: 5px;
	position: absolute;
	top: 35px;
	left: -20px;
	z-index: 5;
	display: none;
}
.dlzc_icon li:hover .dlzc_txt{
	display: block;
}

.login_box,.register_box{

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.7);

	position: fixed;

	top: 0;

	left: 0;

	z-index: 999;

	display: none;

}

.login_con{

	width: 500px;

	background: #fff;

	padding: 50px;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.logincode{

	width: 210px;

	height: 210px;

	border: solid 1px #dbdbdb;

	background: #fff;

	display: flex;

	justify-content: center;

	align-items: center;

	margin: 0 auto 10px;

}

.logincode img{

	width: 200px;

	height: 200px;

}

.logincode_txt{

	width: 100%;

	color: #333;

	font-size: 18px;

	line-height: 40px;

	text-align: center;

}

.register_con{

	width: 500px;

	background: #fff;

	padding: 50px;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}



.banner{

	width: 100%;

	/* height: 850px; */

	position: relative;

	margin-top: 90px;

}

.banner img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.banner .swiper-pagination{

	bottom: 46px;

}

.banner .swiper-pagination-bullet{

	width: 67px;

	height: 5px;

	border-radius: 5px;

	background: rgba(255, 255, 255, 0.3);

	opacity: 1;

	margin: 0 7px !important;

	overflow: hidden;

	position: relative;

}

.banner .swiper-pagination-bullet::before {

	content: '';

	position: absolute;

	top: 0;

	left: 0;

	width: 100%;

	height: 100%;

	background: #fff;

	transform: translateX(-100%);

}

.banner .swiper-pagination-bullet-active::before {

	animation: bulletExpand 1s forwards;

}

.banner .swiper-pagination-bullet:not(.swiper-pagination-bullet-active)::before {

	transition: none;

	transform: translateX(-100%);

}

@keyframes bulletExpand {

	from {

		transform: translateX(-100%);

	}

	to {

		transform: translateX(0);

	}

}



.solution_box{

	padding: 58px 0;

	overflow: hidden;

}

.solution{

	position: relative;

}

.solution .swiper-slide{

	height: 343px;

}

.solution img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.solution_tm{

	width: 100%;

	height: 50%;

	background: linear-gradient(to bottom, rgba(0,0,0,0), rgba(0,0,0,0.9));

	position: absolute;

	left: 0;

	bottom: 0;

	z-index: 2;

}

.solution_num{

	width: 86%;

	line-height: 66px;

	font-size: 60px;

	font-family: "BEBAS";

	background: linear-gradient(to bottom, rgba(255,255,255,0.8), rgba(255,255,255,0.1), rgba(255,255,255,0));

	-webkit-background-clip: text;

	background-clip: text;

	-webkit-text-fill-color: transparent;

	position: absolute;

	left: 7%;

	bottom: 28px;

	z-index: 3;

}

.solution_txt{

	width: 86%;

	height: 34px;

	line-height: 34px;

	color: #fff;

	font-size: 24px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	position: absolute;

	left: 7%;

	bottom: 28px;

	z-index: 4;

}

.solution .swiper-button-next,.solution .swiper-button-prev{

	width: 56px;

	height: 56px;

	transform: translateY(-50%);

}

.solution .swiper-button-prev{

	background: url(../images/ind_08.png) no-repeat;

	background-size: 100% 100%;

	left: 22px;

}

.solution .swiper-button-prev:hover{

	background: url(../images/ind_09.png) no-repeat;

	background-size: 100% 100%;

}

.solution .swiper-button-next{

	background: url(../images/ind_10.png) no-repeat;

	background-size: 100% 100%;

	right: 22px;

}

.solution .swiper-button-next:hover{

	background: url(../images/ind_11.png) no-repeat;

	background-size: 100% 100%;

}

.solution .swiper-button-next:after, .solution .swiper-button-prev:after{

	display: none;

}



.dashi_bg{

	width: 100%;

	padding: 52px 0 64px;

	background: #f8f8f8;

	overflow: hidden;

}

.dashi_top{

	width: 100%;

	height: 70px;

	background: rgba(163, 72, 133, 0.08);

	border-radius: 5px 0 0 5px;

	margin-bottom: 55px;

}

.dashi_tit{

	float: left;

	color: #333;

	font-size: 32px;

	font-weight: bold;

	line-height: 70px;

}

.dashi_tit img{

	float: left;

	width: 100px;

	height: 70px;

	margin-right: 15px;

}

.dashi_more{

	float: right;

	width: 118px;

	height: 70px;

	color: #a34885;

	font-size: 18px;

}

.dashi_more a{

	height: 70px;

	display: flex;

	align-items: center;

}

.dashi_more img{

	width: 16px;

	height: 10px;

	margin-left: 8px;

	transition: all 0.6s;

	-webkit-transition: all 0.6s;

}

.dashi_more:hover img{

	margin-left: 15px;

}

.dashi .swiper-slide{

	height: 320px;

	background: #fff;

}

.dashi_pic{

	width: 100%;

	height: 206px;

	overflow: hidden;

	margin-bottom: 15px;

}

.dashi_pic img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.dashi_con{

	width: 88%;

	margin: 0 auto;

}

.dashi_tt{

	width: 100%;

	height: 56px;

	line-height: 28px;

	font-weight: bold;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	white-space: normal;

}

.dashi_time{

	width: 100%;

	height: 26px;

	color: #999;

	font-size: 16px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

	display: flex;

	align-items: center;

}

.dashi_time img{

	width: 17px;

	height: 17px;

	margin-right: 10px;

}



.jiuye_box{

	padding: 52px 0 64px;

	overflow: hidden;

}

.jiuye .swiper-slide{

	height: 320px;

	background: #f7f7f7;

}



.foot_bg{

	width: 100%;

	background: #a34885;

	color: #fff;

}

.foot_top{

	padding: 38px 0 28px;

}

.code_box{
	float: left;
	margin-top: 4px;

}
.code_box li{
	float: left;
	width: 160px;
	margin-right: 28px;
}

.code_pic{

	width: 100%;

	height: 160px;

	background: #fff;

	display: flex;

	justify-content: center;

	align-items: center;

	margin-bottom: 14px;

}

.code_pic img{

	width: 145px;

	height: 145px;

}

.code_txt{

	width: 100%;

	text-align: center;

	line-height: 28px;

	font-size: 16px;

	font-weight: bold;

}

.f_nav{

	width: 665px;

}

.f_nav ul{

	display: flex;

	justify-content: space-between;

}

.f_nav li{

	font-size: 24px;

	font-weight: bold;

	line-height: 34px;

}

.f_nav i{

	display: block;

	width: 50px;

	height: 2px;

	background: #fff;

	margin: 12px 0 20px;

}

.f_nav ul li ul{

	display: block;

}

.f_nav ul li ul li{

	font-size: 18px;

	font-weight: normal;

	line-height: 30px;

	margin-bottom: 15px;

}

.f_nav ul li ul li:last-child{

	margin-bottom: 0;

}



.f_ser{
	float: right;
	width: 375px;

}

.f_ser h1{

	font-size: 18px;

	line-height: 30px;

}

.f_ser h2{

	font-size: 30px;

	line-height: 34px;

	margin: 12px 0;

}

.f_ser i{

	display: block;

	width: 136px;

	height: 2px;

	background: #fff;

}

.f_ser ul{

	width: 100%;

	padding-top: 30px;

}

.f_ser li{

	font-size: 16px;

	font-weight: bold;

	min-height: 30px;

	line-height: 30px;

	margin-bottom: 16px;

	position: relative;

	padding-left: 44px;

}

.f_ser img{

	width: 29px;

	height: 29px;

	position: absolute;

	top: 0;

	left: 0;

}

.f_ser li:last-child{

	margin-bottom: 0;

}



.copyright{

	width: 100%;

	padding: 20px 0;

	text-align: center;

	line-height: 22px;

	font-size: 14px;

	border-top: solid 1px rgba(255, 255, 255, 0.3);

}





/* 课题库 */

.ku_box{

	padding: 18px 0 86px;

	min-height: 500px;

}

.path{

	min-height: 26px;

	line-height: 26px;

	padding-left: 34px;

	position: relative;

	font-size: 16px;

	margin-bottom: 17px;

}

.path span{

	color: #a34885;

}

.path img{

	width: 20px;

	height: 20px;

	position: absolute;

	top: 3px;

	left: 0;

}

.ku_type{

	width: 100%;

}

.ku_type li{

	float: left;

	color: #333;

	font-size: 20px;

	font-weight: bold;

	line-height: 60px;

	padding: 0 6px;

	margin-right: 70px;

}

.ku_type i{

	width: 60%;

	height: 2px;

	background: #a34885;

	border-radius: 5px;

	display: block;

	margin: 0 auto;

	opacity: 0;

}

.ku_type li.on{

	color: #a34885;

}

.ku_type li.on i{

	opacity: 1;

}

.ku_list{

	width: 100%;

}

.ku_list li{

	min-height: 296px;

	border: solid 1px #bebebe;

	padding: 30px;

	margin-bottom: 32px;

}

.ku_list li:hover{

	border: solid 1px #a34885;

}
.ku_list li:after{
	content:"";
	display: block;
	clear:both;
}
.ku_pic{

	float: left;

	width: 334px;

	height: 228px;

	overflow: hidden;

}

.ku_pic img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.ku_right{

	float: right;

	width: 1160px;

	padding-top: 10px;

}

.ku_tt{

	height: 46px;

	line-height: 46px;

	color: #333;

	font-size: 24px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.ku_time{

	color: #999;

	font-size: 16px;

	height: 40px;

	display: flex;

	align-items: center;

	overflow: hidden;

}

.ku_time img{

	width: 18px;

	height: 18px;

	margin-right: 12px;

}

.ku_text{

	color: #333;

	font-size: 14px;

	line-height: 30px;

	height: 60px;

	overflow: hidden;

	text-overflow: ellipsis;

	display: -webkit-box;

	-webkit-line-clamp: 2;

	-webkit-box-orient: vertical;

	white-space: normal;

	margin-bottom: 27px;

}

.ku_label{

	width: 100%;

	/* height: 36px;

	overflow: hidden; */

}

.ku_label ul{

	margin-right: -6px;

}
.ku_label ul:after{
	content:"";
	display: block;
	clear:both;
}
.ku_label li{

	float: left;

	min-height: 34px;

	line-height: 34px;

	color: #666;

	font-size: 14px;

	border: solid 1px #bebebe;

	border-radius: 5px;

	padding: 0 10px;

	margin: 0 6px 6px 0;

}

.ku_label li:hover{

	border: solid 1px #a34885;

	background: #a34885;

	color: #fff;

}

.page{

	width: 100%;

	text-align: center;

	padding-top: 40px;

}

.page a{

	display: inline-block;

	width: 50px;

	height: 50px;

	line-height: 50px;

	background: #f6f6f6;

	color: #999;

	font-size: 16px;

	border-radius: 5px;

	margin: 0 4px;

}

.page a:hover{

	background: #a34885;

	color: #fff !important;

}

.page a.on{

	background: #a34885;

	color: #fff;

}

.page a.st{

	color: #666;

	font-size: 16px;

	font-family: 宋体;

	font-weight: bold;

}





/* 课题库-详情 */

.grey{

	background: #f8f8f8;

	min-height: 500px;

	padding: 134px 0 68px;

}

.grey .path{

	margin-bottom: 30px;

}

.kushow_left{

	float: left;

	width: 1195px;

	background: #fff;

	padding: 40px 36px 55px;

}

.kushow_right{

	float: right;

	width: 380px;

	background: #fff;

	padding: 6px;

}

.kushow_tt{

	line-height: 48px;

	color: #333;

	font-size: 34px;

}

.kushow_time{

	color: #999;

	font-size: 16px;

	height: 44px;

	display: flex;

	align-items: center;

	overflow: hidden;

}

.kushow_time img{

	width: 18px;

	height: 18px;

	margin-right: 12px;

}

.kushow{

	color: #333;

	font-size: 16px;

	line-height: 30px;

	text-align: justify;

	margin-bottom: 22px;

}

.kushow_pdf{

	width: 100%;

	border: solid 1px #e4e4e4;
	overflow: hidden;
}

#pdfReader {

	width: 100%;

	height: 100%;

	display: flex;

	flex-direction: column;

	position: relative;

}

.pdf-toolbar {

	background: #a34885;

	padding: 4px 8px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	gap: 6px;

	flex-shrink: 0;

	transition: all 0.3s ease;
	margin-bottom: 30px;

}

#pdfReader.fullscreen .pdf-toolbar {

	height: 0;

	padding: 0;

	overflow: hidden;

	border: none;

}

.toolbar_left{

	display: flex;

	align-items: center;

}

.icon-btn {

	width: 24px;

	height: 24px;

	background: none;

	border: none;

	color: #fff;

	cursor: pointer;

	display: flex;

	align-items: center;

	justify-content: center;

	border-radius: 2px;

	font-size: 14px;

	transition: opacity 0.2s ease;

}

.icon-btn img{

	width: 16px;

	height: 16px;

}

.icon-btn:hover {

	background: rgba(255,255,255,0.1);

}

.icon-btn.disabled {

	opacity: 0.5;

	cursor: default;

}

.page-module {

	display: flex;

	align-items: center;

	gap: 4px;

	margin: 0 10px;

}

.page-input {

	width: 35px;

	height: 24px;

	background: rgba(255,255,255,0.1);

	border: 1px solid rgba(255,255,255,0.6);

	color: #ffffff;

	text-align: center;

	border-radius: 2px;

	font-size: 12px;

	outline: none;

}

.page-sep {

	font-size: 12px;

	color: rgba(255,255,255,0.6);

}

.total-pages {

	font-size: 12px;

	color: rgba(255,255,255,0.6);

}

.zoom-module {

	display: flex;

	align-items: center;

	gap: 4px;

}

.zoom-btn {

	width: 24px;

	height: 24px;

	background: none;

	border: 1px solid rgba(255,255,255,0.6);

	color: #fff;

	cursor: pointer;

	border-radius: 2px;

	font-size: 14px;

}

.zoom-btn:hover {

	background: rgba(255,255,255,0.1);

}

.zoom-value {

	width: 50px;

	height: 24px;

	background: rgba(255,255,255,0.1);

	border: 1px solid rgba(255,255,255,0.6);

	color: #ffffff;

	text-align: center;

	border-radius: 2px;

	font-size: 12px;

	outline: none;

	cursor: pointer;

	display: flex;

	align-items: center;

	justify-content: center;

}

.zoom-dropdown {

	position: absolute;

	top: 100%;

	right: 0;

	background-color: #333333;

	border: 1px solid #555555;

	border-radius: 2px;

	min-width: 120px;

	z-index: 100;

	display: none;

}

.zoom-dropdown-item {

	padding: 6px 12px;

	font-size: 12px;

	color: #e0e0e0;

	cursor: pointer;

}

.zoom-dropdown-item:hover {

	background: rgba(255,255,255,0.1);

}

.zoom-dropdown-item.active {

	background: #0078d7;

	color: #ffffff;

}

.fullscreen-btn {

	margin-left: 8px;

}

.search-bar {

	width: 60%;

	background: #a34885;

	padding: 6px 8px;

	display: none;

	align-items: center;

	gap: 12px;

	flex-shrink: 0;

	transition: all 0.3s ease;

	position: absolute;

	top: 40px;

	left: 10px;
	z-index: 10;
}

.search-bar::before {

	content: '';

	position: absolute;

	top: 0px;

	left: 20px;

	width: 0;

	height: 0;

	border-left: 6px solid transparent;

	border-right: 6px solid transparent;

	border-bottom: 6px solid #a34885;

	transform: translateY(-100%);

}

#pdfReader.fullscreen .search-bar {

	height: 0;

	padding: 0;

	overflow: hidden;

	border: none;

}

.search-input {

	flex: 1;

	max-width: 300px;

	height: 24px;

	background: rgba(255,255,255,0.1);

	border: 1px solid rgba(255,255,255,0.6);

	color: #ffffff;

	padding: 0 8px;

	border-radius: 2px;

	font-size: 12px;

	outline: none;

}

.search-input::placeholder{

	color: #fff;

}

.search-nav {

	display: flex;

	gap: 4px;

}

.search-nav-btn {

	width: 24px;

	height: 24px;

	background: none;

	border: none;

	color: #e0e0e0;

	cursor: pointer;

	font-size: 10px;

	display: flex;

	justify-content: center;

	align-items: center;

}

.search-nav-btn img{

	width: 16px;

	height: 16px;

}

.search-nav-btn:hover {

	background: rgba(255,255,255,0.1);

}

.search-options {

	display: flex;

	align-items: center;

	gap: 12px;

	font-size: 12px;

	color: #e0e0e0;

}

.search-options input {

	margin-right: 3px;

	cursor: pointer;

}

.search-count {

	font-size: 12px;

	color: #ffd700;

}

.pdf-container {

	flex: 1;

	overflow: auto;

	display: flex;

	flex-direction: column;

	justify-content: center;

	align-items: center;

}

#pdfContainer {

	width: 100%;

	height: 100%;

}

.pdf-page {

	margin: 0 auto;

	background: #ffffff;

	transform-origin: top center;

	transition: transform 0.2s ease-out;

}

/* .pdf-page {

	width: 816px;

	min-height: 1056px;

	background: #ffffff;

	color: #000000;

	font-size: 16px;

	line-height: 30px;

	text-align: justify;

	padding: 100px 50px;

	transform-origin: top center;

	transition: transform 0.2s ease-out;

	-webkit-user-select: none;

	-moz-user-select: none;

	-ms-user-select: none;

	user-select: none;

}

.pdf-page h1{

	text-align: center;

	font-size: 34px;

	line-height: 48px;

	margin-bottom: 30px;

} */

.page-footer {

	padding: 20px 0;

	font-size: 14px;

	text-align: center;

}

.highlight {

	background: yellow;

	color: black;

	font-weight: normal;

}

.loading {

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%, -50%);

	font-size: 16px;

	color: #666;

}



.basic_top{

	width: 100%;

	height: 56px;

	line-height: 56px;

	background: rgba(163, 72, 133, 0.08);

	border-radius: 5px 0 0 5px;

	color: #333;

	font-size: 22px;

	font-weight: bold;

	margin-bottom: 22px;

}

.basic_top img{

	float: left;

	width: 82px;

	height: 56px;

	margin-right: 15px;

}

.basic_con{

	width: 92%;

	padding-bottom: 30px;

	margin: 0 auto;

}

.basic_tt{

	color: #333;

	font-size: 18px;

	font-weight: bold;

	line-height: 30px;

	margin-bottom: 6px;

}

.basic_flex{

	display: flex;

}

.basic_l{

	float: left;

	width: 95px;

	color: #999;

	font-size: 16px;

	line-height: 32px;

}

.basic_r{

	float: right;

	width: calc(100% - 95px);

	color: #333;

	font-size: 16px;

	line-height: 32px;

}

.basic_lx{

	color: #999;

	font-size: 16px;

	line-height: 32px;

}

.basic_txt{

	color: #333;

	font-size: 16px;

	line-height: 30px;

	text-align: justify;

}



.appendix_con{

	width: 92%;

	padding: 7px 0 30px;

	margin: 0 auto;

}

.appendix_txt{

	border: solid 1px #ead6e3;

	background: #fcfcfc;

	border-radius: 5px;

	padding: 22px;

	color: #333;

	font-size: 16px;

	line-height: 30px;

	margin-bottom: 25px;

}

.down_btn_box{

	width: 100%;

	display: flex;

	justify-content: space-between;

	margin-bottom: 25px;

}

.down_btn{

	width: 47%;

	height: 54px;

	background: #a34885;

	border-radius: 5px;

	color: #fff;

	font-size: 18px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

}

.down_btn img{

	width: 15px;

	height: 18px;

	margin-left: 6px;

}

.down_btn a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

}

.collect{

	width: 100%;

}

.collect li{

	float: left;

	width: 50%;

	height: 30px;

	color: #333;

	font-size: 18px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

}

.collect img{

	width: 30px;

	height: 30px;

	margin-right: 12px;

}

.collect a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

}

.collect i{

	width: 1px;

	height: 24px;

	background: #cacaca;

	display: block;

	position: absolute;

	top: 3px;

	right: 0;

}

.collect li:last-child i{

	display: none;

}





/* 数据库-详情-认证 */

.appendix{

	width: 100%;

	padding-bottom: 10px;

}

.appendix ul{

	margin-right: -14px;

}

.appendix li{

	float: left;

	min-width: 90px;

	display: inline-block;

	text-align: center;

	line-height: 42px;

	padding: 0 10px;

	border: solid 1px #999;

	border-radius: 5px;

	color: #333;

	font-size: 16px;

	margin: 0 14px 15px 0;

}

.down_btn02{

	width: 100%;

	height: 54px;

	background: #a34885;

	border-radius: 5px;

	color: #fff;

	font-size: 18px;

	display: flex;

	justify-content: center;

	align-items: center;

	position: relative;

}

.down_btn02 img{

	width: 15px;

	height: 18px;

	margin-left: 6px;

}

.down_btn02 a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

	z-index: 2;

}

.tm{

	width: 100%;

	height: 100%;

	background: rgba(0, 0, 0, 0.7);

	position: fixed;

	top: 0;

	left: 0;

	z-index: 100;

}

.bu_box{

	width: 463px;

	background: #fff;

	border-radius: 15px;

	padding: 20px 24px 36px;

	overflow: hidden;

	position: absolute;

	top: 50%;

	left: 50%;

	transform: translate(-50%,-50%);

}

.bu_close{

	width: 30px;

	height: 30px;

	background: url(../images/ku_13.png) no-repeat;

	background-size: 100% 100%;

	cursor: pointer;

	position: absolute;

	top: 18px;

	right: 18px;

}

.bu_tit{

	width: 100%;

	text-align: center;

	line-height: 40px;

	color: #333;

	font-size: 28px;

	font-weight: bold;

	margin-bottom: 32px;

}

.sfbox{

	width: 100%;

	height: 61px;

	line-height: 61px;

	padding: 0 20px;

	background: #fbfbfb;

	border-radius: 5px;

	overflow: hidden;

	margin-bottom: 19px;

}

.sf_left{

	float: left;

	width: 120px;

	font-size: 18px;

	color: #333;

	font-weight: bold;

}

.sf_right{

	float: right;

	width: 235px;

}

.sf{

	width: 100%;

	height: 61px;

	line-height: 61px;

	text-align: right;

	padding-right: 35px;

	border: none;

	background: url("../images/ku_14.png") no-repeat scroll right center transparent;

	background-size: 20px 10px;

	color: #333;

	font-size: 18px;

	appearance: none;

	-webkit-appearance: none;

}

.shool{

	width: 100%;

	height: 61px;

	line-height: 61px;

	text-align: right;

	border: none;

	background: none;

	color: #333;

	font-size: 18px;

}

.shool::placeholder{

	color: #333;

}

.submit_p{

	padding-top: 6px;

}

.submit{

	width: 100%;

	height: 61px;

	background: #a34885;

	border: none;

	border-radius: 5px;

	cursor: pointer;

	color: #fff;

	font-size: 18px;

}





/* 作品投稿 */

.work_box{

	min-height: 500px;

	padding: 38px 0 10px;

}

.work_box .path{

	margin-bottom: 34px;

}

.work_left{

	float: left;

	width: 260px;

}

.work_right{

	float: right;

	width: 1308px;

}

.work_type{

	width: 100%;

}

.work_type li{

	height: 80px;

	line-height: 80px;

	color: #333;

	font-size: 22px;

	background: #fbfbfb;

	margin-bottom: 13px;

}

.work_type a{

	display: block;

	padding-left: 44px;

}

.work_type li:hover{

	background: #a34885;

	color: #fff;

}

.work_type li.on{

	background: #a34885;

	color: #fff;

}



.work_class{

	width: 100%;

	padding-bottom: 30px;

}

.work_class ul{

	margin-right: -18px;

}

.work_class li{

	float: left;

	width: 130px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	border: solid 1px #ccc;

	color: #333;

	font-size: 20px;

	margin-right: 18px;

}

.work_class li:hover{

	border: solid 1px #a34885;

	color: #a34885;

	font-size: 26px;

}

.work_class li.on{

	border: solid 1px #a34885;

	color: #a34885;

	font-size: 26px;

}



.work{

	width: 100%;

	position: relative;

}

.work ul{

	margin-right: -2%;

	position: relative;

	overflow: hidden;

}

.work li{

	width: 31.33%;

	border-radius: 5px;

	background: #fbfbfb;

	padding-bottom: 10px;

	margin: 0 2% 0 0;

	overflow: hidden;

	position: absolute;

}

.work_pic{

	width: 100%;

	overflow: hidden;

	margin-bottom: 8px;

}

.work_pic img{

	width: 100%;

}

.work_con{

	width: 90%;

	margin: 0 auto;

}

.work_tt{

	height: 36px;

	line-height: 36px;

	color: #333;

	font-size: 22px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.work_bot{

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.work_time{

	width: 45%;

	height: 30px;

	color: #999;

	font-size: 16px;

	display: flex;

	align-items: center;

}

.work_time img{

	width: 18px;

	height: 18px;

	margin-right: 12px;

}

.work_z{

	height: 30px;

	color: #999;

	font-size: 16px;

	display: flex;

	align-items: center;

}

.work_z img{

	width: 18px;

	height: 18px;

	margin-right: 12px;

}

.work_box02{
	padding-bottom: 50px;
}
.work02{
	width: 100%;
}
.work02 ul{
	margin-right: -2%;
}
.work02 li{
	float: left;
	width: 18%;
	height: 290px;
	background: #fbfbfb;
	padding-bottom: 10px;
	margin: 0 2% 30px 0;
	overflow: hidden;
}
.work_di{
	padding-top: 10px;
}
.work_di .dashi_time {
	float: left;
	width: 65%;
}
.sc{
	float: right;
	height: 26px;
	color: #333;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.sc img{
	width: 18px;
	height: 18px;
	margin-right: 6px;
}



/* 作品投稿-说明 */

.tgsm_box{

	padding: 15px 2.5% 110px;

}

.tgsm_tit{

	color: #333;

	font-size: 26px;

	font-weight: bold;

	line-height: 36px;

	margin-bottom: 40px;

}

.tgsm{

	color: #333;

	font-size: 18px;

	line-height: 40px;

	text-align: justify;

}

.tgsm img{

	margin-bottom: 34px;

}





/* 作品投稿-详情 */

.zpshow_bg{

	width: 100%;

	background: #fff;

	min-height: 500px;

	padding: 36px 70px 90px 36px;

}

.zpshow_con{

	width: 100%;

	display: flex;

	color: #333;

	font-size: 18px;

	margin-bottom: 22px;

}

.zpshow_con:last-child{

	margin-bottom: 0;

}

.zpshow_left{

	float: left;

	width: 106px;

	line-height: 30px;

}

.zpshow_right{

	float: left;

	width: calc(100% - 106px);

	font-weight: bold;

	text-align: justify;

}

.zpshow_right img{

	margin-top: 30px;

}





/* 分销推广 */

.fen_box{

	background: #f8f8f8;

	padding: 22px 0 45px;

}

.fen_box .path{

	margin-bottom: 30px;

}

.fen_con{

	padding: 30px 42px 54px;

	background: #fff;

}

.fen_txt{

	color: #333;

	font-size: 18px;

	line-height: 34px;

	margin-bottom: 45px;

}

.tui_box{

	background: #f4f4f4;

	border-radius: 5px;

	padding: 32px 40px;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.tui_text{

	width: 60%;

	color: #a34885;

	font-size: 18px;

	line-height: 28px;

	font-weight: bold;

}

.tui_text h1{

	font-size: 18px;

	margin-bottom: 4px;

}

.tui_btn{

	width: 277px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	border-radius: 60px;

	background: #a34885;

	cursor: pointer;

	color: #fff;

	font-size: 18px;

}





/* 个人中心 */

.mine_box{

	display: flex;

	justify-content: space-between;

}

.mine_left{

	width: 231px;

	min-height: 400px;

	background: #fff;

	padding: 13px 25px 8px;

}

.mine_right{

	width: 1333px;

	background: #fff;

}

.r01{

	padding: 38px 32px;

}

.mine_tyle{

	width: 100%;

}

.mine_tyle li{

	height: 84px;

	border-bottom: solid 1px #eee;

	color: #333;

	font-size: 20px;

	display: flex;

	align-items: center;

	position: relative;

}

.mine_tyle li:last-child{

	border-bottom: none;

}

.mine_tyle img{

	width: 34px;

	height: 34px;

	margin-right: 12px;

}

.mine_tyle a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.img02{

	display: none;

}

.mine_tyle li:hover .img01{

	display: none;

}

.mine_tyle li:hover .img02{

	display: block;

}

.mine_tyle li:hover{

	color: #a34885;

	font-weight: bold;

}

.mine_tyle li.on .img01{

	display: none;

}

.mine_tyle li.on .img02{

	display: block;

}

.mine_tyle li.on{

	color: #a34885;

	font-weight: bold;

}



.mine_top{

	width: 100%;

	background: #f8f8f8;

	padding: 30px 45px 30px 32px;

	margin-bottom: 20px;

}

.mine_head{

	float: left;

	width: 96px;

	height: 96px;

	border: solid 2px #ffeddb;

	border-radius: 50%;

	margin-right: 20px;

	overflow: hidden;

}

.mine_head img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.mine_center{

	float: left;

	width: 60%;

	margin-top: 11px;

	color: #333;

	font-size: 18px;

	line-height: 34px;

}

.mine_center h1{

	font-size: 24px;

	line-height: 36px;

}

.mine_center h1 span{

	background: #a34885;

	line-height: 25px;

	padding: 0 14px;

	border-radius: 13px 13px 13px 0;

	color: #fff;

	font-size: 14px;

	display: inline-block;

	margin: 0 0 5px 18px;

	vertical-align: middle;

}

.revise{

	float: right;

	width: 120px;

	height: 37px;

	border: solid 1px #a34885;

	background: #fff;

	border-radius: 40px;

	color: #a34885;

	font-size: 16px;

	font-weight: bold;

	margin-top: 28px;

	display: flex;

	justify-content: center;

	align-items: center;

	cursor: pointer;

}

.revise img{

	width: 17px;

	height: 17px;

	margin-right: 14px;

}

.mine_con{

	width: 100%;

	background: #f8f8f8;

	padding: 28px;

}

.mine{

	color: #333;

	font-size: 18px;

	line-height: 40px;

}

.mine_l{

	float: left;

	width: 108px;

	text-align: right;

	padding-right: 15px;

}

.mine_r{

	float: left;

	width: calc(100% - 108px);

	font-weight: bold;

}





/* 个人中心-身份认证 */

.r02{

	padding: 32px 1px;

}

.sfrz_top{

	padding-right: 34px;

}

.title{

	float: left;

	line-height: 42px;

	color: #333;

	font-size: 24px;

	font-weight: bold;

}

.title i{

	float: left;

	width: 7px;

	height: 27px;

	display: block;

	background: #a34885;

	margin: 7px 34px 0 0;

}

.sfrz_box{

	padding: 30px 48px;

}

.sfrz_con{

	width: 52%;

	height: 65px;

	line-height: 65px;

	padding: 0 26px;

	background: #f8f8f8;

	margin-bottom: 15px;

}

.sfrz_left{

	float: left;

	width: 28%;

	font-size: 18px;

	color: #999;

}

.sfrz_right{

	float: right;

	width: 70%;

}

.sfrz{

	width: 100%;

	height: 65px;

	line-height: 65px;

	text-align: right;

	padding-right: 34px;

	border: none;

	background: url("../images/ku_14.png") no-repeat scroll right center transparent;

	background-size: 20px 10px;

	color: #999;

	font-size: 18px;

	appearance: none;

	-webkit-appearance: none;

}

.college{

	width: 100%;

	height: 65px;

	line-height: 65px;

	text-align: right;

	padding-right: 34px;

	border: none;

	background: none;

	color: #999;

	font-size: 18px;

}

.college::placeholder{

	color: #999;

}

.sfrz_p{

	padding-top: 20px;

}

.sfrz_btn{

	width: 201px;

	height: 66px;

	background: #a34885;

	border: none;

	border-radius: 5px;

	cursor: pointer;

	color: #fff;

	font-size: 18px;

	font-weight: bold;

}





/* 个人中心-我的积分 */

.jfze{

	float: right;

	height: 38px;

	color: #a34885;

	font-size: 16px;

	line-height: 24px;

	display: flex;

	align-items: flex-end;

	padding-right: 18px;

}

.jfze span{

	font-size: 30px;

	font-weight: bold;

	line-height: 32px;

}

.jifen_box{

	padding: 24px 44px 24px 37px;

}

.jifen_list{

	width: 100%;

}

.jifen_list li{

	min-height: 87px;

	padding: 15px 30px 15px 32px;

	background: #fcfcfc;

	border-radius: 5px;

	margin-bottom: 14px;

	display: flex;

	justify-content: space-between;

	align-items: center;

}

.jifen_left{

	width: 60%;

}

.jifen_txt{

	color: #333;

	font-size: 18px;

	line-height: 30px;

}

.jifen_time{

	color: #999;

	font-size: 16px;

	line-height: 26px;

}

.jifen_right{

	float: right;

	width: 40%;

	text-align: right;

	color: #333;

	font-size: 24px;

	font-weight: bold;

	line-height: 32px;

}





/* 个人中心-我的证书 */

.zhengshu_box{

	padding: 16px 50px 16px 40px;

}

.zhengshu{

	width: 100%;

}

.zhengshu li{

	min-height: 167px;

	background: #f8f8f8;

	padding: 12px 120px 15px 13px;

	position: relative;

	margin-bottom: 17px;

}

.zhengshu_pic{

	float: left;

	width: 195px;

	height: 140px;

	overflow: hidden;

	margin-right: 22px;

}

.zhengshu_pic img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.zhengshu_r{

	float: left;

	width: 880px;

}

.zs_tt{

	color: #333;

	font-size: 24px;

	height: 54px;

	line-height: 54px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.zs_time{

	color: #999;

	font-size: 16px;

	height: 30px;

	line-height: 30px;

	overflow: hidden;

	margin-bottom: 10px;

}

.zs_more{

	width: 78px;

	height: 34px;

	line-height: 34px;

	text-align: center;

	background: #fff;

	border: solid 1px #999;

	border-radius: 5px;

	color: #999;

	font-size: 14px;

}

.zs_more a{

	display: block;

}

.zs_tr{

	width: 72px;

	height: 35px;

	line-height: 35px;

	text-align: center;

	color: #fff;

	font-size: 14px;

	position: absolute;

	top: 0;

	right: 0;

}

.yidu{

	background: #b4b4b4;

}

.weidu{

	background: #ff0000;

}





/* 个人中心-我的收藏 */

.shouc_box{

	padding: 6px 44px;

}

.shouc_type{

	width: 100%;

}

.shouc_type li{

	display: inline-block;

	color: #333;

	font-size: 18px;

	line-height: 64px;

	padding: 0 4px;

	margin-right: 36px;

}

.shouc_type i{

	width: 60%;

	height: 2px;

	background: #a34885;

	border-radius: 5px;

	display: block;

	margin: 0 auto;

	opacity: 0;

}

.shouc_type li.on{

	color: #a34885;

}

.shouc_type li.on i{

	opacity: 1;

}

.shouc{

	width: 100%;

}

.shouc li{

	height: 174px;

	padding: 14px 110px 14px 15px;

	border: solid 1px #bebebe;

	position: relative;

	margin-bottom: 27px;

}

.shouc li:hover{

	border: solid 1px #a34885;

}

.shouc_pic{

	float: left;

	width: 204px;

	height: 139px;

	overflow: hidden;

}

.shouc_pic img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

.shouc_r{

	float: left;

	width: 792px;

	margin: 12px 0 0 27px;

}

.shouc_tt{

	height: 38px;

	line-height: 38px;

	color: #333;

	font-size: 24px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.shouc_time{

	color: #999;

	font-size: 16px;

	height: 44px;

	display: flex;

	align-items: center;

	overflow: hidden;

}

.shouc_time img{

	width: 18px;

	height: 18px;

	margin-right: 12px;

}

.shouc_text{

	color: #333;

	font-size: 14px;

	line-height: 22px;

	height: 22px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.quxiao{

	width: 77px;

	height: 34px;

	line-height: 34px;

	text-align: center;

	color: #a34885;

	font-size: 14px;

	border: solid 1px #a34885;

	border-radius: 5px;

	position: absolute;

	top: 50%;

	transform: translateY(-50%);

	right: 28px;

	cursor: pointer;

}

.quxiao a{

	display: block;

}





/* 个人中心-我的推广 */

.tgsm_btn{

	float: right;

	width: 180px;

	height: 42px;

	border: solid 1px #a34885;

	border-radius: 5px;

	color: #a34885;

	font-size: 18px;

	position: relative;

	display: flex;

	justify-content: center;

	align-items: center;

}

.tgsm_btn img{

	width: 24px;

	height: 24px;

	margin-left: 10px;

}

.tgsm_btn a{

	display: block;

	width: 100%;

	height: 100%;

	position: absolute;

	top: 0;

	left: 0;

}

.tg_box{

	padding: 28px 38px;

}

.tgrs{

	width: 100%;

}

.tgrs li{

	float: left;

	width: 272px;

	height: 108px;

	padding: 10px 35px;

	background: #fbfbfb;

	border-radius: 10px;

	color: #a34885;

	font-size: 16px;

	line-height: 28px;

	margin-right: 16px;

}

.tgrs h1{

	color: #333;

	font-size: 40px;

	line-height: 52px;

}

.tglinks{

	padding: 30px 16px 24px;

	color: #333;

	font-size: 18px;

	line-height: 34px;

}

.copylinks{

	width: 277px;

	height: 60px;

	line-height: 60px;

	text-align: center;

	background: #a34885;

	border-radius: 60px;

	color: #fff;

	font-size: 18px;

	margin-left: 16px;

	cursor: pointer;

}





/* 个人中心-我的下载 */

.down_box{

	padding: 20px 48px 20px 40px;

}

.down_list{

	width: 100%;

}

.down_list li{

	min-height: 70px;

	padding: 15px 130px 15px 0;

	border-bottom: dashed 2px #e7e7e7;

	position: relative;

}

.down_tt{

	height: 40px;

	line-height: 40px;

	color: #333;

	font-size: 24px;

	white-space: nowrap;

	overflow: hidden;

	text-overflow: ellipsis;

}

.btn_cxxz{

	width: 78px;

	height: 34px;

	line-height: 34px;

	text-align: center;

	border: solid 1px #a34885;

	border-radius: 5px;

	color: #a34885;

	font-size: 14px;

	cursor: pointer;

	position: absolute;

	top: 40px;

	right: 0;

}





/* 个人中心- 意见反馈 */

.feedback_box{

	padding: 30px 64px 30px 40px;

}

.feedback{

	width: 100%;

	height: 224px;

	color: #999;

	font-size: 18px;

	line-height: 32px;

	background: #f8f8f8;

	border: none;

	padding: 18px 26px;

	margin-bottom: 26px;

}

.feedback::placeholder{

	color: #999;

}

.btn_tj{

	width: 200px;

	height: 66px;

	background: #a34885;

	border: none;

	border-radius: 10px;

	color: #fff;

	font-size: 18px;

	font-weight: bold;

	cursor: pointer;

}





/* 个人中心-联系客服 */

.cus_box{

	padding: 38px 54px 38px 40px;

}

.cus_bg{

	width: 100%;

	min-height: 457px;

	background: url(../images/mine_24.jpg) no-repeat right top #f6f6f6;

	background-size: cover;

	border-radius: 15px;

	padding: 32px 50px;

}

.cus_txt{

	color: #333;

	font-size: 18px;

	line-height: 46px;

	margin-bottom: 20px;

}

.cuscode{

	width: 205px;

	height: 205px;

	border: solid 1px #dbdbdb;

	background: #fff;

	display: flex;

	justify-content: center;

	align-items: center;

}

.cuscode img{

	width: 184px;

	height: 184px;

}

.cuscode_txt{

	color: #333;

	font-size: 18px;

	line-height: 44px;

}



