@charset "utf-8";
#navbar{ display: block;}
#top2_art{ display: block;}
#webbar{ display: none;}
#nav-smartSetup{ display: none;}


/*---logo----*/
.pc-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease;
}

.pc-header.hide {
    transform: translateY(-100%);
}
.navkuang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
	position: relative;
}
.navleft{
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
.navright{
	display: flex; 
	justify-content: space-between;
	align-items: center;
}
.navleft h1{ }
.navleft .navlogo{
	display: block;
    width: 160px;
    height: 60px;
    background: url(../images/logo.png) left center;
    background-size: 120px 35px;
    background-repeat: no-repeat;
    text-indent: -999em;
}

/* 电脑端导航样式 */
.navBar { }
.nav {
	position: relative;
	margin:0 auto; 
}
.nav ul {
	display: flex;
	overflow: visible; 
} 
.nav ul li {
	overflow: visible;
	position: relative;
	display: inline-block; 
	/* float: left; */
} 
.nav ul li a {
	padding: 0px 20px;
	text-decoration: none;
	color: #333;
	font-size:16px;
	display: block;
	line-height: 60px;
	position: relative;
}
.nav li a.hlnav{
	font-weight: bold;
}
.nav ul li a:hover{
	color: #666;
}
/* .nav .current{ display: none;color: #fff; } */

.nav .nav_sub{
	width: 140px;
	z-index: 999;
	position: absolute;
	top: 50px;
	left: -8px;
	padding: 8px;
	background-color: #ffffff;
	border-radius: 12px;
	overflow: hidden;
	display: none;
	min-width: 160px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
	box-shadow: 0 4px 30px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 4px 30px 1px rgba(0,0,0,.2);
}
.nav ul li:hover .nav_sub{
	display: block; 
	opacity: 1;
	visibility: visible;
}
.nav .nav_sub li{
	width: 100%;
	float: left;
	line-height: 40px;
}
.nav .nav_sub li a{ 
	font-size:14px;
	font-weight: normal;
	line-height: 40px; 
	border-radius: 8px; 
	overflow: hidden;
	white-space: nowrap;
}
.nav .nav_sub li a:hover{
	color:#fff; 
	height: 40px; 
	line-height:40px;
	background-color:#00c6ff;
}

/* right nav */ 
.nav.right ul {text-align: right; }  
/* center nav */ 
.nav.center ul {text-align: center; }

/* 搜索框样式 */
.ss{
	margin-right: 20px;
}
.sou{
	display: flex;
	align-items: center;
	background-color: #f4f4f4; 
	border-radius: 20px; 
	height: 36px; 
	overflow: hidden;
}
.sou input[type="text"]{
	float:left;width:220px; 
	border:0px;color:#333;
	font-size:16px;
	line-height:20px;  
	padding-left: 20px;
	outline:medium;
	background-color: #f4f4f4;
	transition: all 0.3s;
}
.sou input[type="text"]:focus {
    /* width: 250px; */
}
.sou input[type="image"] {
    margin-left: -30px;
    cursor: pointer;
	outline:medium; 
	padding-right: 10px;
}
.go{
	width: 26px;
	height: 26px;
}

/* 顶部登录样式 */
.loginbox{ width:100%; height:0px;position: fixed; z-index:40;}
.loginmain{ width:1000px; position: relative;margin: 0 auto;}
.login{
	position: absolute;
    right: 0;
    top: -62px;
	float:right;
    background:linear-gradient( #FAFAFA, #F0F0F0);
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    width: 54px;
    text-align: center;
    font-size: 14px;
	border-radius: 3px;
	margin-right: 0;
}
.login:hover{ background:linear-gradient( #FFF, #F7F7F7);}
.login a{ color: #666; display:block;}

.loginbox_index{ 
	position:relative;
	display: flex;
	align-items: center;
}
.login_index{
	display: flex;
	/* justify-content: center; */
	/* align-items: center; */
    background: #00c6ff;
    height: 36px;
	margin-left: 15px;
    width: 60px;
    font-size: 14px;
    border-radius: 8px;
}
.login_index:hover{ }
.login_index a{ 
	color: #ffffff; 
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* 顶部用户登录信息样式 */
.userinfo{ 
	float:right;
	margin-top: 8px;
	margin-right: 15px; 
	font-size:14px;
	position: absolute;
    top:-62px;
    right:0px;
}
.userinfo a{ color:#666; display:block; text-align:center;text-decoration: none;
transition: all 0.2s linear;
-moz-animation: all 0.2s linear; /* Firefox */
-webkit-animation: all 0.2s linear; /* Safari and Chrome */
-o-animation: all 0.2s linear; /* Opera */}
.userinfo img{ height:34px; width:34px;background: #fff;}
.userinfo ul,.userinfo li{overflow: visible;}
.userinfo ul li{position: relative;overflow: visible;}
.userface{}
.userinfo ul li .mylink{z-index: 9999;
    position: absolute;
    top: 34px;
	right: 0;
    display: none;
    box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);}
.userinfo ul li:hover .mylink{display: block; }
.userinfo ul li .mylink li{width: 100px;
    float: left;
    background-color: #fff;
    color: #333;
    border-right: none;
    border-bottom: 1px solid #f3f3f3;
    height: 32px;
    line-height: 32px;}
.userinfo ul li .mylink li a:hover{ background:#ff9419; color:#fff;}
.userinfo_index{
    font-size: 14px;
    z-index: 9999;
}
.userinfo_index li a{
	line-height: 0;
	height: 60px;
	display: table-cell;
	width: 75px;
	vertical-align: middle;
	text-align:center;
	text-decoration: none;
}
.userinfo_index li a:hover{ }
.userinfo_index img{
	height:36px;
	width:36px;
	background: #fff;
	border-radius: 50%;
}
.userinfo_index ul,.userinfo_index li{
	overflow: visible;
	position: relative;
}
.userinfo_index ul li{
	position: relative;
	overflow: visible;
}
.userinfo_index ul.mylink_index{
	position: absolute;
	top: 50px;
	right: 0;
	opacity: 0;
	z-index: 100;
	visibility: hidden;
	transition: all 0.3s ease;
	padding: 8px;
	border-radius: 12px;
	background-color: #ffffff;
	display: none;
	box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
	-o-box-shadow: 0 4px 30px -1px rgba(0,0,0,0.2);
}
.userinfo_index ul li:hover .mylink_index{
	display: block; 
}
.userinfo_index ul li .mylink_index li{
	width: 100px;
	float: left;
	color: #333;
	border-right: none;
	height: 32px;
	line-height: 32px;}
.userinfo_index ul li .mylink_index li a{
	height: auto; 
	width: auto; 
	display:block; 
	line-height: inherit;    
	border-radius: 8px;
}
.userinfo_index ul li .mylink_index li a:hover{ 
	background:#00C6FF; 
	color:#fff;
}
.userinfo_index .userface_index li:hover .mylink_index {
    opacity: 1;
    visibility: visible;
}
.mylink_index a{
	padding: 0!important;
}
.userinfo_index .userface_index li:hover .mylink_index {
    opacity: 1;
    visibility: visible;
}

/* 移动端导航样式 */
.mobile-search-result{ display: none!important;}
.mobile-header{ display: none;}
.mobile-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
	border-bottom: 1px solid #F4f4f4;
    transition: transform 0.3s ease;
}

.mobile-header.hide {
    transform: translateY(-100%);
}

.mobile-kuang {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
	height: 45px;
}

.navleft, .navright {
    display: flex;
    align-items: center;
}

.mobile-center-placeholder {
    flex: 1;
    text-align: center;
}

.mobile-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 20px;
    height: 16px;
    cursor: pointer;
    margin-right: 15px;
}

.mobile-menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
	border-radius: 2px;
    background-color: #333;
    transition: all 0.3s;
}

.mobile-menu-btn.active span:nth-child(1) {
    transform: translateY(10px) rotate(45deg);
}

.mobile-menu-btn.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active span:nth-child(3) {
    transform: translateY(-10px) rotate(-45deg);
}

.mobile-search-btn {
    cursor: pointer;
    margin-left: 15px;
}

.mobile-search-btn img {
    width: 26px;
    height: 26px;
}
/* 移动端中间选项卡样式 */
.mobile-center-tabs {
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
}

.mobile-center-tabs li {
    margin: 0 10px;
    position: relative;
}

.mobile-center-tabs li a {
    color: #999;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 5px;
    display: block;
}

.mobile-center-tabs li.active a {
    color: #333;
	font-weight: 500;
}

.mobile-center-tabs li.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 2px;
    background-color: #ff6b6b;
}

/* 移动端菜单遮罩 */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}

/* 移动端侧边菜单 */
.mobile-side-menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background-color: #f4f4f4;
    z-index: 1001;
    transition: all 0.3s;
    overflow-y: auto;
}

.mobile-side-menu.active {
    left: 0;
}

.mobile-menu-content {
    padding: 10px;
}
.mobile-menu-content h1{
	display: block;
	width: 90px;
	height: 28px;
	background: url(../images/logo.png) left center;
	background-size: 100%;
	background-repeat: no-repeat;
	text-indent: -999em;
	margin-left: 15px;
	margin-bottom: 10px;
}
.mobile-menu-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mobile-menu-content ul li {
	background-color: #ffffff;
	border-radius: 8px;
    margin-bottom: 10px;
    position: relative;
}

.mobile-menu-content ul li a {
    color: #333;
    text-decoration: none;
    font-size: 16px;
    display: block;
    padding: 15px;
}

/* 子菜单样式 */
.has-submenu {
    position: relative;
}

.submenu-toggle {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    cursor: pointer;
    font-size: 26px;
}

.submenu-toggle.active {
    transform: rotate(45deg);
}

.mobile-sub-menu {
    list-style: none;
    padding-left: 15px;
    margin-top: 5px;
    display: none;
}

.mobile-sub-menu.active {
    display: block;
}

.mobile-sub-menu li {
    margin-bottom: 8px;
}
.mobile-sub-menu li a{
	font-size: 14px!important;
	margin-left: 15px;
	padding: 8px !important;
}
/* 移动端搜索面板样式 */
.mobile-search-panel {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1100;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
}

.mobile-search-panel.active {
    right: 0;
}
.mobile-search-result{
	right: 0;
	height: 0;
}
.search-header {
    display: flex;
    align-items: center;
    padding: 0 10px;
    border-bottom: 1px solid #f4f4f4;
    background-color: #fff;
}

.search-back {
	width: 45px;  /* 控制点击区域大小 */
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
    margin-right: 10px;
    color: #333;
    cursor: pointer;
}

#searchBackBtn {
	font-family: "hui-font";
	text-align: center;
	flex-shrink: 0;
	font-size: 22px;
}

