/* css重置代码  reset css  */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,i,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,select,option,em {
	padding: 0;
	margin: 0;
	color: #606266;
	font-weight: normal;
	font-family: "Microsoft Yahei","微软雅黑","helvetica","arial",sans-serif;
	font-size: 13px;
	font-style: normal;
}
img,input {
	border: 0;
	outline: 0;
}
input {
	margin: 0;
	padding: 0;
}
ul,li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
input {
	border: 1px solid #eee;
	color: #303133;
	font-family: "Microsoft YaHei";
	border-radius: 3px;
}
input[type="submit"],input[type="reset"],input[type="button"],button {
	-webkit-appearance: none;
	cursor: pointer;
}
input:focus,textarea:focus{
    outline-offset: 0;
    outline: none;
}
.m_font-YH {
	font-family: "Microsoft YaHei";
}
a {
	outline: medium none;
	text-decoration: none;
	cursor: pointer;
}a:hover {
	text-decoration: none;
	cursor: pointer;
}
input::-webkit-input-placeholder {
	color: #B6C0CC;
}
input::-moz-placeholder {
	color: #B6C0CC;
}
input:-moz-placeholder {
	color: #B6C0CC;
}
input:-ms-input-placeholder {
	color: #B6C0CC;
}
textarea::-webkit-input-placeholder {
	color: #B6C0CC;
}
textarea::-moz-placeholder {
	color: #B6C0CC;
}
textarea:-moz-placeholder {
	color: #B6C0CC;
}
textarea:-ms-input-placeholder {
	color: #B6C0CC;
}
/*  通用css设定   */
.wrap {
	margin: auto;
	width: 100%;
	position: relative;
	overflow: hidden;
	min-height: 100%;
}
.ng-cloak {
    display:none;
}
html,body {
	background: #FFF;
	height: 100%;
}
.flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}
.flex-grow {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.main-h1{
	font-size: 18px;
	font-weight: bold;
	color: #303133;
}
.main-h2{
	font-size: 16px;
	font-weight: bold;
	color: #303133;
}
.main-h3{
	font-size: 16px;
	font-weight: bold;
	color: #303133;
}
.main-h4{
	font-size: 16px;
	color: #303133;
}
.main-h5{
	font-size: 14px;
	color: #303133;
}
.main-h6{
	font-size: 14px;
	color: #999;
}
.main-h7{
	font-size: 12px;
	color: #999;
}
.main-h{
	line-height: 1.6;
	color: #303133;
}
.left{
	float: left;
}
.right{
	float: right;
}
.txt-left{
	text-align: left;
}
.txt-center{
	text-align: center;
}
.txt-right{
	text-align: right;
}
.border-b1{
	border-bottom: 1px solid #eee;
}
.main-p15{
	padding: 15px 0;
}
.main-p30{
	padding: 30px 0;
}
.red{
	color: #FE8400;
}
.mg-bt15{
	margin-bottom: 15px;
}
.mg-bt20{
	margin-bottom: 20px;
}
.mg-rt20{
	margin-right: 20px;
}
.border-b1{
	border-bottom: 1px solid #eee;
}
.border-r1{
	border-right: 1px solid #eee;
}
.bg-blue{
	background-color: #3492E9;
}
.bg-red{
	background-color: #FE8400;
}
.header{
	/*height: 60px;*/
	width: 100%;
	position: relative;
	z-index: 1;
}
.header-btn{
	height: 44px;
	width: 50px;
	display: inline-block;
	line-height: 44px;
	text-align: center;
	color: #303133;
	font-size: 14px;
	position: relative;
	z-index: 100;
}
.head-absolute .header-btn{
	color: #fff;
}
.head-absolute{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 20000;
    transform: translateZ(20000px);
}
.main-container{
	padding: 0 20px;
}
.main-line2-flex3 span{
	width: 40px;
	line-height: 20px;
	font-weight: bold;
	color: #303133;
}
.main-line3-flex3 span{
	width: 40px;
	line-height: 30px;
}
.main-line2-flex3 .flex-grow{
	height: 20px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-line3-flex3 .flex-grow{
	height: 20px;
	-webkit-line-clamp: 1;
}
.main-line3-flex3 span.iconfont{
	width: 40px;
	line-height: 20px;
}
.main-line2-flex3  span.icon-ditu{
	font-size: 20px;
}
span.icon-you,a.icon-you,.icon-you{
	color: #B6C0CC;
	text-align: right;
}
.flex-icon-left{
	width: 40px;
	line-height: 20px;
	font-weight: bold;
	color: #303133;
}
.flex-icon-right{
	line-height: 20px;
}
.index-order-btn{
	text-align: center;
}
.index-order-btn a{
	text-align: center;
	display: inline-block;
	height: 40px;
	width: 160px;
	border-radius: 20px;
	background-color:#00C2FF ;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
    box-shadow: 1px 2px 2px #B6C0CC;
}
.slider-div{
	padding: 0 0 20px 20px;
	background-color: #F2F2F2;
}
.slider-item-content{
	width: 100%;
	background-color: #fff;
	border-radius: 4px;
	position: relative;
}
.slider-item-content img{
	width: 100%;
	height: 45vw;
	border-radius: 4px 4px 0 0;
}
.slider-div .mui-segmented-control.mui-scroll-wrapper{
	height: 280px;
}
.slider-div .mui-segmented-control.mui-scroll-wrapper .mui-control-item{
	padding:  0;
}
.slider-div .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	border-bottom: 0;
}
.slider-item-content .slider-item-txt{
	padding: 6px 10px 6px;
}
.slider-item-content .main-h4{
	text-align: left;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slider-item-content .main-h6{
	text-align: left;
	line-height:24px ;
	font-size: 13px;
	color: #606266;
}
.slider-item-content .main-h6 .iconfont{
	margin-right: 6px;
	font-size: 20px
}
.slider-div .swiper-slide {
	margin-right: 0;
}
.slider-item-content .items-label{
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 40vw;
	margin-left: -20vw;
	height: 24px;
	border-radius: 6px 6px 0 0;
	background-color: #F7565F;
	/*box-shadow: 1px 1px 1px #B6C0CC;*/
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
}
.slider-item-content .items-label.label-over{
	background-color: #999;
	/*box-shadow: 1px 1px 1px #B6C0CC;*/
	color: #FFF;
}
.slider-item-img{
	position: relative;
}
.slider-div> .main-p30{
	padding-bottom: 10px;
}
.main-list-div{
	padding-top: 10px;
}
.main-list-txt li{
	height: 30px;
	line-height: 30px;	
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-list-txt{
	margin-bottom: 30px;
}
.main-list-div .main-p15{
	padding-bottom: 20px;
}
.border-b20{
	border-bottom: 20px solid #eee;
}
.main-list li{
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
	padding-bottom: 16px;
}
.main-list li:last-child{
	border: none;
	margin-bottom: 5px;
}
.main-list li img{
	width: 120px;
	height: 120px;
}
.main-list .main-h4{
	line-height: 24px;
	height: auto;
	max-height: 48px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main-list .main-h6{
	line-height: 24px;
	height: 24px;
	margin-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.main-list >li >a >.flex >.flex-grow{
	padding-left: 16px;
}
.main-list .main-h5{
	margin-top: 12px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-list .main-h5 .red{
	padding: 0 6px;
	border: 1px solid #FE8400;
	margin-right: 10px;
	border-radius: 14px;
	font-size: 12px;
}
.main-list >li >a >.flex{
	position: relative;
}
.main-list >li >a >.flex .ticket-label{
	position: absolute;
	left: 6px;
	top: -4px;
	background-color: #FE8400;
	color: #fff;
	font-size: 12px;
	padding: 6px;
	border-radius: 4px;
}
.main-end{
	background-color: #F2F2F2;
	text-align: center;
	padding: 15px 0 ;
	display: none;
}
.setbar-nav{
	background-color: #303133;
	width: 95px;
	height: 110px;
	position: absolute;
	right: 6px;
	top: 42px;
	border-radius: 4px;
	padding: 5px 0;
  	transform: scale(0);
  	box-sizing: border-box;
}
.setbar-nav li {
	text-align: left;
	padding:1px 10px;
    height: 32px;
    line-height: 32px;
}
.setbar-nav li a{
	color: rgba(255,255,255,1);
	font-size: 12px;
}
.setbar-nav li a i{
	color: rgba(255,255,255,1);
	margin-right: 8px;
}
.setbar-nav label{
	position: absolute;
	right: 10px;
	top: -12px;
	width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 12px solid #303133;
}

@keyframes fade-in {
  from {
    transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform:scale(0);
	-webkit-transform: scale(0);
	-o-transform: scale(0);
    
  }
  to {
   	transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform:scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
  }
}

.fade-in{
	animation: fade-in 500ms;
	-moz-animation: fade-in 500ms;	
	-webkit-animation: fade-in 500ms;
	-o-animation: fade-in 500ms;	
}
.fade-out{
	animation: fade-out 500ms;
	-moz-animation: fade-out 500ms;	
	-webkit-animation: fade-out 500ms;	
	-o-animation: fade-out 500ms;	
}
.setbar-nav.fade-in{
	transform: scale(1);
}
.setbar-nav.fade-out{
	transform: scale(0);
}
.main-float{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 20001;
 	transform: translateY(100%);
}
.main-share{
	position: absolute;
	left: 10vw;
	top: 50%;
	margin-top: -130px;
	width: 80vw;
	height: 100%;
	background-color: #fff;
	border-radius: 4px;
}

.mui-preview-image.mui-fullscreen {
	position: fixed;
	z-index: 20;
	background-color: #000;
}
.mui-preview-header,
.mui-preview-footer {
	position: absolute;
	width: 100%;
	left: 0;
	z-index: 10;
}
.mui-preview-header {
	height: 44px;
	top: 0;
}
.mui-preview-footer {
	height: 50px;
	bottom: 0px;
}
.mui-preview-header .mui-preview-indicator {
	display: block;
	line-height: 25px;
	color: #fff;
	text-align: center;
	margin: 15px auto 4;
	width: 70px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 12px;
	font-size: 16px;
}
.mui-preview-image {
	display: none;
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.mui-preview-image.mui-preview-in {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.mui-preview-image.mui-preview-out {
	background: none;
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
.mui-preview-image.mui-preview-out .mui-preview-header,
.mui-preview-image.mui-preview-out .mui-preview-footer {
	display: none;
}
.mui-zoom-scroller {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	-webkit-backface-visibility: hidden;
}
.mui-zoom {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.mui-slider .mui-slider-group .mui-slider-item img {
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.mui-android-4-1 .mui-slider .mui-slider-group .mui-slider-item img {
	width: 100%;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-slider-group .mui-slider-item {
	display: inline-table;
}
.mui-android-4-1 .mui-slider.mui-preview-image .mui-zoom-scroller img {
	display: table-cell;
	vertical-align: middle;
}
.mui-preview-loading {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: none;
}
.mui-preview-loading.mui-active {
	display: block;
}
.mui-preview-loading .mui-spinner-white {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -25px;
	margin-top: -25px;
	height: 50px;
	width: 50px;
}
.mui-preview-image img.mui-transitioning {
	-webkit-transition: -webkit-transform 0.5s ease, opacity 0.5s ease;
	transition: transform 0.5s ease, opacity 0.5s ease;
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.img-item img {
	max-width: 100%;
	height: auto;
}
.img-list{
	display: inline-block;
}
.img-list .img-item{
	width: 47vw;
	margin-left:2vw;
	float: left;
	height: 36vw;
	margin-bottom: 2vw;
}
.img-list .img-item img{
	width: 100%;
	height: 100%;
}
.header-tit{
	line-height: 44px;
	font-size: 16px;
	text-align: center;
	color: #303133;
}
.line-h30{
	line-height: 30px;
}
.line-h24{
	line-height: 24px;
}
.bg-gray{
	background-color: #F2F2F2;
}
.traffic-btn-div{
	text-align: center;
}
.traffic-btn{
	background-color: #00C2FF;
	width: 80px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
	background-color:#FE8400 ;
	color: #fff;
	font-size: 14px;
    box-shadow: 1px 2px 2px #B6C0CC;
    margin-bottom: 20px;
}
.border-t20{
	border-top: 20px solid #eee;
}
.main-content{
	word-break: break-all;
}
.main-content, .main-content *{
	font-size: 14px;
	line-height: 1.8;
}
.main-content img{
	max-width: 100%;
	margin: 10px auto ;
}
.introduction .mui-slider{
	margin-bottom: 30px;
}
.mui-slider .mui-slider-group .mui-slider-item img{
	width: 100%;
	height: 50vw;
}
.imgview-btn a{
	position: absolute;
	right: -20px;
	top: 75vw;
	height: 28px;
	width: 120px;
	line-height: 28px;
	background: #00C2FF;
	color: #fff;
	margin-top: -14px;
	z-index: 200;
	border-radius: 15px;
	text-indent: 20px;	
	font-size: 14px;
	box-shadow:  0 1px 2px #B6C0CC;
}
.imgview-btn i{
	color: #fff;
	font-size: 14px;
	margin-right: 6px;
}
.ticketlist .mui-slider h1{
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	position: absolute;
	bottom: 0;
	left: 0;
	color: rgba(255,255,255,1);
	padding: 10px 20px;
	font-size: 18px;
	line-height: 1.4;
}
.ticket-list ul li{
	padding: 15px 0 15px 10px;
	border-bottom: 15px solid #eee;
}
.ticket-list-btn{
	width: 88px;
	text-align: center;
	padding: 0 4px;
}
.ticket-list-btn h1{
	font-size: 14px;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
}
.ticket-list-btn p{
	height: 40px;
	line-height: 40px;
}
.ticket-list-btn h1 span{
	font-size: 20px;
	font-weight: bold;
}
.ticket-list-btn button{
	background-color: #FE8400;
	border:none;
	color: #fff;
	padding: 0;
	width: 68px;
	text-align: center;
	height: 28px;
	line-height: 28px;
	border-radius: 4px;
}
.ticket-item h1{
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	font-weight: bold;
}
.ticket-item p{
	height: 30px;
	line-height: 30px;
}
.ticket-item p i{
	font-size: 12px;
	color: #3492E9;
	margin-right: 4px;
}
.ticket-item p span{
	font-size: 12px;
	margin-right: 10px;
}
.ticket-item{
	padding-right: 8px;
	border-right: 1px dashed #eee;
}
.ticket-item p .right {
	margin: 0;
}
.ticket-item p .right i{
	color: #999;
}
.ticket-tips{
	position: fixed;
	left: 0;
	bottom: 0;
	height: 80%;
	width: 100%;
	background-color: rgba(255,255,255,1);
	padding-bottom: 140px;
}

.swiper-slide {
    width: 75%;
}
.ticket-tips .swiper-slide{
	width: 120px;
	background-color: #fff;
	border-radius: 4px;
	height: 48px;
	line-height: 20px;
	padding: 4px 10px;
	font-size: 14px;
	margin-right: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.ticket-tips .swiper-container{
	padding-left: 15px;
}
.main-p10{
	padding: 10px 0;
}
.tips-con{
	height: 100%;
	overflow: scroll;
	width: 100%;
	padding: 0 15px;
}
.color-tips{
	color: #fd3a51;
}
.tips-con> h1{
	border-bottom: 1px solid #eee;
}
.tips-con> h2{
	font-size: 14px;
	font-weight: bold;
	color: #303133;
}
.tips-con> p{
	color: #303133;
	font-size: 14px;
	line-height: 20px;
	padding: 4px 0;
}
.tips-con p{
	color: #303133;
	font-size: 14px;
	padding: 4px 0;
	line-height: 20px;
}
.tips-con p *{
	color: #303133;
	font-size: 14px;
	line-height: 20px;
}
.close-btn{
	position: absolute;
	right: 10px;
	top: 15px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	border-radius: 50%;
	background-color: #B6C0CC;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
}

.main-p20{
	padding: 20px 0;
}
.ticket-tips .swiper-slide.cur{
	border: 1px solid #3492E9; 
    background-color: #3492E9;
    color: #fff;
}
@keyframes fade-up {
  from {
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
  to {
     transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
  }
}
@keyframes fade-down {
  from {
    transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    
  }
  to {
    transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%);
  }
}
.fade-up{
	animation: fade-up 500ms;
	-moz-animation: fade-up 500ms;	
	-webkit-animation: fade-up 500ms;
	-o-animation: fade-up 500ms;
	transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
}
.fade-down{
	animation: fade-down 500ms;
	-moz-animation: fade-down 500ms;	
	-webkit-animation: fade-down 500ms;	
	-o-animation: fade-down 500ms;	
	transform: translateY(100%);
    -ms-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    -o-transform: translateY(100%); 
}
.order .main-container .main-h5{
	line-height: 1.4;
	font-size: 16px;
	font-weight: bold;
}
.order .main-container .main-h6{
	line-height: 1.4;
	padding: 4px 0 0 0;
	color: #303133;
}
.main-hidden{
	overflow: hidden;
	height: 100%;
}
.order-date{
	padding: 15px 6px;
	font-size: 14px;
}
.order-date a.flex-grow{
	padding: 6px 0;
	border: 1px solid #eee;
	border-radius: 4px;
	margin-left: 2px;
}
.order-date span.flex-grow{
	line-height: 60px;
	color: #303133;
}
.order-date a.flex-grow p{
	font-size: 12px;
	line-height: 1.4;
}
.order-date a.flex-grow.cur{
	border-color: #FE8400;
}
.order-date a.flex-grow.cur p{
	color: #FE8400;
	border-color: #FE8400;
}
.other-datebtn span{
	line-height: 34px;
	font-size: 12px;
	color: #303133;
}
.ht-rili-datebox{
	width: 100%;
	float: inherit;
	text-align: center;
}
.ht-rili-rightarr.iconfont.icon-you{
	color: #303133;
}
.back-btn span{
	font-size: 14px;
	color: #00C2FF;
}
.ht-rili-datebox .iconfont{
	width: 60px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
}
.main-calendar{
	background-color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding-bottom: 20px;
	width: 100%;
	display: none;
}
.fade-up .main-calendar{
	display: block;
}
.fade-down .main-calendar{
	display: none;
}
.main-calendar h1{
	font-size: 18px;
}
.date-choose.cur .other-datebtn .icon-you{
	color: #fff;
}
.date-choose.cur .other-datebtn span{
	color: #fff;
}
.num-choose .num-btn{
	border: 1px solid #FE8400;
	width: 28px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 24px;
	font-size: 20px;
	color: #FE8400;
	border-radius: 4px;
}
.num-choose input{
	height: 30px;
	line-height: 30px;
	border: none;
	width: 40px;
	text-align: center;
	color:#303133;
	padding: 0;
	margin: 0;
	font-size: 16px;
}
.num-choose{
	padding: 20px 20px;
}
.num-choose span{
	line-height: 30px;
	font-size: 14px;
	color: #303133;
}
.main-list-item span{
	text-align:justify;
	width: 60px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #303133;
}
.main-list-item span:after{
	display: inline-block ; 
	content: '';
	padding-left: 100%; 
}  
.main-list-item input{
	border: none;
	padding: 0 0 0 20px;
	margin: 0;
	font-size: 14px;
}
.main-list{
	padding: 15px 15px 10px;
}
.main-list .main-list-item{
	border-bottom: 1px solid #eee;
}
.main-list .main-list-item.noborder{
	border: none;
}
.order-tips-btn{
	padding: 20px 0 20px;
	text-align: center;
	width: 100%;
	display: inline-block;
	background-color: #fff;
	border-top: 15px solid #eee;
}
.main-footer{
	height: 60px;
	padding: 0 20px;
	line-height: 60px;
}
.main-footer .price{
	font-size: 20px;
}
.main-footer .main-btn{
	background-color: #FE8400;
	color: #fff;	
	line-height: 60px;
	padding: 8px 20px;
	border-radius:16px ;
	font-size: 14px
}
.main-footer.fixed{
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
}
.pay h1.main-h5{
	font-weight: bold;
	line-height: 1.4;
}
.pay p.main-h6{
	line-height: 1.4;
	padding: 10px 0;
}
.pay p.main-h7 .iconfont {
	color: #FE8400;
	font-size: 12px;
	margin-right: 4px;
}
.pay .header{
	background-color: #FFFFFF;
}
.pay .main-p15 {
	background-color: #FFFFFF;
}
.pay-btn{
	width: 260px;
	height: 44px;
	line-height: 44px;
	margin: auto;
	background-color: #00C2FF;
	border-radius: 22px;
	margin-bottom: 30px;
	color: #fff;
}
.pay-btn .iconfont{
	color: #fff;
	margin-left: 70px ;
	font-size: 28px;
	line-height: 44px;
	float: left;
}
.pay-btn span{
	color: #fff;
	line-height: 44px;
	float: left;
	width: 100px;
	font-size: 14px;
	text-align: center;
	display: inline-block;
}
.pay-btn.pay-weixin{
	background-color: #50B674;
}
.activity-tit{
	padding: 0 20px;
}
.activity-tit .activity-info{
	padding: 30px 0 15px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.activity-info h1{
	font-size: 18px;
	font-weight: bold;
	color: #303133;
	line-height: 1.4;
	margin-bottom: 30px;
}
.activity-info  .flex-grow p{
	font-weight: bold;
	color: #303133;
}
.activity-info  .flex-grow{
	text-align: center;
}
.activity-info  .flex-grow span {
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.activity-info  .flex-grow span {
	color: #999;
	font-size: 14px;
	line-height: 36px;
}
.activity-info .activity-status span{
	border: 1px solid #B6C0CC;
	padding: 2px 8px;
	font-size: 14px;
	color: #FE8400;
	border-radius: 4px;
	background-color: #fff;
	z-index: 2;
}
.activity-info .activity-status{
	width: 90px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.activity-info .activity-status:after{
	height: 1px;
	content: '';
	display: inline-block;
	width: 100%;
	position: absolute;
	background-color: #F2F2F2;
	z-index: -1;
	left: 0;
	top: 8px;
}
.dynamics .header{
	background-color: #fff;
}
.dynamics-list ul li{
	background-color: #fff;
	width: 100%;
	border-radius: 4px;
	padding: 0 20px 10px;
	margin-bottom: 15px;
}
.dynamics-list h1{
	line-height: 1.4;
	color: #303133;
}
.dynamics-list img{
	width: 135px;
	height: 90px;
	border-radius: 4px;
}
.dynamics-list img{
	width: 118px;
	height: 90px;
	border-radius: 4px;
}
.dynamics-list .dynamics-text{
	line-height: 22.5px;
	font-size: 13px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	padding-right: 10px;
}
.dynamics-list .main-h6{
	line-height: 24px;
    padding: 12px 0px 6px;
    color: #606266;
    font-size: 13px;
}
.mui-table-view:before{
	display: none;
}
.dynamics .mui-table-view{
	background-color: #F2F2F2;
}
.mui-pull-bottom-pocket{
	height: 72px;
	line-height: 72px;
}
.mui-pull{
	bottom: 0;
	background-color: #F2F2F2;
}

.dynamics-list ul li:last-child{
	margin-bottom: 0;
}
.dynamics-list {
	padding: 15px 0 10px;
}
.mui-table-view:after{
	display: none;
}
.border-b8{
	border-bottom:6px solid #eee ;
}
.dynamics-tit h1{
	line-height: 1.4;
}
.dynamics-tit p{
	line-height: 24px;
	padding: 8px 0 0;
	color: #606266;
	font-size: 13px;
}
.vendor-list{
	background-color: #fff;
}
.online-tel{
	position: fixed;
	left: 20px;
	bottom: 100px;
	background-color: rgba(0,0,0,0.7);
	width: 44px;
	height: 44px;
	display: inline-block;
	border-radius: 50%;
	z-index: 99;
	text-align: center;
}
.online-tel i{
	color: rgba(255,255,255,1);
	line-height: 44px;
	font-size: 32px;
}
.photo-img{
	width: 56px;
	height: 56px;
	border-radius: 50%;
	background-color: #F2F2F2;
	text-align: center;
	position: relative;
}
.photo-img i{
	line-height: 56px;
	font-size: 30px;
	color: #fff;
}
.photo-img img{
	position: absolute;
	left: 0;
	top: 0;
	width: 56px;
	height: 56px;
	border-radius: 50%;
}
.photo-img img.no-img{
	display: none;
}
.login-info span{
	font-size: 12px;
	color: #B6C0CC;
}
.login-info{
	padding: 7px 0 8px 20px;
	position: relative;
}
.login-info p{
	line-height: 20px;
}
.login-info:after{
 	font-family:"iconfont" !important;
 	content: "\e637";
 	position: absolute;
 	right: 0;
 	top: 16px;
 	font-size: 20px;
 	color: #B6C0CC;
}
.no-display{
	display: none;
}
.user-login-tit span.right{
	font-size: 12px;
	color: #B6C0CC;
}
.user-login-tit span.right i{
	font-size: 14px;
	color: #B6C0CC;
	margin-left: 15px;
}
.user-order i{
	font-size: 42px;
}
.user-order p.main-h5{
	line-height:  30px;
	font-size: 12px;
}
.bg-white{
	background-color: #fff;
}
.exit-btn{
	width: 67vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #FE8400;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
}
.suggesst-div textarea{
	float: left;
	border: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #F2F2F2;
	padding: 16px 10px ;
	height: 170px;
	line-height: 1.4;
	resize: none;
	border-radius: 4px 4px 0 0;
}
.suggesst-div label{
	text-align: right;
	float: left;
	width: 100%;
	display: inline-block;
	box-sizing: border-box;
	background-color: #F2F2F2;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	border-radius:0 0  4px 4px ;
	color: #B6C0CC;
}
.suggesst-div input{
	border: none;
	width: 100%;
	box-sizing: border-box;
	background-color: #F2F2F2;
	padding: 16px 10px ;
	height: 40px;
	line-height: 40px;
	resize: none;
	border-radius: 4px;
	margin-top: 20px;
}
.suggesst-btn{
	margin-top: 20px;
	text-align: right;
}
.suggesst-btn a{
	display: inline-block;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	background-color: #09f;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
}
.suggesst-success{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -86px;
	margin-left: -120px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	width: 240px;
	height: 172px;
	padding: 20px 0;
	text-align: center;
}
.suggesst-success h1{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 20px;
}
.suggesst-success p{
	font-size: 14px;
	line-height: 1.4;
}
.suggesst-success-btn{
	margin-top: 20px;
}
.login-tit{
	font-size: 28px;
	padding: 20vw 0 0;
	line-height: 40vw;
	color: #FFF;
}
.login-input{
	text-align: center;
	width: 67vw;
	margin: auto;
	position: relative;
}
.login-input input{
	display:inline-block ;
	box-sizing: border-box;
	width: 66vw;
	height: 40px;
	line-height: 40px;
	border: none;
	background-color: #F2F2F2;
	margin-bottom: 25px;
	border-radius: 20px;
	padding: 0 20px;
}
.forget-pwd-btn a{
	margin-right: 20px;
}
.forget-pwd-btn{
	margin-bottom: 20px;
}
.login-btn a{
	width: 67vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	display: inline-block;
	background-color: #FE8400;
	color: #fff;
	border-radius: 20px;
	font-size: 14px;
	margin-bottom: 40px;
}
.login-register-btn{
	margin-bottom: 30px;
}
.quickly-btn{
	width: 140px;
	margin:0 auto 50px ;
}
.quickly-btn .flex-grow{
	text-align: center;
}
.main-mb20{
	margin-bottom: 20px;
}
.quickly-btn .flex-grow span{
	display: inline-block;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #30A5DD;
	border-radius: 50%;
}
.quickly-btn .flex-grow span i{
	color: #fff;
	font-size: 20px;
}
.quickly-btn .flex-grow span.quickly-weixin{
	background-color: #50B674;
}
.quickly-btn .flex-grow span.quickly-qq i{
	font-size: 16px;
}
.quickly-btn .flex-grow span.quickly-weixin {
	line-height: 46px;
}
.login-input input.regiester-code-btn{
	padding: 0;
	position: absolute;
	top: 0px;
	line-height: 40px;
	right: 16px;
	width: auto;
	height: auto;
	background:none;
	font-size: 14px;
}
.register-success{
	position: absolute;
	width: 240px;
	height: 172px;
	left: 50%;
	top: 50%;
	margin-left: -120px;
	margin-top: -86px;
	background-color: #fff;
	border-radius: 4px;
	text-align: center;
	box-sizing: border-box;
}
.register-success h1,.register-success h1 i{
	font-size: 20px;
	line-height: 96px;
}
.register-success h1 i{
	margin-right: 2px;
}
.register-success-btn a{
	width: 60px;
	display: inline-block;
	height: 30px;
}
.suggesst-success-btn a{
	width: 60px;
	display: inline-block;
	height: 30px;
}
.repwd-btn{
	margin-top: 40px;
}
.order-tit .flex-grow{
	text-align: center;
}
.order-tit a{
	font-size: 14px;
	height: 36px;
	display: inline-block;
	line-height: 36px;
}
.order-tit a.cur{
	color: #FE8400;
	border-bottom: 2px solid #FE8400;
	height: 36px;
	display: inline-block;
	box-sizing: border-box;
	line-height: 36px;
}
.order-list .header{
	padding-bottom: 10px;
}
.order-div ul li{
	background-color: #fff;
	padding: 20px;
	margin-bottom: 15px;
	border-radius: 6px;
}
.order-div ul li:last-child{
	margin-bottom: 0;
}
.order-div ul li h1 .flex-grow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.order-div ul li h1 .status-orange{
	color: #FE8400;
	margin-left: 10px;
}
.order-div ul li h1 .status-purple{
	color: #FF2A62;
	margin-left: 10px;
}
.order-div ul li h1 .status-gray{
	color: #303133;
	margin-left: 10px;
}
.order-div ul li h1{
	height: 35px;
	border-bottom: 1px solid #eee;
}
.order-div ul li h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.4;
	height: 48px;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qrcode-img{
	width: 55px;
	height: 48px;
	text-align: right;
	margin-right:-5px;
}
.qrcode-img i{
	line-height: 48px;
	font-size: 44px;
}
.order-info{
	padding-top: 20px;
}
.order-qrcode{
	font-weight: bold;
	color: #303133;
	margin-left: 16px;
}
.order-price{
	color: #FE8400;
	font-weight: bold;
	font-size: 16px;
}
.order-bottom{
	padding-top: 20px;
}
.order-btn a{
	border: 1px solid #999;
	padding: 2px 6px;
	font-size: 12px;
	margin-left: 10px;
	border-radius: 4px;
	color: #999;
}
.order-btn a.btn-sure{
	border: 1px solid #FE8400;
	color: #FE8400;
}
.order-bottom p{
	font-size: 12px;
	color: #999;
}
.order-list .mui-table-view{
	background-color: #F2F2F2;
}
.header .order-btn a{
	line-height: 44px;
	margin-right: 10px;
	margin-left: 0;
}
.rest-time{
	margin-right: 4px;
}
.order-detail-con p{
	font-size: 14px;
	color: #999;
	padding: 4px 0;
}
.order-detail-con p .info-name{
	width: 90px;
	font-size: 14px;
}
.orderdetail h1{
	color: #303133;
	margin-bottom: 10px;
	font-size: 16px
}
.orderdetail .order-product{
	padding-left: 20px;
}
.orderdetail .order-product .swiper-wrapper a{
	border: 1px solid #eee;
	width: 120px;
	height: 48px;
	padding: 2px 4px;
	text-align: center;
	line-height: 22px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #303133;
	margin-right: 15px;
	border-radius: 4px;
	background-color: #fff;
}
.orderdetail .order-product .swiper-wrapper a.cur{
	border: 1px solid #3492E9;
}
#qrcode{
	width: 40vw;
	margin: 0 auto 10px ;
	height: 40vw;
    text-align: center;
}
#qrcode canvas{
	width: 40vw;
	height: 40vw;
}
#qrcode img{
	width: 40vw;
	height: 40vw;
}
.qrcode-div h2{
	line-height: 36px;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #303133;
	text-align: center;
}
.qrcode-div h2 span{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	width: 50vw;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #303133;
	background-color: #F6F6F6;
}
.qrcode-div.order-used h2 span{
	text-decoration: line-through;
}
.qrcode-div p{
	font-size: 14px;
	line-height: 2;
	color: #999;
	margin-bottom: 10px;
}
.qrcode-div p.red{
	color: #FE8400;
}
.info-value{
	color: #303133;
	font-size: 14px;
}
.qrcode-div{
	padding-top: 20px;
	position: relative;
}
.order-btn .btn-back{
	color: #999;
	border-color: #999;
}
.orderdetail .order-btn{
	width: 50px;
}
.main-info-list a *{
	font-size: 14px;
}
.main-info-list a span{
	color: #999;
}
.main-info-list a span i{
	color: #999;
	margin-left: 4px;
}
.main-info-list a .flex-grow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.main-info-list a .flex-grow i{
	margin-right: 4px;
}
.border-b10{
	border-bottom: 10px solid #eee;
}
.manager-header,.manager-order-header{
	background: #3492E9;
    height: 80px;
    padding: 20px 20px;
}
.manager-order-header{
	height: auto;
}
.manager-order-header p{
	font-size: 16px;
	color: #fff;
	margin-bottom: 15px;
}
.manager-header h3{
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
.manager-header .manager-link{
	color: #fff;
    border: 1px solid #fff;
    border-radius: 10px;
    padding: 5px;
}
.manager-nav .flex-grow{
	text-align: center;
}
.manager-nav .flex-grow a{
	display: inline-block;
	width: 70px;
	height: 70px;
	background-color: #fff;
	border-radius: 8px;
}
.manager-nav .flex-grow.cur a{
	background-color: #FE8400;
}
.manager-nav .flex-grow.cur a *{
	color: #fff;
}
.manager-nav .flex-grow a i{
	line-height: 45px;
	font-size: 26px
}
.manager-nav .flex-grow a p{
	font-size: 14px;
}
.manager-total-info{
	background-color: #fff;
	text-align: center;
}
.manager-total-info h1{
	font-size: 24px;
	color: #FE8400;
	line-height: 1.6;
}
.manager-total-info p{
	font-size: 14px;
	/*color: #000;*/
	line-height: 1.6;
}
.manager-cash-div{
	background-color: #fff;
}
.manager-cash-div .flex-grow {
	height: 30px;
	line-height: 30px;
	/*border-right: 1px solid #eee;*/
	padding-left: 20px;	
	font-size: 14px;
}
.manager-cash-div .flex-grow  span{
	color: #303133;
}
.manager-cash-div .index-cash-btn{
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 14px;
}
.manager-cash-div .index-cash-btn a{
	font-size: 14px;
	margin-right: 10px;
}
.manager-cash-div .index-cash-btn a .icon-manager-right{
	color: #FE8400;
	margin-right: 15px;
}
.manager-index-list{
	background-color: #fff;
}
.manager-index-list .manager-item-link{
	height: 75px;
	line-height: 75px;
	text-align: center;
	display: inline-block;
}
.manager-index-list .fx-detail{
	background: url('../img/fx-detail.png') left no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
}
.manager-index-list .fx-cut{
	background: url('../img/fx-cut.png') left no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
}
.manager-index-list .fx-info{
	background: url('../img/fx-info.png') left no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
}
.manager-index-list .fx-data{
	background: url('../img/fx-data.png') left no-repeat;
	background-size: 25px 25px;
	padding-left: 35px;
}

.manager-index-list h1{
	font-size: 14px;
}
.manager-index-list p{
	font-size: 14px;
	line-height: 1.6;
}
.manager-index-list h1 .red-num{
	font-size: 20px;
}
.manager-index-list h1 i{
	line-height: 30px;
}
.manager-index-list h1 .red{
	margin-left: 20px;
}
.manager-index-list p.fz18{
	font-size: 18px;
}
.manager-index-list li{
	padding: 6px 0;
}
.manager-index-list li span{
	width: 60px;
	display: inline-block;
	text-align: center;
}
.manager-index-list li .flex-grow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main-query-list *{
	font-size: 14px;
}
.main-query-list{
	padding: 0 15px;
}
.main-order-list ul li{
	padding: 15px 0;
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}

.main-order-list ul li p {
	font-size: 14px;
	/*color: #999;*/
	margin-top: 10px;
	line-height: 1.6;
	text-align: center;
}
.main-order-list ul li .num{
	color: #303133;
	margin-left: 6px;
}
.sale-total-bg {
	background-color: #F2F2F2;
}
.salestatus-list.main-order-list ul li{
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}

.sale-total{
	padding-left:45px;
	padding-right:10px;
}
.sale-total span{
	font-size: 16px;
}

.main-query-list .name{
	color: #999;
}
.main-query-list i{
	float: right;
}
.main-query-list .date-left{
	padding-right: 10px;
	border-right: 1px solid #eee;
}
	
.main-query-list .flex-grow{
	padding-left: 6px;
}
.main-order-list .main-h6 {
	margin-bottom: 10px;
	padding: 0 15px;
}
.main-order-list ul li h1{
	line-height: 1.4;
	padding: 0 15px;
}
.main-order-list ul li .policy-product-name{
	font-size: 16px;
}
.balance-div{
	background-color: #3492E9;
	padding: 20px 0  20px 0;
}
.balance-div h1 {
	color: #fff;
	line-height: 30px;
}
.balance-div h1.fz18 {
	font-size: 18px
}
.balance-div  a{
	display: inline-block;
	border: 1px solid #fff;
	border-radius: 8px;
	width: 80px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	margin-top: 15px;
	font-size: 14px
}
.balance-record{
	background-color: #3492E9;
	opacity: 0.9;
}
.balance-record p{
	font-size: 14px;
	color: #fff;
}
.balance-record a{
	font-size: 14px;
	color: #fff;
	line-height: 42px;
}
.balance-record a i{
	font-size: 14px;
	color: #fff;
	line-height: 42px;
}
.gray-tips{
	color: #B6C0CC;
	font-size: 14px;
	text-align: center;
	padding: 15px;
}
.main-query-list input.main-query-input{
	border: none;
	margin: 0 ;
	padding: 0;
	height: auto;
}
.manager-btn{
	width: 67vw;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	text-align: center;
	display: inline-block;
	background-color: #FE8400;
	color: #fff;
	border-radius: 8px;
	font-size: 14px;
}
.manager-draw-list{
	font-size: 20px;
}
.cash-success{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -93px;
	margin-left: -150px;
	background-color: #fff;
	border-radius: 4px;
	box-sizing: border-box;
	width: 300px;
	height: 186px;
	padding: 20px 30px;

}
.fz18{
	font-size: 18px
}
.cash-btn{
	width: 100%;
	text-align: center;
	display: inline-block;
}
.bank-info p{
	color: #fff;
	font-size: 14px;
	line-height: 30px;
}
.bank-save p{
	color: #999;
	font-size: 14px;
	line-height: 30px;
}
.bank-info h1.main-p20{
	padding: 10px 0;
	color: #fff;
    font-size: 16px;
    font-weight: bold;
    height: 22px;
    line-height: 22px;
    margin-bottom: 20px;
}
.bank-info p .flex-grow{
	color: #fff;
	margin-left: 8px;
}
.bank-account-btn {
	padding: 30px 0 20px 0;
}
.bank-account-btn a{
	color: #fff;
	border: 1px solid #fff;
	padding: 6px 30px;
	border-radius: 8px;
	font-size: 14px;
}
.bank-info input,.bank-save input{
	border: none;
	background-color: #fff;
	font-size: 14px;
	padding:  0 10px;
	border-radius: 8px;
}
.fx-commont{
	padding:15px;
}
.cash-list.main-order-list ul li{
	background-color: #fff;
	border-bottom: 1px solid #dddddd;
}

.cash-list.main-order-list ul li p{
	color: #303133;
	padding: 0 15px;
    text-align: left;
}
.input-tips{
	color: #B6C0CC;
}
.top-bank-btn{
	position: absolute;
	right: 10px;
	font-size: 14px;
	color:#3492E9 ;
	line-height: 44px;
	z-index: 200;
}
.introduction-tit{
	background-color: rgba(0,0,0,0.5);
    color: rgba(255,255,255,1);
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    padding: 25px 15px;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 5px;
    line-height:1.4;
}
/**/
.user-login-tit .main-h4{
	line-height: 20px;
}
.user-login-tit span.right{
	line-height: 20px;
}



/*恐龙灯会主题*/
.main-slider{
	position: relative;
}
.main-slider .swiper-container{
	width: 100%;
	height: 40vw;
}
.main-slider .swiper-container .swiper-slide{
	width: 100%;
	height: 40vw;
	padding:10px 10px;
}
.main-slider .swiper-container .swiper-slide img{
	width: 100%;
	height: 100%;
	border-radius:6px 6px 6px 6px;
}
.main-slider .swiper-wrapper{
	height: 100%;
	width: 100%;
}
.main-slider .slider-lantern-tit{
	position: absolute;
	padding: 0 10px;
	bottom:-36px ;
	z-index: 2;
	box-sizing: border-box;
	width: 100%;
}
.main-slider .slider-lantern-tit h1{
	background-color: #fff;
	height: 46px;
	line-height: 46px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #303133;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 6px;
	border-radius: 4px;
}
.lantern-nav {
	margin-top: -10px;
	background-color: #fff;
	border-radius: 4px;
	height: 100px;
	box-sizing: border-box;
	padding-top: 15px;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}
.lantern-nav .flex-grow{
	text-align: center;
}
.lantern-nav .flex-grow span{
	height: 50px;
	width: 50px;
	line-height: 50px;
	border-radius: 6px;
	/*background-color: #95D175;*/
	display: inline-block;
}
.lantern-nav .flex-grow span i{
	color: #fff;
	font-size: 30px;
}
.lantern-nav .flex-grow p{
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #303133;
}
.lantern-slider .swiper-slide{
	width: auto;
}
.lantern-slider .slider-item-content{
	width: 280px;
}
.lantern-slider .items-label{
	font-size: 12px;
	text-align: left;
	padding: 0 6px;
	left:0 ;
	top: 30px;
	background-color: #fd3a51;
	color: #fff;
	border-radius: 0 4px 4px 0;
	width: auto;
}
.lantern-slider.slider-div> .main-p30{
	padding-bottom: 0;
	padding-right: 12px;
}
.lantern-container{
	padding:0 10px;
	margin-bottom: 10px;
}
.lantern-slider.slider-div{
	padding: 0 0 20px 0 ;
}
.lantern-slider .slider-item-content img{
	height: 150px;
}
.slider-item-content .main-h4{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	font-size: 14px;
	color: #303133;
	line-height: 20px;
	height: 20px;
	font-weight: bold;
	text-overflow: inherit;
	white-space: normal;
}
.lantern-slider .slider-item-content .slider-item-txt{
	padding: 10px 10px;
}
.lantern-slider .slider-item-content .main-h6{
	font-size: 12px;
	color: #999;
	line-height: 16px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.slider-item-content .main-h6 .iconfont{
	font-size: 14px;
	line-height: 16px;
}
.lantern-hot li:nth-of-type(even) a{
	width: 50vw;
	display: inline-block;
	float: left;
	padding: 0 10px 0 5px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 15px;
}
.lantern-hot li:nth-of-type(odd) a{
	width: 50vw;
	display: inline-block;
	float: left;
	padding: 0 5px 0 10px;
	box-sizing: border-box;
	border-radius: 4px;
	margin-bottom: 15px;
}
.lantern-hot{
	width: 100%;
	display: inline-block;
}
.lantern-hot-item{
	width: 100%;
	background-color: #fff;
	padding-bottom: 10px;
}
.lantern-tit-div .lantern-tit{
	padding: 5px 10px 15px;
}
.lantern-hot-item img{
	width: 100%;
	height: 30vw;
	border-radius: 4px 4px 0 0;
}
.slider-item-img{
	/*height: 170px;*/
	box-sizing: border-box;
}
.lantern-hot-item .lantern-hot-txt{
	padding: 0 10px ;
}
.lantern-hot-item .lantern-hot-txt h1{
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
	overflow: hidden;
	color: #303133;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lantern-hot-item .lantern-hot-txt p{
	font-size: 12px;
	color: #606266;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lantern-hot-item .lantern-hot-txt p i{
	font-size: 12px;
	color: #606266;
	margin-right: 4px;
}
.lantern-news li{
	padding: 0 10px;
	margin-bottom: 15px;
}
.lantern-news-item{
	background-color: #fff;
	height: 110px;
	border-radius: 4px;
}
.lantern-news-item img{
	width: 150px;
	height: 110px;
	border-radius: 4px 0 0 4px;
	margin-right: 10px;
}
.lantern-news-item .flex-grow{
	padding: 12px 10px 12px 0;
}
.lantern-news-item .flex-grow h1{
	font-size: 14px;
	height: 60px;
	line-height: 20px;
	color: #303133;
	font-weight: bold;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.lantern-news-item .flex-grow p{
	margin-top: 10px;
	font-size: 12px;
	color: #999;
}
.lantern-news-item .flex-grow p i{
	font-size: 12px;
	color: #999;
	margin-right: 4px;
}
.main-slider .swiper-pagination,.main-slider .swiper-pagination-fraction{
	color: #fff;
	display: inline-block;
	background-color: rgba(0,0,0,0.5);
	width: auto;
	font-size: 12px;
	right: 10px;
	left: auto;
	padding: 2px 10px;
	border-radius: 20px;
	bottom: 20px;
}
.lantern-desc-info{
	padding: 0 10px 0 10px;
	border-radius: 8px 8px 0 0;
	margin-top: -10px;
	z-index: 10000;
	background-color: #fff;
	position: relative;
}
.lantern-desc-info .desc-tit{
	border-radius: 10px 10px 0 0;
	font-size: 16px;
	color: #303133;
	font-weight: normal;
	line-height: 24px;
	padding: 15px 0 10px;
}
.lantern-desc-info p{
	font-size: 14px;
	color: #303133;
	padding: 15px 0 ;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lantern-desc-info p .flex-grow{
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.lantern-desc-info p i{
	color: #303133;
	font-size: 14px;
	line-height: 24px;
	margin-right: 4px;
}
.lantern-desc-info p .desc-addr-btn{
	background-color: #FE8400;
	color: #fff;
	font-size: 12px;
	padding: 2px 18px;
	border-radius: 20px;
	margin-left: 10px;
}
.lantern-desc{
	/*transform-style: preserve-3d;*/
}
.lantern-desc .header-img {
    position: relative;
}
.lantern-desc .header-img .sell-num {
    position: absolute;
    bottom: 0;
    right: 0;
}
.lantern-desc .header-img .sell-num span {
    display: inline-block;
    text-align: center;
    width: 63px;
    height: 18px;
    z-index: 15;
    background-color: rgba(0,0,0,.3);
    border-radius: 6px;
    line-height: 18px;
    font-size: 12px;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #fff;
}
.lantern-desc .main-slider{
	transform: translateZ(0);
}
.lantern-desc .lantern-desc-info{
	transform: translateZ(100px);
}  
.lantern-ticket .mui-slider .mui-slider-group .mui-slider-item img{
	height: 50vw;
}
.lantern-ticket .ticket-list  ul li{
	border-bottom: 0;
	padding: 15px 10px 0;
	position: relative;
}
.ticket-tips .swiper-slide{
	box-sizing: border-box;
}
.ticket-tips{
	height: 100%;
}
.lantern-ticket .ticket-list ul li>div{
	background-color: #fff;
	border-radius: 6px;
}
.lantern-ticket .ticket-item p {
	font-size: 10px;
	width: 100%;
}
.lantern-ticket .ticket-item p span{
	margin-right: 2px;
}
.lantern-ticket .ticket-item p span i{
	margin-right: 0;
}
.lantern-ticket .ticket-item h1{
	font-size: 14px;
	font-weight: bold;
	color: #303133;
}
.lantern-ticket .ticket-list-btn p{
	height: 40px;
	line-height: 40px;
}
.lantern-ticket .ticket-list-btn h1{
	margin-top: 10px;
}
/*.lantern-ticket .ticket-list ul li:before{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 89px;
	top: 4px;
	background-color: #eee;
	border-radius: 10px;
}
.lantern-ticket .ticket-list ul li:after{
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	right: 89px;
	bottom: -10px;
	background-color: #eee;
	border-radius: 10px;
}*/
.lantern-ticket .header-btn.icon-zuo:before{
	background-color: rgba(0,0,0,0.4);
	font-size: 14px;
	padding: 8px;
	border-radius: 20px;
}
.lantern-ticket .header-btn.icon-gengduo:before{
	background-color: rgba(0,0,0,0.4);
	font-size: 14px;
	padding: 8px;
	border-radius: 20px;
}
.lantern-ticket .ticket-item p span i.icon-tuikuan{
	margin-left: 6px;
}
.lantern-ticket .ticket-item p i.icon-you{
	color: #999;
}
.lantern-desc .traffic-btn{
	background-color: #FE8400;
}
.border-t10{
	border-top: 10px solid #eee;
}
.ask-list li{
	padding: 15px 10px;
	border-bottom: 10px solid #eee;
}
.ask-list li:last-child{
	border: none;
}
.ask-list .iconfont{
    padding-top: 5px;
	width: 50px;
	text-align: center;
	font-size: 30px;
	color: #FE8400;
}
.ask-list .iconfont.icon-answer{
	color: #02B4E5;
	padding-top: 15px;
}
.ask-list p{
	font-size: 12px;
	color: #B6C0CC;
	padding: 12px 0;
}
.ask-answer h1{
	padding-top: 10px;
}
.lantern-desc .lantern-desc-tit{
	background-color: #fff;
}
.ask-btn a{
	display: inline-block; 
	width: 75%;
	height: 40px;
	line-height: 40px;
	z-index: 1000;
	background-color: #FE8400;
	color: #fff;
	border-radius: 16px;
	text-align: center;
	margin-top: 11px;
	font-size: 14px;
}
.ask-submit{
	padding: 15px 15px 30px 15px;
}
.ask-submit textarea{
	border: none;
	width: 100%;
	height: 240px;
	box-sizing: border-box;
	background-color: #F2F2F2;
	font-size: 14px;
	padding: 10px 10px 40px;
	resize: none;
	font-size: 14px;
	border-radius: 4px 4px 0 0;
	float: left;
	color: #303133;
}
.ask-submit .num-tips{
	background-color: #F2F2F2;
	float: left;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	text-align: right;
	color: #B6C0CC;
	border-radius: 0 0 4px 4px;
}
.ask-submit .submit-btn a{
	width: 100%;
	background-color: #FE8400;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	margin-top: 20px;
	display: inline-block;
}
.lantern-desc-info label.activity-time-info{
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -70px;
	width: 140px;
	background-color: #F7565F;
	height: 24px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 24px;
	border-radius:  0 0 6px 6px;
}
.guide-nav .mui-slider-indicator.mui-segmented-control{
	background-color: #F2F2F2;
}
.guide-nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
	border: none;
	background-color: #fff;
}
.guide-nav .mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	background-color: #FE8400;
	color: #fff;
}
.guide-nav .mui-segmented-control .mui-control-item{
	line-height: 1;
	padding: 6px 18px;
	font-size: 12px;
	border-radius: 12px;
	margin-right: 10px;
}
.guide-nav .mui-segmented-control.mui-scroll-wrapper .mui-scroll{
	height: 48px;
	line-height: 48px;
	padding: 8px 0 0 15px;
}
.guide-nav .mui-segmented-control.mui-scroll-wrapper{
	line-height: 48px;
	height: 54px;
}
.guide-vender-list img{
	width: 150px;
	height: 100px;
	margin-right: 10px;
	border-radius: 6px 0 0 6px;
}
.guide-vender-list ul{
	padding: 0 15px;
	background-color: #F2F2F2;
}
.guide-vender-list ul li{
	margin-bottom: 15px;
	background-color: #FFF;
	border-radius: 6px;
}
.guide-vender-list h1{
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #303133;
}
.guide-vender-list .flex-grow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
    box-sizing: border-box;
    padding: 8px 0;
}
.guide-vender-list p{
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #999;
	line-height: 16px;
	height: 26px;
	white-space: nowrap;
	padding-top: 10px;
}
.guide-vender-list p i{
	font-size: 13px;
	color: #999;
}
.guide-vender-list .flex{
	position: relative;
}
.guide-vender-list .flex label{
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: rgba(0,0,0,.3);
	padding: 0 12px;
	font-size: 12px;
	color: #fff;
	border-radius: 4px;
}
.guide-vender-list li:last-child{
	border: none;
}
.main-end{
	margin-top: 20px;
}

.lantern-footer{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	padding: 6px 0;
	z-index: 100;
}
.lantern-footer span i{
	font-size: 26px;
}
.lantern-footer p{
	font-size: 13px;
}
.lantern-index{
	/*padding-bottom: 60px;*/
}
.lantern-footer .cur span i{
	color: #3492E9;
}
.lantern-footer .cur p{
	color: #FE8400;
}
.lantern-slider .items-label.label-over{
	background-color: #999;
}
.vendor-bottom{
	position: fixed;
	left: 0;
	bottom: 0;
	background-color: #fff;
	width: 100%;
}
.vendor-bottom a{
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	text-align: center;
}
.vendor-bottom a.order{
	background-color: #FF7F00;
	color: #fff;
}
.vendor-bottom a.no-order{
	background-color: #B6C0CC;
}
.main-pb72{
	padding-bottom: 72px;
}

.ask-list ul li h1{
	word-break: break-all;
	line-height: 1.4;
	font-size: 14px;
	color: #303133;
}
.main-bt1{
	border-top: 1px solid #e5e5e5;
}
.lantern-hot .lantern-hot-item label{
	background-color: rgba(0,0,0,.3);
	font-size: 12px;
	color: #fff;
	padding:0  10px;
	position: absolute;
	left: 10px;
	top: 10px;
	border-radius: 4px;
}
.lantern-hot .lantern-hot-item{
	position: relative;
    border-radius: 4px;
} 
.lantern-index .slider-div{
	background-color: #F2F2F2;
}
.lantern-index .slider-item-img{
	width: 100%;
}
.main-footer.fixed{
    border-top: 1px solid #e5e5e5;
    z-index: 100;
}
.main-pb60{
	padding-bottom: 60px ;
}
.order-ticket-tips .swiper-slide.cur{
    border: 1px solid #3492E9;
    background-color: #3492E9;
    color: #fff;
}
.order-ticket-tips  .swiper-slide {
    box-sizing: border-box;
}
.order-ticket-tips .swiper-slide {
    width: 120px;
    background-color: #fff;
    border-radius: 4px;
    height: 48px;
    line-height: 20px;
    padding: 4px 10px;
    font-size: 14px;
    margin-right: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    border: 1px solid #eee;
}
.order-ticket-tips .swiper-container{
	padding-left: 20px;
}
.lantern-desc-info label.label-over{
	background-color: #999;
}
/*.lantern-nav-jianjie{
	background:#fff url("../img/jianjie.png") no-repeat 0 0;
}
.lantern-nav-yuding{
	background:#fff url("../img/goupiao.png") no-repeat 0 0;
}
.lantern-nav-daohang{
	background:#fff url("../img/daohang.png") no-repeat 0 0;
}
.lantern-nav-wenwen{
	background:#fff url("../img/wenwen.png") no-repeat 0 0;
}*/
.traffic-desc{
	padding-bottom: 20px;
}
.order-date a.flex-grow.no-choose{
    background-color: #FFF;
} 
.order-date a.flex-grow.no-choose *{
	color: #B6C0CC;
} 
.fixed-header{
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	width: 100%;
	background-color: #fff;
}
.orderlist-m-top{
	margin-top: 50px;
}
/*.vendor-m-top{
	margin-top: 85px;		
}	*/
.guide-nav{
	transform: translate3d(0px, 0px, 0px);
	margin-top: -12px;
}
.ucenter-p-bottom{
	padding-bottom: 70px;
}
.lantern-slider .main-h2{
	padding-left: 10px;
}
.swiper-pagination-current{
	display: inline-block;
}
.swiper-pagination-total{
	display: inline-block;
}
.lantern-slider .lantern-slider-div .swiper-slide:last-child{ 
	margin: 0;
}
.lantern-slider .lantern-slider-div { 
	padding-left: 10px;
}
.border-t15{
	border-top: 15px solid #eee;
}
.border-b15{
	border-bottom: 15px solid #eee;
}
.ticketlist .ticket-tips h1.main-h4{
	color: #303133;
	font-size: 16px;
}
.payway-info p{ 
	line-height: 1.6;
	font-size: 15px;
}
.payway-btn{ 
	display: inline-block; 
	width: 100%; 
	padding: 20px 10px; 
	height: 100px; 
	background-color: 
	#fff;box-sizing: 
	border-box; 
}
.payway-btn a{
	width: 140px; 
	background-color: #FE8400; 
	font-size: 14px; 
	text-align: center; 
	height: 30px; 
	line-height: 30px; 
	color: #fff; 
	border-radius: 15px;
}
.payway-btn a.right{ 
	background-color: #3492E9;
}
.lantern-desc-info.vendor-info .desc-tit{
	padding-top: 10px ;
}
.dynamics .main-container,.order-list .main-container{
	padding: 0 10px;
}
.order-list ul li i.icon-dianpu{ 
	margin-right: 3px;
}
.orderdetail .order-product .swiper-wrapper a.swiper-slide-active{
	background-color: #3492E9;
	color: #fff;
}
.vendor-distribute-info{
	margin-top: -5px;
}
.ticketlist .main-container{
	padding: 0 10px;
}
.ticket-item p i.icon-you{
	color: #999;
}
.vendor-distribute .head-absolute .header-btn.icon-yonghutouxiang:before{
	line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(0,0,0,0.5);
    display: inline-block;
    border-radius: 15px;
    font-size: 20px;
}
.manager-cash-div .flex-grow span.red{
	color: #FE8400;
}
/**/
.vendor-item-tit{
	border: 1px solid #6699FF; 
	border-radius: 8px;
	height: 60px;
	width: 33vw;
	margin: 10px auto;
}
.vendor-item-tit h1{
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #6699FF;
}
.vendor-item-tit p{
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #6699FF;
	border-radius: 0 0 5px 5px;
	color: #fff;
	font-size: 12px;
}
.vendor-item .main-slider .swiper-container .swiper-slide{
	height: 40vw;
}
.vendor-item .main-slider .swiper-container{
	height: 40vw;
}
.vendor-item-list li .vendor-item-div{
	width: 100%;
	height: 56vw;
	margin-bottom: 10px;
	float: left;
	position: relative;
}
.vendor-item-list li img{
	width: 100%;
	height:100%;
}
.vendor-item-div .opt{
	position: absolute;
	width: 100%;
	height: 28px;
	background-color: rgba(0,0,0,0.5);
	z-index: 1;
	left: 0;
	bottom: 0;
}
.vendor-item-div .opt h1{
	position: relative;
	color: rgba(255,255,255,1);
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: bolder;
	padding:0 20px;
}
.vendor-item-div label{
	background-color: #FE8400;
	color: #fff;
	display: inline-block;
	width: 82px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 8px 0 0 0 ;
	font-size: 12px;
}
.vendor-item-div label .price{
	font-size: 20px;
	margin: 0 2px;
}
.index-activity{
	padding: 0 10px;
}
.index-activity a{
	display: inline-block;
	border-radius: 4px ;
	background-color: #fff;
	margin-bottom: 10px;
	width: 100%;
}
.index-activity .slider-item-txt .main-h4{
	font-size: 16px;
	color: #303133;
	line-height: 1.4;
	margin-bottom: 10px;
	font-weight: bold;
}
.dynamics .lantern-tit-div{
	margin-top: 20px;
}
.activity-end {
	margin-top: -20px;
}
.footer-right{
	padding:0 15px 85px;
	text-align: center;
	background-color: #F2F2F2;
	position: relative;
}
.footer-right *{
	font-size: 12px;
	color: #B6C0CC;
}
.com-info{
	border-bottom: 1px solid #eee;
}
.com-info, .com-info *{
	font-size: 14px;
	line-height: 1.8;
	padding: 10px 0;
	color: #303133;
}
.main-list-item .group-info {
	margin-left: 20px;
	padding: 10px 0 0;
}
.main-list-item .group-info textarea{
	font-size: 14px;
	padding: 10px;
	height: 160px;
}
.main-list-item.team-order p span{
	width: auto;
	margin-left: 20px;
}
.main-list-item.team-order p {
	line-height: 40px;
}
.main-list-item.team-order p span:after{
	content: none;
}
.index-news-lists{
	height: 68px;
	box-sizing: border-box;
	background-color: #FFF;
	height: 68px;
	padding: 10px;
	border-radius: 6px;
}
.index-news-lists .index-news-div{
	overflow: hidden;
	height: 48px;
}
.index-news-lists li {
	overflow: hidden;
	height: 24px;
	line-height: 24px;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 12px;
}
.index-news-lists li a{
	color: #303133;
}

.index-news-lists li:before {
	content: "";
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #000;
	display:inline-block;
	float: left;
	margin:10px 6px 0 0;
}
.index-news-lists img{
	width: 42px;
	height: 38px;
	margin-top: 5px;
}
.txt-label{
	/*border: 1px solid #FE8400;*/
	/*border-radius: 4px;*/
	padding: 0 10px;
	font-size: 12px;
	color: #FE8400;
	margin-right: 10px;
	display: inline-block;
	margin-bottom: 5px;
}
.txt-label-icon {
    background: url(../img/ok.png) left no-repeat;
    background-size: 13px;
    padding-left: 18px;
}
.label-div span{
	color: #FE8400;
	font-size: 12px;
}
.label-div span i{
	color: #FE8400;
	font-size: 12px;
}
.label-div {
	display: inline-block;
	width: 100%;
}
.index-activity .slider-item-img font{
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: rgba(0,0,0,.3);
	color: #FFF;
	font-size: 12px;
	padding:  0 10px;
	border-radius: 4px;
}
.swiper-slide font{
	position: absolute;
	left: 10px;
	top: 10px;
	background-color: rgba(0,0,0,.3);
	color: #FFF;
	font-size: 12px;
	padding:  0 10px;
	border-radius: 4px;
}
.lantern-hot-img{
	padding: 0px 10px;
	width: 100%;
	height: 33vw;
	margin-bottom: 12px;
}
.lantern-hot-img img{
	width: 100%;
	height: 100%;
	border-radius: 4px;
}
.lantern-hot-item .lantern-hot-txt h2{
	line-height: 36px;
	font-size: 13px;
	height: 36px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #FE8400;
}
.label-focus{
	position: absolute;
	bottom: 20px;
	right: 10px;
	background-color: rgba(0,0,0,.3);
	color: #FFF;
	padding: 0 10px;
	border-radius: 4px;
	font-size: 12px;
}
.label-focus i{
	color: #FFF;
}
.lantern-desc-info .label-div{
	padding-bottom: 10px;
}
.lantern-desc .lantern-hot-img{
	padding-top: 12px;
}
.guide-vender-list .red{
	color: #FE8400;
}
.guide-vender-list.vendor-m-top{
	background-color: #F2F2F2;
}
.vendor-info h2.red{
	padding-bottom: 15px;
	line-height: 20px;
}
.vendor-info .right-tel i{
	color: #FE8400;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0px;
}
.vendor-info .right-tel{
	position: relative;
}
.swiper-container.vendor .swiper-slide{
	height: 66vw;
}
.main-slider .swiper-container.vendor{
	height: 66vw;
}
.swiper-container.ticket .swiper-slide{
	height: 50vw;
}
.main-slider .swiper-container.ticket{
	height: 50vw;
}
.ticket-list .product-list img{
	width: 100px;
    height: 100px;
	border-radius: 6px 6px 6px 6px ;
}
.ticket-list .product-list h1{
	font-size: 16px;
    font-weight: bold;
    color: #000;
    line-height: 20px;
    display: flex;
    padding: 10px 0 0 0;
}
.ticket-list .product-list h1 a{
	height: 25px;
    font-size: 16px;
    display: block;
    font-weight: bold;
    color: #303133;
    line-height: 25px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.ticket-list .product-list p{
	padding: 5px 0;
	line-height: 20px;
}
.ticket-list .product-list .info{
	padding: 0 10px;
	position: relative;
}
.ticket-list .product-list .ticket-price{
	height: 26px;
    display: flex;
    /*padding-top: 10px;*/
}
.ticket-list .product-list .ticket-price .price-hidden{
	display: none;
}
.ticket-list .product-list  .price-cost{
    width: 44px;
    background-color: #FE8400;
    color: #fff;
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 0px;
    font-size: 14px;
    margin-right: 5px;
    border-radius: 3px;
}
.ticket-list .product-list .price{
	display: inline-block;
	width: 100%;
	color: #B6C0CC;
	font-size: 12px;
}

.ticket-list .product-list .info .price font{
	font-size: 20px;
	color: #FE8400;
	font-weight: bold;
	line-height: 36px;
	 margin-right: 2px; 
}
.ticket-list .product-list .info .price .old-price{
	color: #B6C0CC;
	text-decoration: line-through;
	line-height: 36px;
	padding-left: 5px;
}
.ticket-list .product-list .info .price a{
	width: 53px;
	height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: center;
	background-color: #FE8400;
	color: #FFF;
	border-radius: 10px;
	font-size: 14px;
	padding: 0;
}
.pay-info{
	padding: 70px 0;
	text-align: center;
}
.pay-info h1{
	font-size: 48px;
	font-weight: bold;
	color: #FE8400;
	line-height: 70px;
}
.pay-info p{
	font-size: 14px;
	line-height: 24px;
}
.product-list label{
    position: absolute;
    border-radius: 4px;
    padding: 0 10px;
    font-size: 12px;
    color: #FFF;
    display: inline-block;
    right: 10px;
    top: -40px;
    background-color: rgba(0,0,0,.3);
}
.order-center-btn {
	display: inline-block;
	box-sizing: border-box;
	padding-top: 6px;
	position: fixed;
	background-color: rgba(0,0,0,.3);
	left: 0;
	/*top: 45%;*/
	top: calc(40vw + 140px);
	/* bottom: 0; */
	line-height: 16px;
	margin-top: -28px;
	width: 44px;
	height: 44px;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	border-radius: 28px;
	z-index: 999;
}
.order-center-btn .ticket-my{
	width: 33px;
    height:  33px;
}
.order-center-btn .ticket-my-order-btn{
	position:  relative;
    top: -8px;
    color: #fff;
    background-color:  #FE8400;
    /* height: 100%; */
    box-sizing: border-box;
    border-radius: 4px;
}
.order-status{
	box-sizing: border-box;
	background-color: #FE8400;
	padding: 20px 20px 5px;
}
.order-status *{
	color: #FFF;
}
.order-status span{
	font-size: 24px;
	font-weight: bold;
}
.order-status .flex{
	margin-bottom: 15px;
}
.order-status p{
	line-height: 20px;
	font-size: 14px;
}
.order-status p span{
	line-height: 20px;
	font-size: 14px;
	font-weight: normal;
}
.order-status .btn{
	border: 1px solid #FFF;
	width: 60px;
	height: 28px;
	display: inline-block;
	line-height: 28px;
	text-align: center;
	border-radius: 6px;
	margin-left: 10px;
}
.order-status .btn.btn-sure{
	background-color: #FFF;
	color: #FE8400;
}
.qrcode-div.order-used img{
	opacity: .3;
}
.info-item h2{
	padding: 14px 20px;
	line-height: 22px;	
	background-color: #F6F6F6;
	font-size: 16px;
	font-weight: bold;
}
.info-item p{
	padding: 6px 20px;
}
.orderdetail .order-ticket-info h1{
	padding: 20px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 0;
}
.order-ticket-info{
	padding-bottom: 20px;
}
.register-success.order-desc{
	border-radius: 6px 6px 0 0;
	height: auto;
	width: 100%;
	left: 0;
	bottom: 0;
	top: initial;
	margin: 0;
}
.register-success.order-desc h1{

	line-height: 90px;
}
.register-success.order-desc .register-success-btn a{
	display: inline-block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	border-top: 1px solid #F6F6F6;
}
.lantern-nav .flex-grow span img{
	width: 100%;
	height: 100%;
}

.lantern-footer span {
	width: 26px;
	height: 26px;
	display: inline-block;
	background: url(../img/shouye.png) no-repeat 0 0;
	background-size: 26px 26px;
}
.lantern-footer .cur span.shouye {
	background-image: url(../img/shouye-cur.png);
}
.lantern-footer span.kefu{
	background-image: url(../img/kefu.png);
}
.lantern-footer .cur span.kefu {
	background-image: url(../img/kefu-cur.png);
}
.lantern-footer span.order {
	background-image: url(../img/order.png);
}
.lantern-footer .cur span.order-cur {
	background-image: url(../img/order-cur.png);
}
.lantern-footer span.user {
	background-image: url(../img/user.png);
}
.lantern-footer .cur span.user {
	background-image: url(../img/user-cur.png);
}
.user-order p.txt-center span{
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url(../img/daifukuan.png) no-repeat 0 0;
	background-size: 40px 40px;
}
.user-order p.txt-center span.daituikuan{
	background-image: url(../img/daituikuan.png);
}
.user-order p.txt-center span.daishiyong{
	background-image: url(../img/daishiyong.png);
}
.user-order p.txt-center span.yituikuan{
	background-image: url(../img/yituikuan.png);
}
.ask-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 62px;
	background-color: #FFF;
	text-align: center;
	z-index: 100;
}
.p-login {
	background: url(../img/login-bg.png) no-repeat 0 0;
	background-size: 100% 60vw;
}
.quickly-btn{
	width: 70vw;
	padding-top: 80px;
}
.quickly-btn a{
	text-align: left;
	width: 100%;
	display: inline-block;
	height: 48px;
	line-height: 48px;
	border-radius: 24px;
	background-color: #50B674;
	color: #FFF;
	font-size: 14px;
	margin-bottom: 30px;
}
.quickly-btn a i{
	width: 26vw;
	text-align: center;
	display: inline-block;
	line-height: 48px;
	font-size: 20px;
	color: #FFF;
}
.quickly-btn a.login-btn-qq{
	background-color: #30A5DD;
}
.fixed-login-btn {
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	line-height: 24px;
	text-align: center;
}
.fixed-login-btn a{
	font-size: 14px;
	color: #303133;
}
.other-login .login-tit {
	padding-top: 20px;
	color: #303133;
}
.login-btn{
	padding-top: 25px;
}
.ticket-list{
	padding-bottom: 15px;
}

.ticket-ad-box h2{
	line-height: 20px;
	margin-bottom: 15px;
	width: 78%;
    float: left;
}

.lantern-desc-info.ticket-show p{
	padding: 0 0 10px 0;
	color: #B6C0CC;
}
.lantern-desc-info.ticket-show .ticket-buy-num{
	margin-top: 15px;
}
.lantern-desc-info.ticket-show p .red i{
	color: #FE8400;
}
.lantern-desc-info.ticket-show p font.red{
	font-size: 20px;
	font-weight: bold;
}
.lantern-desc-info.ticket-show p font.font-pd3{
	padding: 0 3px;
	font-size: 26px;
}
.lantern-desc-info.ticket-show p .underline{
	text-decoration: line-through;
}
.lantern-desc-info.ticket-show p .pdleft15{
	padding-left: 15px;
}
.product-bottom-btn{
	position: fixed;
	left: 0;
	bottom: 0;
	/*padding: 10px 0;*/
	text-align: center;
	width: 100%;
	background-color: #FFF;
	z-index:1;
	display: flex;
	height: 50px;
}
.product-bottom-btn .aicon{
	width: 18%;
	padding-top: 25px;
	height: 50px;
	line-height: 25px;
	font-size: 12px;
	color: #a9a9a9;
	border-top: 1px solid #ccc;
	
}
.product-bottom-btn .micon-shouye{
	background: url('../img/shouye-detail.png') 50% 15% no-repeat;
	background-size: 23px;
}
.product-bottom-btn .micon-kefu{
	background: url('../img/kefu.png') 50% 15% no-repeat;
	background-size: 23px;
}
.product-bottom-btn .micon-wode{
	background: url('../img/user.png') 50% 15% no-repeat;
	background-size: 23px;
}
.product-bottom-btn .btn-order{
	display: inline;
	width: 46%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: #FE8400;
	padding-bottom: 5px;
	/*border-radius: 16px;*/
}
.product-bottom-btn .ticket-seller-end-btn{
	background-color: #999;
}
/*.product-bottom-btn a{
	display: inline-block;
	width: 76vw;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #FFF;
	font-size: 14px;
	background-color: #FE8400;
	border-radius: 16px;
}*/
.index-activity  .slider-item-content .main-h6{
	height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.activity-desc.lantern-desc-info p .flex-grow{
	white-space: initial;
}
.ticket-desc-tit{
	text-align: center;
}
.ticket-desc-tit span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	border-bottom: 3px solid #FE8400;
	line-height:36px;
	color: #303133;
	margin-top: 10px;
}
.order .main-list .main-list-item:last-child{
	padding-bottom: 72px;
}
.pwd .login-tit{
	padding-top: 20px;
}
.main-mb60{
	margin-bottom: 60px;
}
.order .main-footer.fixed{
	font-size: 14px;
	color: #303133;
}
img[src=""],img:not([src]){
      opacity:0;
}
.mui-content{
	background-color: #F2F2F2;
}
.footer-right.no-nav{
	padding-bottom: 20px;
}
.ticket-nav-list.mui-segmented-control.mui-scroll-wrapper{
	height: 60px;
	padding: 15px 10px;
}
.ticket-nav-list a{
	height: 30px;
	display: inline-block;
	background-color: #FFF;
	margin-left: 10px;
	border-radius: 16px;
}
.lantern-ticket .ticket-list ul li:first-child{
	padding-top: 0;
}
.ticket-nav-list.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
	background-color: #FF8000;
	color: #FFF;
}
.ticket-nav-list.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
	border: none;
	height: 26px;
	line-height: 26px;
	padding: 0 18px; 
}
.ticket-detail .main-slider .swiper-container{
	height: 100vw;
}
.ticket-detail .lantern-desc-info{
	margin-top: 0;
	z-index: 0;
	position: relative;
	transform: translateZ(0px);
}
.ticket-detail .lanter-desc-info .ticket-ad-box{
	width: 100%;
}
.ticket-detail .lantern-desc-info .share-img {
    background-color: #FE8400;
    border-radius: 20px;
    height: 40px;
    width: 40px;
    padding-top: 8px;
    margin-right: 15px;
    float: right;
}
.ticket-detail .lantern-desc-info .share-img .share-img-info {
    font-size: 12px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    height: 12px;
}
.ticket-detail .swiper-container.ticket .swiper-slide{
	height: 100vw;
}
.ticket-show .swiper-container.ticket .swiper-slide{
	padding:0px;
}
.other-datebtn span.more-date{
	line-height: 46px;
}
.register-success.order-desc h1.payback-desc{
	color: #000;
	line-height: 27px;
	font-size: 16px;
	padding: 20px  20px 15px;
}
.ticket-ul .product-list a{
	display:inline-block;
	height: 100px;
	/*padding: 5px;*/
}
.mp-b60{
	padding-bottom: 60px;
}
.share-container{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #000;
	filter:alpha(Opacity=80);
	background-color: rgba(0,0,0,0.8);
	-webkit-transform:translateZ(0);
	z-index: 20000;
}
.share-container .share-container-box{
	padding: 30px 20px 70px 20px;
	text-align: center;
	margin:0 auto;
}
.share-container .share-container-box .share-text{
	color: #fff;
    padding-top: 15px;
    text-align: center;
    font-size: 15px;
}
.share-container .share-container-box .share-img{
	text-align: center;
	margin:0 auto;
	padding-bottom: 15px;
}
.share-container .share-container-box .share-img img{
    height: 115vw;
    border-radius: 10px;
}
.share-container .share-container-box .share-button{
	display: flex;
	justify-content:center;
	height:32%;
	width:80%;
    margin: 0 auto;
}
.share-container .share-container-box .share-button-icon{
	width: 25%;
	height: auto;
	font-size: 14px;
	color: #fff;
}
.share-container .share-container-box .share-button-icon p{
	width: 40px;
	height: 40px;
	border-radius: 20px;
	background-color: #fff;
	text-align: center;
	margin:0 auto;
	margin-bottom: 10px;
}
.share-container .share-container-box .share-button-icon span{
	width: 40px;
	height: 40px;

}
.share-container .share-container-box .share-button-icon .micon-xiangce{
	background: url('../img/xiangce.png') center no-repeat;
	background-size: 30px;
	display: inline-block;
}
.share-container .share-container-box .share-button-icon .micon-weixin{
	background: url('../img/weixin.png') center no-repeat;
	background-size: 30px;
	display: inline-block;
}
.share-container .share-container-box .share-button-icon .micon-pengyouquan{
	background: url('../img/pengyouquan.png') center no-repeat;
	background-size: 30px;
	display: inline-block;
}
.share-container .share-container-box .share-button-icon .micon-close{
	background: url('../img/close.png') center no-repeat;
	background-size: 30px;
	display: inline-block;
}
.ticket-seller{
	height: 50px;
    display: flex;
}
.ticket-seller .ticket-seller-left{
	width: 59%;
    color: #fff;
    background: #FE8400;
    font-size: 12px;
    padding-left: 20px;
}
.ticket-seller .ticket-seller-left .ticket-seller-price{
	height: 50px;
    line-height: 50px;
    font-size: 12px;
}
.ticket-seller .ticket-seller-left .ticket-seller-now{
	font-size: 26px;
    padding: 0 3px;
}
.ticket-seller .ticket-seller-left .ticket-seller-pd20{
	padding-left: 20px;
}
.ticket-seller .ticket-seller-left .ticket-seller-old{
	text-decoration: line-through;
}
.ticket-seller .ticket-seller-right{
	background-color: rgb(255, 223, 175);
    width: 41%;
    /* color: #fff; */
    border-left: 1px solid #fff;
}
.ticket-seller .ticket-seller-right .ticket-seller-selling p{
	text-align: center;
    color: #fe8400;
    font-size: 13px;
}
.ticket-seller .ticket-seller-right .ticket-seller-time{
	text-align: center;
    color: #fe8400;
}
.ticket-seller .ticket-seller-right .ticket-seller-time .seller-time{
	background: #fe8400;
    color: #fff;
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 3px;
}
.ticket-seller .ticket-seller-right .ticket-seller-time .seller-un{
	padding-left: 3px;
    padding-right: 3px;
}
.ticket-seller .ticket-seller-right .ticket-seller-end{
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color:#fe8400;
}
.full-ad-container{
	position: fixed;
	top:0;
	left:0;
	margin:0 auto;
	text-align:center;
	background-color: rgba(0, 0, 0, 0.6);
	z-index:100;
	height:100%;
	width: 100%;
}
.full-ad-container .ad-img{
	width: 100%;
    margin: auto;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding-top: 45%;
}
/*场次选择样式*/
.ticket-choose-box {
	position: fixed;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.3);
	width: 100vw;
	height: 100vh;
	z-index: 100000;
}
	.ticket-choose-box .ticket-choose-con {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
		width: 91vw;
		height: 252px;
		box-sizing: border-box;
		background-color: #fff;
		border-radius: 6px;
		color: #333;
	}
	.ticket-choose-box .ticket-choose-title {
		height: 45px;
		line-height: 45px;
		font-weight: bold;
		position: relative;
		padding: 0 10px;
		/*border-bottom: 1px solid #E5E5E5;*/
	}
	.ticket-choose-box .ticket-choose-close {
		position: absolute;
		font-size: 24px;
		font-weight: normal;
		right: 10px;
		height: 45px;
		line-height: 45px;
	}
	.ticket-choose-box .ticket-choose-item {
		width: 27vw;
		height: 36px;
		line-height: 36px;
		text-align: center;
		display: inline-block;
		background-color: #F2F2F2;
		border-radius: 6px;
		margin-left: 2.5vw;
		margin-right: 0;
		float: left;
		margin-bottom: 16px;
	}
		.ticket-choose-box .ticket-choose-item.active {
			background-color: #FF9900;
			color: #fff;
		}
	.ticket-choose-box .ticket-choose-lists {
		display: inline-block;
		height: 120px;
		padding: 16px 0 0 0;
	}
	.ticket-choose-box .ticket-choose-info {
		background-color: #FFF0B3;
		height: 25px;
		line-height: 25px;
		padding: 0 10px;
	}
		.ticket-choose-box .ticket-choose-info span {
			height: 25px;
			line-height: 25px;
			color: #FF9900;
		}
	.ticket-choose-box .ticket-choose-bottom {
		color: #FF9900;
		position: relative;
		margin-top: 12px;
		padding: 0 10px;
		height: 32px;
		line-height: 32px;
	}
	.ticket-choose-box .ticket-choose-btn {
		position: absolute;
		right: 10px;
		width: 90px;
		height: 32px;
		line-height: 32px;
		color: #fff;
		background-color: #FFC266;
		/* background-color: #FF9900; */
		text-align: center;
		border-radius: 16px;
	}
	.ticket-choose-box .ticket-choose-price {
		font-size: 20px;
	}
	.ticket-choose-box .ticket-choose-btn.choosed {
		background-color: #FF9900;
	}