/*马拉松类型选择*/
.hzType li {
	background-color: #fff;
	padding: 36px;
	margin-bottom: 10px;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	border-radius: 6px;
	position: relative;
}
.hzType li:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	box-shadow: 0 0 10px #dbdbdb;
	-webkit-box-shadow: 0 0 10px #dbdbdb;
}
.hzType li .typePic {
	width: 294px;
	height: 180px;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.hzType li .typePic img {
	max-width: 100%;
}

.hzType li .typeMain {
	float: left;
	width: 884px;
	font-size: 16px;
}

.hzType li .typeMain h1 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}

.hzType li .typeBottom {
	margin-top: 10px;
}

.hzType li .typeBottom p {
	line-height: 38px;
}

.hzType li .typeBottom p i {
	font-size: 30px;
	vertical-align: bottom;
	margin-right: 12px;
}

.hzType li .typeBottom span {
	 position: absolute;
	display: inline-block;
	height: 56px;
	vertical-align: bottom;
	color:#F75726;
	font-size:40px;
	top: 20px;
    right: 20px;
    font-weight: 600;
}
.hzType li .buttoapply{
	padding: 5px 20px;
	position: absolute;
	background: #2F48BD;
	color: #ffffff;
	display: inline-block;
	vertical-align: bottom;
	font-size:28px;
	bottom: 50px;
    right: 20px;
	height: 56px; 
	transform: skewX(-15deg);
	border-left: 15px solid #f75726;
	border-radius: 6px;
}
.hzType li .buttoapply:hover{
	background: #f75726;
	 
}

 
.hzType li .typeBottom span b.s{font-size:20px;}

