body,
html {
	font-family: 'microsoft yahei';
	/*font-family:  Helvetica;*/
	background-color: #1b182c;
}

html {
	position: relative;
}

input {
	outline: none;
	background-color: transparent;
	border: none;
}

button {
	border: none;
	outline: none;
	cursor: pointer;
	background-color: transparent;
	padding: 0;
}

.container {
	position: relative;
	width: 7.5rem;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #1b182c;
}

@media screen and (min-width: 750px) {
	html {
		font-size: 100px !important;
	}

	.container {
		width: 750px;
		margin: 0 auto;
	}
}

.topbar {
	width: 100%;
	height: 1.0rem;
	background-color: #11111a;
	box-sizing: border-box;
	padding: 0.2rem;
	position: absolute;
	top: 0;
	left: 0;
}

.topbar .logo {
	float: left;
	width: 1.57rem;
	height: 0.57rem;
	background-image: url(../images/logo.png);
	background-size: 100%;
}

.topbar .my-team {
	float: right;
	width: 1.72rem;
	height: 0.62rem;
	line-height: 0.62rem;
	text-align: center;
	background-color: #d8631c;
	font-size: 0.36rem;
	color: #fff;
}

.top {
	padding-top: 10.8rem;
	height: 3.7rem;
}

.top .btns {
	text-align: center;
	margin-top: 0.2rem;
}

.top a {
	font-size: 0.40rem;
}

.top .btns a {
	display: inline-block;
	width: 2.84rem;
	height: 1.22rem;
	background-image: url(../images/y-btn.png);
	background-size: 100%;
	text-align: center;
	line-height: 1.22rem;
	color: #551800;
}

.top .pre-booking {
	display: block;
	width: 5.74rem;
	height: 1.22rem;
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	margin: 0.15rem auto 0;
	text-align: center;
	line-height: 1.22rem;
	color: #3c3c3c;
}

.top #J_loginContainer {
	font-size: 0.24rem;
	color: #fff;
	text-align: center;
}

.top #J_loginContainer a {
	font-size: 0.24rem;
	color: #ffde00;
}

.city {
	display: flex;
	margin-top: 2.25rem;
	justify-content: space-around;
	height: 5.8rem;
}

.city>div {
	width: 2.12rem;
	text-align: center;
}

.city>div.unopened .detail,
.joined {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	pointer-events：none;
}

.city>div.unopened img.opened {
	display: none;
}

.city div span {
	color: #c8c3e8;
	font-size: 0.24rem;
	display: block;
}

.city div.landmark,
.landmark {
	position: relative;
	width: 2.12rem;
	height: 2.06rem;
	background-image: url(../images/city-circle.png);
	background-size: 100%;
	margin-top: 1.0rem;
}

.city div.landmark img,
.landmark img {
	position: absolute;
	width: 1.6rem;
	height: 2.66rem;
	bottom: 0.23rem;
	left: 50%;
	margin-left: -0.8rem;
}

.city div p.time {
	font-size: 0.24rem;
	color: #e56926;
	height: 1.35rem;
	width: 2.12rem;
	display: table-cell;
	vertical-align: middle;
}

.city div .detail {
	font-size: 0.22rem;
	color: #551800;
	display: block;
	width: 1.65rem;
	height: 0.65rem;
	line-height: 0.65rem;
	text-align: center;
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	margin: 0 auto;
}

div.team-plan {
	height: 12.5rem;
	padding-top: 1.45rem;
}

.team-plan .desc,
.team-plan .time {
	width: 6.3rem;
	margin: 0 auto;
}

.team-plan .desc {
	font-size: 0.26rem;
	color: #827ca5;
	line-height: 0.6rem;
	width: 6.3rem;
	height: 4.45rem;
}

.team-plan .time {
	font-size: 0.26rem;
	color: #e56926;
}

.team-plan .award {
	text-align: center;
	margin-top: 5rem
}

