html,
body,
div,
span,
applet,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

ol,
ul,
li {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

th,
td {
  vertical-align: middle
}

input:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 0
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  background: #fff;
  font-family: Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", sans-serif;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  font-size: 14px
}

ins,
a {
  text-decoration: none
}


a {
  color: #333;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s
}

a:hover,
a:focus {
  color: #b51d09;
}

a:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px
}

img {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  vertical-align: middle;
  /* 3 */
  border: 0;
  /* 4 */
  max-width: 100%;
  transition: all 1s;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s
}

.clear-g {
  margin: 0 auto;
  width: 100%
}

.clear-g::after {
  clear: both;
  content: '';
}

.clear-g:after,
.clear-g:before {
  content: " ";
  display: table;
}

.fl {
  float: left
}

.fr {
  float: right
}

.nbfc {
  overflow: hidden
}

[class*="grid-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none
}

[class*="grid-"]:before,
[class*="grid-"]:after {
  content: " ";
  display: table
}

[class*="grid-"]:after {
  clear: both
}

[class*="grid-"]>li {
  display: block;
  height: auto;
  float: left
}

.grid-1>li {
  width: 100%
}

.grid-1>li:nth-of-type(n) {
  clear: none
}

.grid-1>li:nth-of-type(1n + 1) {
  clear: both
}

.grid-2>li {
  width: 50%
}

.grid-2>li:nth-of-type(n) {
  clear: none
}

.grid-2>li:nth-of-type(2n + 1) {
  clear: both
}

.grid-3 li {
  width: 33.33333333%
}

.grid-3 li:nth-of-type(n) {
  clear: none;
  float: left;
}

.grid-3 li:nth-of-type(3n + 1) {
  clear: both
}

.grid-4>li {
  width: 25%
}

.grid-4>li:nth-of-type(n) {
  clear: none
}

.grid-4>li:nth-of-type(4n + 1) {
  clear: both
}

.grid-5>li {
  width: 20%
}

.grid-5>li:nth-of-type(n) {
  clear: none
}

.grid-5>li:nth-of-type(5n + 1) {
  clear: both
}

.grid-6>li {
  width: 16.66666667%
}

.grid-6>li:nth-of-type(n) {
  clear: none
}

.grid-6>li:nth-of-type(6n + 1) {
  clear: both
}

.grid-7>li {
  width: 14.28571429%
}

.grid-7>li:nth-of-type(n) {
  clear: none
}

.grid-7>li:nth-of-type(7n + 1) {
  clear: both
}

.grid-8>li {
  width: 12.5%
}

.grid-8>li:nth-of-type(n) {
  clear: none
}

.grid-8>li:nth-of-type(8n + 1) {
  clear: both
}

.grid-9>li {
  width: 11.11111111%
}

.grid-9>li:nth-of-type(n) {
  clear: none
}

.grid-9>li:nth-of-type(9n + 1) {
  clear: both
}

.grid-10>li {
  width: 10%
}

.grid-10>li:nth-of-type(n) {
  clear: none
}

.grid-10>li:nth-of-type(10n + 1) {
  clear: both
}

.grid-11>li {
  width: 9.09090909%
}

.grid-11>li:nth-of-type(n) {
  clear: none
}

.grid-11>li:nth-of-type(11n + 1) {
  clear: both
}

.grid-12>li {
  width: 8.33333333%
}

.grid-12>li:nth-of-type(n) {
  clear: none
}

.grid-12>li:nth-of-type(12n + 1) {
  clear: both
}

/* ==========================================================================
   Button
 ============================================================================ */
.btn {
  display: inline-block;
  margin-bottom: 0;
  padding: 0.5em 1em;
  vertical-align: middle;
  font-weight: normal;
  line-height: 1.2;
  text-align: center;
  white-space: nowrap;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: background-color 300ms ease-out, border-color 300ms ease-out;
  transition: background-color 300ms ease-out, border-color 300ms ease-out;
}