.hzType li .typeBottom .addressPrice {
	display: inline-block;
}
/*马拉松类型详情*/
.typeDetails{
	padding:36px;
	background-color:#fff;
	font-size:18px;
}
.typeDetails .typeTitle{
	font-size:30px;
	line-height: 46px;
	margin-bottom:40px;
}
.typeDetails .shareTo{
	float: right;
	font-size:18px;
}
.typeDetails .shareTo img{
	width:26px;
	vertical-align: middle;
	cursor: pointer;
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}
.typeDetails .shareTo img:hover{
	transform: scale3d(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	box-shadow: 0 0 10px #dbdbdb;
	-webkit-box-shadow: 0 0 10px #dbdbdb;
}
.typeDetails .typeDtMain{
	width:100%;
	padding-top:20px;
	border-top:1px solid #e0e0e0;
}
.typeDetails .typeDtMain .typeDtPicBox{
	float: left;
	width:590px;
	height:450px;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtBigPic{
	width:100%;
	height:360px;
	overflow: hidden;
	text-align: center;
	margin-bottom:10px;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtBigPic img{
	max-width: 100%;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li{
	width:140px;
	margin-right:10px;
	height:86px;
	overflow: hidden;
	text-align: center;
	float: left;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li:last-child{
	margin-right:0;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li img{
	max-width: 100%;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li{
	position: relative;
	cursor: pointer;
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li:after{
	content: "";
	display: block;
	position: absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background:rgba(0,0,0,0.5);
}
.typeDetails .typeDtMain .typeDtPicBox .typeDtSmallPic li.noAf:after{
	display: none;
}
.typeDetails .typeDtMain .typeDtIntroduce{
  position: relative;
	width:100%;
}
.typeDtIntroduce h1{
	color:#ff3333;
	margin-bottom:10px;
}
.typeDtIntroduce h1 span{
	font-size:40px;
}
.typeDtIntroduce .typeWords{
	padding:20px 0;
	line-height: 34px;
}
.enrollBtnBox{
	position: absolute;
	right: 20px;
	top: 20px;
}
.enrollBtnBox .enrollBtn{
	display: inline-block;
	width:240px;
	height:50px;
	line-height: 50px;
	text-align: center;
	color:#fff;
	background-color:#2F48BD; 
	margin-right:10px;
	transform: skewX(-15deg); 
	border-radius: 6px;
}
.enrollBtnBox .enrollBtn:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: skewX(-15deg); 
	box-shadow: 0 0 10px #2F48BD;
	-webkit-box-shadow: 0 0 10px #2F48BD;
}
.enrollBtnBox .enrollBtn.teamEnroll{
	transform: skewX(-15deg); 
    background-color: #f75726;
    border: 1px solid #f75726;
}
.enrollBtnBox .enrollBtn.teamEnroll:hover{
	transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
	transform: skewX(-15deg); 
	box-shadow: 0 0 10px #f75726;
	-webkit-box-shadow: 0 0 10px #f75726;
}
/*报名条款*/
.enrollCt{
    margin-top: 15px;
	font-size:18px;
	z-index:3;
	background: url(../images/flooter_bg.png) #F5F5F5 right bottom no-repeat;
	background-size: 100%;
    border-radius: 6px;
    padding: 36px 36px;
}
.enrollMain{
	padding:20px 0;
	border-top:1px solid #e0e0e0;
	line-height: 30px;
	overflow: hidden;
}
.enrollTitle{
	text-align: left;
	font-weight: normal;
	font-size:24px; 
}
.enrollTitle span{ padding:10px 20px; display: inline-block; }
.enrollTitle span.active{background: #2F48BD;color: #FFFFFF;}
.consentClause.commonBtn{
	margin:20px auto;
}
/*我要报名*/
.enrollMainTitle{
	color:#2F48BD;
	font-size:24px;
	font-weight: normal;
}
.enrollIntroduction ul{
	margin:10px 0;
}
.enrollIntroduction ul li{
	float: left;
	width:50%;
	margin:2px 0;
}
.enrollIntroduction ul li span{
	color:#ff3333;
}
.enrollPrompt{
	font-size:16px;
}
.enrollPrompt span{
	font-size:18px;
	font-weight: bold;
}
.enrollBorder{
	border-bottom:1px solid #e0e0e0;
}
.enrollForm{
	padding:36px;
	margin:20px 0;
	border-radius: 6px;
    background: #fff;
}
.enrollForm .enrollMainTitle{
	border-bottom:2px solid #2F48BD;
	font-weight: normal;
	padding-bottom:5px;
}
.enrollRight{
	float: right;
	width:146px;
	height:30px;
	line-height: 30px;
	font-size:14px;
	font-weight: normal;	
}
.personalData{
	padding:15px 0;
}
.personItem{
	display: inline-block;
	min-width: 43%;
}
.emergencyContact h1{
	color:#333333;
	font-size:18px;
	margin-bottom:15px;
}
.closeSize{
	display: inline-block;
	width:306px;
	height:40px;
	vertical-align: top;
}
.addPerson span{
	display: inline-block;
	width:210px;
	height:50px;
}
.orderRemarks{
	width:100%;
	margin-top:30px;
	margin-bottom:20px;
}
.orderRemarks label{
	display: inline-block;
	float: left;
	width:100px;
}
.orderRemarks textarea{
	float: right;
    width: 1080px;
    min-height: 120px;
    padding: 10px;
    border: 2px solid #2f48bd;
    border-radius: 6px;
}
.orderPay{
	text-align: right;
}
.orderPay span{
	color:#ff3333;
	font-size:30px;
}
.orderPay .commonBtn{
	float: right;
	width:210px;
	height:50px;
	margin-top:20px;
}
.contactInformation{
	background: #fff; 
	border-radius: 6px;
	padding:36px;
}
.contactInformation .remarks{
	margin:0 0 10px 0;
}
.contactInformation .enrollMainTitle{
	font-weight: normal;
	padding-bottom:5px;
	border-bottom:2px solid #2F48BD;
}
.inforForm{
	padding:20px 0 0 0;
}
.inforForm .personItem{
	display: block;
}
.enrollMainTitle .deletePreson{
	width:26px;
	height:26px;
	background:url(../images/close.png) right center;
	background-size:100% auto;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.enrollMainTitle .deletePreson:hover{
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
}
.tableFile{
	margin:20px 0;
	position: relative;
}
.tableFile input{
	opacity: 0;
	display: inline-block;
	width:210px;
	height:50px;
}
.tableFile span.commonBtn{
	position: absolute;
	top:0;
	left:0;
	width:210px;
	display: inline-block;
}
.tableFile .fileError{
	color:#ff3333;
	font-size:16px;
	margin-left:20px;
}
/*报名查询*/
.queryInputBox{
	text-align: center;
	margin:0 auto;
	position: relative;
	left:50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	z-index:1;
}
.queryInputBox .personItem{
	min-width: 5%;
}
.queryInputBox .commonBtn{
	width:170px;
	height:40px;
	line-height: 40px;
	display: inline-block;
	vertical-align: top;
	margin-left:30px;
}
.enrollMain.enrollQuery{
	padding:40px;
}
.enrollMain.enrollQuery .personItem input{
	 
}
.enrollMain.enrollQuery .personItem .selectCertificates{
	 
} 
.queryHead {
	background-color:#ebebeb;
	font-size:14px;
	width:100%;
	margin-top:40px;
}
.queryHead li,
.queryResult li{
	width:20%;
	float: left;
	text-align: center;
	padding:10px 0;
}
.queryHead li:nth-child(2),
.queryResult li:nth-child(2){
	width:20%;
}
.queryResult{
	width:100%;
	font-size:18px;
	border:1px solid #e0e0e0;
	margin:20px 0 50px 0;
}
.queryResult li{
	padding:30px 0;
}
/*成绩查询*/
.resultFormBox{
	margin-top:20px;
	padding-bottom: 100px;
}
.resultHeader{
	background-color:#2F48BD;
	color:#fff;
}
.resultHeader .resultHdTop{
	overflow: auto;
}
.resultHeader .resultHdTop .mlsName,
.resultHeader .resultHdTop .mlsProject{
	position: relative;
	display: inline-block;
	float: left;
	background-color:#033971;
	padding:10px 20px;
	min-width: 240px;
	background-image:url(../images/selectWh.png);
	background-position: 95% center;
	background-repeat: no-repeat;
	background-size:15px auto;
	cursor: pointer;
}
.resultHeader .resultHdTop .mlsName{
	background-image: none;
}
.mileage{
	display: inline-block;
	height: 52px;
	line-height: 52px;
	margin-left: 30px;
}
.resultHeader .resultHdTop .mlsName{	
	border-right:1px solid #fff;
	min-width: 340px;	
}
.resultHeader .resultHdTop .mlsNameOk{
	background:transparent;
	border:none;
	color:#FFFFFF;
	font-size:16px;
}
.dropdown ul{
	position: absolute;
	width:100%;
	left:0;
	top:100%;
	background-color:#fff;
	color:#333333;
	text-align: center;
	border:1px solid #DBDBDB;
	display: none;
}
.dropdown ul li{
	padding:3px 0;
}
.dropdown ul li:hover{
	color:#fff;
	background-color:#2F48BD;
	cursor: pointer;
}
.resultHeader .resultHdBottom{
	width:100%;
}
.resultHeader .resultHdBottom li,
.resultBox ul li{
	float: left;
	width:10%;
	text-align: center;
	font-size:14px;
	padding:10px 0;
}
.resultHeader .resultHdBottom li:nth-child(2),
.resultHeader .resultHdBottom li:nth-child(4),
.resultHeader .resultHdBottom li:nth-child(6),
.resultBox ul li:nth-child(2),
.resultBox ul li:nth-child(4),
.resultBox ul li:nth-child(6){
	width:20%;
}
.resultBox{
	width:100%;
	border-left:1px solid #E0E0E0;
	border-right:1px solid #E0E0E0;
	border-bottom:1px solid #E0E0E0;
}
.resultBox>li{
	padding:10px 0;
	border-bottom:1px solid #e0e0e0;
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
}
.resultBox>li:hover{
	border:1px solid #2F48BD;
	box-shadow: 0 0 20px rgba(0,0,0,.3);
}
.resultBox ul{
	width:100%;
}
.resultBox ul li{
	font-size:18px;
}
.resultBox ul li:nth-child(6){
	color:#ff3333;
}
.dropdown.open > .dropdown-menu {
    display: block;
}
/*省市区*/
/*.selProv,.selCity,.selDistrict{
	width:154px;
	height:40px;
	font-size:14px;
	border:1px solid #2F48BD;
}*/
