html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
  font-style: normal;
  font-family:'Helvetica', 'Tahoma', 'Arial', 'microsoft yahei', 'SimSun';
}
html,body{
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
[v-cloak] {
	display: none;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
    color: #000;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: none;
    -moz-user-select: none;
}
.clearfix {
    *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
.clearfix:after {
    clear: both;
}
[v-cloak] {
    display: none;
}
.hint {
    color: #e43021;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
}
.flag,
.noflag {
  clear: both;
  color: #A1A1A1;
  font-size: 30px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
select{
	background: none;
}
.dates {
	text-align: center;
	margin: 200px auto;
	font-size: 32px;
}
.tips-style{
	font-size: 30px;
	color: #ff8d84 !important;
}
.nodate-tops{
  text-align: center;
  line-height: 100px;
  font-size: 26px;
  color: #999999;
  width: 100%;
  height: 300px;
  position: absolute;
  overflow: hidden;
}
.ac-bg{
  background: #e8e9e9;
  width: 100%;
  height: 20px;
}
.mask{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9999;
}
.mask .alert_tips2{
	padding: 26px 0;
	font-size: 16px;
	border-radius: 10px;
	position: fixed;
	z-index: 9999;
	left: 50%;
	bottom: 50%;
	margin-left: -316px;
	color: #000;
	width: 630px;
	background: #ffffff;
	text-align: center;
	line-height: 70px;
	animation:jump .5s;
	-moz-animation:jump .5s; /* Firefox */
	-webkit-animation:jump .5s; /* Safari and Chrome */
	-o-animation:jump .5s; /* Opera */
	/*opacity: 0;*/
}
.mask .alert_tips2 >p{
	line-height: 48px;
	font-size: 31px;
	letter-spacing: 2px;
	margin: 38px 0;
}
.mask .alert_tips2 .end-btn{
	margin: 12px auto;
	border-radius: 30px;
	background: #e33021;
	width: 200px;
	height: 70px;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 3px;
}
@keyframes jump
{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;

	}
}
.alert_tips{
	width: 350px;
	height: 70px;
	background: rgba(0,0,0,.9);
	margin-left: -175px;
	position: fixed;
	border-radius: 21px;
	color: #fff;
	left: 50%;
	font-size: 28px;
	bottom: -120px;
	text-align: center;
	line-height: 70px;
	opacity: 0;
}
.alert_sport{
	animation:move 2s;
	-moz-animation:move 2s; /* Firefox */
	-webkit-animation:move 2s; /* Safari and Chrome */
	-o-animation:move 2s; /* Opera */
}
@keyframes move
{
	0%{
		bottom:0px;
		opacity: 0;

	}
	30%{
		bottom:120px;
		opacity: 1;
	}
	100%{
		bottom:120px;
		opacity: 1;
	}
}
