@charset "utf-8";
a{
	text-decoration: none;
	outline: none;
	color:#454545;
	}
a{cursor:pointer;}
a:hover{
	text-decoration:none;
	color: #06B4F0;
}
ul{
	list-style: none;
	padding: 0;
}
body,form,input,select,textarea{	
	color:#454545;
	font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.mb-5 {
   margin-bottom: -5px !important; 
}

.header-top{
	padding: 12px 0;
}
.logo-img {
	width: 220px;
	height: 80px;
	padding: 0;
}
.logo-img img {
	width: 100%;
	margin-top: 6px;
}
/* 导航条 */
.navigation {
	background-color: #3987f8;
}
.nav > li.dropdown {
	position: relative;
}
.dropdown-menu {
	position: absolute;
	left: 0; 
	top: 42px;
	width: 330px; 
	z-index: 999;
	background: #fff;
	display: none;
	-webkit-box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.16);
	padding: 15px;
	border-radius: 0 0 3px 3px;
	box-sizing: border-box;
}
.dropdown-menu li {
	float: left;
	width: 48%;
	margin: 0 1%;
	font-size: 14px;
	color: #333;
	box-sizing: border-box;
	overflow: hidden;
}
.dropdown-menu > li > a {
	line-height: 24px;
	padding: 5px 0px;
	text-align: left;
	display: block;
	border-radius: 3px;
	transition: background-color 0.3s ease;
	padding-left: 5px;
}
/* 菜单项hover效果 */
.dropdown-menu > li > a:hover {
	background-color: #f0f7ff;
	color: #3987f8;
}
.dropdown-menu::before {
	background-color: #fff;
	content: "";
	width: 13px;
	height: 13px;
	position: absolute;
	top: -5px;
	left: 100px; 
	margin-left: -6.5px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .1s ease 0s;
	-moz-transition: all .1s ease 0s;
	-o-transition: all .1s ease 0s;
	transition: all .1s ease 0s;
	box-shadow: -2px -2px 3px rgba(0,0,0,0.05); 
}
.nav > li:hover .nav_name, .nav > li.active > a {
	background: #2574e8;
	color: #fff;
}
@media (min-width: 768px){
    .nav>li:hover .dropdown-menu {
	    display: block;
    }
	.nav > li {
		min-width: 200px;
	}
    .navbar-nav {
    	margin-left: 15px;
    }
}
.nav > li > a {
	padding: 10px 30px;
	position: relative; /* 为下拉按钮定位做准备 */
}
.nav .nav_name {
	color: white;
	font-size: 16px;
	text-align: center;
}
.navbar-toggle {
	padding: 9px 10px;
	margin-right: 8px 10px 8px 0;
}
.navbar-toggle .icon-bar {
	background-color:#979797;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 4px;
}
.navbar-toggle .icon-bar {
	width: 24px;
	height: 4px;
}

/* 搜索框 */
.search-box{
	float: right;
	margin-top: 20px;
}
#searchForm {
	display: inline-flex;
	line-height: 38px;
	border: 2px solid #3987f8;
	border-radius: 20px;
	background-color: #fff;
}
.search_input{
	display: inline-flex;
}
.search_filter{
	position: relative;
	flex-shrink: 0;
}
.selected_type {
	border: none;
	background: none;
	padding: 0 16px 0 11px;
	border-right: 1px solid #d0d0d0;
	font-size: 13px;
}
.search_type {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	background-color: #fff;
	text-align: center;
	border-radius: 8px;
	box-shadow: 0 0 5px #b5b5b5;
	padding: 2px 5px;
	z-index: 999;
	width: 120px;
}
.selected_type::after {
	border: 5px solid transparent;
	border-top: 6px solid #d2d2d2;
	width: 0;
	height: 0;
	position: absolute;
	top: 17px;
	right: 6px;
	content: ' ';
	transition: all .3s;
	-webkit-transition: all .3s;
}
.search_filter_selected::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	top: 12px;
}
.search_filter_selected + dl {
	display: block;
}
.search_type dd {
	line-height: 34px;
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px solid #e1e1e1;
}
.search_type dd:hover{
	color: white;
	background-color: #09b4f1;
}
.input_keyword {
	border: none;
	padding-left: 10px;
}
/* .input_keyword:focus {
	border: 0;
	box-shadow:  0 0 0 1px #5c87ff,0 0 0 3px #afddff;
} */
.mobile-search {
	display: none;
	float: right;
	background: none;
	border: none;
	padding: 8px;
	margin: 9px 0px 0px 0;
}
.mobile-search i{
	font-size: 23px;
	color: #979797;
}
.search_btn {
	border: none;
	color: white;
	padding: 0px 26px;
	background-color: #3987f8;
	border-top-right-radius: 15px;
	border-bottom-right-radius: 15px;
	flex-shrink: 0;
}

@media (max-width: 768px){
	.navigation {
		position: fixed;
		width: 320px;
		top: 0;
		left: 0;
		background-color: #242424;
		height: 100%;
		max-width: 100%;
		opacity: 0;
		visibility: hidden;
		z-index: 2222;
		transition: all 700ms ease;
		-moz-transition: all 700ms ease;
		-webkit-transition: all 700ms ease;
		-ms-transition: all 700ms ease;
		-o-transition: all 700ms ease;
		-webkit-transform: translateX(-101%);
		-ms-transform: translateX(-101%);
		transform: translateX(-101%);
	}
	.mobile-nav-open{
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}
	.nav > li:hover .nav_name, .nav > li.active > a {
		background: none;
		color: #07a7fa;
	}
	.nav .nav_name {
		color: #e4e4e4;
		text-align: left;
		border-bottom: 1px solid #333;
	}
	.navbar-header{
		border-bottom: 1px solid #eeeeee;
	}
	.search-box {
		display: none;
		margin: 10px;
	}
	.search_btn:focus {
    	outline: none;
    }
	.mobile-search{
		display: block;
	}
	.mobile-search:focus{
		outline: none;
	}
	.header-top {
		padding: 0;
	}
	.logo-img {
		width: 145px;
		height: auto;
		padding: 0;
	}
	#searchForm {
	    font-size: 13px;
    }
}

/* 轮播图 */
.swiper-slide{
	text-align: center;
	overflow: hidden;
}
.swiper-slide > img {
	width: 100%;
}

.cate-name {
	margin: 45px 0 5px;
	overflow: hidden;
	text-align: center;
}
.cate-name h2{
	font-size: 26px;
	color: #333;
	height: 32px;
	line-height: 32px;
	font-weight: 500;
	margin: 20px 0 0 0;
	padding: 0 80px;
	position: relative;
	display: inline-block;
}
.cate-name h2::before {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(/skin/images/cate_bg1.png) center no-repeat;
}
.cate-name h2::after {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(/skin/images/cate_bg2.png) center no-repeat;
}
.cate-name em {
	display: block;
	border-bottom: 1px solid #6789fb;
	width: 50px;
	margin: 15px auto 5px;
}
.read-more {
	text-align: center;
	margin: 15px 0;
}
.read-more a {
	border-radius: 2px;
	display: inline-block;
	font-size: 16px;
	border: 1px solid #dedede;
	padding: 6px 32px;
	-webkit-box-shadow: 0 1px 3px 0 rgba(180, 180, 180, 0.3);
	box-shadow: 0 1px 3px 0 rgba(232, 232, 232, 0.3);
	color: #9d9d9d;
	transition: all .3s;
}
.read-more a:hover {
	transform: translateY(-3px);
	background-color: #08b1f5;
	color: white;
}
.mb-wraper {
	padding: 13px 10px;
}
.articles-gap{
	margin: 10px -15px 30px;
}
.arclist {
	position: relative;
	display: block;
	background-color: #fff;
	margin: 20px 0;
	box-shadow: 0 14px 12px 0 rgba(52,73,94,.1);
	border-radius: 5px;
	overflow: hidden;
}
.arclist-title {
	background-size: 100% 100%;
}
.arclist-title a {
	display: block;
	position: relative;
	padding: 26px 0;
}
.arclist-title h3 {
	margin: 0;
	padding-left: 20px;
	font-size: 20px;
	color: white;
}
.arclist-title i {
	position: absolute;
	right: 20px;
	top: 27px;
	font-size: 20px;
	color: white;
}
.arclist ul {
	padding: 15px;
	margin: 0;
	line-height: 40px;
	list-style: decimal;
	padding-left: 35px;
}
.arclist ul li {
	border-bottom: 1px dashed #ccc;
}
.arclist-single li:nth-child(1){
	color: #f44336;
}
.arclist-single li:nth-child(2){
	color: #4caf50;
}
.arclist-single li:nth-child(3){
	color: #ffc107;
}
.arclist-single li:nth-child(4){
	color: #00bcd4;
}
.arclist-single li:nth-child(5){
	color: #2196f3;
}
.arclist-single li:nth-child(6){
	color: #e91e63;
}
.arclist-single:nth-child(1) > div:nth-child(1) > div:nth-child(1){
	background-image: url(/skin/images/arclist-bg1.png);
}
.arclist-single:nth-child(2) > div:nth-child(1) > div:nth-child(1){
	background-image: url(/skin/images/arclist-bg2.png);
}
.arclist-single:nth-child(3) > div:nth-child(1) > div:nth-child(1){
	background-image: url(/skin/images/arclist-bg3.png);
}

