@charset "UTF-8";
/* +----------------------------------------------------------------------
// | ProKvm [ 专业云计算软件开发商 ]
// +----------------------------------------------------------------------
// | Copyright (c) 2022~2024 https://cloud.ackpet.com All rights reserved.
// +----------------------------------------------------------------------
// | Licensed ( https://www.xmbillion.com/ )
// +----------------------------------------------------------------------
// | Theme Name:  蓝色企业模板
// +----------------------------------------------------------------------
// | Author: 多彩云 <20233652@qq.com>
// +----------------------------------------------------------------------
// | version:3.2.2
// +----------------------------------------------------------------------
*/
 
 .inside-right .breadcrumb {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    color: var(--dcydhxz);
    background: var(--dcyanc);
    white-space: nowrap;
    max-width: 100%;
}
 .inside-right .breadcrumb a{
     color: var(--dcydhxz);
 }
@media screen and (max-width: 768px){
    .inside-right .breadcrumb { 
    margin-bottom: 0px; 
        margin-top: 0px;
}
.document-nav-head{
    display: none;
}
.inside-side ul{
     display: none;
}
}

.m-mod {
    display: none;
}
@media screen and (max-width: 768px){
.m-mod {
    display: block;
}
.breadcrumb{
    display: flex;
    margin-top: 20px;
    margin-bottom: 5px;
    padding: 8px 5px;
    align-items: center;
    justify-content: flex-start;
    /* gap: 6px; */
    white-space: nowrap;
    max-width: 100%;
}

 .breadcrumb span {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

}
.m-select-top {
    line-height: 50px;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.2);
    padding: 0 20px;
}
.m-select-top-tit {
    font-size: 16px;
}
.m-select-top-btn {
    position: absolute;
    top: 0;
    right: 20px;
    color: var(--dcydhxz);
    cursor: pointer;
}
.pc-mod {
    display: block;
}
@media screen and (max-width: 768px){
    .pc-mod {
    display: none;
}
    
}
.inside-right .msg-area {
    padding: 0 0px;
    padding-top: 0px;
    margin-bottom: 1rem;
}
 
 
.msg-area-inner {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
    background-color: #fff;
    padding: 15px 30px; 
    margin: 0 auto;
    font-family: 'dcynews';
    box-sizing: border-box;
    position: relative;
}
.msg-area-search-box {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 0;
    border: none;
    border-radius: 0;
    max-width: 980px;
    margin: 0 auto 32px;
}
.msg-area-search-input-wrap {
    position: relative;
}
.msg-area-search-input {
    font-size: 16px;
    height: 46px;
    line-height: 46px;
    border: 1px solid #E5E5E5;
    color: #000;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-sizing: border-box;
    background-color: #F5F7FA;
    padding-left: 44px;
    padding-right: 30px;
    border-radius: 0;
}
.msg-area-btn-rm-txt {
    position: absolute;
    background-image: url(sprite/msg-201911201546.svg);
    background-size: 806.25% 431.25%;
    top: 14px;
    right: 12px;
    width: 16px;
    height: 16px;
    overflow: hidden;
    text-indent: -99px;
    z-index: 2;
    background-repeat: no-repeat;
    background-position: 55.75% 69.81%;
}
.msg-area-search-btn {
    position: absolute;
    top: 13px;
    left: 14px;
    width: 20px;
    height: 20px;
    background-image: url(sprite/msg-201911201546.svg);
    background-size: 645% 345%;
    border: 0;
    text-indent: -999px;
    cursor: pointer;
    outline: 0;
    background-color: transparent;
    background-position: 21.099999999999998% 75.51%;
    background-repeat: no-repeat;
}
.msg-area-form-item {
    margin-bottom: 0px;
}
.msg-area-form-label {
    font-size: 14px;
    color: #666;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
    padding-right: 10px;
    width: 80px;
}
.msg-area-form-con {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 0px);
}
.c-item-ctrl {
    position: relative;
    padding-right: 50px;
}
.c-checkbox-block-item.actived {
    background-color: var(--dcyanc);
    border: 1px solid var(--dcydhxz);
}
.c-checkbox-block-item.actived a{
    color: var(--dcydhxz);
}
.c-checkbox-block-item {
    box-sizing: border-box;
    min-width: 80px;
    height: 30px;
    line-height: 28px;
    border: 1px solid #ddd;
    font-size: 14px;
    color: #333;
    text-align: center;
    position: relative;
    display: inline-block;
    margin-right: 10px; 
    cursor: pointer;
}
.msg-last-child {
    margin-bottom: 40px;
}

 
.msg-list-item {
    border-bottom: #e5e5e5 1px solid;
    position: relative;
    padding: 15px 5px;
    font-family: 'dcynews';
}
.msg-list-hd .msg-list-aside, .msg-list-hd .msg-list-con {
    font-size: 16px;
    color: #999;
}
.msg-list-con {
    font-size: 14px;
    line-height: 21px;
    max-width: calc(100% - 200px);
}
.msg-list-hd .msg-list-aside, .msg-list-hd .msg-list-con {
    font-size: 16px;
    color: #999;
}
.msg-list-hd .msg-list-aside, .msg-list-hd .msg-list-con {
    font-size: 16px;
    color: #999;
}
.msg-list-aside {
    position: absolute;
    right: 0;
    top: 0;
    width: 170px;
    text-align: left;
    font-size: 14px;
    line-height: 21px;
    padding: 15px 5px;
    color: #999;
}
.msg-list-con a {
    color: #333;
    vertical-align: middle;
}
.msg-list-con a:hover {
    color: var(--dcydhxz);
}
.c-pages-wrap {
    margin: 40px 0;
}
.c-pages {
    font-size: 0;
    text-align: center;
}
.c-pages-item-actived, .c-pages-item-actived:hover {
    border: none;
    color: #333;
    font-weight: 700;
    cursor: default;
}
.c-pages-dot, .c-pages-item {
    display: inline-block;
    margin: 0 5px;
    min-width: 35px;
    padding-left: 5px;
    padding-right: 5px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    color: #666;
    text-align: center;
    border: 1px solid #ddd;
    box-sizing: border-box;
    text-decoration: none;
}
@media screen and (max-width: 768px){
.msg-area-inner {
    box-shadow: 0 2px 15px 0 rgba(255,255,255,.1);
    border: 0;
    padding: 0 0px;
}
.msg-list-hd {
    display: none;
}

.msg-list-con {
    max-width: 100%;
}
.msg-list-aside {
    position: static;
    padding: 0px 0 0;
}
}

