.help-body {
    width: 100%;
}

header a:nth-child(4) {
    color: #24ab99;
}

footer {

    /*margin-top: 0!important;
    position: absolute;
    top: 918px;*/
    position: relative;
}

.help-head {
    width: 1100px;
    height: 50px;
    position: relative;
    top: 55px;
    margin: 0 auto;
}

.help-search {
    width: 63%;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: rgba(255,255,255,0.92);
    border-radius: 50px;
}

.help-search img {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 20px;
}

.help-search input {
    width: 80%;
    height: 100%;
    position: absolute;
    background: none;
    outline: none;
    text-indent: 5px;
    left: 50px;
    border: none;
    caret-color: #24ab99;
}

.search-btn {
    display: block;
    width: 12%;
    height: 100%;
    line-height: 40px;
    font-size: 15px;
    color: #f7f7f7;
    background: #24ab99;
    border-radius: 0 50px 50px 0;
    right: 0;
    position: absolute;
    outline: none;
    border: none;
    cursor: pointer;
}

.help-detail {
    width: 1100px;
    margin: 64px auto;
    min-height: 850px;
}

.detail-left {
    width: 195px;
    float: left;
    background: #f9f9f9;
    box-sizing: border-box;
    height: calc(100% - 55px);
    position: absolute;
}

.detail-guide {
    width: 100%;
    text-align: left;
    font-size: 15px;
    color: #3a3a3a;
}

.detail-guide ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: left;
    color: #888;
    font-size: 15px;
    cursor: pointer;
    text-indent: 13px;
    padding-left: 20px;
    box-sizing: border-box;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.detail-guide ul {

    /*display: none;*/
}

.currentli {
    color: #24ab99 !important;
}

.detail-guide span {
    cursor: pointer;
    line-height: 40px;
    display: block;
    padding-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.detail-guide ul li:hover {
    color: #24ab99;
}

.detail-right {
    width: 804px;
    float: left;
    margin-left: 195px;
}

.detail-list {
    width: 870px;
    margin: 0 0 0 20px;
    text-indent: 20px;
}

.list-one {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #d0d0d0;
    position: relative;
    cursor: pointer;
}
.list-one:hover .detail_tit{
    color:#24ab99;
}
.detail_tit{
    font-size: 18px;
    line-height: 18px;
    padding-top: 25px;
    color: #3a3a3a;
}
.detail_desc{
    color: #858585;
    line-height: 16px;
    font-size: 16px;
    margin-top: 20px;
}
.text_over{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/*.list-one p {
    color: #3a3a3a;
    font-size: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: left;
    height: 20px;
    line-height: 20px;
    margin: auto;
}*/

.detail-time {
    color: #b0b0b0;
    font-size: 14px;
    margin-top: 20px;
    line-height: 20px;
}

/***********分页*************/
.notice-foot-box {
    display: inline-block;
    position: relative;
    left: 30%;
    top: 15px;
}

.notice-foot {
    font-size: 16px;
    text-align: center;
    border-radius: 50px;
    margin-right: 10px;
    float: right;
}

.notice-foot > a:first-child {
    display: inline-block !important;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    background: #c2d8f4;
    color: #000;
    width: 50px;
    height: 25px;
    background: #e2eaea;
    color: #000;
    font-size: 12px;
}

.notice-foot > a:last-child {
    display: inline-block !important;
    line-height: 25px;
    text-align: center;
    border-radius: 5px;
    color: #000;
    width: 50px;
    height: 25px;
    background: #e2eaea;
    color: #000;
    font-size: 12px;
}

.notice-foot > a {
    color: #000;
}

/*.notice-foot > a:hover{
    color: #fdc121;
}*/
.notice-foot span, .notice-foot a {
    display: inline-block;
    width: 37px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    color: #000;
    margin-left: 0;
}

.notice-foot span.current {
    background: #24ab99;
    color: #fff;
    border-radius: 5px;
}

.notice-foot span, .notice-foot a {
    display: inline-block;
    width: 37px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    background: #e2eaea;
    color: #000;
    margin: 0 3px 0 3px;
    border-radius: 5px;
}

.current {
    margin-top: -38px;
}

.notice-jump {
    float: right;
    margin-right: 10px;
    line-height: 25px;
    font-size: 15px;
}

.notice-jump > input {
    width: 30px;
    height: 25px;
    text-indent: 10px;
    border: 1px solid #717070;
}

input[type="text"], input[type="password"], input[type="checkbox"] {
    cursor: auto;
    outline: none;
    margin: 0;
    padding: 0;
}

.notice-jump > span {
    color: #7d7f80;
    margin-left: 10px;
    margin-right: 10px;
}

.notice-jump > span {
    color: #7d7f80;
    margin-left: 10px;
    margin-right: 10px;
}

a, p, span, ul, ol, li, td {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-decoration: none;
}

.notice-content {
    width: 100%;
    border-radius: 5px;
    position: relative;
    text-align: center;
}

.notice-jump > a {
    display: block;
    float: right;
    width: 60px;
    height: 25px;
    text-align: center;
    color: #fff;
    background: #24ab99;
    border-radius: 5px;
}

.notice-jump input {
    background: rgba(255, 255, 255, 0.46);
    color: #000;
}
.help_top{
    height: 450px;
    width: 100%;
    min-width: 1100px;
    position: relative;
    top: 64px;
}
.help_topbg{
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    left: 50%;
    height: 100%;
    width: 100%;
}
.help_tit{
    font-size: 50px;
    color: #fff;
    width: 1100px;
    padding-top: 105px;
    text-align: center;
    margin: 0 auto;
    position: relative;
}
.help_tit span{
    color: #30cab5;
}
.help_back:hover{
    color: #24ab99;
}
.detail_tit span{
    color: #24ab99;
}