body{
	background: #fff;
}
.w{
    width: 1000px;
    margin: 0 auto;
}
.helpContent {
	width: 1200px;
    margin: 40px auto 60px;
}
.helpContentLeft {
    width: 260px;
    box-sizing: border-box;
    float: left;
    padding: 18px 0;
    background: #fff;
    background:rgba(255,255,255,1);
    box-shadow:0px 1px 5px 4px rgba(0,0,0,0.03);
}
.helpContentRight {
	width:920px;
	float:right;
}
a{
	/* width: 100%; */
	display: inline-block;
}
.panel-title a{
	width:100%;
    font-size:16px;
    font-weight:400;
    color:rgba(29,128,207,1);
}
a:link,a:visited,a:hover,a:active{
	text-decoration: none;
}
a.panel-default-child:hover{
	/*color:#333;*/
}
.panel-heading.spec a.panel-default-child:hover{
	/*color:#fff;*/
}
.panel-default>.panel-heading {
    border: none!important;
    background-color: #fff;
    font-size: 16px;
    color: #333;
    border-radius: 0;
    padding: 0;
}
.panel-default-child {
	padding: 17px 20px;
}
.panel-group .panel+.panel {
    margin-top: 5px;
}
.panel-group .panel {
	border-radius: 0;
    border: none;
}
.panel .panel-default {
	border: none;
}
.panel-default:first-child .panel-heading{
	border-top: none!important;
}
/* .panel-default .panel-heading{
	border-top: 1px solid #f5f5f5!important;
} */
.panel-body {
	border:none;
	/*padding: 20px 0;*/
	box-sizing: border-box;
}
.turnIcon {
    width: 14px;
    height: 14px;
    position: relative;
    vertical-align: top;
    margin-right: 20px;
    top: 2px;
}
.questionLetters {
    color: #333333;
    position: relative;
    box-sizing: border-box;
    padding: 0 40px;
    line-height: 150%;
    cursor: default;

    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.helpContentLeftBox:hover {
	background-color:#fbf8f8;
	border-left: 3px solid #fbf8f8;
}
.helpContentLeftBox  {
	padding: 0 30px;
    box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    color:rgba(102,102,102,1);
    border-left: 3px solid #fff;
    cursor:pointer;
    margin: 6px 0;
    font-size:16px;
    font-weight:400;
}
.helpContentLeftBox.active {
    font-size:16px;
    font-weight:500;
    color:rgba(29,128,207,1);
	border-left: 3px solid #1d80cf;
}
.panel.panel-default {
	border:none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,0.03);
}
.helpContentLeftCorresponding {
	display:none;
}
.helpContentLeftCorresponding.active {
	display:block;
}
.accountYypeMaskContent a {
	width:100%;
}
.sloginBox {
    background-image: url(../images/Mask@2x.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 300px;
    font-size: 50px;
    color: #333;
    letter-spacing: 1px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.panel-default>.panel-heading+.panel-collapse .panel-body {
    background: #fff;
    border: 0;

}
.panel-title a{
    display: flex;
}
.tab-help{
    display: block;
}
.select-help{
    display: none;
}