.bgWhite{
	background: #fff;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
}

.color666{
	color: #666;
}
.color999{
	color: #999;
}

.color38a{
	color: #38abb5;
}

.colorRed{
	color: #f7604a;
}

.fontW700{
	font-weight: 700;
}

.w870{
	width: 870px;
}

.flLeft{
	float: left;
}

.flRight{
	float: right;
}

.headIcon{
	display: inline-block;
	vertical-align: middle;
}

.mesCheIcon,.authLinkIcon{
	display: inline-block;
	vertical-align: middle;
	margin: 0 0 0 4px;
}

.mesCheIcon{
	width: 8px;
	height: 10px;
	background: url(/images/modern/mesGrpDown.png) no-repeat;
}

.mesCheIcon.hasTap{
	background-image: url(/images/modern/mesGrpDown02.png);
}

.headerArea{
	width: 100%;
	background: #fff;
}

.headerIn{
	padding:15px 0;
	position: relative;
}

.logoArea{
	width: 128px;
	height: 40px;
	position: absolute;
	left: 0;
	top:50%;
	margin-top:-20px;
}

.logoArea a{
	display: inline-block;
}

.searchArea{
	width: 518px;
	margin-left: 308px;
}

.searchAreaIn{
	width: 100%;
	height:34px;
	line-height: 34px;
	border: 1px solid #eeeeee;
	background: #fafafa;
	border-radius: 30px;

}

.searchLeft{
	width:78%;
	height: 34px;
	margin: -6px 0 0 14px;
}

.choseType{
	font-size:16px;
	color: #666;
	width: 89px;
	height: 32px;
	line-height: 32px;
	overflow:hidden;
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	position: relative;
	cursor: pointer;
}

.choseFont{
	width: 80%;
	display: inline-block;
	overflow: hidden;
}

.searDown{
	width:11px;
	height: 6px;
	background: url(/images/modern/idx-down.png) no-repeat;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}

.searchType{
	position: relative;
	top: -4px;
}

.searchTypeUl{
	width: 106px;
	background: #fff;
	position: absolute;
	top:38px;
	left: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	-ms-box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	-o-box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	overflow: hidden;
	display: none;
	z-index: 1;
}

.searchTypeUl li{
	font-size: 16px;
	height: 24px;
	line-height: 24px;
}
.searchTypeUl li a{
	color: #666;
	width: 100%;
	display: block;
	padding:0 10px;
}

.searchTypeUl li a:hover{
	background: #38abb5;
	color: #fff;
}
.searchTypeUl li.sTypeCur a{
	background: #38abb5;
	color: #fff;
}

.searchInpIn {
	font-size: 16px;
	width: 90%;
	height: 34px;
	line-height: 34px;
	background: none;
}
.searchInpIn, .searchBtn {
	border: none;
	outline: none;
}

.searchRight {
	width: 55px;
	position: relative;
	cursor: pointer;
	margin-top: -6px;
	margin: -6px 0 0 20px;
}

.searchIcon {
	width: 16px;
	height: 16px;
	background: url(/images/modern/idxSearch.png) no-repeat;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -8px 10px 0 0;
}
.searchBtn {
	color: #666666;
	font-size: 14px;
	width: 100%;
	height:34px;
	padding-left: 26px;
	background: none;
	cursor: pointer;
}

.notLogin{
	font-size: 16px;
	color: #333;
}

.hotLink{
	margin-top: 5px;
	text-align: center;
}
.hotLink,.hotLink a{
	font-size: 14px;
	color: #999999;
}

.perOpArea{
	font-size: 14px;
	color: #000000;
	line-height: 18px;
	position:absolute;
	right: 30px;
	top:50%;
	margin-top: -11px;
}

.perIcon{
	width: 16px;
	height: 16px;
	background: url(/images/modern/per-icon.png) no-repeat;
	margin:-4px 3px 0 0px;
}
.loginArea{
	padding-right: 14px;
	border-right:1px solid #666;
}

.regArea{
	padding-left:10px;
}

.perHeadNm{
	position: relative;
	cursor: pointer;
}

.hasMes,.rightSan{
	width: 6px;
	height: 6px;
	position: absolute;

}

.hasMes{
	background: #ff925c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	left: -8px;
	top: 0;
}