.btn:focus,
.btn:active:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover,
.btn:focus {
  color: #444;
  text-decoration: none;
}

.btn:active,
.btn.active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.15);
}

.btn-default {
  color: #444;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

a.btn-default:visited {
  color: #444;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.dropdown.active .btn-default.dropdown-toggle {
  color: #444;
  border-color: #c7c7c7;
}

.btn-default:hover,
.btn-default:focus {
  background-color: #d4d4d4;
}

.btn-default:active,
.btn-default.active,
.dropdown.active .btn-default.dropdown-toggle {
  background-image: none;
  background-color: #c2c2c2;
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.btn-primary {
  color: #fff;
  background-color: #b51d09;
  border-color: #b51d09;
}

a.btn-primary:visited {
  color: #fff;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.dropdown.active .btn-primary.dropdown-toggle {
  color: #fff;
  border-color: #ffc100;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: #ffc100;
}

.btn-primary:active,
.btn-primary.active,
.dropdown.active .btn-primary.dropdown-toggle {
  background-image: none;
  background-color: #ffc100;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #ffc100;
  border-color: #ffc100;
}

/* ==========================================================================
    Form
 ============================================================================ */
/* Normalize */
fieldset {
  border: none;
}

legend {
  display: block;
  width: 100%;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: inherit;
  color: #333333;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 0.5rem;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  /* IE8-9 */
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple],
select[size] {
  height: auto;
}

select optgroup {
  font-size: inherit;
  font-style: inherit;
  font-family: inherit;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 1px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

output {
  display: block;
  padding-top: 1.6rem;
  line-height: 1.6;
  color: #555555;
  vertical-align: middle;
}

/* Common form controls */
.web-form select,
.web-form textarea,
.web-form input[type="text"],
.web-form input[type="password"],
.web-form input[type="datetime"],
.web-form input[type="datetime-local"],
.web-form input[type="date"],
.web-form input[type="month"],
.web-form input[type="time"],
.web-form input[type="week"],
.web-form input[type="number"],
.web-form input[type="email"],
.web-form input[type="url"],
.web-form input[type="search"],
.web-form input[type="tel"],
.web-form input[type="color"],
.web-form-field {
  display: block;
  width: 100%;
  padding: 0.5em;
  line-height: 1.2;
  color: #555555;
  vertical-align: middle;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

.web-form select:focus,
.web-form textarea:focus,
.web-form input[type="text"]:focus,
.web-form input[type="password"]:focus,
.web-form input[type="datetime"]:focus,
.web-form input[type="datetime-local"]:focus,
.web-form input[type="date"]:focus,
.web-form input[type="month"]:focus,
.web-form input[type="time"]:focus,
.web-form input[type="week"]:focus,
.web-form input[type="number"]:focus,
.web-form input[type="email"]:focus,
.web-form input[type="url"]:focus,
.web-form input[type="search"]:focus,
.web-form input[type="tel"]:focus,
.web-form input[type="color"]:focus,
.web-form-field:focus {
  outline: 0;
}

.web-form select:focus,
.web-form textarea:focus,
.web-form input[type="text"]:focus,
.web-form input[type="password"]:focus,
.web-form input[type="datetime"]:focus,
.web-form input[type="datetime-local"]:focus,
.web-form input[type="date"]:focus,
.web-form input[type="month"]:focus,
.web-form input[type="time"]:focus,
.web-form input[type="week"]:focus,
.web-form input[type="number"]:focus,
.web-form input[type="email"]:focus,
.web-form input[type="url"]:focus,
.web-form input[type="search"]:focus,
.web-form input[type="tel"]:focus,
.web-form input[type="color"]:focus,
.web-form-field:focus {
  background-color: #fefffe;
  border-color: #3bb4f2;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 180, 242, 0.3);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 5px rgba(59, 180, 242, 0.3);
}

.web-form select::-webkit-input-placeholder,
.web-form textarea::-webkit-input-placeholder,
.web-form input[type="text"]::-webkit-input-placeholder,
.web-form input[type="password"]::-webkit-input-placeholder,
.web-form input[type="datetime"]::-webkit-input-placeholder,
.web-form input[type="datetime-local"]::-webkit-input-placeholder,
.web-form input[type="date"]::-webkit-input-placeholder,
.web-form input[type="month"]::-webkit-input-placeholder,
.web-form input[type="time"]::-webkit-input-placeholder,
.web-form input[type="week"]::-webkit-input-placeholder,
.web-form input[type="number"]::-webkit-input-placeholder,
.web-form input[type="email"]::-webkit-input-placeholder,
.web-form input[type="url"]::-webkit-input-placeholder,
.web-form input[type="search"]::-webkit-input-placeholder,
.web-form input[type="tel"]::-webkit-input-placeholder,
.web-form input[type="color"]::-webkit-input-placeholder,
.web-form-field::-webkit-input-placeholder {
  color: #999999;
}

.web-form select::-moz-placeholder,
.web-form textarea::-moz-placeholder,
.web-form input[type="text"]::-moz-placeholder,
.web-form input[type="password"]::-moz-placeholder,
.web-form input[type="datetime"]::-moz-placeholder,
.web-form input[type="datetime-local"]::-moz-placeholder,
.web-form input[type="date"]::-moz-placeholder,
.web-form input[type="month"]::-moz-placeholder,
.web-form input[type="time"]::-moz-placeholder,
.web-form input[type="week"]::-moz-placeholder,
.web-form input[type="number"]::-moz-placeholder,
.web-form input[type="email"]::-moz-placeholder,
.web-form input[type="url"]::-moz-placeholder,
.web-form input[type="search"]::-moz-placeholder,
.web-form input[type="tel"]::-moz-placeholder,
.web-form input[type="color"]::-moz-placeholder,
.web-form-field::-moz-placeholder {
  color: #999999;
}

.web-form select:-ms-input-placeholder,
.web-form textarea:-ms-input-placeholder,
.web-form input[type="text"]:-ms-input-placeholder,
.web-form input[type="password"]:-ms-input-placeholder,
.web-form input[type="datetime"]:-ms-input-placeholder,
.web-form input[type="datetime-local"]:-ms-input-placeholder,
.web-form input[type="date"]:-ms-input-placeholder,
.web-form input[type="month"]:-ms-input-placeholder,
.web-form input[type="time"]:-ms-input-placeholder,
.web-form input[type="week"]:-ms-input-placeholder,
.web-form input[type="number"]:-ms-input-placeholder,
.web-form input[type="email"]:-ms-input-placeholder,
.web-form input[type="url"]:-ms-input-placeholder,
.web-form input[type="search"]:-ms-input-placeholder,
.web-form input[type="tel"]:-ms-input-placeholder,
.web-form input[type="color"]:-ms-input-placeholder,
.web-form-field:-ms-input-placeholder {
  color: #999999;
}

.web-form select::placeholder,
.web-form textarea::placeholder,
.web-form input[type="text"]::placeholder,
.web-form input[type="password"]::placeholder,
.web-form input[type="datetime"]::placeholder,
.web-form input[type="datetime-local"]::placeholder,
.web-form input[type="date"]::placeholder,
.web-form input[type="month"]::placeholder,
.web-form input[type="time"]::placeholder,
.web-form input[type="week"]::placeholder,
.web-form input[type="number"]::placeholder,
.web-form input[type="email"]::placeholder,
.web-form input[type="url"]::placeholder,
.web-form input[type="search"]::placeholder,
.web-form input[type="tel"]::placeholder,
.web-form input[type="color"]::placeholder,
.web-form-field::placeholder {
  color: #999999;
}

.web-form select::-moz-placeholder,
.web-form textarea::-moz-placeholder,
.web-form input[type="text"]::-moz-placeholder,
.web-form input[type="password"]::-moz-placeholder,
.web-form input[type="datetime"]::-moz-placeholder,
.web-form input[type="datetime-local"]::-moz-placeholder,
.web-form input[type="date"]::-moz-placeholder,
.web-form input[type="month"]::-moz-placeholder,
.web-form input[type="time"]::-moz-placeholder,
.web-form input[type="week"]::-moz-placeholder,
.web-form input[type="number"]::-moz-placeholder,
.web-form input[type="email"]::-moz-placeholder,
.web-form input[type="url"]::-moz-placeholder,
.web-form input[type="search"]::-moz-placeholder,
.web-form input[type="tel"]::-moz-placeholder,
.web-form input[type="color"]::-moz-placeholder,
.web-form-field::-moz-placeholder {
  opacity: 1;
}

.web-form select[disabled],
.web-form textarea[disabled],
.web-form input[type="text"][disabled],
.web-form input[type="password"][disabled],
.web-form input[type="datetime"][disabled],
.web-form input[type="datetime-local"][disabled],
.web-form input[type="date"][disabled],
.web-form input[type="month"][disabled],
.web-form input[type="time"][disabled],
.web-form input[type="week"][disabled],
.web-form input[type="number"][disabled],
.web-form input[type="email"][disabled],
.web-form input[type="url"][disabled],
.web-form input[type="search"][disabled],
.web-form input[type="tel"][disabled],
.web-form input[type="color"][disabled],
.web-form-field[disabled],
.web-form select[readonly],
.web-form textarea[readonly],
.web-form input[type="text"][readonly],
.web-form input[type="password"][readonly],
.web-form input[type="datetime"][readonly],
.web-form input[type="datetime-local"][readonly],
.web-form input[type="date"][readonly],
.web-form input[type="month"][readonly],
.web-form input[type="time"][readonly],
.web-form input[type="week"][readonly],
.web-form input[type="number"][readonly],
.web-form input[type="email"][readonly],
.web-form input[type="url"][readonly],
.web-form input[type="search"][readonly],
.web-form input[type="tel"][readonly],
.web-form input[type="color"][readonly],
.web-form-field[readonly],
fieldset[disabled] .web-form select,
fieldset[disabled] .web-form textarea,
fieldset[disabled] .web-form input[type="text"],
fieldset[disabled] .web-form input[type="password"],
fieldset[disabled] .web-form input[type="datetime"],
fieldset[disabled] .web-form input[type="datetime-local"],
fieldset[disabled] .web-form input[type="date"],
fieldset[disabled] .web-form input[type="month"],
fieldset[disabled] .web-form input[type="time"],
fieldset[disabled] .web-form input[type="week"],
fieldset[disabled] .web-form input[type="number"],
fieldset[disabled] .web-form input[type="email"],
fieldset[disabled] .web-form input[type="url"],
fieldset[disabled] .web-form input[type="search"],
fieldset[disabled] .web-form input[type="tel"],
fieldset[disabled] .web-form input[type="color"],
fieldset[disabled] .web-form-field {
  cursor: not-allowed;
  background-color: #eeeeee;
}

.web-form select.web-radius,
.web-form textarea.web-radius,
.web-form input[type="text"].web-radius,
.web-form input[type="password"].web-radius,
.web-form input[type="datetime"].web-radius,
.web-form input[type="datetime-local"].web-radius,
.web-form input[type="date"].web-radius,
.web-form input[type="month"].web-radius,
.web-form input[type="time"].web-radius,
.web-form input[type="week"].web-radius,
.web-form input[type="number"].web-radius,
.web-form input[type="email"].web-radius,
.web-form input[type="url"].web-radius,
.web-form input[type="search"].web-radius,
.web-form input[type="tel"].web-radius,
.web-form input[type="color"].web-radius,
.web-form-field.web-radius {
  border-radius: 2px;
}

.web-form select.web-round,
.web-form textarea.web-round,
.web-form input[type="text"].web-round,
.web-form input[type="password"].web-round,
.web-form input[type="datetime"].web-round,
.web-form input[type="datetime-local"].web-round,
.web-form input[type="date"].web-round,
.web-form input[type="month"].web-round,
.web-form input[type="time"].web-round,
.web-form input[type="week"].web-round,
.web-form input[type="number"].web-round,
.web-form input[type="email"].web-round,
.web-form input[type="url"].web-round,
.web-form input[type="search"].web-round,
.web-form input[type="tel"].web-round,
.web-form input[type="color"].web-round,
.web-form-field.web-round {
  border-radius: 1000px;
}

.web-form textarea,
.web-form select[multiple],
.web-form select[size] {
  height: auto;
}

.web-form select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  -webkit-border-radius: 0;
  background: #fff url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+') no-repeat 100% center;
}

.web-form select[multiple="multiple"] {
  background-image: none;
}

.web-form input[type="datetime-local"],
.web-form input[type="date"],
input[type="datetime-local"].web-form-field,
input[type="date"].web-form-field {
  height: 37px;
}

.web-form input[type="datetime-local"].web-input-sm,
.web-form input[type="date"].web-input-sm,
input[type="datetime-local"].web-form-field.web-input-sm,
input[type="date"].web-form-field.web-input-sm {
  height: 32px;
}

.web-form input[type="datetime-local"] .web-input-lg,
.web-form input[type="date"] .web-input-lg,
input[type="datetime-local"].web-form-field .web-input-lg,
input[type="date"].web-form-field .web-input-lg {
  height: 41px;
}

/* help text */
.web-form-help {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999999;
  font-size: 1.3rem;
}

/* file field */
.web-form-file {
  position: relative;
  overflow: hidden;
}

.web-form-file input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  opacity: 0;
  cursor: pointer;
  font-size: 50rem;
}

/**
   * Checkboxes and radios
   * Indent the labels to position radios/checkboxes as hanging controls.
  */
.web-radio,
.web-checkbox {
  display: block;
  min-height: 1.92rem;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 20px;
  vertical-align: middle;
}

.web-radio label,
.web-checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.web-radio input[type="radio"],
.web-radio-inline input[type="radio"],
.web-checkbox input[type="checkbox"],
.web-checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
  outline: none;
}

.web-radio+.web-radio,
.web-checkbox+.web-checkbox {
  margin-top: -5px;
}

/* Radios and checkboxes inline */
.web-radio-inline,
.web-checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.web-radio-inline+.web-radio-inline,
.web-checkbox-inline+.web-checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
.web-radio[disabled],
.web-radio-inline[disabled],
.web-checkbox[disabled],
.web-checkbox-inline[disabled],
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] .web-radio,
fieldset[disabled] .web-radio-inline,
fieldset[disabled] .web-checkbox,
fieldset[disabled] .web-checkbox-inline {
  cursor: not-allowed;
}

