/*
 * 程式版本異動記錄
 * =======================
 * 2021/08/26：SR210800050
 *
 */
.clearfix, .page-index .news .boby-class {
	zoom: 1;
}

.clearfix:before, .page-index .news .boby-class:before {
	content: "";
	display: table;
}

.clearfix:after, .page-index .news .boby-class:after {
	content: "";
	display: table;
	clear: both;
}

/*
 * Retina Backgrounds for Compass
 * by:              Gaya Kessler
 * last update:     03/11/14
 *
 * Usage:
 * 1. create background image for pixel ratio 1 screens and put it somewhere in your images folder.
 * 2. create background image for pixel ratio 2 screens and put it somewhere in your images folder.
 * 3. include the background-image property in your Sass/Scss using: '@include background-retina(<ratio-1-imagefile>, <ratio-2-imagefile>)'
 */
.page-index {
	background: var(--bg-white);
}

.page-index h1 {
	font-weight: normal;
}

.page-index .title-desc {
	margin-left: 10px;
	color: var(--text-aux);
}

.page-index .main-banner {
	background: var(--bg-white);
}

.page-index .main-banner .main-banner-owl-carousel {
	overflow: hidden;
}

.page-index .main-banner .owl-carousel {
	display: block;
	position: relative;
}

.page-index .main-banner .owl-carousel .owl-stage-outer {
	height: 400px;
}

.page-index .main-banner .owl-dots {
	width: 100%;
	position: absolute;
	top: 80%;
}

.page-index .main-banner .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border: 1px solid var(--color-primary);
	background: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box;
}

.page-index .main-banner .owl-dots .owl-dot:hover span {
	background: none;
}

.page-index .main-banner .owl-dots .owl-dot.active span {
	width: 30px;
	height: 8px;
	border: 1px solid var(--color-secondary);
	background: var(--color-secondary);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box;
}

.page-index .search-hot-tags {
	position: relative;
	background: var(--bg-white);
}

.page-index .search-hot-tags .search-wrap {
	width: 520px;
	margin: 0 auto;
	position: relative;
	top: -20px;
	z-index: 900;
}

