@charset "utf-8";

[v-cloak]{display:none;}
a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
}

a:hover {
  color: #0d6efd;
  text-decoration: none;
}
.trans-02 {
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    -moz-transition: all .2s;
    transition: all .2s;
}
button:focus {
    outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



.form-control:focus {
  box-shadow: none;
}
.ellipsis-2 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-wrap:break-word;}
.ellipsis-3 {overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;word-wrap:break-word;}
/* 验证码 */
.verify-captcha{
	font-size: 0.875rem;
	text-align: center;
	background-color: #f7f9fa;
	border: #ddd solid 1px;
	padding: 0.5rem 0.75rem;
	border-radius: 0.3rem;
}

.captcha-tips{
	cursor: pointer;
}
.captcha-tips:hover{
	color: #16a086;
}
.captcha-tips .spinner-grow{
	width: 1rem;
	height: 1rem;
}
.verify-captcha.verify-success {
    border-color: #52ccba;
    background-color: #d2f4ef;
}
.verify-captcha .captcha-tips{
	display: block;
}
.verify-captcha .captcha-tips-success{
	display: none;
}
.verify-captcha.verify-success .captcha-tips{
	display: none;
}
.verify-captcha.verify-success .captcha-tips-success{
	display: block;
}
.captcha-tips-success{
	color: #3EC6B2;
}
/* end */
.header{
	padding-top: 1rem;
	padding-bottom: 1rem;
	/* background-color: #fff; */
	z-index: 1000;
}
.header.position-absolute {
	top: 0;
	left: 0;
	width: 100%;
}
.header .offcanvas{
	--bs-offcanvas-width: 200px;
}
/* 头部置顶 */
.navbar-sticky.navbar-stuck.navbar{
	--bs-navbar-brand-padding-y: .75rem;
}
.navbar-sticky.navbar-stuck {
    position: fixed!important;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-animation: navbar-show .5s;
    animation: navbar-show .5s;
    z-index: 1030;
	transition: .5s ease;
	border-bottom: #e8e8e8 solid 1px;
	background-color: #fff;
}
@keyframes navbar-show {
  from {
    transform: translateY(-100%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
/* end */
.header.navbar{
	--bs-navbar-active-color:var(--bs-primary);
}
.header .nav-link{
	font-size: 1rem;
	padding-left: 20px!important;
	padding-right: 20px!important;
}
.header .head-menu .nav-link {
	padding: 0.8125rem 0;
}
.nav-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 0.25rem;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #2D8DC4;
}
.navbar-light .navbar-nav .nav-link {
    color: #333;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--bs-primary);
}
.navbar-light .navbar-nav .nav-link.active  {
    color: var(--bs-primary);
}

.navbar-toggler {
	padding: 0;
	outline: none;
	border: none;
}

.navbar-brand{
	font-size: 30px;
	font-weight: 500;
	line-height: 1;
	padding: 0;
}
.navbar-brand img{
	height: 45px;
}
.dropdown-menu-end {
    right: 0;
    left: auto;
}

/* banner */
.jumbotron{
	padding-top: 5rem;
	padding-bottom: 5rem;
	position: relative;
}
.jumbotron .bg-cover{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: linear-gradient(90deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%) !important;
	opacity: .1 !important;
	z-index: -1;
}
.lead{
	font-size: 1.125rem;
	margin-bottom: 1.5rem;
}

.content{
	padding-top: 3rem;
	padding-bottom: 3rem;;
}

.heading{
	margin-top: 0px;
	margin-bottom: 2rem;
	text-align: center;
	position: relative;
}
.heading.noline{
	margin-bottom: 0px;
}
.heading.noline::after{
	border-top: 0;
	width:0;
}

.heading-title{
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	position: relative;
}

/* 优势 */
.youshibox h4{
	font-size: 1.75rem;
	margin-bottom: 1rem;
}
.youshibox p{
	font-size: 1rem;
	line-height: 1.8;
}

/* jiage */
.price-card .card-header,.price-card .card-body,.price-card .card-footer{
	padding: 2rem;
}

.table-price {
    font-size: 1rem;
	--bs-table-striped-bg: var(--bs-light);
}
.table-price>:not(caption)>*>* {
    padding: 1rem 1.5rem;
	border: 0;
}
.table-text-center, .table-text-center td, .table-text-center th {
    text-align: center;
}
.table-price .icon{
	font-size: 1.25rem;
}
.table-price .icon{
	font-size: 1.25rem;
}
.table-price .icon-check{
	color: var(--bs-success);
}
.table-price .icon-close{
	color: var(--bs-danger);
}


/* .col-form-label {
    font-size: 1rem;
} */


/* 新版登录页 */
.auth-card {
	box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
}
.fs-lg{
	font-size: 1.125rem;
}

/* 登录模态框 */

@media (min-width: 768px) {
	.login-modal .modal-body{
		padding: 3.75rem 3.75rem 2rem 3.75rem;
	}
}
.btn-sendsms{
	font-size: 0.875rem !important;
	--bs-btn-border-color: #e8eaee;
	--bs-btn-disabled-border-color: #e8eaee;
	--bs-btn-disabled-opacity: 1;
	--bs-btn-hover-border-color: #e8eaee;
	--bs-btn-active-border-color: #e8eaee;
}

.country-code{
	border-color: #e8eaee transparent #e8eaee #e8eaee;
	text-align: right;
}
.country-code:after{
	font-family: "iconfont" !important;
	content: "\e661";
	margin-left: 0.25rem
}
.dropdown-country-code{
	height: 300px;
	overflow: auto;
}
.dropdown-country-code .dropdown-item{
	font-size: 0.875rem;
	cursor: pointer;
	padding: 0.375rem 1.5rem;
}
.dropdown-country-code::-webkit-scrollbar-track {
	background-color: #f5f5f5
}

.dropdown-country-code::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.dropdown-country-code::-webkit-scrollbar-thumb {
	background-color: #999
}

.bg-soft-primary {
	background-color: rgba(55, 125, 255, .1) !important
}
/* 滑动验证 */
.nc-container .nc_wrapper, .nc-container.tb-login .nc_wrapper {
    width: auto!important;
}
.nc-container .nc_scale span{
	height: 34px!important;
	line-height: 34px!important;
}

/* 个人中心 */
#page-topbar {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1002;
	background-color: #fff;
	-webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
	box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}
#page-topbar .navbar {
	height: 70px;
}
.vertical-menu {
	--bs-nav-link-font-size: 0.9375rem;
	width: 250px;
	z-index: 1001;
	background: #fff;
	bottom: 0;
	margin-top: 0;
	position: fixed;
	top: 70px;
	-webkit-box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03);
	box-shadow: 0 .75rem 1.5rem rgba(18, 38, 63, .03)
}
.vertical-menu .offcanvas-lg{
	--bs-offcanvas-width: 220px;
}
.vertical-menu .nav-link.active, .vertical-menu .nav-link.show {
    color: var(--bs-primary);
}

