@charset "utf-8";

.top-img img{
	width: 100%;
}
.name{
	font-size: 1.25rem;
    box-sizing: border-box;
     padding: 1rem 0.5rem 0 0.5rem;
    color: #555555;
    font-weight: bold;
    overflow: hidden;
}
.name p{
	width: 22rem;
	float:left;
}
.name i{
	width:2rem;
	display: inline-block;
	color:#00B386;
    font-size: 1.5rem;
}
.event-xinxi{
	background: #F9F7F8;
}
.time-place  {
	box-sizing: border-box;
	padding:1rem 0.5rem;
}
.time-place .info-explain {
    color: orange;
}
.time-place ul li{
	height: 2rem;
    line-height:2rem;
}
.time-place ul li span ,
.team-item ul li span {
	/*display: inline-block;*/
    text-decoration: none;
}
.time-place ul li span.s1{
	width: 5rem;
	color: #999;
}
.time-place ul li span.s2, .team-item ul li span.s2{
	/*width: 19rem;*/
	color: #555;
}
.time-place ul li span.s1:after{
    content: "";
    width: 1px;
    height: 2rem;
    display: inline-block;
    background: #00B787;
    margin-left: 0.5rem;
    vertical-align: middle;
}
.team-item {
	background: #fff;
    padding: 0 0.5rem;
    line-height: 22px;
}
.team-item .team-name{
	font-size: 1.1rem;
	font-weight: bold;
}
.team-item .border-dash{
	border-bottom: 1px dashed #ccc;
	padding:0.5rem 0;
}
.team-item ul li span.s1{
	width: 5rem;
	color: #999;
}
.team-item ul li span.s1:after{
	 content: "";
    width: 1px;
    height: 10px;
    display: inline-block;
    background: #ccc;
    margin-left: 0.5rem;
    vertical-align: middle;
}
.border-dash .green{
	color: #444444;
    font-size: 1.25rem;
    font-weight: bold;
   
    display: inline-block;
}
.dt.grey{
    position: relative;
    height: 100%;
    background-color: #19BA1D;
    color: #fff;
    border-radius: .2rem;
    padding: .3rem .4rem;
}
.green ~ .btn_grey{
    position: relative;
    top: 2rem;
}
.green ~ .btn_greylll{
    position: relative;
    top: 2rem;
}
.green ~ .btn_green{
    position: relative;
    top: 2rem;
}
.btn_grey{
	border-radius: 4px;
    margin-right: 1rem;
    height: 2rem;
    padding: 0 1rem;
    border: 1px solid #19BA1D;
    line-height: 1.9rem;
    float: right;
    color: #19BA1D;
    margin-top: -0.4rem;
    cursor: pointer;

}
.btn_grey.orange{	 
    border: 1px solid #F39801;
    color: #F39801;
}
.btn_grey.green{	 
    border: 1px solid #31A76B;
    color: #31A76B;
    font-size: 1rem;
    cursor: pointer;
}
.border-dash li{
     margin-top: .5rem;
 }
.border-dash li:last-child{
	margin-top: 1rem;
}
.event-massage{
	padding:1rem 0.5rem;
	 width: 100%;
    max-width: 100%;
    overflow-x: auto;
}

.event-massage ol {
    padding: 0 0 0 1.2em;
}

.event-massage section section:has(img) {
    flex: 1 !important;
}

.event-massage section img {
    vertical-align: bottom;
}
.event-massage section{
	touch-action:inherit!important;
}
.event-massage a {
    text-decoration: underline;
}
.event-massage img[data-bulu-img] {
    margin-top: 10px;
}
.event-massage .lazy{
    display: block;
}
.event-massage img.lazy{
    display: inline-block !important;
    line-height: 5px;
}
.event-massage video {
    max-width: 100%;
    /*height: auto;*/
    margin-top: 10px;
}