.msg-d-hd {
    font-size: 18px;
    line-height: 28px;
    padding: 15px 0 15px;
    border-bottom: #e5e5e5 2px solid;
    text-align: center;
}
.msg-d-hd h1{
        font-weight: bold;
}
@media screen and (max-width: 768px){
.msg-d-hd {
   padding: 25px 10px 0px;
}
    
}
.msg-d-hd h1{
    font-size: 100%;
}
.msg-aside-tips {
    position: absolute;
    top: 0;
    left: -40px;
    padding: 5px 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
    cursor: pointer;
    height: 126px;
}
@media screen and (max-width: 768px){
.msg-aside-tips {
    display: none;
}
    
}
.msg-aside-tips i {
    display: block;
    width: 20px;
    height: 20px; 
    font-size: 20px;
    color: var(--dcydhxz);
    margin: 0 auto;
}
.msg-aside-tips span {
    display: block;
    width: 1em;
    text-align: center;
    padding-left: 4px;
    margin-top: 4px;
    color: #666;
    line-height: 1.3;
    font-size: 12px;
}
.msg-aside-tips .c-bubble {
    display: none;
    top: -2px;
    right: -140px;
}
.c-bubble {
    position: absolute;
    color: #404A58;
    z-index: 6;
}
.msg-aside-tips .c-bubble-inner {
    border: 1px solid #e5e5e5;
    top: 40px;
}

