﻿.mb90{
       margin-bottom: 90px;
    }
    .footer-box {
        width: 1200px;
        display: flex;
        padding-top: 20px;
		margin-bottom: 20px;
		justify-content: space-between;
    }
    .footer-box .concat {
        color: #ffffff;
    }
	.footer-box .concat img{
       width: 170px;
        height: 48px;
        margin-bottom: 20px;
    }
	.footer-box .concat .code{
		text-align:center;
	}
    .footer-box .concat .code .code-pic {
        width: 112px;
        height: 114px;
		 margin-bottom: 5px;
    }
	.footer-box .concat .code .message {
       color:rgba(223,225,229,.6);
	   font-size:14px;
    }
    
    .footer-box .menu-box {
       display: flex;
    }
	.footer-box .menu-box .menu-item{
		padding-left: 20px;
		width: 135px;
	}
    .footer-box .menu-box .menu-item .title {
        font-size: 14px;
        font-weight: 400;
        color: #FFFFFF;
		margin-bottom:10px;
    }
	.footer-box .menu-box .menu-item .cl-content {
        font-size: 14px;
        color:rgba(223,225,229,.6);
    }
	.footer-box .menu-box .menu-item .cl-content div{
        margin-bottom:15px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
    }

    .footer-box div a{
        color: #999999;
        font-size: 12px;
        display: block;
    }
    .footer-box .menu-box .menu-item-box .left .sub-classify-box .sub-classify .sub-item-box .sub-item:hover {
        color: #ffffff;
    }
    .footer-box .friend-box {
        margin-left: 63px;
    }
    .footer-box .friend-box .title {
        font-size: 16px;
        font-weight: 400;
        color: #FFFFFF;
    }
    .footer-box .friend-box .href-box {
        margin-top: 31px;
        color: #999999;
        font-size: 14px;
    }
    .footer-box .friend-box .href-box .item {
        margin-bottom: 14px;
        cursor: pointer;
    }
    .footer-box .friend-box .href-box .item:hover {
        color: #ffffff;
    }
	
    .footer-box .code-box {
		color: #fff;
		width: 200px;
    }
	.footer-box .code-box .label-box {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .footer-box .code-box .label-box i {
        margin-right: 5px;
    }
	.footer-box .code-box .label-box .lb-title{
		font-size:14px;
		margin-bottom:5px;
	}
	.footer-box .code-box .label-box .lb-text{
		color:rgba(223,225,229,.6);
	}
    .copy-box {
        margin-top: 10px;
        padding-bottom: 18px;
        display: flex;
        justify-content: center;
        color: #ffffff;
        font-size: 12px;
    }
	.copy-box a{
		color: #fff;
		margin-left:10px;
	}
	.tl-ul{
		display: flex;
		align-items: center;
		height: 66px;
		border-radius: 8px;
		width: 100%;
	}
	.tl-li{
		    position: relative;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
	}
	.tl-li:after{
		right: 0;
		position: absolute;
		content: "";
		display: block;
		width: 1px;
		height: 36px;
		background: linear-gradient(1turn,hsla(0,0%,100%,0),#fff 49%,hsla(0,0%,100%,0));
		border-radius: 7px;
		opacity: .1;
	}
	.tl-li img{
		margin-right: 12px;
		width: 32px;
	}
	.tl-li span{
		color: #fff;
	}
	.link{
		height: 40px;
		line-height: 40px;
		margin-top: 10px;
		border-left: 0;
		border-right: 0;
	}
	.link span{
		float: left;
		font-size: 12px;
		color: #fff;
	}
	.link li{
		float: left;
		margin: 0px;
	}
	.link li a{
		color: #fff;
		margin: 0 10px;
		font-size: 12px;
}

.footer .vzan-footer[data-v-7c784b67] {
    padding: 0 0 32px;
    border-color: hsla(0,0%,100%,.05);
}
.vzan-footer .menuBox[data-v-7c784b67] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid #202124;
}
.vzan-footer .menu>div, .vzan-footer .menu{
    display: flex;
    align-items: center;
}
.vzan-footer .menu>div, .vzan-footer .menu{
    display: flex;
    align-items: center;
}
.vzan-footer .menu>div>img {
    width: 32px;
    height: 32px;
    margin-right: 12px;
}
.vzan-footer .menu>span {
    display: block;
    width: 1px;
    height: 36px;
    background: linear-gradient(1turn,hsla(0,0%,100%,0),#fff 49%,hsla(0,0%,100%,0));
    border-radius: 7px;
    opacity: .2;
}

.vzan-footer .menu {
    width: 100%;
    justify-content: space-between;
    height: 72px;
    border-radius: 8px;
    box-sizing: border-box;
    margin: 0 auto;
	color: #ffffff;
}
