
.wei-header-topbar {
    position: relative;
    z-index: 900;
    width: 1200px;
    line-height: 1.5;
    font-size: 14px;
    color: #111e36;
    margin: 0 auto;
    padding: 10px 0;
    overflow: hidden;
    background-color: #fff;
    box-sizing: border-box;
}

.wei-header-topbar .wei-header-topbar__content {
    display: flex;
}

.wei-header-topbar__content .wei-header-topbar__left {
    width: 350px;
    padding: 11px 0;
    box-sizing: border-box;
}

.wei-header-topbar__content .wei-header-topbar__left a.logo {
    display: block;
    width: 230px;
    height: 18px;
    font-size: 0;
    background: url(../images/temp_img/logo_mini_2x.png?v=2) no-repeat 0 0;
    background-size: 230px 18px;
}

.wei-header-topbar__content .wei-header-topbar__middle {
    flex: 1;
    height: 40px;
    /*padding: 0 350px;*/
    text-align: center;
    white-space: nowrap;
    box-sizing: border-box;
}

.wei-header-topbar .wei-search {
    width: 360px;
    height: 36px;
    border: 1px solid #f60;
    margin-left: 120px;
    /*border-radius: 22px*/
}

.wei-search .search-box {
    float: left;
    position: relative
}

.wei-header-topbar .wei-search .search-text {
    padding: 0 5px 0 8px;
    width: 280px;
    height: 34px;
    line-height: 34px;
    color: #111e36;
    font-size: 14px;
    border: 0 none;
    border-radius: 100px 0 0 100px;
    background-color: transparent;
    outline: 0 none;
    box-sizing: border-box;
}

.wei-header-topbar .wei-search .btn-search {
    float: left;
    width: 80px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    /*border-radius: 100px;*/
    border: 0;
    padding: 0;
    margin: 0;
    outline: none;
    background-color: #f60;
    background-image: linear-gradient(270deg, #ff9651, #f60);
    cursor: pointer;
}

.wei-header-topbar__content .wei-header-topbar__right {
    float: right;
    width: 100px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.wei-header-topbar {
}

/*===============menu-nav begin==============================*/

.wei-sub-nav__channel {
    margin-bottom: 16px;
    position: relative;
    z-index: 5;
    min-width: 1200px;
    height: 46px;
    /*background-color: #386ed3;*/
    background-color: #3b5998;
}

.wei-sub-nav__channel ul {
    display: -ms-flexbox;
    display: flex;
    display: table \9;
    width: 1200px;
    margin: 0 auto
}

.wei-sub-nav__channel li {
    position: relative;
    -ms-flex: auto;
    flex: auto;
    display: table-cell \9
}

.wei-sub-nav__channel li.activate a, .wei-sub-nav__channel li:hover a {
    text-decoration: none;
    /*background-color: #184fb6*/
    background-color: #57b
}

.wei-sub-nav__channel li > a {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #fff;
    font-size: 18px;
    text-align: center
}

.wei-sub-nav__channel li > span {
    display: block;
    height: 46px;
    line-height: 46px;
    color: #999;
    font-size: 18px;
    text-align: center;
    background-color: #184fb6
}

.wei-sub-nav__channel .ry-arrowdown {
    font-size: 14px;
    margin-left: 3px;
    display: inline-block;
    transition: transform .2s linear;
}

/*===============menu-nav end==============================*/
@media screen and (max-width: 1440px) {

    .wei-header-topbar {
        width: 1200px;
    }

    .wei-header-topbar .wei-search {
        margin-left: 70px;
    }

    .wei-sub-nav__channel {
        min-width: 1200px;
    }

    .wei-sub-nav__channel ul {
        width: 1200px;
    }
}

/*!*屏幕缩放 125%*!*/
/*@media all and (min-device-pixel-ratio: 1.19) and (max-device-pixel-ratio: 1.28),*/
/*(min-resolution: 1.19dppx) and (max-resolution: 1.28dppx) {*/
/*    .wei-header-topbar {*/
/*        width: 1200px;*/
/*    }*/


/*    .wei-sub-nav__channel ul {*/
/*        width: 1200px;*/
/*    }*/
/*}*/

/*屏幕缩放 150%*/
@media all and (min-device-pixel-ratio: 1.41) and (max-device-pixel-ratio: 1.6),
(min-resolution: 1.41dppx) and (max-resolution: 1.6dppx) {
    .wei-header-topbar {
        width: 1200px;
    }

    .wei-sub-nav__channel {
        min-width: 1200px;
    }

    .wei-sub-nav__channel ul {
        width: 1200px;
    }

}

/*@media (max-width: 760px) {*/

/*}*/
