body,
div,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
iframe,
input,
textarea,
select,
label,
article,
aside,
footer,
header,
menu,
nav,
section,
time,
audio,
video {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	margin: 0;
	padding: 0
}

html,
body,
div,
header,
section,
footer,
h1,
h2,
h3,
ul,
li,
p {
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: none;
}


/*body{ color: #333; font: 1rem/1.42857143 "Open Sans",X-LocaleSpecific,sans-serif, Helvetica Neue, SimSun, Helvetica, STHeiTi,"microsoft yahei"; -webkit-text-size-adjust:100%; -ms-text-size-adjust:100%; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-font-smoothing: antialiased; }*/

body {
	color: #333;
	font: 14px/1.42857143 "微软雅黑", X-LocaleSpecific, sans-serif, Helvetica Neue, SimSun, Helvetica, STHeiTi, "microsoft yahei";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-font-smoothing: antialiased;
}

body,
html {
	position: relative;
	-webkit-backface-visibility: hidden;
}

html,
body {
	-webkit-user-select: none;
	user-select: none;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
	width: 100%;
	height: 100%;
	background: #FFFFFF;
	margin: 0 auto;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
	color: #7f7f7f;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover,
a:active {
	/*color:#06549c;*/
	text-decoration: none;
	transition: all .5s;
}

ul {
	list-style: none;
}

input,
button {
	outline: none;
	border: none;
	background: transparent;
}


/*loading*/

.f-pink {
	color: #cc4392;
}

.f-hui {
	color: #989898;
}

.f-spink {
	color: #cc4192;
}

.f-white {
	color: #FFFFFF;
}

.f-yellow {
	color: #f6ae45;
}

.f-word {
	color: #adadad;
}

.fhui {
	color: #a6a6a6;
}

.f-black {
	color: #000;
}

.f-blue {
	color: #11346a;
}

.f-red {
	color: #af1a18;
}

.f-red1 {
	color: #b71e23;
}

.f-c3 {
	color: #c3c3c3;
}

.f-l {
	float: left;
}

.f-r {
	float: right;
}

.f-green {
	color: #41afb3;
}

.f-orange {
	color: #ff9600;
}

.f12 {
	font-size: 12px !important;
}

.f14 {
	font-size: 14px !important;
}

.f16 {
	font-size: 16px !important;
}

.f18 {
	font-size: 18px !important;
}

.f20 {
	font-size: 20px !important;
}

.f22 {
	font-size: 22px !important;
}

.f24 {
	font-size: 24px !important;
}

.f26 {
	font-size: 26px !important;
}

.f28 {
	font-size: 28px !important;
}

.f30 {
	font-size: 30px !important;
}

.f32 {
	font-size: 32px !important;
}

.f34 {
	font-size: 34px !important;
}

.f36 {
	font-size: 36px !important;
}

.f38 {
	font-size: 38px !important;
}

.f40 {
	font-size: 40px !important;
}

.f42 {
	font-size: 42px !important;
}

.f44 {
	font-size: 44px !important;
}

.f46 {
	font-size: 46px !important;
}

.f48 {
	font-size: 48px !important;
}

.f50 {
	font-size: 50px !important;
}

.f54 {
	font-size: 54px !important;
}

.m-t5 {
	margin-top: 5px;
}

.m-t10 {
	margin-top: 10px;
}

.m-t15 {
	margin-top: 15px;
}

.m-t20 {
	margin-top: 20px;
}

.m-t30 {
	margin-top: 30px;
}

.m-t40 {
	margin-top: 40px;
}

.m-l5 {
	margin-left: 5px;
}

.m-l10 {
	margin-left: 10px;
}

.m-l20 {
	margin-left: 20px;
}

.m-l30 {
	margin-left: 30px;
}

.m-l40 {
	margin-left: 40px;
}

.m-r10 {
	margin-right: 10px;
}

.m-r20 {
	margin-right: 20px;
}

.m-r30 {
	margin-right: 30px;
}

.m-b10 {
	margin-bottom: 10px;
}

.m-b15 {
	margin-bottom: 15px;
}

.m-b20 {
	margin-bottom: 20px;
}

.p-t5 {
	padding-top: 5px;
}

.p-t10 {
	padding-top: 10px;
}

.p-t15 {
	padding-top: 15px;
}

.p-t20 {
	padding-top: 20px;
}

.p-t30 {
	padding-top: 30px;
}

.p-b5 {
	padding-bottom: 5px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-b20 {
	padding-bottom: 20px;
}

.p-l10 {
	padding-left: 10px;
}

.p-l15 {
	padding-left: 15px;
}

.p-l20 {
	padding-left: 20px;
}

.p-l30 {
	padding-left: 30px;
}

.p-l40 {
	padding-left: 40px;
}

.p-r10 {
	padding-right: 10px;
}

.p-r5 {
	padding-right: 5px;
}

.p-r15 {
	padding-right: 15px;
}

.p-r20 {
	padding-right: 20px;
}

.p-r30 {
	padding-right: 30px;
}

.p-tb20 {
	padding-bottom: 20px;
	padding-top: 20px;
}

.p-tb25 {
	padding-bottom: 25px;
	padding-top: 25px;
}

.p-tb30 {
	padding-bottom: 30px;
	padding-top: 30px;
}

.p-tb15 {
	padding-bottom: 15px;
	padding-top: 15px;
}

.p-tb10 {
	padding-bottom: 10px;
	padding-top: 10px;
}

.p-tb5 {
	padding-bottom: 5px;
	padding-top: 5px;
}

.p-lr20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mlr25 {
	margin-left: 25px;
	margin-right: 25px;
}

.mlr15 {
	margin-left: 15px;
	margin-right: 15px;
}

.p20 {
	padding: 20px;
}

.p15 {
	padding: 15px;
}

.p10 {
	padding: 10px;
}

.p5 {
	padding: 5px;
}

.m20 {
	margin: 20px;
}

.m15 {
	margin: 15px;
}

.m10 {
	margin: 10px;
}

.m5 {
	margin: 5px;
}

.m-tb10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.p-b10 {
	padding-bottom: 10px;
}

.p-lr25 {
	padding-left: 25px;
	padding-right: 25px;
}

.f-weight {
	font-weight: bold;
}

.p-b15 {
	padding-bottom: 15px;
}

.auto-hide {
	height: auto;
	overflow: hidden;
}

.auto-hide1 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.auto-hide2 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
}

.auto-hide3 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	display: -moz-box;
	-moz-line-clamp: 3;
	-moz-box-orient: vertical;
}

