/*设置初始样式*/
body{
    position:relative;
    font-size: 16px;
    font-family: "Hiragino Sans GB", "Microsoft YaHei", "宋体", Arial, Tahoma, Helvetica, Geneva, sans-serif;
    color: #494949;
}
@media screen and (max-width: 1200px) {
    body {
        width: 1200px;
    }
}
a {
    color: #505050;
    text-decoration: none;
}

a:hover {
	color: #505050;
}

/*公共样式 版芯*/
.inner_c{
    width: 1200px;
    margin: 0 auto;
}

.titleSEO {
    position: absolute;
    text-indent: -1000px !important;
    height: 0;
    margin-bottom:0;
    overflow: hidden;
}
.hideText  {
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.hideText2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.hideText3 {
	display:-webkit-box;
	-webkit-line-clamp:3;
	-webkit-box-orient:vertical;
	overflow:hidden;
}

input {
	color: #C1C1C1;
	font-size: 14px;
}

input::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #C1C1C1;
	font-size: 14px;
}

input::-moz-placeholder {
	/* Firefox 19+ */
	color: #C1C1C1;
	font-size: 14px;
}

input:-ms-input-placeholder {
	/* IE 10+ */
	color: #C1C1C1;
	font-size: 14px;
}

input:-moz-placeholder {
	/* Firefox 18- */
	color: #C1C1C1;
	font-size: 14px;
}

/* 媒体查询更改inner_c的宽度 中间的内容采用自适应处理 */

/* 宽度大于1200px */
/*@media screen and (min-width: 1200px){*/
    /*.inner_c {*/
        /*width: 1200px;*/
    /*}*/
/*}*/
/*@media screen and (max-width: 1200px){*/
    /*!*.inner_c {*!*/
        /*!*width: 960px;*!*/
    /*!*}*!*/
    /*.header .nav .navItem {*/
        /*font-size: 16px !important;*/
    /*}*/
/*}*/


input {
	color: #505050;
}





/*用户中心侧边栏样式*/

/*登录背景框*/

/*上传成功样式*/

/*文字闪烁*/



/* 背景颜色通用样式*/



/* 字体颜色通用样式*/
.color_red{
	color: red;
}

.color_blue {
	color: #1A86FF;
}
.color_blue:hover {
	color: #0D7FFF;
}
.color_blue:active {
	color: #0000ff;
}

.color_lightRed {
	color:#FF5460;
}
.color_gray {
	color:#909090;
}
.color_lightGray {
	color:#c1c1c1;
}
.color_bread {
	color:#BFC4C9;
}
.color_bk {
	color :#424447;
}
.color_yue {
	color:#F1BD52;
}
.color_ji {
	color:#FF753D;
}
.color_nian {
	color:#1A86FF;
}
.color_l1 {
	color:	#B4BAC0;
}

.border_lightGreen {
	border: 1px solid #1BB28A;
}
.border_bottom_1 {
	border-bottom: 1px solid #DDE5EC;
}

.vm {
 vertical-align: middle;
}

.fingler {
	cursor:pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* button */
.button_text {
	display: inline-block;
	line-height: 1;
	white-space: nowrap;
	cursor: pointer;
	background: #fff;
	border: 1px solid #dcdfe6;
	color: #606266;
	-webkit-appearance: none;
	text-align: center;
	box-sizing: border-box;
	outline: none;
	margin: 0;
	transition: .1s;
	font-weight: 500;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	padding: 12px 20px;
	font-size: 14px;
	border-radius: 4px;
	border-color: transparent;
	color: #409eff;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
}
.button_text:hover {
	color: #66b1ff;
	border-color: transparent;
	background-color: transparent;
}
.button_text:active {
	color: #3a8ee6;
	background-color: transparent;
}





/* 隐藏/显示 */
.hide {
	display: none;
}
.show {
	display: block;
}


/* 左侧菜单栏 */

/* 文字按钮 */




/* 返回顶部 */
#backToTop {
	 -webkit-transition: bottom .25s ease-in, opacity .25s ease-in;
	 -moz-transition: bottom .25s ease-in, opacity .25s ease-in;
	 -ms-transition: bottom .25s ease-in, opacity .25s ease-in;
	 transition: bottom .25s ease-in, opacity .25s ease-in;
	 opacity: 0;
	 outline: none;
	 position: fixed;
	 right: 50px;
	 bottom: -185px;
	 display: block;
	 width: 60px;
	 height: 60px;
	 background: url(../images/ontop.png) no-repeat;
	 background-size: 100% 200%;
	 background-position: 100% -60px;

 }

