@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: 32px;
    background: #2b303b;
    border-bottom: 1px solid #40454e;
    position: relative;
    z-index: 1000001;
}

.yunlu-header.yunlu-header-transparent {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1000001;
}

.yunlu-header-logo {
    display: flex;
    flex: none;
    align-items: center;
}

.yunlu-logo-img {
    width: 100%;
    display: none;
}

.yunlu-header-user-new {
    display: flex;
    flex: none;
    align-items: center;
    margin: 0 -16px;
}

/*.yunlu-header-transparent .yunlu-header-user-new{*/
/*    border-left: 1px solid rgba(255,255,255,.1);*/
/*}*/
.yunlu-user-pulldown-item {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: transparent;
    padding-top: 10px;
    cursor: default;
    min-width: 248px;
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.2);
}

.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: 19px 24px 9px 24px;
}

.yunlu-user-pulldown-item .user-info .user-name {
    word-break: break-all;
    display: block;
    font-size: 14px;
    color: #222;
    font-weight: 600;
    font-family: PingFangSC-Medium, PingFang SC;
    line-height: 21px;
    margin-bottom: 6px;
}

.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("/res_v2/images/com_web/selected_company.png");*/
    background-image: url(https://www.casicloud.com/res_v2/imgs/index23/common/rightIcon.svg);

    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;
}

.user-info .become-member {
    white-space: nowrap;
    margin: 8px 0;
    /*color:#1875f0;*/
    width: auto;
    height: 20px;
    background: linear-gradient(90deg, #F4E2C4 0%, #ECD1A3 100%);
    border-radius: 21px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #472A00;
    line-height: 20px;
    display: inline-block;
    padding: 0 12px;
}

.user-info .join-company {
    white-space: nowrap;
    display: block;
    margin: 8px 0;
    color: #1875f0;
    font-size: 12px;
    line-height: 14px;
}

.user-info > .member-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: -8px;
}

.user-info > .member-info > * {
    margin: 2px 0 8px 0;
}

.user-info > .member-info > .member-icon {
    display: none;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px 16px;
    background-image: url(https://www.casicloud.com/res_v2/imgs/member/member-icon.png);
}

.user-info .become-member.s-vip {
    width: auto;
    height: 20px;
    background: linear-gradient(90deg, #F4E2C4 0%, #ECD1A3 100%);
    border-radius: 21px;
    font-size: 12px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #472A00;
    line-height: 20px;
    display: inline-block;
    padding: 0 12px;
}

.user-info > .member-info > .member-icon.expired {
    background-image: url(https://www.casicloud.com/res_v2/imgs/member/member-icon-expired.png);
}

.user-info > .member-info > .member-icon.s-vip {
    display: none;
    width: 82px;
    height: 24px;
    margin-right: 12px;
    background: url(https://www.casicloud.com/res_v2/imgs/member/member-font-s-new.png) center center no-repeat;
    background-size: 82px 24px;
}

.user-info > .member-info > .member-font {
    display: none;
    width: 36px;
    height: 20px;
    margin-right: 12px;
    background: url(https://www.casicloud.com/res_v2/imgs/member/member-font.png) center center no-repeat;
    background-size: 36px 20px;
}

.user-info > .member-info > .member-time {
    display: none;
    margin-right: 20px;
    font-size: 12px;
    color: #D8B176;
    line-height: 14px;
}

.user-info > .member-info > .member-time.expired {
    color: #666666;
}

.user-info > .member-info > .member-renewal {
    display: none;
    background-color: #09b73a;
    border-radius: 4px;
    padding: 4px 10px;

    font-size: 12px;
    color: #FFFFFF;
    line-height: 14px;
}

.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;
    flex: none;
    width: 40px;
    cursor: pointer;
    background: unset;
    background-image: url(https://www.casicloud.com/res_v2/imgs/index23/common/pcHeaderUser.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    z-index: 1001;
    margin-left: 24px;
}

.yunlu-header-user-new > a {
    display: block;
    flex: none;
    height: 40px;
    margin: 0 16px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #222222;
}

.yunlu-header-user-new > a:link {
    color: #222222;
}

.yunlu-header-user-new > a:hover {
    color: #1569d8;
}

.yunlu-header-user-new > a#register {
    padding: 0 32px;
    background: #1875f0;
    color: #fff;
}

.yunlu-header-user-new > a#register:hover {
    background: #1569d8;
    color: #fff;
}

.yunlu-header-menu {
    width: auto;
    height: 32px;
    padding: 0 12px;
}

.yunlu-header-menu .yunlu-menu-list {
    font-size: 12px;
    display: block;
    height: 32px;
    padding: 0 12px;
    line-height: 32px;
    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: #1569d8;
}

.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: 9px;
    height: 6px;
    background: url(https://www.casicloud.com/res_v2/images/com_web/pull_icon.png) no-repeat center center;
    background-size: 100%;
    transition: all ease .3s;
}

.yunlu-header-menu .yunlu-menu-list:hover .menu-dropdown-icon {
    transform: rotate(180deg);
}

.yunlu-header-search {
    width: 140px;
    height: 32px;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    display: none;
}

.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, .1);
}

.yunlu-header-search > input {
    position: relative;
    font-size: 14px;
    z-index: 1000;
    padding-left: 16px;
    width: 100%;
    height: 100%;
    outline: none;
    background: transparent;
    color: #fff;
    line-height: 50px;
    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;
    flex: none;
    z-index: 1001;
    width: 20px;
    margin: 0 14px 0 2px;
    cursor: pointer;
    /*background-image: url("/res_v2/images/com_web/search_icon.png");*/
    background-image: url(https://www.casicloud.com/res_v2/imgs/index23/common/headerSearchPC.png);
    background-size: 80%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: .8;
}

.yunlu-nav {
    display: flex;
    position: relative;
    z-index: 10000;
    width: 100%;
    height: 65px;
    padding: 0 24px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.yunlu-nav.yunlu-nav-transparent {
    background: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    position: absolute;
    top: 32px;
    left: 0;
    z-index: 10000;
}

.yunlu-nav .nav-item {
    display: flex;
    flex: 1;
    overflow: hidden;
    padding: 0 16px;
}

.yunlu-nav .nav-list {
    flex: none;
    height: 100%;
}

.yunlu-nav .nav-list > a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 16px;
    color: #222222;
    font-size: 14px;
}

.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,.16);*/
    width: 960px;
    margin-left: 20px;
    transition: opacity .13s ease-in-out, width .13s ease-in-out;
    visibility: visible;
    box-shadow: 0px 10px 16px 0px rgba(144, 157, 168, 0.1);
}

