/* 分頁 */
.showPage{
	margin:0 auto;
	text-align: center;
	/* min-height:100px; */
}
.showPage > #page p{margin:0}
.showPage > #page{
	display: inline-block;
  /* height:60px; */
	margin-top:30px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}
.showPage > #page a{
  display:block;
  float:left;
  margin-right:10px;
  padding:2px 12px;
  height:35px;
  text-decoration:none;
  line-height:35px;
}
.showPage > #page a:hover{
  color: #227c97;
  border:1px solid #227c97;
}
.showPage > #page a.cur{
  background: #f8f8f8;
  color: blue;
  border: 1px solid #f8f8f8;
}
.showPage > #page p{
  float:left;
  padding:2px 12px;
  height:35px;
  line-height:35px;
  margin-right:8px;
}
.showPage_enterprise > #page a{
	background: #f8f8f8;
	color: black;
	border: 1px solid #f8f8f8;
}
.showPage_enterprise > #page p{
  background: #f8f8f8;
  color: black;
  border: 1px solid #f8f8f8;
}
.showPage > #page p.pageRemark{
  border-style:none;
  background:none;
  margin-right:0px;
  padding:4px 0px;
  color:#666;
}
.showPage > #page p.pageRemark b{
  color:red;
}
.showPage > #page p.pageEllipsis{
  border-style:none;
  background:none;
  padding:4px 0px;
  color:#808080;
}


.marquee {
  cursor: pointer;
}
.mb-250px {
  margin-bottom: 250px;
}
@media (max-width: 1025px){
}
@media (max-width: 769px) {
  .mb-250px {
    margin-bottom: 100px;
  }
}
@media (max-width: 430px) {
  .mb-250px {
    margin-bottom: 10px;
  }
}
.yellow-title2 {
  line-height: 28px;
}
.qa-title__inner {
  padding-top: 35%;
}
#qa #FAQAccordion {
	min-height: 500px;
}

/* 首頁 checkbox */
.container4 {
  display: block;
  position: relative;
  padding-left: 40px;
  cursor: pointer;
  font-size: 18px;
  user-select: none;
}
/* Hide the browser's default checkbox */
.container4 input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 3px;
  left: 5px;
  height: 25px;
  width: 25px;
  background-color: #fff;
  border: 3px solid #ea5514;
}
/* On mouse-over, add a grey background color */
.container4:hover input ~ .checkmark {
  background-color: #ccc;
}
/* When the checkbox is checked, add a blue background 2196F3*/
.container4 input:checked ~ .checkmark {
  background-color: #fff;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the checkmark when checked */
.container4 input:checked ~ .checkmark:after {
  display: block;
}
/* Style the checkmark/indicator */
.container4 .checkmark:after {
  left: 7px;
  top: 4px;
  width: 6px;
  height: 10px;
  border: solid #ea5514;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-body h2 {
  color: #212529;
}