* {
    margin: 0;
    padding: 0;
}
a:hover {
    text-decoration: none;
}
.header-wp {
    border-bottom: 1px solid #d5d5d5;
}
.headerImg {
    position: relative;
    top: 2px;
}
.headerImg img{
    vertical-align: inherit;
}
.commonHeader {
    height: 75px;
    width: 1200px;
    margin: 0 auto;
    line-height: 75px;
}
.headerFirst {
    float: left;
}
.headerSecond {
    float: right;
}
.headerLogin {
    font-size: 20px;
    color: #353535;
    margin-left: 15px;
}
.headerSecond a {
    text-decoration: none;
    color:#353535;
    font-size: 13px;
}
.headerSecond span.mtr-5 {
    margin-right: 5px;
}

/*国际化公共*/
.i18n-select{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.i18n-select .dropdown{
    position: absolute;
    right: 0;
    top: -50px;
}
.i18n-select .dropdown a{
    color: #353535;
}
.i18n-select .dropdown .dropdown-menu{
    top: 26px;
    min-width: 92px;
    text-align: center;
}
.i18n-select .dropdown .dropdown-menu li{
    cursor: pointer;
}
.i18n-select .dropdown a:hover, .i18n-select .dropdown .dropdown-menu li:hover{
    color: #19ac9e;
    text-decoration: none;
}

.login-update{
    height: 33px;
    line-height: 33px;
}

.login-update li{
    font-size: 14px;
}
.update-user{
    font-size: 16px;
    font-weight: 600;
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
     color: #FFF;
}

.user-footer {
    color: #999;
}
.sense-gov,
.sense-gov:focus {
    color: #999;
}
.sense-gov:hover{
    color: #19ac9e;
}