.common__scale {
	overflow: hidden
}

.common__scale img {
	overflow: hidden;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.common__scale:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.common__shadow {
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.common__shadow--light {
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(50, 100, 191, .3)
}

.common__shadow--light.small {
	box-shadow: 0 1px 3px rgba(50, 100, 191, .3)
}

.common__shadow--dark {
	border-radius: 2px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.common__shadow--dark.small {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.common__shadow--light-h {
	border-radius: 2px;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.common__shadow--light-h:hover {
	box-shadow: 0 3px 6px rgba(50, 100, 191, .3)
}

.common__shadow--light-h.small:hover {
	box-shadow: 0 1px 3px rgba(50, 100, 191, .3)
}

.common__shadow--dark-h {
	border-radius: 2px;
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.common__shadow--dark-h:hover {
	box-shadow: 0 3px 6px rgba(0, 0, 0, .3)
}

.common__shadow--dark-h.small:hover {
	box-shadow: 0 1px 3px rgba(0, 0, 0, .3)
}

.common__img-16-9 {
	width: 100%;
	position: relative
}

.common__img-16-9:after {
	display: block;
	content: "";
	padding-top: 56.25%
}

.common__img-16-9 img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

@media screen and (max-width:1760px) {
	.ad__couplet {
		display: none
	}
}

@font-face {
	font-family: nasalization;
	src: url("https://tech.tgbus.com/static/fonts/nasalization-rg.ttf")
}

@font-face {
	font-family: Play-Bold;
	src: url("https://tech.tgbus.com/static/fonts/Play-Bold.ttf")
}

@font-face {
	font-family: Play-Regular;
	src: url("https://tech.tgbus.com/static/fonts/Play-Regular.ttf")
}

.host-header {
	width: 100%;
	min-width: 1230px;
	height: 93px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

[data-host=android] .host-header {
	box-shadow: 0 3px 5px rgba(0, 0, 0, .05);
	background: #fff
}

[data-host=ios] .host-header {
	border-bottom: 1px solid #707070;
	background-color: #2d2d2d
}

[data-host=tech] .host-header {
	border-bottom: 1px solid #3b376f;
	background: #05004b
}

.host-header__container {
	width: 1230px;
	margin: 0 auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	height: 93px;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

.host-header__collection {
	width: 1230px
}

.host-header__logo {
	background-size: cover;
	background-repeat: no-repeat
}

[data-host=android] .host-header__logo {
	width: 150px;
	height: 57px;
	background-image: url("../image/android-logo1.png")
}

[data-host=ios] .host-header__logo {
	width: 241px;
	height: 47px;
	background-image: url("../image/iphone-logo.png")
}

[data-host=tech] .host-header__logo {
	width: 162px;
	height: 44px;
	background-image: url("../image/hi-logo1.png")
}

.host-header__logo a {
	display: block;
	width: 100%;
	height: 100%
}

.host-header__nav {
	margin-left: 14px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.host-header__nav a {
	display: block;
	padding: 26px;
	font-size: 16px;
	padding: 18px
}

[data-host=android] .host-header__nav a {
	color: #333
}

[data-host=ios] .host-header__nav a,
[data-host=tech] .host-header__nav a {
	color: #fff
}

.host-header__nav .otherChannel {
	cursor: pointer
}

[data-host=android] .host-header__nav .otherChannel a {
	color: #333
}

[data-host=ios] .host-header__nav .otherChannel a {
	color: gray
}

[data-host=tech] .host-header__nav .otherChannel a {
	color: #5477c8
}

.host-header__nav .otherChannel a i {
	font-size: 12px
}

.host-header__handle {
	position: absolute;
	right: 0
}

.host-header__handle span {
	font-size: 16px;
	line-height: 30px;
	margin: 18px;
	position: relative;
	cursor: pointer
}

[data-host=android] .host-header__handle span {
	color: #333
}

[data-host=ios] .host-header__handle span {
	color: gray
}

[data-host=tech] .host-header__handle span {
	color: #5477c8
}

.host-header__handle span:last-child {
	margin-right: 0
}

.host-header__handle span:after {
	content: "/";
	position: absolute;
	right: -18px;
	top: -6px
}

.host-header__handle span:last-child:after {
	content: ""
}

.host-header__handle span.search i {
	font-size: 18px
}

.host-header__handle span.user {
	padding: 28px 0;
	margin: 0 18px;
	position: relative
}

.host-header__handle span.user:hover .userInfo {
	display: block
}

.host-header__handle span.user b {
	margin-right: 68px;
	font-weight: 400
}

.host-header__handle span.user em {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 10px
}

.host-header__handle span.user em img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.host-header__handle span.user .userInfo {
	display: none;
	width: 150px;
	height: 108px;
	background: #fff;
	border: 1px solid #f0f0f0;
	border-radius: 0 0 4px 4px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 72px;
	z-index: 12
}

.host-header__handle span.user .userInfo p {
	width: 150px;
	height: 51px;
	font-size: 14px;
	text-align: center;
	line-height: 51px;
	color: #333
}

.host-header__handle span.user .userInfo p:hover {
	background: #f0f0f0
}

.host-header__search-main {
	margin-left: 35px
}

.host-header__search-main i {
	cursor: pointer
}

[data-host=android] .host-header__search-main i {
	color: gray
}

[data-host=ios] .host-header__search-main i,
[data-host=tech] .host-header__search-main i {
	color: #fff
}

.host-header__search-main i.search-icon {
	font-size: 20px
}

.host-header__search-main input {
	width: 800px;
	height: 26px;
	line-height: 26px;
	margin: 0 36px;
	font-size: 16px;
	background: transparent;
	border: none;
	outline: none
}

[data-host=android] .host-header__search-main input {
	color: gray
}

[data-host=ios] .host-header__search-main input,
[data-host=tech] .host-header__search-main input {
	color: #d9d9d9
}

.host-header__nav-content {
	position: absolute;
	top: 93px;
	left: 0;
	right: 0;
	height: 150px;
	width: 100%;
	z-index: 10;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-ms-flex-align: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center
}

[data-host=android] .host-header__nav-content {
	top: 94px;
	min-width: 1230px;
	background-color: #fff
}

[data-host=ios] .host-header__nav-content {
	min-width: 1230px;
	background-color: #3a3a3a
}

[data-host=tech] .host-header__nav-content {
	min-width: 1230px;
	background-color: #05004b
}

[data-host=android] .host-header__nav-content {
	box-shadow: 0 3px 15px 0 rgba(0, 0, 0, .05)
}

[data-host=ios] .host-header__nav-content,
[data-host=tech] .host-header__nav-content {
	box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2)
}

.host-header__nav-content a {
	display: inline-block;
	position: relative;
	width: 100px;
	height: 100px;
	border-radius: 5px;
	-webkit-transition: all .25s;
	transition: all .25s
}

[data-host=android] .host-header__nav-content a,
[data-host=ios] .host-header__nav-content a {
	background: hsla(0, 0%, 98%, .5)
}

[data-host=tech] .host-header__nav-content a {
	background: hsla(0, 0%, 98%, .79)
}

.host-header__nav-content a img {
	width: auto;
	object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding-bottom: 27px
}

.host-header__nav-content a p {
	position: absolute;
	bottom: 8px;
	width: 100%;
	height: 19px;
	line-height: 19px;
	left: 50%;
	font-size: 14px;
	color: #333;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.host-header__nav-content a:hover {
	background-color: rgba(45, 45, 45, .5)
}

.host-header__nav-content a:hover img {
	-webkit-filter: brightness(200%) contrast(100%);
	filter: brightness(200%) contrast(100%)
}

.host-header__nav-content a:hover p {
	color: #fff
}

.host-header__nav-content a:active {
	background-color: rgba(45, 45, 45, .5)
}

.host-header__nav-content a:not(:last-child) {
	margin-right: 16px
}

.host-header__nav-content .animation-nav-content {
	-webkit-animation-name: Navbar-dropdown-drop-in-delayed;
	animation-name: Navbar-dropdown-drop-in-delayed;
	-webkit-animation-duration: .2s;
	animation-duration: .2s;
	-webkit-animation-fill-mode: backwards;
	animation-fill-mode: backwards;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	margin-left: 0
}

.tb-footer {
	width: 100%;
	background: #fff
}

.tb-footer__main {
	margin: 0 auto;
	text-align: right;
	position: relative;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 1200px
}

.tb-footer__split-line {
	width: 100%;
	margin-top: 40px;
	height: 4px;
	background-color: #dbe1ee
}

.tb-footer__logo {
	position: absolute;
	left: 0;
	width: 182px;
	height: 80px
}

.tb-footer__logo img {
	width: 100%;
	height: 100%
}

.tb-footer__logo p {
	color: #747b88;
	font-size: 16px;
	line-height: 50px;
	text-align: left
}

.tb-footer__list {
	display: inline-block;
	margin-left: 108px;
	vertical-align: top
}

.tb-footer__app-download {
	margin-right: 5px
}

.tb-footer__app-download span:first-child {
	display: block;
	text-align: center
}

.tb-footer__app-download a {
	display: block;
	margin-top: 13px
}

.tb-footer__app-download a img {
	width: 150px;
	height: 150px
}

.tb-footer__item {
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: right
}

.tb-footer__item a {
	color: #757a80;
	display: inline-block;
	cursor: pointer;
	position: relative
}

.tb-footer__item a:hover {
	color: #4985f2
}

.tb-footer__item a:hover>.tip {
	display: block
}

.tb-footer__item a:active {
	color: #3264bf
}

.tb-footer__item a .tip {
	right: -140px;
	top: -48px;
	display: none;
	position: absolute;
	width: 120px;
	height: 120px;
	background-color: #fff;
	border: 1px solid #dbe1ee;
	z-index: 10
}

.tb-footer__item a .tip:after,
.tb-footer__item a .tip:before {
	content: "";
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	left: -32px;
	border-width: 16px;
	border-style: solid
}

.tb-footer__item a .tip:before {
	border-color: transparent transparent transparent blue
}

.tb-footer__item a .tip:after,
.tb-footer__item a .tip:before {
	top: 45px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.tb-footer__item a .tip:after {
	border-color: transparent transparent transparent #fff
}

.tb-footer__item a .tip img {
	margin: 10px;
	width: 100px;
	height: 100px
}

.tb-footer__item.is-title {
	font-size: 16px;
	font-weight: 700;
	color: #747b88
}

.tb-footer__badge {
	width: auto;
	height: 40px
}

.tb-footer__copyright {
	display: block;
	margin-top: 60px;
	padding-bottom: 40px;
	font-size: 14px;
	line-height: 28px;
	color: #747b88;
	text-align: right
}

.tb-footer__copyright .report img {
	width: 15px
}

.tb-footer__copyright a {
	padding-left: 10px;
	color: #747b88
}

.tb-footer__copyright a:hover {
	color: #4985f2
}

.tb-footer__copyright a:active {
	color: #3264bf
}

.tb-row {
	position: relative;
	box-sizing: border-box
}

.tb-row:after,
.tb-row:before {
	display: table;
	content: ""
}

.tb-row:after {
	clear: both
}

.tb-row--flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.tb-row--flex:after,
.tb-row--flex:before {
	display: none
}

.tb-row--flex.is-justify-center {
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.tb-row--flex.is-justify-end {
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tb-row--flex.is-justify-space-between {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.tb-row--flex.is-justify-space-around {
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.tb-row--flex.is-align-middle {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.tb-row--flex.is-align-bottom {
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end
}

[class*=tb-col-] {
	float: left;
	box-sizing: border-box
}

.tb-col-0 {
	display: none;
	width: 0
}

.tb-col-offset-0 {
	margin-left: 0
}

.tb-col-pull-0 {
	position: relative;
	right: 0
}

.tb-col-push-0 {
	position: relative;
	left: 0
}

.tb-col-1 {
	width: 4.16667%
}

.tb-col-offset-1 {
	margin-left: 4.16667%
}

.tb-col-pull-1 {
	position: relative;
	right: 4.16667%
}

.tb-col-push-1 {
	position: relative;
	left: 4.16667%
}

.tb-col-2 {
	width: 8.33333%
}

.tb-col-offset-2 {
	margin-left: 8.33333%
}

.tb-col-pull-2 {
	position: relative;
	right: 8.33333%
}

.tb-col-push-2 {
	position: relative;
	left: 8.33333%
}

.tb-col-3 {
	width: 12.5%
}

.tb-col-offset-3 {
	margin-left: 12.5%
}

.tb-col-pull-3 {
	position: relative;
	right: 12.5%
}

.tb-col-push-3 {
	position: relative;
	left: 12.5%
}

.tb-col-4 {
	width: 16.66667%
}

.tb-col-offset-4 {
	margin-left: 16.66667%
}

.tb-col-pull-4 {
	position: relative;
	right: 16.66667%
}

.tb-col-push-4 {
	position: relative;
	left: 16.66667%
}

.tb-col-5 {
	width: 20.83333%
}

.tb-col-offset-5 {
	margin-left: 20.83333%
}

.tb-col-pull-5 {
	position: relative;
	right: 20.83333%
}

.tb-col-push-5 {
	position: relative;
	left: 20.83333%
}

.tb-col-6 {
	width: 25%
}

.tb-col-offset-6 {
	margin-left: 25%
}

.tb-col-pull-6 {
	position: relative;
	right: 25%
}

.tb-col-push-6 {
	position: relative;
	left: 25%
}

.tb-col-7 {
	width: 29.16667%
}

.tb-col-offset-7 {
	margin-left: 29.16667%
}

.tb-col-pull-7 {
	position: relative;
	right: 29.16667%
}

.tb-col-push-7 {
	position: relative;
	left: 29.16667%
}

.tb-col-8 {
	width: 33.33333%
}

.tb-col-offset-8 {
	margin-left: 33.33333%
}

.tb-col-pull-8 {
	position: relative;
	right: 33.33333%
}

.tb-col-push-8 {
	position: relative;
	left: 33.33333%
}

.tb-col-9 {
	width: 37.5%
}

.tb-col-offset-9 {
	margin-left: 37.5%
}

.tb-col-pull-9 {
	position: relative;
	right: 37.5%
}

.tb-col-push-9 {
	position: relative;
	left: 37.5%
}

.tb-col-10 {
	width: 41.66667%
}

.tb-col-offset-10 {
	margin-left: 41.66667%
}

.tb-col-pull-10 {
	position: relative;
	right: 41.66667%
}

.tb-col-push-10 {
	position: relative;
	left: 41.66667%
}

.tb-col-11 {
	width: 45.83333%
}

.tb-col-offset-11 {
	margin-left: 45.83333%
}

.tb-col-pull-11 {
	position: relative;
	right: 45.83333%
}

.tb-col-push-11 {
	position: relative;
	left: 45.83333%
}

.tb-col-12 {
	width: 50%
}

.tb-col-offset-12 {
	margin-left: 50%
}

.tb-col-pull-12 {
	position: relative;
	right: 50%
}

.tb-col-push-12 {
	position: relative;
	left: 50%
}

.tb-col-13 {
	width: 54.16667%
}

.tb-col-offset-13 {
	margin-left: 54.16667%
}

.tb-col-pull-13 {
	position: relative;
	right: 54.16667%
}

.tb-col-push-13 {
	position: relative;
	left: 54.16667%
}

.tb-col-14 {
	width: 58.33333%
}

.tb-col-offset-14 {
	margin-left: 58.33333%
}

.tb-col-pull-14 {
	position: relative;
	right: 58.33333%
}

.tb-col-push-14 {
	position: relative;
	left: 58.33333%
}

.tb-col-15 {
	width: 62.5%
}

.tb-col-offset-15 {
	margin-left: 62.5%
}

.tb-col-pull-15 {
	position: relative;
	right: 62.5%
}

.tb-col-push-15 {
	position: relative;
	left: 62.5%
}

.tb-col-16 {
	width: 66.66667%
}

.tb-col-offset-16 {
	margin-left: 66.66667%
}

.tb-col-pull-16 {
	position: relative;
	right: 66.66667%
}

.tb-col-push-16 {
	position: relative;
	left: 66.66667%
}

.tb-col-17 {
	width: 70.83333%
}

.tb-col-offset-17 {
	margin-left: 70.83333%
}

.tb-col-pull-17 {
	position: relative;
	right: 70.83333%
}

.tb-col-push-17 {
	position: relative;
	left: 70.83333%
}

.tb-col-18 {
	width: 75%
}

.tb-col-offset-18 {
	margin-left: 75%
}

.tb-col-pull-18 {
	position: relative;
	right: 75%
}

.tb-col-push-18 {
	position: relative;
	left: 75%
}

.tb-col-19 {
	width: 79.16667%
}

.tb-col-offset-19 {
	margin-left: 79.16667%
}

.tb-col-pull-19 {
	position: relative;
	right: 79.16667%
}

.tb-col-push-19 {
	position: relative;
	left: 79.16667%
}

.tb-col-20 {
	width: 83.33333%
}

.tb-col-offset-20 {
	margin-left: 83.33333%
}

.tb-col-pull-20 {
	position: relative;
	right: 83.33333%
}

.tb-col-push-20 {
	position: relative;
	left: 83.33333%
}

.tb-col-21 {
	width: 87.5%
}

.tb-col-offset-21 {
	margin-left: 87.5%
}

.tb-col-pull-21 {
	position: relative;
	right: 87.5%
}

.tb-col-push-21 {
	position: relative;
	left: 87.5%
}

.tb-col-22 {
	width: 91.66667%
}

.tb-col-offset-22 {
	margin-left: 91.66667%
}

.tb-col-pull-22 {
	position: relative;
	right: 91.66667%
}

.tb-col-push-22 {
	position: relative;
	left: 91.66667%
}

.tb-col-23 {
	width: 95.83333%
}

.tb-col-offset-23 {
	margin-left: 95.83333%
}

.tb-col-pull-23 {
	position: relative;
	right: 95.83333%
}

.tb-col-push-23 {
	position: relative;
	left: 95.83333%
}

.tb-col-24 {
	width: 100%
}

.tb-col-offset-24 {
	margin-left: 100%
}

.tb-col-pull-24 {
	position: relative;
	right: 100%
}

.tb-col-push-24 {
	position: relative;
	left: 100%
}

@media only screen and (max-width:768px) {
	.tb-col-xs-0 {
		display: none;
		width: 0
	}

	.tb-col-xs-offset-0 {
		margin-left: 0
	}

	.tb-col-xs-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-xs-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-xs-1 {
		width: 4.16667%
	}

	.tb-col-xs-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-xs-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-xs-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-xs-2 {
		width: 8.33333%
	}

	.tb-col-xs-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-xs-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-xs-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-xs-3 {
		width: 12.5%
	}

	.tb-col-xs-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-xs-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-xs-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-xs-4 {
		width: 16.66667%
	}

	.tb-col-xs-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-xs-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-xs-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-xs-5 {
		width: 20.83333%
	}

	.tb-col-xs-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-xs-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-xs-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-xs-6 {
		width: 25%
	}

	.tb-col-xs-offset-6 {
		margin-left: 25%
	}

	.tb-col-xs-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-xs-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-xs-7 {
		width: 29.16667%
	}

	.tb-col-xs-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-xs-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-xs-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-xs-8 {
		width: 33.33333%
	}

	.tb-col-xs-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-xs-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-xs-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-xs-9 {
		width: 37.5%
	}

	.tb-col-xs-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-xs-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-xs-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-xs-10 {
		width: 41.66667%
	}

	.tb-col-xs-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-xs-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-xs-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-xs-11 {
		width: 45.83333%
	}

	.tb-col-xs-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-xs-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-xs-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-xs-12 {
		width: 50%
	}

	.tb-col-xs-offset-12 {
		margin-left: 50%
	}

	.tb-col-xs-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-xs-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-xs-13 {
		width: 54.16667%
	}

	.tb-col-xs-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-xs-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-xs-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-xs-14 {
		width: 58.33333%
	}

	.tb-col-xs-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-xs-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-xs-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-xs-15 {
		width: 62.5%
	}

	.tb-col-xs-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-xs-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-xs-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-xs-16 {
		width: 66.66667%
	}

	.tb-col-xs-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-xs-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-xs-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-xs-17 {
		width: 70.83333%
	}

	.tb-col-xs-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-xs-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-xs-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-xs-18 {
		width: 75%
	}

	.tb-col-xs-offset-18 {
		margin-left: 75%
	}

	.tb-col-xs-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-xs-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-xs-19 {
		width: 79.16667%
	}

	.tb-col-xs-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-xs-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-xs-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-xs-20 {
		width: 83.33333%
	}

	.tb-col-xs-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-xs-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-xs-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-xs-21 {
		width: 87.5%
	}

	.tb-col-xs-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-xs-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-xs-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-xs-22 {
		width: 91.66667%
	}

	.tb-col-xs-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-xs-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-xs-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-xs-23 {
		width: 95.83333%
	}

	.tb-col-xs-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-xs-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-xs-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-xs-24 {
		width: 100%
	}

	.tb-col-xs-offset-24 {
		margin-left: 100%
	}

	.tb-col-xs-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-xs-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:768px) {
	.tb-col-sm-0 {
		display: none;
		width: 0
	}

	.tb-col-sm-offset-0 {
		margin-left: 0
	}

	.tb-col-sm-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-sm-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-sm-1 {
		width: 4.16667%
	}

	.tb-col-sm-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-sm-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-sm-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-sm-2 {
		width: 8.33333%
	}

	.tb-col-sm-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-sm-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-sm-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-sm-3 {
		width: 12.5%
	}

	.tb-col-sm-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-sm-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-sm-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-sm-4 {
		width: 16.66667%
	}

	.tb-col-sm-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-sm-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-sm-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-sm-5 {
		width: 20.83333%
	}

	.tb-col-sm-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-sm-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-sm-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-sm-6 {
		width: 25%
	}

	.tb-col-sm-offset-6 {
		margin-left: 25%
	}

	.tb-col-sm-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-sm-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-sm-7 {
		width: 29.16667%
	}

	.tb-col-sm-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-sm-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-sm-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-sm-8 {
		width: 33.33333%
	}

	.tb-col-sm-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-sm-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-sm-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-sm-9 {
		width: 37.5%
	}

	.tb-col-sm-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-sm-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-sm-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-sm-10 {
		width: 41.66667%
	}

	.tb-col-sm-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-sm-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-sm-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-sm-11 {
		width: 45.83333%
	}

	.tb-col-sm-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-sm-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-sm-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-sm-12 {
		width: 50%
	}

	.tb-col-sm-offset-12 {
		margin-left: 50%
	}

	.tb-col-sm-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-sm-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-sm-13 {
		width: 54.16667%
	}

	.tb-col-sm-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-sm-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-sm-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-sm-14 {
		width: 58.33333%
	}

	.tb-col-sm-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-sm-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-sm-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-sm-15 {
		width: 62.5%
	}

	.tb-col-sm-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-sm-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-sm-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-sm-16 {
		width: 66.66667%
	}

	.tb-col-sm-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-sm-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-sm-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-sm-17 {
		width: 70.83333%
	}

	.tb-col-sm-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-sm-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-sm-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-sm-18 {
		width: 75%
	}

	.tb-col-sm-offset-18 {
		margin-left: 75%
	}

	.tb-col-sm-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-sm-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-sm-19 {
		width: 79.16667%
	}

	.tb-col-sm-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-sm-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-sm-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-sm-20 {
		width: 83.33333%
	}

	.tb-col-sm-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-sm-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-sm-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-sm-21 {
		width: 87.5%
	}

	.tb-col-sm-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-sm-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-sm-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-sm-22 {
		width: 91.66667%
	}

	.tb-col-sm-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-sm-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-sm-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-sm-23 {
		width: 95.83333%
	}

	.tb-col-sm-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-sm-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-sm-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-sm-24 {
		width: 100%
	}

	.tb-col-sm-offset-24 {
		margin-left: 100%
	}

	.tb-col-sm-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-sm-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:992px) {
	.tb-col-md-0 {
		display: none;
		width: 0
	}

	.tb-col-md-offset-0 {
		margin-left: 0
	}

	.tb-col-md-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-md-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-md-1 {
		width: 4.16667%
	}

	.tb-col-md-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-md-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-md-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-md-2 {
		width: 8.33333%
	}

	.tb-col-md-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-md-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-md-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-md-3 {
		width: 12.5%
	}

	.tb-col-md-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-md-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-md-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-md-4 {
		width: 16.66667%
	}

	.tb-col-md-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-md-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-md-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-md-5 {
		width: 20.83333%
	}

	.tb-col-md-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-md-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-md-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-md-6 {
		width: 25%
	}

	.tb-col-md-offset-6 {
		margin-left: 25%
	}

	.tb-col-md-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-md-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-md-7 {
		width: 29.16667%
	}

	.tb-col-md-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-md-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-md-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-md-8 {
		width: 33.33333%
	}

	.tb-col-md-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-md-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-md-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-md-9 {
		width: 37.5%
	}

	.tb-col-md-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-md-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-md-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-md-10 {
		width: 41.66667%
	}

	.tb-col-md-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-md-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-md-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-md-11 {
		width: 45.83333%
	}

	.tb-col-md-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-md-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-md-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-md-12 {
		width: 50%
	}

	.tb-col-md-offset-12 {
		margin-left: 50%
	}

	.tb-col-md-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-md-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-md-13 {
		width: 54.16667%
	}

	.tb-col-md-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-md-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-md-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-md-14 {
		width: 58.33333%
	}

	.tb-col-md-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-md-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-md-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-md-15 {
		width: 62.5%
	}

	.tb-col-md-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-md-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-md-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-md-16 {
		width: 66.66667%
	}

	.tb-col-md-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-md-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-md-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-md-17 {
		width: 70.83333%
	}

	.tb-col-md-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-md-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-md-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-md-18 {
		width: 75%
	}

	.tb-col-md-offset-18 {
		margin-left: 75%
	}

	.tb-col-md-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-md-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-md-19 {
		width: 79.16667%
	}

	.tb-col-md-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-md-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-md-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-md-20 {
		width: 83.33333%
	}

	.tb-col-md-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-md-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-md-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-md-21 {
		width: 87.5%
	}

	.tb-col-md-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-md-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-md-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-md-22 {
		width: 91.66667%
	}

	.tb-col-md-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-md-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-md-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-md-23 {
		width: 95.83333%
	}

	.tb-col-md-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-md-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-md-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-md-24 {
		width: 100%
	}

	.tb-col-md-offset-24 {
		margin-left: 100%
	}

	.tb-col-md-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-md-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1200px) {
	.tb-col-lg-0 {
		display: none;
		width: 0
	}

	.tb-col-lg-offset-0 {
		margin-left: 0
	}

	.tb-col-lg-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-lg-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-lg-1 {
		width: 4.16667%
	}

	.tb-col-lg-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-lg-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-lg-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-lg-2 {
		width: 8.33333%
	}

	.tb-col-lg-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-lg-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-lg-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-lg-3 {
		width: 12.5%
	}

	.tb-col-lg-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-lg-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-lg-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-lg-4 {
		width: 16.66667%
	}

	.tb-col-lg-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-lg-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-lg-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-lg-5 {
		width: 20.83333%
	}

	.tb-col-lg-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-lg-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-lg-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-lg-6 {
		width: 25%
	}

	.tb-col-lg-offset-6 {
		margin-left: 25%
	}

	.tb-col-lg-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-lg-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-lg-7 {
		width: 29.16667%
	}

	.tb-col-lg-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-lg-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-lg-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-lg-8 {
		width: 33.33333%
	}

	.tb-col-lg-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-lg-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-lg-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-lg-9 {
		width: 37.5%
	}

	.tb-col-lg-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-lg-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-lg-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-lg-10 {
		width: 41.66667%
	}

	.tb-col-lg-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-lg-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-lg-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-lg-11 {
		width: 45.83333%
	}

	.tb-col-lg-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-lg-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-lg-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-lg-12 {
		width: 50%
	}

	.tb-col-lg-offset-12 {
		margin-left: 50%
	}

	.tb-col-lg-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-lg-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-lg-13 {
		width: 54.16667%
	}

	.tb-col-lg-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-lg-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-lg-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-lg-14 {
		width: 58.33333%
	}

	.tb-col-lg-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-lg-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-lg-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-lg-15 {
		width: 62.5%
	}

	.tb-col-lg-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-lg-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-lg-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-lg-16 {
		width: 66.66667%
	}

	.tb-col-lg-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-lg-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-lg-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-lg-17 {
		width: 70.83333%
	}

	.tb-col-lg-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-lg-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-lg-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-lg-18 {
		width: 75%
	}

	.tb-col-lg-offset-18 {
		margin-left: 75%
	}

	.tb-col-lg-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-lg-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-lg-19 {
		width: 79.16667%
	}

	.tb-col-lg-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-lg-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-lg-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-lg-20 {
		width: 83.33333%
	}

	.tb-col-lg-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-lg-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-lg-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-lg-21 {
		width: 87.5%
	}

	.tb-col-lg-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-lg-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-lg-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-lg-22 {
		width: 91.66667%
	}

	.tb-col-lg-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-lg-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-lg-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-lg-23 {
		width: 95.83333%
	}

	.tb-col-lg-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-lg-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-lg-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-lg-24 {
		width: 100%
	}

	.tb-col-lg-offset-24 {
		margin-left: 100%
	}

	.tb-col-lg-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-lg-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1440px) {
	.tb-col-ml-0 {
		display: none;
		width: 0
	}

	.tb-col-ml-offset-0 {
		margin-left: 0
	}

	.tb-col-ml-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-ml-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-ml-1 {
		width: 4.16667%
	}

	.tb-col-ml-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-ml-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-ml-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-ml-2 {
		width: 8.33333%
	}

	.tb-col-ml-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-ml-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-ml-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-ml-3 {
		width: 12.5%
	}

	.tb-col-ml-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-ml-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-ml-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-ml-4 {
		width: 16.66667%
	}

	.tb-col-ml-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-ml-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-ml-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-ml-5 {
		width: 20.83333%
	}

	.tb-col-ml-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-ml-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-ml-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-ml-6 {
		width: 25%
	}

	.tb-col-ml-offset-6 {
		margin-left: 25%
	}

	.tb-col-ml-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-ml-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-ml-7 {
		width: 29.16667%
	}

	.tb-col-ml-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-ml-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-ml-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-ml-8 {
		width: 33.33333%
	}

	.tb-col-ml-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-ml-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-ml-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-ml-9 {
		width: 37.5%
	}

	.tb-col-ml-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-ml-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-ml-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-ml-10 {
		width: 41.66667%
	}

	.tb-col-ml-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-ml-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-ml-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-ml-11 {
		width: 45.83333%
	}

	.tb-col-ml-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-ml-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-ml-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-ml-12 {
		width: 50%
	}

	.tb-col-ml-offset-12 {
		margin-left: 50%
	}

	.tb-col-ml-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-ml-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-ml-13 {
		width: 54.16667%
	}

	.tb-col-ml-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-ml-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-ml-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-ml-14 {
		width: 58.33333%
	}

	.tb-col-ml-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-ml-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-ml-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-ml-15 {
		width: 62.5%
	}

	.tb-col-ml-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-ml-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-ml-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-ml-16 {
		width: 66.66667%
	}

	.tb-col-ml-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-ml-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-ml-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-ml-17 {
		width: 70.83333%
	}

	.tb-col-ml-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-ml-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-ml-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-ml-18 {
		width: 75%
	}

	.tb-col-ml-offset-18 {
		margin-left: 75%
	}

	.tb-col-ml-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-ml-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-ml-19 {
		width: 79.16667%
	}

	.tb-col-ml-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-ml-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-ml-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-ml-20 {
		width: 83.33333%
	}

	.tb-col-ml-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-ml-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-ml-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-ml-21 {
		width: 87.5%
	}

	.tb-col-ml-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-ml-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-ml-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-ml-22 {
		width: 91.66667%
	}

	.tb-col-ml-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-ml-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-ml-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-ml-23 {
		width: 95.83333%
	}

	.tb-col-ml-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-ml-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-ml-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-ml-24 {
		width: 100%
	}

	.tb-col-ml-offset-24 {
		margin-left: 100%
	}

	.tb-col-ml-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-ml-push-24 {
		position: relative;
		left: 100%
	}
}

@media only screen and (min-width:1920px) {
	.tb-col-xl-0 {
		display: none;
		width: 0
	}

	.tb-col-xl-offset-0 {
		margin-left: 0
	}

	.tb-col-xl-pull-0 {
		position: relative;
		right: 0
	}

	.tb-col-xl-push-0 {
		position: relative;
		left: 0
	}

	.tb-col-xl-1 {
		width: 4.16667%
	}

	.tb-col-xl-offset-1 {
		margin-left: 4.16667%
	}

	.tb-col-xl-pull-1 {
		position: relative;
		right: 4.16667%
	}

	.tb-col-xl-push-1 {
		position: relative;
		left: 4.16667%
	}

	.tb-col-xl-2 {
		width: 8.33333%
	}

	.tb-col-xl-offset-2 {
		margin-left: 8.33333%
	}

	.tb-col-xl-pull-2 {
		position: relative;
		right: 8.33333%
	}

	.tb-col-xl-push-2 {
		position: relative;
		left: 8.33333%
	}

	.tb-col-xl-3 {
		width: 12.5%
	}

	.tb-col-xl-offset-3 {
		margin-left: 12.5%
	}

	.tb-col-xl-pull-3 {
		position: relative;
		right: 12.5%
	}

	.tb-col-xl-push-3 {
		position: relative;
		left: 12.5%
	}

	.tb-col-xl-4 {
		width: 16.66667%
	}

	.tb-col-xl-offset-4 {
		margin-left: 16.66667%
	}

	.tb-col-xl-pull-4 {
		position: relative;
		right: 16.66667%
	}

	.tb-col-xl-push-4 {
		position: relative;
		left: 16.66667%
	}

	.tb-col-xl-5 {
		width: 20.83333%
	}

	.tb-col-xl-offset-5 {
		margin-left: 20.83333%
	}

	.tb-col-xl-pull-5 {
		position: relative;
		right: 20.83333%
	}

	.tb-col-xl-push-5 {
		position: relative;
		left: 20.83333%
	}

	.tb-col-xl-6 {
		width: 25%
	}

	.tb-col-xl-offset-6 {
		margin-left: 25%
	}

	.tb-col-xl-pull-6 {
		position: relative;
		right: 25%
	}

	.tb-col-xl-push-6 {
		position: relative;
		left: 25%
	}

	.tb-col-xl-7 {
		width: 29.16667%
	}

	.tb-col-xl-offset-7 {
		margin-left: 29.16667%
	}

	.tb-col-xl-pull-7 {
		position: relative;
		right: 29.16667%
	}

	.tb-col-xl-push-7 {
		position: relative;
		left: 29.16667%
	}

	.tb-col-xl-8 {
		width: 33.33333%
	}

	.tb-col-xl-offset-8 {
		margin-left: 33.33333%
	}

	.tb-col-xl-pull-8 {
		position: relative;
		right: 33.33333%
	}

	.tb-col-xl-push-8 {
		position: relative;
		left: 33.33333%
	}

	.tb-col-xl-9 {
		width: 37.5%
	}

	.tb-col-xl-offset-9 {
		margin-left: 37.5%
	}

	.tb-col-xl-pull-9 {
		position: relative;
		right: 37.5%
	}

	.tb-col-xl-push-9 {
		position: relative;
		left: 37.5%
	}

	.tb-col-xl-10 {
		width: 41.66667%
	}

	.tb-col-xl-offset-10 {
		margin-left: 41.66667%
	}

	.tb-col-xl-pull-10 {
		position: relative;
		right: 41.66667%
	}

	.tb-col-xl-push-10 {
		position: relative;
		left: 41.66667%
	}

	.tb-col-xl-11 {
		width: 45.83333%
	}

	.tb-col-xl-offset-11 {
		margin-left: 45.83333%
	}

	.tb-col-xl-pull-11 {
		position: relative;
		right: 45.83333%
	}

	.tb-col-xl-push-11 {
		position: relative;
		left: 45.83333%
	}

	.tb-col-xl-12 {
		width: 50%
	}

	.tb-col-xl-offset-12 {
		margin-left: 50%
	}

	.tb-col-xl-pull-12 {
		position: relative;
		right: 50%
	}

	.tb-col-xl-push-12 {
		position: relative;
		left: 50%
	}

	.tb-col-xl-13 {
		width: 54.16667%
	}

	.tb-col-xl-offset-13 {
		margin-left: 54.16667%
	}

	.tb-col-xl-pull-13 {
		position: relative;
		right: 54.16667%
	}

	.tb-col-xl-push-13 {
		position: relative;
		left: 54.16667%
	}

	.tb-col-xl-14 {
		width: 58.33333%
	}

	.tb-col-xl-offset-14 {
		margin-left: 58.33333%
	}

	.tb-col-xl-pull-14 {
		position: relative;
		right: 58.33333%
	}

	.tb-col-xl-push-14 {
		position: relative;
		left: 58.33333%
	}

	.tb-col-xl-15 {
		width: 62.5%
	}

	.tb-col-xl-offset-15 {
		margin-left: 62.5%
	}

	.tb-col-xl-pull-15 {
		position: relative;
		right: 62.5%
	}

	.tb-col-xl-push-15 {
		position: relative;
		left: 62.5%
	}

	.tb-col-xl-16 {
		width: 66.66667%
	}

	.tb-col-xl-offset-16 {
		margin-left: 66.66667%
	}

	.tb-col-xl-pull-16 {
		position: relative;
		right: 66.66667%
	}

	.tb-col-xl-push-16 {
		position: relative;
		left: 66.66667%
	}

	.tb-col-xl-17 {
		width: 70.83333%
	}

	.tb-col-xl-offset-17 {
		margin-left: 70.83333%
	}

	.tb-col-xl-pull-17 {
		position: relative;
		right: 70.83333%
	}

	.tb-col-xl-push-17 {
		position: relative;
		left: 70.83333%
	}

	.tb-col-xl-18 {
		width: 75%
	}

	.tb-col-xl-offset-18 {
		margin-left: 75%
	}

	.tb-col-xl-pull-18 {
		position: relative;
		right: 75%
	}

	.tb-col-xl-push-18 {
		position: relative;
		left: 75%
	}

	.tb-col-xl-19 {
		width: 79.16667%
	}

	.tb-col-xl-offset-19 {
		margin-left: 79.16667%
	}

	.tb-col-xl-pull-19 {
		position: relative;
		right: 79.16667%
	}

	.tb-col-xl-push-19 {
		position: relative;
		left: 79.16667%
	}

	.tb-col-xl-20 {
		width: 83.33333%
	}

	.tb-col-xl-offset-20 {
		margin-left: 83.33333%
	}

	.tb-col-xl-pull-20 {
		position: relative;
		right: 83.33333%
	}

	.tb-col-xl-push-20 {
		position: relative;
		left: 83.33333%
	}

	.tb-col-xl-21 {
		width: 87.5%
	}

	.tb-col-xl-offset-21 {
		margin-left: 87.5%
	}

	.tb-col-xl-pull-21 {
		position: relative;
		right: 87.5%
	}

	.tb-col-xl-push-21 {
		position: relative;
		left: 87.5%
	}

	.tb-col-xl-22 {
		width: 91.66667%
	}

	.tb-col-xl-offset-22 {
		margin-left: 91.66667%
	}

	.tb-col-xl-pull-22 {
		position: relative;
		right: 91.66667%
	}

	.tb-col-xl-push-22 {
		position: relative;
		left: 91.66667%
	}

	.tb-col-xl-23 {
		width: 95.83333%
	}

	.tb-col-xl-offset-23 {
		margin-left: 95.83333%
	}

	.tb-col-xl-pull-23 {
		position: relative;
		right: 95.83333%
	}

	.tb-col-xl-push-23 {
		position: relative;
		left: 95.83333%
	}

	.tb-col-xl-24 {
		width: 100%
	}

	.tb-col-xl-offset-24 {
		margin-left: 100%
	}

	.tb-col-xl-pull-24 {
		position: relative;
		right: 100%
	}

	.tb-col-xl-push-24 {
		position: relative;
		left: 100%
	}
}

.tb-carousel {
	overflow-x: hidden;
	position: relative
}

.tb-carousel__container {
	position: relative;
	height: 300px
}

.tb-carousel__arrow {
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	height: 36px;
	width: 36px;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	background-color: rgba(31, 45, 61, .11);
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 10;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	font-size: 12px
}

.tb-carousel__arrow--left {
	left: 16px
}

.tb-carousel__arrow--right {
	right: 16px
}

.tb-carousel__arrow:hover {
	background-color: rgba(31, 45, 61, .23)
}

.tb-carousel__arrow i {
	cursor: pointer
}

.tb-carousel__indicators {
	position: absolute;
	list-style: none;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	z-index: 2
}

.tb-carousel__indicators--outside {
	bottom: 32px;
	text-align: center;
	position: static;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none
}

.tb-carousel__indicators--outside .el-carousel__indicator:hover button {
	opacity: .64
}

.tb-carousel__indicators--outside button {
	background-color: #c0c4cc;
	opacity: .24
}

.tb-carousel__indicators--labels {
	left: 0;
	right: 0;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	text-align: center
}

.tb-carousel__indicators--labels .el-carousel__button {
	height: auto;
	width: auto;
	padding: 2px 18px;
	font-size: 12px
}

.tb-carousel__indicators--labels .el-carousel__indicator {
	padding: 6px 4px
}

.tb-carousel__indicator {
	display: inline-block;
	background-color: transparent;
	padding: 14px 8px;
	cursor: pointer
}

.tb-carousel__indicator:hover button {
	opacity: .72
}

.tb-carousel__indicator.is-active button {
	opacity: 1
}

.tb-carousel__button {
	display: block;
	opacity: .48;
	width: 16px;
	height: 4px;
	background-color: #fff;
	border: none;
	outline: none;
	padding: 0;
	margin: 0;
	cursor: pointer;
	-webkit-transition: .3s;
	transition: .3s;
	border-radius: 2px
}

.tb-carousel__item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: inline-block;
	overflow: hidden;
	z-index: 0
}

.tb-carousel__item.is-active {
	z-index: 2
}

.tb-carousel__item--card,
.tb-carousel__item.is-animating {
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out
}

.tb-carousel__item--card {
	width: 50%
}

.tb-carousel__item--card.is-in-stage {
	cursor: pointer;
	z-index: 1
}

.tb-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.tb-carousel__item--card.is-in-stage:hover .el-carousel__mask {
	opacity: .12
}

.tb-carousel__item--card.is-active {
	z-index: 2
}

.tb-carousel__mask {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
	opacity: .24;
	-webkit-transition: .2s;
	transition: .2s
}

.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
	-webkit-transform: translateY(-50%) translateX(-10px);
	-ms-transform: translateY(-50%) translateX(-10px);
	transform: translateY(-50%) translateX(-10px);
	opacity: 0
}

.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
	-webkit-transform: translateY(-50%) translateX(10px);
	-ms-transform: translateY(-50%) translateX(10px);
	transform: translateY(-50%) translateX(10px);
	opacity: 0
}

.tb-acrylic {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden
}

.tb-acrylic__inner {
	position: absolute;
	top: -16px;
	bottom: -16px;
	left: -16px;
	right: -16px
}

.tb-acrylic__img {
	position: relative;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-filter: blur(16px);
	filter: blur(16px)
}

.tb-acrylic__cover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: .5
}

.tb-acrylic.is-dark .tb-acrylic__img {
	-webkit-filter: blur(16px) brightness(85%);
	filter: blur(16px) brightness(85%)
}

.tb-acrylic.is-dark .tb-acrylic__cover {
	background-color: #323847
}

.tb-acrylic.is-lite .tb-acrylic__img {
	-webkit-filter: blur(16px) brightness(115%);
	filter: blur(16px) brightness(115%)
}

.tb-acrylic.is-lite .tb-acrylic__cover {
	background-color: #fff
}

.acrylic-card {
	position: relative;
	width: 100%;
	padding-bottom: 100%
}

.acrylic-card__wrapper {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0
}

.acrylic-card__link {
	position: relative
}

.acrylic-card__banner,
.acrylic-card__link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.acrylic-card__banner {
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.acrylic-card__banner:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.acrylic-card__outer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 56px
}

.acrylic-card__inner {
	position: relative;
	padding: 7px 13px
}

.acrylic-card__inner h3 {
	margin-bottom: 5px;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	color: #eee;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.acrylic-card__inner h3.noellipsis {
	text-overflow: inherit
}

.acrylic-card__inner span {
	display: block;
	font-size: 14px;
	color: #999daa;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.rating-card {
	-webkit-transition: box-shadow .2s ease-in-out;
	transition: box-shadow .2s ease-in-out
}

.rating-card:hover {
	box-shadow: 0 3px 6px rgba(50, 100, 191, .3)
}

.rating-card:hover .rating-card__title {
	color: #4985f2
}

.rating-card__link {
	display: block;
	width: 100%;
	height: 100%;
	overflow: hidden
}

.rating-card__banner {
	position: relative;
	width: 100%;
	overflow: hidden
}

.rating-card__banner:after {
	display: block;
	content: "";
	padding-top: 56.25%
}

.rating-card__banner img {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center
}

.rating-card__banner img:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.rating-card__rate {
	position: absolute;
	width: 50%;
	min-width: 44px;
	height: 32px;
	padding-left: 8px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: nasalization;
	font-size: 20px;
	line-height: 32px;
	color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	background: #24cf4c
}

.rating-card__outer {
	position: relative
}

.rating-card__inner {
	height: 82px;
	padding: 16px;
	background-color: #fff
}

.rating-card__home-inner {
	height: 110px !important
}

.rating-card__title {
	font-weight: 700;
	font-size: 16px;
	color: #303133
}

.rating-card__description,
.rating-card__title {
	line-height: 22px;
	word-break: break-all;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.rating-card__description {
	font-size: 14px;
	color: #747b88
}

.rating-card.is-score .rating-card__inner {
	height: 90px;
	padding-top: 24px;
	background-color: #f2f6fc
}

.rating-card.is-score .rating-card__title {
	margin-bottom: 0
}

.rating-card.is-evaluation .rating-card__inner {
	background-color: #fff
}

.rating-card.is-description .rating-card__inner {
	height: 124px
}

.rating-card.is-description .rating-card__title {
	margin-bottom: 16px
}

.rating-card.is-description .rating-card__home-title {
	margin-bottom: 6px
}

.rating-card.is-description .rating-card__special-title {
	font-size: 18px
}

.special-information-item {
	padding-bottom: 18px
}

.special-information-item:last-child {
	padding-bottom: 0
}

.special-information-item__link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	cursor: pointer
}

.special-information-item__banner-wrapper {
	-webkit-box-flex: 0;
	-webkit-flex: 0 1 294px;
	-ms-flex: 0 1 294px;
	flex: 0 1 294px;
	height: 166px;
	margin-right: 16px;
	overflow: hidden
}

.special-information-item__banner-wrapper:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.special-information-item__banner {
	width: 100%;
	height: 100%;
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s
}

.special-information-item__content {
	margin: auto 0;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 14px;
	color: #747b88
}

.special-information-item__content-top h4 {
	line-height: 22px;
	font-weight: 400;
	font-size: 18px;
	color: #303133
}

.special-information-item__content-top label {
	display: block;
	font-size: 14px;
	color: #5477c8;
	cursor: pointer;
	padding-bottom: 8px
}

.special-information-item__content-top label.is-fixed {
	position: absolute;
	left: 0;
	top: 0;
	width: 64px;
	height: 28px;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	color: #fff
}

.special-information-item__content-top label.is-zixun {
	background: #333
}

.special-information-item__content-top label.is-pingce {
	background: #3084f2
}

.special-information-item__content-top label.is-shipin {
	background: #78c257
}

.special-information-item__content-top span {
	display: inline-block;
	width: 35px;
	height: 20px;
	margin-right: 5px;
	line-height: 20px;
	text-align: center;
	color: #4985f2;
	border: 1px solid #dbe1ee;
	border-radius: 2px
}

.special-information-item__content-top p {
	display: inline-block;
	line-height: 24px;
	max-width: 100%;
	max-height: 72px;
	height: auto;
	font-size: 14px;
	margin: 18px 0 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3
}

.special-information-item__content-top div.is-iphone-info {
	margin-top: 18px
}

.special-information-item__content-top div.is-iphone-info b {
	font-weight: 400;
	margin-right: 23px;
	position: relative
}

.special-information-item__content-top div.is-iphone-info b:last-child:after {
	content: ""
}

.special-information-item__content-top div.is-iphone-info b:after {
	content: "\B7";
	position: absolute;
	right: -13px
}

.special-information-item__content-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.special-information-item__date {
	margin-right: 18px
}

.special-information-item__comment {
	margin-left: 20px
}

.rlModel {
	width: 100%;
	height: 100vh;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .16);
	z-index: 1000;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.rlModel__container {
	width: 460px;
	border-radius: 10px;
	background: #fff;
	padding: 40px 50px;
	position: relative
}

.rlModel__header {
	height: 15px;
	margin-bottom: 5px;
	position: absolute;
	top: 20px;
	right: 20px
}

.rlModel__header i {
	color: #d9d9d9;
	font-size: 15px
}

.rlModel__tab span {
	display: inline-block;
	color: #a0a0a0;
	line-height: 21px;
	height: 21px;
	font-size: 16px;
	cursor: pointer
}

.rlModel__tab span:not(:first-child) {
	margin-left: 30px
}

.rlModel__tab .active {
	color: #333;
	line-height: 29px;
	height: 29px;
	font-size: 22px;
	position: relative
}

.rlModel__tab .active:after {
	content: "";
	display: inline-block;
	position: absolute;
	bottom: -4px;
	width: 20px;
	height: 4px;
	border-radius: 3px;
	background-color: #4882ed;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.rlModel__form {
	margin-top: 38px
}

.rlModel__form-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 16px;
	border-bottom: 1px solid #d9d9d9;
	color: #333;
	font-size: 16px;
	margin-top: 20px
}

.rlModel__form-item input {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-size: 16px;
	display: inline-block;
	height: 22px;
	line-height: 22px
}

.rlModel__form-item span,
.rlModel__form .mobile span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 22px;
	line-height: 22px
}

.rlModel__form .mobile span:after {
	content: "";
	margin-left: 9px;
	margin-right: 20px;
	display: inline-block;
	width: 1px;
	height: 22px;
	background-color: #d9d9d9
}

.rlModel__form .code span {
	color: #d9d9d9;
	display: inline-block;
	cursor: pointer
}

.rlModel__form .code .active span {
	color: #4882ed
}

.rlModel__form .option {
	margin-top: 20px
}

.rlModel__form .option span:first-child input {
	vertical-align: middle;
	cursor: pointer;
	width: 10px;
	top: -2px;
	height: 10px;
	-webkit-appearance: none;
	appearance: none;
	position: relative;
	outline: none
}

.rlModel__form .option span:first-child input:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid gray;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle
}

.rlModel__form .option span:first-child input:checked:before {
	content: "";
	width: 10px;
	height: 10px;
	border: 1px solid #4882ed;
	display: inline-block;
	border-radius: 2px;
	vertical-align: middle
}

.rlModel__form .option span:first-child input:checked:after {
	content: "\E638";
	font-family: iconfont;
	width: 10px;
	height: 10px;
	color: #4882ed;
	display: block;
	position: absolute;
	top: 1px;
	left: -1px;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: scale(.5);
	transform: scale(.5)
}

.rlModel__form .option span:first-child label {
	display: inline-block;
	margin-left: 10px;
	font-size: 12px;
	height: 16px;
	line-height: 16px
}

.rlModel__form .option span:nth-child(2) {
	cursor: pointer;
	float: right;
	margin-left: 10px;
	font-size: 12px;
	height: 16px;
	line-height: 16px;
	color: #a0a0a0
}

.rlModel__form-error {
	position: absolute;
	font-size: 12px;
	color: #e73928;
	line-height: 20px
}

.rlModel__footer .mt50 {
	margin-top: 50px !important
}

.rlModel__footer .mt40 {
	margin-top: 40px !important
}

.rlModel__footer .mt24 {
	margin-top: 24px !important
}

.rlModel__footer .submit {
	cursor: pointer;
	margin-top: 14px;
	width: 100%;
	height: 52px;
	border-radius: 30px;
	background: #4882ed;
	color: #fff;
	font-size: 16px;
	line-height: 52px;
	text-align: center
}

.rlModel__footer .info {
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	height: 16px
}

.rlModel__footer .info a {
	color: #4882ed
}

.rlModel__footer .logo {
	width: 110px;
	height: 29px;
	margin: 0 auto;
	margin-top: 20px
}

.rlModel__footer .logo img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.rlModel__error {
	position: absolute;
	width: 100%;
	height: 12px;
	font-size: 12px;
	color: #f06256;
	left: 0;
	bottom: -18px
}

.rlModel__tip-model {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	border: 1px solid #45bf45;
	margin: auto;
	margin-top: 40px
}

.rlModel__tip-model span {
	display: block;
	text-align: center;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.rlModel__tip-model span i {
	font-size: 58px;
	color: #45bf45
}

.rlModel__tip-model-text {
	display: block;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 51px;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	color: #333
}

.rlModel__tip-model-submit {
	width: 262px;
	margin: auto;
	margin-bottom: 40px
}

.hand {
	cursor: pointer
}

.checkcode {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	overflow: hidden;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	padding: 10px;
	z-index: 10000
}

.checkcode-titlebox {
	width: 280px
}

.checkcode-titlebox-text {
	line-height: 20px
}

.checkcode-titlebox-close {
	float: right;
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	cursor: pointer
}

.checkcode-image {
	width: 150px;
	height: 100px;
	margin: auto
}

.checkcode-image img {
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain
}

.checkcode-input {
	border-top: none !important;
	border-right: none !important;
	border-bottom: 1px solid #dcdcdc !important;
	border-left: none !important;
	width: 100% !important;
	margin: 10px 0 0 !important;
	font-size: 14px !important;
	background: transparent !important
}

.checkcode-errortip {
	color: red !important;
	font-size: 10px !important;
	height: 25px !important;
	display: block !important;
	width: 100% !important;
	line-height: 25px !important
}

.checkcode-button {
	margin: auto;
	width: 280px;
	height: 42px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	border-radius: 5px;
	background-color: #0098ee;
	cursor: pointer
}

.special {
	min-width: 1200px;
	background: #fff
}

.special__more {
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.special__container {
	background-position: top;
	background-repeat: no-repeat;
	background-size: 100% 160px
}

.special__inner {
	width: 1200px;
	margin: 0 auto;
	margin-top: -36px
}

.special__header {
	height: 88px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.special__header,
.special__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.special__nav {
	margin-left: 14px
}

.special__nav a {
	display: block;
	padding: 26px;
	font-size: 16px;
	color: #fff
}

.special__nav a.active {
	color: #333
}

.special__carousel {
	position: relative;
	width: 100%
}

.special__carousel .tb-carousel__indicators {
	left: 16px;
	bottom: 18px;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.special__carousel .tb-carousel__button {
	background-color: #dbe1ee;
	opacity: 1
}

.special__carousel-content {
	position: absolute;
	bottom: 16px;
	left: 0;
	right: 0;
	padding: 16px 25px 36px;
	background-color: rgba(0, 0, 0, .58)
}

.special__carousel-content h3 {
	margin-bottom: 8px;
	font-size: 20px;
	line-height: 26px;
	color: #fff
}

.special__carousel-content p {
	font-size: 14px;
	line-height: 22px;
	color: #fff
}

.special__information {
	background-color: #fff
}

.special__information .tb-carousel__button {
	background-color: #dbe1ee;
	opacity: 1
}

.special__information-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 16px 13px 16px 16px
}

.special__information-header h3 {
	font-weight: 400;
	font-size: 20px;
	line-height: 28px;
	margin-right: 8px
}

.special__information-header span {
	line-height: 20px;
	font-size: 14px
}

.special__information-header a {
	color: #747b88
}

.special__information-list {
	padding: 0 13px 0 16px
}

.special__information-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.special__information-list a {
	display: block;
	font-size: 14px;
	padding: 8px 0;
	color: #303133;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.special__hotpot-list li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.special__hotpot-list li:first-of-type a b {
	color: #d90000
}

.special__hotpot-list li:nth-of-type(2) a b,
.special__hotpot-list li:nth-of-type(3) a b {
	color: #e87c00
}

.special__hotpot-list a {
	padding-bottom: 18px;
	font-size: 14px;
	color: gray;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.special__hotpot-list a b {
	font-weight: 400;
	width: 33px;
	height: 33px;
	margin-top: 10px;
	margin-right: 36px;
	font-size: 30px;
	line-height: 26px;
	display: inline-block
}

.special__hotpot-list a div {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.special__hotpot-list a div span {
	display: inline-block;
	line-height: 19px
}

.special__hotpot-list a div label {
	display: inline-block;
	width: 3px;
	height: 3px;
	background-color: gray;
	margin: 4px 10px
}

.special__hotpot-list a div span:first-child {
	font-size: 18px;
	line-height: 28px;
	padding-bottom: 10px;
	display: block;
	color: #333;
	max-height: 66px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.special__hotpot-list a div span:first-child:hover {
	color: #5477c8
}

.special__new-common-header {
	height: auto !important;
	padding: 36px 0 18px !important
}

.special__new-common-header h3 {
	border-bottom: 5px solid #5477c8 !important;
	display: inline-block !important;
	padding: 0 0 10px !important;
	font-size: 20px !important;
	color: #333 !important
}

.special__common-header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
	width: 100%;
	height: 66px;
	padding: 24px 0 18px
}

.special__common-header h3 {
	font-weight: 400;
	font-size: 20px;
	background-repeat: no-repeat;
	background-position: 0
}

.special__common-header i {
	margin-left: 10px;
	font-size: 16px;
	font-style: normal
}

.special__common-header span {
	margin-left: 8px;
	font-size: 14px;
	color: #747b88
}

.special__common-header a {
	color: #747b88
}

.special__common-header.special__icon-header h3 {
	padding-left: 40px
}

.special__news-list {
	padding: 0 16px
}

.special__news-more {
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	cursor: pointer
}

.special__news-more a,
.special__news-more span {
	display: inline-block;
	padding: 10px;
	color: #747b88
}

.special__news-loading {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.special__news-ad {
	margin-bottom: 16px
}

.special__news-ad img {
	display: block;
	width: 100%;
	height: auto
}

.special__car-list .rating-card__link:hover .rating-card__title,
.special__media-bottom .rating-card__link:hover .rating-card__title {
	color: #5477c8
}

.special__media-pd12 {
	padding-bottom: 12px
}

.special__car-list {
	margin-top: -9px;
	margin-bottom: -9px
}

.special__car-item {
	padding: 9px 0
}

.special__car-item .rating-card__special-title {
	font-size: 20px !important
}

.special__banner-container {
	width: 100%;
	height: 550px;
	margin: 18px auto 0;
	padding-bottom: 40px
}

.special__banner-container .swiper-button {
	z-index: 10;
	position: absolute;
	width: 34px;
	height: 510px;
	cursor: pointer;
	top: 0;
	opacity: 0
}

.special__banner-container .swiper-button:hover {
	opacity: 1
}

.special__banner-container:hover .swiper-slide-active {
	box-shadow: 0 19px 30px rgba(14, 21, 47, .2)
}

.special__banner-container:hover .swiper-button {
	opacity: .6
}

.special__banner-container .swiper-slide-active {
	height: 510px !important;
	box-shadow: 0 14px 25px rgba(14, 21, 47, .15)
}

.special__banner-container .swiper-slide-active a {
	opacity: 0 !important
}

.special__banner-container .swiper-slide-active a:after {
	cursor: pointer !important
}

.special__banner-container .swiper-slide {
	border-radius: 2px;
	width: 1230px !important;
	height: 474px;
	overflow: hidden;
	margin: auto 0
}

.special__banner-container a:after {
	width: 100%;
	height: 100%;
	position: absolute;
	content: "";
	display: block;
	top: 0;
	left: 0;
	background: #000;
	opacity: .3;
	z-index: 110;
	cursor: default
}

.special__banner-container-box {
	width: 100%;
	height: 100%;
	position: relative
}

.special__banner-container-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover
}

.special__banner-container-box p {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 80%;
	padding: 0 36px;
	overflow: hidden;
	height: 60px;
	line-height: 60px;
	font-size: 24px;
	color: #fff;
	background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(transparent));
	background: linear-gradient(90deg, rgba(0, 0, 0, .5), transparent)
}

.special__banner-container-box a {
	width: 100%;
	height: 100%;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	z-index: 9999
}

.special__banner-slide {
	margin: auto;
	-webkit-transition: all .5s linear;
	transition: all .5s linear
}

.special__banner-pagination {
	position: absolute;
	bottom: 58px !important;
	width: 1230px !important;
	text-align: right;
	margin-left: -645px;
	left: 50% !important
}

.special__banner-button-next {
	border: none;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg)
}

.special__banner-button-next,
.special__banner-button-prev {
	background: url("../images/hi-arrow.png") 50% no-repeat
}

.special__banner-bullets {
	display: inline-block;
	width: 12px !important;
	height: 12px;
	background-color: #fff;
	border-radius: 12px;
	margin-right: 18px;
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s
}

.special__banner-bullets-active {
	width: 45px !important
}

.special__mask {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: -webkit-calc(100% - 230px);
	height: calc(100% - 230px);
	background: transparent;
	z-index: 99999
}

.hi {
	background: #fff
}

.hi__container .special__new-tech-header {
	border-bottom: 1px solid #5477c8;
	padding-bottom: 0 !important;
	margin-bottom: 18px;
	padding-top: 36px !important;
	position: relative
}

.hi__container .special__new-tech-header h3 {
	border-bottom-color: #5477c8 !important;
	padding-bottom: 10px !important;
	line-height: 34px
}

.hi__container .special__new-tech-header span {
	margin-bottom: 20px;
	position: absolute;
	right: 0;
	line-height: 34px
}

.hi__container .special__new-tech-header span a {
	cursor: pointer
}

.hi__container .special__new-tech-header span i {
	font-size: 16px;
	margin: 0
}

.hi__container .special__inner {
	width: 1230px
}

.hi__header {
	background-color: #05004b
}

.hi__carousel .tb-carousel__indicator.is-active .tb-carousel__button,
.hi__information .tb-carousel__indicator.is-active .tb-carousel__button {
	background-color: #5477c8
}

.hi__information-more {
	margin-top: 18px;
	width: 100%;
	height: 38px;
	background: #f9f9f9;
	display: inline-block;
	cursor: pointer;
	font-size: 14px;
	line-height: 38px;
	text-align: center;
	color: gray
}

.hi__title {
	color: #5477c8
}

.hi__information-list i {
	display: block;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	font-size: 16px;
	color: #5477c8
}

.hi__information-list li:hover a {
	color: #5477c8
}

.hi__information-list li:hover .hi__information-icon {
	background-color: #5477c8
}

.hi__information-list .hi__information-icon {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 6px;
	-ms-flex: 0 0 6px;
	flex: 0 0 6px;
	height: 6px;
	margin-right: 14px;
	background-color: #363e48;
	border-radius: 50%
}

.hi__news-list .information-item__content-top span,
.hi__news-list h4:hover {
	color: #5477c8
}

.hi__news-list .acrylic-card .acrylic-card__wrapper .acrylic-card__link {
	padding-bottom: 0 !important
}

.hi__news-list .acrylic-card .acrylic-card__wrapper .acrylic-card__link .tb-acrylic {
	display: none
}

.hi__news-list .acrylic-card .acrylic-card__wrapper .acrylic-card__link .acrylic-card__inner {
	background: rgba(60, 60, 60, .7);
	padding: 18px;
	height: 60px;
	line-height: 60px
}

.hi__news-list .acrylic-card .acrylic-card__wrapper .acrylic-card__link .acrylic-card__inner h3 {
	font-size: 18px;
	margin-bottom: 0
}

.hi__news-list .acrylic-card .acrylic-card__wrapper .acrylic-card__link:hover .acrylic-card__outer {
	opacity: 0;
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s
}

.hi__media-list .acrylic-card__link .acrylic-card__outer {
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 60%, 0)), to(rgba(8, 8, 8, .8)));
	background: linear-gradient(hsla(0, 0%, 60%, 0), rgba(8, 8, 8, .8))
}

.hi__media-list .acrylic-card__link .acrylic-card__outer .tb-acrylic {
	display: none
}

.hi__media-list .acrylic-card__link .acrylic-card__outer .acrylic-card__inner {
	position: absolute;
	left: 0;
	bottom: 50px;
	padding: 4px 18px
}

.hi__media-list .acrylic-card__link .acrylic-card__outer .acrylic-card__inner h3 {
	margin-bottom: 0;
	font-size: 22px
}

.hi__media-list .acrylic-card__link:hover .acrylic-card__banner {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.hi__media-list .acrylic-card__link:hover .acrylic-card__outer {
	opacity: 0;
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s
}

.hi__life-list .acrylic-card__link .acrylic-card__outer {
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 60%, 0)), to(rgba(8, 8, 8, .8)));
	background: linear-gradient(hsla(0, 0%, 60%, 0), rgba(8, 8, 8, .8))
}

.hi__life-list .acrylic-card__link .acrylic-card__outer .tb-acrylic {
	display: none
}

.hi__life-list .acrylic-card__link .acrylic-card__outer .acrylic-card__inner {
	position: absolute;
	left: 0;
	bottom: 18px;
	padding: 4px 18px;
	width: 100%
}

.hi__life-list .acrylic-card__link .acrylic-card__outer .acrylic-card__inner h3 {
	padding: 0 18px;
	border-left: 6px solid #5477c8;
	max-height: 64px;
	min-height: 32px;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 32px;
	word-break: break-all;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.hi__life-list .acrylic-card__link:hover .acrylic-card__banner {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.hi__life-list .acrylic-card__link:hover .acrylic-card__outer .acrylic-card__inner {
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	background: rgba(84, 119, 200, .5)
}

.hi__life-list .acrylic-card__link:hover .acrylic-card__outer .acrylic-card__inner h3 {
	border-left: 6px solid transparent
}

.hi__life-list-small .acrylic-card__link .acrylic-card__outer {
	height: 100%;
	background: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 60%, 0)), to(rgba(8, 8, 8, .8)));
	background: linear-gradient(hsla(0, 0%, 60%, 0), rgba(8, 8, 8, .8))
}

.hi__life-list-small .acrylic-card__link .acrylic-card__outer .tb-acrylic {
	display: none
}

.hi__life-list-small .acrylic-card__link .acrylic-card__outer .acrylic-card__inner {
	position: absolute;
	left: 0;
	bottom: 18px;
	padding: 4px 18px;
	width: 100%
}

.hi__life-list-small .acrylic-card__link .acrylic-card__outer .acrylic-card__inner h3 {
	padding: 0 18px;
	border-left: 2px solid #5477c8;
	max-height: 48px;
	min-height: 24px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 24px;
	word-break: break-all;
	white-space: pre-wrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.hi__life-list-small .acrylic-card__link:hover .acrylic-card__banner {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.hi__life-list-small .acrylic-card__link:hover .acrylic-card__outer .acrylic-card__inner {
	-webkit-transition: all .7s ease 0s;
	transition: all .7s ease 0s;
	background: rgba(84, 119, 200, .5)
}

.hi__life-list-small .acrylic-card__link:hover .acrylic-card__outer .acrylic-card__inner h3 {
	border-left: 2px solid transparent
}

.hi__rating-card:hover .rating-card__title {
	color: #5477c8
}

.zt-header-item {
	width: 348px;
	position: relative;
	border-radius: 16px;
}

.zt-header-img {
	width: 348px;
	border-radius: 16px;
	overflow: hidden;
}

.t-entry {
	position: absolute;
	bottom: 10px;
	z-index: 1;
	color: #fff;
	padding: 30px;
}

.zt-header-item img {
	max-width: 100%;
	border-radius: 16px;
	transition: transform .5s ease;
}


.zt-header-item:hover img {
	transform: scale(1.1);
}

.t-entry h3 {
	font-size: 20px;
}

.t-entry-meta {
	margin-bottom: 10px;
}

.t-entry-date {
	font-size: 12px;
}

.zt-header {
	display: flex;
	justify-content: space-between;
}

.flex {
	display: flex;
}

.fl-content {
	display: flex;
	justify-content: center;
}

.fl-between {
	display: flex;
	justify-content: space-between;
}

.wz {
	width: 1200px;
	margin: 0 auto;
}

.mg-top {
	margin-top: 20px;
}
