/* "表头" */
.top {
    /* margin-top: 34px; */
    margin-top: 1.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 26px; */
    /* font-size: 1.3rem; */
    color: #333;
}

.top .top-ico {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-right: 6px; */
    /* margin-right: 0.3rem; */

    /* width: 58px; */
    width: 72px;
    /* height: 32px; */

    /* border:1px solid red; */
}

.top .top-ico img {
    /*width: 100%;*/
    /*height: 100%;*/
    width: 72px;
    height: 72px;
}

.top .top-name {
    /* margin-left: 6px; */
    /* margin-left: 0.3rem; */
    font-weight: 900;
    /* line-height: 48px; */
    /* font-size: 36px; */
    font-size: 1.8rem;

    /* border:1px solid red; */
}

.head {
    /* margin-bottom: 44px; */
    margin-bottom: 2.2rem;
    /* background-color: pink; */
    margin: 0 auto;
    max-width: 1200px;
    /* width: 940px; */

    /* padding-top: 44px; */
    padding-top: 2.2rem;
    /* padding-bottom: 44px; */
    padding-bottom: 2.2rem;
}

.head .head-con {
    width: 78.3%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .head-con .head-nav {
    /* font-size: 16px; */
    font-size: 0.8rem;
    color: #242424;
    /* min-width: 80px; */
    min-width: 4rem;
    text-align: center;
}

.head .head-con .head-nav:hover {
    /* color: #3f8c83; */
    cursor: pointer;
}

/* .head .head-con .head-nav.active a, */
.head .head-con .head-nav:hover a {
    color: #3f8c83;
}
.head .head-con .head-nav a.active {
    color: #3f8c83;
}

.head .head-con .head-nav a {
    color: #242424;
}

/* 返回顶部 */
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #02b2b5;
    color: white;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 14px;
}

#myBtn:hover {
    background-color: #555;
}

/* 可隐藏的侧边导航栏 */
.slidebar {
    /* float: right; */
    /* width: 100px; */
    /* height: 100%; */
    /* background: #34495e; */
    color: #ecf0f1;
    /* margin-left: -100px; */
    margin-left: -100%;
    transition: 0.8s;

    display: none;
	position: fixed;
	right:0;
	top:80px;
	z-index:9999;
}

.slide {
    margin-left: 0;
}

.slidebar ul {
    position: relative;
    margin: 0;
    padding: 0;

	display: flex;
	flex-direction: column;
}

.slidebar ul li {
    list-style: none;
    display: block;
    width: 100px;
    text-align: center;
    font-size: 30px;
    padding: 10px 0;
    cursor: pointer;
    transition: 0.8s;
	background: #34495e;
	border-radius: 20px;
	margin-bottom: 2px;
}

.slidebar ul li span {
    width: 100%;
}

.slidebar ul li:hover {
    background: #1abc9c;
}

.ctrl-btn {
    /* float: right; */
    position: fixed;
	z-index:9999;
    right: 0;
	top:50px;
    cursor: pointer;

	display: none !important;
}

.fa {
    font-size: 30px !important;
}
.slidebar .head-nav {
    /* font-size: 16px; */
    font-size: 0.7rem;
    color: #242424;
    /* min-width: 80px; */
    /* min-width: 4rem; */
    text-align: center;
}

.slidebar .head-nav:hover {
    /* color: #3f8c83; */
    cursor: pointer;
}

/* .slidebar .head-nav.active a, */
.slidebar .head-nav:hover a {
    color: #3f8c83;
}

.slidebar .head-nav a {
    color: #fff;
}
.slidebar .head-nav a.active {
    color: #3f8c83;
}