@media (max-width: 768px){
	.row {
		margin-right: -11px;
		margin-left: -11px;
	}
	.cate-name {
		margin: 16px 0 2px;
	}
	.cate-name h2 {
		font-size: 22px;
		height: 28px;
		line-height: 28px;
		margin: 12px 0 0 0;
	}
	.cate-name em {
		width: 45px;
		margin: 8px auto 2px;
	}
    .swiper-slide img {
    	width: 126%;
    	margin-left: -10%;
    }
    .swiper-button-prev:focus, .swiper-button-next:focus {
    	outline: none;
    }
    .swiper-button-prev::after, .swiper-button-next::after {
    	font-size: 26px;
    }
	.mb-wraper {
		padding: 9px 5px;
	}
	.dropdown-menu {
		width: 300px;
		left: 10px;
		margin: 0;
		background-color: rgb(58, 57, 57);
	}
	.dropdown-btn {
		position: absolute;
		right: 6px;
		top: 6px;
		width: 32px;
		height: 32px;
		text-align: center;
		font-size: 16px;
		line-height: 32px;
		color: #ffffff;
		background: #2f373e;
		cursor: pointer;
		border-radius: 2px;
		-webkit-transition: all 500ms ease;
		-o-transition: all 500ms ease;
		transition: all 500ms ease;
		z-index: 5;
	}
	.dropdown-btn.open {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.dropdown-btn i{
		color: #fff;
		font-weight: bold;
	}
	.dropdown-menu li {
		width: 48%;
		margin: 0 1% 8px 1%;
		color: #333;
	}
	.dropdown-menu > li > a {
		color: #d0d0d0;
	}
	.dropdown-menu::before {
		background-color: #3a3939;
		left: 80px;
		margin-left: -6.5px;
	}
	.mobile-nav{
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 12px 0;
	}
	.mobile-nav img{
		width: 74%;
	}
	.close-btn i{
		padding: 5px;
		color: #d1d1d1;
		font-size: 20px;
		cursor: pointer;
		-webkit-transition: all 0.9s ease;
		-o-transition: all 0.9s ease;
		transition: all 0.9s ease;
	}
	.mobile-nav-open .close-btn i{
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
.wangzhan-mb {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
	background-color: #fff;
	padding: 6px 6px 4px 6px;
	box-shadow: 0 0 6px #dcdcdc;
}
.wangzhan-mb:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.wangzhan-mb-thumb {
	height: 330px;
	overflow: hidden;
}
.wangzhan-mb-thumb a{
	display: block;
	/*height: 100%;*/
}
.wangzhan-mb-thumb img {
	width: 100%;
	border: 1px solid #e8e8e8;
	object-fit: fill;
	height: 100%;
	min-height: 300px;
}
.yuanma-mb-thumb {
	overflow: hidden;
}
.yuanma-mb-thumb a{
	display: block;
	height: 100%;
}
.yuanma-mb-thumb img {
	width: 100%;
	border: 1px solid #e8e8e8;
}
.wangzhan-mb h3 {
	margin: 0;
	padding: 12px 9px;
	font-size: 14px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.wangzhan-mb-icon {
	padding: 0px 5px 0px;
	border-top: 1px solid #efefef;
	color: #aaa;
	font-size: 12px;
	overflow: hidden;
}
.wangzhan-mb-icon > span:nth-child(1){
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}
.wangzhan-mb-icon > span:nth-child(2){
	float: left;
	margin-top: 5px;
}
.wangzhan-mb-icon > span:nth-child(3){
	background-color: #39c3f9;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-radius: 3px;
	float: right;
	margin-top: 5px;
}
.wangzhan-mb-icon i{
	font-size: 13px;
}
.sucai-list-icons {
	overflow: hidden;
}
.sucai-list-icons h3 {
	float: left;
}
.sucai-list-icons span {
	float: right;
	background-color: #39c3f9;
	color: #fff;
	padding: 2px 5px 2px 5px;
	text-align: center;
	border-radius: 3px;
	margin-top: 11px;
	margin-right: 9px;
}
/*banner页面样式*/
.banner-mb {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
	background-color: #fff;
	padding: 6px 6px 4px 6px;
}
.banner-mb:hover {
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
	-moz-transform: translateY(-6px);
	box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-webkit-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-moz-box-shadow: 0 26px 40px -24px rgba(0, 36, 100, 0.3);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.banner-mb h3 {
	margin: 0;
	padding: 5px 9px 3px;
	font-size: 13px;
	line-height: 1.4;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.banner-mb-thumb a{
	display: block;
}
.banner-mb-thumb img {
	width: 100%;
	height: 115px;
	border: 1px solid #e8e8e8;
}

.gg_shuoye {
	text-align: center;
	margin: 30px -5px;
	overflow: hidden;
}
.gg_shuoye img{
	width: 100%;
}
.mt40 {
	margin-top: 40px;
}
.dark-footer{
	background-color: #191f2b;
	color: rgba(245,255,255,.6);
	font-size: 14px;
}
.footer-widget {
	padding: 50px 0;
}
.copyright a{
	color: rgba(245,255,255,.6);
}
h4.widget-title {
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	text-transform: uppercase;
}
.footer-widget ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer-widget ul li {
	list-style: none;
	margin-top: 10px;
	display: block;
}
.footer-widget ul li a {
	color: rgba(245,255,255,.6);
	font-size: 14px;
	transition: all ease .4s;
	text-decoration: none;
}
.footer-widget ul li a:hover {
	color: #fff;
}
.introduce {
	margin: 0;
	margin-top: 16px;
	color: #c1c1c1;
	line-height: 26px;
}

/* ===== 登录/注册按钮 ===== */
.header_user {
	float: right;
	display: flex;
	align-items: center;
	gap: 6px;
}

.header_user a {
    font-size: 13px;
    padding: 5px 14px;
	margin-top: 9px;
    display: inline-block;
    border-radius: 20px;
    transition: all 0.25s ease;
    text-decoration: none;
    font-weight: 500;
    white-space: nowrap;
}

.i_login {
	color: #0f87d7;
	border: 1px solid #0f87d7;
	background: #f5f5f5;
}

.i_login:hover {
    color: #fff;
    background: #0f87d7;
    border-color: #0f87d7;
    box-shadow: 0 2px 8px rgba(15, 135, 215, 0.35);
}

.i_sign {
    color: #fff;
    border: 1px solid #08a802;
    background: #08a802;
}

.i_sign:hover {
    color: #fff;
    background: #06920a;
    border-color: #06920a;
    box-shadow: 0 2px 8px rgba(8, 168, 2, 0.35);
}

/* ===== 用户头像+下拉 ===== */
.user-profile {
    position: relative;
    display: inline-block;
}

.user-profile::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 12px;
    background: transparent;
}

.profile-head {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 5px 10px 5px 5px;
    cursor: pointer;
    border-radius: 22px;
    transition: background 0.2s ease;
    user-select: none;
}

.profile-head:hover {
    background: rgba(255, 255, 255, 0.15);
}

.profile-head img {
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.6);
    display: block;
    flex-shrink: 0;
    object-fit: cover;
}

.profile-head > span {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 下拉箭头图标 */
.profile-arrow {
    color: rgba(255, 255, 255, 0.85);
    font-size: 12px;
    transition: transform 0.25s ease;
    flex-shrink: 0;
}

/* 箭头旋转动画 */
.user-profile.open .profile-arrow {
    transform: rotate(180deg);
}

/* ===== 下拉菜单 ===== */
.profile-dropdown {
    list-style: none;
    margin: 0;
    padding: 6px 0;
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    min-width: 150px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.06);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
    pointer-events: none;
}

/* 小三角 */
.profile-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 18px;
    width: 10px;
    height: 10px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    transform: rotate(45deg);
}

/* 展开状态 */
.user-profile.open .profile-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
}

.profile-dropdown li {
    margin: 0;
    padding: 0;
}

/* 分割线 */
.profile-dropdown li.divider {
    height: 1px;
    background: #f0f0f0;
    margin: 4px 0;
}

.profile-dropdown li a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 16px;
    font-size: 13px;
    color: #444;
    text-decoration: none;
    transition: background 0.15s ease, color 0.15s ease;
    border-radius: 0;
    margin: 0;
    border: none;
    white-space: nowrap;
}

.profile-dropdown li a:hover {
    background: #f5f8ff;
    color: #0f87d7;
}

.profile-dropdown li a .fa {
    width: 14px;
    text-align: center;
    font-size: 13px;
    color: #999;
    transition: color 0.15s;
}

.profile-dropdown li a:hover .fa {
    color: #0f87d7;
}

/* 退出登录特殊色 */
.profile-dropdown li:last-child a:hover {
    background: #fff5f5;
    color: #e44;
}

.profile-dropdown li:last-child a:hover .fa {
    color: #e44;
}

@media (max-width: 768px){
	.header_user {
	    float: none;
	    justify-content: center;
	    padding: 10px 0 15px;
	    gap: 8px;
	}
	
	/* 移动端下拉靠左展开，防止溢出 */
	.profile-dropdown {
	    right: auto;
	    left: 0;
	    min-width: 140px;
	}
	.profile-dropdown::before {
	    right: auto;
	    left: 18px;
	}
	
	.profile-head > span {
	    color: #fff;
	    max-width: 70px;
	}
	
	.profile-arrow {
	    color: rgba(255, 255, 255, 0.85);
	}
	
	.gg_shuoye img{
		width: 140%;
		margin-left: -20%;
	}

	.dark-footer {
		padding-top: 20px;
	}
	.footer-widget {
		padding: 10px 0;
	}
	.footer-widget>img {
		width: 60%;
	}
	.footer-widget ul li {
		margin-top: 5px;
	}
	
	.footer-bottom {
		padding-top: 7px;
		font-size: 12px;
		border-top: 1px solid #5d5d5d;
		margin-top: 8px;
	}
	.copyright{
	    font-size: 11px;
	}
	.mt40 {
		margin-top: 20px;
	}
	.wangzhan-mb {
    	padding: 3px;
    }
    .wangzhan-mb-thumb {
    	height: 230px;
    }
    .wangzhan-mb-thumb img {
    	min-height: 215px;
    }
	.banner-mb {
    	padding: 3px;
    }
	.banner-mb-thumb img {
		height: auto;
	}
	.wangzhan-mb-icon {
	    font-size: 11px;
    }
    .wangzhan-mb-icon > span:nth-child(1){
    	display: none;
    }
    .wangzhan-mb-icon i {
    	font-size: 11px;
    }
}


/* 列表页 */
.filter-box {
	padding: 20px 0;
	border-bottom: 1px solid #eaeaea;
}
.filter-row {
	overflow: hidden;
	padding: 5px 0;
}
.filter-row a {
	padding: 3px 8px;
	border-radius: 5px;
	display: block;
	margin: 3px 6px;
	color: #888;
	border: 1px solid transparent;
}
.filter-row a.current {
	color: #0099e5;
	border: 1px solid #0099e5;
}
.filter-row a:hover{
	color: #0099e5;
	border: 1px solid #0099e5;
}
.filter-ul-title{
	float: left;
}
.filter-ul {
	overflow:hidden;
	margin-bottom: 5px;
}
.filter-ul li{
	float: left;
}

.filter-row2 {
	overflow: hidden;
	padding: 5px 0;
}
.color-all{
	float: left;
	padding: 3px 8px;
	border-radius: 5px;
	display: block;
	margin: 3px 6px;
	color: #888;
}
.color-all.current{
	color: #0099e5;
	border: 1px solid #0099e5;
}
.color-all:hover {
	color: #0099e5;
	border: 1px solid #0099e5;
}
.color-list {
	overflow: hidden;
	padding-left: 13px;
	margin-bottom: 5px;
}
.color-list li{
	float: left;
}
.color-list a {
	padding: 5px 8px;
	display: block;
	color: #888;
	margin-right: 7px;
	border-radius: 0;
	width: 28px;
	height: 19px;
	margin-top: 8px;
	border: 1px solid #dbdbdb;
}
.color-list a.active {
	-moz-box-shadow: 0px 0px 8px #66ad44;
	-webkit-box-shadow: 0px 0px 8px #1B1C2A;
	border: 4px dashed #333;
}
.color-list a.红色 {background: red !important;}
.color-list a.橙色 {background: orange !important;}
.color-list a.黄色 {background: yellow !important;}
.color-list a.绿色 {background: green !important;}
.color-list a.粉色 {background: #FF6EC7 !important;}
.color-list a.蓝色 {background: blue !important;}
.color-list a.紫色 {background: purple !important;}
.color-list a.黑色 {background: black !important;}
.color-list a.灰色 {background: gray !important;}
.color-list a.白色 {background: #FFF !important;}
.color-list a.咖啡色 {background: #964B00 !important;}
.color-list a.多色 {background-image: linear-gradient(to right,red,orange,yellow,#0be500,#0072de);}

.list-main {
	padding: 15px 0 25px;
	background-image: url(/skin/img/body-bg.png);
}
.paging {
	font-size: 0;
	text-align: center;
	line-height: 38px;
	margin: 30px 0 30px;
}
.paging a {
	background-color: #fff;
	border-radius: 2px 0 0 2px;
	color: #333;
	font-size: 14px;
	display: inline-block;
	margin: 0 4px;
	border: 1px solid #e2e2e2;
	padding: 1px 17px;
}
.paging a:hover, .paging a.current {
	background-image: linear-gradient(to bottom,#2196f3 0,#1976d2 100%);
	color: #fff;
}

@media (max-width: 768px){
	.mobile-container{
		padding-left: 6px;
		padding-right: 6px;
	}
	.list-main {
		padding: 5px 0;
	}
	.filter-box {
		padding: 10px 0 2px;
	}
	.filter-row {
		padding: 2px 0;
	}
	.filter-row a {
		padding: 1px 5px;
		border-radius: 3px;
		display: block;
		margin: 2px 3px;
		color: #888;
		font-size: 13px;
	}
	.filter-ul {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.filter-ul li {
		float: none;
		display: inline-block;
	}
	.color-all {
		float: left;
		padding: 1px 5px;
		border-radius: 3px;
		display: block;
		margin: 2px 3px;
		color: #888;
		font-size: 13px;
	}
	.color-list {
		overflow-x: scroll;
		white-space: nowrap;
		padding-left: 8px;
	}
	.color-list li {
		float: none;
		display: inline-block;
	}
	.color-list a {
		padding: 0;
		display: block;
		color: #888;
		margin-right: 7px;
		border-radius: 0;
		width: 27px;
		height: 17px;
		margin-top: 4px;
		border: 1px solid #dbdbdb;
	}
	.paging {
		font-size: 0;
		text-align: center;
		line-height: 38px;
		margin: 20px 0 20px;
	}
	.paging a {
		border-radius: 2px 0 0 2px;
		font-size: 14px;
		margin: 0 3px;
		padding: 1px 12px;
		line-height: 26px;
	}
}

/* 产品页 */
.location {
	font-size: 13px;
	color: #ababab;
	border-left: 3px solid #0099e5;
	padding-left: 10px;
	margin: 15px 0;
}
.location a{
	color: #ababab;
}
.product-content {
	background-image: url(/skin/img/body-bg.png);
}
.product-top {
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
	display: flex;
	flex-wrap: wrap;
}
.info-wraper {
	padding: 30px 16px;
	overflow: hidden;
	position: relative;
}
.product-topright{
	text-align: center;
}
.info-img {
	padding: 5px;
	border: 1px solid #ececec;
}
.info-img > div {
	overflow: hidden;
	max-height: 310px;
}
.info-img > div > img {
	width: 100%;
}

.info-words h1 {
	font-size: 18px;
	color: #38485a;
	margin-bottom: 5px;
	margin-top: 15px;
}
.blue-bg {
	position: relative;
	line-height: 42px;
	height: 46px;
	background: #ebfaff;
	padding: 0 10px;
}
.blue-bg b {
	font-size: 25px;
	color: #f60;
	float: left;
	padding-right: 10px;
}
.blue-bg b i{
	font-size: 18px;
	margin: 0 3px;
	font-style: normal;
}
.float-right {
	margin-left: 11px;
	position: absolute;
	top: -1px;
}
.product-price {
	display: inline-block;
	background: linear-gradient(to right, #ffae12 0, #f07d17 100%);
	padding: 3px 5px 3px;
	border-radius: 0 2px 2px 0;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	position: relative;
	line-height: 14px;
}
.product-price::before {
	content: " ";
	position: absolute;
	top: 0;
	left: -20px;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	border-color: transparent #f07d17 transparent transparent;
}
.product-price::after {
	content: " ";
	position: absolute;
	top: 50%;
	margin-top: -2px;
	left: -2px;
	width: 4px;
	height: 4px;
	background-color: #fff;
	z-index: 1;
	border-radius: 10px;
}
.product-price span {
	color: #fff;
}

.bugbot {
	margin: 24px 0 12px;
}
.bugbot a {
	border-radius: 3px 3px 3px 3px;
	border-width: 0 0 4px;
	color: #FFFFFF;
	padding: 8px 15px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	font-weight: bold;
	display: inline-block;
	margin-right: 8px;
}
.bugbot a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}
.bugbot a:nth-child(1){
	background-image: linear-gradient( to bottom, #f4511e 0%, #d84315 100% );
}
.bugbot a:nth-child(2){
	background-image: linear-gradient( to bottom, #42a5f5 0%, #2196f3 100% );
}
.bugbot a:nth-child(3) {
	background-image: linear-gradient( to bottom, #f99914 0%, #f07d17 100% );
}
.pub-date{
	font-size: 12px;
	color: #8f98aa;
}
.pub-date span{
	color: #4095cc;
}
.infolist {
	margin-top: 28px;
	margin-bottom: 10px;
	color: #8f98aa;
	font-size: 12px;
}
.infolist span {
	display: inline-block;
	color: #548eff;
	padding: 0 4px;
	border-radius: 3px;
	font-size: 11px;
	background-color: #e9e9e9;
}

/* 主题筛选框 */
.list-theme {
	/*max-height: 32px;*/
	overflow: hidden;
	position: relative;
	/*transition: max-height 0.3s ease;*/
	padding-right: 30px;
}
.params {
	display: flex;
	margin-bottom: 5px;
	font-size: 13px;
}
.params:first-of-type {
	margin-top: 22px;
}
.params dt {
	font-weight: normal;
}
.params dd {
	flex: 6;
	margin-left: 6px;
}
.params dd ul {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
}
.params dd ul li {
	position: relative;
	margin: 0 8px 7px 0;
}
.params dd ul li a {
	padding: 3px 8px;
	display: block;
	color: #858585;
	border: 1px solid #d6d6d6;
}
.params dd ul li.current a {
	border: 1px solid #fa0000;
}
.params dd ul li.current i {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/skin/img/checked.gif) no-repeat;
	background-size: 100% 100%;
}

/* 技术筛选框 */
.checkbox-list {
	max-height: 32px;
	overflow: hidden;
	position: relative;
	transition: max-height 0.3s ease;
	padding-right: 62px;
}
.show-tech {
	display: none;
	position: absolute;
	top: 5px;
	right: 0;
	cursor: pointer;
	color: #4eabfc;
}
.checkbox-list li {
	position: relative;
	margin-right: 8px;
}
.checkbox-list li input {
	display: none;
}
.checkbox-list li label {
	font-weight: normal;
	padding: 3px 7px;
	cursor: pointer;
	color: #858585;
	margin: 0;
	border: 1px solid #d6d6d6;
}
.checkbox-list li label.checked {
	border: 1px solid red;
}
.checkbox-list li label.checked+i {
	width: 16px;
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: url(/skin/img/checked.gif) no-repeat;
	background-size: 100% 100%;
}

@media (max-width: 768px){
	.params dd {
		flex: 6;
		margin-left: 0;
		margin-top: 5px;
	}
	.list-theme {
    	max-height: none;
    }
    .show-theme {
    	display: none !important;
    }
    .checkbox-list {
    	max-height: none;
    }
    .show-tech {
    	display: none !important;
    }
}

.info-list {
    padding: 50px 20px;
}
.erweima-box {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	padding: 7px;
	background: url(../img/erweima_bg.png);
	background-size: 100% 100%;
}
.erweima {
	background: url(../img/erweima.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.erweima-ds {
	background: url(../img/erweima-dashang.jpg) no-repeat;
	background-size: 105% 105%;
	width: 100%;
	height: 100%;
	background-position: center;
}
.erweima-word {
	font-size: 13px;
	margin-top: 5px;
	margin-bottom: 13px;
}
.user-center {
	display: block;
	padding: 5px 7px;
	border: 1px solid #2F9CF3;
	border-radius: 3px;
	color: #0072DE;
	font-size: 13px;
	margin: 10px auto;
}
.contact-kefu {
	display: block;
	padding: 5px;
	border: 1px solid #2F9CF3;
	border-radius: 3px;
	font-size: 13px;
	color: #fff;
	background-color: #2F9CF3;
	margin: 10px auto;
}
.user-center:hover{
	color: #fff;
	background-color: #2F9CF3;
}
.contact-kefu:hover{
	color: #fff;
	background-color: #41A7F8;
	
}
.product-bottom {
	margin-top: 15px;
	overflow: hidden;
	margin-bottom: 30px;
}
.product-guanggao {
	margin-bottom: 12px;
	overflow: hidden;
}
.product-guanggao img {
	width: 100%;
	border-radius: 3px;
}
.product-detail-main{
}
.product-raletive>div{
	background-color: #fff;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
}
/* 灯箱 */
.demobox {
	padding: 8px 7px 7px;
	background: #fff;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
	margin-bottom: 12px;
}
.demotit {
	padding: 5px 9px 5px;
	font-size: 15px;
	font-weight: bold;
	border-bottom: 2px solid #394a58;
	line-height: 22px;
	display: inline-block;
	color: #394a58;
}
#gallery {
	background-image: url("../img/jietubg.gif");
	background-repeat: repeat;
	border-radius: 3px;
	margin: 10px auto 20px;
	overflow: hidden;
	padding: 7px;
	width: 98%;
}
#gallery ul {
	list-style: none;
	overflow: hidden;
	margin: 0;
}
#gallery ul li {
	float: left;
	margin: 5px;
}
#gallery ul li a {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,0.15) 0 0 8px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 5px;
}
#gallery ul li a span {
	background: #000;
	display: block;
	text-align: center;
	height: 22px;
	color: #fff;
	line-height: 22px;
	bottom: 5px;
	position: absolute;
	filter: alpha(opacity=60);
	opacity: .6;
	cursor: pointer;
	width: 140px;
}
#gallery ul li a u {
	display: block;
	height: 140px;
	overflow: hidden;
	width: 133px;
}
#gallery ul li a em {
	padding: 0 5px;
	font-style: normal;
	color: #fff;
	font-family: 宋体;
	font-size: 12px;
	text-align: center;
	line-height: 22px;
}
#gallery ul img {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	width: 140px;
}

@media (min-width: 768px){
	.info-img {
		width: 33%;
		float: left;
		margin-right: 3.5%;
	}
	.banner-img{
	    height: 250px;
	    background-color: #000;
	}
	.info-words {
		width: 62.5%;
		float: left;
	}
	.product-topleft{
		width: 81%;
		border-right: 1px solid #eee;
	}
	.product-topright{
		width: 19%;
	}
	.product-detail{
		width: 72.5%;
		float: left;
		margin-right: 1.5%;
	}
	.product-raletive{
		width: 26%;
		float: left;
	}
	.mobile-nav{
		display: none;
	}
	.dropdown-btn{
		display: none;
	}
}
@media (max-width: 768px){
	.location {
		font-size: 10px;
		padding-left: 5px;
		margin: 10px 0;
		white-space: nowrap;
		overflow: hidden;
	}
	.product-guanggao img {
    	width: 130%;
    	margin-left: -27%;
    }
	.info-words h1 {
		font-size: 18px;
		margin-bottom: 5px;
		margin-top: 10px;
		line-height: 24px;
	}
	.info-wraper {
		padding: 15px 0px;
	}
	.infolist {
    	margin-top: 15px;
    }
	.product-topright {
    	padding-left: 8px;
    }
    .info-list {
    	padding: 0;
    }
    .erweima-box {
    	display: none;
    }
    .erweima-word {
    	display: none;
    }
    .contact-kefu {
    	display: none;
    }
    .user-center {
    	width: 90px;
    	margin-top: 0;
    }
	#gallery {
		padding: 2px;
		width: 99%;
	}
	.small-container{
		padding-left: 10px;
		padding-right: 10px;
	}
	#gallery ul {
		overflow: hidden;
		margin: 0;
		width: 100%;
		overflow-x: scroll;
	}
	#gallery>ul>li {
    	margin: 5px auto;
    	width: 50%;
    	text-align: center;
    }
    #gallery>ul>li>div{
    	display: inline-block;
    }
    .product-topleft{
        padding-left: 9px;
        padding-right: 9px;
    }
    .list-theme {
    	padding-right: 0;
    }
    .params {
    	display: inherit;
    	margin: 5px 0;
    }
    .params dt {
    	font-weight: normal;
    	margin-bottom: 7px;
    	font-size: 16px;
    }
    .params dd ul li {
    	margin: 0 8px 8px 0;
    }
    .params dd ul li a {
    	padding: 5px 9px;
    }
    .checkbox-list {
    	padding-right: 0;
    }
    .checkbox-list li label {
    	padding: 5px 8px;
    }
    .bugbot {
    	margin: 25px 0 12px;
    	display: flex;
    }
    .bugbot a {
    	padding: 8px 15px;
    	text-align: center;
    	margin-right: 8px;
    	line-height: 22px;
    }

}

