.help_all {
    margin: 0 auto;
    background: #F7F7F7;
    min-width: 1080px;
}

.help_head {
    min-width: 800px;
    height: 60px;
    box-shadow: 2px 2px 5px #e9e9e9;
    background: #fff;
}

.help_head .head_logo img {
    width: 36px;
    height: 36px;
    padding-top: 8px;
    float: left;
    margin-left: 20px;
}

.help_head .help_center_box span {
    display: inline-block;
    line-height: 60px;
}

.help_head .help_center_box .xiaosai_kankan {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    margin-right: 10px;
	margin-left: 5px;
}

.help_head .help_center_box .help_center {
    font-size: 14px;
    color: #666666;
}

.help_body {
    width: 920px;
    padding-top: 15px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.help_body .help_question ul {
    padding: 25px;
    background-color: #f6f9fe;
    border: #e4e7f3 1px solid;
    border-top: #6565C2 3px solid;
    border-bottom-left-radius: 6px;
}
.help_body .help_question ul li h2{
    height: 28px;
    color: #6565C2;
    font: bold 16px/32px "Microsoft Yahei";
    background: #e4e7f3;
    border-bottom: 2px solid #bdbddf;
    padding-left: 5px;
}
.help_body .help_question ul li h3 {
    margin-left: 20px;
    margin-top: 15px;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    font-family: "Microsoft Yahei";
}
.help_body .help_question ul li .version_tips {
    margin-left: 20px;
    margin-top: 20px;
    color: #444;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

.help_body .help_question ul li .version_tips1 {
    margin-top: 10px;
    margin-left: 20px;
    color: #444;
    font-size: 14px;
    font-family: "Microsoft Yahei";
}

.help_body .help_question ul li .version_tips1 a {
    cursor: pointer;
    padding-left: 3px;
}
.help_body .help_question ul li .circle {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: rgb(41, 116, 182);;
    margin-right: 10px;
}

.help_body .help_question ul li img {
    margin-top: 30px;
    margin-left: 20px;
    width: 800px;
    height: 600px;
}

