html {
    font-size: 100%;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -webkit-tap-highlight-color: transparent;
}

body {
    font: 12px/1.5 PingFangSC-Regular, Helvetica, Arial, Microsoft Yahei, sans-serif;
    background: #fff;
    min-width: 920px;
    min-height: 1000px;
}

* {
    margin: 0;
    padding: 0;
}

address,
cite,
dfn,
em,
i,
var {
    font-style: normal;
}

a:hover,
a {
    text-decoration: none;
}

a,
a:active,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

img {
    border: none;
}

ol,
ul {
    list-style: none;
}

.flex-cell {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
}

.flex-cell_ac {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.cell-item_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
}

.overEll {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.overEllmul {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -webkit-box-flex;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ccmtv-header {
    background-color: #1173d6;
}

.ccmtv-header,
.ccmtv-header .header-inner {
    width: 100%;
    height: 68px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 100;
}

.header-wrap {
    position: relative;
    z-index: 100;
}

.header-inner {
    position: relative;
    margin: 0 auto;
}

.ccmtv-logo {
    float: left;
    font-size: 0;
    min-width: 240px;
    height: 51px;
    margin-top: 8px;
    display: flex;
}

.icondepartment {
    max-width: 212px;
}
@media screen and (min-width: 1766px) {
    .ccmtv-search .search-box-in,
    .hotwords_Swiper
     {
        width: 420px;
    }
    .ccmtv-search {
        margin-left: -255px;
    }
}

@media screen and (max-width: 1765px) and (min-width: 1551px) {
    .ccmtv-search .search-box-in,
    .hotwords_Swiper
     {
        width: 380px;
    }
    .ccmtv-search {
        margin-left: -235px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1336px) {
    .ccmtv-search .search-box-in,
    .hotwords_Swiper 
    {
        width: 340px;
    }
    .ccmtv-search {
        margin-left: -215px;
    }
}

@media screen and (max-width: 1335px) and (min-width: 1156px) {
    .ccmtv-search .search-box-in,
    .hotwords_Swiper
     {
        width: 260px;
    }
    .ccmtv-search {
        margin-left: -195px;
    }
}

@media screen and (max-width: 1156px) {}

.ccmtv-search {
    position: absolute;
    left: 50%;
    top: 18px;
    border: 1px solid #599de2;
    border-radius: 25px;
    box-sizing: border-box;
}

.ccmtv-search .search-box {
    position: relative;
    box-sizing: border-box;
    height: 40px;
    padding-right: 86px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 25px;
}

.ccmtv-search .search-box-in {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
}

.ccmtv-search .search-box-input {
    display: block;
    width: 100%;
    padding: 11px 0;
    line-height: 18px;
    text-indent: 17px;
    border-radius: 21px 0 0 21px;
    background-color: #0e61b6;
    border: 0;
    outline: 0;
    font-size: 16px;
    color: #fff;
    font-family: Microsoft Yahei;
}

.ccmtv-search .search-box-input::placeholder {
    color: #fff;
}

.search-box-input::-webkit-input-placeholder {
    color: #fff;
}

.search-box-input::-ms-input-placeholder {
    color: #fff;
}

.ccmtv-search .search-box-out {
    position: absolute;
    right: 0;
    top: 0;
}

.ccmtv-search .search-box-btn {
    display: block;
    width: 86px;
    padding: 8px 0;
    background: #0e61b6;
    border-radius: 0 21px 21px 0;
    -webkit-border-radius: 0 21px 21px 0;
    -moz-border-radius: 0 21px 21px 0;
    -ms-border-radius: 0 21px 21px 0;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    position: relative;
}

.ccmtv-search .search-box-btn::before {
    content: '';
    height: 16px;
    width: 1px;
    background: #5791cc;
    position: absolute;
    left: 0;
    top: 13px;
}

.ccmtv-search .search-box-btn:hover {
    opacity: .9;
    filter: alpha(opacity=90);
    color: #fff;
}

.ccmtv-search .search-box-btnTxt {
    margin-left: 4px;
}


.ccmtv-side {
    float: right;
}

.sideItem {
    position: relative;
    float: left;
    margin-left: 15px;
    padding-top: 12px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    height: 68px;
    box-sizing: border-box;
}

@media screen and (min-width: 1156px) {
    .sideItem {
        /* margin-left: 25px; */
        margin-left: 20px;
    }
}

.sideItem img.sideicon {
    margin: 0 auto 5px;
    display: block;
}

.sideItem img.sideicon.shequ {
    width: 29px;
    margin: -4px auto 0;
}

.sideItem p {
    font-size: 13px;
    color: #fff;
}

.userimg {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    object-fit: cover;
}

.vipuserimg {
    border: 1px solid #d8be8a;
}

.downloadPop {
    position: absolute;
    left: 50%;
    top: 63px;
    z-index: 100;
    width: 300px;
    margin-left: -150px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -webkit-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -moz-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -ms-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    padding: 20px 10px 24px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    cursor: default;
    display: none;
}

.popArrow {
    position: absolute;
    left: 50%;
    top: -14px;
    margin-left: -7px;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #fff;
}

.download-item {
    width: 50%;
    float: left;
}

.download-item p {
    color: #425fc2;
    margin-bottom: 10px;
    cursor: text;
}

.uploadPop {
    position: absolute;
    left: 50%;
    top: 63px;
    z-index: 100;
    width: 120px;
    margin-left: -60px;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -webkit-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -ms-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    padding: 18px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: 1s ease;
    -webkit-transition: 1s ease;
    -ms-transition: 1s ease;
    cursor: default;
    display: none;
}

.upload-item {
    margin-bottom: 11px;
    cursor: pointer;
}

.upload-item img {
    margin-right: 6px;
    display: inline-block;
    vertical-align: middle;
}

.upload-item span {
    color: #333333;
}

.upload-item:hover a span {
    color: #1173d6;
}

.sideItem-dp:hover .downloadPop {
    display: block;
}

.sideItem-up:hover .uploadPop {
    display: block;
}

.noLogin-box {
    width: 140px;
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 100;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -webkit-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -moz-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -ms-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    padding: 0px 0 0;
    box-sizing: border-box;
    cursor: default;
    display: none;
}

.nologin:hover .noLogin-box {
    display: block;
}

.rightArrow {
    position: absolute;
    right: 11px;
    top: -14px;
    border-style: solid;
    border-width: 7px;
    border-color: transparent transparent #fff;
}

.advantage {
    background: #f8f8f8;
    padding-top: 18px;
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.advantage .upload-item {
    cursor: text;
}

.advantage .upload-item span:hover {
    color: #333;
}

.log-tip {
    color: #666666;
    font-size: 12px;
    margin-bottom: 10px;
    cursor: text;
}

.logon-btn {
    cursor: pointer;
    height: : 34px;
    width: 100px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    background: #1173d6;
    -webkit-appearance: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    margin: 0 auto 20px;
    display: block;
}

.logon-btn:hover {
    opacity: .8;
    filter: alpha(opacity=80);
    color: #fff;
}

.login-box {
    width: 290px;
    position: absolute;
    right: 0;
    top: 63px;
    z-index: 100;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -webkit-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -moz-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    -ms-box-shadow: 0 0px 6px 0 rgba(142, 142, 142, .5);
    padding: 0px 0 0;
    box-sizing: border-box;
    cursor: default;
    display: none;
}

.logined:hover .login-box {
    display: block;
}

.headpic-name {
    padding: 14px 18px 14px 22px;
    text-align: left;
    height: 66px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.person-span {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    vertical-align: middle;
    position: relative;
    float: left;
}

.person-span-vip {
    border: 1px solid #d8be8a;
    box-sizing: border-box;
}

.person-pic {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    object-fit: cover;
}

.person-span-vip::after {
    content: '';
    width: 13px;
    height: 12px;
    background: url(../images/crown.png)no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -4px;
}

.person-name {
    font-size: 16px;
    color: #333;
    vertical-align: middle;
    position: relative;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    margin-left: 6px;
    cursor: text;
}

.cell-flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
}

.VIP-flex {
    padding: 12px 16px;
    background: linear-gradient(to right, #edd2a5, #d4ba85);
    background: -webkit-linear-gradient(to right, #edd2a5, #d4ba85);
    background: -ms-linear-gradient(to right, #edd2a5, #d4ba85);
}

.personal-flex {
    padding: 12px 16px;
}

.cell_bd {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: left;
    cursor: text;
}

.persona_bd {
    font-size: 16px;
    color: #333333;
    cursor: pointer;
}

.ft-icon {
    cursor: pointer;
}

.cell-bd-tit {
    color: #98690a;
    font-size: 16px;
}

.cell-desc {
    font-size: 14px;
    color: #98690a;
}

.cell_ft {
    position: relative;
}

.cell-btn {
    width: 80px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    background: #fff;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    color: #ba8e35;
    font-size: 14px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    cursor: pointer;
    display: block;
}

.cell-btn:hover {
    opacity: .9;
    filter: alpha(opacity=80);
    color: #ba8e35;
}

.sign-out {
    background: #f8f8f8;
    border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    color: #666666;
    font-size: 16px;
    display: block;
}

.area-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 26px 10px 20px 10px;
}

.area-flex-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}

.part-icon {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin: 0 auto;
}

.part-name {
    color: #333;
    font-size: 16px;
    margin-top: 10px;
}

.ccmtv-header-fixed {
    position: fixed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    top: 0;
    left: 0;
    -webkit-animation: fadeIn 1.5s;
    -moz-animation: fadeIn 1.5s;
    -ms-animation: fadeIn 1.5s;
    animation: fadeIn 1.5s;
}

.search-result-hot {
    position: absolute;
    left: 19px;
    right: 92px;
    top: 42px;
    z-index: 1001;
    padding: 3px 0 6px;
    border: 1px solid #f0f0f0;
    border-top: 0;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    display: none;
    min-height: 300px;
    max-height: 420px;
    overflow: auto;
}


/* 设置滚动条的样式 */

.search-result-hot::-webkit-scrollbar {
    width: 8px;
    background-color: #f2f2f2;
}


/* 滚动槽 */

.search-result-hot::-webkit-scrollbar-track {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
}


/* 滚动条滑块 */

.search-result-hot::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    background: #c3c4c7;
}

.search-result-title {
    *zoom: 1;
    height: 32px;
    padding: 0 10px 0 15px;
    line-height: 32px;
    font-size: 14px;
    color: #999;
}

.search-result-item {
    display: block;
    *zoom: 1;
    height: 32px;
    padding: 0 10px 0 15px;
    line-height: 32px;
    font-size: 14px;
    color: #222;
    cursor: pointer;
}

.ccmtv-search .search-result-item:hover {
    color: #1173d6;
    background-color: #f5f5f5;
}

.search-result-simple {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ccmtv-search .search-result-num.search-result-num1 {
    background-color: rgba(17, 115, 214, 1);
}

.ccmtv-search .search-result-num.search-result-num2 {
    background-color: rgba(17, 115, 214, .8);
}

.ccmtv-search .search-result-num.search-result-num3 {
    background-color: rgba(17, 115, 214, .6);
}

.ccmtv-search .search-result-num {
    display: inline-block;
    width: 23px;
    height: 18px;
    margin-right: 10px;
    line-height: 18px;
    color: #fff;
    border-radius: 0 9px 9px 0;
    -webkit-border-radius: 0 9px 9px 0;
    -moz-border-radius: 0 9px 9px 0;
    -ms-border-radius: 0 9px 9px 0;
    background-color: #d8d8d8;
    text-align: center;
}

.ccmtv-header .sideItem .i_info2 {
    width: 8px;
    height: 8px;
    background: #f73b00;
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 2px;
}

.ccmtv-header .sideItem .dian {
    position: absolute;
    right: -30px;
    top: 0px;
    width: 40px;
    height: 22px;
    line-height: 19px;
    text-align: center;
    background: url(../images/ws_bg.png) no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffffff;
}

.ccmtv-header .sideItem #i_vip {
    display: inline-block;
    width: 13px;
    height: 12px;
    position: absolute;
    right: 0;
    top: 9px;
}

.ccmtv-header .sideItem .rolebox {
    background: #fff;
    width: 190px;
    height: 160px;
    box-sizing: border-box;
    border-radius: 10px;
    box-shadow: 0px 0px 9px #ededed;
    position: absolute;
    left: 50%;
    margin-left: -95px;
    z-index: 1;
    padding: 40px 28px 0;
    margin-top: 10px;
    display: none;
    cursor: default;
}

.ccmtv-header .sideItem .rolebox .role {
    float: left;
    width: 60px;
    text-align: center;
    cursor: pointer;
}

.ccmtv-header .sideItem .rolebox .yunrole {
    margin-right: 14px;
}

.ccmtv-header .sideItem .rolebox .role img {
    display: block;
    margin: 0 auto 5px;
}

.ccmtv-header .sideItem .rolebox .role span {
    font-size: 14px;
    color: #333;
}

.ccmtv-header .sideItem .tipi {
    position: absolute;
    left: 50%;
    top: -10px;
    margin-left: -7px;
}

.ccmtv-header .psn_head .userimg_login {
    display: block;
    margin-bottom: 0;
    height: 25px;
}

.ccmtv-header .psn_head .user_title_name {
    line-height: 15px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 40px;
    vertical-align: middle;
    height: 15px;
}

.header-inner .ccmtv-logo .categoryicon {
    display: inline-block;
    margin: 0 10px 0 16px;
    width: 32px;
    align-self: center;
}

.departmant {
    display: inline-block;
    max-width: 147px;
}

.ccmtv-search {
    position: absolute;
    left: 50%;
    top: 14px;
}

.categoryname {
    color: #fff;
    font-weight: 600;
    font-size: 21px;
    margin-top: 2px;
    margin-bottom: -2px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.website {
    color: #fff;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.whole {
    height: 68px;
    display: inline-block;
    height: 68px;
    width: 24px;
    margin-left: 22px;
    position: relative;
}

.whole>img {
    top: 0;
    left: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: auto;
}

.wholeAfter {
    width: 0;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.ccmtv-logo .log_icon {
    vertical-align: top;
}

.personal-flex .persona_bd_link {
    width: 100%;
    display: flex;
}

.ccmtv-headSlide {
    width: 100%;
    background: #fff;
    padding: 25px 0;
    position: absolute;
    left: 0;
    top: 68px;
    display: none;
    -webkit-box-shadow: 0 10px 16px rgba(61, 28, 28, 0.1);
    -moz-box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 16px rgba(0, 0, 0, 0.1);
}

.headSlide-inner {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
    overflow: hidden;
}
.hotwords_Swiper {
    height: 40px  !important;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    position:absolute;
    z-index:1;
    border-radius: 21px 0 0 21px;
    background-color: #0e61b6 !important;
}
.hotwords_Swiper .swiper-slide {
    width: 100%;
    margin-left: 20px;
  height: 40px !important;
  font-size: 15px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background-color: #0e61b6 !important;
  padding: 0 !important;
}


@media screen and (min-width: 1766px) {
    .ccmtv-header .header-inner {
        width: 1650px;
    }
    .headSlide-inner {
        width: 1650px;
    }
}

@media screen and (max-width: 1765px) and (min-width: 1551px) {
    .ccmtv-header .header-inner {
        width: 1435px;
    }
    .headSlide-inner {
        width: 1435px;
    }
}

@media screen and (max-width: 1550px) and (min-width: 1336px) {
    .ccmtv-header .header-inner {
        width: 1220px;
    }
    .headSlide-inner {
        width: 1220px;
    }
}

@media screen and (max-width: 1335px) and (min-width: 1156px) {
    .ccmtv-search .search-box {
        padding-right: 70px;
    }
    .ccmtv-search {
        margin-left: -195px;
    }
    .ccmtv-header .header-inner {
        width: 1040px;
    }
    .headSlide-inner {
        width: 1040px;
    }
}

@media screen and (max-width: 1156px) {}


@media screen and (max-width: 1400px) {
    .downloadPop {
        right: 0;
        left: auto;
        margin-left: 0;
    }
    .downloadPop .popArrow {
        margin-left: 0;
        right: 11px;
        left: auto;
    }
}

.headSlide-part {
    float: left;
    padding-right: 10px;
    width: 10%;
    box-sizing: border-box;
}

.slide-part-tit {
    font-size: 18px;
    color: #333333;
}

.slide-part-tit>img {
    margin-left: 5px;
}

.slide-link {
    max-width: 100%;
    display: inline-block;
    font-size: 14px;
    color: #333333;
    padding-top: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.slide-part-con {
    height: 64px;
    overflow: hidden;
}


/* .headSlide-part:nth-of-type(3){
    width: 8%;
}
.headSlide-part:nth-of-type(6){
    width: 22.1%;
    padding-right: unset;
} */

.ccmtv-header .tk {
    /* background: white; */
    height: 50px;
    top: 0px;
    float: left;
    text-align: center;
    position: relative;
    cursor: pointer;
    position: relative;
    transition: background 1s;
    -webkit-transition: background .3s;
    -moz-transition: background .3s;
    -ms-transition: background .3s;
}

.ccmtv-header .icon-adv {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.ccmtv-header .icon-desktop {
    background: url(/pwa/desktop-m2.png);
    background-size: 100% 100%;
}

.ccmtv-header .downbox {
    width: 120px;
    background: white;
    border-radius: 4px;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -60px;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.ccmtv-header .downbox .ap {
    color: #425fc2;
    margin-bottom: 5px;
}

.ccmtv-header .erwei {
    width: 100px;
    height: auto
}

.ccmtv-header .downbox:after {
    content: '';
    width: 0;
    height: 0;
    border-width: 0 7px 7px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.ccmtv-header .tk:hover .downbox {
    display: block;
}


/*新增医护与大众端口切换按钮样式*/

.login-box .change_port_class {
    width: 130px;
    -webkit-line-clamp: 1;
}

.login-box .change_port {
    color: #2390ff;
    cursor: pointer;
    font-size: 14px;
    margin-left: 3px;
}

.login-box .change_port img {
    width: 14px;
    height: 14px;
}
.navmenu{
    display: inline-block;
    height: 68px;
    line-height: 68px;
    margin-left: 22px;
    position: relative;
    top: 0;
    vertical-align: top;
    font-size: 18px;
    color: #fff;
}
.navmenu:hover{ color:#fff }
.sqhome{display: block; font-size: 12px; color: #98690B}