footer{
    background: #ebebeb;
    min-height: 44px;
    font-size: 11px;
    font-weight: 300;
    color: #898989;
}
.footer-cont{
    padding: 18px 0 14px;
    display: flex;
    justify-content: space-between;

}
footer ul li a{
    color: #898989;
}
.nav-footer ul{
    padding: 0;
}
.nav-footer ul li:first-child{
    border-left: 0;
}
.nav-footer ul li{
    line-height: 10px;
    margin: 0;
    border-left: 1px solid #a3a3a3;
    padding: 0 7px 0 6px;
}
.footer-right{
    display: flex;
}
.footer-right ul li{
    line-height: 10px;
    margin: 0;
    border-left: 1px solid #a3a3a3;
    padding: 0 7px 0 6px;
}
/* modal property style  */
.modal-container{
    max-width: 730px;
    min-height: 300px;
    margin-top: 10%;
    font-size: 13px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0),0 7px 14px 0 rgba(50,50,93,.1);
}
.modal h3{
    font-size: 16px;
}
.modal-footer{
    justify-content: space-between;
}
.modal-content{
    border: none;
}
.modal-footer button{
    background-color: #1b7cc1;
    border: none;
    color: #FFFFFF;
    border-radius: 2px;
    padding: 10px 30px;
    transition: all 0.3ms;
}
.modal-footer button:hover{
    opacity: 0.7;
}
.modal-body-customize{
    display: flex;
    justify-content: space-between;
}
.modal-body-customize .privacy-content{
    width: 65%;
}