.team-plan .award .creat-team,
.team-plan .award .act-rule {
	display: inline-block;
	font-size: 0.4rem;
	width: 2.85rem;
	height: 1.1rem;
	text-align: center;
	line-height: 1.1rem;
}

.team-plan .award .creat-team {
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	color: #551800;
}

.team-plan .award .act-rule {
	background-image: url(../images/b-btn.png);
	background-size: 100% 100%;
	color: #c8c3e8;

}

.team-ranking select,
.search-box input {
	float: left;
}

.team-ranking .search-wrapper {
	margin-top: 1.67rem;
	width: 6.74rem;
	margin: 1.6rem auto 0;
}

select {
	border: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-image: url(../images/trangle.png);
	background-repeat: no-repeat;
	background-size: 0.25rem 0.21rem;
}

.team-ranking select {
	width: 2.0rem;
	height: 0.81rem;
	background-color: #5c567f;
	color: #c8c3e8;
	font-size: 0.24rem;
	background-position: 1.55rem center;
	padding-left: 0.5rem;
}

.search-box {
	width: 4.49rem;
	height: 0.77rem;
	border: 2px solid #5c567f;
	position: relative;
	float: right;
}

.search-box input {
	width: 3.65rem;
	height: 100%;
	font-size: 0.24rem;
	color: #c8c3e8;
	padding: 0 0.1rem;
	box-sizing: border-box;
}

.search-box .search {
	width: 0.81rem;
	height: 0.69rem;
	background-image: url(../images/search-btn.png);
	background-size: 100%;
	position: absolute;
	top: 50%;
	margin-top: -0.345rem;
}

.ranking-box {
	box-sizing: border-box;
	width: 6.74rem;
	border: 2px solid #5c567f;
	min-height: 11.1rem;
	margin: 0.25rem auto 2.7rem;
	background-color: #252239;
}

table {
	color: #c8c3e8;
	width: 6.58rem;
	margin: 0.05rem auto 0
}

table .tb-header {
	background-color: #5c567f;
	height: 0.9rem;
	padding: 1px 0;
}

table th {
	height: 0.88rem;
	border-right: 1px solid #252239
}

table th:last-child {
	border-right: none;
}

table th,
table td {
	font-size: 0.24rem;
	text-align: center;
}

table td {
	height: 1.0rem
}

table td .apply-join {
	display: block;
	width: 1.62rem;
	height: 0.64rem;
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	color: #551800;
	text-align: center;
	line-height: 0.64rem;
	margin: 0 auto;
}

table td span {
	color: #e56926;
}

table td i {
	color: #5c567f;
}

.load-more {
	display: block;
	width: 5.74rem;
	height: 1.22rem;
	background-image: url(../images/b-btn2.png);
	background-size: 100%;
	font-size: 0.3rem;
	line-height: 1.22rem;
	text-align: center;
	color: #c8c3e8;
	margin: 0.3rem auto 0.3rem;
}

/*dialog*/
.dialog,
.dialog-mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	border: 0;
}

.dialog .dialog-mask {
	background-color: #322868;
	opacity: 0.8;
	z-index: 99
}

.dialog .dialog-body {
	position: relative;
	border: 5px solid #d8631c;
	box-sizing: border-box;
	width: 6.15rem;
	margin: 1.65rem auto 0;
	color: #c3bbf1;
	font-size: 0.24rem;
	background-color: #302d42;
	z-index: 100;
	padding: 0.35rem;
}

.dialog .dialog-body .dialog-header h2 {
	font-size: 0.36rem;
	text-align: center;
}

.dialog .dialog-body .dialog-header p {
	text-align: center;
	margin: 0.1rem auto 0.2rem;
}

.dialog .dialog-body .dialog-header h2,
.dialog .dialog-body .dialog-header .team-score {
	color: #e56926;
	margin-bottom: 0.1rem;
}

.dialog .dialog-body .dialog-cont {
	width: 5.1rem;
	margin: 0 auto;
}