.rightSan{
	right: 0;
	bottom: 0;
	background: url(/images/modern/right-san.png) no-repeat;
}

.perHdImg{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	overflow: hidden;
	margin-right: 10px;
}

.perNm{
	font-size: 14px;
	color: #000000;
}

.perMenu{
	width: 198px;
	position: absolute;
	top: 48px;
	right: -14px;
	z-index: 10;
	display: none;
}

.headSan{
	width: 24px;
	height: 10px;
	background: url(/images/modern/head-san.png) no-repeat;
	position: absolute;
	top: -9px;
	right: 5px;
}

.perMenuUl{
	background: #fff;
	border: 1px solid #e8e8e8;
	background: #fff;
}

.perMenuUl li a{
	font-size: 14px;
	color: #333333;
	display: block;
	height: 50px;
	line-height: 50px;
	padding-left: 30px;
}

.perMenuUl li a:hover,.perMenuUl li.curHeadMenu a{
	background:#e8e8e8;
}

.hasBot{
	border-bottom: 1px solid #e8e8e8;
}

.mesLine{
	position: static;
	display:inline-block;
	vertical-align: middle;
	margin-top: -10px;
}

.navArea{
	height:40px ;
	line-height:40px ;
	background: #38abb5;
}

.navAreaIn{
	position: relative;
}

.actClsArea:hover .actClsDet{
	display: block;
}

.actClsEnt{
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 202px;
	height: 40px;
	line-height: 40px;
	/*background: url(/images/modern/clsBg.png) no-repeat;*/
	display: block;
	position: relative;
}

.actClsDn{
	width: 10px;
	height: 6px;
	background: url(/images/modern/navDown.png) no-repeat;
	margin:-2px 0 0 10px;
}

.actClsDet{
	line-height: normal;
	width: 202px;
	background: #FFF;
	position: absolute;
	top: 40px;
	display: none;
	z-index: 3;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
}

.actClsMod{
	border-bottom: 1px solid #e5e5e5;
}

.actClsModTit{
	font-size: 16px;
	font-weight: bold;
	color: #38abb5;
	padding:14px 0 0 18px ;
}

.actClsLi{
	position: relative;
}

.actClsLink{
	width: 100%;
	height: 40px;
	line-height: 40px;
	display: block;
	padding:0 14px 0 20px;
}

.liPoint{
	width: 4px;
	height: 4px;
	margin-right: 4px;
	background: #ddd;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.clsRt{
	width: 4px;
	height: 8px;
	background: url(/images/modern/navRight.png) no-repeat;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -4px;
}

.actClsLi:hover .mainLink,.actClsLink:hover{
	background: #38ABB5;
	color: #fff;
}

.actClsLi:hover .mainLink .liPoint,.actClsLink:hover .liPoint{
	background: #fff;
}

.actClsSonUl{
	width: 202px;
	background: #fff;
	position: absolute;
	left: 201px;
	top:0;
	border-top: 1px solid #E5E5E5;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	display: none;
}

.actClsLi:hover .actClsSonUl{
	display: block;
}

.navUl{
	height: 40px;
	position: absolute;
	left: 226px;
	top:-1.3px;
}

.navLi{
	width: 120px;
	height: 40px;
	display: inline-block;
	position:relative;
	text-align: center;
}

.navVerLine{
	width: 1px;
	height: 10px;
	background: #9cd5da;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -5px;
}

.navLink{
	font-size: 16px;
	color: #fff;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	/*margin-top: -3px;*/
}

.navLi.curNav .navLink,.navLink:hover{
	border-bottom: 3px solid #fff;
}

.hasSecond .navLink:hover,.hasSecond.curNav .navLink{
	border-bottom: none;
}

/*.navLinkFont{
	width: 58%;
	display:inline-block;
	vertical-align: middle;
	overflow: hidden;
	text-overflow: ellipsis;
    white-space: nowrap;
}*/

.navDown{
	width: 20px;
	height:10px;
	background:url(/images/modern/senSn.png) no-repeat;
	position:absolute;
	left:50%;
	top: -7px;
}