.search-input-container {
    flex: 1;
}

.search-input {
    width: 100%;
    padding: 7px 14px;
    border: 0;
    border-radius: 14px;
    font-size: 14px;
    outline: none;
	background-color: #f8f8f8;
	box-sizing: border-box;
}

.search-submit {
    margin-left: 15px;
    color: #333;
    font-size: 15px;
    cursor: pointer;
}

.search-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

.recommend-search h3, .search-history h3 {
    font-size: 16px;
    color: #999;
    margin-bottom: 15px;
}

.recommend-tags {
    display: flex;
    flex-wrap: wrap;
}

.recommend-tags .tag {
    padding: 6px 12px;
    background-color: #f5f5f5;
    border-radius: 15px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
}

.history-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.history-list li {
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.history-list li .delete-item {
    color: #999;
    font-size: 14px;
}

.clear-history {
    text-align: center;
    color: #ff6b6b;
    margin-top: 20px;
    font-size: 14px;
    cursor: pointer;
}

@media screen and (max-width: 1440px) 
{
.navkuang{ }
}

@media screen and (max-width: 1280px) {
	.navkuang{width:960px;}
	.navlogo{width: 140px;}
	#kuang{width: 160px;}
}

@media screen and (max-width: 1023px) {
	.mobile-search-result{ display: block!important;}
	.pc-header{ display: none;}
	.mobile-header{ display: block;}
	.topheader,.logobody{ }


/* 电脑端样式 */
@media (min-width: 1023px) {
    .mobile-menu-btn, .mobile-center-placeholder, .mobile-search-btn, 
    .mobile-menu-overlay, .mobile-side-menu, .mobile-search-overlay {
        display: none;
    }
}