#serviceBody{
	background-color: #F8F8F8;
}
#serviceLeft ul{
	display: inline-block;
	margin-top: 10%;
}

#serviceLeft{
	text-align: center;
	background-color: #fff;
	width: 20%;
	float: left;
	margin-top: 1%;
	border-radius: 4px;
}
#serviceRight{
	float: left;
	background-color: #fff;
	width: 79%;
	height: 700px;
	margin-left: 1%;
	margin-top: 1%;
	border-radius: 4px;
}
#serviceLeft li.active{
	color:#7d4cbf;
}
#serviceLeft li{
	cursor: pointer;
	margin: 40px;
    font-size: 20px;
    color: #555;
    letter-spacing: 2px;
}
#serviceBtn li,
#downloadBtn li,
#problemBtn li{
	display: inline-block;
	/*margin: 20px 20px;*/
	margin:4% 4% 0% 2%;
	cursor: pointer;
	font-size: 16px;
	color: #333;
}
#serviceBtn li.active,
#downloadBtn li.active,
#problemBtn li.active{
	color:#794dbc;
}
.marginL{
	margin:6% 10% 0 15%;
}
#serviceRight .marginH{
	margin-top: 6%;
}
#customerService h4,#commonProblem h4{
	margin: 6% 0 2% 0;
    color: #555;
}
#customerService .tabP{
	margin: 3% 0 5% 0;
	color: #555;
}
#customerService h5{
	font-size: 16px;
    margin: 1% 0;
} 
#customerService p{
	text-align: justify;
	/*margin: 1% 0;*/
}   
#customerService .adreessP P{
	margin-bottom: 1%;
}
#downloadCenter p,#commonProblem p,#commonProblem h5{
	margin-bottom: 1%;
	    color: #555;
}
#commonProblem h5>a{
    color: #c500ff;
}
#commonProblem input{
	vertical-align: sub;
	height: 32px;
}
#commonProblem span{
	margin-right: 10px;
    color: #555;
}
#commonProblem textarea{
	vertical-align: text-top;
	min-width: 60%;
    min-height: 120px;
}
#commonProblem span:nth-of-type(2){
	margin-left: 28px;
}
#commonProblem h6{
	margin-left: 59%;
	margin-top: 1%;
    color: #999;
}
#commonProblem button{
	width: 226px;
    height: 44px;
    background-color: transparent;
    border: 1px solid #7b4dbc;
    color: #7b4dbc;
    margin-left: 108px;
    /*margin-top: 2%;*/
   font-size: 16px;
}
#commonProblem button:hover{
	border: none;
    background-color: #7b4bdc;
    color: #fff;
}
.table-bordered{
    border-top: 2px solid #ddd;
    color: #555;
}