.page-index .search-hot-tags .search-group {
	margin-bottom: 10px;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.page-index .search-hot-tags .search-input {
	border: none;
	font-size: 16px;
}

.page-index .search-hot-tags .btn-search {
	display: block;
	height: 51px;
	width: 52px;
	border: none;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-border-radius: 0 4px 4px 0;
	-moz-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
	background-image: url('../img/index/magnifier.png?1490329048');
	background-repeat: no-repeat;
	background-position: center;
	background-color: var(--color-primary);
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution : 2dppx) {
	.page-index .search-hot-tags .btn-search {
		background-image: url('../img/index/magnifier@2x.png?1490329048');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 24px 28px;
	}
}

.page-index .search-hot-tags .form-control {
	height: 51px;
	width: 100%;
}

.page-index .search-hot-tags .hot-tags {
	font-size: 13px;
	text-align: center;
}

.page-index .search-hot-tags .hot-tags>a {
	padding: 10px 0;
	margin-right: 15px;
	width: auto;
	display: inline-block;
}

.page-index .search-hot-tags .hot-tags>a:last-child {
	margin-right: 0;
}

.page-index .link-block {
	padding: 0 0 20px 0;
	text-align: center;
	background: var(--bg-white);
	-webkit-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 4px -4px rgba(0, 0, 0, 0.1);
}

.page-index .link-block .head {
	margin-bottom: 20px;
}

.page-index .link-block .item {
	padding: 15px 32px 10px;
}

.page-index .link-block .item:hover {
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.page-index .link-block a:hover {
	text-decoration: none;
}

.page-index .link-block .icon {
	min-height: 90px;
}

.page-index .link-block p {
	margin-bottom: 0;
}

.page-index .news {
	padding: 50px 0;
	background: var(--bg-muted);
}

.page-index .news .head {
	margin-bottom: 20px;
}

.page-index .news .news-banner-owl-carousel {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.page-index .news .news-banner-owl-carousel .owl-dots {
	width: 100%;
	text-align: right;
	position: absolute;
	right: 20px;
	bottom: 5px;
	z-index: 900;
}

.page-index .news .news-banner-owl-carousel .owl-dots .owl-dot span {
	width: 8px;
	height: 8px;
	border: 1px solid var(--bg-white);
	background: none;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box;
}

.page-index .news .news-banner-owl-carousel .owl-dots .owl-dot:hover span {
	background: none;
}

.page-index .news .news-banner-owl-carousel .owl-dots .owl-dot.active span {
	background: var(--bg-white);
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box;
}

.page-index .news .image-caption {
	height: 96px;
	width: 100%;
	margin: 0;
	padding: 0 10px;
	text-align: left;
	color: var(--bg-white);
	position: absolute;
	bottom: 0;
	z-index: 900;
	background-image:
		url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuMCIgeTE9IjAuNSIgeDI9IjEuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2MDEyYyIgc3RvcC1vcGFjaXR5PSIwLjkiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMTY1MWEiIHN0b3Atb3BhY2l0eT0iMC45Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background-size: 100%;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, rgba(230, 41, 120, 0.9)), color-stop(100%, rgba(0, 161, 155, 0.9)));
	background-image: -moz-linear-gradient(left, rgba(230, 41, 120, 0.9), rgba(0, 161, 155, 0.9));
	background-image: -webkit-linear-gradient(left, rgba(230, 41, 120, 0.9), rgba(0, 161, 155, 0.9));
	background-image: linear-gradient(to right, rgba(230, 41, 120, 0.9), rgba(0, 161, 155, 0.9));
}

.page-index .news .image-caption h4, .page-index .news .image-caption p {
	color: var(--bg-white);
	font-weight: 600;
}

.page-index .news .image-caption h4 {
	margin: 10px 5px 5px 5px;
	font-size: 30px;
}

.page-index .news .image-caption p {
	margin-bottom: 0;
	font-size: 20px;
}

.page-index .news .boby-class {
	margin-top: 0;
	padding: 15px 20px 15px 30px;
	background: var(--bg-white);
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.1);
}

.page-index .news .boby-class a {
	display: block;
}

.page-index .news .boby-class i {
	margin-right: 20px;
}

.page-index .news .boby-class small {
	color: var(--text-aux);
}

.page-index .news .event-link {
	padding: 20px 10px 15px 0;
	color: var(--color-secondary);
	font-size: 15px;
	border-top: 1px solid var(--color-secondary);
	border-bottom: 1px solid var(--color-secondary);
}

.page-index .news .event-link:hover .orange-circle {
	background: var(--color-primary-700);
}

.page-index .news .event-link a {
	color: var(--color-secondary);
	display: block;
}

.page-index .news .event-link a:hover {
	text-decoration: none;
}