.secondNavArea{
	font-size: 14px;
	line-height: 1.5;
	width: 194px;
	position: absolute;
	top: 40px;
	left: 20px;
	background: #fff;
	display: none;
	z-index: 1;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	border-left: 1px solid #E5E5E5;
}

.secondNavUl{
	padding-top: 6px;
}

.secondNavLink{
	height:40px;
	line-height:40px;
	color: #666666;
	padding-left: 18px;
	display: block;
	text-align: left;
}

.navRtIcon{
	width:4px;
	height:8px;
	background:url(/images/modern/navRight02.png) no-repeat;
	display:inline-block;
	vertical-align: middle;
	margin-top: -1px;
}

.secondNavLink:hover{
	color:#fff;
	background:#38abb5;
}


.secondNavLink:hover .navRtIcon{
	width:9px;
	background-image: url(/images/modern/navRight03.png);
}


.hasSecond:hover .secondNavArea{
	display: block;
}

.footerArea{
	width: 100%;
	/*height: 174px;*/
	padding: 20px;
	background: #38abb5;

}

.footerArea.hasFixed{
	position: fixed;
	left: 0;
	bottom: 0;
}

.regFmRed{
	color: #e83e33;
	padding-right: 6px;
	display: inline-block;
	vertical-align: middle;
}
.mesGrpInp,.mesGrpHint,.mesChangeBtn,.sexGrp{
	font-size: 14px;
	height: 38px;
	line-height: 38px;
}

