.header .top-header {
    height: 40px;
    background-color: #fff;
    box-sizing: border-box;
}
.header .top-header .top-header-container {
    width: 1200px;
    margin: 0 auto;
}
.header .top-header .i18n {
    float: left;
    margin-right: 20px;
    width: 145px;
    height: 40px;
    line-height: 40px;
    padding-left: 30px;
    color: #333333;
    font-size: 12px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
	    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAGXRFW…gXv4/x6bzvWdp+gzugCjTRzKb1CwH6yrrRd2XV5pb9FWAArpU09dMRYYAAAAAASUVORK5CYII=) left center no-repeat;
}
   
}
.header .top-header .i18n .caret {
    margin-left: 5px;
    font-size: 12px;
    transition: all .1s ease-out;
}

.anticon {
    display: inline-block;
    color: inherit;
    font-style: normal;
    line-height: 0;
    text-align: center;
    text-transform: none;
    vertical-align: -0.125em;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header .top-header .i18n .global-panel {
    display: none;
    position: absolute;
    top: 36px;
    right: 6px;
    width: 80px;
    height: 25px;
    border: 1px solid #bababa;
    z-index: 9999;
    background: #fff;
    text-align: center;
    line-height: 25px;
    border-radius: 2px;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.header .top-header .sign-up {
    float: right;
    width: 200px;
    height: 40px;
    font-size: 0;
    line-height: 40px;
}
.header .top-header .sign-up .btn-link {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.header .top-header .sign-up .icons-splite {
    display: inline-block;
    font-style: normal;
    margin: 0 10px;
    font-size: 12px;
    color: #a7a7a7;
    line-height: 40px;
    overflow: hidden;
}
.header .top-header .sign-up .btn-link {
    position: relative;
    display: inline-block;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
}
.header .top-header .top-nav-list {
    padding: 0;
    margin: 0;
    overflow: hidden;
    margin-left: 120px;
    margin-right: 140px;
    box-sizing: border-box;
}
.header .top-header .top-nav-list li {
    float: left;
    margin-right: 16px;
    color: #333333;
    list-style: none;
    padding: 0 8px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
}
.header .top-header .top-nav-list .quick-link {
    color: #333333;
    font-size: 12px;
}