body{ padding-bottom:0}
.footer {
  height: 290px;
  position: relative;
  z-index: 999;
  background: url(../img/fotbg2025713.png) no-repeat;
  background-size:cover;
}
.footer_main {
  padding: 40px 0px 0;
}

.footer_items713 {
  float: left;
  display: flex;
  justify-content: space-between;
  width: 886px;
}
.footer_items713 dl{
  float: left;
}
.footer_items713 dt{
  padding-left: 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  margin-bottom: 18px;
}
.footer_items713 dt:before{
  display: block;
  content:'';
  clear: both;
  position: absolute;
  left: 0;
  top: 10px;
  width: 10px;
  height: 10px;
  background: #1FA5FF;
}
.footer_items713 dd {
  line-height: 28px;
  font-weight: 400;
  font-size: 14px;
  padding-left: 22px;
}
.footer_items713 dd a {
  color:  rgba(255,255, 255, 0.7);
}
.footer_items713 dd:hover a{
  color: rgba(255,255, 255, 1);
}
.footer_ma713 {
  float: right;
  width: 130px;
  height:150px;

}
.footer_ma713 img {
  width: 130px;
  height:130px;
  margin-bottom: 5px;
}
.footer_ma713 p {
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 20px;
}

/* 退出确认弹窗 */
.logout-confirm{
	position: fixed;
	justify-content: center;
	align-items: center;
	/* display: flex; */
	display: none;
	flex-direction: column;
	width: 224px;
	height: 98px;
	background: #FFFFFF;
	border-radius: 8px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1000;
}
.logout-confirm .img-box{
	width: 10px;
	height: 10px;
	position: absolute;
	top: 14px;
	right: 14px;
	cursor: pointer;
}
.logout-confirm .img-box img{
	width: 100%;
	height: 100%;
}
.logout-confirm .title{
	width: 144px;
	height: 24px;
	font-family: SourceHanSansSC, SourceHanSansSC;
	font-weight: 500;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: left;
	font-style: normal;
	margin: 20px 40px 14px 40px;
}
.logout-confirm .options{
	display: flex;
	flex-direction: row;
	width: 144px;
	height: 20px;
	margin: 0 auto;
}
.logout-confirm .options .yes,.no{
	width: 28px;
	height: 20px;
	font-family: SourceHanSansSC, SourceHanSansSC;
	font-weight: 400;
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	text-align: left;
	cursor: pointer;
}
.logout-confirm .vertical-line{
	width: 1px;
	height: 14px;
	background: #D8D8D8;
	border-radius: 1px;
	margin-top: 3px;
}
.logout-confirm .options .yes{
	color: #007AFF;
	margin: 0px 28px 0px 14px;
}
.logout-confirm .options .no{
	margin: 0px 14px 0px 28px;
}
/* 全局蒙版样式 */
.modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 999;
}