@charset "UTF-8";
.yunlu-header *,
.yunlu-nav *,
.m-yunlu-header *,
.yunlu-footer * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0;
    border: none;
}
.yunlu-header,
.yunlu-nav,
.m-yunlu-header,
.yunlu-footer {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    font-family: "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "sans-serif";
    font-size: 14px;
}

.yunlu-header h1,
.yunlu-header h2,
.yunlu-header h3,
.yunlu-header h4,
.yunlu-header h5,
.yunlu-header h6,
.yunlu-nav h1,
.yunlu-nav h2,
.yunlu-nav h3,
.yunlu-nav h4,
.yunlu-nav h5,
.yunlu-nav h6,
.m-yunlu-header h1,
.m-yunlu-header h2,
.m-yunlu-header h3,
.m-yunlu-header h4,
.m-yunlu-header h5,
.m-yunlu-header h6,
.yunlu-footer h1,
.yunlu-footer h2,
.yunlu-footer h3,
.yunlu-footer h4,
.yunlu-footer h5,
.yunlu-footer h6 {
    font-weight: normal;
}

.yunlu-header :focus,
.yunlu-nav :focus,
.m-yunlu-header :focus,
.yunlu-footer :focus {
    outline: 0;
}

.yunlu-header ul,
.yunlu-header ol,
.yunlu-header ul li,
.yunlu-header ol li,
.yunlu-nav ul,
.yunlu-nav ol,
.yunlu-nav ul li,
.yunlu-nav ol li,
.m-yunlu-header ul,
.m-yunlu-header ol,
.m-yunlu-header ul li,
.m-yunlu-header ol li,
.yunlu-footer ul,
.yunlu-footer ol,
.yunlu-footer ul li,
.yunlu-footer ol li {
    list-style: none;
}

.yunlu-header address,
.yunlu-header caption,
.yunlu-header cite,
.yunlu-header em,
.yunlu-header code,
.yunlu-header dfn,
.yunlu-header th,
.yunlu-header var,
.yunlu-nav address,
.yunlu-nav caption,
.yunlu-nav cite,
.yunlu-nav em,
.yunlu-nav code,
.yunlu-nav dfn,
.yunlu-nav th,
.yunlu-nav var,
.m-yunlu-header address,
.m-yunlu-header caption,
.m-yunlu-header cite,
.m-yunlu-header em,
.m-yunlu-header code,
.m-yunlu-header dfn,
.m-yunlu-header th,
.m-yunlu-header var,
.yunlu-footer address,
.yunlu-footer caption,
.yunlu-footer cite,
.yunlu-footer em,
.yunlu-footer code,
.yunlu-footer dfn,
.yunlu-footer th,
.yunlu-footer var {
    font-style: normal;
    font-weight: normal;
}

.yunlu-header form label,
.yunlu-nav form label,
.m-yunlu-header form label,
.yunlu-footer form label {
    cursor: pointer;
}

.yunlu-header input,
.yunlu-header button,
.yunlu-header select,
.yunlu-header textarea,
.yunlu-nav input,
.yunlu-nav button,
.yunlu-nav select,
.yunlu-nav textarea,
.m-yunlu-header input,
.m-yunlu-header button,
.m-yunlu-header select,
.m-yunlu-header textarea,
.yunlu-footer input,
.yunlu-footer button,
.yunlu-footer select,
.yunlu-footer textarea {
    font-family: inherit;
    font-size: 100%;
    outline: none;
}

.yunlu-header textarea,
.yunlu-nav textarea,
.m-yunlu-header textarea,
.yunlu-footer textarea {
    resize: none;
}

.yunlu-header input,
.yunlu-nav input,
.m-yunlu-header input,
.yunlu-footer input {
    vertical-align: middle;
}

.yunlu-header img,
.yunlu-nav img,
.m-yunlu-header img,
.yunlu-footer img {
    border: 0;
}

