.txt-elise {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.footer {
    background: #fff center no-repeat;
    margin-top: 60px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei",\5FAE\8F6F\96C5\9ED1,"MicrosoftJhengHei",STHeiti,MingLiu;
    min-width: 1200px;
}
.dropdown .down-a {
    display: block;
    background: url(../images/down-c.png;vpn_img) 90% center no-repeat;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    padding:0 36px 0 12px;
}
.dropdown-menu {
    bottom: 100%;
    background: #fff;
    margin-bottom: -1px;
    border:solid 1px #e58386;
    width: 100%;
    box-shadow: none;
    border-radius: 0;
    top: auto;
    max-height: 450px;
    overflow-y: auto;
    min-width: unset;
}
.dropdown-menu li a {
    display: block;
    line-height: 28px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.dropdown-menu li a:hover {
    background: #e58386;
    color: #fff;
}
.down-a:hover {
    color: #fff;
}
.dropdown ::-webkit-scrollbar {
    width:6px;
    height:9px
}
.dropdown ::-webkit-scrollbar-track {
    width:3px;
    background:rgba(0, 0, 0, .5);
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    border-radius:2em
}
.dropdown ::-webkit-scrollbar-thumb {
    background-color:#fad000;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius:2em;
    -moz-border-radius:2em;
    border-radius:2em
}
.dropdown ::-webkit-scrollbar-thumb:hover {
    background-color:#fad000
}
.footer-b-c{
    background: #ca060d;
    width: 100%;
    padding: 10px 0;
}
.footer-p p {
    color: #333;
    margin:0;
    line-height: 25px;
}
.footer-p {
    padding:20px 0;
}

.footer .col-xs-2{
    width: 14%;
    padding: 0 10px;
}
.f_logo{
    margin-top: 32px;
}

.f_logo img{
    width:340px;
    height: auto;
}

@media (max-width:750px){
    .footer{ 
        margin-top: 10px; 
        width:100%;
        min-width:unset;
    }
    .footer .col-xs-2{ 
        width: 50%; 
        margin-bottom:15px;
    }
    .down-a{ font-size: 14px; }
    .footer-p{ padding:0; }
    .f_logo{
        margin:20px 0;
    }
    .f_logo img{
        width:100%;
    }
}