* {
	margin: 0;
	padding: 0;
}

img {
	display: inline-block;
	outline: 0;
	border: 0;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
	outline: 0;
	color: #333;
}

a:hover {
	color: #2d8fff;
	text-decoration: none;
}

a:active {
	outline: none;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

.vm,
input,
label {
	vertical-align: middle;
}

.mr10 {
	margin-right: 10px;
}

.mr20 {
	margin-right: 20px;
}

.mb20 {
	margin-bottom: 20px;
}

.p20 {
	padding: 20px;
}

.tc {
	text-align: center;
}

.t1 {
	position: relative;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	margin: 0 0 10px;
}

.t1 .more {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	padding: 0 0 0 20px;
	background-color: #fff;
	color: #aaa;
}

.t1 b {
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 0 25px;
	line-height: 40px;
	font-size: 18px;
	/*background-color: #f2f2f2;
    border-radius: 100px;*/
}

.t1 b:before,
.t1 b:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 2000px;
	height: 0;
	border-bottom: 1px solid #ddd;
}

.t1 b:before {
	right: 100%;
	margin-right: 20px;
}

.t1 b:after {
	left: 100%;
	margin-left: 20px;
}

.t3 b {
	font-weight: normal;
	font-size: 18px;
	color: #333;
	border-left: 8px solid #2d8fff;
	display: inline-block;
	margin-left: -15px;
	padding: 0 0 0 10px;
}

.content {
	position: relative;
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}

.grid {
	padding: 20px;
	margin: 20px auto;
	background-color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.text-intro p {
	margin: 12px 0;
	line-height: 24px;
	font-size: 16px;
	text-indent: 2em;
}

.text-intro p a {
	margin: 0 5px;
	color: #06b;
	text-decoration: underline;
}

.md-blue {
	background-color: #2d8fff;
	color: #fff !important;
}

.info-btns [class*="btn"] {
	margin: 10px;
	transition: .3s;
}

.info-btns .btn-lg {
	font-size: 18px;
}

.info-btns [class*="btn"]:hover {
	box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
	transform: translate(0, -3px);
}

.btn {
	display: inline-block;
	padding: 10px 16px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3333333;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 6px;
}

.text-gray {
	color: #bbb !important;
}


.forms input[type="radio"] {
	-webkit-appearance: radio;
}

.forms input[type="checkbox"] {
	-webkit-appearance: checkbox;
}

.forms .form-control {
	padding: 6px;
}

.forms input.form-control {
	height: 38px;
}

.forms .pane {
	animation-duration: .3s;
}

.forms .row>div[class*="col-"] {
	margin-bottom: 1rem;
}

.forms .form-control:focus {
	border-color: #37e;
	box-shadow: 0 0 0.1rem 0.1rem rgba(0, 123, 255, .1);
}

.forms .form-inline .radio input {
	vertical-align: -2px;
	margin-right: 4px;
}

.forms .control-label {
	/* font-weight: bold;*/
}

.text-intro p {
	margin: 12px 0;
	line-height: 24px;
	font-size: 16px;
	text-indent: 2em;
}

.text-intro p a {
	margin: 0 5px;
	color: #06b;
	text-decoration: underline;
}

.info-btns [class*="btn"] {
	margin: 10px;
	transition: .3s;
}

.info-btns .btn-lg {
	font-size: 18px;
}

.info-btns [class*="btn"]:hover {
	box-shadow: 0 10px 20px rgba(0, 27, 128, .1);
	transform: translate(0, -3px);
}

.info-detail {
	max-width: 800px;
	border: 1px solid #ddd;
	margin: 20px auto;
	padding: 0 15px;
	font-size: 15px;
}

.info-detail .row {
	margin-left: -15px;
	margin-right: -15px;
}

.info-detail .row:nth-of-type(odd) {
	background-color: #fafafa;
}

.info-detail .row>div {
	border-top: 1px solid #ddd;
	margin-top: -1px;
	padding: 15px;
}

.red {
	color: red;
	vertical-align: middle;
}

.forms .input-group-addon img {
	display: block;
    height: 38px;
    margin: -21px 0px;
}

.forms .control-label {
	font-size: 16px;
}