.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: 100%;
    box-sizing: border-box;
    overflow: auto;
    overflow-x: hidden;
    z-index: 1000;
    transition: opacity .13s ease-in-out, width .13s ease-in-out;
    padding-right: 30px;
}

.yunlu-nav-dropdown-container .yunlu-nav-column-block {
    width: 25%;
    padding: 20px 0 12px 24px;
}

.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: 24px;
}

.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: 25%;
    height: 100%;
    /*background: #f5f7fa;*/
    overflow-y: auto;
    background: #F2F6FC;
}

.yunlu-nav-dropdown-left .nav-tab-ul {
    width: 100%;
    display: flex;
    padding-top: 20px;
    flex-direction: column;
    align-items: flex-start;
}

.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: 75%;
    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(https://www.casicloud.com/res_v2/images/com_web/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: 32px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 0;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
}

.menu-list-ul .menu-list-li {
    display: block;
    height: 40px;
    line-height: 40px;
}

.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;
    position: relative;
    width: 100%;
    height: 50px;
    background: #FFFFFF;
    padding-top: 12px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .16);
    z-index: 1000;
}

.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, .1);
}

.m-yunlu-header .m-yunlu-header-logo {
    /* width:133px; */
    /* margin-left: 20px; */
    float: left;

    width: 196px;
    height: auto;
    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%;
}

.yunlu-m-nav-control, .m-user-control, .yunlu-m-search-control {
    display: block;
    float: right;
    margin: 0 10px 0 10px;
    width: 22px;
    height: 22px;
}

@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("https://www.casicloud.com/res_v2/images/com_web/m-search-icon.png") no-repeat center center;*/
    background: url(https://www.casicloud.com/res_v2/imgs/index23/common/headerSearch.png) no-repeat center center;
    background-size: 100% 100%;
}

