#bottom {
    background: #292a2e;
    position: relative;
    color: #fff;
    overflow: hidden;
    width: 100%;
}
.icon{
	width: 100%;
	height: 200px;
}
.bottom_tit{
	width: 100%;
	height: 200px;
	position: absolute;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.bottom_tit div:nth-child(1){
	font-size: 28px;
	color: #FFF;
}
.bottom_tit div:nth-child(2){
	font-size: 14px;
	color: #FFF;
	margin-top: 15px;
}
.bottom_tit div:nth-child(3){
	width: 170px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin-top: 25px;
	border-radius: 20px;
	background-color: #106CEB;
	color: #FFF;
	font-size: 16px;
}
.app{
    width: 200px;
    height: auto;
    margin: 66px 1.7vw 0;
}
.app_tit{
	font-size: 16px;
	/* margin-bottom: 30px; */
}
.app_text{
	color: #777;
	font-size: 14px;
	margin: 15px 0;
}
.wrap_bottom {
    width: 1400px;
    /*min-width: 1200px;*/
	/*max-width: 80%;*/
    margin: auto;
    overflow: hidden;
	height: 370px;
}
.wrap_bottom{
    display: flex;
    justify-content: space-between;
	flex-wrap: nowrap;
}
.wrap_bottom div:nth-child(1){
	width: 75%;
	display: flex;
	justify-content: space-between;
}
#bottom dl {
    padding: 0;
    padding-bottom: 10px;
    float: left;
    display: block;
    margin: 66px 1.7vw 0;
    overflow: hidden;
}

#bottom dl dt {
    font-size: 16px;
    margin-bottom: 30px;
}

#bottom dl dd {
    color: #777;
    font-size: 14px;
    margin-left: 0px;

}

#bottom dl dd a {
    display: block;
    line-height: 30px;
    color: #808080;
    font-size: 14px;
    text-decoration: none;
}
#bottom dl dd span {
    display: block;
    margin-bottom: 5px;
    color: #FFF;
    font-size: 16px;
    text-decoration: none;
}
#bottom dl.dldl {
    position: relative;
    width: 180px;
    padding-right: 20px;
    padding-bottom: 140px;
    text-align: center;
}

#bottom dl.dldl a.weixin_a {
    background-position: -6px -2px;
}

.bottom_p {
    border-top: 1px solid #4f5053;
    padding: 15px 0;
}

#bottom p {
    color: #808080;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
}
.zoom > span{
	display: inline-block;
	width: 30px;height: 30px;
	border-radius: 50%;
	background-color: #ddd;
	margin: 0 5px;
}
#bottom dl.app{
	width: 200px;
}
.app > div{
/* 	display: inline-block;
	text-align: center; */
	/* margin: 0 8px; */
}
.app > div > img{
	display: block;
	width: 80px;
	height: 80px;
	background-color: #fff;
}