

body {overflow-x: hidden;letter-spacing: 0;	background: #8d0c13;} 


.banner{
	width: 100%;
	overflow: hidden;
}
.banner img{
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	/* width: 100%; */
}
.banner .banner-m{
	display: none;
}
.wrapper{
	position: relative;
	z-index: 2;
	margin-top: -120px;
	padding-bottom: 5%;

}
.article-tit{
	
	text-align: center;

}
.article-tit h2{
	position: relative;
	font-size: 32px;
	color:#fff;
	/* max-width: 310px; */
	display: inline-block;
	padding:0 35px;
	margin:0 auto;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	height: 60px;
	line-height: 60px;
	letter-spacing: 1px;
	text-shadow: 0.829px 0.559px 5px rgba(109, 16, 21, 0.35);

}

.article-group {
	display: none;
	overflow: hidden;
}
.article-group.active {
	display: block;
}
.article-list {
	position: relative;
	z-index: 2;
	max-width: 1200px;
	margin:0 auto 1.75%;
	font-size: 0;
	text-align: center;
}
.article-list li {
	position: relative;
	font-size: 30px;
	color:#e17864;
	/* float: left; */
	display: inline-block;
	width: 31.83%;
	margin-left: 2.25%;
	text-align: center;
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	border: 2px solid #fff;
	height: 120px;
	line-height: 116px;
	letter-spacing: 1px;
	cursor: pointer;
	background: #f5f6fa;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	        box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.article-list li:first-child {
	margin-left: 0;
}
.article-list li.active {
	color:#fff;
	background: #eb4c00;
	background-image: -moz-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);

	/* display: block;
	float: none;
	width: 55%;
	margin:0 auto; */
}
.article-list li.active:before {
	content:'';
	position: absolute;
	left: 50%;
	top:100%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -2px;
	background: url('../images/tab-arrow.png') center top no-repeat;
}

.article .article-cont{
	background:#f5f6fa url('../images/tab-bg.png') right bottom no-repeat;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	        box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	-webkit-border-radius: 20px;
	        border-radius: 20px;

}
.article-02 {
	margin-top: 80px;
}
.huodong-info{
	padding:4% 4.5% 2%;
}


