#foot{
    width: 100%;
    background-color: #181818;
    color: #FFFFFF;
    box-sizing: border-box;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
    min-width: 1500px;
    
}

.foot-lianxi{
    width: 100%;
    height: 80px;
    background-color: #E4E4E4;
    color: #333333;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    font-size: 18px;
}

.foot-lianxi-title{
    margin-right: 20px;
}

.foot-lianxi-value{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color:#ff6a00;
    font-size: 1.2em;
    font-weight: bold;
}

.foot-lianxi-value-item{
    margin-right: 20px;
}

.foot-one{
    width: 100%;
    height: 300px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px 200px 0 200px;
    box-sizing: border-box;
}
    


.foot-one-left{
    flex:1;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content:space-between;

}

.foot-one-left-item{
    width: 200px;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
    /* background-color: red; */
}

.foot-one-left-item-title{
    font-size:18px ;
    margin: 20px 0;
}

.foot-one-left-item-list{
    width: 100%;
    flex:1;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.foot-one-left-item-list-item{
    margin: 4px 0;
    cursor: pointer;
}

.foot-one-left-item-list-item:hover{
    color: #337ab7;
}


.foot-one-right{
    width: 300px;
    height:100%;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: flex-start;
}

.foot-one-right-title{
    margin: 20px 0;
    font-size: 18px;
}

.foot-hr{
    width: 100%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 10px 0;
}

.foot-two{
    width: 100%;
    height: 180px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    padding: 0 200px;
    box-sizing: border-box;
}

.foot-two-left{
    flex:1;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255,0.4);
}

.foot-two-left-item{
    width: 50%;
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;
    justify-content: center;
}

.foot-two-left-item-item{
    margin: 4px 0;
}

.foot-two-right{
    width: 300px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.foot-two-right-btn{
    width:120px ;
    height: 36px;
    line-height: 36px;
    text-align: center;
    background-color:#ff6a00 ;
    border-radius: 5px;

}


/* 客服系统修改 */
/* #customerServerTip{
    display: none!important;
} */

/* #iframe_content{
    position:fixed!important;
    bottom:0!important;
    right:0!important;
}
 */
