@charset 'uft-8';

/* help start */
.help .wrapper {
    padding: 36px 0 72px;
}

.help-menu {
    width: 212px;
    height: 100%;
    background-color: #fafafa;
    /* border-top: solid 1px #eee; */
}

.help-menu li:hover {
    border-left: 2px solid #3270ff;
    background-color: #fff;
    color: #3270ff;
}

.current {
    border-left: 2px solid #3270ff;
    background-color: #fff;
    color: #3270ff;
}

.help-content {
    min-height: 600px;
    background-color: #fff;
    border-left: 1px solid #eee;
}

.help-crumbs {
    width: 100%;
    line-height: 62px;
    /* border-bottom: 1px solid #eee; */
}

.help-content-text {
    min-height: 500px;
    border-bottom: 1px solid #eee;
}

.help-content-text h3 {
    padding: 32px 0;
    font-size: 24px;
    font-weight: 600;
    color: #333;
}

span.help-time {
    color: #999;
}

.paragraph p {
    margin: 18px 0;
    color: 666;
}

.pre-next {
    margin: 50px 0 20px;
}

.pre-next a {
    font-size: 16px;
    color: #666;
}

.pre-next a.pull-right {
    color: #3270ff;
}

.help-hot {
    padding: 38px 0;
}

.help-hot ul {
    margin-top: 20px;
    width: 100%;
    justify-content: baseline;
}

.help-hot ul li {
    display: inline-block;
    width: 35%;
    line-height: 40px;
    font-size: 16px;
}

.help-hot ul li a {
    color: #333;
}
/* help end */