.c-bubble-inner {
    font-size: 12px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 10px;
    border: 1px solid #b3b7bf;
    border-radius: 2px;
    background-color: #fff;
    line-height: 18px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.15);
    position: static !important;
    left: 50%;
    top: 50%;
}
.msg-aside-tips-img {
    display: block;
    width: 108px;
    height: 108px;
}
.msg-aside-tips:hover .c-bubble {
    display: block;
}
.msg-d-bd {
    padding: 30px 0;
    line-height: 24px;
}
.msg-d-bd p {
    margin-bottom: 10px;
}
.msg-d-bd img {
    max-width: 100%;
}
.msg-b-nav {
    padding: 0 10px;
    color: #999;
    margin-bottom: 20px;
}
@media screen and (max-width: 768px){
.msg-b-nav {
    padding: 0;
}
}
.msg-b-nav-inner {
    
    margin: 0 auto;
    padding: 15px 0;
    border-bottom: #e5e5e5 1px solid;
}
@media screen and (max-width: 768px){
.msg-b-nav-inner {
    padding: 0;
    line-height: 54px;
    background-color: #000;
    color: #fff;
    text-align: center;
    position: relative;
}
}
.msg-b-nav a {
    color: #333;
}
@media screen and (max-width: 768px){
.msg-b-nav a {
    display: inline-block;
    position: absolute;
    font-size: 0;
    left: 20px;
    top: 18px;
    width: 20px;
    height: 20px;
}
}
@media screen and (max-width: 768px){
.msg-b-nav a:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 14px;
    top: 0;
    left: 0;
    background-image: url(https://cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/gateway/msg/css/sprite/msg-media8-201911201546.svg);
    background-position: 50% 50%;
    background-size: 122.22222222222223% 114.28571428571428%;
    background-repeat: no-repeat;
}
}
 .us_custom_d4c4a6f8 {
    color: var(--color-content-heading) !important;
    border-radius: 8px !important;
    background: var(--dcyanc) !important;
    padding: 1.5rem 1rem 1.5rem 1rem !important;
    border: 1px solid var(--dcyanb) !important;
}
 .us_custom_d4c4a6f8 b, strong{
     color: var(--dcydhxz);
 }
.us_custom_d4c4a6f8 p{
    margin: 0 0 0px;
}
.msg-title-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
    border-radius: 4px;
    background: var(--dcyanc);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4px 8px;
    margin-bottom: 12px;
    font-size: 12px;
    color: #0052d9;
    line-height: 20px;
    font-family: "dcynews";
}
.msg-title-info-author, 
.msg-title-info-read,
.msg-title-info-time {
    font-size: 14px;
    font-weight: 400;
    color: var(--dcydhxz);
    line-height: 24px;
}
@media (max-width: 768px){
.msg-title-info {
    font-size: 12px;
    margin: 12px 0;
    gap: 6px;
    flex-wrap: wrap;
    display: none;
}
}

.msg-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
@media screen and (max-width: 768px){
    .msg-nav {
   display: grid;

    
}
.msg-nav .msg-nav-item{
    margin-bottom: 10px;
}
}
.msg-nav .msg-nav-item {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.msg-label-wrap .msg-label {
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    line-height: 20px;
}
.fboxYcenter {
    display: flex;
    align-items: center;
}
.fboxRow {
    display: flex;
}
.fboxCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}
.labelButton {
    margin-right: 8px;
    height: 32px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    font-size: 14px;
    font-weight: 400;
    color: #293957;
    padding: 0 16px;
}
.msg-container a {
    color: #006eff;
    text-decoration: none;
}
.mt-16 {
    margin-top: 16px;
    padding-bottom: 24px;
    border-bottom: 1px solid #DFDFDF;
}
.mt-24 {
    margin-top: 24px;
    padding-bottom: 24px;
}

.msg-container-inner{
     display: flex;
 }
