.dashed-line {
	border: none;
	border-bottom: 1px dashed;
}

.ttle {
	display: flex;
	align-items: center;
	overflow: hidden;
	justify-content: space-between;
	padding-top: 8px;
}

.ttle .picname {
	display: flex;
	align-items: center;
}
.ttle button {
    border: none;
    background: none;
    cursor: pointer;
    height: 40px;
    width: 40px;
    -webkit-tap-highlight-color: transparent;
}
.ttle .picname .name {
    margin: 0px;
}

.ttle .picname .pic {
	height: 50px;
	float: left;
	margin-right: 10px;
}

main {
    margin: 0 6% 0 6%;
}

body {
    margin-top: 0px;
}

hr {
    border: 1px solid;
}

header {
    position: sticky;
    top: 0;
    background-color: white;
}
header nav {
  display: none;
}

header nav.active {
    display: block;
}

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

.contactList li {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

header nav ul {
    display: flex;
	padding: 0px;
    list-style-type: none;
    overflow: hidden;
}

header nav ul li {
	line-height: 1.5;
	background-color: #2dd6c2;
	text-align: center;
	display: block;
	flex: 1;
}

header nav ul li:hover {
	background-color: #1f9a8e;
}

header nav ul li a {
    padding: 10px;
    display: block;
}

@media (min-width: 767px) {
	.footercontact {
        display: flex;
        justify-content: space-between;
    }
    header nav ul {
        display: inline-block;
        float: right;
    }
}

a {
	text-decoration: none;
}

#btn1 {
	border-radius: 15px;
}


/* ---fonts--- */
@font-face {
	src: url(/fonts/LXGW-Regular.woff2);
	font-family: lxgw;
}
@font-face {
	src: url(/fonts/张氏黑体二简字.woff2);
	font-family: ej1;
}
@font-face {
	src: url(/fonts/BabelStoneErjian2.woff2);
	font-family: ej2;
}
@font-face {
	src: url(/fonts/RDPSSSFCC-FangSong.woff2);
	font-family: ejzXiu;
}
@font-face {
	src: url(/fonts/方正仿宋简.woff2);
	font-family: fzfs;
}

.ej1 {
	font-family: ej1;
}

.ej2 {
	font-family: ej2;
}

.ej3 {
	font-family: ejzXiu;
}

.lxgw {
	font-family: lxgw;
}

.fzfs {
	font-family: fzfs;
}
