@charset "utf-8";
/* CSS Document */
#main{                
	overflow: hidden;                
	padding: 0 0 50px;                
	/*padding: 50px 10px; FOR FIXED HEADER */            
}            
.footer {                
	height: 38px;                
	/*background: none repeat scroll 0 0 #FFC0CB;                
	bottom: 0;                
	left: 0;                
	position: fixed;                
	right: 0; */           
}        

body {margin:auto; background:#CCC; font-family: "汉仪中圆简", "黑体"}
.b {font-weight:bold}
.r {color:#F00}
.u {text-decoration:underline}
.div_line { padding:20px; border-bottom:2px dotted #AB735A;}
.bottom10 {margin-bottom:10px;}
.bottom20 {margin-bottom:20px;}
.bottom30 {margin-bottom:30px;}
.bottom40 {margin-bottom:40px;}
.bottom50 {margin-bottom:50px;}
.wrap {width:660px; margin:auto; }
.wrap_border {
	margin:0 0 30px 0px;
	width:100%;
	display:block;
	padding:11px 18px;
	box-sizing: border-box;
	border: 1px solid #f64a4a;
	background:#FFF;
	}


.header { background:#e40909; height:115px;}

.content { 
	background:#FFF; 
	}
	.title-top {
		margin:0;
		background:#09F;
		width:100%;
		display:block;
		box-sizing: border-box;
		padding:11px 18px;
		background: #f64a4a;
		color:#FFF;
		font-size: 18px;
		}
	.title-main {
		color:#900;
		}
	.title-sub {color:#83295c}
	.tnc {
		background: #a70707;
		width: 100px;
		border-radius:20px;
		padding:5px 10px;
		color: #fff;
		font-size:14px;
		}
	
		.details {
			font-size:13px;
		}
			.details li{
				margin-bottom: 10px;
			}
		.note {
			font-size:14px;
		}
.content-sub {padding:0 10px;}
.mail-box a{color:#83295c}

/*----------- ---------------*/
ul.fast-click {
	line-height: 25px;
	font-size:16px;
	/* list-style-type:none; */
	/* color: #fff; */
	padding-left: 50px;
	}
	ul.fast-click a{
		text-decoration: none; 
	}

.back_top a{
	color: #4d494a;
	background:url(../images/top.png) no-repeat;
	text-decoration: none;
	font-weight:bold;
	padding-left:25px;
	padding-top:2px;
	display:block;
	height:25px;
}
