body {
    background: #fafafa;
}
.w{
    height: 200px;
    min-width: 1200px;
}
.w1200 {
    width: 1200px;
    margin: auto;
}

.blue {
    color: #007AE5;
}

/*帮助中心*/
.helpCen {
    margin-top: 160px;
}

/*左*/
.helpCen > .lt {
    width: 213px;
    background: #fff;
    margin-top: 98px;
    padding: 30px 15px;
    box-sizing: border-box;

}

.helpCen > .lt > div {
    position: relative;
}

.helpCen > .lt > div > img {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 2px;
    top: 2px;
    margin-top: 20px;
}
.helpCenLT a:hover{
	color: #777;
}
/*右*/
.helpCen > .rt {
    width: 970px;
    margin-top: -15px;
    position: relative;
}

.helpCen > .rt .font {
    color: rgba(255, 255, 255, 0.8);
    font-family: '微软正黑体';
}

.helpCen > .rt .help_con {
    background: rgba(255, 255, 255, 0.8);
    min-height: 793px;
}

.helpCenLT a {
    display: block;
    margin-top: 20px;
}


.mianB {
    width: 100%;
    height: 52px;
    line-height: 52px;
    padding: 0 20px;
    box-sizing: border-box;
}

.mianB input {
    line-height: 27px;
    width: 220px;
    text-indent: 0.5em;
    border: 1px solid #e6e6e6;
    padding-right: 32px;
}

.mianB .rt a {
    position: absolute;
    width: 26px;
    top: -1px;
    right: 5px;
}

.content {
    padding: 20px;
    background: #fff;
    color: #666666;
    font-size: 13px;
}
.content2{
    margin-left: 0.7em;
}

.content a {
    display: block;
    margin-top: 15px;
}
.clearfix{
    clear: both;
    height: auto;
}
