

.user-modal {
	position: absolute;
	top: 100%;
	width: 200px;
	z-index: 2;
	transition: all 300ms linear;
	right: 190px;
	overflow: hidden;
	border: 1px solid #eee;
	background: #F5F7FB;
	opacity: 0;
	visibility: hidden;
	display: none;
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.03);
}

.slick-slide {
	height: auto !important;
}
.fa-angle-left,.fa-angle-right {
	margin-top: 12px;
}

/*左侧悬浮导航*/
.nav-fleft {
	position: fixed;
	top: 30%;
	width: 50px;
	background: #fff;
	z-index: -1;
	border: 1px solid #eee;
	/* left: -51px; */
	right: calc(100% - 50px);
	box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
	opacity: 0;
	transition: all 300ms linear;
}

.vis_fnav {
	opacity: 1; z-index: 30;
	/* right: calc(712px + 50%); */
}

@media (min-width: 1750px) {
	.nav-fleft {
		right: calc(712px + 50% + 100px);
	}
}

.nav-fleft li a {
	width: 100%;
	display: block;
	height: 50px;
	line-height: 50px;
	border-bottom: 1px solid #eee;
	transition: all 200ms linear;
	font-size: 15px;
	color: #878C9F;
	text-align: center;
}

.nav-fleft li.act-nav a,
.nav-fleft li a:hover {
	background-color: #3270FC;
	color: #fff;
}


.banner {
	width: 100%;
	height: 360px;
	border-radius: 8px;
	overflow: hidden; position: relative;
}
.banner .banner-box {
	height: 100%;
	transition: transform 0.5s ease;
	;
	white-space: nowrap;
}
.banner .banner-box .banner-item {
	width: 100%;
	height: 100%;
	border-radius: 8px;
	display: inline-block;
	margin: 0;
	padding: 0;
}
.banner .banner-box .banner-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	margin: 0;
	padding: 0;
}
.banner .banner-dian {
	position: absolute; left: 0; right: 0; margin-left: auto; margin-right: auto;
	bottom: 20px; z-index: 5; white-space: nowrap; font-size: 0;
	text-align: center;
}
.banner .banner-dian .banner-dian-item {
	width: 8px; height: 8px; background-color: #ccc; border-radius: 50%; cursor: pointer;
	margin: 0 6px; display: inline-block;
}
.banner .banner-dian .banner-dian-item.active {
	background-color: #3270FC;
}


.links-xh {
	max-width: 1424px;
	width: 92%; margin: 0 auto;
	overflow: hidden; padding-top: 80px; padding-bottom: 30px;
}
.link-box {
	white-space: nowrap; font-size: 0; min-width: 100%;
}

.link-box .link-cont {
	display: inline-block; min-width: 100%; white-space: nowrap;
}

.link-box .link-cont .link-item {
	padding: 0 20px;display: inline-block;font-size: 14px;
}

/* 定义动画 */
/* @keyframes linkScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
} */


/*tabs*/
.tabs-cont {
	position: sticky !important;
	top: 70px;
	left: 0;
	z-index: 50;
	border-bottom: 1px solid #ddd;
}

.tabs-box {
	padding: 20px 0 25px;
	text-align: left;
	white-space: nowrap;
	font-size: 0;
}

.tabs-box .tabs-item {
	display: inline-block;
	font-size: 16px;
	padding: 10px 20px;
}

.tabs-box .tabs-item a {
	color: #666;
	position: relative;
}

.tabs-box .tabs-item a.act-tab {
	color: #3270FC;
}

.tabs-box .tabs-item a.act-tab:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -8px;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 3px;
	border-radius: 2px;
	background-color: #3270FC;
}

.pagination li {
	display: inline-block; margin: 0 5px;
}

.pagination li.active a {
	background-color: #3270FC;
	color: #fff;
}

.pagination a {
	min-width: 44px;
	width: auto !important;
	padding: 0 10px;
	box-sizing: border-box;
}

.editor-box img {
	max-width: 100%;
	height: auto;
}


.table-box {
	background-color: #fff;
	border-radius: 0.5rem;
	border: 1px solid #dde0e3;
	padding: 1rem;
	min-height: 600px;
}

.table-cont {
	overflow-x: auto; width: 100%;
}

.table {
	width: 100%; min-width: 1100px; 
	border-collapse: collapse;
	vertical-align: middle;
	margin-bottom: 0;
	border-radius: 0.5rem;
}

.table thead {
	font-weight: bold;
	color: #fff;
	border-radius: 0.5rem !important;
}

.table thead th {
	background-color: #3270FC;
}

.table thead th:first-child {
	border-top-left-radius: 0.325rem;
	border-bottom-left-radius: 0.325rem;
}

.table thead th:last-child {
	border-top-right-radius: 0.325rem;
	border-bottom-right-radius: 0.325rem;
}

.table tr td,
.table tr th {
	padding: 1rem 0.5rem;
}

.table tbody tr {
	border-bottom: 1px solid #dde0e3;
}

/* .table tbody tr:hover {
	background-color: rgba(36, 41, 45, 0.075);
} */

/* .table tbody tr:nth-child(odd) {
	background-color: #fff;
}
.table tbody tr:nth-child(2n) {
	background-color: #333; color: #fff;
} */

