/*
 * 暖岛网B2子主题 网址导航 拓展
 * 2020-11-17
 * www.nuandao.cn
 */
 /*手机端*/
 
 

/* 网址导航搜索样式  background: url() no-repeat;*/
.site-warp {
    background-image: url(https://xiha-1300535298.cos.ap-guangzhou.myqcloud.com/wp-content/uploads/2022/01/2022012510144140.jpg); 
   /*background-color: #9504cf;*/
	margin-bottom: 45px;
	height: 380px;
	overflow: hidden;
    display: flex;
    align-items: center;
}
.site-search {
    max-width: 680px;
}
.site-search h3 {
    font-size: 26px;
    text-align: center;
    color: #fff;
    letter-spacing: .5px;
    margin-bottom: 40px;
}
.site-search form {
    position: relative;
    display: flex;
    background: #fff;
}
.site-search input {
	border: 0;
	border-radius: 4px 0 0 4px;
	height: 46px;
	text-indent: 10px;
	width: 100%;
	color: #666;
}
.site-search button {
    border: 0;
    cursor: pointer;
    background: transparent!important;
}
.site-search form i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    color: #999;
    font-size: 22px;
    padding: 0 15px;
}
.search-tmenu {
    padding: 0;
    margin-bottom: 20px;
    text-align: center;
}
.search-tmenu li {
    display: inline-block;
    padding: 0 12px;
}
.search-tmenu li span {
    display: inline-block;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding-bottom: 10px;
    font-size: 14px;
}
.search-tmenu .active span {
    display: inline-block;
    position: relative;
    color: #fff;
}
.search-tmenu .active span::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height:4px;
    background: var(--primary-color);
    border-radius: 3px;
    box-shadow: 0px 3px 5px 0px var(--primary-color);
    background-color: #3385ff;
    background-image: -webkit-gradient(linear, left top, right top, from(#5df0ff), to(#13adff));
    background-image: -webkit-linear-gradient(left, #5df0ff, #13adff);
    background-image: -o-linear-gradient(left, #5df0ff 0, #13adff 100%);
    background-image: linear-gradient(90deg, #5df0ff, #13adff);
    -webkit-box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
    box-shadow: 0 5px 10px 0 rgba(16, 110, 253, .3);
}
.search-bmenu {
    text-align: center;
}
.search-bmenu .on {
    color: #fff;
}
.search-item {
    cursor: pointer;
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.6);
    display: inline-block;
    font-size: 14px;
}
.subnav {
    margin-top: 15px;
}
.subnav-item {
    display: none;
}
.subnav .active {
    display: block!important;
}

/* 网址导航首页样式 */
.site-main {}
.site-menu {
    width: 200px;
}
.site-menu .title {
    border-bottom: 1px solid #ebeef5;
    margin-bottom: 12px;
    padding-bottom: 12px;
    padding-left: 0;
}
.site-menu .title i {
    font-weight: normal;
    font-size: 18px;
    margin-right: 7px;
    transform: translateY(0);
    display: inline-block;
}
.site-menu .title span {
    font-size: 14px;
    font-weight: bold;
}
.site-menu ul {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.02);
    box-shadow: 0 6px 6px 0px rgba(0,0,0,.02);
}
.site-menu ul .all a {
    padding-left: 0!important;
}
.site-menu ul li {
    display: flex;
    align-items: center;
}
.site-menu ul li a {
    display: block;
    font-size: 10px;
    color: #151515;
    font-family: Arial;
    padding: 10px 10px;
    font-weight: bold;
}
.site-menu ul li i{
    font-weight: normal;
    font-size: 18px;
    margin-right: 0px;
    transform: translateY(1px);
    display: inline-block;
}
.site-menu ul .current-menu-item ,.site-menu ul .current-menu-item i {
    color: #303133;
}
.site-menu ul .current-menu-item a {
    color: #303133;
}
.site-row {
    display: flex;
}
.site-list {
    margin-left: 30px;
    flex: 1;
}
.site-list .site-item {}
.site-box {
    margin-bottom: 30px;
}
.site-box .site-box-title {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ebeef5;
}
.site-box .site-box-title h3 {
    flex: 1;
    font-size: 18px;
    font-weight: bold;
}
.site-box .site-box-title .more {
    color: #909399;
    font-size: 13px;
}
.site-box .site-box-warp {
    overflow: hidden;
    margin: 0 0px;
}
.site-box .site-box-warp .site-card {
    float: left;
    width: 25%;
    padding: 10px 10px 0px 15px;
}
.site-card .item {
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.02);
    box-shadow: 0 6px 6px 0px rgba(0,0,0,.02);
    transition: all .3s;
}
.site-card .item:hover {
    transform: translateY(-2px);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.05);
    box-shadow: 0 6px 6px 0px rgba(0,0,0,.05);
}
.site-card .item>a {
    display: flex;
    padding: 10px;
}
.site-card .item .icon {
    display: inline-block;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.site-card .item .content {
    flex: 1;
    margin-left: 10px;
    overflow: hidden;
}
.site-card .item .content span {
    font-size: 15px;
}
.site-card .item .content .desc {
    color: #909399;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.site-card .item .info {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 8px 10px;
    border-top: 1px solid #ebeef5;
    color: #909399;
}
.site-card .item .info i {
    transform: rotateY(180deg);
    display: inline-block;
}
.site-card .item .info span:first-child {
    flex: 1;
}

/* 网址导航文章页样式 */
.site-head {
    padding: 30px;
    border-bottom: 1px solid #ebeef5;
}
.site-head h1 {
    font-size: 28px;
}
.site-head .info {
    margin-top: 10px;
}
.site-head .info span {
    color: #909399;
    font-size: 13px;
    margin-right: 20px;
}
.site-single {
    padding: 30px;
}
.site-single .site-row {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.site-single .site-row .site-icon {
    width: 180px;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: #333;
}
.site-single .site-row .site-icon .bg {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    opacity: .2;
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    width: 150%!important;
    height: 150%!important;
}
.site-single .site-row .site-icon i {
    display: block;
    width: 68px;
    height: 68px;
    border: 4px solid rgba(255, 255, 255, 0.4);
    transition: all .3s;
    top: 50%;
    position: absolute!important;
    left: 50%;
    transform: translate(-50%,-50%);
    box-sizing: border-box;
    border-radius: 50%;
    z-index: 5;
    overflow: hidden;
}
.site-single .site-row .site-icon i img {
    width: 100%;
    height: 100%;
}
.site-single .site-icon:hover i {
    border: 4px solid rgba(255, 255, 255, 0.8);
}
.site-single .site-row .site-main {
    flex: 1;
    margin-left: 30px;
} 
.site-list-cat {}
.site-list-cat a {
    display: inline-block;
    color: #fff;
    background: #6c9dff;
    border-radius: 4px;
    padding: 4px 8px;
    line-height: normal;
    margin-right: 5px;
    font-size: 12px;
}
.site-list-cat a:hover {
    background: #206aff;
    color: #fff;
    text-decoration: none;
}
.site-desc {
    color: #606266;
    font-size: 14px;
    background: #F7F8FC;
    padding: 20px;
    margin: 15px 0;
}
.site-desc p {
    font-size: 15px;
    letter-spacing: .5px;
    margin: 0;
}
.site-tags {}
.site-tags a {
    display: inline-block;
    background: #f7f8fc;
    padding: 5px 8px;
    font-size: 12px;
    line-height: normal;
    color: #909399;
    margin-right: 5px;
    border-radius: 3px;
    transition: all .3s;
}
.site-tags i {
    margin-right: 3px;
    line-height: 0;
}
.site-tags a:hover {
    text-decoration: none;
    background: #206aff;
    color: #fff;
}
.site-go {
    margin-top: 15px;
}
.site-go a {
    display: inline-block;
    padding: 10px 24px;
    margin: 0 2px;
    background-color: var(--primary-color);
    background-image: linear-gradient(200deg, #206aff, #6c9dff);
    color: #fff;
    line-height: normal;
    transition: all .3s;
}
.site-go a:hover {
    text-decoration: none;
    background-image: linear-gradient(200deg, #6c9dff, #206aff);
}
/*相关站点*/
.site-other {}
.site-other .site-card {
    width: 33.33%!important;
}

@media (max-width: 767px){
    
    
 
    
    
    
    .site-search-wrapper {
    width: 1350px;
    max-width: 100%;
    margin: 0 -6px;
}
    
    
    
    
    .site-warp {
         margin-bottom: -12px;
	     height: auto;
margin: 0 -6px;
        padding: 30px 0;
        background-size: 100% 100%;
    }
    .site-search h3 {
        font-size: 20px;
    }
    .site-search {
        width: 100%;
        padding: 0 10px;
    }
    .site-row {
        display: block;
        margin: 0 0px;
    }
    .site-menu {
        width: 100%;
    }
    .site-menu .title {
        display: block;
    }
    .site-menu ul li {
        display: inline-block;
    }
    .site-list {
        margin: 0;
    }
    .site-box .site-box-warp .site-card {
        width: 100%;
        
    }
    .site-card .item .content {
        height: auto!important;
    }
    .site-head {
        padding: 15px;
    }
    .site-head h1 {
        font-size: 18px;
    }
    .site-single .site-row .site-icon {
        width: 100%;
    }
    .site-single .site-row .site-main {
        margin-left: 0;
    }
    .site-box .site-box-warp .site-card {
        width: 100%!important;
    }
	.site-list-cat {
		margin-top: 15px
	}
}