@font-face {
  font-family: "SourceHanSansCN"; /* Project id 2102766 */
  src: url('../font/SourceHanSansCN-Regular.otf'); 
}

* {
     font-family: "SourceHanSansCN";
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}
a {
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
    -moz-user-select: none;
}
a,a:hover,a:active,a:visited,a:link,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline:none;
    background: none;
    text-decoration: none;
}
img {
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
	user-select: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

body {
	font-size: 14px;
	/* width: 1080px; */
	margin: 0 auto;
}

/* height: 100vh; */
#app {
	width: 100vw;
	/* height: 100vh; */
	display: flex;
	flex-direction: column;
	/* overflow: visible; */
	/* align-items: center; */
	/* justify-content: center; */
}

#search {
	width: 100vw;
	height: 100vh;
	overflow: auto;
	display: none;
	flex-direction: column;
	background: #1f1f1f;
	box-shadow: 0rem 0.02rem 0.07rem 0rem rgba(74, 74, 74, 0.07);
	position: fixed;
	top: 0rem;
	z-index: 299;
}

#search .zx {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	/* justify-content: center; */
}

#search #closeSearch {
	margin: 0.4rem 0.7rem 0rem 0rem;
	display: flex;
	justify-content: flex-end;
}

#search #closeSearch img {
	width: 0.44rem;
	height: 0.44rem;
}

#search .one {
	margin-top: 1rem;
	margin-bottom: 0.3rem;
	display: flex;
	align-items: center;
	position: relative;
}

#search .one input {
	padding-left: 0.6rem;
	width: 7.26rem;
	height: 0.9rem;
	background: #E0E0E0;
	border-radius: 0.45rem;
}

#search .one input::-webkit-input-placeholder {
	font-size: 0.36rem;
	color: #333;
}

#search .one img {
	position: absolute;
	left: 6.9rem;
	width: 0.49rem;
	height: 0.49rem;
}
#search .two{
	border-bottom: 0.01rem solid #E4E4E4;
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 8.25rem;
	padding: 0.8rem 0rem 0.6rem 0rem;
}
#search .three{
	border-bottom: 0.01rem solid #E4E4E4;
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 8.25rem;
	padding: 0.8rem 0rem 0.6rem 0rem;
}

#search .three .left,.right{
	display: flex;
	flex-direction: column;
}
#search .three .left{
	text-align: end;
	margin-left: 2.36rem;
}
#search .three .right{
	text-align: left;
	margin-right: 2.32rem;
	}
#search .two .left{
	margin-left: 1.35rem;
}
#search .two .left span{
	font-size: 0.44rem;
	font-weight: bold;
}
#search .two .right{
	line-height: 0.65rem;
	font-size: 0.36rem;
	margin-right: 1.65rem;
	display: flex;
	flex-direction: column;
}
#search .two img{
	width: 0.43rem;
	height: 0.4rem;
	margin-right: 0.27rem;
}
#search .bottom {
	padding: 0.5rem 0rem 3rem 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.26rem;
	color: #fff;
	width: 8.25rem;
	margin: 0 auto;
	border-top: 0.01rem solid #E4E4E4;
}

#search .bottom .one1 {
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#search .bottom .one1 img {
	width: 0.33rem;
	height: 0.36rem;
	margin-right: 0.1rem;
}

#search .bottom .two1 {
	margin-bottom: 0.15rem;
}

#search .bottom .three1 {
	margin-bottom: 0.3rem;
}
#menu {
	width: 100vw;
	height: 100vh;
	overflow: auto;
	display: none;
	flex-direction: column;
	background: #1f1f1f;
	box-shadow: 0rem 0.02rem 0.07rem 0rem rgba(74, 74, 74, 0.07);
	position: fixed;
	top: 0rem;
	z-index: 299;
}

#menu #close {
	margin: 0.4rem 0.7rem 0rem 0rem;
	display: flex;
	justify-content: flex-end;
}

#menu #close img {
	width: 0.44rem;
	height: 0.44rem;
}

#menu ul {
	margin: 0.5rem 0rem;
	font-size: 0.5rem;
	color: #fff;
}

#menu ul li {
	width: 100%;
	text-align: center;
	padding: 0.5rem 0rem;
}

#menu .bottom {
	padding: 0.5rem 0rem 3rem 0rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 0.26rem;
	color: #fff;
	width: 8.25rem;
	margin: 0 auto;
	border-top: 0.01rem solid #E4E4E4;
}

#menu .bottom .one {
	font-size: 0.36rem;
	margin-bottom: 0.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

#menu .bottom .one img {
	width: 0.33rem;
	height: 0.36rem;
	margin-right: 0.1rem;
}

#menu .bottom .two {
	margin-bottom: 0.15rem;
}

#menu .bottom .three {
	margin-bottom: 0.3rem;
}
#fixNav {
	position: fixed;
	top: 0rem;
	height: 1.26rem;
	background: #444444;
	width: 10.8rem;
	/* margin: 0rem 0.6rem 0rem 0.7rem; */
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	z-index: 199;
}

#fixNav .sous img {
	margin-left: 0.7rem;
	width: 0.62rem;
	height: 0.62rem;
}

#fixNav .logo img {
	width: 2.56rem;
	height: 0.59rem;
}

#fixNav .menu img {
	margin-right: 0.6rem;
	width: 0.6rem;
	height: 0.413rem;
}
#banner{
	margin-top: 1.26rem;
	height:4.6rem ;
	width: 10.8rem;
}
#banner img {
	width: 10.8rem;
}