.help-top{
    padding-top: 0;
}
.help-main {
    background: #FFFFFF;
    border: 1px solid #E7E7E7;
    border-radius: 2px;
    padding: 0;
    overflow: hidden;
}
.help-main h2.title {
    font-size: 24px;
    color: #333;
    line-height: 28px;
    padding: 20px 60px;
    text-align: left;
    position: relative;
    margin-bottom: 0;
}
.help-main h2.title:after {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    background: rgba(0,0,0,0.2);
    bottom: 0;
    left: 0;
    transform: scaleY(0.5);
}
.ques-left {
    width: 360px;
    float: left;
    border-right: 1px solid #E7E7E7;
    padding: 0;
}
.ques-right {
    width: calc(100% - 359px);
    float: right;
    margin-left: -1px;
    border-left: 1px solid #E7E7E7;
    padding: 60px;
}
.ques-right h2 {
    font-size: 24px;
    color: #333333;
    line-height: 32px;
    margin-bottom: 40px;
}
.ques-right .content,
.ques-right p {
    font-size: 16px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}
.ques-right p a {
    color: #007bff;
}
.ques-right .answer {
    display: none;
    overflow: hidden;
}
.ques-right .red-text {
    color: #007bff;
}
.ques-right img {
    max-width: 100%;
}
.ques-list li {
    padding-right: 25px;
}
.ques-list li span {
    font-size: 18px;
    color: #333333;
    line-height: 28px;
    padding: 15px 0 15px 60px;
    display: block;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
}
/*.ques-list li span:before,*/
/*.ques-list li span:after {*/
    /*content: '';*/
    /*display: block;*/

    /*position: absolute;*/
    /*background: #C6C6C6;*/
    /*overflow: hidden;*/
    /*transition: all 0.3s;*/
/*}*/
/*.ques-list li span:before {*/
    /*width: 10px;*/
    /*height: 2px;*/
    /*top: 50%;*/
    /*margin-top: -1px;*/
    /*left: 26px;*/
/*}*/
/*.ques-list li span:after {*/
    /*width: 2px;*/
    /*height: 10px;*/
    /*top: 50%;*/
    /*margin-top: -5px;*/
    /*left: 30px;*/
/*}*/
.ques-list li span .fa{
    position: absolute;
    left: 25px;
    top:24px;
    font-size: 12px;
    font-weight: normal;
    display: none;

}
.ques-list li span .fa-plus{
    display: inline-block;
}
.ques-list li span .fa-minus{
    display: none;
}
.ques-list li.slidedown {
    background: #F7F8FA;
}
.ques-list li.slidedown span {
    color: #007bff;
}
.ques-list li.slidedown span .fa-minus{
    display: inline-block;
}
.ques-list li.slidedown span .fa-plus{
    display: none;
}
/*.ques-list li.slidedown span:before,*/
/*.ques-list li.slidedown span:after {*/
    /*background: #007bff;*/
    /*transform: rotate(45deg);*/
/*}*/
.answer .container .list {
    overflow: hidden;
    margin-bottom: 20px;
}
.answer .container .list img {
    float: left;
    margin-right: 20px;
}
.ques-link {
    padding-left: 80px;
    padding-bottom: 20px;
    display: none;
    overflow: hidden;
}
.ques-list li.slidedown .ques-link {
    display: block;
}
.ques-link a {
    display: block;
    clear: both;
    font-size: 14px;
    color: #87878A;
    line-height: 24px;
    padding: 5px 0;
    /*transition: all 0.3s;*/
    -webkit-animation: slideInUp 0.3s ease-in-out both;
    animation: slideInUp 0.3s ease-in-out both;
}
.ques-list li.slidedown .ques-link a {
    -webkit-animation: slideInDown 0.3s ease-in-out both;
    animation: slideInDown 0.3s ease-in-out both;
}
.ques-link a.active,
.ques-link a:hover {
    color: #007bff;
}
.ques-right ol {
    list-style: decimal;
    margin-left: 1.5em;
    margin-bottom: 20px;
}
.ques-right ol.cell3 {
    list-style: none;
    margin-left: 0;
}
.ques-right li {
    font-size: 16px;
    color: #666;
    line-height: 24px;
}
.clearfix:after {
    content: "";
    clear: both;
    overflow: hidden;
    height: 0;
    width: 100%;
    display: block;
    zoom: 1;
}
.help-main-nav{
    width: 1200px;
    margin: 0 auto;
}
.help-main-nav .crumbs{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.help-main-nav .crumbs a{
    text-decoration: none;
    font-size: 14px;
    color: #727171;
}
.help-main-nav .crumbs a:hover{
    color: #007bff;
}
.help-main-nav .crumbs span{
    font-size: 14px;
    color: #999;
    padding: 0 8px;
}