*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body, .main {
    min-height: 100%;
}
ul,li{
	list-style: none;
}
html,body{
	font-family: 'Arial, Helvetica, sans-serif';
}
.clearfix:after{
	content: "";
	display: block;
	clear: both;
}
a {
    text-decoration: none;
    color: inherit;
}
a:focus, a:hover, a:active, a:visited{
	text-decoration: none;
	color: inherit;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.ellipsis{
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.text_ellip {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    height: auto;
}
.text_ellip2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.text_ellip3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}
.hidden {
    display: none !important;
}
.w100{
	width: 100%;
}
.sp10{
	width:100%;
    height:0.266666rem;
}
.sp20{
    width:100%;
    height:0.266666rem;
}
.sp24{
    width:100%;
    height:0.32rem;
}
.sp28{
	width:100%;
	height:0.373333rem;
}
.sp120{
	width:100%;
	height: 1.6rem;
}
.bgcolormain{
	background-color: #1C23BA  !important;
}
.bgcolorgray{
	background-color: #F2F3F5 !important;
}
.bgcolorwhite{
	background-color: #ffffff !important;
}
.bgcolordiff{
	background-color: #797BD0 !important;
}
.layui-btn-radius {
    border-radius: 100px !important;
}
.colormain{
	color: #1C23BA;
}
.colorwhite{
	color: #ffffff;
}
.colorselected{
	color: #797BD0;
}
.position-left-0 {
    left: 0;
}
.disflex{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.disnone{
	display: none;
}
.posirela{
	position: relative;
}
.textright{
    text-align: right;
}
.text-center{
	text-align: center;
}
.layui-btn{
	background-color: #1C23BA;
}
.padding0{
	padding: 0 !important;
}
.margin0{
	margin: 0 !important;
}
.borderradiusno{
	border-radius: 0 !important;
}
::-webkit-scrollbar-track-piece {
	background-color:#F5F5F5;
}
::-webkit-scrollbar{
	width:6px;
	height:9px;
}
::-webkit-scrollbar-thumb{
	background-color:#999;
	background-clip:padding-box;
	min-height:28px;
}
::-webkit-scrollbar-thumb:hover{
	background-color:#999;
}

.van-radio__icon .van-icon{
	background-color: initial;
	border: 0.026667rem solid #ffffff;
}
.van-radio__icon.van-radio__icon--checked .van-icon{
	border: 0.026667rem solid #B8D8FA;
	background-color: #ffffff;
}
.van-radio__icon .van-icon-success:before,
.van-radio__icon.van-radio__icon--checked .van-icon-success:before{
	content: none;
}
.van-radio__icon,
.van-radio__icon
{
	font-size: 0.213333rem;
}
.publictopwrap{
	position: relative;
	height: 3.32rem;
}
.publictopwrap img{
	position: absolute;
	width: 100%;
}
.publictopwrap h5{
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	bottom: 0.08rem;
	font-size: 0.573333rem;
	color: #ff7a35;
	font-weight: bold;
}
.publicinfo{
	width: 8.266667rem;
	margin: 0.666667rem auto 0.32rem;
	font-size: 0.32rem;
	color: #ffffff;
	overflow: hidden;
}
.publicinfo .banimg{
	width: 100%;
	display: block;
	margin: 0 auto;
}
.van-field__control::-webkit-input-placeholder{
	color: #a5a5a5;
}

body{
	max-width: 750px;
	min-width: 320px;
	margin: 0 auto;
	background: #FFFFFF;
}
.allbox{
	background: #ffffff;
	height: inherit;
	min-height: 100vh;
}
.guidewrap{
	background: #1B3064 url('../images/loginbg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: hidden;
}
.guidewrap .topimg{
	width: 100%;
}
.publicsignbtn{
	box-sizing: border-box;
	display: inline-block;
	width: 2.933333rem;
	height: 0.906667rem;
	line-height: 0.906667rem;
	background-color: #00886F;
	font-size: 0.493333rem;
	color: #ffffff;
	padding: 0;
	border: none;
	margin: 0.533333rem auto;
	border-radius: 13.32rem;
	text-align: center;
	cursor: pointer;
	transition: opacity .2s;
	-webkit-appearance: none;
}
a.publicsignbtn:visited,
a.publicsignbtn:hover{
	color: #ffffff;
}
.publicsignbtn+.publicsignbtn{
	margin-left: 0.16rem;
	background: inherit;
	border: 1px solid #00886F;
}
.videowrap{
	width: 8.666667rem;
	margin: 0 auto;
}
.vid-wrapper{
	width: 100%;
    height: 100%;
    padding-bottom: 56.65%;
    height: 0;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
}
.videowrap .prism-player .prism-big-play-btn{
	width: 0.853333rem;
	height: 0.853333rem;
	top: 50%;
	left: 50% !important;
	bottom: inherit;
	transform: translate(-50%,-50%);
}
.videowrap .prism-player .prism-big-play-btn .outter{
	width: 0.853333rem;
	height: 0.853333rem;
}
.registwrap{
	background: #1B3064 url('../images/registbg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: hidden;
}
.registwrap .topimg,
.navigatewrap .topimg{
	width: 100%;
	margin: 0.533333rem auto 0.32rem;
}
.h2title{
	color: #ff7a35;
	font-size: 0.586667rem;
	text-align: center;
	font-weight: bold;
}
.registwrap .van-form{
	width: 8.266667rem;
	margin: 0.32rem auto;
	overflow: hidden;
}
.registwrap .van-form .items{
	display: flex;
	align-items: center;
	margin-bottom: 0.32rem;
}
.registwrap .van-form .items .img{
	width: 0.533333rem;
	height: 0.533333rem;
}
.registwrap .van-form .items .txt{
	width: 2.133333rem;
	font-size: 0.4rem;
	margin: 0 0.16rem;
	color: #ffffff;
}
.registwrap .van-form .items .van-cell{
	flex: 1;
	padding: 0 0.213333rem;
	height: 0.8rem;
	line-height: 0.8rem;
	border-radius: 0.08rem;
	background-color: #B3D8FF;
	font-size: 0.32rem;
}
.registwrap .van-form .items .van-field__control[readonly] {
  margin-right: 0.32rem;
}
.van-cell__right-icon{
	position: absolute;
	right: 0.106667rem;
	top: 50%;
	margin-top: -0.16rem;
	height: 0.32rem;
	font-size: 0.213333rem;
	line-height: 0.32rem;
}
.van-icon-arrow:before{
	content: '\e702' !important;
	transform: rotate(90deg) rotateX(45deg);
	font-size: 0.32rem;
	line-height: 0.32rem;
	color: #1B2F63;
}
.itemswrap{
	margin-bottom: 0.32rem;
}
.itemswrap .txtlong{
	width: 100%;
	font-size: 0.4rem;
	margin: 0 0.267rem;
	color: #ffffff;
}
.sizewrap{
	margin-left: 0.666667rem;
}
.sizewrap img{
	width: 100%;
}
.sizewrap .sizeradio.van-radio-group .van-radio__label{
	color: #ffffff;
	font-size: 0.306667rem;
	margin-left: 0.08rem;
}
.sizewrap .sizeradio.van-radio-group{
	margin: 0 0 0.106667rem 0.88rem;
	flex-wrap: nowrap;
}
.sizewrap .sizeradio .van-radio{
	width: 1.066667rem;
	margin-right: 0;
	justify-content: center;
}
.sizewrap .tips{
	font-size: 0.266667rem;
	color: #b3d8ff;
}
.sizewrap .coloradio{
	display: flex;
}
.sizewrap .coloradio .van-radio{
	flex: 1;
}
.sizewrap .coloradio .van-radio__label{
	display: flex;
	align-items: center;
	color: #ffffff;
}
.sizewrap .coloradio .van-radio__label p{
	font-size: 0.4rem;
	margin-right: 0.16rem;
}
.sizewrap .coloradio .van-radio__label img{
	width: 1.533333rem;
	height: 1.533333rem;
}
.itemswrap .sizewrap .van-cell{
	background-color: initial;
	padding: 0 0.213rem;
}
.itemswrap .sizewrap .van-cell::after{
	content: none;
}




.registwrap .publicsignbtn,
.touristwrap .publicsignbtn{
	width: 2.933333rem;
}
.navigatewrap{
	background: #1B3064 url('../images/navigatebg.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: hidden;
}
.navigatewrap .grids{
	width: 8.133333rem;
	margin: 1.066667rem auto 0;
}
.navigatewrap .grids ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navigatewrap .grids ul li{
	width: 2rem;
	margin: 0 0.266667rem 0.666667rem;
}
.navigatewrap .grids ul li .img{
	width: 2.4rem;
	height: 2rem;
}
.navigatewrap .grids ul li p{
	font-size: 0.373333rem;
	color: #ffffff;
	text-align: center;
	margin-top: 0.053333rem;
}
.personalwrap,
.touristwrap,
.contactwrap,
.agendawrap,
.dinnerwrap,
.teamwrap,
.hotelwrap
{
	background: #1B3064 url('../images/centerimg2.jpg');
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	overflow: hidden;
}
.personalinfo .items{
	display: flex;
	align-items: flex-start;
	line-height: 0.533333rem;
	margin-bottom: 0.32rem;
}
.personalinfo .items .img{
	width: 0.533333rem;
	height: 0.533333rem;
}
.personalinfo .items .txt{
	font-size: 0.4rem;
	margin: 0 0.267rem;
	color: #ffffff;
}
.personalinfo .items p{
	flex: 1;
	font-size: 0.413333rem;
	color: #b3d8ff;
	word-wrap: break-word;
	white-space: break-spaces;
	word-break: break-all;
}
/*旅游路线*/
.touristinfo .van-form{
	margin-top:0.32rem;
}
.touristinfo .van-form .items{
	display: flex;
	align-items: center;
	margin-bottom: 0.32rem;
}
.touristinfo .van-form .items .img{
	width: 0.533333rem;
	height: 0.533333rem;
}
.touristinfo .van-form .van-cell{
	flex-wrap: wrap;
	padding: 0;
	background-color: initial;
	font-size: 0.373333rem;
}
.touristinfo .van-form .van-cell .van-cell__title.van-field__label{
	width: 100%;
	color: #ffffff;
}
.touristinfo .van-form .van-cell .routesrideo{
	width: 80%;
	justify-content: center;
	margin: 0 auto;
}
.touristinfo .van-form .van-cell .routesrideo .van-radio__label{
	color: #ffffff;
	margin-left: 0.213rem;
}
.touristinfo .van-form .van-cell .routesrideo .van-radio{
	margin: 0 0.266667rem;
	height: 0.667rem;
}
.touristinfo .van-form .van-cell::after{
	content: none;
}

.commontips{
	font-size: 0.667rem;
	color: #ffffff;
	margin-top: 1.067rem;
	text-align: center;
	font-weight: 500;
}
/*workshop*/
.workshopmain {
	width: 8rem;
	margin: 0 auto;
}
.workshopmain ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.workshopmain{
	margin-top: 0.666667rem;
}
.workshopmain ul a{
	margin-bottom: 0.426667rem;
}
.workshopmain ul li{
	position: relative;
	width: 3.6rem;
	height: 1.933333rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #B3D8FF;
	font-size: 0.373333rem;
	border-radius: 0.6rem 0.16rem 0.6rem 0.6rem;
	color: #1b3064;
}
.workshopmain ul li .van-icon{
	position: absolute;
	top: 0.053333rem;
	right: 0.053333rem;
	color: #00886F;
	font-weight: bold;
}
.workshopmain ul li p{
	font-weight: bold;
	text-align: center;
	line-height: 0.48rem;
}
.workshopmain ul li p span{
	display: inline-block;
	font-size: 0.266667rem;
	line-height: 0.293333rem;
}
.workshopmain ul li.full{
	background-color: #C9C9C9;
	color: #7a7a7a;
}
.workshopmain ul li.full .van-icon{
	color: #7A7A7A;
}
.workshopmain .notetips{
	font-weight: bold;
	font-size: 0.373333rem;
	color: #FD7A35;
	margin-bottom: 0.16rem;
}
.notelist p{
	color: #ffffff;
	line-height: 0.533333rem;
	margin-bottom: 0.32rem;
	font-size: 0.346667rem;
}
.notelist p b{
	font-size: 0.373333rem;
}
.notelist p span{
	display: block;
	color: #FD7A35;
}
.publicsignbtn.van-button--disabled{
	background-color: #C9C9C9;
	color: #7a7a7a;
	opacity: 1;
	cursor: not-allowed;
}
.van-toast{
	max-width: 90%;
	width: 80%;
	background-color: #FF7A35;
	padding: 0.533333rem 0.266667rem;
	font-weight: bold;
}

/*hudong*/
.commontopimg{
	width: 100%;
	margin: 0.533333rem auto 0.32rem;
}
.workinteractmain{
	margin: 1rem;
}
.workinteractmain h5.title{
	font-size: 0.653333rem;
	color: #ff7a35;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.8rem;
}
.interacform .van-cell{
	border-radius: 0.533333rem;
	background: rgba(0, 0, 0, .25);
	padding: 0.426667rem;
	font-size: 0.373333rem;
	line-height: 0.533333rem;
}
.interacform .van-cell .van-field__control{
	color: #ffffff;
}
.interacform .van-cell::after{
	content: none
}
/*poster*/
.postetopimg{
	display: block;
	width: 100%;
}
.choosewrap{
	position: relative;
}
.choosewrap .posterbgimg{
	position: absolute;
	width: 100%;
	z-index: 1;
}
.choosewrap .btnwrap{
	position: absolute;
	width: 100%;
	top: 0.8rem;
	z-index: 2;
}
.choosewrap ul{
	display: flex;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.choosewrap ul li{
	width: 2.746667rem;
	height: 1.146667rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	background-color: #DADADA;
	border-radius: 6px;
	color: #000000;
	line-height: 0.346667rem;
	text-align: center;
}
.choosewrap ul li .numb{
	width: 100%;
	font-size: 0.266667rem;
}
.choosewrap ul li .time{
	width: 100%;
	font-size: 0.4rem;
	font-weight: bold;
}
.choosewrap ul li .seat{
	width: 100%;
	font-size: 0.266667rem;
}
.choosewrap ul li.is-selected {
	color: #1b3064;
	background-color:#B3D8FF;
}
.publicsignbtn.disabled{
	background-color: #C9C9C9;
	color: #7a7a7a;
	opacity: 1;
}
.choosewrap ul li.disabledbtn{
	pointer-events: none;
	opacity: 0.6;
	cursor: default;
	color: #7A7A7A;
}

/*sign result*/
.workinteractmain {
	font-size: 0.373333rem;
	color: #ffffff;
}
.workinteractmain .resulttips{
	text-align: center;
	font-size: 0.4rem;
	margin-top: -0.267rem;
}
.workinteractmain .item{
	text-align: center;
	margin-top: 0.933333rem;
	line-height: 0.666667rem;
}
.workinteractmain .item .tit{
	font-size: 0.426667rem;
	font-weight: bold;
}