.dialog .dialog-body .dialog-cont ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	width: 5.1rem;
	height: 2.65rem;
	margin-top: 0.2rem;
	border-bottom: 1px solid #504d6c;

}

.dialog .dialog-body .dialog-cont li {
	width: 0.83rem;
	height: 1.2rem;
	margin: 0 0.05rem
}

.dialog .dialog-body .dialog-cont li div {
	background-color: #1f1d30;
	border: 0.05rem solid #d8631c;
	border-radius: 50%;
	width: 0.72rem;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	overflow: hidden;
}

.dialog .dialog-body .dialog-cont li div img {
	width: 0.71rem;
	height: 0.71rem;
}

.dialog .dialog-body .dialog-cont li div i {
	display: block;
	width: 0.35rem;
	height: 0.05rem;
	background: #44415a;
	transform: rotate(0deg);
	margin: 0 auto;
	position: relative;
	top: 50%;
	transform: translate(0, -50%);
}

.dialog .dialog-body .dialog-cont li div i:after {
	content: '';
	display: block;
	width: 0.35rem;
	height: 0.05rem;
	background: #44415a;
	transform: rotate(-90deg);
}

.dialog-bottom p {
	text-align: center;
	margin: 0.2rem 0;
	line-height: 0.3rem;
}

.dialog-bottom p span {
	color: #d8631c;
}

.dialog-bottom .link {
	display: flex;
	justify-content: space-around;
}

.dialog-bottom .link input,
.dialog-bottom .link button {
	vertical-align: middle;
}

.dialog-bottom .link input {
	width: 3.8rem;
	height: 0.45rem;
	border: 1px solid #120f22;
	background-color: #1f1d30;
	color: #c3bbf1;
}

.dialog-bottom .link button {
	width: 1.17rem;
	height: 0.47rem;
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	font-size: 0.24rem;
	color: #551800;
}

.dialog-bottom .share {
	width: 3.2rem;
	margin: 0.4rem auto;
	display: flex;
	justify-content: space-around;
}

.dialog-bottom .share a {
	width: 0.75rem;
	height: 0.75rem;
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
	background-size: 418%;
}

.dialog-bottom .share a.shareto-qq {
	background-position: 0 0;
}

.dialog-bottom .share a.shareto-qqzone {
	background-position: -1.2rem 0;
}

.dialog-bottom .share a.shareto-sina {
	background-position: -2.39rem 0;
}

.close {
	position: absolute;
	width: 0.69rem;
	height: 0.69rem;
	background-image: url(../images/close.png);
	background-size: 100%;
	left: 50%;
	transform: translate(-50%);
	bottom: -0.89rem
}

.dialog-bottom .dia-btn {
	cursor: pointer;
	display: block;
	width: 2.2rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	margin: 0.4rem auto 0;
	background-image: url(../images/y-btn.png);
	background-size: 100% 100%;
	font-size: 0.36rem;
	color: #551800;
}

.dialog .dialog-body .dialog-header h2.tip-tit {
	font-size: 0.48rem;
	margin-bottom: 0.35rem;
}

.tel-box,
.creat-box {
	width: 4.65rem;
	margin: 0 auto;
}

.tel-box input,
.dialog #team-name,
.dialog .creat-box select {
	background-color: #1f1d30;
	border: 1px solid #120f22;
	box-sizing: border-box;
	height: 0.78rem;
	color: #c8c3e8;
	font-size: 0.3rem;
	padding: 0 0.28rem;
}

.tel-box #phone,
.dialog #team-name,
.dialog .creat-box select {
	width: 4.6rem;
}

.dialog .creat-box select {
	background-position: 4.0rem center;
	color: #c8c3e8;
}

.tel-box .verify-box {
	display: flex;
	justify-content: space-between;
}

.tel-box #verify {
	width: 2.95rem
}