.page-index .news .event-link a span {
	width: calc(100% - 40px);
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.page-index .news .event-link a .orange-circle {
	background: var(--color-primary);
	width: 24px;
	height: 24px;
	text-align: center;
	vertical-align: middle;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-clip: padding-box;
}

.page-index .news .news-list {
	margin-top: 10px;
}

.page-index .news .news-list .item {
	border-bottom: 1px solid var(--bg-white);
}

.page-index .news .news-list .item a {
	padding: 20px 0;
	display: block;
}

.page-index .news .news-list .item a:hover {
	text-decoration: none;
}

.page-index .news .news-list .item .title {
	margin-bottom: 5px;
	color: var(--text-aux);
	font-size: 13px;
}

.page-index .news .news-list .item .title .update {
	margin-right: 5px;
}

.page-index .news .news-list .item .title .category {
	margin-left: 5px;
}

.page-index .news .news-list .item .wording {
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: box;
	line-clamp: 3;
	box-orient: vertical;
	font-size: 15px;
	color: var(--text-body);
	line-height: 22px;
}

.page-index .news .news-list .item:last-child {
	border-bottom: 0;
}

.page-index .insurance-products {
	padding: 40px 0 120px;
	/* background: url("../img/index/insurance-products-bg.jpg") no-repeat; */
	background-size: cover;
}

.page-index .insurance-products .active-1 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-2 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-3 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-4 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-5 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-6 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-7 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-8 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .active-9 {
	background: url("../img/index/insurance-products-bg.jpg") no-repeat;
}

.page-index .insurance-products .head {
	margin-bottom: 20px;
}

.page-index .insurance-products .head h1 {
	display: inline;
}

.page-index .insurance-products .head h1, .page-index .insurance-products .head small {
	color: var(--bg-white);
}

.page-index .insurance-products .head small {
	font-size: 15px;
}

.page-index .insurance-products .box-wrap {
	display: table;
	margin: 10px 0;
	position: relative;
}

.page-index .insurance-products .box-wrap a {
	display: table;
}

.page-index .insurance-products .box-wrap a:hover, .page-index .insurance-products .box-wrap a:focus {
	text-decoration: none;
}

.page-index .insurance-products .box-wrap a:hover p, .page-index .insurance-products .box-wrap a:focus p {
	text-decoration: none;
}

.page-index .insurance-products .insurance-box {
	width: 100%;
	height: 200px;
	font-size: 18px;
	display: table-cell;
	z-index: 2;
	vertical-align: middle;
	text-align: center;
	background: rgba(244, 248, 250, 0.8);
}

.page-index .insurance-products .insurance-box .icon {
	min-height: 65px;
}

.page-index .insurance-products .insurance-box p {
	margin-bottom: 0;
	color: var(--text-body);
	font-size: 18px;
}

.page-index .insurance-products .insurance-card {
	width: calc(160% - 30px);
	/* height: calc(160% + 60px); */
	padding: 40px 30px;
	position: absolute;
	z-index: 1;
	display: none;
	color: var(--bg-white);
	background: rgba(242, 82, 144, 0.8);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	-webkit-transition-timing-function: ease;
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.5);
}

.page-index .insurance-products .insurance-card .desc {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}

.page-index .insurance-products .insurance-card .wording {
	display: block;
	padding-bottom: 20px;
}

.page-index .insurance-products .insurance-card .wording h2, .page-index .insurance-products .insurance-card .wording p {
	color: var(--bg-white);
}

.page-index .insurance-products .insurance-card .wording p {
	font-size: 16px;
	line-height: 26px;
}

.page-index .insurance-products .insurance-card .wording .head {
	margin-bottom: 20px;
}

.page-index .insurance-products .insurance-card .wording .name {
	line-height: 34px;
}

.page-index .insurance-products .insurance-card .wording .btn {
	margin-top: -8px;
	margin-left: 20px;
}

.page-index .insurance-products .insurance-card .linking {
	display: block;
	padding-top: 30px;
}

.page-index .insurance-products .insurance-card .linking p {
	color: var(--bg-white);
}

.page-index .insurance-products .insurance-card .linking .link {
	width: 48%;
	height: 36px;
	margin-right: 2%;
	overflow: hidden;
	display: inline-block;
	white-space: normal;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid var(--bg-white);
}

.page-index .insurance-products .insurance-card .linking .link:last-child {
	margin-right: 0;
}

.page-index .insurance-products .insurance-card .linking .link a {
	padding: 0 10px;
	display: block;
	font-size: 16px;
	line-height: 32px;
	color: var(--bg-white);
}

.page-index .insurance-products .insurance-card .linking .link a span {
	margin-right: 5px;
	font-size: 20px;
}

.page-index .insurance-products .insurance-card .linking .link a:hover {
	text-decoration: none;
}

.page-index .insurance-products .insurance-card.active {
	width: calc(160% - 30px);
	/* height: calc(170% + 60px); */
	padding: 40px 30px;
	z-index: 20;
}

.page-index .insurance-products .card-1 {
	top: 0;
	left: 15px;
}

.page-index .insurance-products .card-3 {
	top: 0;
	right: 15px;
}

.page-index .insurance-products .card-2 {
	top: 0;
	left: -25%;
}

