		body{
			font-family: "微軟正黑體", Arial;
			font-size: 1.8vh;
			color: #303030;
			line-height: 4vh;
			background-color: #ffda82;
/*			background-image: url(images/bg.jpg);
			background-size: cover;
			background-repeat: no-repeat;*/
			background-position: 50% 0px;
		}
		.top{
			background-image: url(images/top_bg.jpg);
			background-position: 50% 0%;
			background-size: cover;
			text-align: center;
			margin-top: 51px;
		}
		.mt0{
			margin-top: -4px;
		}
		.navbar-default {
			background-color: #000000;
		}

		.navbar-default .navbar-nav > li > a {
			color: #fff;
			font-size: 20px;
		}

		.navbar-default .navbar-nav > li > a:hover {
			background-color: #6157ec;
			color: #fff;
		}

		.dropdown > ul > li > a {
			color: #4e4e4e;
			font-size: 20px;
		}

		.dropdown > ul > li > a:hover {
			background-color: #4e4e4e;
			color: #e8e8e8;
		}

		.navbar-default .navbar-header > a {
			color: #000;
			font-size: 22px;
		}

		.navbar-default .navbar-header > a:hover {
			color: #6157ec;
		}

		.navbar-default .navbar-toggle .icon-bar {
			background-color: #f7ad00;
		}
		
		.copyright{
			font-size: 10px;
			text-align: center;
			color: #646464;
			line-height: 1em;
			margin-top: 20px;
			/*border-top-width: 1px;
			border-top-color: #646464;
			border-top-style: solid;*/
			padding-top: 10px;
		}

		.qa-q {
			margin-bottom: 12px;
			display: flex;
			align-items: baseline;
			font-size: 17px;
		}

		.qa-q-label {
			background: #7b73f4;
			color: #fff;
			padding: 2px 5px;
			border-radius: 4px;
			margin-right: 10px;
			font-weight: 400;
			white-space: nowrap;
			height: 25px;            
			line-height: 20px;     
			display: inline-block;
		}


		.qa-q_1 {
			margin-bottom: 12px;
			display: flex;
			align-items: baseline;
			font-size: 17px;
		}


		.qa-q-label_1{
			background: #edb32b;
			color: #fff;
			padding: 2px 5px;
			border-radius: 4px;
			margin-right: 10px;
			font-weight: 400;
			white-space: nowrap;
			height: 25px;            
			line-height: 20px;     
			display: inline-block;
		}

		.faq-section {
			padding-left: 16px;
			padding-right: 16px;
		}

		@media (max-width: 768px) {
			.qa-q,
			.qa-q_1 {
				font-size: 16px;
				line-height: 1.6;
			}
		}