.tel-box .send-verify {
	width: 1.55rem;
	height: 0.78rem;
	background-color: #bcb4e9;
	color: #1f1d30;
	font-size: 0.24rem;
}

.dialog .error {
	visibility: hidden;
	font-size: 0.22rem;
	color: #e70b0b;
	height: 0.35rem;
	line-height: 0.35rem;
}

.container input::-webkit-input-placeholder {
	font-size: 0.3rem;
	color: #c8c3e8;
}

.container input::-moz-placeholder {
	font-size: 0.3rem;
	color: #c8c3e8;
}

.container input:-ms-input-placeholder {
	font-size: 0.3rem;
	color: #c8c3e8;
}

.search-box input::-webkit-input-placeholder {
	font-size: 0.24rem;
}

.search-box input::-moz-placeholder {
	font-size: 0.24rem;
}

.search-box input:-ms-input-placeholder {
	font-size: 0.24rem;
}

/*inner-page*/
.inner-page {
	position: absolute;
	left: 0;
	top: 1rem;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/inner-bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-color: #352a6e;
}

.inner-page .return {
	display: block;
	width: 1.89rem;
	height: 0.75rem;
	background-image: url(../images/return.png);
	background-size: 100%;
	margin: 0.48rem 0 0 0.43rem;
}

.inner-page h2 {
	width: 6.46rem;
	height: 0.18rem;
	background-image: url(../images/tit-bg.png);
	background-size: 100%;
	font-size: 0.46rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.3rem;
	margin: 1.65rem auto 0;
	position: relative;
}

.inner-page ul,
.inner-page ol {
	width: 5.75rem;
	margin: 0.65rem auto 0;
}

.inner-page ol {
	line-height: 0.4rem;
}

.inner-page ul li,
.inner-page ol li {
	font-size: 0.3rem;
	color: #c8c3e8;
}

.inner-page ul li {
	margin-bottom: 0.45rem;
}

.inner-page ul li span,
.inner-page ol li span,
.inner-page h2,
.inner-page h3 {
	color: #e56926;
}

.inner-page h3 {
	font-size: 0.36rem;
	margin: 1.25rem auto 0;
	width: 5.75rem;
	text-align: center;
}

.inner-page .landmark {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, 0);
	margin-top: -1.03rem;
}

/* 抢先购票蒙层 */
a:active {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.mask {
	display: none;
	position: fixed;
	width: 100vw;
	top: 0;
	height: 100vh;
	background: rgba(0, 0, 0, 0.8);
	left: 0;
	z-index: 999;
}

.mask-content {
	width: 5.1rem;
	background-color: #302d42;
	border: solid 0.08rem #d8631c;
	position: absolute;

	font-size: 0.25rem;
	color: #bcb4e9;
	padding: 0.5rem 0;
}

.mask-top {
	padding: 0 0.37rem;
	height: 50%;
	line-height: 0.45rem;
}

.mask-textone {
	color: #ffdb00;
}

.mask-bottom {
	height: 50%;
	text-align: center;
	margin-bottom: -0.3rem;
}

.mask-solid {
	width: 100%;
	height: 0.21rem;
	margin: 0.3rem 0;
}

.mask-bottom p {
	line-height: 0.45rem;
	margin-bottom: 0.3rem;
}

.mask-bottom p a {
	color: #ffdb00
}

.mask-close {
	position: absolute;
	bottom: -1rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0.69rem;
	height: 0.69rem;
}

.mask-animated {
	animation: conshoww 0.3s;
	animation-fill-mode: forwards;
}

.mask-animated-close {
	animation: conhidee 0.3s;
	animation-fill-mode: forwards;
}

@keyframes conshoww {
	0% {
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
	}

	98% {
		left: 50%;
		top: 50.7%;
		transform: translate(-50%, -50%);
	}

	100% {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}
}

@keyframes conhidee {
	from {
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	to {
		left: 50%;
		top: 0;
		transform: translate(-50%, -50%);
	}
}