.bottomFooter {
    width: 100%;
    background: #1B2032;
    border-radius: 0px 0px 0px 0px;
    color: #D6D6D6;
    /* display: flex; */
    /* justify-content: center; */
    padding-top: 61px;
    padding-bottom: 24px;
}
.outFooterBox {
    max-width: 1400px;
    margin: 0 auto;
}
.bottomFooter .descTop  {
    margin-bottom: 26px;
    display: flex;
    align-items: center;
}
.bottomFooter .descTop .leftImage {
    vertical-align: middle;
}
.bottomFooter .descTop .textDesc {
    display: inline-block;
    color: #D6D6D6;
    font-size: 20px;
    margin-left: 30px;
    position: relative;
    top: 2px;
}
.descTop .centerDevide {
    margin: 0 20px;
}
.bottomFooter .functionPart{
    display: flex;
    align-items: center;
}
.bottomFooter .leftContactDesc  {
    height: 36px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 4px 4px 4px 4px;
    color: #E4E6EE;
    padding-right: 20px;
    display: flex;
    align-items: center;
}
.leftContactDesc .rightConactBtn {
    width: 100px;
    height: 36px;
    line-height: 36px;
    background: linear-gradient( 89deg, #5B9CFF 0%, #7B5BFF 100%);
    border-radius: 4px 4px 4px 4px;
    text-align: center;
    font-size: 12px;
    display: inline-block;
    font-size: 12px;
    color: #FFFFFF;
    margin-right: 20px;
    cursor: pointer;
}
.leftContactDesc .rightConactBtn:hover {
    opacity: .8;
}
.functionPart .rightItemFunc {
    margin-left: 60px;
    display: flex;
}
.functionPart .rightItemFunc li {
    margin-right: 50px;
}
.functionPart .rightItemFunc .sameIcon{
    display: inline-block;
    width: 30px;
    height: 30px;
    background-image: url('../assets/footer/icon_sheji.png');
    background-size: 100% 100%;
    margin-right: 14px;
    vertical-align: middle;
}
.functionPart .rightItemFunc .yewu {
    background-image: url('../assets/footer/icon_yewu.png');
}
.functionPart .rightItemFunc .shigong {
    background-image: url('../assets/footer/icon_shigong.png');
}
.functionPart .rightItemFunc .yunwei {
    background-image: url('../assets/footer/icon_yunwei.png');
}
.allContactFlex {
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin-top: 34px;
}
.allContactFlex .leftTime .togetherIcon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 14px;
    vertical-align: middle;
}
.allContactFlex .leftTime div{
    margin-bottom: 40px;
}
.rightQurcode {
   display: flex;
   align-items: center;
   text-align: center;
}
.rightQurcode .leftItemDesc {
    margin-right: 102px;
    line-height: 36px;
}
.rightQurcode img {
    width: 116px;
}
.leftItemDesc p {
    cursor: pointer;
    color: #fff;
}
.bottomFooter .finalPart {
    color: #999999;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.26);
    padding-top: 26px;
}
.leftItemDesc p:hover {
    color:#3470FF ;
}


@media screen and (max-width: 1640px)  {
    .outFooterBox {
        margin: 0 6.4%;
    }
}