.helpContainer {
    width: 100%;
    background: rgba(255, 255, 255, 1);
}

.helpContent {
    width: 1200px;
    margin: 20px auto 0;
}

.leftClassify {
    width: 200px;
    margin-right: 20px;
    float: left;
}

.leftClassify > p:nth-child(1) {
    font-size: 16px;
    background-color: #3dbb2b;
    color: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;
}

.leftClassify > ul > li,
.leftClassify > ul > a {
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    color: #666;
    border: 1px solid #e6e6e6;
    border-top: none;
}

.leftClassify > ul > a {
    display: block;
}

.leftClassify > ul > li:nth-child(1) {
    font-size: 16px;
    background-color: #f7f7f4;
    color: #333;
}

.leftClassify > ul > li:nth-child(1) > img {
    width: 11px;
    height: 6px;
    margin-right: 10px;
    position: relative;
    top: -2px;
}

.rightClassifyContent {
    width: 960px;
    border: 1px solid #e6e6e6;
    padding-left: 20px;
    float: left;
}

.rightClassifyContent img {
    max-width: 100%;
}

.rightClassifyContent > div:nth-child(1) {
    width: 940px;
    border-bottom: 1px solid #e6e6e6;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    color: #333;
}

.callWeBox {
    width: 199px;
    margin-top: 20px;
    border: 1px solid #e6e6e6;
}

.callWeBox > p {
    width: 180px;
    height: 30px;
    font-size: 12px;
    color: #333;
    line-height: 30px;
    padding-left: 20px;
}

.callWeBox > p:nth-child(1) {
    width: 198px;
    height: 50px;
    font-size: 20px;
    color: #fff;
    background-color: #f68b00;
    padding-left: 0;
    text-align: center;
    line-height: 50px;
}

.callWeBox > p:nth-child(1) > img {
    width: 19px;
    height: 21px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
