.side_box {
	width: 0.73rem;
	right: 0.6rem;
	bottom: 1rem;
	position: fixed;
	z-index: 99;

}

.side_content {
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 1rem 1rem 1rem 1rem;
	padding: 0.3rem 0.07rem;
}

.side_ico {
	width: 0.36rem;
	height: 0.3rem;
	position: relative;
	margin: 0 auto;
}

.side_ico img {
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.side_name {
	color: #5B5B5B;
	font-size: 0.18rem;
	margin-top: 0.05rem;
	text-align: center;
	padding-bottom: 0.11rem;
	border-bottom: 0.01rem solid #E9E9E9;
}

.side_items {
	margin-bottom: 0.11rem;
	cursor: pointer;
	position: relative;
}

.side_items:last-child {
	margin-bottom: 0;
}

.side_items:last-child .side_name {
	border-bottom: 0;
}

.side_items:hover .side_name {
	color: #E60012;
}

.side_ico2 {
	display: none;
}

.side_items:hover .side_ico1 {
	display: none;
}

.side_items:hover .side_ico2 {
	display: block;
}

.side_top {
	width: 0.73rem;
	height: 0.73rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.12rem;
	cursor: pointer;
}

.side_top img {
	width: 0.2rem;
	height: 0.26rem;
}

.is_hover {
	position: absolute;
	right: 100%;
	z-index: 50;
	top: 50%;
	transform: translateY(-50%);
	padding-right: 0.3rem;
	display: none;
}

.is_hoverBox {
	width: 1.09rem;
	height: 1.09rem;
	box-shadow: 0rem 0rem 0.05rem 0.01rem rgba(0, 0, 0, 0.16);
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	padding: 0.1rem;
	background: #fff;
	position: relative;
}
.is_hoverBox::after{
	content: '';
	position: absolute;
	right: -0.12rem;
	top: 50%;
	transform:translateY(-50%) rotate(-90deg);
	width: 0.2rem;
	height: 0.2rem;
	background-image: url(../images/index/下-三角.png);
	background-repeat:no-repeat;
	background-size: 100% 100%;
	filter:drop-shadow(10px 10px 10px rgba(0, 0, 0, .5));

}

.is_hoverBox img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}


.side_items:hover .is_hover {
	display: block;
}


.footer_top_content {
	padding: 0.8rem 0 0.7rem 0;
}

.footer_top_titler {
	font-size: 0.48rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 0.7rem;
}

.footer_topFrom {
	display: flex;
}

.footer_topLeft {
	width: 6.83rem;
}

.footer_topItems {
	width: 100%;
	display: flex;
	margin-bottom: 0.14rem;
}

.footer_topItems input {
	flex: 1;
	width: 100%;
	height: 0.5rem;
	background: rgba(255, 255, 255, 0.3);
	border: 0.01rem solid rgba(255, 255, 255, 0.35);
	border-radius: 0.07rem;
	padding: 0 0.2rem;
	color: #fff;
}

input::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.18rem;
}

.footer_topCode {
	width: 2.14rem;
	height: 0.5rem;
	position: relative;
	margin-left: 0.2rem;
}

.footer_topCode input {
	width: 100%;
	height: 100%;
	padding-right: 0.85rem;

}

.footer_topCode span {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0.24rem;
	color: #E60012;
	font-size: .18rem;
	cursor: pointer;
}

.footer_topItems:last-child {
	margin-bottom: 0;
}

.footer_topRight {
	flex: 1;
	height: 1.78rem;
	margin-left: 0.34rem;
	border: 0;
	outline: 0;
	overflow: hidden;
}

textarea::placeholder {
	color: rgba(255, 255, 255, 0.8);
	font-size: 0.18rem;
	font-family: '';

}

.footer_topRight textarea {
	height: 2.5rem;
	width: 100%;
	outline: 0;
	padding: 0.13rem 0.27rem;
	border-radius: 0.07rem;
	background: rgba(255, 255, 255, 0.3);
	border: 0.01rem solid rgba(255, 255, 255, 0.35);
}

.footer_top_speak {
	display: flex;
	justify-content: flex-end;
}

.footer_top_speak span {
	color: #E60012;
	font-weight: bold;
	font-size: 0.18rem;
	display: inline-block;
	width: 1.47rem;
	height: 0.5rem;
	background: #FFFFFF;
	border-radius: 0.04rem 0.04rem 0.04rem 0.04rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 0.14rem;
	cursor: pointer;
}

.footer_bottomContent {
	display: flex;
	min-height: 4.7rem;
	justify-content: space-between;
}

.footer_bottombox {
	/* height: 8.07rem; */
	background: url('../images/footer-bg.png');
	background-size: 100% 100%;
}

.footer_navTit {
	font-weight: bold;
	color: #fff;
	font-size: 0.18rem;
	margin-bottom: 0.29rem;
	position: relative;
}
.footer_navTit::after{
	content: '';
	width: 0.27rem;
	height: 0.01rem;
	display: block;
	background: #DEDEDE;;
	position: absolute;
	bottom: -0.14rem;
	left: 0;
}
.footer_bottomContent .footer_navItems:first-child .footer_navTit::after{
	content: '';
	width: 0;
}

.footer_navxItems {
	display: block;
	color: #DEDEDE;;
	font-size: 0.18rem;
	margin-bottom: 0.15rem;
	text-align: left !important;
}

.footer_navxItems.code{
	width: 1.2rem;
	height: 1.2rem;
}
.footer_navxItems.code img{
	width: 100%;
	height: 100%;
}
.footer_bottomContent {
	padding-top: 1rem;
	padding-bottom: 0.75rem;
	display: flex;
}
.footer_bottom_lastbox {
	background: rgba(78, 78, 78, 1);
}

.footer_bottom_lastContent {
	height: 0.5rem;
	display: flex;
	align-items: center;
	font-family: Microsoft YaHei, Microsoft YaHei;
	font-weight: 400;
	font-size: 0.16rem;
	color: #9B9B9B;
	line-height: 0rem;
}

.footer_bottom_left {
	flex: 1;
	display: flex;
	align-items: center;
}