.product-desc{
	background-color: #fff;
	margin-bottom: 12px;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
}
.product-desc h2{
	color: #3f3f3f;
	border-left: 4px solid #0099e5;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	display: inherit;
	padding: 0 10px;
	clear: both;
	margin: 10px 0;
}
.article-content {
	padding: 12px 30px 20px;
	line-height: 26px;
	font-size: 16px;
}

.article-content h3 {
    color: #0099E5;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* 底部小横线装饰 */
.article-content h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 3px;
    background-color: #0099E5;
    border-radius: 2px;
}

.article-content img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin: 20px auto 35px;
	box-shadow: 0 0 2px 2px #e2e2e2;
}

.product-raletive h3{
	margin: 0;
	padding: 15px;
	padding-left: 10px;
	font-size: 16px;
}

.relate-ul>li{
	display: flex;
	border-top: 1px #ebefee solid;
	padding: 10px;
}
.relate-ul>li:hover {
	background-color: #f7fbfd;
	border-left: 3px #3499da solid;
	position: relative;
	left: -3px;
}
.relate-imgbox {
	flex: 3;
	margin-right: 8px;
	height: 95px;
	overflow: hidden;
}
.relate-imgbox a{
	display: block;
}
.relate-imgbox img {
	width: 100%;
	border-radius: 5px;
	max-height: 120px;
	object-fit: cover;
}
.relate-words{
	flex: 5;
}
.relate-words h4{
	font-size: 12px;
	margin-top: 5px;
}
.relate-words h4 a{
	line-height: 18px;
}
.relate-words h4 a:hover{
	color: #0782DE;
}
.relate-words p{
	font-size: 12px;
	color: #818486;
}
/*banner页相关推荐*/
.relate-banners>li{
	border-top: 1px #ebefee solid;
	padding: 10px;
}
.relate-banners>li:hover {
	background-color: #f7fbfd;
	border-left: 3px #3499da solid;
	position: relative;
	left: -3px;
}
.relate-banner a{
	display: block;
}
.relate-banner img {
	width: 100%;
}
.relate-banner h4 {
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0;
}
.relate-banner h4 a{
	line-height: 18px;
}
.relate-banner h4 a:hover{
	color: #0782DE;
}