.event-massage p{
	touch-action:inherit!important;
}
.event-massage blockquote{
	touch-action:inherit!important;
}
.event-massage article{
	touch-action:inherit!important;
}
.event-massage span{
	touch-action:inherit!important;
}
.event-massage img{
	width:100% !important;
	height:auto !important;
	touch-action:inherit!important;
}
.footer{
	width: 100%;
	height: 50px;
	font-size: 1.25rem;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
/* .footer .bottom-left{
	background: #89C997;
	width:30%;
	float: left;
} */
.footer .bottom-right{
	background: #999999;
	width:100%;
	
}
.footer .bottom-right.orange{
	background: #F39801;
	color:#fff;
}
.footer .bottom-right.green{
	background: #19BA1D;
	color: #fff;
}
.ceng{
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
    z-index:2;
}
.ceng .dialog-content{
background: #fff;
    width: 80%;
    border-radius: 0.5rem;
    left: 10%;
    position: absolute;
    top: 130px;

}
.green + .green-orig {
    text-decoration: line-through;
}
.dialog-content section{
	text-align: center;
    padding:0 0 1.3rem 0;
}
.dialog-content section p{
	color:#999;
}
.dialog-content section:first-child{
	    border-bottom: 1px solid #efefef;
}
#shengming .dialog-content{
	padding: 1rem 0;
}
#shengming .dialog-content h3{
	text-align: center;
}
#shengming .dialog-content textarea{
	max-height: 220px;
	overflow: auto;
	margin: 0 auto;
	margin-top:1.3rem;
	width: 100%;
    height: 220px;
	word-break: break-all;
	line-height: 1.6;
    padding: 0 10px;
}
#shengming .btn-green{
    width: 90%;
    display: block;
    background: #00B386;
    color: #fff;
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    border-radius: 0.5rem;
    margin: 0 auto;
}
#shengming .grey{
	display: block;
	text-decoration: underline;
	margin-top: 1rem;
	text-align: center;
}
/* 触屏消息下方信息显示窗口 start */
.lola-info-panel {
  display:none;
    position: absolute;
    left: 0;
    right: 0;
    padding: 15px 10px 0 10px;
    bottom: 0;
    background: #fff;
    z-index: 19;
}
.lola-info-panel.active {
    display: block;
}
.lola-info-panel .lola-info-header {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
.lola-info-panel .lola-info-header {
    position: relative;
    margin-bottom: 10px;
    font-size: 14px;
}
 .lola-info-content{
    max-height: 225px;
  		 overflow: auto;
}
 .lola-info-content .split{
 	color: #ccc;
    display: inline-block;
    margin: 0 3px;
 }
._split{
    border-radius: 0 .3rem .3rem 0;
    border: .1rem solid #D8D8D8;
    padding: .2rem 1rem;
    margin-left: -1rem;
    border-left: none;
}
 .split{
     height: 100%;
     border: .1rem solid #D8D8D8;
     padding: .2rem 1rem;
     margin-left: -1rem;
     border-left: none;
 }
.lola-info-panel .lola-info-header .cost {
    font-size: 18px;
    color: #e30301;
    font-weight: bold;
}
.lola-info-panel .info-list {
    margin-bottom: 8px;
    border-bottom: 1px dotted #ddd;
}
.lola-info-panel .info-list:last-child{
	 border-bottom:0;
}
.lola-info-panel .i-wechat-pay,
.lola-info-panel .i-alipay  {
    height: 35px;
}

.lola-info-panel h4 {
    font-size: 16px;
    margin-bottom: 3px;
    color: #555;
    margin-top: 12px;
}
.lola-info-panel .item-list {
    padding-bottom: 10px;
    border-bottom: 1px dotted #ddd;
}
.lola-info-panel .item-list li {
    margin-top: 10px;
    font-size: 14px;
}
.lola-info-panel .info-list > li {
    font-size: 16px;
    padding: 10px 0;
    line-height: 32px;
    border-top: 1px dotted #ddd;
}
.lola-info-panel .info-list > li .dt {
    color: #999;
}
.lola-info-panel .info-list > li .fr {
    height: 39px;
    line-height: 39px;
}
.lola-info-panel .info-list .split {
    margin: 0 6px;
}
.lola-info-panel .close-btn {
    position: absolute;
  	top: -9px;
    right: 0;
    font-size: 16px;
}
.lola-info-panel .icon-guanbi {
    font-size: 19px;
    color: #999;
}
.lola-info-panel .info-list > li::after {
    content: '';
    display: table;
    clear: both;
}
.lola-info-panel .total-cost {
    color: #00b386;
}
.lola-info-panel .btn_green,.lola-info-panel .btn_rlll{
    display: inline-block;
    width:6rem;
    border-radius: 0.5rem;
    margin-left: 1rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}

#lola-info-panel_inner.lola-info-panel .btn_green,
#lola-info-panel_inner.lola-info-panel .btn_rlll{
    color: white;
    background: rgba(25,186,29,1);
    border-radius: 4px;
}
.lola-info-panel .btn_greylll{
	background: #999;
	color:#fff;
    width: 6rem;
    text-align: center;
    display: inline-block;
    border-radius: 4px;
    margin-left: 1rem;
    height: 2rem;
    line-height: 2rem;
    cursor: pointer;
}
.t-right{text-align: right;}
 .t-right .green{
/*text-decoration: line-through;*/
 }   