.m-user-control {
    /*background: url("https://www.casicloud.com/res_v2/images/com_web/user_icon.png") no-repeat center center;*/
    background: url(https://www.casicloud.com/res_v2/imgs/index23/common/headerUser.png) no-repeat center center;
    background-size: 100% 100%;
}

.yunlu-m-nav-control {
    /*background: url("https://www.casicloud.com/res_v2/images/com_web/m-nav-icon.png") no-repeat center center;*/
    background: url(https://www.casicloud.com/res_v2/imgs/index23/common/headerMenu.png) no-repeat center center;
    background-size: 100% 100%;
}

.yunlu-m-nav-control.open {
    /*background: url("https://www.casicloud.com/res_v2/images/com_web/m-nav-close.png") no-repeat center center;*/
    background: url(https://www.casicloud.com/res_v2/imgs/index23/common/headerMenuOpen.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, .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: #222;
    background: #fff !important;
    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: #222 !important;
}

.yunlu-m-nav-bg .nav-li.first-nav-li {
    background: #fff;
}

.yunlu-m-nav-bg .nav-li.new-open > a {
    color: #0058C7 !important;
}

.yunlu-m-nav-bg .nav-li.new-open > .triangle-icon {
    border-color: #0058C7;
    /*transform: rotate(0) !important;*/
    /*width: 18px;*/
    /*height: 18px;*/
    /*background: url('/res_v2/imgs/index23/common/arrow-active.png') no-repeat;*/
}

.yunlu-m-nav-bg .nav-li.first-nav-li > a {
    font-weight: 800;
    padding-left: 20px;
    color: #555;
    line-height: 60px;
}

.yunlu-m-nav-bg .nav-li.second-nav-li > a {
    padding-left: 40px;
    line-height: 48px;
}

.yunlu-m-nav-bg .nav-li.second-nav-li > span {
    padding-left: 40px;
    line-height: 48px;
}

.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;*/
    line-height: 48px;
}

.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;
    line-height: 36px;
}

.yunlu-m-nav-bg .nav-li.three-nav-li > a {
    padding-left: 60px;
    font-size: 12px;
}

.yunlu-m-nav-bg .nav-li.three-nav-li > span {
    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 {
    font-weight: 800;
    padding-left: 80px;
    font-size: 12px;
}

.yunlu-m-nav-bg .nav-li.four-nav-li > span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
    padding-right: 15px;
    line-height: 36px;
    font-weight: 800;
    padding-left: 80px;
    font-size: 12px;
}

.yunlu-m-nav-bg .nav-li.five-nav-li > a {
    padding-left: 80px;
    font-size: 12px;
    width: 290px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.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.first-nav-li > .triangle-icon {
    top: 25px !important;
}

.yunlu-m-nav-bg .nav-li.second-nav-li > .triangle-icon {
    top: 19px !important;
}

.yunlu-m-nav-bg .nav-li.three-nav-li > .triangle-icon {
    top: 19px !important;
}

.yunlu-m-nav-bg .nav-li.four-nav-li > .triangle-icon {
    top: 13px !important;
}

.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, .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;
    font-weight: 600;
    font-family: PingFangSC-Medium, PingFang SC;
    line-height: 21px;
    margin-bottom: 6px;
}

.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: #303030;
    position: relative;
    z-index: 1000;
}

.yunlu-footer-content {
    width: 1200px;
    margin: 0 auto;
}

