.error-component-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.header__content__nav {
    float: left;
    height: 64px
}

.header__content__nav__last {
    position: relative
}

.modal {
    position: fixed;
    z-index: 1001;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%
}

.modal__wrapper {
    display: table;
    width: 100%;
    height: 100%
}

.modal__content {
    display: table-cell;
    vertical-align: middle
}

.modal--fullscreen {
    right: 0;
    z-index: 1000
}

.modal--flow {
    background: white;
    z-index: 999
}

.modal--blur {
    backdrop-filter: blur(3px)
}

.signin_success_modal {
    width: 364px;
    height: 190px;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.signin_success__close_btn {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 14px;
    height: 14px;
    background: url(//p2.ssl.img.360kuai.com/t017a16a607c78fb7d3.png) no-repeat center;
    background-size: 100%;
    cursor: pointer
}

.signin_success_body,
.signin_success_footer {
    text-align: center
}

.signin_success_body {
    padding: 51px 0 40px;
    font-size: 18px;
    color: #222
}

.sign_icon,
.header__content__kc {
    display: inline-block;
    position: relative
}

.sign_icon {
    height: 34px;
    width: 34px;
    vertical-align: middle;
    margin-right: 30px;
    top: -2px;
    cursor: pointer;
    line-height: 1
}

.header__content__kc__logo {
    margin-left: 20px;
    padding-left: 38px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 64px;
    display: inline-block;
    text-decoration: none
}

.header__content__kc__menu {
    position: absolute;
    top: 61px;
    width: 156px;
    padding: 6px 0;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.15), 0 4px 16px 0 rgba(0, 0, 0, 0.2)
}

.header__wrapper {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 64px;
    background: #fff;
    z-index: 200;
    border-bottom: 1px solid #eee;
    box-sizing: content-box
}

.kzx-logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999999px
}

.header__content__nav li {
     
    float: left;
    height: 100%;
    line-height: 100%;
    font-size: 18px;
    color: #222
}

.sign_icon img {
    height: 100%;
    width: 100%
}

.sign_icon_active::after {
    content: "";
    position: absolute;
    right: -6px;
    top: 2px;
    width: 5px;
    height: 5px;
    background: #fa3939;
    border-radius: 50%
}

.header__content__kc__logo::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 18px;
    left: 0;
    background-image: url("https://s2.ssl.res.360kuai.com/static/20defae8a83efcc2.svg");
    background-size: cover
}

.header__content__kc__menu::after {
    position: absolute;
    display: inline-block;
    top: -5px;
    left: 70px;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-color: #fff #fff transparent transparent;
    transform: rotate(-45deg);
    box-shadow: 2px -2px 2px #eee
}

.header__content__kc__menu li {
    font-size: 14px;
    color: #333;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    display: flex;
    align-items: center
}

.header__content__nav li::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.header__content__nav li img {
    display: inline-block;
    width: 22px;
    margin-right: 8px
}

.header__content__nav li>a {
    font-size: 18px;
    color: #222;
    cursor: pointer;
    line-height: 0;
    display: inline-block;
    text-decoration: none
}

.header__content__nav li>a * {
    vertical-align: middle
}

.header__content__nav__last a>span {
    position: relative
}

.header__content__kc__menu li img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 22px
}

.error-component-wrapper .error-component-control__wrapper {
    position: fixed;
    top: 14px;
    right: 0
}

.error-component-wrapper .error-img {
    width: 240px;
    height: 140px;
    margin-bottom: 15px
}

.error-component-wrapper .error-tip {
    font-size: 12px;
    color: #999;
    margin-bottom: 18px
}

.error-component-wrapper .error-reload {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 142px;
    height: 34px;
    background: #fa3939;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
    cursor: pointer
}

.header__content__nav__last .yyconfig__anchor__wrapper {
    margin-right: 8px
}

.header__content__nav__last .tag-icon {
    position: absolute;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 22px;
    height: 18px;
    top: -10px;
    left: calc(100% + 2px)
}

.header__content__nav__last .channels-more {
    display: none;
    position: absolute;
    top: 64px;
    right: -128px;
    z-index: 200;
    padding: 14px 0 14px 16px;
    width: 352px;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.03);
    border-radius: 8px;
    box-sizing: border-box;
    text-align: left
}

.modal.is-scroll-disabled {
    overscroll-behavior: contain;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.signin_success_body .signin_count,
.signin_success_body .signin_souce {
    margin: 0 4px;
    color: #fa3939
}

.signin_success_footer .signin_btn {
    display: inline-block;
    width: 180px;
    height: 34px;
    border-radius: 3px;
    border: none;
    cursor: pointer;
    background-color: #fa3939;
    color: #fff
}

.header__content__nav__last .channels-more div {
    width: 64px;
    height: 32px;
    margin: 6px 8px;
    border-radius: 6px;
    display: inline-block;
    line-height: 32px;
    text-align: center;
    cursor: pointer
}

.modal.is-scroll-disabled::-webkit-scrollbar,
.modal.is-scroll-disabled::-webkit-scrollbar-thumb {
    display: none
}

.header__content__kc__menu li:hover {
    color: #fa3939;
    background: #fff6f5
}

.header__content__nav__last .channels-more div a {
    text-decoration: none
}

.header__content__nav li>a:hover span {
    opacity: .75
}

.header__content__nav__last .channels-more:hover,
.header__content__nav__last:hover .channels-more {
    display: block
}

.modal.is-scroll-disabled .modal__wrapper {
    height: calc(100% + 1px)
}

.header__content__nav__last .channels-more div:hover {
    background: #f6f6f6;
    border-radius: 6px
}

.header__wrapper * {
    box-sizing: content-box
}

.header__logo,
.header__logo__yule {
    float: left;
    margin: 19px 0 19px 41px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat
}

.header__logo {
    width: 110px;
    background-image: url(//p1.ssl.img.360kuai.com/t01be99129a472832b7.png);
    background-image: url(//p0.ssl.img.360kuai.com/t010ae6e6ee2f934096.png)\9
}

.header__logo__yule {
    width: 230px;
    background-image: url(//p0.ssl.img.360kuai.com/t01ed3d0c129eb7f5a8.png)
}

.header__content {
    width: 1366px;
    margin: 0 auto;
    display: flex
}

.header__content__kuaichuan {
    margin-left: 20px;
    padding-left: 38px;
    position: relative;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    display: inline-block;
    text-decoration: none
}

.header__center {
    flex: 1;
    position: relative
}

.header__center__body {
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: transform 300ms ease-out;
    position: relative;
    z-index: 10
}

.float--right {
    float: right
}

.float--left {
    float: left
}

.header__content__kuaichuan::before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 1px;
    left: 0;
    background-image: url("https://s2.ssl.res.360kuai.com/static/20defae8a83efcc2.svg");
    background-size: cover
}

.header__content .userinfo-container {
    height: 64px;
    line-height: 64px;
    margin-right: 41px
}

.header__content .search-wrap {
    width: 340px;
    height: 40px;
    line-height: 64px;
    margin-right: 30px;
    font-size: 0
}

.header__content .search-wrap_small {
    width: 290px;
    margin-right: 20px
}

.header__center__body.is-unactive {
    transform: translateY(-100%)
}

.header__content .userinfo-container::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.header__content .search-wrap::after {
    content: '';
    width: 0;
    height: 64px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.header__wrapper .header__content>.userinfo-container {
    display: flex;
    align-items: center
}

.header__center__body.is-unactive .global-header-search-panel {
    display: none
}