.yunlu-header table,
.yunlu-nav table,
.m-yunlu-header table,
.yunlu-footer table {
    border-collapse: collapse;
    border-spacing: 0;
}

.yunlu-header .l,
.yunlu-nav .l,
.m-yunlu-header .l,
.yunlu-footer .l {
    float: left;
}

.yunlu-header .r,
.yunlu-nav .r,
.m-yunlu-header .r,
.yunlu-footer .r {
    float: right;
}

.yunlu-header button,
.yunlu-header input[type="reset"],
.yunlu-header input[type="button"],
.yunlu-header input[type="submit"],
.yunlu-nav button,
.yunlu-nav input[type="reset"],
.yunlu-nav input[type="button"],
.yunlu-nav input[type="submit"],
.m-yunlu-header button,
.m-yunlu-header input[type="reset"],
.m-yunlu-header input[type="button"],
.m-yunlu-header input[type="submit"],
.yunlu-footer button,
.yunlu-footer input[type="reset"],
.yunlu-footer input[type="button"],
.yunlu-footer input[type="submit"] {
    line-height: normal !important;
}

.yunlu-header a,
.yunlu-nav a,
.m-yunlu-header a,
.yunlu-footer a {
    text-decoration: none;
}

.yunlu-header a,
.yunlu-nav a,
.m-yunlu-header a,
.yunlu-footer a {
    color: #666;
}

.yunlu-header a:hover,
.yunlu-nav a:hover,
.m-yunlu-header a:hover,
.yunlu-footer a:hover {
    text-decoration: none;
}