.main-content {
	margin-left: 250px;
	overflow: hidden
}

.page-content {
	padding: calc(70px + 24px) calc(24px * 1) 60px calc(24px * 1)
}
.account-footer {
	bottom: 0;
	padding: 20px calc(24px * .75);
	position: absolute;
	right: 0;
	color: var(--bs-gray);
	left: 250px;
	height: 60px;
	background-color: var(--bs-footer-bg);
	font-size: 0.875rem;
	
}

@media (max-width:992px) {
	.vertical-menu {
		width: 0;
	}
	
	.main-content {
		margin-left: 0 !important
	}
	.page-content {
		padding: calc(70px + 24px) 0 60px 0
	}
	.account-footer {
		left: 0
	}
}
@media (min-width:768px) {
	.page-content .card-body {
		padding: 2rem;
	}
}
/* 左侧用户信息 */
.leftbar-user {
	background: url(../images/waves.png) no-repeat;
	padding: 30px 20px;
	text-align: center
}
.leftbar-user-avatar{
	width: 50px;
	height: 50px;
	margin: auto;
	position: relative;
	margin-bottom: 0.5rem;
}
.vip-icon{
	background-image: url(../images/vip.png);
	background-position: center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.leftbar-user .leftbar-user-name {
	font-weight: 700;
	color: #313a46;
	margin-top: 8px;
	display: block
}
.leftbar-user .leftbar-user-label {
	font-size: 0.875rem;
	color: #313a46;
	display: block;
	margin-bottom: 8px;
}


.account-container{}
.account-container .card{
	box-shadow: none;
}
.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.avatar {
    height: 3rem;
    width: 3rem;
    position: relative;
    display: inline-block !important;
}
.avatar-xl {
    height: 5.125rem;
    width: 5.125rem;
}

/* 文章列表 */
.article-item{
	padding: 1rem 0;
	border-bottom: 1px solid var(--bs-border-color);
}
.article-item:first-child{
	padding-top: 0;
}
.article-item:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.article-item img{
	width: 160px;
	height: 90px;
}
.article-item-title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 0.5rem;
}
.article-item-title .title{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.article-item-title .time{
	font-size: 0.875rem;
	color: var(--bs-gray);
	flex-shrink: 0;
}
.article-item-btn{
	font-size: 0.875rem;
}
@media (max-width:767px) {
	.article-item img{
		width: 80px;
		height: 45px;
	}
	.article-item-title{
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		margin-bottom: 0.5rem;
	}
}
.input-group-addon {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    text-align: center;
    white-space: nowrap;
    background-color: var(--bs-tertiary-bg);
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
}
.nodata{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	max-width: 500px;
	margin: auto;
	padding: 2rem 0;
}
.nodata img{
	width: 80px;
}
.nodata p{
	font-size: 1rem;
	color: var(--bs-secondary);
	margin-top: 1rem;
}

/* 我的票券 */
.order-accordion{
	
}
.order-accordion-item{
	border-bottom: var(--bs-border-color) solid 1px;
	
}
.order-accordion-body{
	padding: 1rem;
}
/* 安全中心 */

.user-security{
	padding: 16px 0;
	border-bottom: #eee solid 1px;
}

.user-security:last-child{
	border-bottom: 0;
}
.security-title{
	font-size: 16px;
	padding-left: 16px;
	white-space:nowrap;
}
.security-text{
	font-size: 14px;
	color: #888;
}
.security-success{
	font-size: 18px;
	font-weight: normal;
	color: #28a745;
}
.security-warn{
	font-size: 32px;
	color: #dc3545;
}
.user-security .btn{
	font-size: 14px;
}
@media (max-width:767px) {
	.user-security>* {
	    flex-shrink: 0;
	    width: 100%;
	    max-width: 100%;
	}
	.security-text{
		margin: 0.5rem 0;
	}
}


/*支付&成功*/
.pay-list{
	border-radius:0;
}
.pay-list>.list-group-item {
	border-left-width: 0;
	border-right-width: 0;
}
.pay-price{
	font-size: 1.125rem;
	font-weight: bold;
	color: #f30;
}
.pay-item img{
	width: 45px;
	height: 45px;
	margin-right: 15px;
}
.pay-item h5{
	font-size: 1rem;
	color: #111;
	margin-bottom: 0.3rem;
}
.pay-item span{
	font-size: 0.875rem;
	color: #777;
}
.pay-checkbox {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-left: 25px;
	font-weight: 400;
	min-height: 18px;
	height: auto !important;
	line-height: 18px !important;
}
.pay-checkbox input{
	position: absolute;
	display: none;
}

.pay-checkbox span::before{
	content: '';
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0px;
	border: 2px solid #ebebeb;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 50%;
}

.pay-checkbox span::after{
	content: '';
	position: absolute;
	display: none;
	width: 5px;
	height: 10px;
	left: 8px;
	top: 4px;
	border: solid #4d5259;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pay-checkbox span{
	display: inline-block;
}

.pay-checkbox input:checked~span:after {
	display: inline-block;
	border-color: #fff;
}

.pay-checkbox:hover span::before {
	border-color: #ebebeb;
}
.pay-checkbox input:checked~span::before {
	background-color: #15c377;
	border-color: #15c377;
}
[class^="pay-icon-"],[class*=" pay-icon-"] {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: currentColor;
}
.pay-icon-success{
	width: 45px;
	height: 45px;
	color: #07c160;
	-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M510.52088889%2012.74311111c-276.48.0-500.62222222%20224.14222222-500.62222222%20500.62222222s224.14222222%20500.62222222%20500.62222222%20500.62222222%20500.62222222-224.14222222%20500.62222222-500.62222222-224.14222222-500.62222222-500.62222222-500.62222222zM791.43822222%20356.352c-55.18222222%2055.296-92.38755555%2087.49511111-196.03911111%20212.53688889-59.84711111%2072.13511111-116.39466667%20149.61777778-116.84977778%20150.18666666l-24.80355555%2030.94755556c-5.23377778%206.94044445-15.36%207.73688889-21.73155556%201.82044444L232.78933333%20566.72711111c-20.25244445-18.77333333-21.39022222-50.51733333-2.61688888-70.76977778%2018.77333333-20.25244445%2050.51733333-21.39022222%2070.76977777-2.61688888l119.35288889%20110.93333333c6.25777778%205.80266667%2016.04266667%205.12%2021.504-1.47911111%2018.432-22.86933333%2043.69066667-50.63111111%2070.99733334-78.05155556%20102.62755555-103.424%20165.66044445-158.94755555%20199.33866666-183.52355556%2040.96-29.80977778%2087.95022222-55.296%2099.328-41.18755555%2017.63555555%2022.07288889%206.82666667%2029.35466667-20.02488889%2056.32z%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M510.52088889%2012.74311111c-276.48.0-500.62222222%20224.14222222-500.62222222%20500.62222222s224.14222222%20500.62222222%20500.62222222%20500.62222222%20500.62222222-224.14222222%20500.62222222-500.62222222-224.14222222-500.62222222-500.62222222-500.62222222zM791.43822222%20356.352c-55.18222222%2055.296-92.38755555%2087.49511111-196.03911111%20212.53688889-59.84711111%2072.13511111-116.39466667%20149.61777778-116.84977778%20150.18666666l-24.80355555%2030.94755556c-5.23377778%206.94044445-15.36%207.73688889-21.73155556%201.82044444L232.78933333%20566.72711111c-20.25244445-18.77333333-21.39022222-50.51733333-2.61688888-70.76977778%2018.77333333-20.25244445%2050.51733333-21.39022222%2070.76977777-2.61688888l119.35288889%20110.93333333c6.25777778%205.80266667%2016.04266667%205.12%2021.504-1.47911111%2018.432-22.86933333%2043.69066667-50.63111111%2070.99733334-78.05155556%20102.62755555-103.424%20165.66044445-158.94755555%20199.33866666-183.52355556%2040.96-29.80977778%2087.95022222-55.296%2099.328-41.18755555%2017.63555555%2022.07288889%206.82666667%2029.35466667-20.02488889%2056.32z%22/%3E%3C/svg%3E);
}
.pay-icon-error{
	width: 45px;
	height: 45px;
	color: #fa5151;
	-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M512%200C229.23.0.0%20229.23.0%20512s229.23%20512%20512%20512%20512-229.23%20512-512S794.77.0%20512%200zm-30.071%20184.783h67.863c16.763.0%2029.157%205.693%2027.734%2030.813l-15.589%20403.161c-.642%2011.319-9.893%2020.282-20.68%2020.282h-50.793c-10.787.0-20.038-8.965-20.678-20.282l-15.59-403.16c-1.424-25.123%2010.97-30.814%2027.733-30.814zm33.921%20662.135c-38.27.0-69.294-31.024-69.294-69.294.0-38.27%2031.024-69.294%2069.294-69.294%2038.27.0%2069.294%2031.024%2069.294%2069.294-.001%2038.268-31.025%2069.294-69.294%2069.294z%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M512%200C229.23.0.0%20229.23.0%20512s229.23%20512%20512%20512%20512-229.23%20512-512S794.77.0%20512%200zm-30.071%20184.783h67.863c16.763.0%2029.157%205.693%2027.734%2030.813l-15.589%20403.161c-.642%2011.319-9.893%2020.282-20.68%2020.282h-50.793c-10.787.0-20.038-8.965-20.678-20.282l-15.59-403.16c-1.424-25.123%2010.97-30.814%2027.733-30.814zm33.921%20662.135c-38.27.0-69.294-31.024-69.294-69.294.0-38.27%2031.024-69.294%2069.294-69.294%2038.27.0%2069.294%2031.024%2069.294%2069.294-.001%2038.268-31.025%2069.294-69.294%2069.294z%22/%3E%3C/svg%3E);
}
.pay-title{
	font-size: 1rem;
	font-weight: bold;
}
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
}
.bd-callout h4 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.bd-callout p {
	font-size: 0.875rem;
	color: var(--bs-secondary);
}
.bd-callout p:last-child {
	margin-bottom: 0;
}
.bd-callout-warning {
	border-left-color: #f90;
}
.bd-callout-warning h4 {
	color: #f90;
}
.bd-callout-success {
	border-left-color: #28a745;
}
.bd-callout-success h4 {
	color: #28a745;
}
.bd-callout-error {
	border-left-color: #dc3545;
}
.bd-callout-error h4 {
	color: #dc3545;
}

.pay-success{
	color: #28a745;
}
.pay-error {
	color: #dc3545;
}
.pay-qrcode img{
	width: 160px;
	height: 160px;
}

@media (min-width:767px) {
	/* .col-form-label {
		text-align: right;
	} */
	.event-time .col-form-label{
		display: none;
	}
	.event-time .col-md-10{
		width: 100%;
	}
}
div.required>label::after {
    content: "* ";
    color: red;
}

/* 海报 */
.poster-wrap{
	display: flex;
	flex-wrap: wrap;
}
.poster-img{
	width: 320px;
	height: 180px;
	flex-shrink: 0;
	background-color: #f7faff;
	margin-right: 1rem;
}
.poster-img img{
	width: 100%;
	height: 100%;
}
@media (max-width:767px) {
	.poster-img{
		margin-right: 0;
		margin-bottom: 1rem;
	}
}

/* 申请账号 */

