@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;
}

.header-top{
	padding: 12px 0;
}
.logo-img {
	width: 220px;
	height: 80px;
	padding: 0;
}
.logo-img img {
	width: 100%;
	margin-top: 6px;
}
/* 导航条 */
.navigation {
	background-color: #3987f9;
}
.dropdown-menu {
	position: absolute;
	left: 0px;
	top: 42px;
	width: 320px;
	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: 8px 10px 8px 10px;
	border-radius: 0 0 3px 3px;
}
.dropdown-menu li {
	float: left;
	width: 98px;
	font-size: 14px;
	color: #333;
}
.dropdown-menu > li > a {
	line-height: 24px;
	padding: 3px 0px;
	text-align: center;
}
.nav > li:hover .nav_name, .nav > li.active > a {
	background: #3176da;
	color: #fff;
}
.dropdown-menu::before {
	background-color: #fff;
	content: "";
	width: 13px;
	height: 13px;
	left: 40px;
	position: absolute;
	top: -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;
}
@media (min-width: 768px){
    .nav>li:hover .dropdown-menu {
	    display: block;
    }
    .navbar-nav {
    	margin-left: 5px;
    }
}

.nav .nav_name{
	color: white;
	letter-spacing: 1px;
	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;
}.search-box1{
	margin-right: 400px;
    margin-top: 20px;
    height: 0px;
}

#searchForm {
	display: inline-flex;
	line-height: 38px;
	border: 2px solid #3987f9;
	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: 5px;
	z-index: 999;
}
.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: 2;
	cursor: pointer;
	font-size: 13px;
	border-bottom: 1px solid #e4e4e4;
}
.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: #3987f9;
	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%;
	height: 100%;
}