/* Form field feedback states */
.web-form-warning .web-form-help,
.web-form-warning .web-form-label,
.web-form-warning .web-radio,
.web-form-warning .web-checkbox,
.web-form-warning .web-radio-inline,
.web-form-warning .web-checkbox-inline,
.web-form-warning label {
  color: #F37B1D;
}

.web-form-warning [class*="icon-"] {
  color: #F37B1D;
}

.web-form-warning .web-form-field {
  border-color: #F37B1D !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.web-form-warning .web-form-field:focus {
  background-color: #fefffe;
  border-color: #d2620b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #f8b47e !important;
}

.web-form-error .web-form-help,
.web-form-error .web-form-label,
.web-form-error .web-radio,
.web-form-error .web-checkbox,
.web-form-error .web-radio-inline,
.web-form-error .web-checkbox-inline,
.web-form-error label {
  color: #dd514c;
}

.web-form-error [class*="icon-"] {
  color: #dd514c;
}

.web-form-error .web-form-field,
.web-field-error {
  border-color: #dd514c !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.web-form-error .web-form-field:focus,
.web-field-error:focus {
  background-color: #fefffe;
  border-color: #cf2d27;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #eda4a2 !important;
}

.web-form-success .web-form-help,
.web-form-success .web-form-label,
.web-form-success .web-radio,
.web-form-success .web-checkbox,
.web-form-success .web-radio-inline,
.web-form-success .web-checkbox-inline,
.web-form-success label {
  color: #5eb95e;
}

.web-form-success [class*="icon-"] {
  color: #5eb95e;
}

.web-form-success .web-form-field,
.web-field-valid {
  border-color: #5eb95e !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.web-form-success .web-form-field:focus,
.web-field-valid:focus {
  background-color: #fefffe;
  border-color: #459f45;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 5px #a5d8a5 !important;
}

/* Horizontal forms */
.web-form-horizontal .web-form-label,
.web-form-horizontal .web-radio,
.web-form-horizontal .web-checkbox,
.web-form-horizontal .web-radio-inline,
.web-form-horizontal .web-checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0.6em;
}

.web-form-horizontal .web-form-group:before,
.web-form-horizontal .web-form-group:after {
  content: " ";
  display: table;
}

.web-form-horizontal .web-form-group:after {
  clear: both;
}


/* ==========================================================================
   Component: Breadcrumb
 ============================================================================ */
.breadcrumb {
  padding: .7em .5em;
  margin-bottom: 2rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 85%;
}

.breadcrumb>li {
  display: inline-block;
}

.breadcrumb>li [class*="icon-"]:before {
  color: #999999;
  margin-right: 5px;
}

.breadcrumb>li+li:before {
  content: "\00bb\00a0";
  padding: 0 8px;
  color: #ccc;
}

.breadcrumb>.active {
  color: #999999;
}

.breadcrumb-slash>li+li:before {
  content: "/\00a0";
}

/* ==========================================================================
  Pagination
   ============================================================================ */
.pagination {
  padding-left: 0;
  margin: 1.5rem 0;
  list-style: none;
  color: #999999;
  text-align: left;
}

.pagination:before,
.pagination:after {
  content: " ";
  display: table;
}

.pagination:after {
  clear: both;
}

.pagination>li {
  display: inline-block;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  line-height: 1.2;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  margin-bottom: 5px;
  margin-right: 5px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
  margin-right: 0;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  background-color: #eeeeee;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #0e90d2;
  border-color: #0e90d2;
  cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
  color: #999999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
  pointer-events: none;
}

.pagination .pagination-prev {
  float: left;
}

.pagination .pagination-prev a {
  border-radius: 0;
}

.pagination .pagination-next {
  float: right;
}

.pagination .pagination-next a {
  border-radius: 0;
}

.pagination-centered {
  text-align: center;
}

.pagination-right {
  text-align: right;
}

.ellipsis,
.text-truncate {
  word-wrap: normal;
  /* for IE */
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

/* ==========================================================================
     Article
 ============================================================================ */
.article:before,
.article:after {
  content: " ";
  display: table;
}

.article:after {
  clear: both;
}

.article> :last-child {
  margin-bottom: 0;
}

.article+.article {
  margin-top: 2.4rem;
}

/* Sub-object `.@{ns}article-title` */


.article-title a {
  color: inherit;
  text-decoration: none;
}

/* Sub-object `.@{ns}article-meta` */
.article-meta {
  line-height: 1.5;
  color: #999999;
  font-size: 12px;
}

/* Sub-object `.@{ns}article-lead` */
.article-lead {
  color: #666;
  line-height: 1.5;
  border: 1px solid #e8e8e8;
  border-radius: 2px;
  background: #f9f9f9;
  padding: 10px;
  font-size: 12px;
}

/* Sub-object `.@{ns}article-divider` */
.article-divider {
  margin-bottom: 2.4rem;
  border-color: #eeeeee;
}

*+.article-divider {
  margin-top: 2.4rem;
}

/* Sub-object `.@{ns}article-bd` */
.article-bd blockquote {
  font-family: Georgia, "Times New Roman", Times, Kai, "Kaiti SC", KaiTi, BiauKai, "FontAwesome", serif;
}

.article-bd img {
  display: block;
  max-width: 100%;
}

.shadow {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, .04)
}

.shadow:hover {
  box-shadow: 2px 5px 10px rgba(0, 0, 0, .08);
  transform: translate3d(0, -4px, 0);
  transition: all 1s
}

.img-hover:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 1s ease;
  transition: all 1s ease
}

