.badge__wrapper {
    display: inline;
    position: relative
}

.red_packet_msg {
    display: inline-block
}

.header-metion-count,
.tst {
    text-align: center;
    color: #fff
}

.header-metion-count {
    position: absolute;
    background: #FA3939;
    z-index: 10;
    font-size: 12px;
    line-height: 18px;
    min-width: 18px;
    left: 24px;
    top: -12px;
    border-radius: 10px;
    padding: 0 4px
}

.tst {
    position: fixed;
    margin-top: 0;
    left: 50%;
    top: 50%;
    opacity: 0;
    min-width: 116px;
    box-sizing: border-box;
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: all .3s linear;
    z-index: 1001;
    background: rgba(34, 21, 15, 0.878);
    border-radius: 8px;
    font-size: 16px;
    line-height: 22px;
    padding: 13px 36px
}

.tst--show {
    margin-top: 2%;
    opacity: 1
}

.tst--vanish {
    margin-top: -1%;
    opacity: 0
}

.tst-type--success {
    background: rgba(250, 57, 57, 0.9);
    box-shadow: 0 2px 9px 0 rgba(198, 19, 19, 0.7)
}

.tst-type--error {
    background: rgba(51, 51, 51, 0.9);
    box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.4)
}

.auth-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999
}

.auth-modal__wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    width: 362px;
    transform: translate(-50%, -50%);
    border-radius: 5px;
    background: #fff
}

.auth-modal__title {
    height: 40px;
    padding: 0 20px;
    font-size: 12px;
    color: #999;
    line-height: 40px;
    background: #f7f7f7;
    position: relative
}

.auth-modal__title__line {
    display: inline-block;
    width: 1px;
    height: 12px;
    background: #ddd;
    border-radius: 1px;
    margin: 0 10px;
    vertical-align: middle
}

.auth-modal__tip {
    display: inline-block;
    cursor: pointer
}

.auth-modal__tip__tooltips {
    display: none;
    position: absolute;
    right: -81px;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    width: 280px;
    padding: 10px 7px 10px 15px;
    font-size: 12px;
    color: #fff;
    line-height: 18px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.85);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.12)
}

.auth-modal__close {
    float: right;
    width: 8px;
    height: 8px;
    margin-top: 16px;
    background: url("https://p0.ssl.img.360kuai.com/t0143485b9142155ed8.png") no-repeat;
    background-size: contain;
    cursor: pointer
}

.auth-modal__content {
    padding: 24px 20px 32px;
    font-size: 14px;
    color: #333;
    line-height: 20px
}

.auth-modal__operator {
    display: flex;
    justify-content: space-between;
    width: 210px;
    margin: 0 auto 30px
}

.auth-modal__mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    opacity: .6
}