.msg-container-inner .msg-pendant {
    width: 330px; 
    flex: 0 0 330px;
}
.msg-container-inner .msg-pendant-content {
    background: linear-gradient(180deg, #EFF8FF 0%, #FFFFFF 100%);
    box-shadow: 0px 4px 12px 0px rgba(41,57,87,0.08);
    border: 2px solid #FFFFFF;
    padding: 24px;
}
.msg-pendant-title {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    line-height: 25px;
    padding-bottom: 16px;
    border-bottom: 1px solid #DFDFDF;
    padding-left: 8px;
    margin-bottom: 16px;
}
.msg-pendant-hotarticle {
    padding-left: 2px;
    margin-bottom: -16px;
}
.msg-pendant-hotarticle .hotarticle-li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.msg-pendant-hotarticle .hotarticle-li.hotarticle-li__hot .hotarticle-li-index {
    color: #FF3B20;
}
.msg-pendant-hotarticle .hotarticle-li .hotarticle-li-index {
    font-size: 16px;
    font-weight: 500;
    color: #3D485D;
    line-height: 22px;
}
.ml-16 {
    margin-left: 16px;
}
.msg-pendant-hotarticle .hotarticle-li.hotarticle-li__hot .hotarticle-li-text {
    font-weight: 550;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.msg-pendant-hotarticle .hotarticle-li {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.msg-pendant-tag {
    height: 32px;
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 16px;
    box-sizing: border-box;
}
 .msg-link.tpm-link {
    position: absolute;
    right: 0px;
    top: 0px;
    color: var(--dcydhxz);
    font-size: 14px;
}


.msg-link:after, .msg-link--weak-arrow:after, .msg-link--white-arrow:after {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin-left: 4px;
    overflow: hidden;
    vertical-align: 0;
    background-image: url(../images/sprite.Main-202305081217.svg);
    transition: -webkit-transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    content: "";
}
.msg-link:hover:after, .tp-link--weak-arrow:hover:after, .tp-link--white-arrow:hover:after {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
}
.tpm-link:after {
    background-position: 96.34146341463415% 65.75342465753424%;
    background-size: 2833.333333333333% auto;
}


.link-code-box {
    /* float: left; */
    width: 80%;
    max-width: 498px;
    height: 100%;
    background: #fff;
    color: #666666;
    padding: 6px 2%;
    font-size: 14px;
    border: 1px solid #e5e5e5;
}
@media screen and (max-width: 768px){
  .link-code-box{
      max-width: 100%;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.msg-select-inner {
        position: absolute;
    top: 70%;
    right: 0;
    left: 0px;
    bottom: 0;
    z-index: 1000;
    height: 12%;
    width: 100%;
    background-color: #fff;
}
.msg-select-inner-con{
    background: #fff;
}
.msg-select-inner-tit {
    line-height: 50px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1);
}
.msg-select-inner-con .msg-area-form-item {
    box-shadow: 0 15px 15px 0 rgba(0,0,0,.1);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
.msg-select-inner-con .msg-area-form-label {
    display: block;
    width: auto;
    padding: 10px 0 10px 15px;
}
.msg-select-inner-con .msg-area-form-con {
    display: block;
    width: auto;
}
.msg-select-inner-con .c-checkbox-block {
    padding-left: 15px;
}
.c-checkbox-block {
    font-size: 0;
    margin-bottom: -10px;
}
.msg-select-inner-con .c-checkbox-block-item, .msg-select-inner-con .c-radio-block-item {
    min-width: calc((100% - 35px) / 3);
    margin-bottom: 10px;
    font-size: 12px;
    vertical-align: top;
    padding: 0 5px;
}
.m-select-top:hover .msg-select-wrap {
    display: block;
}
.msg-select-wrap{
      display: none;background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.1);
  }
.msg-select-inner-close i {
    content: '';
    position: absolute;
    width: 9px;
    height: 14px;
    top: 0;
    left: 0;
    background-image: url(https://cloudcache.tencent-cloud.com/open_proj/proj_qcloud_v2/gateway/msg/css/sprite/msg-201911201546.svg);
    background-position: 82.5% 67.27%;
    background-size: 1433.3333333333335% 492.8571428571429%;
    background-repeat: no-repeat;
}