.headImg,.radio-btn input[type="radio"]{
	visibility: hidden;
}
.radio-btn {
	width: 14px;
	height: 14px;
	display: inline-block;
	/*float: left;*/
	vertical-align: middle;
	margin:-2px 8px 0 0;
	position: relative;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	border: 1px solid #ccc;
	background: rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(47%, rgba(246, 246, 246, 1)), color-stop(100%, rgba(237, 237, 237, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(246, 246, 246, 1) 47%, rgba(237, 237, 237, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed', GradientType=0);
}
.checkedRadio {
	-moz-box-shadow: inset 0 0 0 2px #38abb5;
	-webkit-box-shadow: inset 0 0 0 2px #38abb5;
	box-shadow: inset 0 0 0 2px #38abb5;
	border-color: #38abb5;
}

.sexGrpLab{
	margin-right: 28px;
	cursor: pointer;
}

.choseFontHint{
	font-size: 12px;
	color:#e35840;
}

/* 弹出框 */
.loginPop,.choSeatPop,.calActPop,.excRulePop,.actDetPop,.choseCardPop{
	display: none;
}

.mask{
	width: 100%;
	height: 100%;
	position:fixed;
	left: 0;
	top: 0;
	background:rgba(0,0,0,.5);
	z-index: 1;
}

.loginPopArea,.notRegSignIn,.signSucIn,.siteSnSucIn,.chosSeatIn,.calActIn,.excRuleIn,.volRegHintIn,.actDetIn{
	background:#fff;
	position: fixed;
	left: 50%;
	top:50%;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	z-index: 1;
}

.loginPopArea{
	width:362px;
	height: 400px;
	margin: -193px 0 0 -181px;
	z-index: 999;
}

.delLogin{
	width: 18px;
	height: 18px;
	background: url(/images/modern/delLgin.png) no-repeat;
	position: absolute;
	right: 18px;
	top: 18px;
}
.loginHead{
	width: 100%;
	height: 79px;
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.loginHeadUl{
	width: 210px;
	margin: 42px auto 0;
	overflow: hidden;
}

.idLgin{
	float:left;
}

.phoLgin{
	float: right;
}

.curLgin{
	height: 36px;
	border-bottom:3px solid #38abb5;
}

.curLgin .loginHeadLink{
	color: #111111;
}

.loginHeadLink{
	font-size: 16px;
	color: #999999;
	display: block;
	padding: 0 6px;
}

.loginForm{
	margin: 31px;
}

.loginGroup{
	margin-bottom: 14px;
	overflow: hidden;
}

.loginGroup input{
	font-size: 16px;
	width: 100%;
	height: 42px;
	line-height: 42px;
	border: 1px solid #ddd;
	display: inline-block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding:0 16px;
	overflow: hidden;
}

.rembAccut{
	font-size: 14px;
	color: #666;
	cursor: pointer;
}

.rembAccut.hasRemb .remb{
	background: url(/images/modern/hd-Chos.png) no-repeat center center;
}

.remb{
	width: 12px;
	height: 12px;
	border: 1px solid #ddd;
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius:2px;
	border-radius: 2px;
	margin-right: 8px;
}

.loginBtn{
	margin: 19px 0 12px;
}

.loginBtn input{
	font-size: 18px;
	color: #fff;
	width: 100%;
	height:42px;
	line-height:42px;
	background: #38abb5;
	border:1px solid #38abb5;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	outline: none;
	cursor: pointer;
}

.otherLink{
	font-size: 14px;
}

.accutReg{
	float: left;
	color: #38abb5;
}

.idOpArea{
	float: right;
}

.idOpArea a,.color999{
	color: #999999;
}

.hasBor{
	border-right: 1px solid #999;
	display: inline-block;
	padding-right: 8px;
	margin-right: 4px;
}

.ymzImg,.loginGroup input.sendYzm{
	float: right;
}

.loginGroup input.yzmInp{
	width: 68%;
}

.loginGroup input.mesYzm{
	width: 55%;

}

.loginGroup input.sendYzm{
	width: 40%;
	height:44px;
	line-height:44px;
	outline: none;
	border: none;
	background: #38abb5;
	color: #fff;
	cursor: pointer;
	text-align: center;
	padding: 0;
}

.loginGroup input.sendYzm[disabled]{
	color: #999999;
	background: #eeeeee;
	cursor: not-allowed;
}

.volArea{
	margin-top: 20px;
	margin-bottom: 60px;
}

.volDetOhter{
	overflow: hidden;
}

.volDetLeft{
	width: 870px;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
}
.volDetRight{
	width: 306px;
	padding: 0 20px;
	border: 1px solid #f0f0f0;
}


.titLine{
	width: 3px;
	height: 16px;
	background: #38abb5;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
}

.chosCardTit{
	font-size: 16px;
	color:#111111;
	text-align: center;
	padding-top: 40px;
}

.perCardLi{
	height:68px;
	border-top: 1px solid #eeeeee;
	padding:14px 0;
	cursor: pointer;
}

.perCardLi.notBor{
	border-top: 0;
}

.perCardLi.curCard{
	background:#ebf6f7;
}

.perCardIn{
	width:274px;
	margin:0 auto;
	overflow: hidden;
}

.perCardName{
	font-size:14px ;
	color:#38abb5;
}

.perCardNum{
	font-size: 16px;
	color:#666;
}

.perCardImg{
	width: 40px;
	height: 40px;
	margin-right: 20px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
}

.perCardImg img{
	width:100%;
}

.perCardLi.curCard i{
	width: 22px;
	height: 22px;
	background:url(/images/modern/choseCard.png) no-repeat;
	display:inline-block;
	vertical-align: middle;
	margin: 10px 0 0 18px;
	float: right;
}

.loginBtn.w298{
	width: 298px;
	margin:20px auto;
}
/* 非注册用户报名  */
.notRegSignIn{
	width: 500px;
	margin: -288px 0 0 -250px;
	padding-bottom: 30px;
	overflow: hidden;
}

.notResHead{
	font-size: 18px;
	color: #333;
	height: 58px;
	line-height: 58px;
	padding-left: 20px;
	background: #f5f5f5;

}

.signUpHint{
	font-size: 14px;
	color: #999999;
	text-align: center;
	margin: 16px 0;
}

.notResFormIn{
	width: 332px;
	margin: 0 auto;
}


.nResFormGrop{
	font-size: 14px;
	margin-bottom: 12px;
	/*overflow: hidden;*/
}

.nResFmTit{
	color: #666;
	width: 98px;
	height: 38px;
	line-height: 38px;
	margin-right: 10px;
	text-align: right;
	display:inline-block;
	vertical-align: middle;
}

.nResFmInp{
	width: 235px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #dddddd;
	padding: 0 12px;
}

.nResFormGrop .sexGrp{
	margin-left: 10px;
	display:inline-block;
	vertical-align: middle;
}

.markInfo{
	height: 78px;
	resize: none;
	line-height: 20px;
	padding: 4px 12px;
}

.nResBtn{
	background: #38abb5;
	color: #fff;
	border-color: #38abb5;
	outline: none;
	cursor: pointer;
}

.checkboxGrop{
	width: 236px;
	font-size: 14px;
}

.notRegSignCon{
	max-height: 500px;
	overflow-y: auto;
}

.checkBtn{
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}

/*模拟下拉框 start*/
.simuInp{
	display:inline-block;
	vertical-align: middle;
	position: relative;
	cursor: pointer;
}

.smuSmDown{
	width: 12px;
	height:6px;
	background:url(/images/modern/selDown.png) no-repeat;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -3px;
}

.simuInp .perCardUl{
	width: 348px;
	height: 206px;
	overflow-y: auto;
	background:#fff;
	border:1px solid #d6d6d6;
	position: absolute;
	left:-1px;
	top: 41px;
	z-index: 1;
	display:none;
}

.simuInp.simHasTap{
	border:1px solid #94b6ed;
}

.simuInp.simHasTap .smuSmDown{
	background-image: url(/images/modern/selUp.png);
}

.simuInp.simHasTap .perCardUl{
	display:block;
	border:1px solid #94b6ed;
}

.simuInp .perCardUl li{
	line-height: 20px;
}

.nResFmInp .perCardUl{
	width: 298px;
	height:auto;
	top: 36px;
}

.nResFmInp .perCardUl li{
	height:auto;
	padding:5px 10px;
}

.nResFmTit.wAtuo{width:auto;}

/*模拟下拉框 end*/


/* 报名成功 */
.signSucIn{
	width: 362px;
	height: 320px;
	margin: -160px 0 0 -181px;
}

.signUpStatuImg{
	text-align: center;
	margin-top: 50px;
}

.signUpStatuFont{
	font-size: 20px;
	color: #333;
	text-align: center;
	margin-top: 18px;
}

/*报名成功2 start*/
.siteSnSucIn{
	width: 758px;
	height: 540px;
	margin:-270px 0 0 -379px;
	text-align: center;
}

.ssIcon{
	width: 172px;
	height: 164px;
	background:url(/images/modern/signSuc02.png) no-repeat;
	margin:50px auto 14px;
}

.ssFont{
	font-size: 18px;
	color:#666666;
	font-weight: 700;
}

.ssActTit{
	font-size: 16px;
	padding-top: 20px;
}

.sitePosArea{
	font-size: 14px;
	margin-top: 10px;
}

.siteIcon{
	width: 18px;
	height: 15px;
	background:url(/images/modern/site01.png)  no-repeat;
	display:inline-block;
	vertical-align: middle;
	margin:-4px 2px 0 0;
}

.getTickCode{
	font-size: 16px;
	color:#666666;
	padding:0 30px;
	height: 30px;
	line-height: 30px;
	background:#eeeeee;
	margin:14px auto 0;
	display:inline-block;
}

.getTickHint{
	font-size: 14px;
	color: #666;
	padding-top: 14px;
}

.refTick{
	font-size: 14px;
	color:#e35840;
	padding-top: 10px;
}

.siteSnSucBtn{
	width: 262px;
	margin:24px auto 0;
	overflow: hidden;
}

.siteSnSucBtnIn{
	width: 116px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	display:inline-block;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.siteSnSucBtn01{
	color:#fff;
	background:#38abb5;
	border: 1px solid #38abb5;
	float:left;
}

.siteSnSucBtn02{
	color:#38abb5;
	border: 1px solid #38abb5;
	float:right;
}
/*报名成功2 end*/
/*选座 start*/
.chosSeatIn{
	width: 1200px;
	height: 674px;
	margin: -337px 0 0 -600px;
}

.choSeatTop{
	position: relative;
	margin: 40px 0;
}

.centeStage{
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 400px;
	height: 36px;
	line-height: 36px;
	background: #ccc;
	margin:0 auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.seatTopSign{
	overflow: hidden;
	position: absolute;
	right: 114px;
	top: 7px;
}

.seatTopSign li{
	float: left;
	font-size: 16px;
	margin-left: 26px;
}

.seatIcon{
	width: 26px;
	height: 22px;
	background-repeat: no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.seatTopIcon{
	width: 16px;
	height: 16px;
	margin: -4px 6px 0 0;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	-ms-border-radius: 1px;
	-o-border-radius: 1px;
	border-radius: 1px;
}

.seat01{background: #cccccc;}
.seat02{background: #ff925c;}
.seat03{background: #38abb5;}

.seatCan{
	background-image: url(/images/modern/seatC01.png);
}

.seat02,.seatNot{
	background-image: url(/images/modern/seatC02.png);
}

.seat03,.seatChose{
	background-image: url(/images/modern/seatC03.png);
}

.choSeatCter{
	width: 1024px;
	margin: 0 auto;
	position: relative;
}

.verLine{
	width: 28px;
	height: 438px;
	background: #9bd5da;
	padding-top: 12px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	-ms-border-radius: 16px;
	-o-border-radius: 16px;
	border-radius: 16px;
	position: absolute;
	left: -44px;
	top: -12px;
}

.verLine li{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	height: 42px;
	line-height: 42px;

}

.seatRoom{
	padding:0 0 40px 11px;
	border-bottom: 2px solid #eeeeee;
}

.seatCon,.seatMesArea{
	overflow: hidden;
}

.seatCon li{
	margin:10px 7px;
	float: left;
}

.seatCon li.seatCan{
	cursor: pointer;
}
.seatCon li.seatNot{
	cursor: not-allowed;
}

.seatMesArea{
	padding-top: 16px;
}

.seatPos{
	font-size: 18px;
	color: #666;
}

.confSeatBtn{
	color: #fff;
	font-size: 18px;
	width:150px;
	height: 44px;
	background:#38ABB5;
	border: none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	outline: none;
	cursor: pointer;
}
/*选座 end */

/*日历活动弹出框  start*/
.calActIn{
	width: 806px;
	margin-top:-316px;
	margin-left: -403px;
	overflow: hidden;
}

.calActTop{
	font-size: 18px;
	color: #333333;
	height: 50px;
	line-height: 50px;
	background: #eeeeee;
	padding-left: 30px;
}

.calActIn .moreActTab{
	max-height: 580px;
	overflow-y: auto;
}

.calActIn ul li:last-of-type{
	border-bottom: none;
}
/*日历活动弹出框 end*/

/*兑换规则 start*/
.excRuleIn{
	width: 760px;
	height:600px;
	margin-left: -380px;
	margin-top: -300px;
	overflow: hidden;
}

.excRuleIn .excIcon{
	width: 18px;
	height: 18px;
	background-image: url(/images/modern/exc-icon02.png);
	margin:-4px 5px 0 0;
}

.excRuleCon{
	font-size: 14px;
	color:#666666;
	max-height:550px;
	overflow-y: auto;
	padding: 20px 36px 0;
}

.excRuleCon p{
	line-height: 24px;
	padding-bottom:30px;
}

/*兑换规则 end*/

/*志愿者 注册提示 start*/
.volRegHintIn{
	width: 600px;
	height:394px;
	margin:-197px 0 0 -300px;
}

.volRegHintIcon{
	width: 220px;
	height:176px;
	background:url(/images/modern/volRegHint.png) no-repeat;
	margin:56px auto 0;
}


.volRegHintIn .ssActTit{
	text-align: center;
	color:#666;
}
/*志愿者 注册提示 end*/

/*活动详情  start*/
.actDetTop{
	display:block;
	width:84%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.actDetCon .moreActLi{
	border-bottom: none;
	padding-top: 10px;
}

.actDetCon .moreActCon{
	width:58%;
}

.actDetCon .moreActTit{
	margin-top: 10px;
}

.actDetCon .morActImg{
	width: 248px;
	height:186px;
	overflow: hidden;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;
}

.actDetCon .moreActDet,.actDetCon .siteSnSucBtnIn,.actInfoBlock p{
	font-size: 16px;
}

.actDetCon .moreActDet{
	color:#333;
}

.actInfoBlock p{
	padding-bottom: 0;
}

.actInfoBlock{
	margin-bottom: 30px;
}

.actDetCon{
	padding-bottom: 36px;
}
/*活动详情  start*/

.hasStaitc{
	position: static;
	margin: 0 auto;
}
.tickAddr{
	width:10px;
	height: 14px;
	background:url(/images/modern/addr.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	margin:-3px 4px 0 0;
}