.fahuo-icon {
	background-image: url(../img/icon.png);
	display: inline-block;
	position: absolute;
	top: -1px;
	right: 35px;
	height: 51px;
	width: 31px;
}

.fahuo-icon span {
	opacity: 0;
	position: absolute;
	top: 55px;
	left: -17px;
	color: #fff;
	width: auto;
	background-color: #3498db;
	padding: 10px 10px;
	line-height: 18px;
	font-size: 12px;
	text-align: center;
	border-radius: 2px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	white-space: nowrap;
}
.fahuo-icon span::before {
	content: "";
	position: absolute;
	top: -6px;
	left: 50%;
	margin-left: -8px;
	border-color: transparent transparent #3498db transparent;
	border-style: solid;
	border-width: 0 7px 8px 7px;
	height: 0;
	width: 0;
}
.fahuo-icon:hover span {
	opacity: 1;
	top: 57px;
}
.modal-title{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
}
.modal-header {
	padding: 15px 18px;
}
.modal-body {
	color: #000;
	font-size: 15px;
	padding: 18px;
	line-height: 2;
}
.modal2 .modal-form{
	display: flex;
	line-height: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.modal2 .modal-form input{
	flex: 3;
	margin-right: 10px;
	border-radius: 5px;
	border: 1px solid #b7b7b7;
	padding-left: 10px;
}
.modal2 .modal-form button{
	flex: 1;
	background-color: #0487fb;
	border: none;
	border-radius: 5px;
	color: white;
}
.schoolName{
	width: 100%;
	padding-left: 10px;
	line-height: 40px;
	margin-top: 10px;
	border-radius: 4px;
	border: 1px solid #d5d5d5;
	letter-spacing: 1px;
	font-size: 14px;
}
.modal-body>p{
	overflow: hidden;
	margin: 0;
}
.dow-btns {
	padding-top: 20px;
	border-top: 1px solid #e2e2e2;
	text-align: center;
	margin-top: 25px;
}
#dowfooter .dow-btns {
	padding: 13px 0;
	border-top: 1px solid #e2e2e2;
	text-align: center;
	margin-top: 0;
}
.dow-btns a {
	padding: 8px 12px;
	color: #fff;
	display: inline-block;
	border-radius: 5px;
	font-size: 15px;
	margin: 0 9px;
	text-align: center;
}
.dow-btns .popup-ok{
	background-color: #4AB739;
}
.dow-btns .clip {
	background-color: #088cec;
	padding: 7px;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-size: 15px;
	margin: 0 9px;
	border: 0;
	min-width: 102px;
	white-space: nowrap;
}
.dow-btns .popup-close{
	background-color: #F7AD00;
}
#copyTip{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.5);
	color: white;
	padding: 20px;
	border-radius: 10px;
	z-index: 9999;
	display: none;
}
#loading {
	display: none;
	position: absolute;
	left: 36%;
	top: 41%;
	background-color: rgb(66, 66, 66);
	z-index: 9999;
	color: white;
	padding: 10px 15px;
	border-radius: 3px;
	font-size: 18px;
}

