.container-header {
    padding: 0 42px 0 42px;
}
.container-header .onlineRootUrl:hover {
    text-decoration: none;
}
.logo-pic {
    width: 48px;
}
.logo-title {
    font-size: 24px;
    font-weight: 500;
    color: #0D99F9;
    margin-left: 8px;
}
.help-info {
    font-size: 14px;
    color: rgba(0,0,0,0.45);
}
.help-info a {
    color: rgba(0,0,0,0.45);
}
.help-info a:hover {
    color: #0081E2;
}
.vertical-line {
    margin: 0 4px;
}
.imobile-show {
    display: none;
}

/* 中国站国际站下拉菜单 */
.station{
    display: flex;
    align-items: center;
    width: 50px;
    text-align: center;
}
#dropdown {
    position: relative;
}
.dropdown-content {
    display: none;
    left: -50%;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 80px;
    width: 80px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.dropdown-content a {
    color: black;
    padding: 6px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #f1f1f1;
}
.station-blue {
    color: #0D99F9 !important;
}