.page-index .insurance-products .card-4 {
	top: -35%;
	left: 15px;
}

.page-index .insurance-products .card-5 {
	top: -35%;
	left: -25%;
}

.page-index .insurance-products .card-6 {
	top: -35%;
	right: 15px;
}

.page-index .insurance-products .card-7 {
	bottom: 0;
	left: 15px;
}

.page-index .insurance-products .card-8 {
	bottom: 0;
	left: -25%;
}

.page-index .insurance-products .card-9 {
	bottom: 0;
	right: 15px;
}

.page-index .investment {
	padding: 40px 0 80px;
	background: var(--bg-white);
}

.page-index .investment .head {
	margin-bottom: 40px;
}

.page-index .investment .head h1 {
	display: inline;
}

.page-index .investment .head small {
	font-size: 15px;
}

.page-index .investment .item {
	padding: 0 20px;
	text-align: center;
	border-right: 1px solid var(--border-light);
}

.page-index .investment .item:last-child {
	border-right: 0;
}

.page-index .investment .item .wording {
	padding-left: 0;
}

.page-index .investment .item .wording h3 {
	color: var(--color-primary);
}

.page-index .investment .item .wording p {
	font-size: 16px;
}

.page-index .investment a:hover {
	text-decoration: none;
}

.page-index .investment .icon {
	min-height: 90px;
}

.page-index.search-result .page-banner {
	height: 250px;
	padding: 56px 0 60px 60px;
	background-image: url('../img/index/page-banner.jpg?1499847882');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover !important;
	background-position: center;
}

@media ( -webkit-min-device-pixel-ratio : 2) , ( min-resolution : 2dppx) {
	.page-index.search-result .page-banner {
		background-image: url('../img/index/page-banner@2x.jpg?1499847950');
		background-repeat: no-repeat;
		background-position: center;
		background-size: 1280px 312px;
	}
}

.page-index.search-result .page-content {
	background: var(--bg-white);
}

.page-index.search-result .page-content .search-hot-tags {
	margin: 0 15px;
	margin-bottom: 30px;
}

.page-index.search-result .page-content .search-hot-tags .search-wrap {
	width: 100%;
	top: 0;
}

.page-index.search-result .page-content .search-hot-tags .search-group {
	border: 1px solid var(--border-default);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-clip: padding-box;
	-webkit-box-shadow: 0px 0px 0px 0 transparent;
	-moz-box-shadow: 0px 0px 0px 0 transparent;
	box-shadow: 0px 0px 0px 0 transparent;
}

.page-index.search-result .page-content .search-hot-tags .form-control {
	height: 50px;
	margin-bottom: 0;
}

