/*@font-face {
    font-family: 'FZJingLeiS-R-GB';
    src: url('../fonts/FZJLJW--GB1-0.eot');
    src: url('../fonts/FZJLJW--GB1-0.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FZJLJW--GB1-0.woff2') format('woff2'),
        url('../fonts/FZJLJW--GB1-0.woff') format('woff'),
        url('../fonts/FZJLJW--GB1-0.ttf') format('truetype'),
        url('../fonts/FZJLJW--GB1-0.svg#FZJLJW--GB1-0') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

html {
    font-family: 'Microsoft YaHei';
    font-size: 14px;
    font-weight: 300;
    line-height: 1.55;
    -webkit-text-size-adjust: 100%;
    background: #FFF;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}

.navbar .brand, .uk-logo {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
}


.navbar .brand, .navbar .nav>li>a, .navbar-search, .uk-navbar-item, .uk-navbar-nav>li>a, .uk-navbar-toggle {
    font-family: 'Microsoft YaHei';
    font-weight: normal;
    font-style: normal;
}


#feedback-95 a {
    background-color: #e4336a !important;
    border: solid 2px #e22660 !important;
    font-size: 16px !important;
}

.feedback-container a {
    padding: 30px 0 !important;
    vertical-align: middle;
    /*font-size: 15px;*/
    line-height: 46px;

    transform: rotate(90deg);
    writing-mode: vertical-lr;
    -webkit-writing-mode: vertical-lr;
    letter-spacing: 3px;
}


.feedback-container.feedback-position-right {
    right: -53px !important;
}