.help_history {
    width: 80px;
    height: 70px;
    position: fixed;
    right: 30px;
    bottom: 462px;
    background-color: #007FDF;
    border-radius: 4px;
    cursor: pointer;
    background-position: center;
    padding-top: 9px;
    padding-bottom: 9px;
    z-index: 9999;
}

.help_history i {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-bottom: 4px;
    background: url(/assets/images/icon_history.png?xxxx);
	background-size:100% 100%;
}

.help_history p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

.help_history_detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 51, 89, .6);
    z-index: 10010;
    /*display: none;*/
}
.learning_path_doc{
    width: 80px;
    height: 70px;
    position: fixed;
    right: 30px;
    bottom: 285px !important;
    background-color: #007FDF;
    border-radius: 4px;
    cursor: pointer;
    background-position: center;
    padding-top: 9px;
    padding-bottom: 9px;
    z-index: 9999;
}
.learning_path {
    width: 80px;
    height: 70px;
    position: fixed;
    right: 30px;
    bottom: 374px;
    background-color: #007FDF;
    border-radius: 4px;
    cursor: pointer;
    background-position: center;
    padding-top: 9px;
    padding-bottom: 9px;
    z-index: 9999;
}
.learning_path_doc .contact_consulting_wrap .describe i {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-bottom: 4px;
    background: url(/assets/images/icon_rightside.svg);
}

.feedback_icon{
    background: url(/assets/images/feedback.svg) !important;
    width: 41px !important;
    height: 36px !important;

}

.learning_path_doc .contact_consulting_wrap .describe {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: white;
}
.learning_path i {
    display: block;
    width: 32px;
    height: 32px;
    margin: auto;
    margin-bottom: 4px;
    background: url(/assets/images/icon_rightside.svg);
}

.learning_path p {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    color: white;
}

.learning_path_detail {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 51, 89, .6);
    z-index: 10010;
    /*display: none;*/
}

.hide-div.help_history_detail {
    display: none;
}

.hide-div.learning_path_detail {
    display: none;
}

.detail_container {
    width: 960px;
    height: 70%;
    background: #FFFFFF;
    box-shadow: 0 2px 30px 0 rgba(0, 40, 71, 0.20);
    border-radius: 4px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    overflow: hidden;
    overflow-y: auto;
    overflow-x: hidden;
}

.detail_container_content {
    position: relative;
    width: 100%;
    height: 100%;
}

.detail_container .title_fixed {
    width: 100%;
    height: 100px;
    position: relative;
    padding: 30px 60px;
    z-index: 999;
    font-size: 24px;
    color: black;
}

/*新手提示弹出框*/

.learning_path_prompt {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 51, 89, .6);
    z-index: 9998;
}

.learning_path_prompt_none {
    display: none;
}

.learning_path_prompt .bubble {
    position: fixed;
    bottom: 290px;
    right: 140px;
    width: 356px;
    height: 388px;
    z-index: 10000;
}

.learning_path_prompt .bubble_wrap {
    width: 346px;
    height: 388px;
    display: inline-block;
    border-radius: 10px;
    background-color: white;
    padding: 24px 40px;
}

.learning_path_prompt .bubble_wrap .title {
    color: #1A2736;
    font-size: 16px;
    line-height: 22px;
}

.learning_path_prompt .bubble_wrap .describe {
    font-size: 14px;
    color: #5E6978;
    line-height: 22px;
    margin-top: 12px;
    margin-bottom: 24px;
}

.learning_path_prompt .bubble_wrap .ill {
    margin-bottom: 24px;
}

.learning_path_prompt .bubble_wrap .button {
    width: 120px;
    height: 34px;
    margin: auto;
    background-color: #007FDF;
    color: white;
    font-size: 14px;
    line-height: 34px;
    border-radius: 2px;
    text-align: center;
    cursor: pointer;
}

.learning_path_prompt .bubble i {
    position: absolute;
    right: -10px;
    bottom: 39px;
    height: 0;
    width: 0;
    border: 10px solid transparent;
    border-left-color: #FFFFFF;
}

.learning_path_prompt .highlight {
    width: 108px;
    height: 98px;
    border-radius: 10px;
    background-color: white;
    position: fixed;
    right: 16px;
    bottom: 290px;
}

@media screen and (max-width: 599px) {
    .learning_path {
        right: 20px;
        bottom: 280px;
    }
    .learning_path_prompt .bubble, .learning_path_prompt .highlight, .learning_path_prompt {
        display: none;
    }
}

@media screen and (max-width: 960px) {
    .detail_container {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .detail_container .detail_window .detail-item-body {
        display: block;
    }
}

.title_fixed>.close_btn_l {
    width: 18.4px;
    height: 18.4px;
    position: absolute;
    right: 40px;
    top: 40px;
    background: url(https://www.zstack.io/assets/images/alertWindow/Combined\ Shape.svg) no-repeat;
    cursor: pointer;
}

.detail_window {
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto;
    padding: 20px 60px 30px;
    padding-right: 0;
}

.detail_window .detail-title {
    font-size: 28px;
    color: #1A2736;
    margin-bottom: 60px;
}

.detail_window .icon-part {
    width: 28px;
    height: 28px;
    display: inline-block;
    background: url('/assets/images/learningPath_icon-part.svg');
    margin-right: 24px;
}

.detail_window .detail-item {
    position: relative;
    display: flex;
    padding-bottom: 60px;
}

.detail_window .detail-item .detail-vertival-line {
    position: absolute;
    left: 14px;
    border-left: 1px dashed #007FDF;
    bottom: 10px;
    top: 38px;
}

.detail_window .detail-item-content {
    flex: 1;
}

.detail_window .detail-item-title {
    font-size: 20px;
    color: #1A2736;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 24px;
}

.detail_window .detail-item-body {
    display: flex;
    width: 100%;
}

.detail_window .detail-col {
    flex: 1;
    margin-right: 40px;
}

.detail_window .detail-col .detail-text {
    font-size: 16px;
    color: #007FDF;
    margin-bottom: 20px;
    display: block;
    position: relative;
    padding-left: 13px;
    
    white-space: nowrap; 

}

.detail_window .detail-col .detail-text :not(span):first-child {
      /* overflow: hidden;  */
      white-space: nowrap; 
      text-overflow: ellipsis; 
      max-width: 300px;
  }

.detail_window .detail-col .detail-text:before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #007FDF;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    left: -13px;
    top: 7px;
}
