﻿@charset "UTF-8";



::selection {
	color: #fff;
	background: #fd6114
}

::-moz-selection {
	color: #fff;
	background: #fd6114
}



a:active,a:hover {
	outline: 0
}

.a-del {
	color: #c00
}

.a-del:hover {
	color: #b00;
	text-decoration: underline
}

.fl {
	float: left
}

.fr {
	float: right
}

.icon-arrow-right {
}

.fb18 {
	font-size: 18px;
	font-weight: 700
}

.fb24 {
	font-size: 24px;
	font-weight: 700
}

.cred {
	color: #c00!important
}

.cblue {
	color: #06c!important
}

.ie8-tips {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px solid #06c;
	background: #fff;
	color: #333;
	line-height: 50px;
	text-align: center;
	font-size: 2em
}

.ie8-tips p {
	padding: 5px 0
}

.ie8-tips a {
	margin: 0 1em;
	font-size: 2em
}

.wrapfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.wrapfix {
	display: inline-table
}

* html .wrapfix {
	height: 1%
}

.wrapfix {
	display: block
}

.clearfix:before,.clearfix:after {
	display: table;
	content: " "
}

.clearfix:after {
	clear: both
}