.page-index.search-result .page-content .main-content .list-wrap {
	margin: 20px 0;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item {
	border-bottom: 1px solid var(--border-default);
}

.page-index.search-result .page-content .main-content .list-wrap .list-item a {
	padding: 20px 0;
	display: block;
	text-decoration: none;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item a:hover h4, .page-index.search-result .page-content .main-content .list-wrap .list-item a:focus h4 {
	color: var(--color-primary);
	text-decoration: underline;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item a:hover p, .page-index.search-result .page-content .main-content .list-wrap .list-item a:focus p {
	text-decoration: none;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item a p {
	margin-bottom: 0;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item a i {
	margin-left: 5px;
}

.page-index.search-result .page-content .main-content .list-wrap .list-item:last-child {
	border-bottom: 0;
}

.ui-autocomplete {
	width: 30%;
	margin: 0 0 0 25%;
	padding: 0;
	max-height: 320px;
	overflow-y: scroll;
	list-style: none;
	background: var(--bg-white);
	z-index: 900;
	-webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
}

.ui-autocomplete li {
	padding: 10px 15px;
}

.ui-autocomplete li:hover, .ui-autocomplete li:focus {
	font-weight: 500;
	background: var(--bg-brand);
}

@media ( max-width : 992px) {
	.page-index .news .event-link {
		border-top: 0;
	}
	.page-index .news .news-list .item .wording {
		height: 22px;
		-webkit-line-clamp: 1;
	}
	.page-index .insurance-products .insurance-card, .page-index .insurance-products .insurance-card.active {
		width: calc(230% - 30px);
	}
	.page-index .insurance-products .card-1 {
		top: 0;
		left: 15px;
	}
	.page-index .insurance-products .card-3 {
		top: 0;
		right: 15px;
	}
	.page-index .insurance-products .card-2 {
		top: 0;
		left: -55%;
	}
	.page-index .insurance-products .card-4 {
		top: -35%;
		left: 15px;
	}
	.page-index .insurance-products .card-5 {
		top: -35%;
		left: -55%;
	}
	.page-index .insurance-products .card-6 {
		top: -35%;
		right: 15px;
	}
	.page-index .insurance-products .card-7 {
		bottom: 0;
		left: 0;
	}
	.page-index .insurance-products .card-8 {
		bottom: 0;
		left: -55%;
	}
	.page-index .insurance-products .card-9 {
		bottom: 0;
		right: 15px;
	}
	.page-index .investment .item {
		padding: 20px 0;
		border-right: 0;
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .investment .item:last-child {
		border-bottom: 0;
	}
	.page-index .investment .wording {
		text-align: left;
	}
	.page-index .investment .icon {
		min-height: auto;
	}
	.page-index .investment .arrow-m {
		min-height: auto;
	}
	.page-index .investment .arrow-m i {
		margin-top: 30px;
	}
}

@media ( max-width : 768px) {
	.page-index h1 {
		font-size: 16px;
		line-height: 46px;
	}
	.page-index .main-banner .owl-carousel {
		padding-bottom: 75%;
	}
	.page-index .main-banner .owl-stage-outer {
		position: absolute;
	}
	.page-index .main-banner .owl-dots {
		position: absolute;
		top: 90%;
	}
	.page-index .link-block {
		padding-bottom: 0;
	}
	.page-index .link-block .item {
		padding: 30px 10px 20px 10px;
		min-height: 205px;
		-webkit-box-shadow: 0px 0px 0px 0px transparent;
		-moz-box-shadow: 0px 0px 0px 0px transparent;
		box-shadow: 0px 0px 0px 0px transparent;
	}
	.page-index .link-block .item:nth-child(1) {
		border-right: 1px solid var(--border-default);
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .link-block .item:nth-child(2) {
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .link-block .item:nth-child(3) {
		border-right: 1px solid var(--border-default);
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .link-block .item:nth-child(4) {
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .link-block .item .icon {
		min-height: 60px;
	}
	.page-index .link-block .item h3 {
		font-size: 16px;
	}
	.page-index .link-block .item p {
		margin-bottom: 0;
		font-size: 13px;
	}
	.page-index .news {
		padding: 30px 0;
		border-bottom: 1px solid var(--bg-muted);
	}
	.page-index .news .news-banner-owl-carousel {
		margin-bottom: 10px;
	}
	.page-index .news .news-banner-owl-carousel .owl-item-wrap {
		margin: 0 10px;
	}
	.page-index .news .news-banner-owl-carousel .owl-dots {
		display: none;
	}
	.page-index .news .head {
		margin-bottom: 10px;
	}
	.page-index .news .left-section {
		padding-bottom: 20px;
		margin-bottom: 20px;
		border-bottom: 1px solid var(--border-default);
	}
	.page-index .news .boby-class {
		padding: 15px;
		margin: 0 10px;
	}
	.page-index .news .boby-class p {
		font-size: 13px;
	}
	.page-index .news .event-link {
		padding-left: 0;
		border-top: 0;
	}
	.page-index .news .image-caption {
		height: auto;
		width: calc(100% - 20px);
		margin: 0 10px;
		padding: 5px 10px;
		position: relative;
		text-align: left;
	}
	.page-index .news .image-caption h4 {
		margin: 5px;
		font-size: 18px;
		line-height: 1.2;
	}
	.page-index .news .image-caption p {
		margin-bottom: 0;
		font-size: 13px;
	}
	.page-index .news .news-list .item .wording {
		font-size: 13px;
		height: 44px;
		-webkit-line-clamp: 2;
	}
	.page-index .insurance-products {
		padding: 30px 0;
		background: var(--bg-white);
	}
	.page-index .insurance-products .head h1 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 40px;
		display: inline-block;
		color: var(--text-body);
		border-bottom: 2px solid var(--color-secondary);
	}
	.page-index .insurance-products .head small {
		margin-left: 0;
		color: var(--text-aux);
		display: block;
	}
	.page-index .insurance-products .box-wrap {
		padding: 0;
		margin: 0;
		border: 1px solid var(--border-default);
	}
	.page-index .insurance-products .box-wrap:nth-child(3n+1) {
		border-left: 0;
		border-right: 0;
	}
	.page-index .insurance-products .box-wrap:nth-child(4n-1) {
		border-left: 0;
		border-right: 0;
	}
	.page-index .insurance-products .box-wrap:nth-child(4), .page-index .insurance-products .box-wrap:nth-child(5), .page-index .insurance-products .box-wrap:nth-child(6), .page-index .insurance-products .box-wrap:nth-child(7),
		.page-index .insurance-products .box-wrap:nth-child(8), .page-index .insurance-products .box-wrap:nth-child(9) {
		border-top: 0;
	}
	.page-index .insurance-products .box-wrap:nth-child(6), .page-index .insurance-products .box-wrap:nth-child(9) {
		border-left: 0;
		border-right: 0;
	}
	.page-index .insurance-products .box-wrap a {
		display: table;
	}
	.page-index .insurance-products .box-wrap a:hover, .page-index .insurance-products .box-wrap a:focus {
		text-decoration: none;
	}
	.page-index .insurance-products .box-wrap a:hover p, .page-index .insurance-products .box-wrap a:focus p {
		text-decoration: none;
	}
	.page-index .insurance-products .insurance-box {
		height: 140px;
	}
	.page-index .insurance-products .insurance-box .icon {
		min-height: 50px;
	}
	.page-index .insurance-products .insurance-box p {
		font-size: 13px;
	}
	.page-index .investment {
		padding: 0 0 30px 0;
	}
	.page-index .investment .head {
		margin-bottom: 20px;
	}
	.page-index .investment .head h1 {
		margin-bottom: 20px;
		font-size: 16px;
		line-height: 40px;
		display: inline-block;
		color: var(--text-body);
		border-bottom: 2px solid var(--color-secondary);
	}
	.page-index .investment .head small {
		margin-left: 0;
		color: var(--text-aux);
		font-size: 15px;
		display: block;
	}
	.page-index .investment .item {
		padding: 20px 0 10px 0;
	}
	.page-index .investment .item .icon {
		margin-top: 15px;
	}
	.page-index .investment .item .wording h3 {
		color: var(--text-body);
		font-size: 15px;
	}
	.page-index .investment .item .wording p {
		margin-bottom: 0;
		color: var(--text-aux);
		font-size: 13px;
	}
	.ui-autocomplete {
		width: calc(100vw) !important;
		margin: 0;
		padding: 15px 0 0 0;
		left: 0 !important;
		list-style: none;
		background: var(--bg-white);
		z-index: 900;
		-webkit-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0px 2px 10px 0 rgba(0, 0, 0, 0.3);
	}
	.ui-autocomplete li {
		padding: 10px 15px;
	}
	.ui-autocomplete li:hover, .ui-autocomplete li:focus {
		font-weight: 500;
		background: var(--bg-brand);
	}
}
/* ----------- iPhone 5 and 5S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad mini ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
	.page-index .main-banner .owl-carousel {
		padding-bottom: 33%;
	}
}
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
	.page-index .main-banner .owl-carousel {
		padding-bottom: 0;
	}
}
/* ----------- iPad pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.page-index .main-banner .owl-carousel {
		padding-bottom: 0;
	}
}
/* Portrait */
/* Landscape */
/* ----------- Apple Watch ----------- */