/* 底部 */
.u-flex {
	display: flex;
	flex-direction: row;
	align-items: center;
}
.underside{
	width: 100vw;
	background-color: #383d40;
}
.botlogo{
	width: 100%;
	padding: 1.8vw 0;
	color: #fff;
	border-bottom: 1px solid #4c5153;
}
.logobot{
	width: 80vw;
	margin: 0 auto;
	justify-content: space-between;

}
.logobot-left{
	font-size: 3vw;
	letter-spacing: 1px;
}
.logobot-right{
	font-size: 1vw;
	justify-content: space-between;
	width: 80%;
}
.details{
	width: 83vw;
	margin: 0 auto;
	justify-content: space-between;
}
.describe{
	font-size: 0.9vw;
}
.describe>div:nth-child(1){
	margin-bottom: 0.7vw;
}
.detsilsimg{
	justify-content: space-between;
	width: 10vw;
}
.detsilsimg>img{
	width: 5vw;
	height: 5vw;
}
.inputde{
	width: 14vw;
	border: 1px solid #fff;
	padding: 0.3vw 1vw;
	border-radius: 50px;
	margin-left: 4vw;
	margin-right: 1vw;
}
.inputde>input{
	font-size: 1.3vw;
	background-color: #383d40;
	border: none;
	color: #fff;
	outline: none;
	width: 92%;
}
.inputde>img{
	width: 1vw;
	height: 1vw;
}
.copyright{
	width: 100vw;
	text-align: center;
	color: #fff;
	font-size: 0.7vw;
	opacity: 0.7;
	padding: 1vw 0 2vw;
}
@media screen and (max-width:768px) {
	.logobot-right{
		display: inline!important;
	}
	.logobot-right>div{
		font-size: 3vw;
		display: inline-block;
		margin-right: 3vw;
		margin-bottom: 3vw;
	}
	.describe{
		font-size: 2vw;
	}
	.copyright {
		font-size: 2vw;
		letter-spacing: 1px;
		width: 80%;
		margin: auto;
	}
}
