@media only screen and (max-width: 1199px) {
	/*---help---*/
	.helpContent {
		width: 90%;
		margin: 10vw auto;
		flex: 1;
	}
	.panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 3.2vw;
	}
	.panel-default-child {
		padding: 3vw 4vw;
	}
	.panel-body {
		border: none;
		background: #F9FCFF;
		padding: 3vw 0;
		box-sizing: border-box;
	}
	.questionLetters {
		font-size: 3.2vw;
		color: #333333;
		position: relative;
		box-sizing: border-box;
		padding: 2vw 4vw;
		cursor: pointer;
	}
	.panel-title {
		margin-top: 0;
		margin-bottom: 0;
		font-size: 3.2vw;
	}
	/*.turnIcon {*/
	/*	width: 2.5vw;*/
	/*	height: 2.5vw;*/
	/*}*/
	a:link, a:visited, a:hover, a:active {
		text-decoration: none;
		/* color: #2a6496; */
	}
	.helpContentLeft {
		width: 100%;
		float: none;
		padding: 0;
	}
	.helpContentRight {
	    width: 100%;
	    margin-top: 5vw;
	    float: none;
	}
	.sloginBox {
	    height: 53.33vw;
	    font-size: 8vw;
	}
	.helpContentLeftBox:hover {
	    background-color: inherit;
	}
}

@media only screen and (max-width: 766px) {
	.sloginBox {
	    font-size: 4.8vw;
	    height: 42.6vw;
	    background: url(../images/help_bg_ph@2x.png) no-repeat center;
		background-size: 100%;
		margin-top: 3.6vw;
	}
	.helpContentLeftBox{
		font-size: 4.2vw;
	    line-height: 7vw;
	    height: 7vw;
	    padding: 0 6vw;
	    margin: 2vw 0;
	}
	.turnIcon {
	    width: 4vw;
	    height: 4vw;

	}
	.panel-title a {
		font-size: 4.2vw;
	    padding: 3vw 3vw;
		display: flex;
	}
	.questionLetters {
	    font-size: 3.4vw;
	    line-height:150%;
	    color: #666666;
	    position: relative;
	    box-sizing: border-box;
	    padding: 0 5.3vw 2.2vw 12vw;
	    cursor: pointer;
		font-weight: 400;
	}
	.helpContentLeftBox.active {
		font-size: 4.2vw;
		font-weight: 400;
		color: rgba(29,128,207,1);
		border-left: 3px solid #1d80cf;
	}
	.panel-body {
		border: none;
		background: #F9FCFF;
		padding: 0 0 3vw 0;
		box-sizing: border-box;
	}
	.helpContent {
		width: 90%;
		margin: 4vw auto;
		flex: 1;
	}
	.tab-help{
		display: none;
	}
	.select-help{
		display: block;
		width:100%;
		height:40px;
		background:rgba(255,255,255,1);
		box-shadow:0px 1px 3px 2px rgba(0,0,0,0.03);
		position: relative;
	}
	.select-help .select-content{
		width: 100%;
		padding-left: 15px;
		border: none;
		line-height: 39px;
		font-size:16px;
		font-weight:400;
		color:rgba(51,51,51,1);
	}
	.help-select-img{
		position: absolute;
		right: 15px;
		top:14px;
		height: 12px;
	}
}