.zubie_li {
    height: auto;
}
.info-explain {
    color: orange;
}
.shadow_line{
	    border-top: 1px solid #ddd;
    padding-top: 1rem;
    box-shadow: 0px -2px 2px #eee;
}
@media (min-width: 700px) {
   .ceng .dialog-content {
    width: 30%;
    left: 35%;
	}
	.ceng .dialog-content{
    top: 210px;
	}
}
.event-group-wrap{
    font-size: .933rem;
    background: #f0f2f5;
    padding: .5rem 1.46rem;
}
.event-group-wrap .event-group-head,.event-group-wrap .event-group-item{
    display: flex;
    line-height: 1.7rem;
}
.event-group-head>span:nth-child(1),.event-group-item>span:nth-child(1){
    flex: 3;
    overflow: hidden;
    white-space: pre;
    text-overflow: ellipsis;
}
.event-group-head>span:nth-child(2),.event-group-item>span:nth-child(2){
    flex: 2;
    text-align: right;
}
.event-group-wrap .event-group-head{
    color: #444444;
}

.event-group-wrap .event-group-list{
    color: #a5a5a5;
}
.event-sign-wrap{
    width: 100%;
    padding: .866rem .533rem;
    margin-top: .666rem;
    background: #f0f2f5;
    position: relative;
}
.event-sign-wrap::before{
    content: "";
    width: 100%;
    height: .666rem;
    position: absolute;
    top: -.666rem;
    left: 0;
    background: rgba(244,244,244,1);
}
.event-sign-wrap .event-sign-content{
    background: white;
    border-radius: .4rem;
    height: 3.6rem;
    line-height: 3.6rem;
    position: relative;
}
.event-sign-content .sign-left-msg{
    padding-left: .8rem;
    font-size: 1.07rem;
    font-weight: 600;
    color: #444444;
}
.event-sign-content .sign-right-img{
    width: calc(100% - 10rem);
    position: absolute;
    top: 0;
    text-align: right;
    right: 3rem;
    padding: .65rem 0;
    line-height: normal;
}
.event-sign-content .sign-right-img .right-img-item{
    width: 1.2rem;
    height: 2.08rem;
    display: inline-block;
    overflow: visible;
}
.event-sign-content .sign-right-img .right-img-item img{
    width: 2.08rem;
    height: 2.08rem;
    border-radius: 50%;
    background: #dddddd;
    display: inline-block;
    max-width: none;
}
.event-sign-content .sign-right-icon{
    width: .84rem;
    height: .84rem;
    border-right: 1px solid #c7c7c7;
    border-top: 1px solid #c7c7c7;
    position: absolute;
    right: 1rem;
    top: 1.3rem;
    transform: rotateZ(45deg);
}
.event-active-wrap{
    width: 100%;
    position: relative;
}
.event-active-wrap .active-tab-list{
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #f2f2f2;
}
.active-tab-list .active-tab-item{
    position: relative;
    flex: 1;
    text-align: center;
    padding: 1.4rem 0;
    font-size: .9066rem;
    transition: all .3s ease;
}
.active-tab-list .active-tab-item.active::before{
    content: '';
    width: 2rem;
    height: .3rem;
    border-radius: .15rem;
    background: #19BA1D;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    position: absolute;
    transition: all .3s ease;
}
.event-detail-footer ul{
    display: flex;
    /* border:1px solid rgba(25,186,29,1); */
    height: 50px;
}
.event-detail-footer ul li{
    flex: 1;
}
.event-detail-footer ul>li:nth-child(1) {
    color: #19BA1D;
}
.event-detail-footer ul>li:nth-child(1).bottom-right{
    color: white;
}
.event-detail-footer ul>li:nth-child(2){
    font-weight: normal;
}
.swiper-pagination-customs {
    width: 1.6rem;
    display: inline-block;
    height: .3rem;
    background-color: #FFF;
    margin: 0 0.3rem;
}
.swiper-pagination-customs-active {
    background-color: #ff5722;
}