* {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}

#logo p {
    color: #000000 !important;
    font-size: 24px !important;
    float: left;
    margin-top: 5px;
    font-weight: 400;
}

body, html {
    margin: 0px;
    height: 100%;
}

.right_content img {
    display: block;
    margin: 0 auto;
}

.helpCon_left {
    width: 216px;
    display: table;
    float: left;
    /* height: 1095px; */
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    border: 1px solid #F6F3F4;
    padding-top: 10px;
}

.helpCon_left ul {
    margin-bottom: 9px;

}

.helpCon_left h3 {
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    margin-bottom: 7px;
    height: 26px;
    padding: 0px 18px;

}

.active {
    background-color: #F6F3F4 !important;
}

.active_color {
    color: var(--main-primary-color) !important;
}

.helpCon_left li {
    font-size: 16px;
    height: 35px;
    color: #333333;
    line-height: 33px;
    padding: 0px 10px;
    font-family: "MicrosoftYaHei";
    cursor: pointer;
    position: relative;
    padding-left: 20px;
}

.helpCon_left li:hover {
    background-color: #F6F3F4;
}

.helpCon_left li i {
    position: absolute;
    display: block;
    width: 8.5px;
    height: 8.5px;
    background: url(../images/greenjb/jiehe.png) no-repeat center center;
    right: 14px;
    top: 38%;
    display: none;
}

.helpCon_right {
    width: 970px;
    float: right;
    display: none;
}

.helpRight_title {
    width: 100%;
    height: 54px;
    background-color: var(--main-primary-color);
    margin-bottom: 5px;

}

.helpRight_title h3 {
    line-height: 54px;
    color: #FFFFFF;
    font-size: 20px;
    padding-left: 14px;
    font-weight: 400;
}

.helpContent {
    margin-bottom: 100px;
}

.right_content {
    position: relative;
    padding: 20px 13px;
    border: 1px solid #F6F3F4;
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.05);
    min-height: 636px;

}

.content_title {
    width: 100%;
    height: 50px;

}

.content_title a {
    margin-right: 54px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    position: relative;
    float: left;
}

.content_title a i {
    display: block;
    width: 100%;
    height: 3px;
    background-color: var(--main-primary-color);
    display: none;
    bottom: -3px;
}

.current {
    display: block !important;
}

.content_Tips {
    width: 100%;
    margin-top: 5px;
    /* position: absolute; */
}

.content_Tips p {
    color: #333333;
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 5px;

}

.content_Tips li {
    line-height: 26px;
    padding-bottom: 50px;
}

.content_Tips h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    margin-bottom: -15px;
}

.content_Tips span {
    display: inline-block;
    width: 100%;
    float: left;
    font-size: 16px;
    color: #333333;
    margin-top: 15px;
    margin-bottom: 15px;
}

.content_Tips i {
    width: 100%;
    display: inline-block;
    float: left;
    font-size: 14px;
    color: #999999;
    margin-bottom: 24px;
    margin-top: -10px;
}

.content_Tips li img {
    width: 922px;
    height: 340px;
    background-color: #ECECEC;
    margin: 0 auto;
}

.show {
    display: block !important;
}