/* 新增右侧边栏联系模块优化 */
.sidebar-title {
    font-size: 14px;
    font-weight: 600;
    color: #38485a;
    margin: 0 0 15px 0;
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 1px solid #eef2f5;
}

/* 次要按钮：FAQ入口，复用空心按钮风格 */
.contact-faq {
    display: block;
    padding: 5px;
    border: 1px solid #2F9CF3;
    border-radius: 3px;
    font-size: 13px;
    color: #0072DE;
    background-color: #fff;
    margin: 10px auto;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease;
}

.contact-faq:hover {
    color: #fff;
    background-color: #2F9CF3;
    text-decoration: none;
}

/* 图标与文字垂直居中对齐 */
.contact-kefu i,
.contact-faq i,
.user-center i {
    font-size: 13px;
    vertical-align: middle;
}

/* 调整边栏内边距，适配无二维码布局 */
.info-list {
    padding: 35px 15px;
}

/* 侧边栏公告框 */
.notice-box {
    background-color: #ebfaff;
    border-radius: 3px;
    padding: 10px 12px;
    margin-bottom: 15px;
    line-height: 1.5;
}

.notice-title {
    font-size: 13px;
    font-weight: 600;
    color: #0072DE;
    margin: 0 0 6px 0;
}

.notice-text {
    font-size: 12px;
    color: #667585;
    margin: 0;
    line-height: 1.6;
}