.cate-name {
	margin: 20px 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(../images/cate_bg1.png) center no-repeat;
}
.cate-name h2::after {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../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;
}
.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: 35px;
	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(../images/arclist-bg1.png);
}
.arclist-single:nth-child(2) > div:nth-child(1) > div:nth-child(1){
	background-image: url(../images/arclist-bg2.png);
}
.arclist-single:nth-child(3) > div:nth-child(1) > div:nth-child(1){
	background-image: url(../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-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: 8px;
		top: 4px;
		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: 90px;
		color: #333;
	}
	.dropdown-menu > li > a {
		color: #d0d0d0;
	}
	.dropdown-menu::before {
		background-color: #3a3939;
	}
	.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 a{
	display: block;
}
.wangzhan-mb-thumb img {
	width: 100%;
	max-height: 580px;
	border: 1px solid #e8e8e8;
	    height: 250px;
}
.wangzhan-mb-thumb .fix-height{
    height: 210px;
}
.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-row{
	display: flex;
	margin-top: 20px;
}
.banner-left {
	width: 73.5%;
	margin-left: 2px;
	margin-right: 18px;
	border-radius: 5px;
}
.banner-right {
	width: 24.5%;
}
.banner-right>div{
	border-radius: 5px;
	overflow: hidden;
}
.banner-right img {
	width: 95%;
}
.banner-right>div:first-child {
	margin-bottom: 18px;
}
/*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%;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.font-info {
	margin-top: 15px;
}
.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: 15px;
	letter-spacing: 1.5px;
	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;
}
.header_user{
	float: right;
}
.header_user a{
	font-size: 13px;
	padding: 5px 13px;
	display: inline-block;
	border-radius: 3px;
	margin-top: 8px;
	margin-right: 1px;
}
.i_login{
	color: #0f87d7;
	border: 1px solid #0f87d7;
	background: #f5f5f5;
}
.i_login:hover{
	color: #f5f5f5;
	background: #34a9f8;
}
.i_sign{
	color: #08a802;
	border: 1px solid #08a802;
	background: #f5f5f5;
}
.i_sign:hover{
	color: #f5f5f5;
	background: #08a802;
}
.user-profile {
	position: relative;
}
.profile-head {
	padding: 10px 0;
	cursor: pointer;
}
.profile-head > img {
	border-radius: 50%;
	margin-right: 3px;
}
.profile-head > span {
	color: white;
	vertical-align: middle;
}
.user-profile>ul{
	background-color: #d9eefe;
	margin: 0;
	padding: 8px 0;
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 3333;
	text-align: center;
}
.user-profile > ul > li > a {
	margin: 0;
	display: block;
	padding: 0;
	line-height: 25px;
}
.user-profile > ul > li > a:hover {
	color: #09B4F1;
}

@media (max-width: 768px){
	.gg_shuoye img{
		width: 140%;
		margin-left: -20%;
	}
	.header_user {
		float: none;
		text-align: center;
		margin-bottom: 15px;
	}
	.user-profile span {
		color: #fff;
	}
	.user-profile > ul {
		background-color: rgb(58, 57, 57);
	}
	.user-profile > ul > li > a {
		color: #fff;
	}
	.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 img {
		max-height: 252px;
	}
	.wangzhan-mb-thumb .fix-height{
        height: 170px;
    }
	.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(../images/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(../images/body-bg.png);
}
.product-top{
	background-color: #fff;
	overflow: hidden;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
}
.info-wraper {
	padding: 30px 16px;
	overflow: hidden;
	position: relative;
}
.product-topright{
	border-left: 1px solid #eee;
	text-align: center;
}
.info-img{
	overflow: hidden;
}
.info-img img {
	width: 100%;
	padding: 5px;
	border: 1px solid #e4ecf3;
	max-height: 300px;
	object-fit: contain;
	height: 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;
	margin: 8px 0 25px;
	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: 32px 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,#fb980a 0,#f45507 100%);
}
.bugbot a:nth-child(3){
	background-image: linear-gradient(to bottom,#42a5f5 0,#2196f3 100%);
}
.ps-words{
	overflow: hidden;
}
.ps-words span{
	float: left;
	color: #828283;
	font-size: 13px;
}
.mianze {
	float: right;
}
.mianze a{
	color: #969696;
	font-size: 13px;
}
.mianze i{
	font-size: 14px;
	color: #f7dd53;
}
.pub-date{
	font-size: 12px;
	color: #8f98aa;
}
.pub-date span{
	color: #4095cc;
}
.infolist {
	margin-top: 22px;
	color: #8f98aa;
	font-size: 12px;
}
.infolist span{
	display: inline-block;
	border: 1px solid #C3C5CA;
	color: #fff;
	background: #C3C5CA;
	padding: 0 4px;
	border-radius: 4px;
	font-size: 11px;
}

.erweima-box {
	margin: 0 auto;
	width: 120px;
	height: 120px;
	padding: 7px;
	background: url(../images/erweima_bg.png);
	margin-top: 50px;
	background-size: 100% 100%;
}
.erweima {
	background: url(../images/erweima.jpg) no-repeat;
	background-size: 100% 100%;
	width: 100%;
	height: 100%;
}
.erweima-ds {
	background: url(../images/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;
	border: 1px solid #2F9CF3;
	border-radius: 2px;
	color: #0072DE;
	font-size: 13px;
	margin: 0 auto;
	margin-top: 8px;
	width: 120px;
}
.contact-kefu{
	display: block;
	padding: 5px;
	border: 1px solid #2F9CF3;
	border-radius: 2px;
	font-size: 13px;
	color: #fff;
	background-color: #2F9CF3;
	margin: 0 auto;
	margin-top: 8px;
	width: 120px;
}
.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("../images/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%;
	}
	.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%;
    }
	.ps-words span {
		font-size: 11px;
	}
	.mianze {
		display: none;
	}
	.info-words h1 {
		font-size: 16px;
		margin-bottom: 5px;
		margin-top: 10px;
		line-height: 24px;
	}
	.info-wraper {
		padding: 15px 0px;
	}
	.bugbot a {
		padding: 8px 0px;
		width: 30%;
		text-align: center;
		margin: 0 1%;
	}
	.product-topright{
		display: none;
	}
	#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;
    }
	.banner-row {
		margin-top: 16px;
		margin-bottom: 12px;
	}
	.banner-left {
		width: 100%;
		margin-right: 0px;
		border-radius: 3px;
	}
	.banner-right {
		display: none;
	}
}

.product-desc{
	background-color: #fff;
	margin-bottom: 12px;
	border: 1px solid #e4ecf3;
	border-radius: 5px;
}
.product-desc h2{
	color: #3f3f3f;
	border-left: 3px solid #0099e5;
	font-size: 15px;
	font-weight: bold;
	line-height: 21px;
	display: inherit;
	padding: 0 10px;
	clear: both;
	margin: 10px 0;
	background-color: #f0f0f0;
	padding: 10px;
}
.tab-content {
	padding: 20px;
	line-height: 26px;
	font-size: 16px;
	font-family: "Microsoft JhengHei",sans-serif;
}
.tab-content img {
	max-width: 100%;
	height: auto !important;
	display: block;
	margin-top: 25px;
	box-shadow: 0 0 2px 2px #e2e2e2;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	font-weight: bold;
	color: #aaa;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
	color: #fff;
	cursor: default;
	background-color: #0099e5;
	border: 1px solid #ddd;
	border-bottom-color: transparent;
}


.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(../images/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-top: 10px;
	padding-bottom: 10px;
}
.modal-body {
	color: #000;
	font-size: 15px;
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 2;
}
.modal-body>p{
	overflow: hidden;
	margin: 0;
}
.dow-btns {
	padding: 10px 0;
	border-top: 1px solid #e2e2e2;
	text-align: center;
}
.dow-btns a {
	padding: 7px 0;
	color: #fff;
	display: inline-block;
	border-radius: 3px;
	font-size: 15px;
	margin: 0 9px;
	width: 102px;
	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: 99999;
	display: none;
}

/* 跳转下载页面 */
.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(../images/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;
}
.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(../images/title-bg-left.png) center no-repeat;
}
.vip-package h1::after {
	content: '';
	width: 61px;
	height: 10px;
	position: absolute;
	top: 10px;
	right: 0;
	background: url(../images/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 30px;
}
.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;
}
.vip-price span.tejia{
	text-decoration: none;
	color: #d80101;
}
.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;
	max-width: 1050px;
	margin: 0 auto;
}
.vip-benefit-desc{
	font-size: 18px;
	line-height: 30px;
	margin: 0 auto 20px;
}
.benefit-single{
	text-align: center;
}
.benefit-single2{
	text-align: center;
	border: 2px solid black;
}
.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%;
	height: 480px;
}
.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: 20px;
	border-radius: 5px;
	border: 1px solid #e4ecf3;
	font-family: "Microsoft JhengHei",sans-serif;
	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("../images/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;
}
.prettyCode {
	background: #282c34 !important;
	color: #1a1a1a;
	width: 100%;
	padding: 30px 10px 10px 10px !important;
	border: none !important;
	background-image: radial-gradient(circle, #ff5f56 50%, transparent 60%), radial-gradient(circle, #ffa800 50%, transparent 60%), radial-gradient(circle, #27c93f 50%, transparent 60%) !important;
	background-size: 14px 14px !important;
	background-repeat: no-repeat !important;
	background-position: 12px 10px, 30px 10px, 50px 10px !important;
	border-radius: 4px;
	font-size: 14px;
	font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
	border-collapse: unset;
}
.prettyCode .code {
	background: #e7e7e7 !important;
	border: none;
}
.index-arclist{
	margin-top: -17px;
	margin-bottom: 17px;
}

table {
	max-width: 100%;
	border-width: 1px;
	border-color: #666;
	border-collapse: collapse;
	font-size: 15px;
	line-height: 26px;
}
table th {
	border-width: 1px;
	padding: 4px 8px;
	border-style: solid;
	border-color: #666;
	background-color: #dedede;
}
table td {
	border-width: 1px;
	padding: 4px 8px;
	border-style: solid;
	border-color: #666;
	background-color: #ffffff;
}

@media (max-width: 768px){
    .tab-content {
    	padding: 18px 9px;
    	line-height: 24px;
    	font-size: 14px;
    }
    .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: 24px;
		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%;
	}
	.shaitu {
    	height: 250px;
    }
	.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: 8px;
	}
		.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("../images/1.png");
	}
	.icon-single:nth-child(2) .app-icon{
	    background-image: url("../images/2.png");
	}
	.icon-single:nth-child(3) .app-icon{
	    background-image: url("../images/3.png");
	}
	.icon-single:nth-child(4) .app-icon{
	    background-image: url("../images/4.png");
	}
	.icon-single:nth-child(5) .app-icon{
	    background-image: url("../images/5.png");
	}
	.icon-single:nth-child(6) .app-icon{
	    background-image: url("../images/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){
	.profile-head {
		padding: 8px 0;
	}
	.dropdown-menu {
		top: 48px;
	}
	.modal-dialog {
		width: 400px;
		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%;
	}
}
@media (min-width: 992px){
	.nav .nav_name {
		color: white;
		letter-spacing: 1px;
		font-size: 15px;
		text-align: center;
		padding: 14px 18px;
	}
}
@media (min-width: 1230px){
	.container {
		width: 1200px;
	}

	.nav .nav_name {
		color: white;
		letter-spacing: 1px;
		font-size: 16px;
		padding: 14px 22px;
		text-align: center;
	}
}

.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-bottom:20px}
#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;line-height:18px;}
.switch{cursor:pointer;}.switch:hover{color:#3176da;}
.container {
   
    justify-content: center;
    align-items: center;
    
}

.element {
   
   
    text-align: center;
        margin-top: 4px; /* 垂直居中文本 */
}