.border-hover {
  position: relative
}

.border-hover::before,
.border-hover::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  transition: all 0.4s ease
}

.border-hover::before {
  top: 0;
  left: 0;
  border-top: 4px solid #fe4902;
  border-left: 4px solid #fe4902
}

.border-hover::after {
  right: 0;
  bottom: 0;
  border-bottom: 4px solid #fe4902;
  border-right: 4px solid #fe4902
}

.border-hover:hover::before,
.border-hover:hover::after {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  border-color: #fe4902
}




@keyframes slide-bg {
  0% {
    background-position: 0 0
  }

  100% {
    background-position: 100% 100%
  }
}
 

/* ==========================================================================
   swiper
 ============================================================================ */
.swiper-btn-fl-s,
.swiper-btn-fr-s {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 9;
}

.swiper-btn-fl-s {
  background: url(../images/prev-white-s.png) no-repeat center #b51d09;
}


.swiper-btn-fr-s {
  background: url(../images/next-white-s.png) no-repeat center #b51d09;

}

.swiper-btn-fl-s:hover,
.swiper-btn-fr-s:hover {
  background-color: #ffc100;

}

.arrow-left,
.arrow-right {
  position: absolute;
  width: 36px;
  height: 36px;
  z-index: 9;
  top: 50%;
  margin-top: -18px;
  opacity: 0;
}