/* 移动端保持原有规则：隐藏客服按钮，仅保留分享 */
@media (max-width: 768px) {
    .sidebar-contact {
        display: none;
    }
    .sidebar-share {
        padding: 10px 0;
    }
    .info-list {
        padding: 0;
    }
}


/* 跳转下载页面 */
.gray-bg{
	background-color: #f4f4f4;
}
.dows-list-box {
	/* height: 335px; */
	padding: 30px 50px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	margin-top: 30px;
	margin-bottom: 30px;
}
.dows-list-box .dow-msg, .dows-list-box .dow-msg-err {
	text-align: center;
	margin-bottom: 25px;
	background: url(../img/dow-msg-bg.png) no-repeat 289px -100px;
}
.dows-list-box .dow-msg h1, .dows-list-box .dow-msg-err h1 {
	font-size: 25px;
	font-weight: bold;
	color: #2FA302;
}
.dows-list-box .dow-msg p, .dows-list-box .dow-msg-err p, .dows-list-box .dow-msg p a, .dows-list-box .dow-msg-err p a {
	font-size: 16px;
	color: #666;
}
.dows-list-box .dow-msg-err {
	background-position: 335px 0px;
}
.download_right {
	height: 128px;
	border: 1px solid #E7E7E7;
	text-align: left;
	padding: 20px;
	background: #F4F4F4;
}
.download_right h1{
	margin: 15px 0 25px 0;
	font-size: 20px;
}
.download_left img{
	max-width: 100%;
}
.pan-baidu a {
	display: inline-block;
	background-color: #3daff5;
	color: white;
	padding: 10px 20px;
	border-radius: 3px;
	border-color: #1090DF;
	margin-right: 15px;
}
.clearOver {
	overflow: hidden;
	font-size: 16px;
}
.float_l{
    float: left;
}
.float_r{
    float: right;
}
.float_r b{
	color: red;
	margin-right: 3px;
}
.back{
	text-align: right;
	margin: 20px 0 35px;
}
.back a{
	display: inline-block;
	width: 120px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #d8d8d8;
	background: #fff;
	text-align: center;
	margin-left: 30px;
	border-radius: 3px;
	font-size: 16px;
}
.tags-box{
    margin-top:15px;
}
.tags-list {
	overflow: hidden;
	text-align: center;
}
.tags-list li {
	margin: 5px 2px;
	display: inline-block;
}
.tags-list a {
	border: 1px solid #e3e3e3;
	display: block;
	padding-top: 5px;
	padding-left: 6px;
	padding-right: 6px;
	padding-bottom: 5px;
	color: #202020;
	font-size: 12px;
	border-radius: 3px;
	line-height: 22px;
}
.tags-list a:hover {
	background-color: #0ab2ef;
	border-color: #0ab2ef;
	color: #ffffff;
}


.vip-banner{
	overflow: hidden;
}
.vip-banner img{
	width: 100%;
}
.vip-main{
	padding: 10px 0;
}
.vip-type{
	background-color: #fff;
	padding: 20px 0 35px;
	border-radius: 6px;
}
.vip-package{
	text-align: center;
}
.vip-package h1{
	text-align: center;
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 30px;
	padding: 0 80px;
	position: relative;
	display: inline-block;
	color: #333;
}
.vip-package h1::before {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	left: 0;
	background: url(../img/title-bg-left.png) center no-repeat;
}
.vip-package h1::after {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../img/title-bg-right.png) center no-repeat;
}
.vip-package em {
	display: block;
	border-bottom: 1px solid #ddd;
	width: 50px;
	margin: 20px auto;
}
.vip-three-type {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
	padding-bottom: 10px;
}
.vip-three-type>div {
	padding: 0 25px;
}
.vip-single {
	text-align: center;
	box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.15);
	padding-bottom: 25px;
	border-radius: 8px;
	overflow: hidden;
}