.yunlu-header input,
.yunlu-nav input,
.m-yunlu-header input,
.yunlu-footer input {
    _filter: chroma(color=#000000);
}

/* 以上为重置 */

/*--清除浮动
------------------------------------------------------------------------------------------*/
.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
.clearfix:after {
    _zoom: 1;
}
.overflow {
    overflow: hidden;
    _zoom: 1;
}
.clear {
    clear: both;
    height: 0;
    font-size: 0;
    overflow: hidden;
}
.yunlu-header {
    width: 100%;
    height: 80px;
    background: #005bac;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    z-index: 1000001;
    position: fixed;
    left: 0;
    top: 0;
}
.yunlu-header.yunlu-header-transparent {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    /*position: absolute;*/
    /*left:0;*/
    /*top:0;*/
    /*z-index: 1000001;*/
}
.yunlu-header-logo {
    /* width:155px; */
    padding-top: 18px;
    /* margin-left: 40px; */
    /*width: 174px;*/
    height: auto;
    margin-left: 16px;
}
.yunlu-logo-img {
    /* width:100%; */
    height: 40px;
    max-width: none;
}
.yunlu-header-user {
    height: 80px;
}
.yunlu-header-transparent .yunlu-header-user {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.yunlu-user-pulldown-item {
    display: none;
    position: absolute;
    top: 80px;
    right: 0px;
    background: transparent;
    /*padding-top:10px;*/
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    cursor: default;
    min-width: 160px;
}
/*.yunlu-user-pulldown-item .triangle{*/
/*width: 0;*/
/*height: 0;*/
/*border: 8px solid transparent;*/
/*border-bottom-color: #f5f7fa;*/
/*position: absolute;*/
/*top: -6px;*/
/*right: 15px;*/
/*margin-left: -8px;*/
/*}*/
.yunlu-user-pulldown-item .user-info {
    background: #f5f7fa;
    width: 100%;
    padding: 10px 24px 0 24px;
}
.yunlu-user-pulldown-item .user-info .user-name {
    word-break: break-all;
    display: block;
    font-size: 14px;
    color: #222;
    padding-bottom: 10px;
}
.yunlu-user-pulldown-item .user-info .user-company {
    white-space: nowrap;
    display: block;
    font-size: 12px;
    color: #1875f0;
    height: 30px;
    line-height: 30px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

    background-image: url("http://www.bearingcloud.cn/res/com_web/images/selected_company.png");
    background-repeat: no-repeat;
    background-size: 12px 12px;
    background-position: left center;
    padding-left: 16px;
}
.yunlu-user-pulldown-item .user-info .user-company-box > a {
    display: block;
}
.yunlu-user-pulldown-item .user-info .join-company {
    white-space: nowrap;
    display: none;
    font-size: 12px;
    color: #1875f0;
    height: 30px;
    line-height: 30px;
}
.yunlu-user-pulldown-item .user-handle-link {
    background: #fff;
    padding: 0 14px;
}
.yunlu-user-pulldown-item .user-handle-link > li {
    height: 40px;
    line-height: 40px;
}
.yunlu-user-pulldown-item .user-handle-link > li > a {
    color: #222;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
}
.yunlu-user-pulldown-item .user-handle-link > li > a:hover {
    color: #1875f0;
}
.yunlu-user-pulldown-item .user-exit {
    padding-left: 14px;
    background: #fff;
    padding-bottom: 10px;
}
.yunlu-user-pulldown-item .user-exit .user-exit-btn {
    display: block;
    width: 60px;
    height: 28px;
    border: 1px solid #e9e9e9;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
    color: #555;
    cursor: pointer;
}
.yunlu-user-pulldown-item .user-exit .user-exit-btn:hover {
    background: #1875f0;
    color: #fff;
    border: 1px solid #1875f0;
}
.yunlu-header-user-icon:hover .yunlu-user-pulldown-item {
    display: block;
}
.yunlu-header-user-icon {
    display: none;
    position: relative;
    width: 100px;
    height: 80px;
    cursor: pointer;
    background-image: url("http://www.bearingcloud.cn/res/com_web/images/user_icon.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 24px;
    z-index: 1001;
}
.yunlu-header-user > a {
    line-height: 80px;
    cursor: pointer;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-right: 20px;
}
.yunlu-header-user > a:link {
    color: #fff;
}
.yunlu-header-user > a:hover {
    color: #1569d8;
}
.yunlu-header-user > a#register {
    background: #fff;
    color: #005bac;
    margin-right: 40px;
}
.yunlu-header-user > a#register:hover {
    background: #1569d8;
    color: #fff;
}
.yunlu-header-menu {
    width: auto;
    height: 80px;
    padding: 0 12px;
}
.yunlu-header-menu .yunlu-menu-list {
    display: block;
    height: 80px;
    padding: 0 12px;
    line-height: 80px;
    float: left;
    position: relative;
    z-index: 10001;
}
.yunlu-header-menu .yunlu-menu-list > a {
    cursor: pointer;
    color: #fff;
}
.yunlu-header-menu .yunlu-menu-list > a:hover {
    color: #fff;
    font-weight: 600;
}
.yunlu-header-menu .yunlu-menu-list > a > span {
    vertical-align: middle;
    display: inline-block;
}
.yunlu-header-menu .yunlu-menu-list .menu-dropdown-icon {
    display: inline-block;
    width: 6px;
    height: 3px;
    /*background: url("http://www.bearingcloud.cn/res/com_web/images/pull_icon.png") no-repeat center center;*/
    /*background-size: 100%;*/
    border-top: 3px solid #fff;
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: all ease 0.3s;
    vertical-align: middle;
}
.yunlu-header-menu .yunlu-menu-list:hover .menu-dropdown-icon {
    transform: rotate(180deg);
}
.yunlu-header-search {
    width: 140px;
    height: 80px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
}
.yunlu-header-search > input:focus {
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.yunlu-header-transparent .yunlu-header-search {
    background: rgba(255, 255, 255, 0.1);
}
.yunlu-header-search > input {
    position: relative;
    font-size: 14px;
    z-index: 1000;
    padding-left: 16px;
    padding-right: 36px;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    color: #fff;
    line-height: 80px;
    border: 1px solid transparent;
}
#yunluHeaderSearchInput::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #ffffff;
    opacity: 0.5;
}
#yunluHeaderSearchInput:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #ffffff;
    opacity: 0.5;
}
#yunluHeaderSearchInput::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #ffffff;
    opacity: 0.5;
}
#yunluHeaderSearchInput:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #ffffff;
    opacity: 0.5;
}
.yunlu-header-search > input:hover {
    cursor: default;
}
.yunlu-header-search > input:focus {
    cursor: text;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}