.auto-hide4 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	display: -moz-box;
	-moz-line-clamp: 4;
	-moz-box-orient: vertical;
	overflow: hidden;
}

.auto-hide5 {
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	display: -moz-box;
	-moz-line-clamp: 5;
	-moz-box-orient: vertical;
	overflow: hidden;
}

.text-l {
	text-align: left;
}

.text-c {
	text-align: center;
}

.text-r {
	text-align: right;
}

.text-j {
	text-align: justify;
}

.bg-color-white {
	background: #ffffff;
}

.bg-color-pink {
	background: #fef7f1;
}

.bg-color-hui {
	background: #fafbfc;
}

.bg-color-fhui {
	background: #373b4a;
}

.bg-color-black {
	background: #292c38;
}

.bg-color-blue {
	background-color: #ddeef7;
}

.bg-color-orange {
	background: #ff9600;
}

.bg-color-black-3 {
	background: #333;
}

.bg-color-black-6 {
	background: #666;
}

.bg-color-black-9 {
	background: #999;
}

.b-sizing {
	box-sizing: border-box;
}

.border-c-4 {
	border: 1px solid #E5E5E5;
}

.border-b-c {
	border-bottom: 1px solid #ccc;
}

.border-t-c {
	border-top: 1px solid #ccc;
}

.opacity0 {
	opacity: 0;
}

.undis {
	display: none;
}

.undisp {
	display: none !important;
}

.block {
	display: block;
}

.blockp {
	display: block !important;
}

.lettter {
	letter-spacing: 1px;
}


