* {
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0;
	margin: 0;
	color: #3f3f3f;
}

a {
	text-decoration: none;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

li {
	list-style: none;
}

/* 清除浮动 */
.nofly:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
 }
 
 .nofly {
     zoom: 1;
 }


/*省略号*/

.slh {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

img {
	display: block;
}

html,
body {
	width: 100%;
	/* height: 100%; */
}

[v-cloak] {
	display: none;
}


/*遮罩*/

.zhezhao {
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	top: 0;
	left: 0;
	z-index: 3;
}


/*提示语样式*/

.tishi {
	display: none
}

.tishishow {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0;
	left: 0;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(51,51,51,0.15);
}

.tishi span {
	background-color: #fff;
	color: #333;
	padding: 12px 24px;
	letter-spacing: 2px;
	border-radius: 6px;
	box-shadow: 0 0 10px rgba(51,51,51,0.15);
}


/*登录样式*/

.topbj {
	width: 100%;
	float: left;
}

.detail {
	background: url(../img/bj.png) no-repeat right bottom;
}

.detailimg {
	margin: 0 auto;
	width: 39.06%;
	left: 30.47%;
	position: absolute;
	top: 0;
}

.reg_title {
	display: none;
}

.el-input__icon {
	line-height: 34px;
}

.information {
	width: 39.06%;
	box-sizing: border-box;
	margin: auto;
	min-width: 500px;
	padding-bottom: 10px;
}

.information li span {
	display: block;
}

.information li input,
.information li select {
	width: 100%;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	outline-style: none;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	overflow: hidden;
	box-sizing: border-box;
	padding-right: 90px;
}

select {
	position: relative;
	z-index: 1;
	-webkit-appearance: none
}

.information li .icon {
	position: absolute;
	right: 4px;
	bottom: 12px;
	width: 11px;
	margin-right: 4px;
	z-index: 0;
}

.information li {
	position: relative;
	padding: 1vh 10% 0;
}
.qyxi_detail li{
	display: flex;
}
.lable {
	line-height: 32px;
	height: 32px;
}

.information .text {
	width: 100%;
	height: 32px;
	margin-top: -32px;
	line-height: 32px;
	padding: 0 10px;
	box-sizing: border-box;
	z-index: -1;
	border: 1px solid #bfbfbf
}


/*密码眼睛*/

.eye {
	position: absolute;
	right: 10%;
	bottom: 7px;
	margin-right: 4px;
}

.submit {
	display: block;
	width: 80%;
	margin: 22px auto 0;
	text-align: center;
	background-color: #ec6d31;
	color: #fff;
	line-height: 40px;
	border-radius: 4px;
	cursor: pointer;
}


/*注册*/


/*企业注册*/

.xieyi {
	text-align: center;
	margin-top: 20px;
	border: none;
}

.line {
	border-top: 1px dashed #bfbfbf;
	margin-top: 2vh;
}

.regi_menu {
	margin: 4vh auto -1px;
	text-align: center;
	width: 239px;
	display: flex;
	border-top: 1px solid #BFBFBF;
	position: relative;
	z-index: 2;
	border-bottom: none;
	border-radius: 4px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.regi_menu span {
	display: block;
	width: 80px;
	margin: -1px 0 0 -1px;
	padding: 10px 0;
	float: left;
	border-bottom: 1px solid #ec6d31;
}

.regi_menu span:nth-child(1) {
	border-left: 1px solid #BFBFBF;
	border-top-left-radius: 5px;
	border-right: 1px solid #BFBFBF;
}

.regi_menu span:nth-child(3) {
	border-right: 1px solid #BFBFBF;
	border-top-right-radius: 4px;
	border-left: 1px solid #BFBFBF;
}

.regi_menu span.active {
	border: 1px solid #ec6d31;
	border-bottom-color: #fff;
	border-radius: 4px;
	color: #0057A5;
	background-color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.register {
	border: 1px solid #ec6d31;
	padding: 20px 20px 30px;
}

.register li {
	padding: 1vh 10% 0;
}

.hengpai {
	display: flex;
}

.hengpai span.lable {
	width: 25%;
	white-space: nowrap;
}

.hengpai .right_input {
	width: 75%;
	position: relative;
}

.right_input .eye {
	right: 4px;
}

.right_input .code {
	height: 100%;
	background-color: #ec6d31;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	top: 0;
	right: 0;
	margin: 0;
	font-size: 12px;
	width: 85px;
	text-align: center;
}

/*个人*/

.code {
	background-color: #ec6d31;
	color: #fff;
	line-height: 32px;
	cursor: pointer;
	bottom: 0;
	margin: 0;
	font-size: 12px;
	width: 85px;
	text-align: center;
}


/*首页*/

.top {
	position: relative;
}
.logo_token{
	max-height: 350px;
	overflow: hidden;
}
.banner {
	width: 100%;
}

.menuicon {
	display: none;
}

.yidong {
	display: none;
	width: 100%;
	/* max-width: 55px; */
}

.logo {
	position: absolute;
	top: 20px;
	left: 12.5%;
	color: #fff;
	letter-spacing: 4px;
}
.max_logo{
	max-width: 400px;
	width: 21%;
	min-width:250px;
}
.my {
	position: absolute;
	top: 20px;
	right: 10%;
	display: flex;
	align-items: center;
}

.my a,.my img {
	margin: 0 10px;
}

.my img.pc {
	border-radius: 100%;
	width: 40px;
	height: 40px;
}

.my * {
	color: #fff;
}
.header {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 4vw;
	display: flex;
	justify-content: center;
}

.menu_secah {
	max-width: 1200px;
	text-align: center;
}

.menu {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* padding: 0 20px; */
}

.menu li {
	display: inline-block;
	margin-right: 20px;
}

.menu li a {
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 28px;
}

.seach {
	background: url(../img/search.png) no-repeat left top;
	background-size: 100% 100%;
	position: relative;
	padding: 3px;
	margin: 2vh 0;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

.seach_div {
	padding-right: 40px;
	position: relative;
}

.search_detail {
	width: 100%;
	box-sizing: border-box;
	border: none;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	outline: none;
	background-color: rgba(0, 0, 0, 0)
}

.seach_ico {
	position: absolute;
	right: 10px;
	top: 5px;
	border-left: 1px solid #ccc;
	width: 20px;
	padding: 5px;
}

.seach .menus {
	position: absolute;
	bottom: 0;
	top: 51px;
	text-align: left;
	height: min-content;
	border: 1px solid #D3D3D3;
	background-color: #fff;
	z-index: 2;
}

.seach .menus li {
	display: block;
	padding: 5px 20px;
	color: #0057a5;
}

.sanjiao {
	margin: -10px 0 0 10px;
}

.resou {
	/* display: flex; */
	/* justify-content: space-between; */
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 20px;
	color: #fff;
}

.resou span {
	color: #fff;
	cursor: pointer;
	margin-right: 7px; 
}


/*首页列表*/

.content {
	padding: 25px 0 1px 0;
	background-color: #F8F8F8;
}

.list {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	width: 90%;
	box-sizing: border-box;
	max-width: 1200px;
	margin: 0 auto 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.list_img {
	width: 19%;
}

.list_detail {
	width: 74.1%;
	margin-left: 6.5%;
}

.list_detail h3 {
	font-size: 16px;
	color: #0057a5;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
	background: url(../img/more.png) no-repeat right 10px top;
}

.list_detail ul {}

.list_detail ul li {
	background: url(../img/biaoji.png) no-repeat left center;
	padding: 10px 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}


/*圈子*/

.circle {
	justify-content: space-between;
}

.quanzi {
	width: 45%;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}

.quanzi img {
	width: 100%;
}

.quanzi span {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: rgba(0, 0, 0, .5);
	color: #fff;
}


/*个人中心*/
.content {
	width: 100%;
	position: relative;
}

.contnews {
	overflow: hidden;
}
.zx_title{
	width: 100%;
    max-width: none;
}
.zx_pc{
	text-align: center;
}
.bjback {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}	
.ziliao_yd {
    display: none;
}

.news .bjback {
	/* padding-left: 10%; */
	box-sizing: border-box;
	display: flex;
}
.news .Subclass_menu {
	float: left;
	text-align: left;
	width: 25%;
	padding: 25px 0;
	text-align: center;
	background-color: #f4f4f4;
}

.news .Subclass_menu li {
	cursor: pointer;
	line-height: 36px;
	padding-left: 15px;
}

.news .Subclass_menu li a {
	font-size: 16px;
}

.news .news_left {
	position: relative;
	padding-top: 25px;
	width: 65%;
	margin-left: 5%;
	float: left;
}

.news .left .fenlei a {
	color: #C2C2C2;
	border-color: #c2c2c2;
}
.yulan input{
		opacity: 0;
	}
.yulanimg {
    position: relative;
}
.sltyl {
	width: 80px;
	height: 80px;
	cursor: pointer;
	margin: 0 auto;
}
.yulan {
    margin: 0 auto;
    display: flex;
    width: 60px;
    text-align: center;
    flex-direction: column-reverse;
    position: relative;
    cursor: pointer;
}	
.qyxi_detail li .yulan span {
    width: 100%;
    position: absolute;
}
.qyxi_detail li .lable{
	width: 100px;
}
.qyxi_detail li .right_input{
	width: 70%;
}
.select{
	position: relative; width: 35%;
}
/*table布局*/
.table th, .table td {
    padding: 4px;
    text-align: center;
    max-width: 170px;
	min-width: 80px;
}
.table th {
    background-color: #f07e436e;
    color: #3F3F3F;
}
/*会员*/
.hy_jibie{	
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.month{
	background: url(../img/huiyuan_bj.png) no-repeat top left;
	background-size: 100%;
	width: 218px;
	height:369px;
	position: relative;
}
.money{
	position: absolute;
	font-size: 20px;
	left: 50%;
	top: 31px;
	transform: translateX(-50%);
}
.members_name{
	font-size: 18px;
	position: absolute;
	top: 108px;
	left: 50%;
	transform: translateX(-50%);
}
.members_desc{
	font-size:13px;
	position: absolute;
	top: 162px;
	width:170px;
	left:50%;
	text-align: center;
	line-height: 24px;
	margin-left: -85px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.subimt{
	font-size: 14px;
	position: absolute;
	text-align: center;
	color: rgb(192, 70, 13);
	bottom: 38px;
	left: 50%;
	margin-left: -53px;
	width:106px;
	height:40px;
	background: url(../img/huiyuan.png) no-repeat left top;
	background-size:100%;
	cursor: pointer;
	line-height: 40px;
}
																/*我的收藏*/
.lists .lists_detail:last-child{
	border: none;
}
.lists_detail{
	border-bottom: 1px dotted #ccc;
	padding: 10px 10px 12px 26px;
	position: relative;
}
.lists_content{
	position: relative;
}

.lists_detail .xuanzhong{
	position: absolute;
	left:8px;
	top: 16px;
	width: 14px;
}
.menu_gongneng{
	border-bottom: 4px solid #ec6d31;
	padding-bottom: 8px;
	display: flex;
	align-items: center;
	flex-direction: row;
}	
.down{
	border-bottom: none;
	border-top: 4px solid #ec6d31;
	padding-top: 10px;
}
.lists_detail p{
	margin: 5px 0;
}
.title{
	padding-right:110px;
	overflow: hidden;
}														
.menu_gongneng span{
	display: inline-block;
	padding: 6px 14px;
	background-color: #ec6d31;
	color: #fff;
	cursor: pointer;
	margin-right: 8px;
}																
.blue{
	color: #ec6d31;
	cursor: pointer;
}
.hui{
	color: #999;
}
p.hui a{
	text-decoration: underline;
	margin-right: 4px;
}
.zhaiyao{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.zhaiyao a{
	display: block;
	overflow: hidden;
}
.background_blue{
	background-color: #ec6d31;
	padding: 6px 14px;
	display: inline-block;
}	
.fenxiang{
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
}




/*我的关注*/
.qyzl{
	padding-bottom: 60px;
}
.guanzhu{
	display: flex;
	position: relative;
	margin-top: 20px;
	/* border-bottom: 1px solid #ccc; */
	padding: 0 10px;
}
.guanzhu img{
	width: 50px;
	height: 50px;
	border-radius: 100%;
	margin-top: -4px;
}
.focus_detail{
	margin-left:20px;
}
.focus_detail p{
	margin:14px 0;
}
.qxgz{
	position: absolute;
	right: 15px;
	top: 0;
	background-color:#ec6d31;
	color: #fff;
	padding: 3px 4px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
}

/*我的购买*/

.buy_list{
	padding: 10px 8px;
}
.shoucang{
	right: 39px;
}

/*具体圈子*/
.paixu small{
	color: #fff;
	padding-right:8px;
}
.paixu img{
	float: right;
	width: 7px;
	margin-top: 2px;
}
.quanzi_xuezhe .bjback{
	padding: 0;   
	max-width: 750px;
	width: 60%;
}
.quanzi_xuezhe .news_left{
	width: 100%;
	margin: 0;
}
.quanzi_xuezhe .lists_detail{
	padding:10px 10px 12px 10px ;
}
.quanzi_xuezhe .lists_detail .guanzhu{
	/* align-items: center; */
}
.quanzi_xuezhe .qxgz{
	border-radius: 0;
}

.qxgz_no{
	background-color: #ccc;		
}
.quanzi_guanzhu{
	align-items: center;
	margin-bottom: 20px;
}

/*成果搜索页面*/
.seach_center{
    padding: 10px;
    /* overflow: hidden; */
    width: 90%;
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto 25px;
}
.seach_title{
	position: relative;
	height: 44px;
	background-color: transparent;
	word-break: break-word;
	border-bottom: 3px solid #F1662F;
}
.seach_title_title{
	margin: 0px !important;
	margin-right: 10px;
	padding: 0 25px;
	height: 100%;
	line-height: 44px;
	color: #fff !important;
	font-size: 16px;
	background-color: #ec6d31;
}
.seach_title_left{
	display: inline-block;
    float: left;
	margin: 0 5px;
	margin-left: 15px;
	line-height: 44px;
	color: #909090;
}
.seach_title_right{
	float: left;
	margin: 0 5px;
	line-height: 24px;
}
.sezch_title_tiaojian{
	padding-left: 70px;
	position: relative;	
}
.seach_lable{
	color: #909090;
	line-height: 44px;
	white-space: nowrap;
	position: absolute;left: 0;top: 0;
}

.seach_qx{
	margin-top: 12px;
}

.seach_text{
	float: left;
	margin-top: 12px;
	background-color:rgba(247,247,247,.5);
	display: inline-block;
	padding: 1px 7px 1px 3px;
	margin-right: 2px;
	border:1px solid rgba(160,160,160,0.4);
	border-radius: 4px;
	background-color: #fff;
	line-height: 18px;
}

.seach_text span{
	font-size: 12px;
	line-height: 14px;
}

.sezch_close{
	cursor: pointer;
	display: inline-block;    
	position: relative;
	top: -2px;
	left: 2px;
	width: 7px;
}
.seach_qx{
	white-space: nowrap;
	cursor: pointer;
	color: #f85420;
	padding:0 4px;
	line-height: 24px;
	display: inline-block;
	background-color:rgba(247,247,247,.5);
}
	/*搜索分类*/
.seach_menu{
	margin-bottom: 20px;
	padding: 10px;
	background-color: #fff;
}
.seach_menu_list{
	display: flex;
	background-color: rgba(255,255,255,0.8);
	position: relative;
	width: 100%;
}
.fenlei_title{
	padding: 10px 4px;
	box-sizing: border-box;
	width:12%;
	font-weight: bold;
}
.seach_gjz{
	width: 86%;
	box-sizing: border-box;
	/* padding: 10px 4px; */
	height: 39px;
	line-height: 39px;
	overflow: hidden;
}
.sezch_height{
	height: auto;
}

.seach_gjz span{
	display: inline-block;
	margin-right: 12px;
	cursor: pointer;
	line-height: 39px;
}
.seach_gjz span label{
	cursor: pointer;
	color: rgba(94, 158, 242, 0.9);
}
.sezch_more{
	position: absolute;
	right:10px;
	top: 7px;
	padding: 10px;
}
				/*成果详情*/
.cgxq_title{
	color: rgb(216, 94, 46);
	/* #0057a5 */
	margin: 30px 0 20px;
	font-size: 18px;
}
/*阅读分享之类*/	
.czan{
	
}
.czan span{
	background-color:#F1662F;
	/* 2994f5 */
	color: #fff;
	padding: 6px 20px;
	margin:8px 4px 0 0;
	display: inline-block;
	cursor: pointer;
}			
.detail_fenlei{
	margin-top: 10px;
}	
.detail_fenlei li{
	display: flex;
	margin-top:10px ;
}
.detail_fenlei span{
	white-space: nowrap;
	width: 70px;
	display: inline-block;
}			
.detail_fenlei a{
	color: #ec6d31;
	margin-right: 4px;
	display: inline-block;
	display: inline-block;
	cursor: pointer;
}	

/*暂无信息*/
.zwnr{
	/* position: absolute; */
	/* left: 50%; */
	/* margin-left: -40px; */
	/* top: 100px; */
	text-align: center;
	margin-top: 40px;
}
.zwnr img{
	width: 80px;
	display:  inline-block;
}
.zwnr p{
	text-align:center;
	color: #999;
	padding-top: 8px;
	margin-left: 2px;
	letter-spacing: 8px;
}
/*分页样式*/
.page{
    position: absolute;
    bottom: 10px;
    width:100%;
    text-align: center;
    padding: 4px 10px;
    border: 1px solid #eee;
    box-sizing: border-box;
    box-shadow: 0px 0px 12px -7px #343434;
    border-radius: 4px;
}
.app_page{
	display: none;
}
.page_num{	
	padding:8px 12px;
	margin: 0 4px;
	display: inline-block;
	cursor: pointer;
}
.page .active{
	background-color: #FCCBBC;
	border: 1px solid #AEADAD;
	margin: 0;
}
.page input{
	width: 30px;
	text-align: center;
}
.upnum,.downnum{
	margin: 0 10px;
	color: #ec6d31;
	cursor: pointer;
}
/*网站底部*/

.footer {
	background-color: #212121;
	padding: 35px 0;
}

.foter_menu {
	text-align: center;
	margin: 0 auto;
	width: 90%;
}

.foter_menu a {
	color: #fff;
	padding: 0 2vw;
}

.footer p {
	text-align: center;
	padding: 30px 10px 0;
	box-sizing: border-box;
	width: 90%;
	margin: 0 auto;
}

.footer p span {
	color: #fff;
	font-size: 12px;
	padding-right:14px;
}


/*响应式*/
@media screen and (max-width: 980px) {
	.app_page{
		display: block;
	}
	.pc_page{
		display: none;
	}
	.fenlei_title{
		width:22%;
	}
}
@media screen and (max-width: 640px) {
	/*登录开始*/
	.information {
		min-width: auto;
	}
	.information li input {
		height: 26px;
		line-height: 26px;
	}
	.information .text {
		width: 100%;
		height: 26px;
		margin-top: -26px;
		line-height: 26px;
		padding: 0 10px;
		box-sizing: border-box;
		z-index: -1;
		border: 1px solid #bfbfbf;
	}
	.reg_title {
		display: block;
		color: #fff;
		font-size: 16px;
		margin-top: -36px;
		margin-bottom: 26px;
		text-align: center;
		letter-spacing: 5px;
		margin-left: -5px;
	}
	.detailimg {
		display: none;
	}
	.information {
		width: 100%;
	}
	/*密码眼睛*/
	.eye {
		bottom: 5px;
		    line-height: 26px;
	}
	/*注册*/
	.register_cont {
		padding: 0 8px;
	}
	.register li {
		display: block;
	}
	.register li .right_input {
		width: 100%;
	}
	.right_input .code {
		line-height: 26px;
	}
	/*登录结束*/
	.pc {
		display: none;
	}
	.shows{
		height: 20px !important;
		display:block !important;
	}
	.hides{
		display: none !important;
	}
	.yidong {
		display: block;
	}
	/*首页导航*/
	.menuicon {
		display: block;
	}
	.my a,
	.my img {
		margin: 0 4px;
	}
	.menu {
		display: none;
		position: fixed;
		bottom: 0;
		background-color: #fff;
		z-index: 4;
		border: 1px solid #ec6d31;
		border-bottom: none;
		width: 80%;
		padding: 0;
		left: 10%;
		overflow: hidden;
		border-radius: 7vw;
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.menu li {
		display: block;
		border: none;
		color: #ec6d31;
		border-bottom: 1px solid #eee;
		padding: 2.5vw 0;
	}
	.menu li a {
		color: #3f3f3f;
	}
	/*首页头部部分*/
	.my,
	.logo {
		top: 10px;
	}
	.my {
		right: 6%;
	}
	.logo {
		left: 8%;
	}
	.seach {
		margin: 0;
	}
	.seach_div {
		padding-right: 30px;
	}
	.search_detail {
		height: 26px;
		line-height: 26px;
	}
	.seach_ico {
		top: 0;
		width: 16px;
		right: 4px;
	}
	.resou {
		display: none;
	}
	.seach .menus {
		top: 38px;
	}
	/*个人中心*/
	.news{
	}
	.news .bjback {
		padding: 0;
		flex-wrap: wrap;
		position: relative;
		min-height: 460px;
	}
	.ziliao_yd {
		display: block;
		position: relative;
		width: 100%;
		padding: 10px 0 0;
		line-height: 26px;
		border-bottom: 1px solid #ccc;
	}
	.ziliao_yd img {
		position: absolute;
		left: 14px;
		z-index: 2;
		top: 16px;
	}
	.ziliao_yd span {
		display: block;
		font-size: 16px;
		text-align: center;
	}
	.news .bjback .Subclass_menu {
		position: absolute;
		top: 0;
		left: -45%;
		background-color: #fff;
		height: 100%;
		z-index: 10;
		width: 40%;
		padding: 0;
		overflow-y: auto;
		box-shadow: 5px 0px 30px -14px #ec6d31;
		text-align: left;
		box-sizing: border-box;
		transition: left .6s;
		-moz-transition: left .6s;
		-webkit-transition: left .6s;
		-o-transition: left .6s;
	}
	.news .bjback .menu_yidong {
		left: 0%;
		padding: 10px 0;
		transition: left .6s;
		-moz-transition: left .6s;
		-webkit-transition: left .6s;
		-o-transition: left .6s;
	}
	.news .bjback .news_left {
		width: 100%;
		margin: 10px 0 0 0;
		box-sizing: border-box;
		padding: 0 10px;
	}
	.information li span.lable{
		width: 100%;
	}
	.right_input{
		width: 100%;
	}
	.left ul.qyxi_detail li, .retrieve_form li {
		padding: 10px 6%;
		flex-wrap: wrap;
	}
	.select{
		width: 100%;
	}
	.qyxi_detail li .right_input{
		width: 100%;
	}
	/*table*/
	.huadong{
	    overflow-x: scroll;
	}
	/* .mytable th, .mytable td {
	    white-space: nowrap !important;
	}	 */
	/*个人中心title*/
	.grzx_yidong{
		width: auto;
	    display: inline-block;
	    color: #fff;
	    position: absolute;
	    bottom: 4px;
	    left: 50%;
	    margin-left: -40px;
	    font-size: 20px;
	}
	/*会员*/
	.hy_jibie{
		justify-content: center;
	}
	.month{
		margin: 10px 0;
	}
	/*我的关注*/
	.guanzhu{
		margin-top: 10px;
		padding: 0;
	}
	.guanzhu img{
		width: 35px;
		height: 35px;
		margin-top: -4px;
	}
	.focus_detail{
		margin-left: 10px;
	}
	.focus_detail p{
		margin: 8px 0;
	}
	
	.qxgz{
		right: 0;
	}
	.buy_list{
		padding: 10px 0;
	}
	
	/*圈子列表*/
	.quanzi_xuezhe .bjback{
		box-sizing: border-box;
		margin-bottom: 150px;
		padding: 0 15px;
		width: 100%;
	}
	.quanzi_xuezhe .lists_detail{
		padding:10px 10px 12px 10px ;
	}
	/*搜索页面*/
	.seach_center{
		width: 100%;
		
	}
	.fenlei_title{
		width:25%;
	}
	.sezch_more{
		right: 4px;
	}
	.seach_gjz span{
		margin-right: 4px;
	}
	
	
	
	/*首页列表*/
	.list_img,
	.quanzi {
		width: 88%;
		margin: 2vh auto;
		display: block;
	}
	.list_detail {
		width: 90%;
		margin: 0 auto;
	}
	/*底部*/
	.footer {
		padding: 20px 0
	}
	.foter_menu a {
		padding: 0 2vw 0 0;
	}
	.footer p,
	.foter_menu {
		text-align: left;
	}
	.footer p {
		padding: 20px 0 0 0;
	}
	.footer p span {
		display: block
	}
}


/* loong 
2019 01 02
*/
.footer{
	width: 100%;
	position: inherit;
	bottom: 0;
}
.invalid{
	background-color: #ccc !important;
	color: #808080 !important;
}
.box_invalid{
	background-color: #ccc !important;
}
.share_nav{
	display: none;
}
.shares{
	position: relative;
}
.shares .share_nav{
	top: 30px !important;
}
.fenxiang:hover .share_nav, .shares:hover .share_nav{
	display: block;
}
.gray{
	color: #999999;
}
.list_item p:first-child{
	padding: 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px dashed #666;
}
.list_item p{
	line-height: 23px;
}
.tips_box{
	box-sizing: border-box;
	padding: 20px;
	position: fixed;
	z-index: 99;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 230px;
	height: 120px;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(51, 51, 51, 0.15);
	text-align: center;
	border-radius: 6px;
}
.tips_box p, .tips_box span{
	color: #333;
}

.tips_box span{
	padding: 5px;
	border-radius: 4px;
	display: block;
	width: 50px;
	height: 20px;
	background-color: #fa9872;
	text-align: center;
	margin: 25px auto;
	cursor: pointer;
	color: #fff;
}
.tips_box span:hover{
	background-color: #f8b094;
}
/* 关于我们 | 客户服务 | 免责声明 | 联系我们 */
.content_val{
	width: 90%;
	margin: auto;
	padding: 30px 10px;
	max-width: 1200px;
	box-sizing: border-box;
}
.content_val h3{
	margin-bottom: 15px;
	padding: 15px 0;
	border-bottom: 1px dashed #666;
	color: #f07e43;
	font-size: 16px;
}
.content_val p{
	line-height: 25px;
}
/*  */
.list_link{
	float: right;
	font-size: 14px;
	color: #f07e43;
	padding-right: 30px;
	cursor: pointer;
}
.cursors{
	cursor: pointer;
}
html{
	background-color: #f8f8f8;
}

.retrieve_box{
	width: 90%;
	max-width: 1200px;
	margin: 90px auto 0px auto;
}
.retrieve_form{
	transform: translateX(5%);
}

.quanzi_guanzhu_info{
	padding-left: 80px;
}

@media (max-width: 680px){
	.quanzi_guanzhu_info{
		padding-left: 0;
	}
}