@charset "UTF-8";

body {
    background: #f6f6f6;
}

.pr {
    position: relative;
}

.hl {
    color: #f24444;
}

.dib {
    display: inline-block;
}

.g-help-wrap {
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
}

.size980 .g-help-wrap {
    width: 980px;
}

@media screen and (max-width: 1365px) {
    .g-help-wrap {
        width: 980px;
    }
}

.g-help {
    border: 1px solid #e7e7e7;
    overflow: hidden;
    background: #fff;
    zoom: 1;
}

.h-icon {
    background: url(../../images/service/help_sprites.png) no-repeat;
}

.help-side {
    width: 198px;
    border-right: 1px solid #e7e7e7;
    background: #f9f9f9;
    margin-bottom: -9999px;
    padding-bottom: 9999px;
    float: left;
    background: #fff;
}

.help-top {
    width: 100%;
    height: 100px;
    text-align: left;
    line-height: 100px;
    margin-left: 50px;
    color: #333333;
    font-size: 17px;
}

.help-main {
    margin-left: 199px;
    min-height: 770px;
    _height: 770px;
    background: #fff;
    padding: 20px 15px;
    position: relative;
}

.help-nav {
    padding-bottom: 20px;
    margin-top: 22px;
}

.help-nav-item h3 {
    height: 46px;
    line-height: 46px;
    cursor: pointer;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin-top: -1px;
    color: #333333;
    font-size: 12px;
    font-weight: 700;
}

.help-nav-item .h-icon {
    width: 13px;
    height: 13px;
    float: left;
    margin: 16px 20px 0;
    display: inline;
    background-position: -0.5px -0.4px;
}

.help-nav-item h3:hover,
.help-nav-item .h-icon:hover {
    background-position: -0.5px -14px;
    color: #e43a3a
}

.help-main .help-cont {
    padding: 10px 75px;
    overflow: hidden;
    line-height: 2;
    height: 100%;
}

.help-cont .answer-item {
    margin-top: 20px;
    height: 100%;
    margin-bottom: 130px;
}

.help-cont .answer-item h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.help-cont .answer-item p {
    margin-top: 20px;
    line-height: 2;
}

.help-cont .answer-item .hl {
    color: #e43a3a
}

.help-nav-item .qalist {
    display: none;
}

.help-nav-item .qalist li {
    height: 46px;
    overflow: hidden;
    background: url(../../images/service/dotted_bg.png) repeat-x left bottom #fff;
}

.help-nav-item .qalist a {
    line-height: 46px;
    display: block;
    height: 46px;
    padding-left: 51px;
    color: #555;
}

.help-nav-item li.active a,
.help-nav-item li.active a:hover {
    background: #e43a3a;
    padding-left: 51px;
    color: #fff;
    font-weight: bold;
}

.help-nav-item .qalist a:hover {
    color: #e43a3a;
}

.help-nav-item.on .qalist {
    display: block;
}

.help-nav-item.on .h-icon {
    background-position: 0 -28px;
}

.help-nav-item.on .h-icon:hover {
    background-position: 0 -42px;
}

.help-main .help-crumb {
    border-bottom: 1px solid #f5f5f5;
    height: 100px;
}

.help-main .help-crumb input {
    width: 710px;
    height: 40px;
    margin-left: 75px;
    padding-left: 10px;
    color: #333333;
    margin-top: 19px;
    border: 1px solid #e6e6e6;
    float: left;
    line-height: 40px;
}

.help-main .help-crumb input:focus {
    border-color: #999999
}

.help-main .help-crumb .search {
    background: url(../../images/service/search.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
    float: left;
    margin-top: 20px;
    cursor: pointer;
    margin-left: -41px;
}

.search-list {
    background-color: #fff;
    position: absolute;
    top: 81px;
    left: 91px;
    width: 678px;
    border: 1px solid #ccc;
    box-shadow: 0 2px 3px #ccc;
    border-radius: 2px;
    z-index: 999;
}

.search-list ul li a {
    height: 32px;
    line-height: 32px;
    padding: 3px 0;
    display: block;
    width: 100%;
    text-indent: 10px;
    color: #333;
}

.search-list ul li:hover {
    background: #f5f5f5;
}


.help-main .help li {
    padding: 10px 75px;
    overflow: hidden;
    line-height: 2;
}

.help li {
    margin-top: 10px;
}

.help li a img {
    display: inline-block;
    float: left;
}

.help li .li-cont {
    display: inline-block;
    float: left;
    margin-left: 15px;
    margin-top: -7px;
}

.help li h3 {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}

.help li p {
    margin-top: 4px;
    line-height: 2;
}

.help li:hover p {
    color: #e43a3a;
}

.help li .hl {
    color: #e43a3a
}

.not-find {
    padding: 80px 160px;
}

.not-find h3 {
    color: #666666;
    font-size: 20px;
    font-weight: 600;
}

.not-find p {
    color: #666666;
    font-size: 15px;
    margin-top: 50px;
}

.not-find .ts {
    color: #666666;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 32px;
}

.help-main .help-bottom {
    border-top: 1px solid #e7e7e7;
    width: 91%;
    height: 100px;
    padding: 10px 0 10px 90px;
    overflow: hidden;
    line-height: 2;
    position: absolute;
    bottom: 0;
    left: 0;
}

.help-main .help-bottom p span {
    padding: 7px 36px;
    display: block;
    border-radius: 1px;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-top: 20px;
    width: 40px;
    height: 20px;
    cursor: pointer;
}

.help-yes {
    background: #fff;
    border: 1px solid #e43a3a;
    color: #e43a3a;
}

.help-yes:hover {
    background: #F24444;
    color: #fff;
}

.help-no {
    background: #fff;
    border: 1px solid #e43a3a;
    color: #e43a3a;
    margin-left: 22px;
}

.help-no:hover {
    background: #F24444;
    color: #fff;
}

.cause-txt {
    margin-top: 20px;
    color: #666666;
    font-size: 12px;
}

.help-main .help-bottom ul {
    margin-top: 15px;
    margin-left: -60px;
}

.help-main .help-bottom ul li {
    float: left;
    margin-left: 50px;
}

.help-main .help-bottom ul li input {
    margin: 10px;
    vertical-align: middle;
}

.help-main .help-bottom ul li span {
    padding: 7px 36px;
    display: block;
    border-radius: 1px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    background: #e43a3a;
    cursor: pointer;
}

.help-main .help-bottom ul li span:hover {
    background: #F24444;
}