.yunlu-footer-top {
    width: 100%;
    padding: 30px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.yunlu-footer-top-item {
    float: right;
}

.yunlu-footer-top-item-qrcode {
    width: 280px;
    height: 120px;
    padding-left: 30px;
}

.yunlu-footer-top-item-links {
    width: 520px;
    padding-top: 36px;
    height: 130px;

}

.yunlu-footer-top-item-links ul {
    display: block;
    width: 100%;
    height: 60px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.yunlu-footer-top-item-links ul li {
    display: block;
    width: 25%;
    text-align: center;
    float: left;
    line-height: 60px;
}

.yunlu-footer-top-item-links ul li a {
    color: #ccc;
    font-size: 16px;
}

.yunlu-footer-top-item-links ul li a:hover {
    color: #fff;
}

.yunlu-footer-top-item-contact {
    width: 400px;
    padding-top: 30px;
}

.yunlu-footer-top-item-qrcode .yulu-footer-top-qrcode-label {
    width: 50%;
    padding-top: 30px;
    float: left;
}

.yunlu-footer-top-item-qrcode .yulu-footer-top-qrcode-label span {
    color: #ccc;
    font-size: 12px;
    display: block;
    cursor: pointer;
}

.yunlu-footer-top-item-qrcode .yulu-footer-top-qrcode-img {
    width: 50%;
    height: 100%;
    float: left;
    text-align: center;
}

.yunlu-footer-top-item-qrcode .yulu-footer-top-qrcode-img span {
    font-size: 12px;
    color: #CCCCCC;
    padding-bottom: 12px;
    display: inline-block;
}

.yunlu-footer-top-item-qrcode .yulu-footer-top-qrcode-img img {
    width: 96px;
    height: 96px;
}

.yunlu-footer-contact {
    width: 50%;
    padding-left: 40px;
    position: relative;
    height: 50px;
    float: left;
}

.yunlu-footer-contact .yunlu-footer-contact-icon {
    position: absolute;
    left: 0;
    top: 10px;
    width: 28px;
    height: 28px;
}

.yunlu-footer-contact:nth-child(1) .yunlu-footer-contact-icon {
    background: url(https://www.casicloud.com/res_v2/images/com_web/market_phone_img.png) no-repeat center center;
    background-size: 100%;
}

.yunlu-footer-contact:nth-child(2) .yunlu-footer-contact-icon {
    background: url(https://www.casicloud.com/res_v2/images/com_web/service_phone_img.png) no-repeat center center;
    background-size: 100%;
}

.yunlu-footer-contact .yunlu-footer-contact-label {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #ccc;
}

.yunlu-footer-contact .yunlu-footer-contact-tel {
    width: 100%;
    display: block;
    line-height: 25px;
    font-size: 18px;
    color: #fff;
}

.yunlu-footer-bottom {
    width: 100%;
    padding: 30px 0;
}

.yunlu-footer-links {
    width: 950px;
    float: left;
}

.yunlu-footer-links-label {
    width: 80px;
    float: left;
    line-height: 35px;
    font-size: 12px;
    color: #ccc;
}

.yunlu-footer-links-content {
    width: 870px;
    float: left;
}

.yunlu-footer-links-content ul {
    display: block;
    width: 100%;
}

.yunlu-footer-links-content ul li {
    display: block;
    float: left;
    width: 108px;
    line-height: 35px;
}

.yunlu-footer-links-content ul li a {
    color: #999;
    font-size: 12px;
}

.yunlu-footer-links-content ul li a:hover {
    color: #ccc;
}

.yunlu-footer-pulldown {
    float: left;
    width: 250px;
}

.yunlu-footer-pulldown .footer-form-control-select {
    width: 175px;
    height: 32px;
    display: inline-block;
    line-height: 28px;
    border: 1px solid #4a4a4a;
    padding: 0 30px 0 10px;
    position: relative;
    font-size: 14px;
    color: #222;
    cursor: pointer;
    transition: all .3s ease .1s;
    min-width: 100px;
    margin-top: 8px;
}

.yunlu-footer-pulldown .footer-form-control-select .select-text {
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yunlu-footer-pulldown .footer-form-control-select .select-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 1px;
    width: 30px;
    pointer-events: none;
    height: 28px;
    background: url(https://www.casicloud.com/res_v2/images/com_web/arrow_down.png) no-repeat center center;
    background-size: 50% 50%;
}

.yunlu-footer-pulldown .footer-form-control-select.active .select-icon {
    background: url(https://www.casicloud.com/res_v2/images/com_web/arrow_up.png) no-repeat center center;
    background-size: 50% 50%;
}

.yunlu-footer-pulldown .footer-form-control-select .select-option {
    width: 300px;
    display: none;
    position: absolute;
    right: 0;
    top: unset;
    bottom: 30px;
    border: 1px solid #e9e9e9;
    border-top: 0;
    background-color: #f5f5f5;
    max-height: 210px;
    overflow-y: auto;
    z-index: 10;
}

.yunlu-footer-pulldown .footer-form-control-select .select-option ul li a {
    display: inline-block;
    width: 100%;
}

.yunlu-footer-pulldown .footer-form-control-select .select-option ul li.active a {
    color: #df542f;
}

.yunlu-footer-pulldown .footer-form-control-select .select-option ul li a:hover {
    color: #df542f;
}

.yunlu-footer-pulldown .footer-form-control-select .select-option ul li {
    width: 100%;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    box-sizing: border-box;
    font-size: 14px;
    color: #222;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.yunlu-footer-copyright {
    width: 100%;
    padding-bottom: 20px;
    text-align: center;
    font-size: 12px;
    color: #999;
}

.show-m {
    display: none !important;
}

@media (max-width: 768px) {
    .yunlu-footer-content {
        width: 100%;
    }

    .yunlu-footer-top {
        padding: 0;
    }

    .yunlu-footer-contact {
        padding-left: 25px;

    }

    .yunlu-footer-contact .yunlu-footer-contact-icon {
        width: 16px;
        height: 16px;
        top: 4px;
    }

    .yunlu-footer-contact .yunlu-footer-contact-label {
        font-size: 12px;
        display: inline;
    }

    .yunlu-footer-contact .yunlu-footer-contact-tel {
        font-size: 12px;
        display: inline;
    }

    .yunlu-footer-top-item-contact {
        width: 100%;
        padding: 0 10px;
    }

    .yunlu-footer-top-item-links {
        width: 100%;
        height: auto;
    }

    .yunlu-footer-top-item-links ul li a {
        font-size: 12px;
        display: inline-block;
    }

    .yunlu-footer-copyright {
        padding-top: 4px;
    }

    .yunlu-footer-copyright span {
        display: block;
        line-height: 25px;
        width: 100%;
        text-align: center;
    }

    .yunlu-footer-bottom {
        display: none;
    }

    .yunlu-footer-top-item-qrcode {
        display: none;
    }

    .yunlu-footer-top-item-qrcode.show-m {
        display: block !important;
        width: 80%;
        padding: 20px;
        height: auto;
        margin: 0 auto;
        float: none;
    }

    .yunlu-footer-top-item {
        float: left;
    }
}

a.yunlu-back-version {
    display: block;
    position: absolute;
    right: 22px;
    top: 0;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

.yunlu-back-version:hover {
    color: #1875F0;
}


.yunluHeaderModal {
    position: fixed;
    z-index: 10001;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.yunluHeaderModalMain {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    width: 750px;
    border-radius: 4px;
    padding-bottom: 48px;
    box-shadow: 0 8px 20px 0 rgba(135, 155, 189, 0.2);
}

.yunluHeaderModalMain-title {
    padding-left: 24px;
    height: 75px;
    line-height: 75px;
    border-bottom: 1px solid #E5E5E5;
    position: relative;
}

.yunluHeaderModalMain-title h5 {
    height: 75px;
    line-height: 75px;
    font-size: 22px;
    color: #222;
}

.yunluHeaderModalMain-title-close {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 75px;
    background: url(https://www.casicloud.com/res/yunlu-ui/images/plugin/icon-close.png) no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    cursor: pointer;
}

.yunluHeaderModalMain-cont {
    line-height: 35px;
    font-size: 20px;
    color: #222;
    text-indent: 2em;
    padding: 50px 84px 0;
}

.yunluHeaderModalMain-btns {
    margin-top: 66px;
    padding: 0 84px;
    font-size: 0;
    text-align: center;
}

.yunluHeaderModalMain-btn {
    display: inline-block;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-radius: 4px;
    padding: 0 12px;
    line-height: 34px;
}

.yunluHeaderModalMain-btn + .yunluHeaderModalMain-btn {
    margin-left: 20px;
}

.yunluHeaderModalMain-btn_default {
    color: #222;
    border: 1px solid #f4f4f4;
    background-color: #f4f4f4;
}

.yunluHeaderModalMain-btn_primary {
    color: #fff !important;
    border: 1px solid #1875f0;
    background-color: #1875f0;
}

@media (max-width: 768px) {
    .yunluHeaderModalMain {
        width: 90%;
        top: 50%;
        padding-bottom: 24px;
    }

    .yunluHeaderModalMain-title {
        padding-left: 15px;
        line-height: 40px;
        height: 40px;

    }

    .yunluHeaderModalMain-title h5 {
        font-size: 16px;
        line-height: 40px;
        height: 40px;
    }

    .yunluHeaderModalMain-cont {
        font-size: 14px;
        line-height: 20px;
        padding: 25px 40px 0;
    }

    .yunluHeaderModalMain-btns {
        margin-top: 30px;
        padding: 0 0;
    }

    .yunluHeaderModalMain-btn + .yunluHeaderModalMain-btn {
        margin-left: 10px;
    }
}

@media (max-width: 376px) {
    .yunluHeaderModalMain-btns {
        padding: 0 40px;
    }

    .yunluHeaderModalMain-btn {
        display: block;
    }

    .yunluHeaderModalMain-btn + .yunluHeaderModalMain-btn {
        margin-left: 0;
        margin-top: 10px;
    }
}