.vip-single h3{
	color: #fff;
	margin: 0;
	padding: 20px 0;
}
.vip-single ul{
	line-height: 25px;
	color: #444;
	margin-top: 18px;
	margin-bottom: 23px;
}
.vip-bg1{
	background-color: #10c55b;
}
.vip-bg2{
	background-color: #fa9a35;
}
.vip-bg3{
	background-color: #4ea1f8;
}
.vip-price {
	font-size: 26px;
	font-weight: bold;
	margin: 24px auto 15px;
	color: #ee0000;
}
.vip-price i{
	font-size: 16px;
}
.vip-price span{
	font-size: 15px;
	text-decoration: line-through;
	color: #777;
	font-weight: normal;
}
.buy-vip-btn {
	border-radius: 3px 3px 3px 3px;
	border: none;
	color: #FFFFFF;
	padding: 7px 20px;
	text-decoration: none;
	text-shadow: none;
	transition: all 0.25s ease 0s;
	font-weight: bold;
	display: inline-block;
	background-image: linear-gradient(to bottom,#fb980a 0,#f45507 100%);
}
.buy-vip-btn:hover{
	text-decoration: none;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

.vip-benefit {
	overflow: hidden;
	padding: 30px 0;
}
.benefit-single{
	text-align: center;
}
.benefit-single>div{
	overflow: hidden;
}
.benefit-single p{
	width: 80%;
	margin: 17px auto;
	line-height: 22px;
	color: #888;
}
.benefit-single i{
	display: inline-block;
	font-size: 40px;
	color: #fca960;
	padding: 10px;
}
.benefit-single h4{
	color: #000;
}
.shaitu{
    max-width: 100%;
}
.ajax-form {
	width: 88%;
	margin: 10px auto 5px;
	font-size: 14px;
}
.ajax-form li {
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 15px;
}
.ajax-form li input{
	margin-right: 10px;
	line-height: 32px;
	border-radius: 3px;
	border: 1px solid #afafaf;
	padding-left: 10px;
	width: 74%;
}
.ajax-form li a{
	text-align: center;
}
.ajax-btn{
	text-align: center;
	margin-top: 22px;
}
.ajax-btn button{
	display: inline-block;
	font-size: 15px;
	cursor: pointer;
	border: none;
	border-radius: 3px;
	color: #fff;
	padding: 5px 30px;
	background-color: #3DAE2C;
	letter-spacing: 2px;
}
.ajax-btn button:hover{
	background-color: #41ba2e;
}

/* 搜索页面 */
.bgWhite{
	padding: 15px 0;
}
.arclist-row {
	margin-top: 16px;
	margin-bottom: 22px;
	overflow: hidden;
}
.article-list{
	background-color: #fff;
	border-radius: 5px;
}
.article-dl {
	display: flex;
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
}
.article-dt {
	margin-right: 18px;
	height: 140px;
	overflow: hidden;
	flex: 1;
}
.article-dd {
	flex: 3;
}
.article-dt img{
	max-width: 100%;
}
.article-dd h2 {
	margin: 3px 0 10px;
	font-size: 18px;
}
.article-dd h2 a:hover {
	color: #09b2f2;
}
.article-dd p{
	color: #888;
}
.iconlist{
	font-size: 12px;
	color: #818486;
	margin-bottom: 12px;
}
.iconlist a{
	color: #09B3F1;
}
.article-content-wrap {
	background-color: #fff;
	padding: 30px;
	border-radius: 5px;
	border: 1px solid #e4ecf3;
	font-size: 16px;
	line-height: 26px;
}
.article-content-wrap h1 {
	text-align: center;
	font-size: 22px;
	margin: 8px;
}
.article-icon {
	text-align: center;
	margin-bottom: 20px;
	color: #aaa;
	font-size: 13px;
}
.article-icon span{
	margin-right: 15px;
}
.article-contain img {
	max-width: 100%;
	height: auto !important;
}

.tips {
	text-align: center;
	margin: 30px auto;
	color: #e23c3c;
}
.download-tips{
	margin: 25px 0 12px;
	font-size: 14px;
	background-color: #f9f2e6;
	padding: 7px 10px;
	border: 1px #f4e6cf solid;
	color: #797979;
	line-height: 22px;
	border-radius: 5px;
}
.article-keywords {
	font-size: 15px;
	margin: 25px 0 5px;
}
.article-keywords > a {
	display: inline-block;
	padding: 0px 7px;
	color: white;
	border-radius: 3px;
	font-size: 14px;
	line-height: 23px;
	margin: 0 7px;
}
.article-keywords>a:nth-child(1){
    background-color: #34b7ea;
}
.article-keywords>a:nth-child(2){
    background-color: #ebaae6;
}
.article-keywords>a:nth-child(3){
    background-color: #9bd261;
}
.article-keywords>a:nth-child(4){
    background-color: #f67c7c;
}
.article-keywords>a:nth-child(5){
    background-color: #edcb0f;
}
.app-icons{
    display: none;
}
.after-test {
	text-align: center;
	border: 5px ridge #CCCCCC;
	background-image: url("/skin/img/LEDbj.gif");
	padding: 3px 0;
	color: #12f812;
	font-size: 22px;
	margin-bottom: 20px;
}
.comment-btn{
	overflow: hidden;
	padding: 10px 10px;
	background-color: #fafafa;
	border: 1px solid #dfdfdf;
	position: relative;
	top: -1px;
	border-top: none;
}
.comment-btn>#avatar{
    float: left;
}
.comment-btn>#avatar>img{
	margin: 0;
	border-radius: 50%;
}
.logged-in-as{
	float: left;
	margin-left: 10px;
	margin-top: 10px;
}
.logged-in-as a{
	color: #6eacf8;
}
.comment-btn>.form-submit{
	float: right;
}
.form-submit>input{
	border: 1px solid #aaa;
	background-color: #6eacf8;
	color: #fff;
	padding: 4px 8px;
	border-radius: 3px;
	margin-top: 4px;
}
.comment-form-box>textarea{
	max-width: 100%;
	border: 1px solid #ddd;
	background-color: #f8f8f8;
	padding: 8px 15px;
}
.comments-cishu {
	margin-top: 40px;
	margin-bottom: 20px;
}
.comment-list{
	list-style: none;
	padding: 0;
}
.depth-1{
    margin-bottom: 25px;
}
.comment-body{
	position: relative;
	overflow: hidden;
	border-bottom: 1px solid #e9e9e9;
}
.comment-author{
	float: left;
}
.comment-author img{
	margin: 0;
	border-radius: 50%;
	margin-right: 10px;
}
.comment-meta .author{
    font-weight: bold;
}
.comment-meta .date{
	color: #aaa;
	font-size: 12px;
}
.comment-floor{
	position: absolute;
	right: 0;
	top: 0;
}

/* 手册样式 */
.manual-row {
	margin-top: 16px;
	margin-bottom: 22px;
	overflow: hidden;
	display: flex;
}
.manual-left {
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4ecf3;
	align-self: flex-start;
}
.manual-right{
	box-sizing: border-box;
	background-color: #fff;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4ecf3;
	padding: 16px 20px;
}
.manual-right h1 {
	font-size: 23px;
	margin: 0;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 14px;
}
.manual-right img {
	max-width: 100%;
}
.manual-left > h3 {
	margin: 0;
	font-size: 16px;
	padding: 15px 15px;
	background: #518fe9;
}
.manual-left > h3 > a{
	color: white;
}
.manual-box>ul{
	padding: 12px;
}
.manual-li {
	position: relative;
	border-bottom: 1px dashed #aaa;
	margin-bottom: 5px;
}
.manual-a {
	display: block;
	line-height: 35px;
	color: black;
	font-size: 15px;
}
.manual-dropdown{
	display: none;
	line-height: 28px;
	padding: 5px 0px 13px 22px;
}
.manual-link{
	display: block;
}
.dropdown-btn2 {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
}
.fa-angle-down {
	padding: 5px 10px;
	cursor: pointer;
	font-size: 20px;
}
.manual-contain {
	padding: 20px 0;
	line-height: 26px;
	font-size: 15px;
	color: #353535;
}
.manual-contain h2{
	padding: 3px 10px;
	line-height: 30px;
	border-left: 4px solid #0875d2;
	background-color: #f8f8f8;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
}
.shown{
	display: block;
}

