﻿﻿@charset "utf-8";
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.btn {
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	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: 3px;
	width: 80%;
	font-family: "微软雅黑", "宋体", Arial;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-info {
	color: #fff;
	background-color: #56d300;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #40a60a;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-info1 {
	color: #fff;
	background-color: #2d78dd;
}
.btn-info1:hover,
.btn-info1:focus,
.btn-info1:active,
.btn-info1.active,
.open > .dropdown-toggle.btn-info1 {
	color: #fff;
	background-color: #1559b6;
}
.btn-info2 {
	color: #fff;
	background-color: #f63b3b;
}
.btn-info2:hover,
.btn-info2:focus,
.btn-info2:active,
.btn-info2.active,
.open > .dropdown-toggle.btn-info2 {
	color: #fff;
	background-color: #c31c1c;
}
.btn-info3 {
	color: #fff;
	background-color: #ffb400;
}
.btn-info3:hover,
.btn-info3:focus,
.btn-info3:active,
.btn-info3.active,
.open > .dropdown-toggle.btn-info3 {
	color: #fff;
	background-color: #cb8f00;
}

.btn-goon {
	background-color: #d3d3d3;
	color: #FFF;
}
.btn-goon:hover,
.btn-goon:focus,
.btn-goon:active,
.btn-goon.active,
.open > .dropdown-toggle.btn-goon {
	color: #FFF;
	background-color: #999999;
}
.btn-goon:active,
.btn-goon.active,
.open > .dropdown-toggle.btn-goon {
  background-image: none;
}
.btn-goon.disabled,
.btn-goon[disabled],
fieldset[disabled] .btn-goon,
.btn-goon.disabled:hover,
.btn-goon[disabled]:hover,
fieldset[disabled] .btn-goon:hover,
.btn-goon.disabled:focus,
.btn-goon[disabled]:focus,
fieldset[disabled] .btn-goon:focus,
.btn-goon.disabled:active,
.btn-goon[disabled]:active,
fieldset[disabled] .btn-goon:active,
.btn-goon.disabled.active,
.btn-goon[disabled].active,
fieldset[disabled] .btn-goon.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-goon .badge {
  color: #5bc0de;
  background-color: #fff;
}
.form-control {
	display: block;
	width: 100%;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}/*box-shadow:inset内阴影*/
.form-control::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777;
}
.form-control::-webkit-input-placeholder {
  color: #777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #eee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
}
.col-sm-offset-4 {
	margin-left: 25%;
  }
.col-sm-6 {
	width: 37%;
  }
.xhx {
	color: #F00;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F00;
}
.vcode {
	margin-left: 35px;
	float: left;
	margin-top: 10px;
}