@charset "utf-8";
/* CSS Document */
/*
红色：#C81912;
蓝色：#003769;
棕色: #918876
*/

@media print {
	*,
	*:before,
	*:after {color: #000 !important;text-shadow: none !important;background: transparent !important;-webkit-box-shadow: none !important;box-shadow: none !important;}
	a,
	a:visited {text-decoration: underline;}
	a:hover{text-decoration: none;}
	a[href]:after {content: " (" attr(href) ")";}
	abbr[title]:after {content: " (" attr(title) ")";}
	a[href^="#"]:after,
	a[href^="javascript:"]:after {content: "";}
	pre,
	blockquote {border: 1px solid #999;page-break-inside: avoid;}
	thead {display: table-header-group;}
	tr{page-break-inside: avoid;vertical-align: middle; max-width: 100%;}
	img{vertical-align:middle;page-break-inside: avoid;width: 100%;height: auto;}
	p,
	h2,
	h3 {orphans: 3;widows: 3;}
	h2,
	h3 {page-break-after: avoid;}
	select {background: #fff !important;}
	.btn > .caret,
	.dropup > .btn > .caret {border-top-color: #000 !important;}
	
	.label {border: 1px solid #000;}
	table {border-spacing: 0;border-collapse: collapse;}
	.table {border-collapse: collapse !important;}
	.table td,
	.table th {background-color: #fff !important;}
	.table-bordered th,
	.table-bordered td {border: 1px solid #ddd !important;}
}
*,
*::before,
*::after {-webkit-box-sizing: border-box;box-sizing: border-box;}
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {padding: 0;}
::-webkit-inner-spin-button {height: auto;}
::-moz-selection {background-color: #ee3231;color: #fff;}
::selection {background-color: #ee3231;color: #fff;}
::-webkit-search-decoration {-webkit-appearance: none;}
::-webkit-color-swatch-wrapper {padding: 0;}
::file-selector-button {font: inherit;-webkit-appearance: button;}
::-moz-focus-inner {padding: 0;border-style: none;}

/* @media (prefers-reduced-motion: no-preference) {
  :root {scroll-behavior: smooth;}
}
html {height: 100%;scroll-behavior: smooth;}
body {height: 100%;margin: 0;font-family: Rubik, sans-serif;font-size: 1rem;font-weight: 400;line-height:1.4; color: #6c788c;text-align: center;background-color: #fff;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
hr {margin: 1rem 0;color: inherit;border: 0;border-top: 1px solid #000000;opacity: 0.25;}

h1,.h1,
h2,.h2,
h3,.h3 {margin-top: 20px;margin-bottom: 10px;font-weight: 500;line-height: 1.1;color: inherit;}
h4,.h4,
h5,.h5,
h6,.h6 {margin-top: 10px;margin-bottom: 10px;font-weight: 500;line-height: 1.1;color: inherit;} */

@media (prefers-reduced-motion: no-preference) {
  :root {scroll-behavior: smooth;}
}

html {
  height: 100%;
  scroll-behavior: smooth;
  font-size: clamp(14px, 1.2vw, 16px);
}

body {
  height: 100%;
  margin: 0;
  font-family: Rubik, sans-serif;
  font-size: clamp(14px, 1.2vw, 16px);
  font-weight: 400;
  line-height: 1.4;
  color: #6c788c;
  text-align: center;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {margin: 1rem 0;color: inherit;border: 0;border-top: 1px solid #000000;opacity: 0.25;}

h1,.h1,
h2,.h2,
h3,.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h4,.h4,
h5,.h5,
h6,.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}



h1,.h1 {
  font-size: clamp(28px, 4vw, 42px);
}

h2,.h2 {
  font-size: clamp(24px, 3.5vw, 36px);
}

h3,.h3 {
  font-size: clamp(20px, 3vw, 30px);
}

h4,.h4 {
  font-size: clamp(18px, 2.5vw, 24px);
}

h5,.h5 {
  font-size: clamp(16px, 2vw, 18px);
}

h6,.h6 {
  font-size: clamp(14px, 1.8vw, 14px);
}

h1,.h1 {font-size: 42px;}
h2,.h2 {font-size: 36px;}
h3,.h3 {font-size: 30px;}
h4,.h4 {font-size: 24px;}
h5,.h5 {font-size: 18px;}
h6,.h6 {font-size: 14px;}
h1 {margin: .67em 0;font-size: 2em;}

h1 small,.h1 small,
h2 small,.h2 small,
h3 small,.h3 small,
h1 .small,.h1 .small,
h2 .small,.h2 .small,
h3 .small,.h3 .small {font-size: 65%;font-weight: normal;line-height: 1;color: #777;}
h4 small,.h4 small,
h5 small,.h5 small,
h6 small,.h6 small,
h4 .small,.h4 .small,
h5 .small,.h5 .small,
h6 .small,.h6 .small {font-size: 75%;font-weight: normal;line-height: 1;color: #777;}

/*p {margin-top: 0;margin-bottom: 1rem;}*/
abbr[title] {-webkit-text-decoration: underline dotted;-moz-text-decoration: underline dotted;text-decoration: underline dotted;cursor: help;-webkit-text-decoration-skip-ink: none;text-decoration-skip-ink: none;}

address {margin-bottom: 1rem;font-style: normal;line-height: inherit;}
ol,ul,dl {margin: 0;padding: 0;list-style: none;}
ol ol,ul ul,ol ul,ul ol {margin-bottom: 0;}
dt {font-weight: 700;}
dd {margin-bottom: 0.5rem;margin-left: 0;}
blockquote {margin: 0 0 1rem;}
b,strong {font-weight: bolder;}
small,.small {font-size: 0.875em;}
mark,.mark {padding: 0.1875em;background-color: #fff3cd;}
sub,sup {position: relative;font-size: 0.75em;line-height: 0;vertical-align: baseline;}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
pre,code,kbd,samp {font-size: 1em;}
pre {display: block;margin-top: 0;margin-bottom: 1rem;overflow: auto;font-size: 0.875em;}
pre code {font-size: inherit;color: inherit;word-break: normal;}
code {font-size: 0.875em;color: #d63384;word-wrap: break-word;}
a > code {color: inherit;}
kbd {padding: 0.1875rem 0.375rem;font-size: 0.875em;color: #fff;background-color: #6c788c;border-radius: 0.25rem;}
kbd kbd {padding: 0;font-size: 1em;}
figure {margin: 0 0 1rem;}

svg {vertical-align: middle;}



label {display: inline-block;max-width: 100%;margin-bottom: 5px;font-weight: bold;}
button {border-radius: 0;}
button:focus:not(:focus-visible) {outline: 0;}
button,[type=button],[type=reset],[type=submit] {-webkit-appearance: button;}
button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled) {cursor: pointer;}
button{text-transform: none;}

input,button,optgroup,textarea {margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;}

[role=button] {cursor: pointer;}
[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {display: none !important;}
textarea {resize: vertical;}
fieldset {min-width: 0;padding: 0;margin: 0;  border: 0;}
legend {float: left;width: 100%;padding: 0;margin-bottom: 0.5rem;font-size: calc(1.275rem + 0.3vw);line-height: inherit;}
legend + * {clear: left;}
@media (min-width: 1200px) {legend {font-size: 1.5rem;}}

[type=search] {outline-offset: -2px;-webkit-appearance: textfield;}
output {display: inline-block;}
iframe {border: 0;}
summary {display: list-item;cursor: pointer;}
progress {vertical-align: baseline;}
[hidden] {display: none !important;}
.lead {font-size: 1.25rem;font-weight: 300;}
a {color: #6c788c;text-decoration: none;}
a:hover {color: #ee3231;}
a:not([href]):not([class]),
a:not([href]):not([class]):hover {color: inherit;text-decoration: none;}
a,
button,
.btn,
img,
input {-webkit-transition: all 0.3s ease 0s;-o-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;}
a,
a:hover,
a:focus,
a:active,
button,
button:focus,
.btn,
.btn:focus,
input,
input:focus,
textarea,
.swiper-pagination-bullet,
.swiper-slide,
.swiper-button-next,
.swiper-button-prev,
.product-button-next,
.product-button-prev,
.special-deals-button-next,
.special-deals-button-prev {text-decoration: none;outline: 0;-webkit-box-shadow: none;box-shadow: none;}

.special-deals-button-next:focus,
.special-deals-button-prev:focus {text-decoration: none;outline: 0;-webkit-box-shadow: none;box-shadow: none;}
i:focus {outline: none;border: 0;}

.accordion-button:focus {-webkit-box-shadow: none;box-shadow: none;}
img{vertical-align:middle;width: 100%;height: auto;text-align: center;}
.img-full {width: 100%;overflow: hidden;-o-object-fit: cover;object-fit: cover;-o-object-position: center center;object-position: center center;}
.initialism {font-size: 0.875em;text-transform: uppercase;}



/*底层样式结束*/


/*底层样式*/
.btn {
	display: inline-block;
	color: #6c788c;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	border-radius: 10px;
	background-color:#f1f1f1;
	-webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	-o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {-webkit-transition: none;-o-transition: none;transition: none;}
}
.btn:hover {color: #be2827;background-color: #383838;border-color: transparent;}
.btn:active,
.btn.active,
.btn.show {color: #be2827;background-color: #383838;border-color: #383838;}
.btn:active:focus { -webkit-box-shadow: none;box-shadow: none;}

.btn:focus{outline: 0;-webkit-box-shadow: none;box-shadow: none;}
/*
.btn-check:focus + .btn{color: #be2827;background-color: #383838;border-color: transparent;outline: 0;-webkit-box-shadow: 0 0 0 0.25rem rgba(202, 43, 42, .5);box-shadow: 0 0 0 0.25rem rgba(202, 43, 42, .5);}
.btn-check:checked + .btn,
.btn-check:active + .btn,
.btn-check:checked + .btn:focus,
.btn-check:active + .btn:focus,
*/
.btn.active:focus,
.btn.show:focus {-webkit-box-shadow: none;box-shadow: none;}
.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {color: #6c757d;pointer-events: none;background-color: transparent;border-color: #ee3231;opacity: 0.65;}
/* ---Custom Button--- */
.btn-custom-size {padding: 0;width: 105px;height: 35px;line-height: 35px;font-size: 14px;text-transform: uppercase;overflow: hidden;border-radius: 0;position: relative;z-index: 1;}
.btn-custom-size:before {width: 200px;height: 200px;position: absolute;content: "";top: 50%;left: 50%;z-index: -1;-webkit-transform: translate(-50%, -50%) scale(0);-ms-transform: translate(-50%, -50%) scale(0);transform: translate(-50%, -50%) scale(0);-webkit-transition: all 0.3s linear;-o-transition: all 0.3s linear;transition: all 0.3s linear;border-radius: 50%;}
.btn-custom-size:hover {border-color: #071c35;color: #fff;}
.btn-custom-size:hover:before {-webkit-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1);background-color: #071c35;}
/*
.btn-custom-size.lg-size {width: 165px;height: 50px;line-height: 50px;font-size: 16px;}
.btn-custom-size.xl-size {width: 220px;height: 50px;line-height: 50px;font-size: 16px;}
*/

.btn-white {background-color: #fff;color: #ee3231;}
.btn-white:hover {background-color: #ee3231;border-color: #ee3231;color: #fff;}
.btn-white:hover:before {background-color: #ee3231;}
.btn-matterhorn {background-color: #4f4f4f;font-size: 13px;color: #fff;}
.btn-matterhorn:hover {background-color: #ee3231;border-color: #ee3231;color: #fff;}
.btn-matterhorn:hover:before {background-color: #ee3231;}
.btn-primary {color: #fff;background-color: #F4F4F4;}
.btn-primary:focus {border-color: #ee3231;color: #fff;}

.btn-primary-hover{padding: 6px 18px;font-size: 16px;font-weight: 400;line-height: 30px;}
.btn-primary-hover:hover {background-color: #ee3231;border-color: #ee3231;color: #fff;}
.btn-primary-hover:hover i {color: #fff;}

.img-btn {color: #FFFFFF;background-color: #333333;padding: 0 24px; width: 105px;height: 50px;line-height: 50px;font-size: 16px;text-transform: uppercase;overflow: hidden;border-radius: 4px;position: relative;z-index: 1;}
.img-btn:hover {border-color: #071c35;color: #fff;}
.img-btn:focus {outline: 0;-webkit-box-shadow: none;box-shadow: none;}
.img-btn:hover:before {-webkit-transform: translate(-50%, -50%) scale(1);-ms-transform: translate(-50%, -50%) scale(1);transform: translate(-50%, -50%) scale(1);background-color: #071c35;}
/*
.img-btn-hover:hover {background-color: #ee3231;border-color: #ee3231;color: #fff;}
.img-btn-hover:hover i {color: #fff;}
*/
.btn-secondary-hover:hover {background-color: #6c788c;border-color: #6c788c;color: #fff;}
/*
.btn-link {text-decoration: underline;}
.btn-link:focus {color: #ee3231;}
.btn-link:hover {color: #be2827;}
*/
/* ---图片轮番滑块--- */
.swiper-container:hover .custom-button-prev,
.swiper-container:hover .custom-button-next {visibility: visible;opacity: 1;}

/* ---解决滑动滑块边框问题--- */
.swiper-container.border-issue {padding-bottom: 15px;margin-bottom: -15px;}

.fade {-webkit-transition: opacity 0.15s linear;-o-transition: opacity 0.15s linear;transition: opacity 0.15s linear;}
.fade:not(.show) {opacity: 0;}
@media (prefers-reduced-motion: reduce) {.fade {-webkit-transition: none;-o-transition: none;transition: none;}}

.collapsing {height: 0;overflow: hidden;-webkit-transition: height 0.35s ease;-o-transition: height 0.35s ease;transition: height 0.35s ease;}
@media (prefers-reduced-motion: reduce) {
  .collapsing {-webkit-transition: none;-o-transition: none;transition: none;}
}
.collapsing.collapse-horizontal {width: 0;height: auto;-webkit-transition: width 0.35s ease;-o-transition: width 0.35s ease;transition: width 0.35s ease;}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {-webkit-transition: none;-o-transition: none;transition: none;}
}
/*底层样式结束*/

.dropend,
.dropstart{position: relative;}
/*底层样式结束*/

.nav {display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;padding-left: 0;margin-bottom: 0;list-style: none;
}
/*底层样式结束*/


.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {width: 100%;padding: 0 16px;margin: auto;}

@media (min-width: 576px) {.container{max-width:540px}}
@media (min-width: 769px) {.container {max-width: 750px;}}
@media (min-width: 992px) {.container {max-width: 970px;}}
@media (min-width: 1200px) {.container {max-width: 1170px;}}
@media (min-width: 1400px) {.container{max-width:1320px}}
@media (min-width: 1600px) {.container {max-width: 1470px;}}


.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin-top: calc(-1 * 0);
	margin-right: calc(-0.5 * 30px);
	margin-left: calc(-0.5 * 30px);
}
.row > * {
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(30px * 0.5);
	padding-left: calc(30px * 0.5);
	margin-top: 0;
}

.col {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 0%;
	    -ms-flex: 1 0 0%;
	        flex: 1 0 0%;
}

.container-row {margin: 0 16px;}

.col-mm-1,.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,
.col-mm-2,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,
.col-mm-3,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,
.col-mm-4,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,
.col-mm-5,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,
.col-mm-6,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,
.col-mm-7,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,
.col-mm-8,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,
.col-mm-9,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,
.col-mm-10,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,
.col-mm-11,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,
.col-mm-12,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12 {position: relative;min-height: 1px;padding: 0 8px;float: left;}

.col-xs-12 {width: 100%;}
.col-xs-11 {width: 91.66666667%;}
.col-xs-10 {width: 83.33333333%;}
.col-xs-9 {width: 75%;}
.col-xs-8 {width: 66.66666667%;}
.col-xs-7 {width: 58.33333333%;}
.col-xs-6 {width: 50%;}
.col-xs-5 {width: 41.66666667%;}
.col-xs-4 {width: 33.33333333%;}
.col-xs-3 {width: 25%;}
.col-xs-2 {width: 16.66666667%;}
.col-xs-1 {width: 8.33333333%;}
/*320px到768px*/
@media screen and (min-width:320px) and (max-width:768px) {
	.col-mm-12 {width: 100%;}
	.col-mm-11 {width: 91.66666667%;}
	.col-mm-10 {width: 83.33333333%;}
	.col-mm-9 {width: 75%;}
	.col-mm-8 {width: 66.66666667%;}
    .col-mm-7 {width: 58.33333333%;}
    .col-mm-6 {width: 50%;}
    .col-mm-5 {width: 41.66666667%;}
    .col-mm-4 {width: 33.33333333%;}
    .col-mm-3 {width: 25%;}
    .col-mm-2 {width: 16.66666667%;}
    .col-mm-1 {width: 8.33333333%;}
}

@media (min-width: 769px) {
	.col-sm-12 {width: 100%;}
	.col-sm-11 {width: 91.66666667%;}
	.col-sm-10 {width: 83.33333333%;}
	.col-sm-9 {width: 75%;}
	.col-sm-8 {width: 66.66666667%;}
	.col-sm-7 {width: 58.33333333%;}
	.col-sm-6 {width: 50%;}
	.col-sm-5 {width: 41.66666667%;}
	.col-sm-4 {width: 33.33333333%;}
	.col-sm-3 {width: 25%;}
	.col-sm-2 {width: 16.66666667%;}
	.col-sm-1 {width: 8.33333333%;}
}

@media (min-width: 992px) {
	.col-md-12 {width: 100%;}
	.col-md-11 {width: 91.66666667%;}
	.col-md-10 {width: 83.33333333%;}
	.col-md-9 {width: 75%;}
	.col-md-8 {width: 66.66666667%;}
	.col-md-7 {width: 58.33333333%;}
	.col-md-6 {width: 50%;}
	.col-md-5 {width: 41.66666667%;}
	.col-md-4 {width: 33.33333333%;}
	.col-md-3 {width: 25%;}
	.col-md-2 {width: 16.66666667%;}
	.col-md-1 {width: 8.33333333%;}
}
@media (min-width: 1200px) {
	.col-lg-12 {width: 100%;}
	.col-lg-11 {width: 91.66666667%;}
	.col-lg-10 {width: 83.33333333%;}
	.col-lg-9 {width: 75%;}
	.col-lg-8 {width: 66.66666667%;}
	.col-lg-7 {width: 58.33333333%;}
	.col-lg-6 {width: 50%;}
	.col-lg-5 {width: 41.66666667%;}
	.col-lg-4 {width: 33.33333333%;}
	.col-lg-3 {width: 25%;}
	.col-lg-2 {width: 16.66666667%;}
	.col-lg-1 {width: 8.33333333%;}
}

.collapse {display: none;}
.collapse.in {display: block;}
tr.collapse.in {display: table-row;}
tbody.collapse.in {display: table-row-group;}

th {text-align: left;}

.collapsing {position: relative;height: 0;overflow: hidden;-webkit-transition-timing-function: ease;-o-transition-timing-function: ease;transition-timing-function: ease;-webkit-transition-duration: .35s;-o-transition-duration: .35s;transition-duration: .35s;-webkit-transition-property: height, visibility;-o-transition-property: height, visibility;transition-property: height, visibility;}


/*
fieldset {min-width: 0;padding: 0;margin: 0;border: 0;border: 1px solid #c0c0c0;}
fieldset[disabled] .form-control {background-color: #eee;opacity: 1;cursor: not-allowed;}
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {cursor: not-allowed;}
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {cursor: not-allowed;}
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {cursor: not-allowed;}
*/
legend {display: block;width: 100%;padding: 0;margin-bottom: 20px;font-size: 21px;line-height: inherit;color: #333;border: 0;border-bottom: 1px solid #e5e5e5;}



output {display: block;padding-top: 7px;font-size: 14px;line-height: 1.42857143; color: #555;}

/*
textarea.form-control {height: auto;}
textarea.input-sm{height: auto;}
textarea.form-group-sm .form-control{height: auto;}
textarea.input-lg{height: auto;}
textarea.form-group-lg .form-control{height: auto;}
textarea.input-group-lg > .form-control,
textarea.input-group-lg > .input-group-addon,
textarea.input-group-lg > .input-group-btn > .btn{height: auto;}
textarea.input-group-sm > .form-control,
textarea.input-group-sm > .input-group-addon,
textarea.input-group-sm > .input-group-btn > .btn{height: auto;}
*/


input{margin: 0;font: inherit;color: inherit;font-size: inherit;line-height: inherit;}
input[type="checkbox"],
input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;line-height: normal;}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;-webkit-appearance: textfield;}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}
input[type="range"] {display: block;width: 100%;}
input[type="file"] {display: block;}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {outline: thin dotted;outline: 5px auto #000000 -2px;}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled{cursor: not-allowed;}
input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block{width:100%}
input[type="reset"],
input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
input::-moz-focus-inner {padding: 0;border: 0;}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {line-height: 34px;}
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {line-height: 30px;}
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {line-height: 46px;}
}




select {text-transform: none;margin: 0;font-family: inherit;font-size: inherit;line-height: inherit;word-wrap: normal;outline: 0;-webkit-box-shadow: none;box-shadow: none;overflow: visible;}
select:disabled {opacity: 1;}
select[multiple],
select[size] {height: auto;}
select[multiple].input-sm {height: auto;}
select[multiple].input-lg {height: auto;}
select[multiple].form-group-sm .form-control {height: auto;}
select[multiple].form-group-lg .form-control {height: auto;}
select[multiple].input-group-lg > .form-control,
select[multiple].input-group-lg > .input-group-addon,
select[multiple].input-group-lg > .input-group-btn > .btn {height: auto;}
select[multiple].input-group-sm > .form-control,
select[multiple].input-group-sm > .input-group-addon,
select[multiple].input-group-sm > .input-group-btn > .btn {height: auto;}
select.form-group-sm .form-control {height: 30px;line-height: 30px;}
select.form-group-lg .form-control {height: 46px;line-height: 46px;}
select.input-sm {height: 30px;line-height: 30px;}
select.input-lg {height: 46px;line-height: 46px;}
select.input-group-sm > .form-control,
select.input-group-sm > .input-group-addon,
select.input-group-sm > .input-group-btn > .btn {height: 30px;line-height: 30px;}
select.input-group-lg > .form-control,
select.input-group-lg > .input-group-addon,
select.input-group-lg > .input-group-btn > .btn {height: 46px;line-height: 46px;}

/*
.has-feedback {position: relative;}
.has-feedback .form-control {padding-right: 42.5px;}
*/


table {background-color: transparent;border: 1px solid #000000;width: 100%;max-width: 100%;margin: 20px 0;border-spacing:0;overflow-x: auto;}
caption {padding: 8px 0;color: #fff;background-color:#000;font-weight: 600; text-align: center !important;}
caption > strong{font-size: 18px;color: #FFFFFF;}
th {text-align: inherit;text-align: -webkit-match-parent;}
thead,tbody,tfoot,tr,td,th {border:1px solid #333;word-break:break-word;}
table tr td {padding: 20px 10px;}
table tr:nth-child(even) td {background-color: #e3e4e8;}
table tr:nth-child(odd) td {background-color: #f1f2f3;}
.table td{padding:4px 10px;vertical-align:middle;overflow-wrap: break-word;word-break: break-all; }




.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {padding: 4px 8px;line-height: 2;vertical-align:middle;border-top: 1px solid #333333;}
table tr th{padding: 20px 10px;}
table tr th {background-color: #6B747E;olor: #fff;font-weight: bold;text-align: left;}
.table th{padding:4px 10px;vertical-align:middle;overflow-wrap: break-word;word-break: break-all; }
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th{padding: 4px 8px;line-height: 2;vertical-align:middle;border-top: 1px solid #333333;}




.form-control{display:block;width:100%;height:calc(1.5em + .75rem + 2px);padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}


.caret {display: inline-block;width: 0;height: 0;margin-left: 2px;vertical-align: middle;border-top: 4px dashed;border-right: 4px solid transparent;border-left: 4px solid transparent;}
.dropup .btn-lg .caret {border-width: 0 5px 5px;}


.input-group {position: relative;display: table;border-collapse: separate;}
.input-group[class*="col-"] {float: none;padding-right: 0;padding-left: 0;}
.input-group .form-control {position: relative;z-index: 2;float: left;width: 100%;margin-bottom: 0;}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {height: 46px;padding: 10px 16px;font-size: 18px;line-height: 1.3333333;border-radius: 6px;}
.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {height: 30px;padding: 5px 10px;font-size: 12px;line-height: 1.5;border-radius: 3px;}



.input-group-addon,
.input-group-btn,
.input-group .form-control {display: table-cell;}
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {border-radius: 0;}
.input-group-addon,
.input-group-btn {width: 1%;white-space: nowrap;vertical-align: middle;}
.input-group-addon {padding: 6px 12px;font-size: 14px;font-weight: normal;line-height: 1;color: #555;text-align: center;background-color: #eee;border: 1px solid #ccc;border-radius: 4px;}
.input-group-addon.input-sm {padding: 5px 10px;font-size: 12px;border-radius: 3px;}
.input-group-addon.input-lg {padding: 10px 16px;font-size: 18px;border-radius: 6px;}
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {margin-top: 0;}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {border-top-right-radius: 0;border-bottom-right-radius: 0;}
.input-group-addon:first-child {border-right: 0;}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {border-top-left-radius: 0;border-bottom-left-radius: 0;}
.input-group-addon:last-child {border-left: 0;}
.input-group-btn {position: relative;font-size: 0;white-space: nowrap;}
.input-group-btn > .btn {position: relative;}
.input-group-btn > .btn + .btn {margin-left: -1px;}
.input-group-btn > .btn:hover,
.input-group-btn > .btn:focus,
.input-group-btn > .btn:active {z-index: 2;}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {margin-right: -1px;}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {margin-left: -1px;}


/*
.nav {padding-left: 0;margin-bottom: 0;list-style: none;}
*/


.tab-content > .tab-pane {display: none;}
.tab-content > .active {display: block;}


.pager {padding-left: 0;margin: 20px 0;text-align: center;list-style: none;}
.pager li {display: inline;}
.pager li > a,
.pager li > span {display: inline-block;padding: 5px 14px;background-color: #fff;border: 1px solid #ddd;border-radius: 15px;}
.pager li > a:hover,
.pager li > a:focus {text-decoration: none;background-color: #eee;}
.pager .next > a,
.pager .next > span {float: right;}
.pager .previous > a,
.pager .previous > span {float: left;}
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {color: #777;cursor: not-allowed;background-color: #fff;}
.badge {display: inline-block;min-width: 10px;padding: 3px 7px;font-size: 12px;font-weight: bold;line-height: 1;color: #fff;text-align: center;white-space: nowrap;vertical-align: baseline;background-color: #777;border-radius: 10px;}
.badge:empty {display: none;}

a.badge:hover,
a.badge:focus {color: #fff;text-decoration: none;cursor: pointer;}



.close {float: right;font-size: 16px;font-weight: bold;line-height: 1;color: #000;text-shadow: 0 1px 0 #fff;filter: alpha(opacity=20);opacity: .5;}
.close:hover,
.close:focus {color: #000;text-decoration: none;cursor: pointer;filter: alpha(opacity=50);opacity: .5;}
button.close {-webkit-appearance: none;padding: 0;cursor: pointer;background: transparent;border: 0;}

/*
.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after,
.nav:before,
.nav:after,
.pager:before,
.pager:after,
.clearfix:after,
.modal-footer:after {clear: both;}
*/



/*# sourceMappingURL=bootstrap.css.map */

/* ========================================
   全局响应式字体大小设置
   ======================================== */

/* 大屏幕（>1400px）*/
@media screen and (min-width: 1400px) {
  html, body {
    font-size: 16px;
  }
  
  p, li, span,  label, input, textarea, select, button {
    font-size: 15px;
  }
}

/* 中等屏幕（1200px-1400px）*/
@media screen and (min-width: 1200px) and (max-width: 1399px) {
  html, body {
    font-size: 15px;
  }
  
  p, li, span, label, input, textarea, select, button {
    font-size: 14px;
  }
}

/* 小屏幕（992px-1199px）*/
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html, body {
    font-size: 14px;
  }
  
  p, li, span,  label, input, textarea, select, button {
    font-size: 13px;
  }
  
  h1,.h1 { font-size: 36px; }
  h2,.h2 { font-size: 30px; }
  h3,.h3 { font-size: 26px; }
  h4,.h4 { font-size: 22px; }
  h5,.h5 { font-size: 17px; }
  h6,.h6 { font-size: 13px; }
}

/* 平板端（768px-991px）*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  html, body {
    font-size: 13px;
  }
  
  p, li, span, label, input, textarea, select, button {
    font-size: 12px;
  }

  p{
	margin-bottom: 0;
  }
  
  h1,.h1 { font-size: 32px; }
  h2,.h2 { font-size: 28px; }
  h3,.h3 { font-size: 24px; }
  h4,.h4 { font-size: 20px; }
  h5,.h5 { font-size: 16px; }
  h6,.h6 { font-size: 12px; }
}

/* 手机端（<768px）*/
@media screen and (max-width: 767px) {
  html, body {
    font-size: 12px;
  }
  
  p, li, span,  label, input, textarea, select, button {
    font-size: 12px;
  }
  
  h1,.h1 { font-size: 28px; }
  h2,.h2 { font-size: 24px; }
  h3,.h3 { font-size: 20px; }
  h4,.h4 { font-size: 18px; }
  h5,.h5 { font-size: 15px; }
  h6,.h6 { font-size: 12px; }
}