/*占格*/

.seat-1 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 10px;
}

.seat-2 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 20px;
}

.seat-3 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 30px;
}

.seat-4 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 40px;
}

.seat-5 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 50px;
}

.seat-6 {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 60px;
}


/*图片*/

.img {
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	display: block;
	justify-content: center;
	align-items: center;
}

.imgd>img {
	height: 100% !important;
}

.img img {
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

.img-w>img {
	width: auto;
}

.radius {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}

.radius20 {
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
}

.radius50 {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}

.cai-row {
	box-sizing: border-box;
}

.box-shaow-ccc {
	box-shadow: 5px 5px 5px #A6A6A6;
}

.box-item {
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

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

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


/*虚线*/

.border-dashed-c {
	border-bottom: 1px dashed #ADADAD;
}

.border-t-dashed-c {
	border-top: 1px dashed #ADADAD;
}

.disflex-auto {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}


/*flex*/

.flex-c {
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex-end {
	-webkit-justify-content: flex-end;
	-moz-justify-content: flex-end;
	-ms-justify-content: flex-end;
	-o-justify-content: flex-end;
	justify-content: flex-end;
}

.flex-start {
	-webkit-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-o-justify-content: flex-start;
	justify-content: flex-start;
}

.flex-cc {
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
}

.flex-d {
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}

.flex1 {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	float: left;
}

.flex {
	display: box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-between {
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}

.flex-around {
	-webkit-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}

.flex-center {
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
}

.plr0 {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.text-2e {
	text-indent: 2em;
}

.h100 {
	height: 100%;
}

.f-b3 {
	color: #b3b3b3;
}

.f-black-3 {
	color: #333;
}

.f-black-6 {
	color: #666;
}

.f-black-9 {
	color: #999;
}

.m-r5 {
	margin-right: 5px;
}

.m-b5 {
	margin-bottom: 5px;
}

.m-t5 {
	margin-top: 5px;
}

.m-l5 {
	margin-left: 5px;
}

.m-lr30 {
	margin-left: 30px;
	margin-right: 30px;
}

.p-b10 {
	padding-bottom: 10px;
}

.m-r15 {
	margin-right: 15px;
}

.bg-color-qgreen {
	background: #eaf8fb;
}

.bg-color-gray {
	background: #fbe4c1;
}

.bg-color-gray1 {
	background: #f1f1f1;
}

.bg-color-yellow {
	background: #f6ae45;
}

.plr15 {
	padding-left: 15px;
	padding-right: 15px;
}

.plr5 {
	padding-left: 5px;
	padding-right: 5px;
}

.w100 {
	width: 100%;
}

.nowrap {
	white-space: nowrap;
}

.w50 {
	width: 50%;
}

.pointer {
	cursor: pointer;
}

.inline-block {
	display: inline-block;
}

.linear-white {
	background: linear-gradient(to top, #dedede, #f3f3f3);
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

input[type="number"] {
	-moz-appearance: textfield;
}


/*主体*/
.botto-over{
	background: #333333;
	color: white;
}
.over-box{
	display: flex;
	justify-content: space-between;
}
.main-view {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
	box-sizing: border-box;
	min-width: 1200px;
}

.max1200 {
	max-width: 1200px;
	margin: 0 auto;
}

.min1200 {
	min-width: 1200px;
	margin: 0 auto;
}

.w400 {
	width: 400px;
}

.w900 {
	width: 900px;
}

.w300 {
	width: 300px;
}

.w270 {
	width: 270px;
}

.w800 {
	width: 800px;
}

.w600 {
	width: 600px;
}

.w500 {
	width: 500px;
}


/*公用头部*/
.logo{
	width: 90px;
}
.logo_txt{
	width: 190px;
}
.public_title{
	height: 60px;
	background: white;
	position: fixed;
	z-index: 10;
	left: 0;
	top: 0;
}
.public_nav .item{
	margin-right: 30px;
	font-size: 16px;
	cursor: pointer;
}
.public_nav .item.item_hover{
	font-weight: 800;
	color: #333;
}