.yunlu-header-search > .search-icon {
    display: block;
    position: absolute;
    z-index: 1001;
    right: 15px;
    top: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url(http://www.bearingcloud.cn/res/com_web/images/search_icon.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.8;
}
.yunlu-nav {
    width: 100%;
    height: 51px;
    background: #2b303b;
    border-bottom: 1px solid #40454e;
    position: relative;
    z-index: 10000;
}
.yunlu-nav.yunlu-nav-transparent {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 10000;
}
.yunlu-nav .nav-item {
    display: inline-block;
    height: 50px;
    overflow: hidden;
    padding-left: 16px;
}
.yunlu-nav .nav-list {
    float: left;
    height: 50px;
}
.yunlu-nav .nav-list > a {
    display: block;
    line-height: 50px;
    color: #fff;
    padding: 0 16px;
    font-size: 16px;
}
.yunlu-nav .nav-list > a:hover {
    color: #1569d8;
}
.yunlu-nav-dropdown {
    display: none;
    height: calc(100vh - 100px);
    max-height: 676px;
    overflow: hidden;
    color: #fff;
    background: transparent;
    position: absolute;
    top: 35px;
    z-index: 9998;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    width: 960px;
    margin-left: 20px;
    transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
    visibility: visible;
}
.yunlu-nav-dropdown .nav-triangle {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
}
.yunlu-nav-dropdown-container.l-r-layout {
    padding-right: 0;
}
.yunlu-nav-dropdown-container {
    display: none;
    color: #1b2226;
    background: #fff;
    position: absolute;
    left: 0;
    top: 16px;
    height: 100%;
    width: 960px;
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
    z-index: 1000;
    transition: opacity 0.13s ease-in-out, width 0.13s ease-in-out;
    padding-right: 30px;
}
.yunlu-nav-dropdown-container .yunlu-nav-column-block {
    width: 25%;
    padding: 20px 0 0 30px;
}
.yunlu-nav-dropdown-container .yunlu-nav-column-block .block-content-item {
    width: 100%;
    margin-bottom: 15px;
}
.yunlu-nav-column-block .block-content-item-title {
    width: 100%;
    height: 41px;
    line-height: 40px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #e9e9e9;
}
.yunlu-nav-column-block .block-content-item-ul {
    width: 100%;
    display: block;
    padding-top: 10px;
}
.yunlu-nav-column-block .block-content-item-ul .block-content-item-li {
    display: block;
    width: 100%;
    line-height: 30px;
    font-size: 14px;
    color: #555;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.yunlu-nav-column-block .block-content-item-ul .block-content-item-li > a {
    font-size: 14px;
    color: #555;
    text-underline: none;
}
.block-content-item-ul-case .block-content-item-li {
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.yunlu-nav-column-block .block-content-item-ul .block-content-item-li > a:hover {
    color: #1875f0;
}
.yunlu-nav-dropdown-left {
    width: 200px;
    height: 100%;
    background: #f5f7fa;
    overflow-y: auto;
}
.yunlu-nav-dropdown-left .nav-tab-ul {
    width: 100%;
    display: block;
    padding-top: 20px;
}
.yunlu-nav-dropdown-left .nav-tab-li {
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    color: #222;
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}
.yunlu-nav-dropdown-left .nav-tab-li.active {
    background: #fff;
    color: #1875f0;
}
.yunlu-nav-dropdown-left .nav-tab-li.active:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    border-bottom: 1px solid #1875f0;
    border-right: 1px solid #1875f0;
    position: absolute;
    right: 20px;
    top: 22px;
    background: transparent;
    transform: rotate(-45deg);
}
.yunlu-nav-dropdown-right {
    width: calc(100% - 200px);
    height: 100%;
    padding-right: 30px;
    overflow-y: auto;
}
.yunlu-nav-dropdown-right .nav-search {
    width: 100%;
    padding: 20px 0 0 30px;
    position: relative;
    height: 58px;
    box-sizing: border-box;
}
.yunlu-nav-dropdown-right .nav-search .product-search-result {
    position: absolute;
    z-index: 1001;
    left: 30px;
    top: 70px;
    width: calc(100% - 30px);
    height: 380px;
    background-color: #fff;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
    border: solid 1px #e9e9e9;
    overflow: auto;
    display: none;
}
.yunlu-nav-dropdown-right .nav-search .product-search-result > li {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #222;
    font-size: 16px;
}
.yunlu-nav-dropdown-right .nav-search .product-search-result > li > a {
    display: block;
    width: 100%;
    height: 54px;
    line-height: 54px;
    color: #222;
    font-size: 16px;
    cursor: pointer;
    padding-left: 13px;
}
.yunlu-nav-dropdown-right .nav-search .product-search-result > li > a:hover {
    color: #1875f0;
    background-color: #f5f7fa;
}
.yunlu-nav-dropdown-right .nav-search input {
    position: relative;
    font-size: 14px;
    z-index: 1000;
    padding-left: 16px;
    padding-right: 22px;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    border: 1px solid #e9e9e9;
    color: #555;
    line-height: 38px;
}
.yunlu-nav-dropdown-right .nav-search input:focus {
    border: 1px solid #1875f0;
}
.yunlu-nav-dropdown-right .nav-search > .search-icon {
    display: block;
    position: absolute;
    z-index: 1001;
    right: 20px;
    top: 30px;
    width: 20px;
    height: 20px;
    background-image: url(http://www.bearingcloud.cn/res/com_web/images/nav-search.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.yunlu-nav-dropdown-right .yunlu-nav-column-block {
    width: 33.3%;
}
.nav-tab-item-container {
    width: 100%;
    position: relative;
}
.nav-tab-item-container .nav-tab-item {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.yunlu-menu-list:hover .menu-list-ul {
    display: block;
}
.menu-list-ul {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    border-radius: 4px;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.15);
    min-width: 148px;
}
.menu-list-ul .menu-list-li {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.menu-list-ul .triangle {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    z-index: 1000;
    top: -16px;
    left: 50%;
    margin-left: -8px;
}
.menu-list-ul .menu-list-li > a {
    color: #222;
    font-size: 14px;
    cursor: pointer;
    padding: 0 20px;
    border-left: 2px solid #fff;
    white-space: nowrap;
}
.menu-list-ul .menu-list-li > a:hover {
    color: #1875f0;
    border-left: 2px solid #1875f0;
}
.m-yunlu-header {
    display: none;
    width: 100%;
    height: 50px;
    background: #005bac;
    padding-top: 12px;
}
.m-yunlu-header.m-yunlu-header-transparent {
    background: rgba(255, 255, 255, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.m-yunlu-header .m-yunlu-header-logo {
    /* width:133px; */
    /* margin-left: 20px; */
    float: left;

    width: 130px;
    height: 24px;
    margin-left: 15px;
}
.m-yunlu-header .m-yunlu-header-logo > a {
    display: block;
    width: 100%;
}
.m-yunlu-header .m-yunlu-header-logo img {
    /* width: 100%; */
    height: 30px;
}
.yunlu-m-nav-control,
.m-user-control,
.yunlu-m-search-control {
    display: block;
    float: right;
    margin: 0 20px 0 10px;
    width: 22px!important;
    height: 22px!important;
}
@media (max-width: 375px) {
    .yunlu-m-nav-control,
    .m-user-control,
    .yunlu-m-search-control {
        margin: 0 12px 0 0;
    }
}
.yunlu-m-search-control {
    background: url("http://www.bearingcloud.cn/res/com_web/images/m-search-icon.png") no-repeat center
        center;
    background-size: 100% 100%;
}
.m-user-control {
    background: url("http://www.bearingcloud.cn/res/com_web/images/user_icon.png") no-repeat center
        center;
    background-size: 100% 100%;
}
.yunlu-m-nav-control {
    background: url("http://www.bearingcloud.cn/res/com_web/images/m-nav-icon.png") no-repeat center
        center;
    background-size: 100% 100%;
}
.yunlu-m-nav-control.open {
    background: url("http://www.bearingcloud.cn/res/com_web/images/m-nav-close.png") no-repeat center
        center;
    background-size: 100% 100%;
}
.yunlu-m-login-register {
    width: 100%;
    height: 60px;
    padding-top: 20px;
}
.yunlu-m-login-register .m-login {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.yunlu-m-login-register .m-register {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}
.yunlu-m-login-register .m-login-btn,
.yunlu-m-login-register .m-register-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #555;
    border: 1px solid #e9e9e9;
}
.yunlu-m-nav-bg {
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 50px;
    display: none;
    z-index: 1300;
}
.yunlu-m-nav-bg .m-nav-container {
    width: calc(100% - 80px);
    height: 100%;
    overflow-y: auto;
    background: #fff;
    float: right;
}
.yunlu-m-nav-bg .m-nav-container .nav-ul,
.yunlu-m-nav-bg .m-nav-container .nav-li {
    width: 100%;
}
.yunlu-m-nav-bg .nav-li {
    line-height: 40px;
    font-size: 14px;
    color: #555;
    background: #f5f7fa;
    position: relative;
}
.yunlu-m-nav-bg .nav-li.first-nav-li {
    border-bottom: 1px solid #e9e9e9;
}
.yunlu-m-nav-bg .nav-li.second-nav-li,
.yunlu-m-nav-bg .nav-li.three-nav-li {
    border-top: 1px solid #e9e9e9;
}
.yunlu-m-nav-bg .nav-ul-child .nav-li > a {
    color: #999;
}
.yunlu-m-nav-bg .nav-li.first-nav-li {
    background: #fff;
}
.yunlu-m-nav-bg .nav-li.first-nav-li > a {
    padding-left: 20px;
    color: #555;
}
.yunlu-m-nav-bg .nav-li.second-nav-li > a {
    padding-left: 40px;
}
.yunlu-m-nav-bg .nav-li.second-nav-li > a,
.yunlu-m-nav-bg .nav-li.three-nav-li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 35px;
}
.yunlu-m-nav-bg .nav-li.four-nav-li > a {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 15px;
}
.yunlu-m-nav-bg .nav-li.three-nav-li > a {
    padding-left: 60px;
    font-size: 12px;
}
.yunlu-m-nav-bg .nav-ul-child-case .nav-li.three-nav-li {
    overflow: hidden; /*超出部分隐藏*/
    white-space: nowrap; /*不换行*/
    text-overflow: ellipsis; /*超出部分文字以...显示*/
}
.yunlu-m-nav-bg .nav-li.four-nav-li > a {
    padding-left: 80px;
    font-size: 12px;
}
.yunlu-m-nav-bg .nav-ul-child {
    display: none;
}
.yunlu-m-nav-bg .nav-ul-child.open {
    display: block;
}
.yunlu-m-nav-bg .nav-li .triangle-icon {
    display: block;
    width: 10px;
    height: 10px;
    border-left: 2px solid #999;
    border-bottom: 2px solid #999;
    background: transparent;
    position: absolute;
    right: 20px;
    top: 12px;
    transform: rotate(-45deg);
}
.yunlu-m-nav-bg .nav-li .triangle-icon.open {
    transform: rotate(135deg);
    top: 18px;
}
.m-user-bg {
    width: 100%;
    height: calc(100vh - 50px);
    background: rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    top: 50px;
    display: none;
    z-index: 1300;
}
.m-yunlu-user-pulldown-item {
    background: #fff;
    width: 100%;
}
.m-yunlu-user-pulldown-item .user-info {
    width: 100%;
    display: none;
    padding: 10px 24px 0 24px;
    border-bottom: 1px solid #e9e9e9;
}
.m-yunlu-user-pulldown-item .user-info .user-name {
    width: 100%;
    display: block;
    font-size: 14px;
    color: #222;
    word-break: break-all;
    padding-bottom: 10px;
}
.m-yunlu-user-pulldown-item .user-info .user-company {
    width: 100%;
    display: block;
    font-size: 12px;
    color: #1875f0;
    height: 30px;
    line-height: 30px;
}
.m-yunlu-user-pulldown-item .user-info .user-company-box a {
    display: block;
}
.m-yunlu-user-pulldown-item .user-info .join-company {
    width: 100%;
    display: none;
    font-size: 12px;
    color: #1875f0;
    height: 30px;
    line-height: 30px;
}
.m-yunlu-user-pulldown-item .user-handle-link {
    width: 100%;
}
.m-yunlu-user-pulldown-item .user-handle-link > li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 24px;
    border-bottom: 1px solid #e9e9e9;
}
.m-yunlu-user-pulldown-item .user-handle-link > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #222;
    font-size: 14px;
    cursor: pointer;
}
.m-yunlu-user-pulldown-item .user-exit {
    padding-left: 24px;
    height: 40px;
}
.m-yunlu-user-pulldown-item .user-exit .user-exit-btn {
    display: block;
    line-height: 40px;
    font-size: 14px;
    color: #222;
}
@media (max-width: 768px) {
    .yunlu-header,
    .yunlu-nav {
        display: none;
    }
    .m-yunlu-header {
        display: block;
    }
}
.yunlu-footer {
    width: 100%;
    background: #f5f6fb;
}
.yunlu-footer-content {
    width: 1200px;
    margin: 0 auto;
    border-top: 1px solid #e4e6ee;
    padding: 80px 40px 40px;
}
.fl-content > h3 {
    font-size: 18px;
    color: #505e6a;
    font-weight: 600;
    margin-bottom: 34px;
}
.fl-content > ul > li {
    display: inline-block;
    margin-right: 40px;
}
.fl-content > ul > li > a {
    font-size: 14px;
    color: #505e6a;
}
.fr-content > span {
    font-size: 14px;
    color: #505e6a;
    display: block;
    margin-bottom: 8px;
}
.fr-content > span.tel {
    font-size: 24px;
    color: #505e6a;
    font-weight: 600;
    margin-bottom: 0;
}
.yf-copyright {
    font-size: 12px;
    color: rgba(80, 94, 106, 0.5);
    text-align: center;
    padding-bottom: 20px;
}
.yf-copyright a {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: rgba(80, 94, 106, 0.5);
}
.yf-copyright a:hover {
    color: #6b397f;
}
.yf-copyright a:before {
    content: " ";
    padding: 9px;
    background: url("http://www.bearingcloud.cn/res/com_web/images/footer-2.png") no-repeat center center;
    background-size: 100% auto;
    position: relative;
    left: 0px;
    top: 0px;
}

@media (max-width: 768px) {
    .yunlu-footer {
        padding: 0 24px;
    }
    .yunlu-footer-content {
        width: 100%;
        padding: 28px 0 12px;
    }
    .fl-content > h3 {
        margin-bottom: 22px;
        font-size: 16px;
    }
    .fl-content > ul > li {
        display: block;
        margin-right: 0;
        margin-bottom: 22px;
    }
    .fr-content > span.tel {
        font-size: 18px;
    }

    .yf-copyright {
        /*padding:0 20px;*/
    }
    .yf-copyright span {
        display: block;
        text-align: center;
        line-height: 20px;
    }
}
.yunlu-header-position {
    background: transparent;
    width: 100%;
    height: 80px;
}

@media (max-width: 768px) {
    .yunlu-header-position {
        display: none;
    }
}
.yunlu-header-user-icon.hasMessage:before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: red;
    position: absolute;
    top: 12px;
    right: 33px;
}
.unreadMesCout {
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    border-radius: 10px;
    background: red;
    margin-left: 20px;
    color: #fff;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    min-width: 20px;
    text-align: center;
}
/*搜索*/
.hh-search {
    display: inline-block;
    background: url("http://www.bearingcloud.cn/res/com_web/images/m-search-icon.png");
    background-size: 100% 100%;
    width: 16px;
    height: 16px;
    margin-right: 28px;
    vertical-align: middle;
}
.hh-search-modal{
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    position: fixed;
    z-index: 10000001;
    left:0;
    top: 0;
    display: none;
}
.hh-search-modal-content{
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 10px 24px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 40px 100px;
    margin: 100px auto auto;
}
.hh-search-modal-content>div{
    width: 100%;
    margin-bottom: 20px;
}
.hh-search-header{
    font-size: 32px;
    font-weight: 600;
    color: #222222;
    line-height: 45px;
    position: relative;
}
.hh-search-close{
    display: inline-block;
    position: absolute;
    right: -40px;
    width: 20px;
    height: 20px;
    top:10px;
    background: url("http://www.bearingcloud.cn/res/com_web/images/icon-close.png") no-repeat center center;
    background-size: 14px;
    cursor: default;
}
.hh-search-input{
    padding-right: 140px;
    position: relative;
    height: 60px;
    line-height: 60px;
}
#hh-search-keyword{
    display: block;
    outline: none;
    width: 100%;
    height: 100%;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #E4E6EE;
    border-right: 0;
    padding: 0 10px;
    font-size: 16px;
}
#hh-search-btn{
    width: 140px;
    height: 100%;
    background: #005BAC;
    border-radius: 0px 3px 3px 0px;

    font-weight: 500;
    color: #FFFFFF;
    position: absolute;
    top:0;
    right: 0;
    text-align: center;
    line-height: 60px;
    cursor: default;
    font-size: 0;
}
.hh-search-icon{
    background: url("../images/hh-search-icon.png") no-repeat center 1px;
    padding: 12px;
    margin-right: 8px;
    display: inline-block;
    vertical-align: middle;
    background-size: 100% 100%;
}
.hh-search-text{
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
}
.hh-search-label{
    font-size: 14px;
    font-weight: 400;
    color: #505E6A;
    line-height: 21px;
    margin-bottom: 20px;
}
.hh-search-lists li{
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    line-height: 24px;
    margin-right: 40px;
    cursor: pointer;
}
.hh-search-lists li:hover{
    color: #005BAC;
}
.hh-search-hot .hh-search-lists li{
    height: 48px;
    line-height: 48px;
    margin-bottom: 10px;
    border-radius: 24px;
    padding: 0 24px;
    border: 1px solid #E4E6EE;
}
.hh-search-hot .hh-search-lists li:hover{
    border: 1px solid #005BAC;
}

@media (max-width: 768px) {
    .hh-search-modal-content {
        width: 95%;
        padding: 16px 16px;
    }
    .hh-search-modal-content>div {
        margin-bottom: 10px;
    }
    .hh-search-close {
        right: 0px;
    }
    .hh-search-input {
        padding-right: 80px;
        height: 40px;
        line-height: 40px;
    }
    #hh-search-btn {
        width: 80px;
        line-height: 40px;
    }
    .hh-search-icon {
        padding: 8px;
    }
    .hh-search-text {
        font-size: 16px;
    }
    .hh-search-label {
        margin-bottom: 10px;
    }
    .hh-search-lists{
        font-size: 0;
    }
    .hh-search-lists li {
        font-size: 16px;
        line-height: 24px;
        margin-right: 16px;
    }
    .hh-search-hot .hh-search-lists li {
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        border-radius: 18px;
        padding: 0 24px;
    }
}
