body{
    font-family: "Microsoft yahei",arial,Simsun,sans-serif;
}
.navbar-inverse {
    background-color: #ccc;
    border-color: #1660C1;
    background-image: url('/headbar.jpg');
    background-position: center;
    border-radius: 0;
    border: none;
}
.navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-weight: bold;
    padding-left: 10px;
    padding-right: 10px;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus{
    background-color: rgba(0, 0, 0, 0.2);
}

.dropdown-menu > li > a {
    color: dodgerblue;
    text-align: center;
}

.dropdown-header > img {
    margin-left: 10px;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus{
    background-color: rgba(17, 86, 177, 0.66);
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: rgba(34, 107, 204, 0.44);
}
.navbar-inverse .navbar-brand {
    color: #FFFFFF;
    font-weight: bold;
}
.navbar-inverse .navbar-brand:hover {
    color: #CCCCCC;
}
/* = = = = = = = = */
.country-item-link {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    margin-right: 1px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #E2E2E2;
}
.country-detail {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.57)), to(rgba(0, 0, 0, 0)));
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0));
    background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0));
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.57), rgba(0, 0, 0, 0));
    padding-bottom: 60px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.country-detail img {
    width: 100px;
}
.country-item {
    /*width: 218px;
    height: 335px;*/
    width: 181px;
    height: 273px;
    position: relative;
}
.country-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow: hidden;
    -webkit-filter: blur(0);
            filter: blur(0);
    background-position: center;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.country-item-link:hover .country-bg{
    -webkit-filter: blur(3px);
            filter: blur(3px);
}
.country-item-link:hover .country-detail{
    padding-bottom: 100px;
}
.country-name {
    background: rgba(0, 0, 0, 0.62);
    padding: 10px 0 5px;
    margin-top: 17px;
}
.country-name h3 {
    margin: 0;
    font-weight: bold;
}
.country-name h6 {
    color: #ADADAD;
}

.topay{
    background: rgba(0, 0, 0, 0.62) ;
    display:block;
    position: absolute;
    bottom:5px;
    font-size: 16px;
    width:100%;
    text-align: center;
}
.topay:hover{
    color:#fff
}

#login-form > .form-group > a {
    position: absolute;
    right: 20px;
}



.country-item-link.country-special {
    width: 373px;
}
.country-item-link.country-special .country-item {
    width: 372px;
}
.country-item-link.country-special .mod-hd .title {
    margin: 0;
    padding-left: 10px;
}
.sers a.ser-link {
    display: inline-block;
    margin: 2px 3px;
    color: #696d85;
}
.sers {
    text-align: center;
    margin-top: 8px;
}