.arrow-left {
  background: url(../images/prev-white-s.png) no-repeat center #b51d09;
  left: 0;
}


.arrow-right {
  background: url(../images/next-white-s.png) no-repeat center #b51d09;
  right: 0;
}

.arrow-left:hover,
.arrow-right:hover {
  background-color: #ffc100;

}



/* ==========================================================================
   tab
 ============================================================================ */

.tab-bd{overflow:hidden}
.tab-panel{overflow:hidden;height:490px;float:left;width:580px;padding:20px}




/* ==========================================================================
   video
 ============================================================================ */
.video-poster { 
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, .4);
  text-align: center
}

.video-poster a:hover img {
  transform: scale(1.1) rotate(360deg);
  transition: all 1s
}

.video-poster img {
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -32px;
  margin-left: -32px
}

.video-play-content {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, .8);
  z-index: 99999;
  display: none
}

.video-play {
  position: absolute;
  width: 1000px;
  height: 600px;
  left: 50%;
  top: 50%;
  margin-left: -500px;
  margin-top: -300px;
  background: #222;
  z-index: 999;
  box-shadow: 5px 10px 20px rgba(0, 0, 0, .2)
}

.video-play-close {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  overflow: hidden;
  position: absolute;
  right: 80px;
  top: 80px;
  background: url(../images/close-icon.png) center no-repeat #000;
  z-index: 999
}

.video-play-close:hover {
  background-color: #b51d09
}

.vjs-poster {
  background-size: cover
}

.video-js .vjs-big-play-button {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  line-height: 2em;
  margin-top: -1em;
  margin-left: -1em;
  transition: all 1s
}

.video-js .vjs-big-play-button:hover {
  transform: scale(1.1) rotate(360deg);
  transition: all 1s
}