.video-h {
	width: 100%;
	height: 200px;
	object-fit: cover;
}

.video-v {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.fp-tips {
	background-color: #f56c6c;
	color: #fff;
	border-radius: 0.325rem;
	text-align: left;
	height: 50px;
	line-height: 50px;
	padding: 0 1.5rem;
	position: relative;
}

.fp-tips span {
	position: absolute;
	display: inline-block;
	padding: 0 0.5rem;
	right: 0.5rem;
	top: 15px;
	font-size: 18px;
	cursor: pointer;
	box-sizing: unset;
	height: 20px;
	line-height: 20px;
}

.sec-padding {
	padding: 1rem 0;
}

.search-box {
	display: block;
	border: 1px solid #eee;
	border-radius: 6px;
	padding: 20px 30px;
	background: #fff;
	z-index: 21;
}
.search-box .left-select {
	width: 30%; float: left;
	border: 1px solid #e5e7f2;
	background: #F5F7FB;
	padding: 15px 20px 15px 70px;
	border-bottom-left-radius: 4px; border-top-left-radius: 4px;
	color: #7d93b2;
	font-size: 12px;
	-webkit-appearance: none;
	outline: 0; display: inline-block;
}
.search-box .right-inp {
	border: 1px solid #e5e7f2; float: unset !important; margin-bottom: 0 !important;
	background: #F5F7FB; border-left-width: 0 !important;
	width: 70% !important;
	padding: 15px 20px 15px 70px;
	border-top-right-radius: 4px; border-bottom-right-radius: 4px;
	border-top-left-radius: 0 !important; border-bottom-left-radius: 0 !important;
	color: #7d93b2;
	font-size: 12px;
	-webkit-appearance: none;
	outline: 0; display: inline-block;
}

/* 高斯模糊 */
.blur-effect {
	/* filter: blur(5px); */
	/* background-color: rgba(65, 150, 250, 1) !important; */
}

.be-box {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 22;
	vertical-align: middle;
	background-color: rgba(65, 150, 250, 1) !important;
	/* padding-top: 12rem; */
}

.be-box>a {
	width: 360px;
	padding: 0 2rem; height: 86px; line-height: 86px;
	border-radius: 0.325rem;
	background-color: #fff;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
	border: 1px solid #efefef;
	font-size: 30px;
	display: block;
	position: absolute;
	bottom: 0; top: 0; left: 0; right: 0;
	margin: auto;
}

.be-box .be-search {
	width: 700px; height: 86px;
	overflow: hidden;
	background-color: #fff;
	border-radius: 0.325rem;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
	border: 1px solid #efefef;
	position: absolute;
	bottom: 0; top: 0; left: 0; right: 0;
	margin: auto;
}

.be-box .be-search input {
	border: none;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 0 2.5rem;
	font-size: 30px;
}

.be-box .be-search .btn-sear {
	display: inline-block;
	padding: 1.2rem 5rem;
	background-color: #3270FC;
	color: #fff;
	border-radius: 0.325rem;
	font-size: 30px;
}
.be-box .be-search input[type="submit"] {
	height: 100%;
	width: 100%;
	opacity: 0;position: absolute;left: 0; top: 0;z-index: 5;
}

.flex {
	display: -webkit-flex;
	/* Safari */
	display: -ms-flexbox;
	display: flex;
}

.flex1 {
	flex: 1;
}


.badge {
	color: #fff;
	text-shadow: none !important;
	text-align: center;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .325rem;
	display: inline-block;
	min-width: 10px;
}

.badge-no,
.badge-yes {
	height: 22px;
	padding: 4px;
	width: 22px;
	font-size: 11px;
	line-height: 14px;
}

.badge-yes {
	background-color: #28b6ff;
}

.badge-no {
	background-color: #ed6b75;
}

.more-fapiao {
	display: none; background-color: #efefef;
}

.fp-micon {
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.ad-tr.open {
	background-color: #3270FC; color: #fff;
}

.fp-micon:after {
	font-family: Font Awesome\ 5 Pro;
	content: "\f0d7";
	display: block;
	margin-top: -5px;
	pointer-events: none;
	position: absolute;
	right: 5px;
	top: 50%;
	font-weight: 600;
	height: 10px;
	line-height: 10px;
	transition: all .15s ease-in-out;
	width: 5px;
}
.tran-r180 {
	color: #fff;
}
.tran-r180:after {
	transform: rotateX(-180deg); color: #fff;
}

/* 選擇年月 */
.sear-month {
	position: relative; z-index: 10;
}
.search-box input[type="text"] {
	padding: 15px 30px !important;
}
.sear-month input[class="nianyue"] {
	border: 1px solid #e5e7f2;
	background: #F5F7FB;
	width: 100%;
	padding: 15px 30px;
	border-radius: 4px;
	color: #7d93b2;
	font-size: 12px;
	-webkit-appearance: none;
	outline: 0;
	font-weight: 400;
}
.sear-month .sm-del {
	width: 20px; height: 20px; background-color: #ccc; border-radius: 50%;
	position: absolute; right: 5px; top: 0; bottom: 0; margin-top: auto; margin-bottom: auto;
	z-index: 3; color: #fff; cursor: pointer;
	line-height: 20px;
}
.sear-month .month-box {
	position:  absolute; left: 0; top: 48px; background-color: #fff;
	box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
	width: 100%; max-width: 500px;
	border: 1px solid #efefef; 
	display: none; 
}
.sear-month .month-box .m-year {
	align-items: center; border-bottom: 1px solid #efefef;
}
.sear-month .month-box .m-year .m-year-prev,
.sear-month .month-box .m-year .m-year-next{
	padding: 16px 20px; cursor: pointer; user-select: none;
}
.sear-month .month-box .m-year .m-year-c {
	text-align: center; font-size: 1.1rem; font-weight: bold;
}
.sear-month .month-box .m-month {
	padding: 5px; flex-wrap: wrap;
}
.sear-month .month-box .m-month .m-month-item {
	flex: 1 1 33.3333%;
	padding: 5px; box-sizing: border-box;
}
.sear-month .month-box .m-month .m-month-item a {
	display: inline-block; width: 100%; padding: 15px 0; text-align: center;
	border-radius: 12px; user-select: none;
}
.sear-month .month-box .m-month .m-month-item.active a {
	background-color: #3270FC; color: #fff; 
}
.sear-month .month-box .m-month .m-month-item a:hover {
	background-color: #3270FC; color: #fff;
}


/* 發票列表頁面篩選 */
.fl-filter {
	padding: 30px 0;
}
.fl-filter .fl-user-item {
	display: inline-block; padding: 0.6rem 1.5rem; border: 1px solid #ccc; border-radius: 0.325rem;
	cursor: pointer;
}
.fl-filter .fl-user-item.active,
.fl-filter .fl-user-item:hover {
	background-color: #3270FC; color: #fff;
}


.dhide {
	display: none !important;
}
.search-check {
	padding: 125px 30px; background-color: #fff;
	display: flex; flex-direction: column; gap: 30px;
	align-items: center;
}
.search-check .sc-box {
	width: 70%; 
}
.search-check .sc-required,
.search-check .sc-err{
	display: none; text-align: left;color: red; margin-top: 6px;
}
.search-check input {
	border: 1px solid #e5e7f2;
	background: #F5F7FB;
	width: 100%;
	padding: 15px 30px;
	border-radius: 4px;
	color: #7d93b2;
	font-size: 12px;
	-webkit-appearance: none;
	outline: 0;
	font-weight: 400;
}
.search-check .btn-sear {
	background: #3270FC; padding: 13px 30px; color: #fff;
    border-radius: 4px;
    font-weight: 500;
    font-size: 12px; display: inline-block;
}


.btn-svideo {
	padding: 8px 30px;
	background: #fff;
	cursor: pointer;
	border-radius: 2px;
	border: 1px solid #eee;
	color: #144273;
	font-weight: 600; position: relative;
}
.btn-svideo.active {
	background-color: #3270FC; color: #fff;
}

.btn-svideo .vip {
	font-size: 0; position: absolute;
	background: url("/static/video/img/img.png") no-repeat -250px -31px;
	top: 3px; right: 3px;
	width: 24px;
	display: inline-block;
	height: 12px;
}

.fly-icon {
	/* float: right;
	font-size: 18px;
	color: #878C9F;
	position: relative;
	top: 24px; */
	color: #fff; top: 6px;
}


.video-ri {
	position: absolute; width: 60px; height: 150px; top: 0; bottom: 0; right: 100px;
	margin-top: auto; margin-bottom: auto; z-index: 10;
}
.video-ri a {
	background-color: rgba(255, 255, 255, 0.6); display: block; width: 60px; height: 60px;
	border-radius: 50%; font-size: 30px; line-height: 60px;
}
.video-ri a:first-child {
	margin-bottom: 30px;
}

.vis-wishlist {
    opacity: 1;
    visibility: visible;
    right: 210px;
    display: block;
}









@font-face {
    font-family: "Phosphor-Duotone";
    src: url(./Phosphor-Duotone.woff2) format("woff2"), url(./Phosphor-Duotone.woff) format("woff"), url(./Phosphor-Duotone.ttf) format("truetype"), url(./Phosphor-Duotone.svg#Phosphor-Duotone) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
@font-face {
    font-family: "Phosphor-Bold";
    src: url(./Phosphor-Bold.woff2) format("woff2"), url(./Phosphor-Bold.woff) format("woff"), url(./Phosphor-Bold.ttf) format("truetype"), url(./Phosphor-Bold.svg#Phosphor-Bold) format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


.ticket-app {
	font-family: "Rubik", serif; text-align: left;
}


.p-0 {
    padding: 0 !important;
}

.mt-2 {
    margin-top: .5rem !important;
}
.app-nav .main-nav {
	padding: 0 0.75rem;
}
.app-nav .menu-title {
    padding: 0.75rem 1.25rem 0.2rem !important;
    margin-bottom: 0.75rem;
}
.app-nav .menu-title span {
    text-transform: uppercase;
    color: rgba(15, 98, 106, 1);
    font-size: 14px;
    font-weight: 500;
    border-radius: 15px;
}
.app-nav .main-nav > li:not(.menu-title) > a {
    padding: 0.6rem 1rem;
    font-weight: 500;
    color: rgba(40, 35, 45, 1);
    width: 100%;
    display: inline-flex;
    font-size: 16px;
    align-items: center;
    text-transform: capitalize;
    border-radius: 0.6rem;
}
.app-nav .main-nav > li:not(.menu-title) ul {
    margin: 0 1rem;
    list-style-position: inside;
}
.collapse:not(.show) {
    display: none;
}
.app-nav .main-nav > li:not(.menu-title) ul li {
    padding: 0.3rem 1.5rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    position: relative;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-nav .main-nav > li:not(.menu-title) > a[aria-expanded=true] {
    color: rgba(255, 255, 255, 1);
    background: rgba(15, 98, 106, 1);
    margin-bottom: 0.5rem;
    font-size: 1.125rem;
}

.row-xh {
	display: flex;
	flex-wrap: wrap; text-align: left;
	margin-top: calc(-1 * 0);
	margin-right: calc(-.5 * 1.5rem);
	margin-left: calc(-.5 * 1.5rem);
}
@media (min-width: 576px) {
    .row-xh .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%;
    }
	.row-xh .col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%;
	}
}
.m-1 {
    margin: .25rem !important;
}
.col-12 {
    flex: 0 0 auto;
    width: 100%;
}
.row-xh .main-title {
    font-weight: 600;
    text-transform: capitalize;
	font-size: 1.7rem;
	margin-bottom: 0;
	line-height: 1.4;
	color: #082f32;
}
.mb-3 {
    margin-bottom: 1rem !important;
}
.app-line-breadcrumbs li {
    display: inline-block;
}
.f-w-500 {
    font-weight: 500 !important;
}
.f-s-14 {
    font-size: 14px !important;
}
.app-line-breadcrumbs li + li::before {
    content: "/";
    color: #a0a0b0;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.ph-duotone {
    font-family: "Phosphor-Duotone" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ph-duotone.ph-stack:before {
    content: "\f145";
    opacity: 0.2;
}
.ph-duotone.ph-stack:after {
    content: "\f146";
    margin-left: -1em;
}
.f-s-16 {
    font-size: 16px !important;
}

.ticket-app .ticket-card {
    overflow: hidden; position: relative;
}

.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-title-color: ;
    --bs-card-subtitle-color: ;
    --bs-card-border-width: var(--bs-border-width);
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: var(--bs-border-radius);
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}
.px-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.card {
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10);
    border: none;
    margin-bottom: 1.25rem;
    transition: all 0.3s ease;
    border-radius: 0.6rem;
}

.bg-primary {
    background-color: rgba(15, 98, 106, 1) !important;
    color: rgba(255, 255, 255, 1);
}

.card-body {
    flex: 1 1 auto;
	font-family: "Rubik", serif;
}
.card-body p {
	color: #fff;
}
.card .card-body, .card .card-header, .card .card-footer {
    padding: 1.125rem 1.5rem;
}

.ticket-app .ticket-card .circle-bg-img {
    font-size: 840%;
    position: absolute;
    right: -16px;
    top: -43px;
    opacity: 0.25;
    overflow: hidden;
}

.ph-bold {
    font-family: "Phosphor-Bold" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ph-bold.ph-circle:before {
    content: "\ea37";
}
.w-50 {
    width: 50px !important;
}
.h-50 {
    height: 50px !important;
}

.b-r-15 {
    border-radius: 15px !important;
}

.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.bg-white {
    background-color: rgba(255, 255, 255, 1) !important;
    color: rgba(255, 255, 255, 1);
}
.btn-white, .bg-white {
    color: rgba(40, 35, 45, 1) !important;
}

.f-s-25 {
    font-size: 25px !important;
}
.ph-bold.ph-ticket:before {
    content: "\ed73";
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.text-white {
    color: rgba(255, 255, 255, 1) !important; font-size: 1.95rem;
}
.text-dark {
    color: rgba(40, 35, 45, 1) !important;
}
.text-warning {
    color: rgba(249, 193, 35, 1) !important;
}
.text-info {
    color: rgba(65, 150, 250, 1) !important;
}
.text-success {
    color: rgba(10, 185, 100, 1) !important;
}
.text-danger {
    color: rgba(225, 78, 90, 1) !important;
}

.avatar-group {
    display: flex;
    align-items: center;
    justify-content: center;
}
.text-bg-danger {
    color: #fff !important;
    background-color: rgba(225, 78, 90, 1) !important;
}
.d-flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

.b-2-light {
    border: 2px solid rgba(200, 185, 210, 1) !important;
}
.w-45 {
    width: 45px !important;
}
.h-45 {
    height: 45px !important;
}
.w-35 {
    width: 35px !important;
}
.h-35 {
    height: 35px !important;
}
.b-r-50 {
    border-radius: 50px !important;
}
.position-relative {
    position: relative !important;
}
.avatar-group li {
    transition: all 0.3s ease;
    cursor: pointer;
}
.p-1 {
    padding: .25rem !important;
}
.top-0 {
    top: 0 !important;
}
.position-absolute {
    position: absolute !important;
}
.border {
    border: 1px solid #ebedf0 !important;
}
.bg-danger {
    background-color: rgba(225, 78, 90, 1) !important;
    color: rgba(255, 255, 255, 1);
}
.bg-info {
    background-color: rgba(65, 150, 250, 1) !important;
    color: rgba(255, 255, 255, 1);
}
.bg-success {
    background-color: rgba(10, 185, 100, 1) !important;
    color: rgba(255, 255, 255, 1);
}
.bg-warning {
    background-color: rgba(249, 193, 35, 1) !important;
    color: rgba(255, 255, 255, 1);
}
.start-2 {
    left: 2px !important;
}

.rounded-circle {
    border-radius: 50% !important;
}
.overflow-hidden {
    overflow: hidden !important;
}

.img-fluid {
    max-width: 100%;
    height: auto; vertical-align: middle;
}
.avatar-group li + li {
    margin-left: -15px;
    font-size: 80%;
    z-index: 0;
}
.text-bg-success {
    background-color: rgba(10, 185, 100, 1) !important;
    color: #fff !important;
}
.text-bg-warning {
    background-color: rgba(249, 193, 35, 1) !important;
    color: #000 !important;
}
.text-bg-info {
    background-color: rgba(65, 150, 250, 1) !important;
    color: #000 !important;
}
.ph-bold.ph-clock-countdown:before {
    content: "\ea45";
}
.ph-bold.ph-file-cloud:before {
    content: "\eae7";
}
.ph-bold.ph-file-x:before {
    content: "\eb02";
}

.create-ticket-card {
    position: relative;
    overflow: hidden; background-color:#fff;
}
.create-ticket-card:before, .create-ticket-card:after {
    content: "";
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background-color: rgba(15, 98, 106, 0.2);
    position: absolute;
}
.create-ticket-card:before {
    left: 249px;
    top: -147px;
}
.create-ticket-card:after {
    bottom: -141px;
    left: 186px;
}
.ticket-app h1, .ticket-app h2, .ticket-app h3, .ticket-app h4, .ticket-app h5, .ticket-app h6 {
	line-height: 1.4;
	color: #082f32;
	font-weight: 500;
}
.ticket-app h5 {
    font-size: 1.35rem;
    margin-bottom: 0;
}
.ticket-app h6 {
    font-size: 1.2rem;
}
.mb-2 {
    margin-bottom: .5rem !important;
}
.text-secondary {
    line-height: 1.5 !important;
}
.text-primary {
    color: rgba(15, 98, 106, 1) !important;
}
.mb-5 {
    margin-bottom: 3rem !important;
}
.mt-3 {
    margin-top: 1rem !important;
}
.text-secondary {
    color: rgba(98, 98, 98, 1) !important;
}
.text-secondary:hover {
    color: rgba(98, 98, 98, 0.8) !important;
    cursor: pointer;
}
.create-ticket-card p {
	font-size: 15px;
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}
.btn-xh.btn-primary {
    background-color: rgba(15, 98, 106, 1);
    border: 1px solid rgba(15, 98, 106, 1);
	color: #fff;
}
.btn-xh.btn-secondary {
    background-color: rgba(98, 98, 98, 1);
    border: 1px solid rgba(98, 98, 98, 1);
	color: #fff;
}
.btn-xh.btn-success {
    background-color: rgba(10, 185, 100, 1);
    border: 1px solid rgba(10, 185, 100, 1);
	color: #fff;
}

.btn-xh {
    padding: 7px 25px;
    font-size: 16px;
    border-radius: 5px; line-height: 1.5;
	display: inline-block;
}
.w-300 {
    width: 300px !important;
}

.m-auto {
    margin: auto !important;
}
.d-block {
    display: block !important;
}
.ms-3 {
    margin-left: 1rem !important;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
.slick-next {
    right: -25px;
}
.slick-prev {
    left: -25px;
}
.slick-prev:before {
    content: '←';
}
.slick-prev:before, .slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-track, .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before, .slick-track:after {
    display: table;
    content: '';
}

.ticket-slider li {
    padding: 0.5rem; display: inline-block;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
.slick-initialized .slick-slide {
    display: block;
}

.ticket-slider li .ticket-catagory {
    background-color: rgba(255, 255, 255, 1);
    display: flex;
    justify-content: space-between;
    border-radius: 0.6rem;
    box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10);
    align-items: center;
    border: 1px dashed rgba(40, 35, 45, 0.2);
}
.p-3 {
	padding: 1rem !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.ticket-slider .badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.35em;
    --bs-badge-font-size: 0.75em;
    --bs-badge-font-weight: 700;
    --bs-badge-color: #fff;
    --bs-badge-border-radius: 0.375rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}
.ticket-slider .badge {
    padding: 0.3em 0.9em 0.3em;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 1.4;
}
.text-light-success {
    background-color: rgba(var(--success), 0.1);
    color: rgba(var(--success), 1);
    border-color: transparent;
    transition: var(--app-transition);
}
.ticket-slider li .ticket-catagory .badge {
    height: -moz-fit-content;
    height: fit-content;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}
div.dataTables_wrapper {
    position: relative;
}

.app-datatable-default .dataTables_wrapper .dataTables_length {
    padding: 1rem 1.25rem;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, 
.dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, 
.dataTables_wrapper .dataTables_paginate {
    color: inherit;
}
.dataTables_wrapper .dataTables_length {
    float: left;
}
.app-datatable-default .dataTables_wrapper .dataTables_length label {
    color: rgba(40, 35, 45, 0.8);
    font-weight: 500; display: inline-block;
}

.app-datatable-default .dataTables_wrapper .dataTables_length select {
    color: rgba(98, 98, 98, 1);
    font-size: 14px;
    padding: 0.4rem 0.75rem;
    border: 1px dotted rgba(98, 98, 98, 0.4) !important;
}
.dataTables_wrapper .dataTables_length select {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    padding: 4px;
}
.app-datatable-default .dataTables_wrapper .dataTables_filter {
    padding: 1rem 1.25rem;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
}

.app-datatable-default .dataTables_wrapper .dataTables_filter input {
    padding: 0.4rem 0.75rem;
    border: 1px dotted rgba(98, 98, 98, 0.4) !important;
}
.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #aaa;
    border-radius: 3px;
    padding: 5px;
    background-color: transparent;
    margin-left: 3px;
}
[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}
.app-datatable-default .dataTables_wrapper table {
    border-top: 1px dotted rgba(40, 35, 45, 0.2);
    border-bottom: 1px dotted rgba(40, 35, 45, 0.2);
}
/* table {
	caption-side: bottom;
} */
table.dataTable.no-footer {
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}
table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}
.w-100 {
    width: 100% !important;
}
.app-datatable-default .dataTables_info {
    padding: 1.25rem;
    color: rgba(40, 35, 45, 0.8);
    font-weight: 500;
    font-size: 15px;
}

.dataTables_info {
    clear: both;
    float: left;
    padding-top: .755em;
}

.app-datatable-default table thead th {
    border-bottom: 1px dashed rgba(98, 98, 98, 0.4);
    color: rgba(40, 35, 45, 1);
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}
table.dataTable thead>tr>th.sorting, table.dataTable thead>tr>th.sorting_asc, table.dataTable thead>tr>th.sorting_desc, table.dataTable thead>tr>th.sorting_asc_disabled, table.dataTable thead>tr>th.sorting_desc_disabled, table.dataTable thead>tr>td.sorting, table.dataTable thead>tr>td.sorting_asc, table.dataTable thead>tr>td.sorting_desc, table.dataTable thead>tr>td.sorting_asc_disabled, table.dataTable thead>tr>td.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
    padding-right: 26px;
}
.app-datatable-default table thead th:first-child {
    padding-left: 20px;
}
.app-datatable-default table thead th {
	font-size: 15px;
}
.app-datatable-default table thead th.sorting.sorting_asc_disabled, .app-datatable-default table thead th.sorting.sorting_desc_disabled, .app-datatable-default table thead th.sorting.sorting_asc, .app-datatable-default table thead th.sorting.sorting_desc {
    padding-right: 0.6rem !important;
}

.app-datatable-default table.dataTable.display > tbody > tr.odd {
    background-color: rgba(200, 185, 210, 0.2);
}

table.dataTable th, table.dataTable td {
    box-sizing: content-box;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px 10px;
}
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.app-datatable-default table tbody td {
    border: none;
    border-top: 1px dashed rgba(98, 98, 98, 0.4);
    color: rgba(40, 35, 45, 0.8);
    font-size: 15px;
    padding: 0.8rem 0.75rem;
}
table.dataTable.stripe>tbody>tr.odd>*, table.dataTable.display>tbody>tr.odd>* {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.023);
}
table.dataTable.order-column>tbody tr>.sorting_1, table.dataTable.order-column>tbody tr>.sorting_2, table.dataTable.order-column>tbody tr>.sorting_3, table.dataTable.display>tbody tr>.sorting_1, table.dataTable.display>tbody tr>.sorting_2, table.dataTable.display>tbody tr>.sorting_3 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.019);
}
.app-datatable-default table tbody td:first-child {
    padding-left: 20px;
}
table.dataTable.row-border tbody tr:first-child th, table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th, table.dataTable.display tbody tr:first-child td {
    border-top: none;
}
table.dataTable.display>tbody>tr.odd>.sorting_1, table.dataTable.order-column.stripe>tbody>tr.odd>.sorting_1 {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.054);
}
.app-datatable-default table.dataTable.display > tbody > tr.even > .sorting_1, .app-datatable-default table.dataTable.display > tbody > tr.odd > * {
    box-shadow: none;
}

table.dataTable thead th, table.dataTable thead td, table.dataTable tbody td, table.dataTable tfoot th, table.dataTable tfoot td {
    text-align: left;
}
.app-datatable-default table thead th {
    border-bottom: 1px dashed rgba(98, 98, 98, 0.4);
    color: rgba(40, 35, 45, 1);
    font-weight: 600;
    padding: 0.5rem 0.75rem;
}
.app-datatable-default table tbody tr:hover {
	background-color: rgba(200, 185, 210, 0.1);
}




.table-responsive {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	font-size: 18px;
	color: #212529;
}
.table-responsive table {
    caption-side: bottom;
    border-collapse: collapse;
}
.table-responsive .table {
    --bs-table-color: var(--bs-body-color);
    --bs-table-bg: transparent;
    --bs-table-border-color: var(--bs-border-color);
    --bs-table-accent-bg: transparent;
    --bs-table-striped-color: var(--bs-body-color);
    --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
    --bs-table-active-color: var(--bs-body-color);
    --bs-table-active-bg: rgba(0, 0, 0, 0.1);
    --bs-table-hover-color: var(--bs-body-color);
    --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: var(--bs-table-color) !important;
    vertical-align: top;
    border-color: var(--bs-table-border-color);
}
.table-responsive .table-xh {
	/* margin-bottom: 1rem; */
}

.table-responsive .table-xh thead {
	color: #212529 !important; 
}
.table-responsive .table-xh thead th {
	text-align: left;
}
.table-responsive .table-xh {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.table-responsive .table>tbody {
    vertical-align: inherit;
}
.table-responsive .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 0;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table-responsive .table-xh tbody tr td {
    padding: 0.75rem; text-align: left; font-size: 15px;
}
.table-responsive .table-xh tbody tr td:first-child {
    padding-left: 1.25rem;
}
.table-responsive .table-xh tbody tr td:last-child {
    padding-right: 1.25rem;
}
.w-200 {
    width: 200px !important;
}
.table-responsive img, .table-responsive svg {
	vertical-align: middle;
}
.table-responsive address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
.table-responsive .text-end {
    text-align: right !important;
}
.mb-1 {
    margin-bottom: .25rem !important;
}

.table-responsive h1,
.table-responsive h2,
.table-responsive h3,
.table-responsive h4,
.table-responsive h5,
.table-responsive h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.4;
}
.table-responsive h3 {
	font-size: 1.95rem;
}
.table-responsive h6 {
	font-size: 1.2rem;
}
.table-responsive p {
	margin-top: 0;
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 5px;
	color: #212529;
	text-align: inherit;
	padding-bottom: 0;
}
.table-responsive strong {
	font-weight: 600;
}
.f-w-600 {
    font-weight: 600 !important;
}

.table-responsive .table-xh th {
	font-weight: bold; font-size: 16px; text-align: left;
}
.table-responsive tr th {
    padding: 0.5rem 0.75rem;
}
.table-responsive .invoice-table tr th, .table-responsive .invoice-table tr td {
    padding: 0.75rem !important;
}
.table-bottom-border > tbody > tr {
    border-top: 1px solid rgba(98, 98, 98, 0.2);
}
.f-s-14 {
    font-size: 14px !important;
}
.fp-s-table .float-end {
    float: right !important;
}

@font-face {
    font-family: "tabler-icons";
    font-style: normal;
    font-weight: 400;
    src: url(../font/tabler-icons.eot);
    src: url(../font/tabler-icons.eot) format("embedded-opentype"), url(../font/tabler-icons.woff2) format("woff2"), url(../font/tabler-icons.woff) format("woff"), url(../font/tabler-icons.ttf) format("truetype");
}
.ti {
    letter-spacing: -0.43em;
}
.ti {
    font-family: "tabler-icons" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ti-printer:before {
    content: "\eb0e";
}
.ti-send:before {
    content: "\eb1e";
}
.ti-download:before {
    content: "\ea96";
}


.btn-lj {
	border: 1px solid rgba(10, 185, 100, 1) !important;
	background-color: rgba(10, 185, 100, 0.1) !important;
	color: rgba(10, 185, 100, 1) !important;
	display: inline-block; padding: 4px 10px; border-radius: 2px;
	font-size: 12px;
}

.search-form input {
	margin-bottom: 0 !important;
}
.search-form input[type="submit"] {
	height: 44px;
	width: 100%;
	opacity: 0;position: absolute;left: 0; top: 0;z-index: 5;
}

.fpi-search .container {
	width: 100% !important;
}
.fpi-search {
	text-align: center !important;
}
.fpi-ad {
	box-shadow: 0 .1rem 0.5rem 0 rgba(40, 35, 45, .10);
	border-radius: 0.6rem;width: 100%; height: 240px;object-fit: cover;
	margin-bottom: 1.25rem;
}
.fpi-bottom {
	position: fixed;
	left: 80px; right: 0;
	z-index: 4;
	height: 60px;
	box-sizing: border-box;
	bottom: 0;
	background: #fff;
	border-top: 1px solid #eee;
	color: rgba(40, 35, 45, 0.8);
	font-size: 15px; text-align: left; padding: 0 30px;
	display: flex; justify-content: space-between; align-items: center;
}


/* 打印时的专用样式 */
@media print {
    /* 隐藏不需要打印的元素，如按钮、导航栏 */
    .no-print, .btn-xh, button, nav, footer, header {
        display: none !important;
    }
	@page {
		size: landscape; /* 设置页面方向为横向 */
		margin: 0;
	}

    /* 优化打印内容的排版 */
    body {
        color: #000;
        background: #fff;
		width: 100%;
		margin: 0;
		padding: 0;
    }

    /* 确保背景色和图片能被打印（部分浏览器默认不打印背景） */
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}


.btn-faq {
	padding: 6px 20px; border-radius: 2px; border: 1px solid #efefef;
}
.btn-faq:hover {
	background-color: #3270FC; color: #fff; border-color: #3270FC;
}


.bold {
	font-weight: bold;
}

.footer-list li a {
	font-weight: 400; color: #43688F !important;
}
.footer-contacts li a {
	color: #43688F !important;
}

.btn-xh.btn-sm {
	font-size: 13px; padding: 0 15px; height: 30px; line-height: 30px;
}
.contats-list .btn-xh:hover {
	color: #fff;
}

.btn-line {
	background-color: #00ba00;
}
.btn-xh.btn-line:hover {
	background: unset;
	background-color: #00ba00;
}
.btn-xh.btn-nh {
	color: #fff;
}


.signin-box {
	float: right;
	position: relative;
	padding: 15px 25px 0;
	color: #144273;
	height: 70px;
	/* border-right: 1px solid #eee; */
}

.profile-widget-card .user-gp {
	/* text-overflow: ellipsis; */
	/* white-space: nowrap; */
	width: 115px;
	/* overflow: hidden; */
}
.sex-card:before {
	content: unset;
}
.sex-card .fa-male, .sex-card .fa-female {
	font-size: 36px;
	color: #ccc;
	font-weight: 700;
	position: absolute;
	top: 50%;
	height: 50px;
	line-height: 50px;
	margin-top: -25px;
	right: 20px;
	opacity: .7;
}


.w-40 {
    width: 40px !important;
}
.h-40 {
    height: 40px !important;
}
.text-light-success {
    background-color: rgba(10, 185, 100, 0.1);
    color: rgba(10, 185, 100, 1);
    border-color: transparent;
    transition: all 0.3s ease;
}


.fp-steps .fp-steps-item {
	height: 100px; flex-direction: column; align-items: center;
	justify-content: space-around; 
}
.fp-steps .fp-steps-icon {
	position: relative; width: 100%; 
}
.fp-steps .fp-steps-icon:before {
	content: ''; display: block; width: 100%; height: 2px;
	background-color: #ccc; position: absolute;
	left: 50%; top: 50%; margin-top: -1px;
}
.fp-steps .fp-steps-item:last-child .fp-steps-icon:before {
	display: none;
}
.fp-steps .fp-steps-num {
	width: 36px; height: 36px; display: inline-block;
	border-radius: 50%; border: 3px solid #ccc; font-size: 24px; font-weight: 500;
	line-height: 30px; color: #ccc; text-align: center;
}
.fp-steps .fp-steps-title {
	font-size: 16px; font-weight: 500;
}

/* .fp-steps .fp-steps-item .fp-steps-item-title {
	height: 80px;
	flex-direction: column; align-items: center;
	justify-content: space-around;
} */
.fp-steps .fal {
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 24px;
	font-weight: 500;
	background-color: #fff;
	position: relative; z-index: 2;
	color: #ccc;
}

.fp-steps .fp-done .fp-steps-num {
	border-color: rgba(10, 185, 100, 1); color: rgba(10, 185, 100, 1);
}
.fp-steps .fp-done .fal {
	color: rgba(10, 185, 100, 1);
}
.fp-steps .fp-done .fp-steps-icon:before {
	background-color: rgba(10, 185, 100, 1);
}

.fp-steps .fp-act .fp-steps-num {
	border-color: #3270FC; color: #3270FC;
}
.fp-steps .fp-act .fal {
	color: #3270FC;
}

.fp-steps .fp-danger .fp-steps-num {
	border-color: rgba(225, 78, 90, 1); color: rgba(225, 78, 90, 1);
}
.fp-steps .fp-danger .fal {
	color: rgba(225, 78, 90, 1);
}


.div-space {
	background-color: #fff; margin-top: 20px;
}
.bg-whi {
	background-color: #fff;
}
.no-border {
	box-shadow: unset !important; border-radius: 0 !important;
}


.reviews-comments-item-text .rainingvis-ajax {
    float: left;
    margin: 2px 0 20px 20px;
}
.review-total .rainingvis-ajax {
    top: 10px;
}


.table-min {
	min-width: 1300px; overflow-x: auto;
}

.dxh-content {
	padding: 40px 70px 70px 150px;
}
.bg-f5 {
	background-color: #F5F7FB;
}
.dxh-content .container {
	width: 100%; max-width: unset;
}
.dxh-content .breadcrumbs {
	padding-left: 30px; padding-right: 30px;
}
.dxh-content .parallax-section {
	padding-left: 30px; padding-right: 30px;
}
.dxhs-content {
	padding: 40px 70px 70px 150px;
}
.dxhs-content .container {
	max-width: unset; width: 80%;
}
@media only screen and (max-width:2000px) {
	.dxhs-content .container {
		width: 100%;
	}
}

.jj-holder {
	float: right;
	position: relative; margin-left: 20px;
}
.btn-jj {
	padding: 8px 30px;
	border-radius: 2px;
	border: 1px solid #efefef;
	box-shadow: 0 15px 5px rgba(0, 0, 0, 0.03);
}

.fps-user-elli {
	max-width: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

