.foot {
	height: 670px;
	width: 100%;
	padding: 60px 0;
	background-color: #1b1b1b;
	text-align: center;
	
	position: relative;
}

.foot-content {
	width: 1250px;
	height: 100%;
	margin: 0 auto;
	background-color: #1b1b1b;
	text-align: left;
	padding: 30px;
}

.foot-content1 {
	width: 100%;
	display: flex;
	align-items: flex-start;
}

.menuMap {
	display: inline-block;
	width: 160px;
	line-height: 30px;
}

.menuMap-title {
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;

	color: #E3E3E3;
}

.menuMap ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.menuMap li {
	color: #999999;
}

.menuMap-f {
	display: flex;
	align-items: flex-start;
}

.menuMap-f-item {
	display: inline-block;
	width: 290px;
	line-height: 30px;
}

.menuMap-f-item ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.foot a:hover {
	color: #BBB;
}

.foot a {
	color: #999999;
	text-decoration: none;
}

.foot-detail {
	color: #eeeeee;
	height: 30px;
}

.foot-content2 {
	position: relative;
}

.qr-box {
	position: absolute;
	top: 0px;
	right: 0px;
}

.qr-box img {
	height: 150px;
}


/* side */
.side {
	position: fixed;
	top: calc(50% - 180px);
	right: 10px;
	/* background-color: #FFFFFF; */
	z-index: 199;
}

.side-box {
	writing-mode: vertical-lr;
	/* border: 1px solid #000000; */
	padding: 20px 10px;
	border-radius: 6px;
	margin-bottom: 10px;
	background-color: #FFFFFF;
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
	cursor: pointer;
}

/* #message:hover .takeAmessage{
	display: block;
} */
.side .side-box:hover .call {
	display: block;
}

#attention:hover .gz-qrcode {
	display: block;
}


.takeAmessage{
	display: none;
	writing-mode: horizontal-tb;
	width: 600px;
	height: 360px;
	position: fixed;
	top: calc(50% - 150px);
	right: calc(50% - 200px);
	z-index: 200;
	background-color: #FFFFFF;
	border-radius: 12px;
	padding: 30px 20px;
	line-height: 50px;
	
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
}

.takeAmessage .title{
	font-size: 23px;
	text-align: center;
}

.takeAmessage input{
	width: 500px;
	outline: none;
	border: none;
	border-bottom: 1px solid #BBBBBB;
	font-size: 16px;
}
.btn{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin-top: 30px;
}

.cancel,.confirm{
	width: 120px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	border-radius: 6px;
	/* padding: 0px 30px; */
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
}
.confirm{
	/* border: 1px solid #006CFF;
	color: #006CFF; */
	background-color: #006CFF;
	color: #FFFFFF;
}

.cancel:active,.confirm:active{
	transform: scale(0.95);
}

.call {
	writing-mode: horizontal-tb;
	display: none;
	width: 360px;
	height: 150px;
	border-radius: 12px;
	/* border: 1px solid #000000; */
	
	box-shadow: 0px 5px 10px 0px rgb(101 101 101 / 25%);
	line-height: 40px;
	padding: 15px 20px;
	position: fixed;
	top: calc(50% - 75px);
	right: 100px;
	background-color: #FFFFFF;
	z-index: 199;
	text-align: left;
}

.gz-qrcode {
	writing-mode: horizontal-tb;
	display: none;
	position: fixed;
	top: calc(50% + 30px);
	right: 100px;
	z-index: 199;
}

.gz-qrcode img {
	width: 150px;
	height: auto;
}

.beian{
	height: 50px;
	width: 100%;
	line-height: 50px;
	text-align: center;
	/* background-color: #999999; */
	color: #999999;
	position: absolute;
	bottom: 0px;
}