@media (max-width: 768px){
    .article-content {
    	padding: 18px 9px;
    	line-height: 24px;
    	font-size: 16px;
    }
    .download-tips {
    	margin: 20px 0 12px;
    	font-size: 12px;
    	padding: 4px 6px;
    	line-height: 22px;
    }
    .article-keywords {
    	font-size: 14px;
    }
    .comment-btn{
    	padding: 6px;
    	font-size: 14px;
    }
	.fahuo-icon{
		display: none;
	}
	.vip-main {
		padding: 15px 0;
	}
	.vip-type {
		padding: 0;
		padding-bottom: 5px;
	}
	.vip-package h1 {
		font-size: 25px;
		line-height: 20px;
		padding: 0 80px;
		margin-top: 15px;
		margin-bottom: 3px;
	}
	.vip-package em {
		margin: 15px auto;
	}
	.vip-single {
		margin-bottom: 30px;
	}
	.vip-single h3 {
		color: #fff;
		margin: 0;
		padding: 15px 0;
		font-size: 20px;
	}
	.vip-single ul {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.vip-benefit {
		padding: 20px 0;
	}
	.benefit-single i {
		font-size: 35px;
		padding: 10px;
	}
	.benefit-single p {
		width: 100%;
		margin: 15px auto;
		font-size: 13px;
	}
	.vip-banner img {
		width: 150%;
		margin-left: -25%;
	}
	.dows-list-box {
		padding: 5px 22px 12px;
		background-color: #fff;
		border: 1px solid #d8d8d8;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.dows-list-box .dow-msg, .dows-list-box .dow-msg-err {
		background:none;
	}
	.download_right h1 {
		margin-top: 0;
		margin-bottom: 15px;
	}
	.arclist-row {
		margin-top: 8px;
		margin-bottom: 12px;
	}
	.ajax-form {
		width: 94%;
	}
	.ajax-form li input {
		width: 70%;
	}
	.article-dd h2 {
		margin: 1px 0 3px;
		font-size: 14px;
	}
	.article-dl {
		padding: 10px 8px;
	}
	.article-dt {
		width: 140px;
		margin-right: 8px;
		height: 100px;
	}
	.article-dd p {
		font-size: 12px;
		color: #888;
		height: 50px;
		overflow: hidden;
		margin-bottom: 0;
	}
	.iconlist {
		font-size: 11px;
		margin-bottom: 5px;
	}
	.relate-words {
		flex: 6;
	}
	.article-content-wrap {
		padding: 12px;
	}
		.app-icons{
	    display: block;
	    text-align: center;
	}
	.app-icon {
    	width: 55px;
    	height: 55px;
    	margin: 5px auto;
    	background-size: 100% 100%;
    }
    .icon-single{
	    margin: 7px 0;
    }
	.icon-single:nth-child(1) .app-icon{
	    background-image: url("../img/1.png");
	}
	.icon-single:nth-child(2) .app-icon{
	    background-image: url("../img/2.png");
	}
	.icon-single:nth-child(3) .app-icon{
	    background-image: url("../img/3.png");
	}
	.icon-single:nth-child(4) .app-icon{
	    background-image: url("../img/4.png");
	}
	.icon-single:nth-child(5) .app-icon{
	    background-image: url("../img/5.png");
	}
	.icon-single:nth-child(6) .app-icon{
	    background-image: url("../img/6.png");
	}
    .after-test {
    	font-size: 17px;
    	margin-left: -5px;
    	margin-right: -5px;
    	padding: 5px 15px;
    }
    .tags-list {
    	overflow: hidden;
    	text-align: left;
    	padding-left: 12px;
    }
    .manual-row {
	    margin-top: 13px;
    	flex-wrap: wrap-reverse;
    }
    .manual-left {
    	width: 100%;
    	margin-top: 20px;
    }
    .manual-right img {
	    height: auto !important;
    }
	
}
@media (min-width: 768px){
	.navbar-nav > li > a {
		padding-top: 14px;
		padding-bottom: 14px;
    }
	.profile-head {
		padding: 8px 0;
	}
	.dropdown-menu {
		top: 48px;
	}
	.modal-dialog {
		width: 410px;
		margin: 140px auto;
	}
	.download_left {
		width: 21%;
		float: left;
		margin: 0 3% 0 8%;
	}
	.download_right {
		width: 60%;
		float: left;
		height: 212px;
	}
	.article-list-wrap {
		width: 72.5%;
		float: left;
		margin-right: 1.5%;
	}
	.article-content-wrap {
		width: 72.5%;
		float: left;
		margin-right: 1.5%;
	}
	.manual-left {
		width: 23%;
		margin-right: 2%;
	}
	.manual-right{
		width: 75%;
	}
}

.overlay {
	background: #000;
	opacity: 0.65;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 9998;
}
.vdcodeimg {
	padding: 8px 7px;
	border: 1px solid #ddd;
	border-left: none;
}
.fadeIn #sign{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
#sign{position:fixed;z-index:9999;top:80px;left:50%;width:400px;margin-left:-200px;opacity:0;-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);-webkit-transition:all .3s ease-out;transition:all .3s ease-out;-webkit-perspective:800px;-ms-perspective:800px;perspective:800px}
.sign .registerPart .other-sign{display:none}
.register .registerPart .other-sign{display:block}
#sign .part{position:absolute;width:100%;left:0;top:0;background-color:#FFF;padding:50px;box-sizing:border-box;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .9s ease-in-out;transition:all .9s ease-in-out;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;display:none}
#sign .part2{position:relative;margin-top:40px;background-color:#FFF;padding:25px 40px;box-sizing:border-box;-webkit-transform-style:preserve-3d;-ms-transform-style:preserve-3d;transform-style:preserve-3d;-webkit-transition:all .9s ease-in-out;transition:all .9s ease-in-out;-webkit-backface-visibility:hidden;-ms-backface-visibility:hidden;backface-visibility:hidden;}
#sign.sign .loginPart{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0);z-index:1;display:block}
#sign.sign .registerPart{-webkit-transform:rotateY(-180deg);-ms-transform:rotateY(-180deg);transform:rotateY(-180deg);z-index:0;display:block}
#sign.register .part.loginPart{-webkit-transform:rotateY(180deg);-ms-transform:rotateY(180deg);transform:rotateY(180deg);z-index:0;display:block}
#sign.register .part.registerPart{-webkit-transform:rotateY(0);-ms-transform:rotateY(0);transform:rotateY(0);z-index:1;display:block}
#sign h3{font-size:18px;margin: 20px 0;font-weight: normal;}
#sign .part2 h3{font-weight: bold;margin-bottom:30px;}
#sign form h3 p{font-size:12px;color:#999;margin:0 0 0 10px;display:inline-block}
#sign form h3 p i{color:#008040;font-style:normal;}
#sign form .status .error{color:#ea4c89}
#sign form .status .success{color:#008040}
#sign form p{margin:10px auto;position:relative}
#sign form label.error{color:#FFF;background-color:#ea4c89;padding:0 4px;position:absolute;z-index:5;right:10px;top:11px}
#sign form label.icon{position:absolute;right:10px;top:5px;color:#999;font-size:20px;color:rgba(0,0,0,.3)}
#sign form label.icon i{width:20px;text-align:center}
#sign form input{border:1px solid #ddd;padding:10px;width:100%;box-sizing:border-box;vertical-align:middle}
#sign ::-webkit-input-placeholder{color:#999}
#sign form input:focus{border:1px solid #008040}
#sign input:-moz-placeholder{color:#999}
#sign input.input-control{padding-right:35px}
#sign form .submit{cursor:pointer;background-color:#008040;color:#FFF;border:0 none;font-size:14px}
#sign form .submit:hover{background-color:#00b5a9}
#sign form .submit:focus{border:0 none}
#sign form .safe{color:#999;margin-top:20px}
#sign form .rememberme{width:inherit;margin-right:3px}
#sign form .lost{float:right}
#sign .close{position:absolute;right:25px;top:0;width:45px;height:40px;border-radius:0 0 50px 50px;text-align:center;line-height:38px;background-color:#444;font-size:16px;color:#FFF}
#sign .close i{-webkit-transition:all ease-out .3s;transition:all ease-out .3s}
#sign .close:hover i{-webkit-transform:rotate(360deg);-ms-transform:rotate(360deg);transform:rotate(360deg)}
.generate-btn{position:absolute;right:8px;top:9px;font-size:13px;padding: 2px 4px;}
.switch{cursor:pointer;}.switch:hover{color:#3176da;}

/* 分享邀请模态框 */
.part3 {
	padding: 30px;
	background: #fff;
	border-radius: 5px;
	width: 500px;
	max-width: 100%;
	margin: 50px auto;
	position: relative;
}

#sign .part3 h3 {
	font-size: 18px;
	margin-bottom: 20px;
	margin-top: 5px;
	font-weight: bold;
}

.invite-content {
	margin: 20px 0;
	margin-bottom: 0;
}

.invite-content .calculate {
    color: red;
}

.invite-link {
    display: flex;
    margin: 15px 0;
}

#inviteUrl {
	flex: 1;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px 0 0 4px;
	padding-left: 12px;
}

.copy-btn {
    background: #4CAF50;
    color: white;
    border: none;
    padding: 8px 15px;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
}

.copy-btn:hover {
    background: #45a049;
}

.invite-tips {
	background: #f8f9fa;
	padding: 12px 13px;
	border-radius: 4px;
	margin-top: 20px;
}

.invite-tips ul {
	padding-left: 20px;
	margin: 0;
}

.invite-tips li {
    list-style: disc;
    margin: 5px 0;
}