#backToTop.backToTop {
	display: none;
	opacity: 1;
	bottom: 100px;
}

#backToTop:hover {
	background: url(../images/ontop.png) no-repeat;
	background-size: 100% 200%;
}

.border_error {
	border: 1px solid red;
}

.layui-form-select .layui-input {
	color:#000;
}


/* 导航栏样式 */
.navLine {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #DDE5EC;
}
.navLine  .navBar {
	width: 680px;
	text-align: center;
}
.navLine .navBar a {
	position:relative;
	color:#424447;
	font-size: 18px;
	padding:0 25px;
}
.navLine .navBar a.cur {
	color:#1A86FF;
}
.navLine .navBar a.cur:after {
	position:absolute;
	bottom:0;
	left:0;
	content: '';
	width:100%;
	height: 4px;
	background: #1A86FF;
}

.navLine .searchWrapper {
	position:relative;
	box-sizing: border-box;
	height: 45px;
	border: 1px solid #1A86FF;
	border-radius: 4px;
}
.navLine .rightMenu {
	cursor: pointer;
	user-select: none;
}
.searchWrapper .searchNav {
	width: 80px;
	height:43px;
	line-height: 43px;
	text-align: center;
	color:#1A86FF;
	background: #E8F3FF;
	cursor: pointer;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.searchWrapper .searchInput {
	padding-left: 15px;
}
.searchWrapper .searchButton {
	position:relative;
	width: 76px;
	height: 45px;
	background: #1A86FF;
	text-align:center;

}
.searchWrapper .searchButton .searchIcon {
	position:absolute;
	top: -12px;
	left: 18px;
	font-size: 40px;
	color: #FFF;
}
.rightMenu .huo {
	margin: 0 17px;
	font-size: 18px;
	color: #1A86FF;
}
.rightMenu .publishButton {
	width: 96px;
	height: 45px;
	line-height: 45px;
	border-radius: 4px;
	color:#FFF;
	text-align: center;
	background: #1A86FF;
}

.searchWrapper .selectList {
	position:absolute;
	top:45px;
	background: #FFF;
	width: 100%;
	box-shadow: 0px 2px 5px 0px #dde7f1;
	cursor: pointer;
}
.searchWrapper .selectList li  {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color:#424447;
	border-bottom: 1px solid  #DDE5EC;
}
.searchWrapper .selectList li:last-child  {
	border-bottom: none;
}
.searchWrapper .selectList li:hover  {
	background: #E8F3FF;
	color:#1A86FF;
}

/*
	加载更多样式
 */
.moreButton {
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#FFFFFF;
	
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .1s ease-in;
}
.moreButton a,.moreButton span{
	border:1px solid #1A86FF;
	border-radius:5px;
	padding:5px 10px;
	margin-right:10px;
	color:#1a86ff;
}
.moreButton a:hover{
	background:#1a86ff;
	color:#fff;
}
.moreButton a.curpage{
	background:#1a86ff;
	color:#fff;
}
.moreButton span{
	color:#333;
}


.moreButton:active {
	color: #1A86FF;
	background: #FFF;
	border: 1px solid #1A86FF;
}
.moreButton2 {
	box-sizing: border-box;
	width:100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color:#1A86FF;
	background: #E8F3FF;
	border:1px solid #1A86FF;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all .1s ease-in;
}
.moreButton2:hover {
	background: #f5f5f5;
}
.moreButton2:active {
	color: #1A86FF;
	background: #FFF;
	border: 1px solid #1A86FF;
}
/*
	副标题样式
*/
.aside-title {
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	background: #FFF;
	padding: 0 25px;
	color:#424447;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.aside-title-line {
	box-sizing: border-box;
	height: 50px;
	line-height: 50px;
	background: #FFF;
	padding: 0 25px;
	color:#424447;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.anzhuoIcon {
	color:#78C258;
}

.iosIcon {
	color:#A7B2B8;
}

.tag {
	padding: 2px 6px;
	font-size: 12px;
	margin-right: 8px;
}

.tagType1 {
	color: #1A86FF;
	border: 1px solid #1A86FF;
	font-weight: 500;
}

.tagType2 {
	color: #FF5460;
	border: 1px solid #FF5460;
}

/*
	搜索默认页
*/

.search_nodata {
	box-sizing: border-box;
	padding-top: 120px;
	height: 600px;
	width: 100%;
	text-align: center;
	background: #FFF;
	margin-bottom: 20px;
}
.search_nodata .search_default_img {
	width: 150px;
}
.search_nodata  .search_tip {
	color: #9399A1;
}