.huodong-info .huodong-cont{
	border-bottom: 1px dashed #21396c;
	padding-bottom: 30px;
}
.huodong-info .huodong-cont p{
	font-size: 26px;
	line-height: 1.6;
	color: #333;
	/* text-align: center; */
}
.huodong-tab {
	margin-top: 40px;
}
.huodong-tab .huodong-tab-tit li{
	float: left;
	padding:10px 25px;
	height: 44px;
	line-height: 44px;
	text-align:center;
	color:#fff;
	font-size: 20px;
	background: #e28c3e;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
.huodong-tab .huodong-tab-tit li .icon-rule {
	vertical-align: middle;
	width: 20px;
	height: 22px;
	background: url('../images/icon-rule.png') center no-repeat;
	display: inline-block;
}

.huodong-info .huodong-detail{
	padding:15px 0;
	display: none;
}
.huodong-info .huodong-detail.on{
	display: block;
}
.huodong-info .huodong-detail-l,
.huodong-info .huodong-detail-r{
	float: left;
}
.huodong-info .huodong-detail-l{
	width: 40%;
}
.huodong-info .huodong-detail-r{
	width: 60%;
}

.huodong-info .huodong-tit{
	position: relative;
	padding:8px 0;
	font-size: 20px;
	color:#333;
}
.huodong-info .huodong-tit strong{
	/* display: block; */
	font-size: 20px;
	/* font-weight: bold; */
	color:#e28c3e;
	margin-bottom: 5px;
}
.huodong-info .huodong-tit .text-m{
	display: none;
}
.huodong-info .huodong-cont .red{
	font-weight: normal;
	color:#e28c3e;
	/* font-size: 24px; */
}
.article-tab{
	margin-top: 78px;
	float: left;
	width: 300px;
}
.article-tab ul{
	width: 280px;
}
.article-tab li{
	position: relative;
	font-size: 18px;
	color:#e17864;
	/* text-align: center; */
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	border: 2px solid #fff;
	margin-top: 8px;
	padding: 12px 18px;
	/* height: 80px; */
	/* line-height: 76px; */
	letter-spacing: 0;
	cursor: pointer;
	background: #f5f6fa;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	        box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.article-tab li:first-child {
	margin-top: 0;
}
.article-tab li.on{
	color:#fff;
	background: #eb4c00;
	background-image: -moz-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
  	background-image: -webkit-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
  	background-image: -ms-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
}
.article-tab li.on:before {
	content: '';
	position: absolute;
	right:2px;
	bottom:2px;
	width: 38px;
	height: 38px;
	background: url('../images/icon-quan.png') right bottom no-repeat;
}
.article-tab li.on:after {
	content: '';
	position: absolute;
	left:100%;
	top:50%;
	width: 7px;
	height: 16px;
	margin-top: -8px;
	background: url('../images/tab-arrow-r.png') center left no-repeat;
}
.article .article-cont.rule-cont-box {
	position: relative;
	margin-left: 300px;
	background:none;
	border:0;
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-border-radius: 0;
	        border-radius: 0;
	
}
.rule-tit{
	max-width: 310px;
	height: 80px;
	margin-bottom: -2px;
	-webkit-border-top-right-radius: 40px;
	        border-top-right-radius: 40px;
	background:#f5f6fa;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	        box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	font-size: 30px;
	color:#d42600;
	text-align: center;
	line-height: 76px;
}
.rule-group{
	position: relative;
	background:#f5f6fa;
	border: 2px solid #fff;
	-webkit-box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	        box-shadow: 0px 5px 30px 0px rgba(0, 30, 77, 0.06);
	-webkit-border-radius:0 20px 20px;
	        border-radius:0 20px 20px;
}
.rule-group .style-ticket{
	position: absolute;
	left:-47px;
	bottom:0;
}
.rule-info {
	display: none;
	padding:3% 5%;
}
.rule-info.on{
	display: block;
}

.rule-info .rule-cont{
	position: relative;

}
.rule-info .rule-cont .bag{
	position: absolute;
	right:0;
	bottom:0;
}
.rule-info .rule-cont ul{
	/* margin-right: 215px; */
	margin-top: 20px;
}
.rule-info .rule-cont li{
	padding:5px 0;
	font-size: 18px;
	color:#333;
	line-height: 1.6;
}
.box-qrcode{
	width: 500px;
	height: 125px;
	margin-top: 10px;
	background: url('../images/qrcode-bg.png') left center no-repeat;
	-webkit-background-size: 100% 100%;
	     -o-background-size: 100%;
	        background-size: 100%;
	padding-top: 12px;
	padding-left: 110px;
	-webkit-box-shadow: 0px 2px 10px 0px rgba(216, 103, 0, 0.3);
	        box-shadow: 0px 2px 10px 0px rgba(216, 103, 0, 0.3);
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
}
.box-qrcode img {
	width: 100px;
	height: auto;
	vertical-align: middle;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
	        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.box-qrcode strong{
	margin-left: 10px;
	font-size: 20px;
	color:#e28c3e;
	vertical-align: middle;
}
.stewardess {
	position: absolute;
	right: 10px;
	bottom:-2px;
	width: 221px;
}
.stewardess img {
	display: block;
	width: 100%;
	height: auto;
}
.link-ticket{
	display: none;
}

.article-tips{
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
	line-height: 1.5;
	color: #666;
	padding: 0 15px;
}
.article-tips .red{
	color: #f18841;
}

.box-more {display: none;}


.article-04 .article-tab ul{
	padding:0;
}
.article-04 .article-tab li{
	margin-bottom:25px;
	width: 33.33%;
	height: auto;
	padding:0;
	text-align: center;
}
.article-04 .article-tab li p{
	width: 250px;
	margin:0 auto;
	padding:15px;
	height: 70px;
	line-height: 70px;
}
.article-04 .article-tab li.on {
	padding:0;
	text-align: center;
}
.article-04 .article-tab li.on p{
	font-size: inherit;
}

/*订票框*/
.bookingBox {margin-top: -315px;}
.bookingBoxFix {position:fixed;top: 20%;z-index: 10;width: 1200px;margin-left: -600px;left: 50%;margin-top: 0px;}
.bookingBoxFix .ticketBox {position: relative;z-index: 10}
.bookingBoxFix .kobg {width: 100%;height: 100%;position: fixed;top: 0px;left: 0px;background: url(../images/kobg.png) repeat;z-index:10;}

.bookingBox .tip {display: none;}
.bookingBoxFix .tip {display: block;font-size: 32px;text-align: center;line-height: 56px;color: #fff;padding-top: 30px;z-index: 10;position: relative;font-weight: bold;}

#ticket-1 {display: block;}
.ui-tabs .ui-tabs-nav {display: none;}


.bookingBox .tit {width: 1200px;margin: 0 auto;position: relative;}
.bookingBox .tit span {display: inline-block; font-size: 16px;color: #cb0303;height: 45px;line-height: 45px;padding: 0 23.8px;font-weight: bold;width: 260px;background:url(../images/ticket01.png) no-repeat 260px center #fff;position: relative;z-index: 2;}
.trip-box #trip-box-1 {border:none;}
/*订票框*/




@media screen and (max-width: 1450px){
/* .ticketBox .container {width: auto;} */
	.ticketBox .tab-container {max-width: 1000px;}
	.bookingBox .tit{max-width: 1000px;}
	.bookingBox .tit span{width: 200px;background-position: 200px center;}
	/* .container {width: auto;} */
	.article-list {max-width: 1000px;}
	.article-list li {font-size: 26px;height: 100px;line-height: 96px;}
	.huodong-info {padding:3% 4% 1%;}
	.huodong-info .huodong-cont {padding-bottom: 20px;}
	.huodong-info .huodong-cont p {font-size: 20px;}
	.huodong-tab {margin-top: 30px;}
	.huodong-tab .huodong-tab-tit li {
		padding:5px 15px;
		font-size: 16px;
		height: 40px;
		line-height: 40px;
	}
	.huodong-info .huodong-tit {font-size: 16px;}
	.huodong-info .huodong-tit strong {font-size: 16px;}
	.article-tab li {font-size: 16px;}
	.rule-tit {font-size: 24px;}
	.rule-info .rule-cont li {font-size: 16px;}
	.box-qrcode strong {font-size: 16px;}
	.stewardess {
		width: 160px;
	}
	.rule-info .rule-cont ul {
		/* margin-right: 150px; */
	}
	.wrapper {margin-top: -100px;}
}


@media (max-width: 1200px) {

	.banner img{
		width: 1600px;
		margin-left: -800px;
	}


}
@media (min-width: 1025px) {
	.article-group {
		height: auto !important;
	}
	.box-more {
		display: none !important;
	}
}
@media (max-width: 1024px) {

	body {min-width: auto;overflow-x:hidden;overflow-y:auto;background-position: top center;}
	* {		
		/*清除点击高亮样式*/
		-webkit-tap-highlight-color:transparent;
	}
	input {
		/*清除iOS系统的表单默认样式*/
		-webkit-appearance:none;
	}
	img, a {
		/*禁用长按页面时的弹出菜单*/
		-webkit-touch-callout:none;
	}
	.header,.nav,.footer {display: none;}
	.bookingBox {display: none;}
	.container{
		width: auto;
		margin: 0 auto;
	}

	.wrapper{margin-top: 20px;margin-bottom: 0;padding:0 20px 30px;}
	.box-more {
		position: absolute;
		left:0;
		bottom:0;
		z-index: 10;
		width: 100%;
		height: 15%;
		text-align: center;
		background-image: -moz-linear-gradient( 90deg, rgb(140,12,19) 0%, rgba(140,12,19,0.5) 50%, rgba(140,12,19,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(140,12,19) 0%, rgba(140,12,19,0.5) 50%, rgba(140,12,19,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(140,12,19) 0%, rgba(140,12,19,0.5) 50%, rgba(140,12,19,0) 100%);
	}
	.box-more .btn-more {
		position: absolute;
		left:50%;
		bottom: 50px;
		margin-left: -100px;
		width: 200px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		height: auto;
		line-height: 1.4;
		padding: 8px 10px;
		font-size: 16px;
    	color: #fff;
		-webkit-border-radius: 10px 0;
		        border-radius: 10px 0;
		font-weight: bold;
	}
	.banner img{
		display: none;
	}
	.banner .banner-m{
		display: block;
		position: static;
		margin: 0 auto;
		width: 100%
	}
	.article-list li {
		font-size: 20px;
		height: 60px;
		line-height: 56px;
		-webkit-border-radius: 10px;
		        border-radius: 10px;

	}


	.huodong-info{
		padding:3% 3% 2%;
	}
	.huodong-info .huodong-cont {
		padding-bottom: 15px;
	}
	.huodong-info .huodong-cont p{
		font-size: 16px;
	}
	.huodong-tab {
		margin-top: 20px;
	}
	.huodong-info .huodong-detail{
		padding:10px 0;
	}
	.huodong-info .huodong-detail-l{
		width: 40%;
	}
	.huodong-info .huodong-detail-r{
		width: 60%;
	}

	.huodong-info .huodong-tit{
		padding:5px 0;
	}
	.huodong-info .huodong-tit .text-m{
		display: inline;
	}
	.huodong-info .huodong-tit .text-pc{
		display: none;
	}
	.huodong-info .huodong-tit strong{
		display: block;
		margin-bottom: 5px;
	}
	.article-02 {
		margin-top: 50px;
	}
	.article-tab{
		margin-top: 60px;
		width: 220px;
	}
	.article-tab ul {
		width: auto;
	}
	.article-tab li {
		padding:10px 15px;
	}
	.article-tab li.on:after {
		display: none;
	}
	.stewardess {
		width: 80px;
		height: 130px;
		overflow: hidden;
		right: 20px;
	}
	.stewardess img {
		position: absolute;
		left:0;
		top:0;
	}
	.article .article-cont.rule-cont-box {
		margin-left: 240px;
	}
	.rule-cont-box{
		position: relative;
		z-index: 2;
	}
	.rule-tit{
		font-size: 20px;
		max-width: 260px;
		height: 60px;
		line-height: 56px;
	}
	.rule-group {
		padding-bottom: 100px;
	}

	.rule-info .rule-cont ul{
		margin-top: 0;
		margin-right: 0;
	}
	.rule-info .rule-cont li{
		padding:5px 0;
	}
	.box-qrcode{
		display: none;
		position: static;
	}
	.box-qrcode .qrcode{
		display: none;
	}
	.box-qrcode p{
		display: none;
		font-size: 14px;
		margin-top: 5px;
	}
	.link-ticket{
		display: block;
		color: #fff;
		margin: 0 auto;
		text-align: center;
		letter-spacing: 0.2em;
		height: 50px;
		line-height: 50px;
		max-width: 250px;
		font-size: 18px;
		font-weight: bold;
		-webkit-border-radius: 10px;
		        border-radius: 10px;
		background: #eb4c00;
		background-image: -moz-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
		background-image: -webkit-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
		background-image: -ms-linear-gradient( 90deg, rgb(211,36,0) 0%, rgb(255,110,0) 100%);
		-webkit-box-shadow: 0.105px 2.998px 20px 0px rgba(211, 36, 0, 0.3),inset 0px 3px 49px 0px rgba(255, 110, 0, 0.35);
		        box-shadow: 0.105px 2.998px 20px 0px rgba(211, 36, 0, 0.3),inset 0px 3px 49px 0px rgba(255, 110, 0, 0.35);
	}
	.huodong-info .huodong-tit .link-ticket{
		margin:20px 0 0;
	}

	.article-04 .article-tab li{
		margin-bottom: 15px;
	}
	.article-04 .article-tab li p{
		width: auto;
		margin:0 10px;
		-webkit-border-radius: 20px;
		        border-radius: 20px;
		height: 50px;
		line-height: 50px;
	}

}





@media screen and (max-width: 768px) {



	.wrapper{
		padding:0 15px 30px;
		margin-top: 15px;
	}
	.article-list{ 
		max-width: none;
		margin:0 auto 15px;

	}
	.article-list ul {

		display: -webkit-box;

		display: -webkit-flex;

		display: -moz-box;

		display: -ms-flexbox;

		display: flex;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
	}
	.article-list li {
		/* float: none; */
		font-size: 16px;
		height: auto;
		line-height: 1.4;
		/* margin-left: auto; */
		width: 48%;
		padding:15px 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
	}
	.huodong-info{
		padding: 15px;
		background: none;
	}
	.huodong-info .huodong-cont{
		padding:12px 10px;
	}
	.huodong-info .huodong-detail-l, 
	.huodong-info .huodong-detail-r{
		float: none;
		width: 100%;
	}
	.huodong-tab .huodong-tab-tit{
		font-size: 0;
		text-align: center;
	}
	.huodong-tab .huodong-tab-tit li{
		float: none;
		display: inline-block;
		width:100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
		height: auto;
		line-height: 1.4;
		padding:8px 10px;
		max-width: 204px;
	}
	.huodong-tab .huodong-tab-tit li.on{
		padding:10px ;
	}
	.huodong-info .huodong-tit{
		text-align: center;
	}
	.article-tab {
		width: 100%;
		float: none;
		margin-top: 0;
	}
	.article-tab ul{
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-display: flex;
		-webkit-flex-wrap: wrap;
	}
	.article-tab li{ 
		width: 31.33%;
		margin:1%;
		padding:15px 10px;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-display: flex;
		-webkit-align-items: center;
		-webkit-justify-content: center;
		text-align: center;

	}
	.article-tab li:first-child {
		margin-top: 1%;
	}
	.article-tab li.on:before {
		display: none;
	}
	.rule-tit{
		font-size: 18px;
		max-width: 220px;
		height: 50px;
		line-height: 46px;
	}
	.article .article-cont.rule-cont-box {
		margin-left: 0;
		margin-top: 15px;
	}
	.rule-info {
		padding: 15px;
	}
	.rule-info .rule-cont{
		padding:10px;
	}
	.rule-info .rule-cont ul{
		margin-right: 0;
	}
	.rule-info .rule-cont .bag{
		display: none;
	}
	.rule-group .style-ticket{
		left:-30px;
		width: 55px;
	}
	.box-qrcode{
		position: static;
	}
	.huodong-info .huodong-tit .link-ticket{
		margin:20px auto 0;
		font-size: 18px;
		width: 80%;
		display: block;
		max-width: none;
		min-width: 238px;
	}
	.article-02 {
		margin-top: 30px;
	}
	.stewardess {
		display: none;
	}
	.rule-group {
		padding-bottom: 0;
	}

}
@media screen and (max-width: 480px) {
	.wrapper {
		padding:0 10px 30px;
	}
	.article-list li{
		font-size: 14px;
		padding:10px;
	}

	.article-list ul {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-justify-content: center;
		-webkit-box-align: stretch;
		   -moz-box-align: stretch;
		    -ms-flex-align: stretch;
		        align-items: stretch;
		-webkit-align-items: stretch;
	}
	.article-tab li {
		font-size: 14px;
		padding:10px;
	}

	.huodong-info .huodong-tit,
	.huodong-info .huodong-tit strong{
		font-size: 14px;
	}
	.huodong-info .huodong-tit .link-ticket {
		font-size: 18px;
		height: 50px;
		line-height: 50px;
		width: 90%;
	}
	.huodong-info .huodong-cont {
		padding:0 0 15px;
	}
	.huodong-info .huodong-cont p {
		font-size: 14px;
	}
	
	.huodong-tab .huodong-tab-tit li {
		font-size: 14px;
		margin: 0 auto;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		   -moz-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		-webkit-box-align: center;
		   -moz-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-display: flex;
		-webkit-justify-content: center;
		-webkit-align-items: center;
	}
	.huodong-tab .huodong-tab-tit li strong {
		margin-left: 5px;
	}
	
	.rule-tit{
		font-size: 16px;
		max-width: 180px;
	}

	.rule-info .rule-cont{
		padding:10px 0;
	}
	.rule-info .rule-cont li {
		font-size: 14px;
	}


}




