.red_packet__toast {
    position: absolute;
    top: 30px;
    left: -71px;
    z-index: 1;
    display: inline-block;
    box-sizing: border-box !important;
    padding-top: 8px;
    padding-left: 10px;
    height: 23px;
    background: url(//p2.ssl.img.360kuai.com/t01546b59fd4089f43f.png) no-repeat center;
    background-size: contain;
    font-size: 12px;
    color: #fa3939 !important;
    line-height: 12px;
    text-align: center;
    text-decoration: none;
    white-space: nowrap
}

.red_packet__toast__close {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 8px;
    margin-left: 2px;
    background: url(//p1.ssl.img.360kuai.com/t0145e9c48ec50656f1.png) no-repeat center;
    background-size: 7px 7px;
    opacity: .5
}

.badge__wrapper::after {
    content: "";
    position: absolute;
    right: -10px;
    top: 2px;
    width: 5px;
    height: 5px;
    background: #fa3939;
    border-radius: 50%
}

.auth-modal__tip__tooltips::before {
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    content: '';
    border-width: 5px;
    border-style: solid;
    border-color: transparent rgba(0, 0, 0, 0.85) transparent transparent
}

.auth-modal__operator button {
    border: none;
    outline: none;
    appearance: none;
    width: 90px;
    height: 34px;
    font-size: 14px;
    color: #333;
    background: #f4f4f5;
    border-radius: 3px
}

.red_packet_msg .icon_red_packet {
    width: 14px;
    height: 18px;
    display: inline-block;
    background: url(//p1.ssl.img.360kuai.com/t018f11756980f53cad.png) no-repeat center;
    background-size: contain;
    vertical-align: sub;
    margin-left: 5px
}

.auth-modal__tip .icon-switch {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 4px;
    background: url("https://s3.ssl.res.360kuai.com/static/4b155fe4e7ceab3a.svg") no-repeat;
    background-size: contain;
    vertical-align: middle
}

.tst-type--success.auth {
    background: rgba(34, 21, 15, 0.878);
    box-shadow: none
}

.tst-type--error.auth {
    background: rgba(34, 21, 15, 0.878);
    box-shadow: none
}

.red_packet__toast__close:hover {
    opacity: 1
}

.red_packet_msg .badge__wrapper::after {
    display: none
}

.auth-modal__operator button.auth-modal__operator--confirm {
    color: #fff;
    background: #fa3939
}

.auth-modal__tip:hover .auth-modal__tip__tooltips {
    display: block
}

@font-face {
    font-family: DINProBold;
    src: url(//s5.ssl.res.360kuai.com/static/edeff29d1de59801.otf);
}

.header__userinfo {
    position: relative;
    width: auto;
    height: 30px;
    font-size: 14px;
    color: #222;
    display: inline-block;
    text-decoration: none;
    line-height: 30px
}

.header__userinfo .red_packet__toast {
    top: 34px;
    left: -67px
}

.header__userinfo a {
    text-decoration: none;
    color: #333
}

.header__userinfo span {
    cursor: pointer;
    user-select: none
}

.header__userinfo span+span {
    margin-left: 10px
}

.header__userinfo__popup {
    position: relative;
    cursor: pointer
}

.header__userinfo__popup em {
    margin-right: 10px;
    font-style: normal;
    display: inline-block;
    white-space: nowrap
}

.header__userinfo__popup--head {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;
    vertical-align: middle;
    border-radius: 50%
}

.header__userinfo__popup--menu {
    top: 30px;
    left: 0;
    margin: 0 auto;
    padding-top: 6px;
    width: 100%;
    position: absolute;
    z-index: 10
}

.header__userinfo__popup--btn {
    font-size: 14px;
    display: inline-block;
    position: relative
}

.header__userinfo__popup--btn img,
.header__userinfo__popup--btn span {
    vertical-align: middle
}

.header__userinfo__popup--btn img {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-right: 8px
}

.header__userinfo__popup--btn2 {
    width: 82px;
    height: 30px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    background: #FA3939;
    border-radius: 5px;
    color: #fff;
    line-height: 30px;
    display: inline-block;
    position: relative
}

.header__userinfo__popup .box_user {
    display: none;
    width: 300px;
    height: 206px;
    box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.12);
    border-radius: 3px;
    position: absolute;
    left: -107px;
    top: 12px;
    line-height: 14px;
    padding-top: 76px;
    background: #fff
}

.header__userinfo__popup .box_user-background {
    width: 300px;
    height: 86px;
    border-radius: 3px;
    position: absolute;
    top: -9px;
    left: 0
}

.header__userinfo__popup .box_user_title {
    width: 100%;
    height: 86px;
    padding: 14px 14px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 30px
}

.header__userinfo__popup .box_user_title-head {
    display: inline-block;
    width: 48px;
    height: 48px
}

.header__userinfo__popup .box_user_title-head img {
    width: 48px;
    height: 48px;
    border-radius: 50%
}

.header__userinfo__popup .box_user_title-name {
    width: 170px;
    margin-left: 10px;
    margin-right: 20px;
    font-size: 16px;
    color: #222;
    font-weight: 700
}

.header__userinfo__popup .box_user_title-name-top {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header__userinfo__popup .box_user_title-name-top p {
    display: inline-block;
    max-width: 128px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    height: 20px;
    line-height: 20px
}

.header__userinfo__popup .box_user_title-name-top .djNum {
    display: inline-block;
    width: 45px;
    height: 24px;
    transform: scale(0.8);
    line-height: 22px;
    background: url(//p5.ssl.img.360kuai.com/t01b3da89fdf73584de.png) no-repeat center;
    background-size: contain;
    position: relative;
    top: 0;
    font-family: DINProBold;
    font-size: 13px;
    color: #be4413;
    text-indent: 20px;
    text-align: center
}

.header__userinfo__popup .box_user_title-name-bottom {
    font-size: 14px;
    color: #222;
    margin-top: 2px
}

.header__userinfo__popup .box_user_title-name-bottom a {
    display: flex;
    align-items: center
}

.header__userinfo__popup .box_user_title-name-bottom a img {
    width: 12px;
    height: 14px;
    display: inline-block
}

.header__userinfo__popup .box_user_title-name-bottom a span {
    font-size: 14px;
    color: #222;
    margin-left: 5px;
    font-weight: 400
}

.header__userinfo__popup .box_user_title-text {
    flex: 0 0 auto;
    display: inline-block;
    width: 24px;
    font-size: 12px;
    line-height: 20px;
    color: #999
}

.header__userinfo__popup .box_user_content {
    width: 100%;
    height: 206px;
    padding: 20px 30px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 3px;
    overflow: hidden
}

.header__userinfo__popup .box_user_content-p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 18px
}

.header__userinfo__popup .box_user_content-p a {
    display: inline-block;
    margin-right: 48px;
    color: #222
}

.header__userinfo__popup .box_user_content-p a:hover {
    color: #FA3839
}

.header__userinfo__popup .box_user_content-p a img {
    width: 48px;
    height: 48px;
    margin-bottom: 8px
}

.header__userinfo__popup .box_user_content-p a span {
    font-size: 12px;
    margin-top: 8px
}

.header__userinfo__popup .box__notlogin {
    width: 180px;
    box-shadow: 0 10px 8px 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.03);
    margin-left: 0;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: default;
    display: none
}

.header__userinfo__popup .box__notlogin--title {
    background: transparent url(//p4.ssl.img.360kuai.com/t019b8c73d9cf71599d.png) no-repeat top center;
    background-size: 180px 52px;
    height: 52px;
    line-height: 62px;
    font-size: 14px;
    color: #88574e;
    font-weight: 700
}

.header__userinfo__popup .box__notlogin--item {
    display: block;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    padding-left: 50px;
    text-align: left
}

.header__userinfo__popup .box__notlogin--item:hover {
    color: #fa3939;
    background-color: #fff6f5
}

.header__userinfo__popup .box__notlogin--subscribe {
    background: #fff url(//p3.ssl.img.360kuai.com/t0142daf38e53a7fbe9.png) no-repeat 22px center;
    background-size: 18px 18px
}

.header__userinfo__popup .box__notlogin--int {
    background: #fff url(//p5.ssl.img.360kuai.com/t01c8f84a86c7ff39f4.png) no-repeat 22px center;
    background-size: 18px 18px
}

.header__userinfo__popup .box__notlogin--publish {
    background: #fff url(//p5.ssl.img.360kuai.com/t01942c1c47340ceb90.png) no-repeat 22px center;
    background-size: 18px 18px
}

.header__userinfo__popup .box__notlogin--follow {
    background: #fff url(//p2.ssl.img.360kuai.com/t01c7e7c9188519d329.png) no-repeat 22px center;
    background-size: 18px 18px
}

.header__userinfo__popup .box__notlogin--confirm {
    background: #fff;
    padding: 12px 0 24px
}

.header__userinfo__popup .box__notlogin--confirm button {
    border: 0;
    display: inline-block;
    width: 136px;
    height: 32px;
    background-color: #fa3939;
    box-shadow: 0 4px 5px 0 #fa393933;
    color: #FFF;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer
}

.header__userinfo__popup .box__notlogin--confirm button:hover {
    background-color: #f01f1f
}

.header__userinfo__popup:hover .header__userinfo__popup--menu .box_user,
.header__userinfo__popup:hover .header__userinfo__popup--menu .box__notlogin {
    display: block !important
}

.box_user_content--item {
    position: relative
}

.text-carousel {
    overflow: hidden
}

.text-carousel--hide {
    display: none
}

.text-carousel__title {
    width: 100%
}

.text-carousel__title--transition {
    transition: all .5s ease-out
}

.base__header__content__search-input {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    background: #f6f6f6;
    border-radius: 20px;
    text-align: left
}

.base__header__content__search-input input {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% - 100px);
    height: 100%;
    line-height: 100%;
    padding-left: 20px;
    font-size: 15px;
    color: #a6a6a6;
    border: none;
    z-index: 2;
    background: transparent;
    box-sizing: content-box;
    outline: none;
    appearance: none
}

.base__header__content__search-input__btn {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 20px;
    height: 20px;
    background: url('//s0.ssl.res.360kuai.com/static/ea902f0303f48597.svg') no-repeat center center;
    background-size: contain;
    cursor: pointer
}

.base__header__content__search-input__clear {
    position: absolute;
    right: 48px;
    top: 1px;
    z-index: 3;
    width: 38px;
    height: 100%;
    background-image: url("//p3.ssl.img.360kuai.com/t015df52c21f56c6ac7.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    background-color: none;
    border-radius: 3px;
    cursor: pointer
}

.base__header__content__search-input__clear:hover {
    background-image: url("//p4.ssl.img.360kuai.com/t0126db9975e3c7b12f.png");
    background-size: 8px 8px
}

.base__header__content__search-input .text-carousel {
    width: calc(100% - 80px);
    height: 100%;
    position: absolute;
    left: 20px
}

.base__header__content__search-input .text-carousel__item {
    font-size: 15px;
    color: #a6a6a6;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.base__header__content__search-input .text-carousel__ad {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding-right: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: url(//p1.ssl.img.360kuai.com/t0166afc65e1e779e91.png) no-repeat right center;
    background-size: 25px 10px
}

.base__header__content__search-input__modal {
    display: none;
    width: 100%;
    list-style: none;
    padding: 8px 0;
    background: #fff;
    box-shadow: 0 3px 8px 0 rgba(1, 1, 1, 0.1);
    border-radius: 3px;
    position: absolute;
    top: 52px;
    z-index: 999
}

.base__header__content__search-input__modal .keyword {
    color: #fa3939
}

.base__header__content__search-input__modal.show {
    display: block
}

.base__header__content__search-input__modal__item {
    width: 100%;
    height: 32px;
    font-size: 14px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer
}

.base__header__content__search-input__modal__item.sug {
    text-indent: 0
}

.base__header__content__search-input__modal__item:hover,
.base__header__content__search-input__modal__item.hover {
    color: #fa3939;
    background-color: #f9f9fb
}

.base__header__content__search-input__modal__item .text {
    padding: 0 12px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.base__header__content__search-input__modal__item .text.sug {
    left: 12px
}

.base__header__content__search-input__modal__item .ad {
    padding-right: 46px;
    background: url(//p1.ssl.img.360kuai.com/t0166afc65e1e779e91.png) no-repeat 94% center;
    background-size: 25px 10px
}

.base__header__content__search-input.base__header__content__search-input--32 {
    border-radius: 16px
}

.base__header__content__search-input.base__header__content__search-input--32 .text-carousel__item {
    height: 32px;
    line-height: 32px
}

.base__header__content__search-input.base__header__content__search-input--32 input {
    width: calc(100% - 70px);
    padding-left: 14px
}

.base__header__content__search-input.base__header__content__search-input--32 .text-carousel {
    width: calc(100% - 70px);
    left: 14px
}

.base__header__content__search-input.base__header__content__search-input--32 .base__header__content__search-input__btn {
    width: 16px;
    height: 16px;
    right: 12px
}

.base__header__content__search-input.base__header__content__search-input--32 .base__header__content__search-input__clear {
    right: 25px
}

.base__header__content__search-input.base__header__content__search-input--46 {
    border-radius: 23px
}

.base__header__content__search-input.base__header__content__search-input--46 .text-carousel__item {
    height: 46px;
    line-height: 46px
}

.kzx-logo a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: -9999999px
}

.header__content__nav {
    float: left;
    height: 64px
}

.header__content__nav li {
    /* margin-left: 30px; */
    float: left;
    height: 100%;
    line-height: 100%;
    font-size: 18px;
    color: #222
}

.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:hover span {
    opacity: .75
}

.header__content__nav li>a * {
    vertical-align: middle
}

.header__content__nav__last {
    position: relative
}

.header__content__nav__last .yyconfig__anchor__wrapper {
    margin-right: 8px
}

.header__content__nav__last a>span {
    position: relative
}

.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
}

.header__content__nav__last .channels-more:hover {
    display: block
}

.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
}

.header__content__nav__last .channels-more div a {
    text-decoration: none
}

.header__content__nav__last .channels-more div:hover {
    background: #f6f6f6;
    border-radius: 6px
}

.header__content__nav__last:hover .channels-more {
    display: block
}

.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 {
    padding: 51px 0 40px;
    font-size: 18px;
    color: #222;
    text-align: center
}

.signin_success_body .signin_count,
.signin_success_body .signin_souce {
    margin: 0 4px;
    color: #fa3939
}

.signin_success_footer {
    text-align: center
}

.signin_success_footer .signin_btn,
.sign_icon {
    display: inline-block;
    height: 34px;
    cursor: pointer
}

.signin_success_footer .signin_btn {
    width: 180px;
    border-radius: 3px;
    border: none;
    background-color: #fa3939;
    color: #fff
}

.sign_icon {
    width: 34px;
    vertical-align: middle;
    margin-right: 30px;
    position: relative;
    top: -2px;
    line-height: 1
}

.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,
.header__content__kc__logo {
    display: inline-block;
    position: relative
}

.header__content__kc__logo {
    margin-left: 20px;
    padding-left: 38px;
    font-size: 14px;
    color: #333;
    line-height: 64px;
    text-decoration: none
}

.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 {
    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__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__kc__menu li:hover {
    color: #fa3939;
    background: #fff6f5
}

.header__content__kc__menu li img {
    width: 18px;
    height: 18px;
    margin: 0 10px 0 22px
}

.header__wrapper,
.header__wrapper * {
    box-sizing: content-box
}

.header__wrapper {
    position: fixed;
    left: 0;
    width: 100vw;
    height: 64px;
    background: #fff;
    z-index: 200;
    border-bottom: 1px solid #eee
}

.header__wrapper .header__content>.userinfo-container {
    display: flex;
    align-items: center
}

.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 .userinfo-container {
    height: 64px;
    line-height: 64px;
    margin-right: 41px
}

.header__content .userinfo-container::after {
    content: '';
    width: 0;
    height: 100%;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.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__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 .search-wrap {
    width: 340px;
    height: 40px;
    line-height: 64px;
    margin-right: 30px;
    font-size: 0
}

.header__content .search-wrap::after {
    content: '';
    width: 0;
    height: 64px;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.header__content .search-wrap_small {
    width: 290px;
    margin-right: 20px
}

.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
}

.header__center__body.is-unactive {
    transform: translateY(-100%)
}

.header__center__body.is-unactive .global-header-search-panel {
    display: none
}

.float--right {
    float: right
}

.float--left {
    float: left
}