@charset "utf-8";
/* CSS Document */
[v-cloak] {
	display: none!important;
}

body {
	margin: 0;
	font-family: PingFang SC,Lantinghei SC,Helvetica Neue,Helvetica,Arial,Microsoft YaHei,微软雅黑,STHeitiSC-Light,simsun,宋体,WenQuanYi Zen Hei,WenQuanYi Micro Hei,"sans-serif";
	/* font-size: 0.875rem; */
	font-weight: normal;
	line-height: 1.6;
	color: #333;
	background-color: #fff;
}
p{
	font-size: 0.875rem;
}
a {color: #333;text-decoration: none;cursor: pointer;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;}
a,a:focus,a:hover,a:active {outline: 0 !important;text-decoration: none;}
a:hover {color: #f90;text-decoration: none;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {font-weight: normal;}
button{outline:none!important;}
.img-responsive,
.img-fluid,
.media-img {
	border-radius: 3px;
}

/* 公共样式 */
.bg-yellow {
	background: #f90;
}
.img-fluid,
.img-responsive {
	width: 100%;
}
.h10 {
	height: 10px;
	background: #f8f8f9;
}
.ellipsis-1 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
.ellipsis-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}

.ellipsis-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
}
/* .row {
  margin-right: -10px;
  margin-left: -10px;
}

.row > .col,
.row > [class*="col-"] {
  padding-right: 10px;
  padding-left: 10px;
} */


.text-red{
	color: #FF0000;
}
.custom-control-label{
	font-size: 0.875rem;
}
.control-label{
	font-size: 0.875rem;
}
.form-control {
	font-size: 0.875rem;
	height: calc(1.5em + 1rem + 2px);
}
.form-control:focus {
	box-shadow: none;
	border-color: #f90;
}
.form-control.is-valid, .was-validated .form-control:valid {
    border-color: #28a745;
    padding-right: 0.75rem;
    background-image: none;
    
}
.form-control-sm {
  height: calc(1.5em + 0.65rem + 2px);
  font-size: 0.75rem;
}
.form-control-lg {
    font-size: 1rem;
}
.form-check-label{
	font-size: 0.875rem;
}
.btn{
	font-size: 0.875rem;
}
.btn-lg{
	font-size: 1rem;
}
.btn-sm, .btn-group-sm > .btn {
  font-size: 0.75rem;
}
.btn:focus,
.btn.focus {
	box-shadow: none;
}

.btn-warning {
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}

.btn-warning:hover {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:focus,
.btn-warning.focus {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: none;
}

.btn-warning.disabled,
.btn-warning:disabled {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active,
.show>.btn-warning.dropdown-toggle {
	color: #fff;
	background-color: #ffc107;
	border-color: #ffc107;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-warning.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-outline-warning {
	color: #f90;
	border-color: #f90;
}

.btn-outline-warning:hover {
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}

.btn-outline-warning:focus,
.btn-outline-warning.focus {
	box-shadow: none;
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
	color: #ffc107;
	background-color: transparent;
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active,
.show>.btn-outline-warning.dropdown-toggle {
	color: #fff;
	background-color: #f90;
	border-color: #f90;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-warning.dropdown-toggle:focus {
	box-shadow: none;
}
.has-error .help-block,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
	color: #dc3545;
}

.has-error .form-control {
	border-color: #dc3545 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

.has-error .form-control:focus {
	border-color: #dc3545 !important;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(220, 53, 69, .6) !important;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px rgba(220, 53, 69, .6) !important;
}

.has-error .input-group-addon {
	color: #dc3545;
	background-color: #f2dede;
	border-color: #dc3545;
}

.has-error .form-control-feedback {
	color: #dc3545;
}
.badge{
	font-weight: normal;
}
.modal-title{
	font-size: 1rem;
}
/**
 * Swiper 4.5.0
 */
.swiper-container {margin: 0 auto;position: relative;overflow: hidden;list-style: none;padding: 0;/* Fix of Webkit flickering */z-index: 1;}.swiper-container-no-flexbox .swiper-slide {float: left;}.swiper-container-vertical > .swiper-wrapper {-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}.swiper-wrapper {position: relative;width: 100%;height: 100%;z-index: 1;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;-webkit-box-sizing: content-box;box-sizing: content-box;}.swiper-container-android .swiper-slide,.swiper-wrapper {-webkit-transform: translate3d(0px, 0, 0);transform: translate3d(0px, 0, 0);}.swiper-container-multirow > .swiper-wrapper {-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}.swiper-container-free-mode > .swiper-wrapper {-webkit-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;margin: 0 auto;}.swiper-slide {-webkit-flex-shrink: 0;-ms-flex-negative: 0;flex-shrink: 0;width: 100%;height: 100%;position: relative;-webkit-transition-property: -webkit-transform;transition-property: -webkit-transform;-o-transition-property: transform;transition-property: transform;transition-property: transform, -webkit-transform;}.swiper-slide-invisible-blank {visibility: hidden;}/* Auto Height */.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide {height: auto;}.swiper-container-autoheight .swiper-wrapper {-webkit-box-align: start;-webkit-align-items: flex-start;-ms-flex-align: start;align-items: flex-start;-webkit-transition-property: height, -webkit-transform;transition-property: height, -webkit-transform;-o-transition-property: transform, height;transition-property: transform, height;transition-property: transform, height, -webkit-transform;}/* 3D Effects */.swiper-container-3d {-webkit-perspective: 1200px;perspective: 1200px;}.swiper-container-3d .swiper-wrapper,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-cube-shadow {-webkit-transform-style: preserve-3d;transform-style: preserve-3d;}.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-slide-shadow-bottom {position: absolute;left: 0;top: 0;width: 100%;height: 100%;pointer-events: none;z-index: 10;}.swiper-container-3d .swiper-slide-shadow-left {background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-right {background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-top {background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}.swiper-container-3d .swiper-slide-shadow-bottom {background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}/* IE10 Windows Phone 8 Fixes */.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal > .swiper-wrapper {-ms-touch-action: pan-y;touch-action: pan-y;}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical > .swiper-wrapper {-ms-touch-action: pan-x;touch-action: pan-x;}.swiper-button-prev,.swiper-button-next {position: absolute;top: 50%;width: 27px;height: 44px;margin-top: -22px;z-index: 10;cursor: pointer;background-size: 27px 44px;background-position: center;background-repeat: no-repeat;}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {opacity: 0.35;cursor: auto;pointer-events: none;}.swiper-button-prev,.swiper-container-rtl .swiper-button-next {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left: 10px;right: auto;}.swiper-button-next,.swiper-container-rtl .swiper-button-prev {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right: 10px;left: auto;}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");}.swiper-button-lock {display: none;}.swiper-pagination {position: absolute;text-align: center;-webkit-transition: 300ms opacity;-o-transition: 300ms opacity;transition: 300ms opacity;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);z-index: 10;}.swiper-pagination.swiper-pagination-hidden {opacity: 0;}/* Common Styles */.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 10px;left: 0;width: 100%;}/* Bullets */.swiper-pagination-bullets-dynamic {overflow: hidden;font-size: 0;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);position: relative;}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {-webkit-transform: scale(0.66);-ms-transform: scale(0.66);transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {-webkit-transform: scale(0.66);-ms-transform: scale(0.66);transform: scale(0.66);}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {-webkit-transform: scale(0.33);-ms-transform: scale(0.33);transform: scale(0.33);}.swiper-pagination-bullet {width: 8px;height: 8px;display: inline-block;border-radius: 100%;background: #fff;opacity: 0.2;}button.swiper-pagination-bullet {border: none;margin: 0;padding: 0;-webkit-box-shadow: none;box-shadow: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;}.swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}.swiper-pagination-bullet-active {opacity: 1;background: #eee;}.swiper-container-vertical > .swiper-pagination-bullets {right: 10px;top: 50%;-webkit-transform: translate3d(0px, -50%, 0);transform: translate3d(0px, -50%, 0);}.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 8px;}.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;-webkit-transition: 200ms top, 200ms -webkit-transform;transition: 200ms top, 200ms -webkit-transform;-o-transition: 200ms transform, 200ms top;transition: 200ms transform, 200ms top;transition: 200ms transform, 200ms top, 200ms -webkit-transform;}.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);white-space: nowrap;}.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transition: 200ms left, 200ms -webkit-transform;transition: 200ms left, 200ms -webkit-transform;-o-transition: 200ms transform, 200ms left;transition: 200ms transform, 200ms left;transition: 200ms transform, 200ms left, 200ms -webkit-transform;}.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {-webkit-transition: 200ms right, 200ms -webkit-transform;transition: 200ms right, 200ms -webkit-transform;-o-transition: 200ms transform, 200ms right;transition: 200ms transform, 200ms right;transition: 200ms transform, 200ms right, 200ms -webkit-transform;}/* Progress */.swiper-pagination-progressbar {background: rgba(0, 0, 0, 0.25);position: absolute;}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {background: #007aff;position: absolute;left: 0;top: 0;width: 100%;height: 100%;-webkit-transform: scale(0);-ms-transform: scale(0);transform: scale(0);-webkit-transform-origin: left top;-ms-transform-origin: left top;transform-origin: left top;}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {-webkit-transform-origin: right top;-ms-transform-origin: right top;transform-origin: right top;}.swiper-container-horizontal > .swiper-pagination-progressbar,.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {width: 100%;height: 4px;left: 0;top: 0;}.swiper-container-vertical > .swiper-pagination-progressbar,.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {width: 4px;height: 100%;left: 0;top: 0;}.swiper-pagination-white .swiper-pagination-bullet-active {background: #ffffff;}.swiper-pagination-progressbar.swiper-pagination-white {background: rgba(255, 255, 255, 0.25);}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {background: #ffffff;}.swiper-pagination-black .swiper-pagination-bullet-active {background: #000000;}.swiper-pagination-progressbar.swiper-pagination-black {background: rgba(0, 0, 0, 0.25);}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {background: #000000;}.swiper-pagination-lock {display: none;}/* Scrollbar */.swiper-scrollbar {border-radius: 10px;position: relative;-ms-touch-action: none;background: rgba(0, 0, 0, 0.1);}.swiper-container-horizontal > .swiper-scrollbar {position: absolute;left: 1%;bottom: 3px;z-index: 50;height: 5px;width: 98%;}.swiper-container-vertical > .swiper-scrollbar {position: absolute;right: 3px;top: 1%;z-index: 50;width: 5px;height: 98%;}.swiper-scrollbar-drag {height: 100%;width: 100%;position: relative;background: rgba(0, 0, 0, 0.5);border-radius: 10px;left: 0;top: 0;}.swiper-scrollbar-cursor-drag {cursor: move;}.swiper-scrollbar-lock {display: none;}.swiper-zoom-container {width: 100%;height: 100%;display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;text-align: center;}.swiper-zoom-container > img,.swiper-zoom-container > svg,.swiper-zoom-container > canvas {max-width: 100%;max-height: 100%;-o-object-fit: contain;object-fit: contain;}.swiper-slide-zoomed {cursor: move;}/* Preloader */.swiper-lazy-preloader {width: 42px;height: 42px;position: absolute;left: 50%;top: 50%;margin-left: -21px;margin-top: -21px;z-index: 10;-webkit-transform-origin: 50%;-ms-transform-origin: 50%;transform-origin: 50%;-webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;animation: swiper-preloader-spin 1s steps(12, end) infinite;}.swiper-lazy-preloader:after {display: block;content: '';width: 100%;height: 100%;background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position: 50%;background-size: 100%;background-repeat: no-repeat;}.swiper-lazy-preloader-white:after {background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");}@-webkit-keyframes swiper-preloader-spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}@keyframes swiper-preloader-spin {100% {-webkit-transform: rotate(360deg);transform: rotate(360deg);}}/* a11y */.swiper-container .swiper-notification {position: absolute;left: 0;top: 0;pointer-events: none;opacity: 0;z-index: -1000;}.swiper-container-fade.swiper-container-free-mode .swiper-slide {-webkit-transition-timing-function: ease-out;-o-transition-timing-function: ease-out;transition-timing-function: ease-out;}.swiper-container-fade .swiper-slide {pointer-events: none;-webkit-transition-property: opacity;-o-transition-property: opacity;transition-property: opacity;}.swiper-container-fade .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-cube {overflow: visible;}.swiper-container-cube .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;visibility: hidden;-webkit-transform-origin: 0 0;-ms-transform-origin: 0 0;transform-origin: 0 0;width: 100%;height: 100%;}.swiper-container-cube .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-cube.swiper-container-rtl .swiper-slide {-webkit-transform-origin: 100% 0;-ms-transform-origin: 100% 0;transform-origin: 100% 0;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-prev,.swiper-container-cube .swiper-slide-next + .swiper-slide {pointer-events: auto;visibility: visible;}.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}.swiper-container-cube .swiper-cube-shadow {position: absolute;left: 0;bottom: 0px;width: 100%;height: 100%;background: #000;opacity: 0.6;-webkit-filter: blur(50px);filter: blur(50px);z-index: 0;}.swiper-container-flip {overflow: visible;}.swiper-container-flip .swiper-slide {pointer-events: none;-webkit-backface-visibility: hidden;backface-visibility: hidden;z-index: 1;}.swiper-container-flip .swiper-slide .swiper-slide {pointer-events: none;}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active {pointer-events: auto;}.swiper-container-flip .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right {z-index: 0;-webkit-backface-visibility: hidden;backface-visibility: hidden;}.swiper-container-coverflow .swiper-wrapper {/* Windows 8 IE 10 fix */-ms-perspective: 1200px;}

/* iconfont */
/* 头部 */
.header {
	background: #fbfbfb;
	padding: 0.125rem 1rem;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 126;
}
.placeholder-height{
	height: 60px;
}

.header .navbar-toggler .icon-bar {
	background-color: #333;
}

.header .navbar-nav .nav-link {
	color: #333;
}

.header .navbar-nav .nav-link:hover,
.header .navbar-nav .nav-link:focus {
	color: #f90;
}


.header .navbar-nav .nav-link {
	padding: 0.9375rem 1rem;
	font-size: 1rem;
}

.header .head-menu .nav-link {
	padding: 0.8125rem 0;
}

.header .navbar-brand img {
	width: 132px;
}

.header .navbar-nav .nav-item a:hover,
.header .navbar-nav .nav-item a:focus,
.header .navbar-nav .nav-item a.active {
	color: #f90
}
.header .navbar-nav .nav-item .dropdown-menu {
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .05);
	background: #fff;
	
	border: 0;
	border-top: #f90 solid 2px;
	border-radius: 0;
	
}

.header .navbar-nav .nav-item .dropdown-menu a {
	font-size: 0.875rem;
	padding: 0.25rem 1rem;
	margin: 0;
	display: block;
}
@media (min-width: 992px) {
	.animated_dropdown{
		position: absolute;
		top: 70px;
		left: 0;
		min-width: 5.625rem;
		z-index: 99;
		display: block;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all .3s ease-in-out;
		transition: all .3s ease-in-out;
		text-align: center;
	}
	.header .navbar-nav .nav-item:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
		top: 100%
	}
}


.header .navbar-nav .nav-item .dropdown-menu a:hover,
.header .navbar-nav .nav-item .dropdown-menu a:focus,
.header .navbar-nav .nav-item .dropdown-menu a.active {
	color: #f90;
	background-color: #F8F8F9;
}

.header .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
	position: absolute;
	left: -100%;
	top: 0;
	opacity: 0 !important;
	visibility: hidden !important
}

.header .navbar-nav .nav-item:last-child .dropdown-menu {
	left: auto;
	right: 0
}

.navbar-toggler {
	padding: 0;
	outline: none;
	border: none;
}

.navbar-toggler-icon {
	display: inline-block;
	width: 20px;
	height: 2px;
	background: #000;
	position: relative;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
}

.navbar-toggler-icon:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -7px;
	width: 100%;
	height: 2px;
	background: #000;
	border-radius: 4px;
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	backface-visibility: hidden;
}

.navbar-toggler-icon:after {
	content: '';
	position: absolute;
	left: 0px;
	bottom: -7px;
	width: 100%;
	height: 2px;
	background: #000;
	border-radius: 4px;
	transition: all 0.35s ease-out;
	-webkit-transition: all 0.35s ease-out;
	backface-visibility: hidden;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon {
	background: rgba(0, 0, 0, 0);
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 0px;
}

.navbar-toggler:not(.collapsed) .navbar-toggler-icon:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	bottom: 0px;
}

.msearch{
	font-size: 1rem;
	cursor: pointer;
}
.msearch i {
	font-size: 1.125rem;
	font-weight: bold;
}

/* @media (min-width: 768px) {
	.header .nav-item.dropdown:hover>.dropdown-menu {
		display: block;
	}

} */

a.nav-head img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}
/*搜索弹出层*/
.search-box {
	background-color: #fff;
}

.search-box .modal-content,.search-box .modal-header {
	border: 0;
}
.search-box .form-control:focus{
	border-color: #f90;
}

/* sousuo */
.nav-search-box {
	position: relative;
}

.nav-search-btn {
	border: 0;
	background: #fff;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 16px;
	font-weight: bold;
	outline: none;
}

.nav-search-btn i {
	font-weight: bold;
}


.loginbox span {
	margin-left: 10px;
}

.navbar-user {
	font-size: 0.875rem;
}

.navbar-user .navbar-nav .nav-link {
	padding: 1.25rem 1rem;
	font-size: 0.875rem;
}

@media (max-width: 767px) {
	.header .navbar-brand img {
		margin: auto;
		width: 90px;
		padding: 0.5rem 0;
	}
	.header .navbar-nav .nav-link {
		padding: 0.5rem 0;
	}

	.header .head-menu .nav-link {
		padding: 0.5rem 0;
	}

	.placeholder-height {
		height: 0px;
	}

	.fixed-top {
		/* position: static; */
	}
	.header{
		position: static;
	}

	.loginbox {
		float: none;
		text-align: center;
		overflow: hidden;
		border-top: #e5e5e5 solid 1px;
	}

	.loginbox .nav-login>a,
	.loginbox .nav-signup>a {
		border-radius: 3px;
		padding: 8px 40px;
		font-size: 14px;
		line-height: 20px;
		text-align: center;
		margin: 8px 15px;
	}

	.loginbox .nav-login>a {
		border: #f90 solid 1px;
		color: #f90;
	}

	.loginbox .nav-signup>a {
		border: #f90 solid 1px;
		background: #f90;
		color: #fff;
	}

	.loginbox a.nav-head {
		padding: 10px 15px;
	}

}

/* 头部end */
/*Footer-v1
------------------------------------*/
.footer_wrap .footer {
	padding: 40px 0 20px 0;
	background: #2B2D32;
}

.footer_wrap .footer .footer-logo {
	width: 160px;
}

.footer_wrap .footer p {
	font-size: 0.875rem;
	color: #eee;
}

.footer_wrap .foot-about {
	margin: 0;
}

.foot-about a {
	font-size: 0.875rem;
	color: #eee;
	margin-right: 20px;
	margin-bottom: 1rem;
	display: inline-block;
}

.foot-about a:hover {
	color: #f90;
}

.foot-ewm img {
	margin-bottom: 10px;
}

/*Copyright*/
.footer_wrap .copyright {
	background: #1E1E1E;
	border-top: none;
	padding: 10px 0 5px;
}

.footer_wrap .copyright p {
	color: #eee;
	margin-top: 14px;
	font-size: 12px;
}

.footer_wrap .copyright a {
	color: #eee;
}

.footer_wrap .pc_inline {
	margin-left: 5px;
	margin-right: 5px;
}

@media (max-width: 767px) {
	.footer_wrap .footer {
		padding: 20px 0;
	}

	.footer_wrap .footer a {
		font-size: 0.75rem;
		margin-right: 0.3rem;
	}

	.footer_wrap .footer h2 {
		font-size: 1.125rem;
	}

	.footer_wrap .footer p {
		margin-bottom: 0px;
	}

	.footer_wrap .copyright p {
		font-size: 0.75rem;
		text-align: center;
		margin-top: 8px;
	}
}

.head-title {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	/* height: 44px; */
	line-height: 1;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}

.head-title-title {
	font-size: 18px;
}

.head-title-more a {
	font-size: 12px;
	color: #777777;
}
/*栏目标题样式*/
.heading {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	/* height: 44px; */
	line-height: 1;
	width: 100%;
	margin-top: 1.5rem;
	margin-bottom: 1rem;
}
.heading:after{
	border: 0!important;
}

.heading-title {
	font-size: 1.125rem;
	margin-bottom: 0;
}
.heading-column-title {
	font-size: 1.125rem;
}
.heading-more .btn-sm{
	padding: 0.25rem 0.5rem;
	font-size: .75rem;
	line-height: 1;
	border-radius: 0.125rem;
}

.headline {
    border-bottom: 1px solid #e4e9f0;
    display: block;
    margin: 10px 0 20px;
}
.headline h2 {
    font-size: 1.125rem;
	color:#f60;
	border-bottom: 2px solid #f60;
	display: inline-block;
	margin: 0 0 -2px;
	padding-bottom: 10px;
}

.headline .head-more {
	font-size: 0.75rem;
}

.info-more {
	font-size: 0.75rem;
	color: #787878;
	position: relative;
	display: inline-block;
}
.info-more:hover {
	color: #f90;
}

.info-more::after {
	content: ' ';
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-left: 7px solid #f90;
	border-bottom: 4px solid transparent;
	display: inline-block;
	margin-left: 5px;
}
.info-more-span {
	font-size: 0.75rem;
	color: #787878;
	position: relative;
	display: inline-block;
	cursor: pointer;
}
.info-more-span:hover {
	color: #f90;
}
.headline-center{
	margin-bottom: 30px;
	text-align: center;
}
.headline-center::after{
	content: '';
	display: inline-block;
	border-top: #f90 solid 4px;
	width:3rem;
}
.headline-center-title{
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 0;
}
.info-block-more {
	font-size: 0.75rem;
	color: #f90;
	border: #f90 solid 1px;
	border-radius: 2px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	position: relative;
	display: block;
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-ms-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}
.info-block-more:hover{
	color: #fff;
	background-color: #f90;
	border: #f90 solid 1px;
}
.pc-kxlist .more{
	margin-left: 20px;
}

/* 首页 */
.slide .swiper-pagination,
.m-slide .swiper-pagination {
	text-align: right;
	padding-right: 10px;
}

.slide .img-responsive,.slide .img-fluid {
	width: 750px;
	height: 422px;
}

.recommend .media-heading {
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0.5rem;
}
.recommend .toutiao {
	font-size: 1.5rem;
	font-weight: bold;
	color: #202A6D;
	line-height: 1.2;
	margin-top: 0px;
	margin-bottom: 0.5rem;
}

.recommend p {
	font-size: 0.875rem;
	color: #787878;
	margin-bottom: 0;
}

.recommend time {
	font-size: 0.75rem;
	color: #a7a7a7;
}

.recommend-img {
	width: 276px;
	height: 155px;
}
@media (max-width: 767px) {
	.recommend .media-heading {
		color: #202A6D;
		margin-top: 0px;
	}
	.recommend-img {
		width: 8.75rem;
		height: 4.9375rem;
	}
}
.news-card{
	border: 0;
	margin-bottom: 1.25rem;
}
.news-card .card-body{
	background-color: #F7F7F7;
	padding: 0.5rem 0.625rem;
}
.news-card .card-title{
	font-size: 0.875rem;
	line-height: 24px;
	height: 50px;
	overflow: hidden;
	margin: 0;
	
}
.index-latest .recommend-img {
	width: 240px;
	height: 140px;
}

/*Image Hover v1*/
.img-hover,
.img-hover-v2 {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}

.img-hover:after {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: " ";
	position: absolute;
	background: none;
}

.img-hover img,
.img-hover:after,
.img-hover-v2 img,
.img-hover:after {
	transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}

.img-hover:hover img,
.img-hover-v2:hover img {
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}



/* 快讯 */

/* PC新版快讯 */
.pc-kxlist{
	margin-bottom: 1rem;
	overflow: hidden;
}
.pc-kxlist ul,.pc-kxlist ul>li{
	position: relative;
}
.pc-kxlist ul:before {
	top: 0px;
	bottom: 0px;
	position: absolute;
	content: " ";
	width: 2px;
	background-color: #fff3cd;
	left: 5px;
}
.pc-kxlist ul>li{
	padding-left: 20px;
	margin-bottom: 1rem;
	position: relative;
}
.pc-kxlist ul>li:before {
	position: absolute;
	content: " ";
	display: block;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: #f90 solid 4px;
	border-radius: 50%;
	left: 0;
	top: 4px;
	
}

.pc-kxlist .title-text {
	font-size: 0.875rem;
	color: #333;
	line-height: 1.5;
	margin-top: 0;
	position: relative;
	margin-bottom: 0;
	cursor: pointer;
}
.pc-kxlist .title-text:hover{
	color: #f90;
}

.kxlist-item-title p {
	font-size: 0.75rem;
	color: #999;
	margin-bottom: 0.375rem;
}
.kx-collapse{
	background-color: #f8f9fa;
	padding: 0.625rem;
	font-size: 0.75rem;
	line-height: 1.5;
	margin-top: 0.3125rem;
}
.kx-collapse p{
	font-size: 0.75rem;
	color: #6c757d;
	margin: 0;
}
.kx-collapse p:last-child{
	margin-top: 0.625rem;
}
.kx-collapse p a{
	color: #6E7AD5;
}

h2.intelligence-item-title{
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* end */
/* 首页企业号列表 */
.qiyehao-item{
	align-items: center;
	margin-bottom: 1.25rem;
}


.qiyehao-item .media-heading {
	font-size: 14px;
	line-height: 18px;
	/* height: 36px; */
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.qiyehao-item p {
	font-size: 12px;
	color: #999;
	margin: 0;
}

.comlist {
	/* border-bottom: #ddd solid 1px; */
	padding-bottom: 1rem;
	padding-top: 0px;
}

.comlist .media-object {
	width: 107px;
	height: 60px;
	border-radius: 4px;
}

.comlist .media-body {
	height: 60px;
}

.comlist .media-heading {
	font-size: 0.875rem;
	line-height: 18px;
	/* height: 36px; */
	overflow: hidden;
	margin-bottom: 0.5rem;
}

.comlist p {
	font-size: 12px;
	color: #999;
	line-height: 1;
	margin: 0;
}

.comad img {
	width: 165px;
	height: 78px;
}
#kxbox{
	position: sticky;
	position: -webkit-sticky;
	top: 70px;
}



@media (max-width: 767px) {
	.pos-title {
		display: flex;
		justify-content: space-between;
		position: relative;
		margin-bottom: 1rem;
	}

	.pos-title:before {
		content: ' ';
		width: 5px;
		height: 18px;
		background: #f90;
		position: absolute;
		left: 0;
		top: 1px;
	}

	.pos-title h2 {
		font-size: 1.125rem;
		margin: 0;
		padding-left: 15px;
		position: relative;
	}

	.title-more {
		font-size: 0.75rem;
		color: #999;
	}

	.title-more:after {
		font-family: "iconfont";
		content: '\e6a3';
		font-size: 0.75rem;
	}
	.slide .img-responsive,.slide .img-fluid {
		width: 100%;
		height: 13.125rem;
	}
}

.m-banneritem {
	display: block;
	position: relative;
}

.m-slide .img-responsive,.m-slide .img-fluid {
	width: 100%;
	height: 13.125rem;
}

.m-banneritem p {
	font-size: 0.875rem;
	font-weight: normal;
	color: #fff;
	line-height: 1.5;
	width: 100%;
	margin: 0;
	padding: 10px 15px;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
}

.m-kxlist {
	margin-left: 15px;
	margin-right: 15px;
	height: 100px;
}

.m-kxitem {
	font-size: 1rem;
	padding: 10px 0;
	display: block;
}

.m-kxitem:hover {
	color: #333;
}

.m-kxitem h4 {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.4;
	height: 50px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.m-kxitem time {
	font-size: 0.75rem;
	color: #999;
	margin: 0;
	padding: 0;
	display: block;
}

/* WAP新版快讯&热闻榜 */
.m-kxbox .kxlist {
	margin-bottom: 10px;
}

.m-kxbox .nav-tabs .nav-item {
	padding-left: 1rem;
	padding-right: 1rem;
}

.m-kxbox .nav-tabs .nav-link {
	padding: 0.625rem 0;
	font-size: 1.125rem;
	color: #999;
	position: relative;
	border: none;
	outline: none;
	display: inline-flex;
	align-items: center;
}

.m-kxbox .nav-tabs .nav-link:hover {
	color: #f90;
}

.nav-tabs .nav-link:before,
.nav-tabs .nav-link:after {
	position: absolute;
	content: '';
}

.m-kxbox .nav-tabs .nav-link:after {
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background: #f90;
	opacity: 0;
}

.m-kxbox .nav-tabs .nav-link.active {
	color: #f90;
	border: none;
	background-color: transparent;
}

.m-kxbox .nav-tabs .nav-link.active:after {
	opacity: 1;
}

.hot-index .hotitem:last-child {
	border-bottom: 0 !important;
	padding-bottom: 0 !important;
}

/* 移动端左右滑动 */
.m-slide-column {
	display: flex;
	flex-direction: column;
	position: relative;
	background: #fff;
	padding: 1rem 0;
	border-bottom: 1px solid #EEEEEE;
}


.column-box {
	overflow-x: auto;
	position: relative;
	-webkit-overflow-scrolling: touch;
	padding-bottom: 0.1875rem;
	margin-top: -0.1875rem;
	transform: translateY(0.1875rem);
	margin-right: -15px;
}

.column-box::-webkit-scrollbar {
	display: none
}

.column-list {
	white-space: nowrap;
	display: flex;
	flex-wrap: nowrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.column-item {
	margin-right: 1rem;
	position: relative;
	width: 12.5rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.column-item-card {
	display: flex;
	justify-content: flex-start;
	flex-direction: column;
}

.column-item-card .card-img {
	width: 100%;
	position: relative;
	border-radius: 0;
	overflow: hidden;
}

.column-item-card .card-img img {
	width: 200px;
	height: 120px;
	border-radius: 3px;
	min-width: 200px;
}

.column-item-card .card-title {
	font-size: 1rem;
	line-height: 1.5;
	color: #333;
	white-space: break-spaces;
	margin-top: 10px;
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	word-wrap: break-word;
	white-space: normal;
}

.card-bottom {
	display: flex;
	justify-content: space-between;
	font-size: 0.75rem;
	color: #999;
}

/* 新版手机直播 */
.m-live-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

/* 手机首页企业库 */
.m-slide-column .media {
	margin: 0 !important;
	padding: 0 !important;
}

.m-slide-column .media:after {
	height: 0 !important;
}

.m-slide-column .media-body {
	height: auto !important;
}

.m-slide-column .media-body .com-name {
	margin: 0 !important;
	padding: 0 !important;
}

.m-slide-column .media-body p {
	margin: 0 !important;
	padding: 0 !important;
}


.m-newslist {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 0px 15px;
}

.m-newslist .media {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10px;
	margin-top: 10px;
	position: relative;
}

.m-newslist .media:after {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 0;
	left: 0px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #e9eaec;
}

/* .m-newslist .media:last-child:after{
	height: 0px;
} */
.m-newslist .media:hover,
.m-newslist .media:focus {
	color: #333;
}

.m-newslist .media-img {
	width: 8.75rem;
	height: 4.9375rem;
	margin-left: 0.625rem;
	border-radius: 3px;
}

.m-newslist .media-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 5.9375rem;
}

.m-newslist .media-heading {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: 500;
	margin-bottom: 0.5rem;
}

.m-newslist .media-foot {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.m-newslist .media-foot span,
.m-newslist .media-foot time {
	font-size: 0.75rem;
	color: #999;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.media-more {
	font-size: 0.875rem;
	color: #f90;
	text-align: center;
	padding: 10px 20px;
}

.m-newslist .mcard {
	display: block;
	position: relative;
	border: 0;
	border-radius: 0;
}

.m-newslist .mcard-img {
	width: 100%;
	height: 12.5rem;
	border-radius: 3px;
}

.m-newslist .mcard-body {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	padding: 15px 10px;
}

.m-newslist .mcard-heading {
	font-size: 1rem;
	line-height: 1.5;
	font-weight: normal;
	color: #fff;
}

.m-newslist .mcard-foot {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.m-newslist .mcard-foot span,
.m-newslist .mcard-foot time {
	font-size: 0.75rem;
	color: #999;
	line-height: 1;
	margin: 0;
	padding: 0;
}

/* 加载中 */
.loading {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 50px;
}

.loading-text {
	font-size: 0.875rem;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom;
	border: 2px solid #f90;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
	margin-right: 10px;

}

.jx-badge {
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.1875rem 0.5rem;
	color: #ffffff;
	background-color: #dd524d;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 0.25rem;
	display: inline-block;
}
.qb-badge {
	font-size: 0.625rem;
	line-height: 1;
	padding: 0.1875rem 0.5rem;
	color: #ffffff;
	background-color: #007AFC;
	border-radius: 2px;
	vertical-align: middle;
	margin-right: 0.25rem;
	display: inline-block;
}

.content {
	padding-top: 30px;
	padding-bottom: 30px;
}

.about-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}

.about-text p {
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
	margin-bottom: 20px;
}

.about-hxnl {
	background: url(../images/about_hxnl_bg.png) no-repeat center center;
	width: 362px;
	height: 333px;
	margin: auto;
	position: relative;
	float: none;
}

.about-hxnl h3 {
	font-size: 20px;
}

.about-hxnl-text p {
	font-size: 16px;
	line-height: 25px;
	padding: 0;
	margin: 0;

}

.about-hxnl-text.hxnl1 p {
	background: url(../images/about_hxnl_icon1.png) no-repeat 325px 6px;
	padding-right: 20px;
}

.about-hxnl-text.hxnl2 p {
	background: url(../images/about_hxnl_icon2.png) no-repeat 0px 6px;
	padding-left: 20px;
}

.about-hxnl-text.hxnl3 p {
	background: url(../images/about_hxnl_icon3.png) no-repeat 0px 6px;
	padding-left: 20px;
}

@media (max-width: 767px) {
	.about-hxnl {
		display: block;
		background: none;
		width: 100%;
		height: auto;
	}

	.about-hxnl-text.hxnl1 p {
		padding-left: 20px;
		padding-right: 0px;
		background: url(../images/about_hxnl_icon2.png) no-repeat 0px 6px;
	}
}

@media (min-width: 767px) {
	.about-hxnl-text.hxnl1 {
		position: absolute;
		left: -362px;
		bottom: 20px;
		text-align: right;
		width: 340px;
	}

	.about-hxnl-text.hxnl2 {
		position: absolute;
		left: 282px;
		top: 0px;
		width: 464px;
	}

	.about-hxnl-text.hxnl3 {
		position: absolute;
		left: 376px;
		bottom: 20px;
		width: 354px;
	}
}

@media (min-width:768px) and (max-width: 1000px) {
	.about-hxnl-text.hxnl1 p {
		background: url(../images/about_hxnl_icon1.png) no-repeat 265px 6px;
	}

	.about-hxnl-text.hxnl1 {
		left: -288px;
		width: 280px;
	}

	.about-hxnl-text.hxnl2 {
		width: 372px;
	}

	.about-hxnl-text.hxnl3 {
		width: 275px;
	}
}

.about-ryzz-main {
	width: 1387px;
}

.about-ryzz {
	background: url(../images/about_ryzz.png) repeat-y center 3px;

}

.about-ryzz p {
	font-size: 16px;
	line-height: 41px;
	margin: 0;
	padding: 0;
}

/*Timeline v1
------------------------------------*/
.timeline-v1 {
	padding: 20px 0;
	list-style: none;
	position: relative;
}

.timeline-v1:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #B8B8B8;
	left: 50%;
	margin-left: -1.5px;
}

.timeline-v1>li {
	margin-bottom: 60px;
	position: relative;
	width: 50%;
	float: left;
	clear: left;
	text-align: right;
}

.timeline-v1>li:before,
.timeline-v1>li:after {
	content: " ";
	display: table;
}

.timeline-v1>li:after {
	clear: both;
}

.timeline-v1>li>.timeline-panel {
	width: 100%;
	float: left;
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}


.timeline-v1>li>.timeline-badge {
	color: #ccc;
	background: #fff;
	box-shadow: 0 0 0 4px #B8B8B8;
	width: 8px;
	height: 8px;
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: 13px;
	right: -3px;
	z-index: 9;

}

.timeline-v1>li>.timeline-badge i:hover {
	color: #72c02c;
}

.timeline-v1>li.timeline-inverted>.timeline-panel {
	float: right;
}

.timeline-v1>li.timeline-inverted>.timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}

.timeline-v1>li.timeline-inverted>.timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}

.timeline-v1>li>.timeline-panel .timeline-heading {
	padding: 5px;
	font-size: 18px;
	font-weight: bold;
}

.timeline-v1 .timeline-body {
	font-size: 16px;
}

.timeline-v1 .timeline-footer {
	padding: 7px 12px;
	overflow: hidden;
	border-top: 1px solid #ccc;
}

.timeline-v1 .timeline-footer .blog-info {
	float: left;
}

.timeline-v1 .timeline-footer .blog-info i {
	color: #777;
}

.timeline-v1 .timeline-footer .likes {
	float: right;
}

.timeline-v1 .timeline-footer .likes i {
	margin-right: 2px;
	color: #777;
}

.timeline-v1 .timeline-footer .likes:hover {
	text-decoration: none;
	color: inherit;
}

.timeline-v1 .timeline-footer .likes:hover i {
	color: #72c02c;
}

.timeline-v1>li.timeline-inverted {
	float: right;
	clear: right;
	margin-bottom: 60px;
	text-align: left;
}

.timeline-v1>li:nth-child(2) {
	margin-top: 60px;
	text-align: left;
}

.timeline-v1>li:last-child {
	margin-top: 0px;
	margin-bottom: 0px;
}

.timeline-v1>li.timeline-inverted>.timeline-badge {
	left: -5px;
}

@media (max-width: 992px) {
	.timeline-v1>li>.timeline-panel:before {
		top: 31px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #ccc;
		border-bottom: 11px solid transparent;
	}

	.timeline-v1>li>.timeline-panel:after {
		top: 32px;
		right: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-bottom: 10px solid transparent;
	}

	.timeline-v1>li.timeline-inverted>.timeline-panel:before {
		border-right-width: 11px;
		left: -11px;
	}

	.timeline-v1>li.timeline-inverted>.timeline-panel:after {
		border-right-width: 10px;
		left: -10px;
	}

}

@media (max-width: 767px) {
	ul.timeline-v1:before {
		left: 20px;
	}

	ul.timeline-v1>li {
		margin-bottom: 20px;
		position: relative;
		width: 100%;
		float: left;
		clear: left;
		text-align: left;
	}

	ul.timeline-v1>li>.timeline-panel {
		width: calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: -webkit-calc(100% - 30px);
	}

	ul.timeline-v1>li>.timeline-badge {
		left: 16px;
		margin-left: 0;
		top: 16px;
	}

	ul.timeline-v1>li>.timeline-panel {
		float: right;
	}

	ul.timeline-v1>li>.timeline-panel:before {
		top: 27px;
		right: -12px;
		border-top: 12px solid transparent;
		border-left: 12px solid #ccc;
		border-bottom: 12px solid transparent;
	}

	ul.timeline-v1>li>.timeline-panel:after {
		top: 28px;
		right: -11px;
		border-top: 11px solid transparent;
		border-left: 11px solid #fff;
		border-bottom: 11px solid transparent;
	}

	ul.timeline-v1>li>.timeline-panel:before {
		border-left-width: 0;
		border-right-width: 12px;
		left: -12px;
		right: auto;
	}

	ul.timeline-v1>li>.timeline-panel:after {
		border-left-width: 0;
		border-right-width: 11px;
		left: -11px;
		right: auto;
	}

	.timeline-v1>li.timeline-inverted {
		float: left;
		clear: left;
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.timeline-v1>li.timeline-inverted>.timeline-badge {
		left: 16px;
	}
}

.pc_right_ad img{
	margin-bottom: 1rem;
}
.article-item {
	border-bottom: #ededed solid 1px;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
}

.article-item .media-img {
	width: 277px;
	height: 156px;
}

.article-item .media-body {
	/* height: 156px; */
	min-height: 156px;
}

.article-item h2 {
	font-size: 1.25rem;
	font-weight: bold;
	color: #000;
	line-height: 1.2;
}

.article-item h2 a {
	color: #000;
}

.article-item h2 a:hover {
	color: #f90;
}

.article-item time {
	font-size: 0.875rem;
	color: #bbb;
	display: block;
}

.article-item p {
	font-size: 0.875rem;
	line-height: 24px;
	color: #787878;
}
.article-item p>a {
	font-size: 0.875rem;
	color: #f90;
}

.article-item .tag {
	font-size: 0.875rem;
	color: #bbb;
	padding-left: 0px;
}
.article-item .tag:before {
	font-family: "iconfont" !important;
  content: "\e65b";
  color: #FF9900;
  padding-right: 4px;
}

.article-item .tag a {
	font-size: 0.875rem;
	color: #bbb;
	margin-right: 10px;
}

.article-item .tag a:hover {
	color: #f90;
}

@media (max-width: 767px) {
	.article-item .media-img {
		width: 140px;
		height: 79px;
	}

	.article-item .media-body {
		min-height: 79px;
		overflow: hidden;
	}

	.article-item h2 {
		font-size: 1rem;
		line-height: 1.6;
		font-weight: normal;
	}

	.article-item time,
	.article-item p,
	.article-item .tag {
		display: none;
	}
}

.article h1 {
	font-size: 2.25rem;
	font-weight: bold;
	margin-bottom: 1.5rem;
	text-align: justify;
}

.article-author-date {
	font-size: 0.875rem;
	color: #a7a7a7;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-bottom: 1.5rem;
}

.article-author-date span {
	margin-right: 1rem;
}
.article-author-date a {
	color: #6E7AD5;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
}
.article-author-date a img{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.1);
	margin-right: 0.25rem;
}
.article-author-date .item-tag {
	color: #ffb02f;
	background: rgba(255,176,47,.05);
	border: 0.5px solid #ffb02f;
	height: 100%;
	line-height: 16px;
	padding: 0 4px;
	font-size: 11px;
}

.article-desc {
	font-size: 0.875rem;
	color: #808080;
	background-color: #f6f6f6;
	padding: 1rem;
}

.article-desc strong {
	color: #333;
}

.summary {
	font-size: 1rem;
	color: #787878;
	letter-spacing: 0;
	line-height: 1.67;
	text-align: justify;
}

.summary:after {
	display: block;
	width: 58px;
	content: "";
	border: .5px solid #ddd;
	margin: 20px 0
}

.article-content {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.8;
	text-align: justify;

}

.article-content p {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.8;
	text-align: justify;
	margin-bottom: 1.875rem;
}
.article-content a {
	color: #333!important;
	border-bottom: 1px solid #6E7AD5!important;
	padding-bottom: 1px;
}
.article-content a:hover {
	color: #333!important;
	text-decoration: none;
}

.article-content img {
	max-width: 100%;
	display: block;
	margin: auto;
}

.article-content blockquote {
	border-left: 5px solid #EAEAEA;
	margin: 30px 0;
	padding-left: 3%;
	line-height: 1.7em;
}

.article-content .caption {
	font-size: 0.875rem;
	color: #808080;
	text-align: center;
}

.article-content .caption:after {
	content: '\00a0';
	display: block;
	width: 30%;
	border-bottom: 1px solid #ddd;
	margin: -2% auto 0 auto;
	position: relative;
}
.appopen {
	text-align: center;
	margin-bottom: 1rem;
}

.appopen .btn {
	font-size: 0.875rem;
	padding-left: 30px;
	padding-right: 30px;
}

.shengming {
	font-size: 0.875rem;
	color: #a7a7a7;
}

/*单页*/
.page-content{font-size:16px; line-height:26px;}
.page-content h1{font-size:24px; text-align:center; padding-bottom:30px;}
.page-content p{font-size:16px; line-height:26px; padding:0; margin-bottom:30px;}
.page-content h3.tit1{font-size:16px; font-weight:600;border-left: 4px solid #F90; margin-bottom: 15px;padding-left: 10px;}
.page-content h3.tit2 {border-left: 4px solid #F90;color: gray; font-size: 14px; margin-top: 15px; margin-bottom:10px; padding-left: 10px;}
.page-content h4{font-size: 1.2rem;font-weight: bold;}
.page-content p.bt { border-top: 1px solid #e5e5e5; padding-top: 30px;}
.page-content .box-wrap {background-color:#f9f9f9;padding:20px;}
.page-content .box-wrap .t-h4 {border-bottom:1px dashed #cacaca; margin-bottom:15px; font-size:16px; font-weight:600; padding-bottom:6px;}
.page-content .box-wrap .box-item {background-color:#fff;padding:0 20px;margin-bottom: 20px;}
.page-content .box-wrap .box-name {line-height:50px;position:relative;padding:0 20px;margin:0 -20px;cursor:pointer;}
.page-content .box-wrap .box-name i {position:absolute;right:20px;}
.page-content .box-wrap .box-name i:after {content:'+';font-size:22px;color:#999;font-style:normal;display:block;}
.page-content .box-wrap .box-name em {position:absolute;right:20px;}
.page-content .box-wrap .box-name em:after {content:'+';font-size:22px;color:#999;font-style:normal;display:block;}
.page-content .box-wrap .box-name:hover {background-color:#f90;color:#fff;}
.page-content .box-wrap .box-name:hover i:after {color:#fff;}
.page-content .box-wrap .box-cnt {border-top:1px solid #cacaca;padding:18px 0 20px;display:none;}
.page-content .box-wrap .box-cnt p{font-size:14px;}
.page-content .box-wrap .box-item.active i:after {content:'-';}
.page-content .box-wrap .box-item.active dd {display:block;}
.page-content .box-wrap .box-cnt p {margin:10px 0 5px;}
.page-content .box-wrap .box-cnt li {line-height:24px;}


.page-head {
	border-bottom: #E5E5E5 solid 1px;
	margin-top: 2rem;
	margin-bottom: 30px;
}

.page-head h3 {
	font-size: 1.125rem;
	color: #333;
	line-height: 1.5;
	padding-bottom: 1rem;
	text-align: center;
	margin: 0;
}

.related-article {
	margin-bottom: 1rem;
}

.related-article img {
	margin-bottom: 1rem;
	width: 262px;
	height: 147px;
}

.related-article h2 {
	font-size: 0.875rem;
}

.nologin {
	font-size: 0.875rem;
	color: ##808080;
}

.nologin a {
	color: #f90;
}

.comment-form .editor {
	font-size: 0.875rem;
	background-color: #fff;
	border-color: #eee;
	resize: none;
}

.comment-form .editor.disabled {
	background-color: #fafafa;
}

.comment-form p {
	font-size: 0.875rem;
}

.comment-form a {
	font-size: 0.875rem;
	color: #f90;
}

.comment-list .alert-notxt {
	background-color: #f3f3f3;
}

.operation-menu {
	position: fixed;
	right: 1%;
	bottom: 5%;
	z-index: 1100;
}

.menu-item {
	width: 40px;
	height: 40px;
	display: block;
	background-color: rgba(255, 255, 255, 0.7);
	color: #555;
	border-radius: 50%;
	-webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.15);
	-webkit-transition: .3s ease-out;
	-o-transition: .3s ease-out;
	transition: .3s ease-out;
	z-index: 11;
	margin-bottom: 1rem;
	cursor: pointer;
	position: relative;
}

.menu-item i {
	font-size: 1.25rem;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu-item:hover,
.menu-item:focus:hover {
	text-decoration: none;
	color: #fff;
	background-color: #f90;
}

.menu-item:focus {
	text-decoration: none;
	color: #555;
	background-color: rgba(255, 255, 255, 0.7);
}

.operation-menu .icon-group:hover>.dropdown-menu {
	display: block;
}

.dropleft .dropdown-menu {
	top: auto !important;
	bottom: 0 !important;
}

.icon-group.show .menu-item {
	background-color: #f90;
	color: #fff;
}

.share {
	height: 45px;
	float: right;
	overflow: hidden;
}

.share span {
	float: left;
	font-size: 14px;
	color: #757575;
	line-height: 45px;
}

.share a {
	width: 45px;
	height: 45px;
	float: left;
}

.share a.share1 {
	background: url(../images/share1.png) no-repeat;
	height: 45px;
	padding-left: 0;
	margin: 0 18px 0 0;
}

.share a.share2 {
	background: url(../images/share2.png) no-repeat;
	height: 45px;
	padding-left: 0;
	margin: 0 18px 0 0;
}

.share a.share3 {
	background: url(../images/share3.png) no-repeat;
	height: 45px;
	padding-left: 0;
	margin: 0 0 0 0;
}

.app-modal-footer {
	padding: 0 0.75rem;
}

.app-modal-footer.modal-footer>* {
	margin: 0;
	padding: 0.875rem 0;
	cursor: pointer;
}

@media (max-width: 576px) {
	.modal-sm {
		max-width: 300px;
		margin: auto;
	}
}


#article-container {
	max-height: 30rem;
	overflow: hidden;
	position: relative;
	visibility: hidden;
}

.unfold-field {
	position: absolute;
	font-size: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	height: 60px;
}

.unfold-field .unflod-field_mask {
	height: 30px;
	width: 100%;
	background: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, 1));
}

.unfold-field .unfold-field_text {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	background: rgba(255, 255, 255, 1);
}

.unfold-field .see-more {
	display: block;
	width: 100%;
	height: 30px;
	color: #f90;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	animation: heart 0.5s infinite alternate;
}

@keyframes heart {
	from {
		transform: translate(0, 0)
	}

	to {
		transform: translate(0, 4px)
	}
}


@media (max-width: 767px) {
	.article h1 {
		font-size: 1.5rem;
		margin-bottom: 1.5rem;
	}

	.related-article img {
		width: 140px;
		height: 79px;
		margin-right: 1rem;
		margin-bottom: 0;
	}

	.related-article h2 {
		font-size: 1rem;
		line-height: 1.5;
	}

	.related-foot {
		font-size: 0.75rem;
		color: #777;
	}
}

.page-right {
	margin-top: 6px;
}

.sub-headtitle {
	font-size: 1.125rem;
	border-top: #ddd solid 2px;

}

.sub-headtitle span {
	border-top: #f90 solid 2px;
	display: inline-block;
	padding: 12px 0px;
	margin-top: -2px;
}
.sub-headtitle a{
	font-size: 0.75rem;
}

.hotitem {
	font-size: 0.875rem;
	padding: 10px 0;
}

.hotitem:last-child {
	border-bottom: 0;
}

.hotitem .badge {
	font-size: 0.75rem;
	font-weight: normal;
	margin-right: 10px;
	margin-top: 4px;
	text-align: center;
}

.hotitem .badge-danger {
	background-color: #FF8D1A;
}
.hotitem .dot{
	width: 4px;
	height: 4px;
	background-color: #FF8D1A;
	border-radius: 50%; 
	display: inline-block;
	margin-left: 7px;
	margin-right: 14px;
	margin-top: 10px;
	flex-shrink: 0;
}

.hotitem p {
	margin-bottom: 0;
}

.hotitem a {
	color: #555;
}

.hotitem a:hover {
	color: #f90;
}

.hotnav {
	position: relative;
}

.hotnav span {
	font-size: 12px;
	color: #ff0000;
	position: absolute;
	right: 8px;
	top: 0;
	display: block;
}

/* WAP端子导航菜单 */
.sub-navbar {
	border-bottom: #eee solid 1px;
	background-color: #fff;
	padding: 5px 0;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	margin-bottom: 10px;
}

.sub-navbar-logo {
	padding: 8px 0;
}

.sub-navbar-logo img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.sub-navbar-item {
	overflow-x: auto;
}

.sub-navbar-item a {
	font-size: 16px;
	padding: 10px 5px;
	display: inline-block;
}

@media (max-width: 767px) {
	.sub-navbar {
		margin-bottom: 0;
	}
}

/* 首页瀑布流导航菜单  */
.list-box .list-nav {
	overflow: hidden;
	box-sizing: border-box;
	/* padding-right: 35px; */
	position: relative;
	height: 48px;
	margin-bottom: 20px;
	border-bottom: 1px solid #DDDDDD;
	background-color: #FFFFFF;
	z-index: 9;
}

.list-box .nav-arrow {
	position: absolute;
	right: 0;
	height: 46px;
	line-height: 48px;
	padding-left: 40px;
	z-index: 3;
	background-color: #FFFFFF;
}

.list-box .nav-arrow span {
	display: inline-block;
	border: 6px solid transparent;
	cursor: pointer;
}

.list-box .nav-arrow .arrow-prev {
	border-right-color: #FFC163;
	margin-right: 5px;
}

.list-box .nav-arrow .arrow-prev.active {
	border-right-color: #FF9900;
}

.list-box .nav-arrow .arrow-next {
	border-left-color: #FFC163;
}

.list-box .nav-arrow .arrow-next.active {
	border-left-color: #FF9900;
}

.list-box .nav {
	font-size: 0;
	padding-top: 16px;
	white-space: nowrap;
	position: absolute;
	z-index: 2;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.list-box .nav li {
	color: #000000;
	font-size: 1rem;
	padding: 0 15px 7px;
	white-space: nowrap;
	margin-right: 14px;
	cursor: pointer;
	position: relative;
	z-index: 99;
}

.list-box .nav li:after {
	content: '';
	display: inline-block;
	width: 0%;
	height: 3px;
	background: #ffc670;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
	transition: width 1s;
	
}

.list-box .nav li:hover:after,
.list-box .nav li.current:after {
	width: 100%;
	transition: width .5s;
}

.list-box .card {
	border: 0;
	margin-bottom: 1rem;
}

.list-box .card-body {
	background-color: #F7F7F7;
	padding: 0.625rem 1rem;
}

.list-box .card-title {
	font-size: 1rem;
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
	margin-bottom: 0;
}

.card-text {
	font-size: 0.75rem;
}


.link-list {}

.link-list a {
	display: inline-block;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 1rem;
	opacity: .6;
	transition: all .3s ease;

}

.link-list a:hover {
	opacity: 1;
}

.link-list a img {
	height: 25px;
}

/* 直播 */
.row-sm {
	margin-left: -10px;
	margin-right: -10px;
}
.row-sm > .col,
.row-sm > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
  }
.row-xs {
	margin-left: -5px;
	margin-right: -5px;
}
.row-xs > .col,
.row-xs > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
  }
.live-hot{
	font-size: 1.125rem;
	color: #f90;
	margin-bottom: 1rem;
}
.live-hot-box{
	background-color: #fff;
	overflow: hidden;
}
.live-hot-list{
	overflow: hidden;
}
.live-hot-list li{
	/* margin-bottom: 20px; */
}
.live-hot-list li{border-bottom: #ddd solid 1px;padding: 10px;position: relative;z-index: 2;}
.live-hot-list li:after{
	content: ' ';
	width: 100%;
	background: #f4f4f4;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
	transform: translateX(100%);
	-ms-transform: translateX(100%);
	-webkit-transform: translateX(100%);
	transition: all .3s;
}
.live-hot-list li:hover:after{
	transform: translateX(0);
	-ms-transform: translateX(0);
	-webkit-transform: translateX(0);
}
.live-hot-list h4{
	font-size: 0.875rem;
	line-height: 1.5;
	font-weight: normal;

}
.live-hot-list span{
	font-size: 0.75rem;
	font-weight: normal;
	color: #999;
	float: right;
	display: block;
	width: 80px;
	text-align: right;

}
.live-head{
	font-size: 1.75rem;
	color: #333;
	margin-bottom: 0;
	cursor: pointer;
}
.liveslide{
	position: relative;
}
.liveslide .img-responsive{
	width: 100%;
	height: 370px;
}

@media (max-width: 767px) {
	.liveslide .img-responsive{
		width: 100%;
		height: 13.125rem;
	}
	.live-head{
		font-size: 1.25rem;
		font-weight: bold;
	}
}

.live-list .card{
	margin-bottom: 1.25rem;
	border: 0;
	border-radius: 0;
}
.live-list .card-img{
	position: relative;
	overflow: hidden;
	display: block;
	border: 0;
	border-radius: 0;
}
/* / */
.live-list .col-6 .card-img img{
	width: 555px;
	max-height: 312px;
}
.live-list .col-md-3 .card-img img{
	width: 100%;
	height: 152px;
}
@media (max-width: 992px) {
	.live-list .col-md-3 .card-img img{
		width: 209px;
		max-height: 117px;
	}
}
@media (max-width: 768px) {
	.live-list .col-6 .card-img img{
		width: 100%;
		height: 96px;
	}
}
/* end */



.live-list .card-body{
	padding: 10px;
	background-color: #F7F7F7;
}
.live-list h4{
	font-size: 1rem;
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
	padding: 0;
	/* margin: 10px 0; */
}
.live-list h5{
	font-size: 0.875rem;
	padding: 10px;
	line-height: 24px;
	background: #F7F7F7;
	height: 63px;
	margin: 0;
	overflow: hidden;
}
.live-list .live-time {
	/* font-size: 0.75rem;
	font-weight: bold;
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
	padding: 0.3125rem 0.625rem; */
}

/* 直播列表样式调整 */
.live-card{
	margin-bottom: 1.25rem;
	border: 0;
	border-radius: 0;
}
.card-img{
	position: relative;
	overflow: hidden;
	display: block;
	border: 0;
	border-radius: 0;
}
.card-img img,
.card-img:after{
	transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
}
.card-img:hover img{
	-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.live-badge{
	width: 100%;
	font-size: 0;
	line-height: 1;
	position: absolute;
	left: 5px;
	top: 5px;
}
.live-badge .badge{
	font-size: 0.75rem;
	font-weight: normal;
	border: 0;
	border-radius: 20px;
	padding: 3px 8px;
	margin: 0;
	
}
.live-badge .zhibo{
	color: #fff;
	background: #f90;
}
.live-badge .huifang{
	color: #fff;
	background: #525252;
}
.live-badge .redu{
	color: #fff;
	background: #000;
}
.vip-badge{
	font-size: 0.75rem;
	color: #7D4F2A;
	background-color: #EEC380;
	line-height: 1;
	padding: 3px 8px;
	border-top-right-radius: 3px;
	position: absolute;
	right: 0;
	top: 0;
}
.live-card .card-title{
	font-size: 1rem;
	line-height: 1.5;
	height: 50px;
	overflow: hidden;
	padding: 0;
	/* margin: 10px 0; */
}
.live-card .live-time {
	font-size: 0.75rem;
	font-weight: bold;
    color: #ff9900;
	padding: 0;
	margin: 0;
}
.live-right-list .card-body{
	background-color: #f8f9fa!important;
	padding: 0.5rem;
}
.live-right-list h4{
	font-size: 0.875rem;
	padding: 0px;
	margin: 0 0 10px 0;
	line-height: 24px;
	height: auto;
}
.live-latest-list .live-card{
	margin-bottom: 0;
}
.live-latest-list .card-body{
	padding: 10px;
	background-color: #fff;
}
.live-latest-list .live-card h4{
	font-size: 1rem;
	font-weight: 700;
	padding: 0;
	margin: 0;
}
.live-latest-list .card-img img{
	width: 100%;
	height: 125px;
}
@media (max-width: 992px) {
	.live-latest-list .card-img img{
		width: 100%;
		height: 125px;
	}
}
@media (max-width: 768px) {
	.live-latest-list .card-img img{
		width: 100%;
		height: 96px;
	}
}
.live-latest-list .live-time {
	display: none;
}

.live-nav-item{
	font-size: 0.875rem;
	color: #262626;
	margin-right: 1.25rem;
	cursor: pointer;
	position: relative;
}
.live-nav-item:last-child {
    margin-right: 0;
}
.live-nav-item:hover,.live-nav-item.active{
	color: #ff9900;
	font-weight: 700;
}
.live-nav-item:after {
    content: "|";
    position: absolute;
    color: #a7a7a7;
    font-size: 26px;
    right: -12px;
    transform: scale(.5);
    top: -9px;
    font-weight: 400;
}
.live-nav-item:last-child:after {
    content: "";
}
/* end */

/* 企业库 */
.size14{
	font-size: 0.875rem;
}

.company-list-item{
	border-top: 1px solid #dee2e6;
}
.company-list-item:first-child{
	border-top: 0;
}
.com-logo{
	width: 64px;
	height: 64px;
	line-height: 64px;
	overflow: hidden;
	margin-right: 15px;
}
.com-logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.com-name{
	font-size: 1rem;
	font-weight: bold;
	text-align: left;
}
.com-subname{
	font-size: 0.875rem;
	text-align: left;
	color: #999999;
	margin-bottom: 0;
}
.person-logo{
	width: 80px;
	height: 100px;
	line-height: 100px;
	overflow: hidden;
	margin-right: 15px;
}
.person-logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.person-content{
	font-size: 1rem;
	line-height: 24px;
	padding: 1rem 0;
}
.person-content p{
	font-size: 1rem;
}

@media (max-width: 768px) {
	.com-logo{
		width: 50px;
		height: 50px;
		line-height: 50px;
		margin-right: 10px;
	}
	.rz-type{
		font-size: 0.75rem;
		order: 2;
	}
	.rz-date{
		font-size: 0.75rem;
		color: #999999;
		white-space: nowrap;
		order: 1;
	}
}

.com-headtitle{
	font-size: 1.25rem;
	font-weight: normal;
}
.com-qiyehao {
	color: #6E7AD5;
	margin-right: 0.5rem;
	display: flex;
	align-items: center;
}

.com-qiyehao .item-tag {
	color: #ffb02f;
	background: rgba(255,176,47,.05);
	border: 0.5px solid #ffb02f;
	height: 100%;
	line-height: 16px;
	padding: 0 4px;
	font-size: 11px;
}
.com-member-logo{
	width: 64px;
	height: 64px;
}
.tag-item{
	background-color: #fdf0e9;
	color: #f79e7f;
	line-height: 34px;
	padding: 0px 14px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 2px;
}
.com-news{
	font-size: 0.875rem;
}
.com-news time{
	display: block;
	font-weight: bold;
}
.com-table{
	font-size: 0.875rem;
	white-space: nowrap;
}
.com-table.table thead th{
	border: 0;
}
.badge-gio{
	font-size: 0.875rem;
	margin-left: 8px;
}
.badge-gio small{
	font-size: 0.875rem;
	vertical-align: middle;
	font-weight: normal;
	margin: 0;
	line-height: 1;
	color: #777;
}
.loading-text{
	font-size: 0.875rem;
}
.media-body .badge{
	font-weight: normal;
	border-radius: 0.125rem;
}

.com-share{width:auto; height:45px; float:right; overflow:hidden;}
.com-share span{float:left; font-size:14px; color:#757575; line-height:45px}
.com-share a{width:45px; height:45px; float:left;}
.com-share a.share1{background:url(../images/share1.png) no-repeat; height:45px; padding-left:0; margin:0 18px 0 0;}
.com-share a.share2{background:url(../images/share2.png) no-repeat; height:45px; padding-left:0; margin:0 18px 0 0;}
.com-share a.share3{background:url(../images/share3.png) no-repeat; height:45px; padding-left:0; margin:0 0 0 0;}

.goTop_hj{width:35px; position:fixed; right:10px; bottom:10px; display:none; z-index:99;}
.goTop_hj a{width:35px; height:46px; margin-bottom:2px; display:block; background-repeat:no-repeat; background-position:center center; font-size:16px; color:#fff; padding:5px 7px; line-height:22px; border-radius:5px; text-align:center;}
.goTop_hj a.gt2{background:url(../images/gotop1.png) no-repeat; background-size:100% 100%;}
.goTop_hj a.gt2:hover{background:url(../images/gotop2.gif) no-repeat; background-size:100% 100%;}


/* denglu */
@media (min-width: 767px) {
.nc-container .nc_wrapper { width: auto; }
.nc-container .nc_scale { width: auto; }
}
.nc-container .nc_wrapper{width: auto!important;}
.nc-container .nc_scale span { height: 34px !important; }
.login-panel .nc-container .nc_scale .imgCaptcha,
.nc-container .nc_scale .clickCaptcha { z-index: 1000; }

.login-panel .form-group .control-label {
	font-size: 12px;
	position: absolute;
	right: 20px;
	top: 12px;
}
.login-panel .input-error { border-color: #FF2550; }
.login-left-img { position: absolute; z-index:-1; }
.login-panel {
	width: 430px;
	max-width: 100%;
	height: auto;
	min-height: 490px;
	float: right;
	margin-right: 50px;
	margin-top: 80px;
	padding: 1px;
	background: #fff;
	font-size: 14px;
	color: #666;
	border-radius: 5px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}

.login-sao-panel {
	position: absolute;
	width: 408px;
	height: 350px;
	background: #fff;
	margin-top: 30px;
	text-align: center;
	z-index: 20;
	display: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.login-panel-body .login-sao-panel {
	display: block;
	position: static;
	width: auto;
	height: auto;
	margin-top: -20px;
}
.login-sao-panel .title {
	font-size: 18px;
	color: #333;
}
.login-sao-panel .qrcodewrap {
	width: 180px;
	height: 180px;
	margin: 20px auto;
	position: relative;
}
.login-sao-panel .qrcode {
	width: 180px;
	height: 180px;
	background: #fff;
	padding: 10px;
	border: solid 1px #D6D6D6;
	position: relative;
	-webkit-transition: margin-left .5s;
	-moz-transition: margin-left .5s;
	-o-transition: margin-left .5s;
	transition: margin-left .5s;
}
.login-sao-panel .qrcodets {
	height: 180px;
	display: block;
	position: absolute;
	top: 0px;
	right: -100px;
	opacity: 0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.login-sao-panel .qrcodewrap-hover:hover .qrcode { margin-left: -65px; }
.login-sao-panel .qrcodewrap-hover:hover .qrcodets {
	right: -70px;
	opacity: 1;
}
.login-sao-panel .qrcodecover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.95;
	top: 0px;
	left: 0px;
}
.login-sao-panel .qrcodecover>.icon {
	width: 50px;
	height: 50px;
	margin: auto;
	background: url(../images/login_sao_success.png);
	background-size: 50px 50px;
	margin-top: 40px;
}
.login-sao-panel .qrcodecover>.title {
	color: #128bed;
	margin-top: 8px;
}
.login-sao-panel .qrcodecover>.text {
	font-size: 12px;
	color: #333;
	margin-top: 8px;
}
.login-sao-panel .qrcoderefresh {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.95;
	top: 0px;
	left: 0px;
}
.login-sao-panel .qrcoderefresh>.text {
	font-size: 16px;
	color: #333;
	margin-top: 60px;
}
.login-sao-panel .qrcoderefresh>a {
	display: block;
	margin: auto;
	margin-top: 5px;
	line-height: 24px;
}
.login-sao-panel .qrcoderefresh>a>.icon {
	display: inline-block;
	width: 24px;
	height: 24px;
	/* background: url(../images/login_icons.png); */
	background-size: 72px 96px;
	background-position: -24px -48px;
	position: relative;
	top: 7px;
}
.login-sao-panel .tip>span {
	width: 24px;
	height: 24px;
	display: inline-block;
	/* background: url(../images/login_icons.png); */
	background-size: 72px 96px;
	background-position: 0px -48px;
	position: relative;
	top: 7px;
}
.login-panel-head {
	margin-top: 40px;
	margin-bottom: 30px;
	padding: 0px 50px;
}
.login-panel-title {
	text-align: center;
	font-size: 18px;
}
.login-tab {
	float: left;
	width: 50%;
	text-align: center;
}
.login-tab.col3 { width: 33.3%; }
.login-tab>a {
	padding-bottom: 10px;
	font-size: 18px;
	color: #999;
	cursor: pointer;
}
.login-tab>a.active {
	color: #f90;
	border-bottom: solid 2px #f90;
}
.login-panel-body { padding: 15px 30px; }
.login-form .form-control {
	font-size: 0.875rem;
	color: #666;
}

.form-group { position: relative; }
.vcode-btn {
	/* width: 86px; */
	text-align: center;
	font-size: 12px;
	position: absolute;
	right: 4px;
	top: 3px;
	text-align: center;
	background-color: #fff;
}
.vcode-btn:hover,.vcode-btn:focus{
	text-decoration: none;
}
.vcode-btn.disabled {
	color: #999 !important;
	cursor: default;
}
.vcode-btn:after {
	content: " ";
	position: absolute;
	width: 1px;
	height: 28px;
	background: #d8d8d8;
	right: 90px;
	top: 8px;
	margin-top: -6px;
}
.login-btn {
	padding-top: 8px;
	padding-bottom: 8px;
	font-size: 16px;
}
.login-other { line-height: 22px; }
.register-title {
	padding: 24px 0px 0px 0px;
	text-align: center;
	font-size: 15px;
}
 @media (max-width: 990px) {
.login-left-img { display: none; }
.login-panel {
	float: none;
	margin: 0px auto;
}
}
@media (max-height: 680px) {
.login-panel { margin-top: 0px; }
}

.get-mobile-code.disabled {
	color: #C3C3C3;
	cursor: default;
}

.login-madal-dialog {
	width: 820px;
	margin-top: 120px;
}
.login-madal-dialog .modal-content { }
.login-madal-dialog .modal-body { padding-left: 400px; }
.login-madal-dialog .login-panel {
	margin: -20px auto;
	float: none;
	border: none;
	box-shadow: none;
	height: 460px;
}
.login-madal-dialog .login-panel-head {
	margin-top: 30px;
	margin-bottom: 21px;
}
.login-madal-dialog .login-sao-panel {
	display: block;
	width: 420px;
	left: 0px;
}
.login-madal-dialog .qrcode {
	width: 180px;
	height: 180px;
}
.login-madal-dialog .close {
	color: #128bed;
	opacity: .8;
	font-size: 32px;
}
.register-panel { height: auto; }
.register-panel .login-panel-head {
	font-size: 1.125rem;
	color: #f90;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 10px;
}


.text-warning{
	color: #f90!important;
}

/* pinglun */

.comment-warp{
	background-color: #fff;
}
.comment-item{
	border-top: 1px solid #F2F2F2;
}
.comment-item:first-child {
    border-top: none;
}
.comment-list{
	padding: 15px;
	position: relative;
	display: flex;
	box-sizing: border-box;
	width: 100%;
	flex: 1;
	justify-content: space-between;
	align-items: flex-start;
}
.comment-list .user-avatar{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 10px;
	flex-shrink: 0;
}
.comment-body{
	flex:auto;
}
.comment-title{
	font-size: 0.875rem;
	color: #f90;
}
.comment-content{
	font-size: 0.875rem;
	color: #333;
}
.comment-foot{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.comment-foot .comment-text{
	font-size: 0.75rem;
	color: #999;
	text-align: right;
	cursor: pointer;
	flex:1;
}
.comment-text .icon{
	font-size: 0.75rem;
	color: #999;
	margin-right: 2px;
}

.comment-foot .comment-time{
	font-size: 0.75rem;
	color: #999;
	flex: 3;
}
.comment-reply-list{
	display: flex;
	flex-direction: column;
	padding: 5px 0;
	position: relative;
}
.comment-reply-list:before {
	position: absolute;
  z-index: 3;
	right: 0;
	top: 0;
	left: 0;
	height: 1rpx;
	content: '';
	-webkit-transform: scaleY(.5);
	transform: scaleY(.5);
	background-color: #e9eaec;
}
.comment-reply-list-cell{
	font-size: 0.75rem;
	color: #333;
	padding: 4px;
}

div.required>label.control-label::before {
    content: "* ";
    color: red;
}
.checkbox-inline+.checkbox-inline, .radio-inline+.radio-inline {
    margin-top: 0;
    margin-left: 10px;
}


/* 会员 */
.user-nickname{
	font-size: 1.125rem;
	color: #ff1e32;
}
.page-title-overlap {
    padding-bottom: 6.375rem;
	background-color: #373f50;
	background: url(../images/abstract-shapes-20.svg) #373f50;
}
.page-title-overlap+* {
    margin-top: -4.875rem;
}
.fs-sm {
    font-size: .75rem !important;
}
.shadow-lg {
    box-shadow: 0 0.3rem 1.525rem -0.375rem rgb(0 0 0 / 10%) !important;
}

.profile > .card{
	border: 0;
	background: transparent;
}
.profile > .card>.card-body{
	border: 0;
	background: transparent;
	padding: 0;
}
.profile .summary{
	font-size: 0.875rem;
	color: #333;
}
.profile .summary:after{
	border: 0;
	margin: 0;
}
.profile .pagination{
	margin: 0;
}
.table.thead-light th,.table .thead-light th {
    color: #495057;
    background-color: #f8f9fa;
    border-color: #fff;
}
.table td, .table th {
    font-size: 0.875rem;
}

@media (min-width: 992px) {
	.profile{
		padding-left: 2rem;
	}
	.profile .headline{
		padding-bottom: 2rem !important;
		padding-top: 1rem !important;
		margin-bottom: 1rem !important;
		border: 0 !important;
	}
	.profile .headline .head-title{
		font-size: 1.125rem;
		color: #fff;
		border-bottom: 0!important;
		margin: 0!important;
		padding-bottom: 10px!important;
	}
	.profile .headline .head-more{
		color: #fff;
	}
	
}

.home-user-avatar{
	width: 5rem;
	height: 5rem;
}
.home-user-avatar .user-icon,.home-user-avatar .user-avatar{
	width: 100%;
	height: auto;
}
.user-face img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.user-security{
	padding: 1rem 0;
	border-bottom: #eee solid 1px;
}
.user-security:last-child{
	border-bottom: 0;
}
.security-title{
	font-size: 1rem;
	padding-left: 1rem;
	white-space:nowrap;
}
.security-text{
	font-size: 0.875rem;
	color: #888;
}
.security-success{
	font-size: 32px;
	font-weight: bold;
	color: #28a745;
}
.security-warn{
	font-size: 32px;
	color: #dc3545;
}
.user-security .btn{
	font-size: 0.875rem;
}

.favor-list .media{
	padding: 1rem 0;
}
.favor-list .media:first-child{
	padding-top: 0;
}
.favor-list .media img{
	width: 140px;
	height: 96px;
	margin-right: 1rem;
}
.favor-list .media h5{
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	margin: 0;
}
.favor-list .media-body{
	height: 96px;
}
.favor-list .media span,.favor-list .media .span{
	font-size: .75rem;
	color: #777;
}
.invoice-fee-number{
	font-size: 1.25rem;
	font-weight: 700;
}
/*评论*/
.operate-delete{
	font-size: 0.75rem;
}
.mcr6{width:100%; overflow:hidden;}
.mcr6 .commnet_list{width:100%; overflow:hidden; margin-top:25px;}
.mcr6 .commnet_list:first-child{margin-top:0;}
.mcr6 .commnet_list h2{width:100%; font-size:16px; font-weight:bold; line-height:28px; color:#333;}
.mcr6 .commnet_list h2 a{color:#333;}
.mcr6 .commnet_list h2 a:hover{color:#f90;}
.mcr6 .commnet_list .clcon{width:100%; position:relative; border:1px solid #ebefff; padding-left:20px; margin-top:15px; padding-bottom:15px;}
.mcr6 .commnet_list .clcon_bg{width:15px; height:15px; position:absolute; z-index:2; left:20px; top:-8px; background-color:#fff; border:#ddd 1px solid; cursor:auto; transform:rotate(45deg); border-right:none; border-bottom:none;}
.mcr6 .commnet_list .clcon h3{width:100%; font-size:14px; color:#f90; line-height:24px; margin-top:15px;}
.mcr6 .commnet_list .clcon p{width:100%; font-size:14px; color:#565656; line-height:24px; margin-top:5px; margin-bottom: 0;}
.mcr6 .commnet_list .clcon .time{font-size:12px; color:#999; line-height:24px; position:absolute; z-index:1; right:20px; top:15px;}


/*上传头像*/
.avatar-wrap{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 100;
}
.avatar-wrap #clipArea {margin: 0 auto;height: 400px;background:#fff;}
.avatar-wrap #uploadBtn{ position:absolute; right:10px; bottom:20px;}
.avatar-wrap #chooseFile{position:absolute; left:10px; bottom:20px;}


/* 活动 */

.price{
	font-size: 1.125rem;
	color: #f60;
}
.event-inner{
	padding: 0;
}
.event-inner h1{
	font-size: 1.5rem;
	text-align: left;
	margin-bottom: 1.875rem;
}
.event-bmbtn{
	padding: 10px 30px;
}
.page-content{
	font-size: 1rem;
	padding-bottom: 30px;
}
.page-content h3{
	font-size: 1.5rem;
}
.page-content p{
	font-size: 1.125rem;
	line-height: 1.67;
	margin-bottom: 1.25rem;
	text-align: justify;
	
}
.page-content img{
	max-width: 100%;
	height: auto;
}


/*票种列表*/
.choose_ticket{border:#ddd solid 1px;}
.choose_ticket .color {
    color: #ff5303 !important;
}
.hover { position: relative }
.hover .hover_block {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 1000
}
.hover:hover .hover_block { display: block }
.ticket-arrow {
	border-width: 8px;
	z-index: 10
}
.ticket-arrow,
.ticket-arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}
.ticket-arrow:after {
	border-width: 7px;
	content: ""
}
.ticket-arrow.top {
	left: 50%;
	margin-left: -8px;
	border-color: transparent;
	border-top-width: 0;
	border-bottom-color: #ffa47a;
	border-bottom-color: #ffa47a;
	top: -8px
}
.ticket-arrow.top:after {
	content: " ";
	top: 1px;
	margin-left: -7px;
	border-top-width: 0;
	border-bottom-color: #fff
}
.choose_ticket .li {
	border-bottom: 1px solid rgba(0,0,0,0.06);
	position: relative;
	padding: 16px
}
.choose_ticket .li.th { padding: 12px 16px }
.choose_ticket .ticket {
	position: relative;
	z-index: 2;
	display: table;
	width: 100%
}
.choose_ticket .ticket:brfore {
display:none
}
.choose_ticket .ticket>div {
	display: table-cell;
	vertical-align: middle
}
.choose_ticket .name { width: 30% }
.choose_ticket .name .ellipsis {
	font-size: 1rem;
	white-space: normal;
	display: inline-block;
	vertical-align: middle
}
.choose_ticket .name .tip_icon {
	display: inline-block;
	vertical-align: middle;
}
.choose_ticket .name .tip_icon>span {
	display: inline-block;
	vertical-align: middle
}
.choose_ticket .name .tip_icon .icon_span {
	font-size: 12px;
	padding: 2px 6px;
	border-radius: 2px;
	color: #fff
}
.choose_ticket .price { font-size: 1rem;text-align: center }
.choose_ticket .price .color { font-weight: bold }
.choose_ticket .price .ladder_price {
	display: table;
	width: 100%
}
.choose_ticket .price .ladder_price .item {
	width: 25%;
	display: table-cell;
	color: #a3aaad;
	text-decoration: line-through
}
.choose_ticket .price .ladder_price .item.color { text-decoration: none }
.choose_ticket .th .price .ladder_price .item { text-decoration: none }
.choose_ticket .time {
	text-align: center;
	width: 300px
}
.choose_ticket .quantity {
	width: 110px;
	text-align: center
}
.choose_ticket .quantity .disabled .bg_line { display: none }
.choose_ticket .quantity .error_meg { color: #a3aaad }
.choose_ticket .ticket_tip {
	background: #fffcfa;
	border: 1px solid #ffa47a;
	padding: 8px 16px;
	width: 320px;
	left: 16px!important;
	font-size: 12px;
	border-radius: 2px;
	z-index: 10;
	line-height: 24px
}
.choose_ticket .ticket_tip .arrow.top {
	border-bottom-color: #ffa47a;
	left: 16px
}
.choose_ticket .ticket_tip>div { overflow: hidden }
.choose_ticket .ticket_tip .icon {
	font-size: 16px;
	color: #ff5303;
	width: 20px;
	line-height: 24px;
	float: left
}
.choose_ticket .ticket_tip .text {
	padding-left: 24px;
	display: block;
	line-height: 1.6;
	margin-top: 2px
}
.choose_ticket .li.sold { cursor: not-allowed }
.choose_ticket .li.sold .ticket { color: #a3aaad }
.choose_ticket .li.sold .ticket_tip { display: none!important }
.choose_ticket .li.sold .color {
	color: #a3aaad!important;
	font-weight: normal
}
.choose_ticket .li.sold .q_con .bg_line { display: none }
.choose_ticket .li.sold .q_con .nun {
	background: #f7f9f8;
	border: 1px solid rgba(0,0,0,0.06);
	cursor: not-allowed
}
.choose_ticket .li.sold .q_con .color {
	color: #a3aaad!important;
	opacity: 1!important
}
.choose_ticket .li.tj_ti { cursor: not-allowed }
.choose_ticket .li.tj_ti .q_con .bg_line { display: none }
.choose_ticket .li.tj_ti .q_con .nun {
	background: #f7f9f8;
	border: 1px solid rgba(0,0,0,0.06);
	cursor: not-allowed
}
.choose_ticket .li.tj_ti .q_con .color {
	color: #a3aaad!important;
	opacity: 1!important
}
.choose_ticket .refund_explane {
	padding: 16px;
	padding-top: 0;
	line-height: 1.6
}
.choose_ticket .cancal { color: #a3aaad }
.choose_ticket .ticket_price {
	font-size: 2em;
	font-weight: 600;
	
}
.choose_ticket .ticket_discount {
	margin-right: 16px;
	opacity: .5;
	margin-top: 12px;
	display: inline-block
}


.ticket_list{margin-bottom:10px; padding-right:16px; text-align:right;}
.ticket_price{font-size:22px; font-weight:bold; color:#f30;}
.q_con {
	background: #fff;
	text-align: center;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle
}
.q_con>span {
	display: inline-block;
	vertical-align: middle
}
.q_con .nun {
	border: 1px solid #ffa981;
	color: #ff5303;
	cursor: pointer;
	background: #f7f9fb;
	padding: 2px 6px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-sizing: content-box;
	position: relative
}
.q_con .nun.plus { margin-right: 8px }
.q_con .nun.minus { margin-left: 8px }
.q_con .nun .iconfont {
	margin: 0;
	display: inline-block;
	line-height: 1;
	font-size: 1.6em;
	font-weight:bold;
	float: left
}
.q_con .nun.disabled {
	border: 1px solid rgba(0,0,0,0.12);
	color: rgba(0,0,0,0.12);
	cursor: not-allowed
}
.q_con .nun.disabled .iconfont { opacity: .4 }
.ticket-main{
	margin-bottom: 100px;
}
.code-form{
	/* width: 400px;
	text-align: right; */
	padding: 15px;
}
.code-form .form-control{
	display: inline-block;
	width: auto;
}
.ticket_list .btn{
	padding-left: 30px;
	padding-right: 30px;
}


.ticket-footer{
	background: rgba(0,0,0,0.8);
	color: #adadad;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
}
.ticket-info{
	font-size: 1.125rem;
}
.ticket-info span{
	font-size: 1.125rem;
	font-weight: bold;
	color: #ff6600;
}

.m-ticket-card .color {
    color: #ff5303 !important;
	margin-right: 10px;
}
.m-ticket-card .card-body{
	padding: 0.625rem;
}
.m-ticket-card .card-footer{
	font-size: 0.75rem;
	background: none;
	padding: 0.625rem;
}
.m-ticket-card .card-footer i{
	font-size: 0.75rem;
	color: #ff5303;
	margin-right: 0.25rem;
	vertical-align: middle;
}
.m-ticket-name{
	font-size: 1rem;
	font-weight: bold;
}
.m-ticket-price{
	font-size: 1.5rem;
	color: #FF6600;
}
/*支付&成功*/
.pay-list{
	border-radius:0;
}
.pay-list>.list-group-item {
	border-left-width: 0;
	border-right-width: 0;
}
.pay-price{
	font-size: 1.125rem;
	font-weight: bold;
	color: #f30;
}
.pay-item img{
	width: 45px;
	height: 45px;
	margin-right: 15px;
}
.pay-item h5{
	font-size: 1rem;
	color: #111;
	margin-bottom: 0.3rem;
}
.pay-item span{
	font-size: 0.875rem;
	color: #777;
}
.pay-checkbox {
	display: block;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	cursor: pointer;
	padding-left: 25px;
	font-weight: 400;
	min-height: 18px;
	height: auto !important;
	line-height: 18px !important;
}
.pay-checkbox input{
	position: absolute;
	display: none;
}

.pay-checkbox span::before{
	content: '';
	position: absolute;
	display: inline-block;
	height: 20px;
	width: 20px;
	left: 0;
	top: 0px;
	border: 2px solid #ebebeb;
	-webkit-transition: all .1s;
	-o-transition: all .1s;
	transition: all .1s;
	border-radius: 50%;
}

.pay-checkbox span::after{
	content: '';
	position: absolute;
	display: none;
	width: 5px;
	height: 10px;
	left: 8px;
	top: 4px;
	border: solid #4d5259;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.pay-checkbox span{
	display: inline-block;
}

.pay-checkbox input:checked~span:after {
	display: inline-block;
	border-color: #fff;
}

.pay-checkbox:hover span::before {
	border-color: #ebebeb;
}
.pay-checkbox input:checked~span::before {
	background-color: #15c377;
	border-color: #15c377;
}
[class^="pay-icon-"],[class*=" pay-icon-"] {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: 100%;
  mask-size: 100%;
  background-color: currentColor;
}
.pay-icon-success{
	width: 45px;
	height: 45px;
	color: #07c160;
	-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M510.52088889%2012.74311111c-276.48.0-500.62222222%20224.14222222-500.62222222%20500.62222222s224.14222222%20500.62222222%20500.62222222%20500.62222222%20500.62222222-224.14222222%20500.62222222-500.62222222-224.14222222-500.62222222-500.62222222-500.62222222zM791.43822222%20356.352c-55.18222222%2055.296-92.38755555%2087.49511111-196.03911111%20212.53688889-59.84711111%2072.13511111-116.39466667%20149.61777778-116.84977778%20150.18666666l-24.80355555%2030.94755556c-5.23377778%206.94044445-15.36%207.73688889-21.73155556%201.82044444L232.78933333%20566.72711111c-20.25244445-18.77333333-21.39022222-50.51733333-2.61688888-70.76977778%2018.77333333-20.25244445%2050.51733333-21.39022222%2070.76977777-2.61688888l119.35288889%20110.93333333c6.25777778%205.80266667%2016.04266667%205.12%2021.504-1.47911111%2018.432-22.86933333%2043.69066667-50.63111111%2070.99733334-78.05155556%20102.62755555-103.424%20165.66044445-158.94755555%20199.33866666-183.52355556%2040.96-29.80977778%2087.95022222-55.296%2099.328-41.18755555%2017.63555555%2022.07288889%206.82666667%2029.35466667-20.02488889%2056.32z%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M510.52088889%2012.74311111c-276.48.0-500.62222222%20224.14222222-500.62222222%20500.62222222s224.14222222%20500.62222222%20500.62222222%20500.62222222%20500.62222222-224.14222222%20500.62222222-500.62222222-224.14222222-500.62222222-500.62222222-500.62222222zM791.43822222%20356.352c-55.18222222%2055.296-92.38755555%2087.49511111-196.03911111%20212.53688889-59.84711111%2072.13511111-116.39466667%20149.61777778-116.84977778%20150.18666666l-24.80355555%2030.94755556c-5.23377778%206.94044445-15.36%207.73688889-21.73155556%201.82044444L232.78933333%20566.72711111c-20.25244445-18.77333333-21.39022222-50.51733333-2.61688888-70.76977778%2018.77333333-20.25244445%2050.51733333-21.39022222%2070.76977777-2.61688888l119.35288889%20110.93333333c6.25777778%205.80266667%2016.04266667%205.12%2021.504-1.47911111%2018.432-22.86933333%2043.69066667-50.63111111%2070.99733334-78.05155556%20102.62755555-103.424%20165.66044445-158.94755555%20199.33866666-183.52355556%2040.96-29.80977778%2087.95022222-55.296%2099.328-41.18755555%2017.63555555%2022.07288889%206.82666667%2029.35466667-20.02488889%2056.32z%22/%3E%3C/svg%3E);
}
.pay-icon-error{
	width: 45px;
	height: 45px;
	color: #fa5151;
	-webkit-mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M512%200C229.23.0.0%20229.23.0%20512s229.23%20512%20512%20512%20512-229.23%20512-512S794.77.0%20512%200zm-30.071%20184.783h67.863c16.763.0%2029.157%205.693%2027.734%2030.813l-15.589%20403.161c-.642%2011.319-9.893%2020.282-20.68%2020.282h-50.793c-10.787.0-20.038-8.965-20.678-20.282l-15.59-403.16c-1.424-25.123%2010.97-30.814%2027.733-30.814zm33.921%20662.135c-38.27.0-69.294-31.024-69.294-69.294.0-38.27%2031.024-69.294%2069.294-69.294%2038.27.0%2069.294%2031.024%2069.294%2069.294-.001%2038.268-31.025%2069.294-69.294%2069.294z%22/%3E%3C/svg%3E);
	mask-image: url(data:image/svg+xml,%3Csvg%20viewBox=%220%200%201024%201024%22%20xmlns=%22http://www.w3.org/2000/svg%22%20width=%2281%22%20height=%2281%22%3E%3Cpath%20d=%22M512%200C229.23.0.0%20229.23.0%20512s229.23%20512%20512%20512%20512-229.23%20512-512S794.77.0%20512%200zm-30.071%20184.783h67.863c16.763.0%2029.157%205.693%2027.734%2030.813l-15.589%20403.161c-.642%2011.319-9.893%2020.282-20.68%2020.282h-50.793c-10.787.0-20.038-8.965-20.678-20.282l-15.59-403.16c-1.424-25.123%2010.97-30.814%2027.733-30.814zm33.921%20662.135c-38.27.0-69.294-31.024-69.294-69.294.0-38.27%2031.024-69.294%2069.294-69.294%2038.27.0%2069.294%2031.024%2069.294%2069.294-.001%2038.268-31.025%2069.294-69.294%2069.294z%22/%3E%3C/svg%3E);
}
.pay-title{
	font-size: 1rem;
	font-weight: bold;
}
.bd-callout {
	padding: 1.25rem;
	margin-top: 1.25rem;
	margin-bottom: 1.25rem;
	border: 1px solid #eee;
	border-left-width: .25rem;
	border-radius: .25rem;
}
.bd-callout p {
	font-size: 0.875rem;
	color: #777;
}
.bd-callout p:last-child {
	margin-bottom: 0;
}
.bd-callout-warning {
	border-left-color: #f90;
}
.bd-callout-warning h4 {
	color: #f90;
}
.bd-callout-success {
	border-left-color: #28a745;
}
.bd-callout-success h4 {
	color: #28a745;
}
.bd-callout-error {
	border-left-color: #dc3545;
}
.bd-callout-error h4 {
	color: #dc3545;
}

.pay-success{
	color: #28a745;
}
.pay-error {
	color: #dc3545;
}


.order-list h5,.ticket-list h5{
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}
.order-list p,.ticket-list p{
	font-size: 0.875rem;
	color: #777;
	margin-bottom: 0;
}
.order-list .order-detail,.ticket-list .order-detail{
	font-size: 0.875rem;
	border-top: #eee solid 1px;
	background: #f8f8f8;
}
.order-list .order-detail .table{
	border-bottom: #dee2e6 solid 1px;
}
.order-list .order-price,.ticket-list .order-price{
	font-size: 1.125rem;
	color: #ff5303;
}
.order-list .btn,.ticket-list .btn{
	font-size: 0.875rem;
	width: 100%;
}

@media (min-width: 768px) {
	.order-list .btn+.btn {
	    margin-top: .5rem;
	}
}
@media (max-width: 767px) {
	.order-list .btn{
		margin-left: 0.5rem;
		margin-right: 0.5rem
	}
}
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
  text-align: center;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #007bff;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #dee2e6;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #007bff;
  border-color: #007bff;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #dee2e6;
}

.ticket-form-box,.ticket-price-box{
	background-color: #fff;
	border-radius: 4px;
}
.ticket-form-box{
	padding: 1rem 1.875rem;
	margin-bottom: 1rem;
}
.ticket-price-box{
	padding: 1rem;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.w-20{
	width: 23%;
}

.switch {
	position: relative;
	display: block;
	width: 82px;
	height: 30px;
	cursor:pointer;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: background-color, border;
	transition-property: background-color, border;
	border: 2px solid #ddd;
	border-radius: 20px;
	background-color: #fff;
	background-clip: padding-box
}
.switch .switch-handle {
	position: absolute;
	z-index: 1;
	top: -1px;
	left: -1px;
	width: 28px;
	height: 28px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	-webkit-transition-property: -webkit-transform, width, left;
	transition-property: transform, width, left;
	border-radius: 16px;
	background-color: #fff;
	background-clip: padding-box;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
	box-shadow: 0 2px 5px rgba(0,0,0,.4)
}
.switch:before {
	font-size: 12px;
	position: absolute;
	top: 4px;
	right: 11px;
	content: '不需要';
	text-transform: uppercase;
	color: #999
}

.switch.active {
	border-color: #4cd964;
	background-color: #4cd964
}
.switch.active .switch-handle {
	-webkit-transform: translate(53px, 0);
	transform: translate(53px, 0)
}
.switch.active:before {
	right: auto;
	left: 15px;
	content: '需要';
	color: #fff
}
.switch-blue.active {
	border: 2px solid #007aff;
	background-color: #007aff
}
.headline .switch{margin-top:-10px;}
/* .form-group.required > .control-label:after {
	content: "*";
	color: #ff0000;
	margin-left: 3px;
} */
.orderticket-banner{
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
}
.orderticket-banner .jumbotron {
    padding: 6rem 2rem;
}

.orderticket-banner .back-text{
	position: absolute;
	top: 15px;
	left: 30px;
	z-index: 99;
	width: 200px;
}
.orderticket-banner-back{
	font-size: 0.875rem;
	color: #fff;
	background: rgba(0,0,0,0.8);
	display: inline-block;
	padding: 0.4rem 1rem;
}
.orderticket-banner-back:hover{
	color: #fff;
	text-decoration: none;
}
.orderticket-banner .intro-text{
	display: inline-block;
	padding: 1rem 1.25rem;
	background: rgba(255,255,255,0.1);
}
.orderticket-banner .intro-text p{
	font-size: 1rem;
}
@media (max-width: 767px) {
	.orderticket-banner{
		padding-left: 0!important;
		padding-right: 0!important;
	}
	.orderticket-banner .jumbotron {
	    padding: 4rem 1rem;
	}
	.intro-container h1{
		font-size: 1.5rem;
	}
	.orderticket-banner .back-text{
		position: absolute;
		top: 15px;
		left: 16px;
	}
}
.buyticket .form-control{
	font-size: 0.875rem;
	height: calc(1.5em + .75rem + 8px);
}
.buyticket .control-label{
	font-weight: bold;
}
.pay-order-group{
	color: #555;
	padding: 0 20px;
}
.pay-order-group .col-form-label{
	width: 80px;
	font-weight: bold;
}

.event-list{
	margin-bottom: 1.25rem;
	border: 0;
	border-radius: 0;
	position: relative;
	margin-bottom: 1.875rem;
	box-shadow:0px 0.125rem 0.3125rem rgba(0,0,0,.2);
}

.event-list .card-img-top{
	border-radius: 0;
	width: 100%;
}

@media (min-width: 768px) {
	.event-list .card-img-top{
		/* width: 28.4375rem; */
		height: 15.9375rem;
	}
	.event-list .card-title{
		height: 2.75rem;
	}
	.search-event .event-list .card-img-top{
		height: 255px;
	}
}
@media (min-width: 1200px) {
	.event-list .card-img-top{
		/* width: 34.6875rem; */
		height: 19.4375rem;
	}
	.search-event .event-list .card-img-top{
		height: 203px;
	}
	
}

.event-list .card-body{
	padding: 0.625rem;
	background-color: #f8f9fa;
}
.event-list .card-title{
	font-size: 1rem;
	line-height: 22px;
	margin: 0 0 0.5rem 0;
	padding: 0;
}
.event-list .badge{
	font-weight: normal;
	padding: 8px 10px;
	margin-left: 0;
	display: block;
	border-radius: 0.125rem;
	position: absolute;
	left: 10px;
	top: 10px;
}
.event-list .badge-warning::after{
	content: '报名中';
}
.event-list .badge-danger::after{
	content: '活动中';
}
.event-list .badge-secondary::after{
	content: '已结束';
}
.event-list-foot span{
	font-size: 0.875rem;
	color: #777;
}

.swal-modal{box-shadow: 0 0 6px 0 rgba(0,0,0,0.3);}
.type-title{
	color: #000000;
	font-weight: bold;
	line-height: 30px;
	margin-right: 1rem;
}
.type-item a{
	color: #777;
	padding: 0.25rem 1rem;
}
.type-item a.active{
	color: #0081ff;
	background-color: #cce6ff;
}
.content-shadow {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    border: solid 1px #eeeeee;
	margin-top: 30px;
    padding-bottom: 40px;
	padding: 30px;
}
@media (max-width: 767px) {
	.content-shadow {
	    border-radius: 0px;
		padding: 15px;
	}
	.event-img{
		margin-bottom: 0.625rem;
	}
	.type-item a{
		color: #777;
		padding: 0.25rem 0.875rem;
	}
}

/* 搜索中心 */
.search-overlap {
	/* background: url(../images/abstract-shapes-20.svg) #373f50; */
	background: #fff;
	border-radius: 0;
	margin-bottom: 0;
	padding: 2rem 1rem;
}
.search-input-main{
	/* max-width: 500px; */
	margin: auto;
}
.search-input-main h1{
	font-size: 1.5rem;
	color: #333;
}
.search-nav .nav-link{
	padding: 0.25rem 1.25rem;
	border-radius: 0.125rem;
}
.search-nav .nav-link.active, .search-nav .show>.nav-link {
    color: #fff;
    background-color: #202A6D;
}
@media (max-width: 767px) {
	.search-input-main h1{
		font-size: 1.25rem;
	}
}
.search-input-main .form-control,.search-input-main .form-control:focus{
	/* border: 0; */
}
.search-input-main .input-group-lg>.form-control, .search-input-main .input-group-lg>.input-group-append>.btn{
    font-size: 1rem;
}
.search-input-main .input-group-lg>.custom-select, .search-input-main .input-group-lg>.form-control:not(textarea) {
    height: calc(1.5em + 1rem + 2px);
}

.content-relations{
	margin-bottom: 0.625rem;
}
.content-relations img{
	width: 36px;
	height: 36px;
	margin-right: 8px;
	border: 1px solid #f3f3f3;
}
.content-relations h5{
	font-size: 0.875rem;
	margin: 0;
}
.content-relations p,.content-relations a{
	font-size: 0.75rem;
	color: #f90;
}

.keylink{
	color: #333!important;
	border-bottom: 1px dashed rgba(38,38,38,.4)!important;
	padding-bottom: 1px;
	cursor: pointer;
	text-decoration: none!important;
}
.keylink:hover{
	color: #f90;
	text-decoration: none!important;
}

.container-app{
	width: 100%;
	max-width: 750px;
	margin: auto;
}

.appopen-btn{
	font-size: 12px;
	text-align: center;
	color: #FF8D1A;
	background-color: #fff;
	border-radius: 30px;
	border: #FF8D1A solid 1px;
	padding: 2px 10px;
	line-height: 1;
	white-space:nowrap;
	outline:none; 
}
@media (min-width: 768px) {
	.appopen-btn{
		display: none;
	}
}
/* bangdan */
.toplist-item{
	margin-bottom: 30px;
}
.toplist-item .card-title{
	font-size: 1.25rem;
	line-height: 24px;
	margin: 0;
	padding: 0;
}
@media (min-width: 768px) {
	.toplist-item .card-title{
		height: 3rem;
	}
}

.wap-tips-layer,.app-box{
	display: none;
}
@media (max-width: 767px) {
	.wap-tips-layer{
		display: block;
	}
	.app-box{
		display: flex;
	}
}

.wap-tips-layer{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10001;
	/* display: none; */
}
.wap-tips-mask{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 10001;
}
.wap-tips-body{
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background-color: #fff;
	z-index: 10002;
	border-radius: 0.625rem 0.625rem 0 0;
}
.wap-tips-title{
	font-size: 1rem;
	text-align: center;
	padding: 1rem 0;
	border-bottom: .5px solid rgba(0,0,0,.08);
}
.wap-tips-list{}
.wap-tips-item{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 15px;
}
.wap-tips-item .item-avatar{
	width: 40px;
	height: 40px;
	border-radius: 0.625rem;
}
.wap-tips-item .item-info{
	flex: 1;
	margin-left: 10px;
}
.wap-tips-item .item-info .info-name{
	font-size: 1rem;
}
.wap-tips-item .item-info .info-desc{
	font-size: 0.75rem;
	color: #999999;
}
.app-btn{
	padding: 0.25rem 1rem;
	border-radius: 50rem;
}

.app-box{
	justify-content: space-between;
	align-items: center;
	background-color: #FAFAFA;
	padding: 0.3125rem 1rem;
}
.app-box img{
	width: 40px;
	height: 40px;
	border-radius: 0.625rem;
	margin-right: 10px;
}
.app-box .app-info{
	flex: 1;
}
.app-box .app-info .info-desc{
	font-size: 0.75rem;
	color: #999;
}

.app-foot-box{
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 10000;
	background-color: rgba(255,255,255, 0.8);
	padding: 0.3125rem 1rem;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.app-foot-box.show{
	transform:translateY(0);
	-webkit-transform:translateY(0);
}

.ad-modal{
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 20000;
	background-color: rgba(0,0,0, 0.4);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.ad-modal.show{
	display: flex;
}
.ad-modal.hide{
	display: none;
}
.ad-modal-content{
	position: relative;
}
.ad-modal-img{
	width: 250px;
	height: 350px;
}
.ad-modal-close{
	width: 35px;
	height: 35px;
	z-index: 20001;
	position: absolute;
	bottom: -50px;
	left: calc(50% - 35px / 2);
}
.ad-layer{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 250px;
	height: 350px;
	z-index: 20000;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.ad-layer.show{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity: 1;
}
.ad-layer.hide{
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	opacity: 0;
}
.ad-layer-content{
	position: relative;
}
.ad-layer-img{
	width: 250px;
	height: 350px;
}
.ad-layer-close{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 20001;
	font-size: 12px;
	color: #fff;
	cursor: pointer;
	line-height: 1;
	padding: 4px 10px;
	background-color: #ff9900;
}
/* 登录模态框 */
.login-modal .icon-close{
	font-size: 1.5rem;
	line-height: 1;
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 999999;
	cursor: pointer;
}

@media (min-width: 768px) {
	.login-modal .modal-body{
		padding: 3.75rem 3.75rem 2rem 3.75rem;
	}
}
.login-modal .form-control{
	/* border: #ddd solid 1px; */
	border-radius: .25rem;
	/* height: calc(1.5em + 1.25rem + 2px); */
}
.nav-login{
	margin-bottom: 1.5rem;
}
.nav-login .nav-link {
	font-size: 18px;
	color: #333;
	cursor: pointer;
	padding: 0 0 5px 0;
	margin-left: 15px;
	margin-right: 15px;
}

.nav-login .nav-link.active,
.nav-login .show > .nav-link {
  color: #f90;
  border-bottom: solid 2px #f90;
}

.verify-captcha{
	font-size: 0.875rem;
	text-align: center;
	background-color: #f7f9fa;
	border: #ddd solid 1px;
	padding: 0.5rem 0.75rem;
	border-radius: 0.25rem;
}
.verify-captcha i{
	font-size: 18px;
	font-weight: bold;
}
.captcha-tips{
	cursor: pointer;
}
.captcha-tips:hover{
	color: #f90;
}
.captcha-tips .spinner-grow{
	width: 1rem;
	height: 1rem;
}
.verify-captcha.verify-success {
    border-color: #52ccba;
    background-color: #d2f4ef;
}
.verify-captcha .captcha-tips{
	display: block;
}
.verify-captcha .captcha-tips-success{
	display: none;
}
.verify-captcha.verify-success .captcha-tips{
	display: none;
}
.verify-captcha.verify-success .captcha-tips-success{
	display: block;
}
.captcha-tips-success{
	color: #3EC6B2;
}

.country-code{
	border-color: #ced4da;
	text-align: right;
}
.country-code:after{
	font-family: "iconfont" !important;
	content: "\e661";
	margin-left: 0.25rem
}
.dropdown-country-code{
	height: 300px;
	overflow: auto;
}
.dropdown-country-code .dropdown-item{
	font-size: 0.875rem;
	cursor: pointer;
	padding: 0.375rem 1.5rem;
}
.dropdown-country-code::-webkit-scrollbar-track {
	background-color: #f5f5f5
}

.dropdown-country-code::-webkit-scrollbar {
	width: 6px;
	background-color: #f5f5f5
}

.dropdown-country-code::-webkit-scrollbar-thumb {
	background-color: #999
}


/* 内容付费订单 */
.order-card{
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: .25rem;
	padding: 1.25rem;
	margin-bottom: 1rem;
}
.order-header{
	margin-bottom: 0.5rem;
}
.order-card .icon{
	font-size: 1rem;
	color: #33CD5F;
}
.header-title{
	font-size: 0.875rem;
}
.header-status{
	font-size: 0.75rem;
	color: #777;
}
.order-card .order-detail img{
	width: 100px;
	height: 56px;
	margin-right: 10px;
}
.order-card .order-detail h6{
	font-size: 0.875rem;
}
.order-card .order-detail span{
	color: #ff5303;
}

.live-pay-title{
	font-size: 1rem;
	text-align: center;
}
.live-pay-price{
	font-size: 1.5rem;
	color: #FF0000;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1rem;
}
.live-pay{
	border: #DDDDDD solid 1px;
	padding: 10px;
}
.pay-qrcode{
	position: relative;
	margin-bottom: 0.625rem;
}
.pay-qrcode #wechat_native_img{
	width: 150px;
	height: 150px;
}
.pay-qrcode .pay-qrcode-status{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	cursor: pointer;
}
.pay-qrcode .pay-qrcode-status.show{
	display: flex;
}
.pay-qrcode .pay-qrcode-status .icon{
	font-size: 2.625rem;
}
.pay-qrcode .pay-qrcode-status .status-text{
	font-size: 0.875rem;
	color: #fff;
}

.live-payinfo{
	font-size: 0.875rem;
	
}
.live-payinfo img{
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.pro-pricing-box{
	border: #DDDDDD solid 2px;
	border-radius: 20px;
	text-align: center;
	cursor: pointer;
}
.pro-pricing-box.active{
	border: #F7931E solid 2px;
}
.pro-pricing-box .card-body{
	background: #FFFCF5;
	border-radius: 20px 20px 0 0;
	padding: 30px 10px 20px 10px;
}
.pro-pricing-box .card-footer{
	background-color:#FFE8C0;
	border-top: 0;
	border-radius: 0 0 18px 18px;
	color: #B0802D;
	font-size: 1rem;
}
.pro-pricing-box .hotlabel{
	width: 65px;
	height: 30px;
	font-size: 0.875rem;
	color: #fff;
	line-height: 30px;
	background-color: #F7931E;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	position: absolute;
	top: -15px;
	right: 0;
}
.pro-pricing-title{
	font-size: 24px;
	color: #000;
}
.pro-pricing-title{
	font-size: 24px;
	color: #000;
}
.pro-pricing-price{
	font-size: 20px;
	color: #f7931e;
}
.pro-pricing-price span{
	font-size: 40px;
	font-weight: bold;
}
.pro-question h5{
	font-size: 1.125rem;
	font-weight: bold;
}
.pro-question p{
	font-size: 1rem;
	color: #555;
	margin-bottom: 1.5rem;
}
.pro-notify{
	max-width: 500px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin: 20px auto;
}
@media (max-width: 767px) {
	.pro-pricing-box .hotlabel{
		width: 50px;
		height: 22px;
		font-size: 0.75rem;
		color: #fff;
		line-height: 20px;
		background-color: #F7931E;
		border-top-left-radius: 11px;
		border-bottom-right-radius: 11px;
		position: absolute;
		top: -15px;
		right: 0;
	}
	.pro-pricing-title{
		font-size: 1.125rem;
		color: #000;
	}
	.pro-pricing-price{
		font-size: 1rem;
		color: #f7931e;
	}
	.pro-pricing-price span{
		font-size: 1.5rem;
		font-weight: bold;
	}
	.pro-pricing-box .card-footer{
		font-size: 0.75rem;
		padding-left: 10px;
		padding-right: 10px;
	}
	.pro-pricing-box{
		margin-bottom: 1rem;
	}
}

.category-menu{
	padding: 10px 20px;
	background-color: #edf1f4;
	margin-bottom: 1rem;
}
.category-menu a{
	display: inline-block;
	margin: 5px;
	height: 34px;
	line-height: 34px;
	color: #333;
	font-size: 1rem;
	border-radius: 1px;
	min-width: 79px;
	text-align: center;
}
.category-menu a.active,.category-menu a:hover {
    background: #202A6D;
    color: #fff;
}

.author-warp{
	min-height: 600px;
}
.author-detail-header{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: #202A6D;
	border-radius: 4px;
	color: #fff;
	padding: 2rem 1rem;
	line-height: 1;
}
.author-detail-avatar-wrapper{
	width: 64px;
	height: 64px;
	position: relative;
	margin-bottom: 0.5rem;
}
.author-detail-avatar{
	width: 64px;
	height: 64px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	border: 1px solid rgba(0,0,0,.04);
	
}
.author-detail-avatar img{
	width: 100%;
	height: 100%;
}
.author-detail-avatar-wrapper .vip-icon{
	background-image: url(../images/vip.png);
	background-position: center center;
	background-size: 100%;
	width: 24px;
	height: 24px;
	position: absolute;
	right: 0;
	bottom: 0;
}
.author-detail-name{
	font-size: 1rem;
	margin-bottom: 0.5rem;
}
.author-detail-text{
	font-size: 0.875rem;
	color: hsla(0,0%,100%,.5);
	margin-bottom: 0.5rem;
}
.author-detail-view{
	font-size: 0.75rem;
	color: hsla(0,0%,100%,.3);
}

.author-tabs {
  border-bottom: 1px solid #dee2e6;
}

.author-tabs .nav-link {
  margin-bottom: -1px;
}

.author-tabs .nav-link.active,
.author-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-bottom: 2px solid #f90;
}
.ent-card-title{
	font-size: 1rem;
	color: #202A6D;
	font-weight: 700;
	margin-bottom: 1rem;
	position: relative;
}

/* .ent-card-title:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 14px;
    background-color: #202A6D;
} */
.intro-title{
	font-size: 1rem;
	color: #202A6D;
	margin-bottom: 0.625rem;
}
.intro-info{
	font-size: 0.75rem;
	color: #a7a7a7;
}
.industry-tags span{
	display: inline-block;
	font-size: 0.75rem;
	line-height: 1;
	color: #f90;
	border: #f90 solid 1px;
	background: rgba(255,153,0,.05);
	padding: 3px 7px;
	margin-top: 0.5rem;
	margin-right: 0.625rem;
}
.intro-desc{
	font-size: 0.875rem;
	color: #787878;
}
a.readbtn,a.readbtn:hover{
	padding: 0.25rem 1.25rem;
	color: #fff!important;
	border-bottom: 1px solid #f90!important;
}

.intelligence-item{
	margin-bottom: 2.5rem;
	margin-left: 1rem;
}
.intelligence-item h2{
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0;
	position: relative;
}
.intelligence-item h2:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #6E7AD5;
    position: absolute;
    left: -15px;
    top: 7px;
}
.intelligence-item-other{
	font-size: 0.875rem;
	color: #a7a7a7;
	padding: 6px 0 10px 0;
}
.intelligence-item-other span{
	margin-right: 0.5rem;
}
.intelligence-item-other time {
	display: block;
	margin-right: 1.25rem;
}
.intelligence-item-other .icon {
	font-size: 1rem;
}
.intelligence-item-share a{
	color: #a7a7a7;
}
.intelligence-item-share a.icon-weixin:hover{
	color: #07C160;
}
.intelligence-item-share .icon-weibo:hover{
	color: #D52C2B;
}
.intelligence-item-share-img{
	width: 100px;
	height: 100px;
}

.intelligence-item p {
	font-size: 0.875rem;
	line-height: 24px;
	color: #787878;
	margin-bottom: 0.5rem;
}
.intelligence-item p>a {
	font-size: 0.875rem;
	color: #6E7AD5;
}
.intelligence-item .tag a{
	font-size: 0.875rem;
	display: inline-block;
	background-color: rgba(0,0,0,.05);
	padding: 0.125rem 1rem;
	margin-right: 1rem;
}
.item-online-date{
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px solid #f2f2f2;
	margin-bottom: 1rem;
}
.item-online-date span {
    border-bottom: 1px solid #6E7AD5;
    display: inline-block;
    padding: 0;
    font-size: 1.125rem;
	color: #6E7AD5;
}
.popover-header{
	font-size: 0.875rem;
}

/* 首页改版20220525 */

.article-item {
	border-bottom: #ededed solid 1px;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
}

.article-item .media-img {
	width: 240px;
	height: 140px;
	display: block;
	overflow: hidden;
	position: relative;
}
.article-item-channel{
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	background: #373737;
	height: 20px;
	line-height: 20px;
	border-radius: 1px;
	padding: 0 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}
.article-item .media-img img{
	width: 100%;
	height: 100%;
}

.article-item .media-body {
	/* height: 156px; */
	min-height: 140px;
}

.article-item .item-title {
	font-size: 1.125rem;
	font-weight: normal;
	color: #000;
	line-height: 24px;
	display: block;
	margin-bottom: 0.5rem;
}

.article-item .item-title a {
	color: #000;
}

.article-item .item-title a:hover {
	color: #f90;
}

.article-item time {
	font-size: 0.75rem;
	color: #a7a7a7;
	display: block;
}

.article-item p {
	font-size: 0.875rem;
	line-height: 24px;
	color: #787878;
	margin-bottom: 0.5rem;
}
.article-item p>a {
	font-size: 0.875rem;
	color: #f90;
}

.article-item .tag {
	font-size: 0.75rem;
	color: #a7a7a7;
	padding-left: 0px;
}
.article-item .tag:before {
	font-family: "iconfont" !important;
  content: "\e65b";
  color: #a7a7a7;
  padding-right: 4px;
}

.article-item .tag a {
	font-size: 0.75rem;
	color: #a7a7a7;
	margin-right: 10px;
}

.article-item .tag a:hover {
	color: #f90;
}
.article-item-info{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	line-height: 1;
}

@media (max-width: 767px) {
	.article-item .media-img {
		width: 140px;
		height: 79px;
	}

	.article-item .media-body {
		min-height: 79px;
		overflow: hidden;
	}

	.article-item .item-title {
		font-size: 1rem;
		line-height: 1.6;
		font-weight: normal;
	}

	.article-item time,
	.article-item p,
	.article-item .tag {
		display: none;
	}
}

.btn-custom {
	color: #fff;
	background-color: #202A6D;
	border-color: #202A6D;
}

.btn-custom:hover {
	color: #fff;
	background-color: #2B3891;
	border-color: #2B3891;
}

.btn-custom:focus,
.btn-custom.focus {
	color: #fff;
	background-color: #2B3891;
	border-color: #2B3891;
	box-shadow: none;
}
.company-baseinfo{
	position: relative;
}
.company-baseinfo img{
	-webkit-filter: blur(5px); /* Chrome, Safari, Opera */
	    filter: blur(5px);
}
.company-baseinfo-text{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.header .icon-new{
	position: absolute;
	top: 4px;
	/* right: -41px; */
	color: #fc3b3b;
	font-size: 25px;
}
.guide {
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, .4);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 2000
}

.guide-content {
	width: 1140px;
	height: 100%;
	margin: 0 auto;
	position: relative
}

.guide-content>div:first-child {
	top: 6px;
	position: absolute;
	left: 300px
}

.guide-content>div:first-child img {
	
}

.guide-content>div:nth-child(2) {
	top: 82px;
	position: absolute;
	left: 300px;
	background: #fff;
	display: flex;
	justify-content: space-between;
	border-radius: 30px;
	align-items: center
}

.guide-content>div:nth-child(2) .left {
	border-radius: 30px;
	width: 168px
}

.guide-content>div:nth-child(2) .right {
	width: 430px;
	padding: 20px;
}

.guide-content>div:nth-child(2) .right .title {
	font-size: 16px;
	font-weight: 500;
	color: #333;
	line-height: 1;
	text-align: center
}

.guide-content>div:nth-child(2) .right .desc p {
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 22px;
	margin-top: 10px;
	text-align: justify
}

.guide-content>div:nth-child(2) .right .desc p span {
	color: #ff8824
}

.guide-content>div:nth-child(2) .right .desc .btn {
	background: #ff8824;
	box-shadow: 0 4px 10px 0 rgba(255, 108, 55, .4);
	border-radius: 14px;
	width: 100px;
	color: #fff;
	font-size: 14px;
	line-height: 14px;
	text-align: center;
	float: right;
	clear: both;
	cursor: pointer
}

.guide-content>div:nth-child(2) .right .desc .btn:hover {
	transition: all .5s;
	background: #ffa75c
}

.guide-content>div:nth-child(2):before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 20px solid #fff;
	top: -20px;
	left: 30px
}

/* 年度热榜弹窗 */
.hot-modal{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 342px;
	z-index: 20000;
	opacity: 0;
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	box-shadow: 0 2px 20px rgba(0,0,0,.175)!important;
}
.hot-modal.show{
	transform:translateY(0);
	-webkit-transform:translateY(0);
	opacity: 1;
}
.hot-modal.hide{
	transform:translateY(100%);
	-webkit-transform:translateY(100%);
	opacity: 0;
}
.hot-modal .modal-content{
	border: 1px solid #ddd;
}
.hot-modal-body{
	position: relative;
}

.modal-header .btn-close {
	background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;
	border: 0;
	border-radius: 0.2rem;
	box-sizing: content-box;
	color: #000;
	height: 1em;
	opacity: .5;
	padding: 0.25em;
	width: 1em;
    margin: calc(1rem*-.5) calc(1rem*-.5) calc(1rem*-.5) auto;
    padding: calc(1rem*.5) calc(1rem*.5);
}
.hot-modal h6{
	font-size: 0.875rem;
}
.hot-modal .hotitem{
	padding: 8px 0;
}
.hot-modal .hotitem .badge{
	margin-top: 1px;
}
.hot-modal .hotitem p{
	font-size: 0.75rem;
}
@media (max-width: 767px) {
	.hot-modal{
		position: fixed;
		right: 0;
		bottom: 0;
		top: 10px;
		right: 50%;
		width: 342px;
		z-index: 20000;
		opacity: 0;
		transform:none;
		-webkit-transform:none;
		transition: all 1s ease;
		-webkit-transition: all 1s ease;
		box-shadow: 0 2px 20px rgba(0,0,0,.175)!important;
		margin-top: 100px;
		margin-right: -171px;
		display: none;
	}
	.hot-modal.show{
		display: block;
		opacity: 1;
	}
	.hot-modal.hide{
		display: none;
		opacity: 0;
	}
}


.list-author-box{
	/* border: #eee solid 1px;
	border-top: #ff9900 solid 2px; */
	padding: 1rem;
	margin-bottom: 1rem;
	border-radius: 0.5rem;
}
.bg-gradient-primary {
    background: linear-gradient(90deg, #F0F0FE 0%, #F4EFFF 50%, #FFF7EA 100%) !important;
}
.list-author-box .qiyehao-info .media-heading{
	font-size: 1.128rem;
}
.list-author-box .qiyehao-info p {
    font-size: 0.75rem;
    margin: 0;
}
.list-author-box .author-label{
	color: #ffb02f;
	background: rgba(255,176,47,.05);
	border: 0.5px solid #ffb02f;
	height: 100%;
	line-height: 16px;
	padding: 1px 6px;
	font-size: 11px;
}
.list-author-box .author-count span{
	font-size: 0.75rem;
	color: #777;
}
.list-author-box .author-article-list h5{
	font-size: 0.875rem;
	font-weight: bold;
}
.list-author-box .author-article-list li{
	font-size: 0.875rem;
	line-height: 18px;
	margin-bottom: 10px;
}
.list-author-box .author-article-list p{
	font-size: 0.75rem;
	color: #777;
	margin: 0;
}
/* 订阅 */
.subscribe-desc{
	font-size: 1rem;
	line-height: 1.76;
	margin-bottom: 20px;
}
.input-card {
	display: -ms-flexbox;
	display: flex;
	background-color: #fff;
	padding: .6125rem .6125rem;
	box-shadow: 0 .375rem 1.5rem 0 rgba(140, 152, 164, .125);
	border-radius: .5rem
}

.input-card .input-card-form {
	-ms-flex: 1 0 0%;
	flex: 1 0 0%
}

.input-card .btn {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto
}

.input-card .form-control {
	border-width: 0
}

.input-card .form-control:focus {
	box-shadow: none
}

.input-card .input-group {
	border-width: 0
}

.input-card .input-card-form {
	position: relative
}

.input-card .input-card-form:not(:first-child) {
	padding-left: 1rem
}

.input-card .input-card-form:not(:first-child)::before {
	position: absolute;
	top: 50%;
	left: 0;
	width: .0625rem;
	height: 2rem;
	background-color: rgba(33, 50, 91, .1);
	content: '';
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.input-card .input-card-form:not(:last-child) {
	padding-right: 1rem
}

@media (min-width:576px) {
	.input-card-pill {
		border-radius: 50rem
	}
}

@media (max-width:575.98px) {
	.input-card-sm {
		display: grid
	}

	.input-card-sm .btn,
	.input-card-sm .input-card-form {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.input-card-sm .input-card-form {
		padding: 1rem 0 !important;
		border-bottom: .0625rem solid rgba(33, 50, 91, .1)
	}

	.input-card-sm .input-card-form:first-child {
		padding-top: 0 !important
	}

	.input-card-sm .input-card-form:not(:first-child)::before {
		display: none
	}
}
.card-shadow{
	border-width: 0;
	box-shadow: 0 0.375rem 1.5rem 0 rgb(140 152 164 / 13%);
}

/* 热门资讯 */
.hot-list-bg{
	background-color: #202A6D;
}
.nav-segment {
	position: relative;
	background-color: #f8fafd;
	padding: .25rem .25rem;
	border-radius: .5rem
}


.nav-segment .nav-link {
	color: #677788;
	font-size: 1rem;
	padding: .625rem 1rem;
	border-radius: .5rem
}
@media (max-width: 767px) {
	.nav-segment .nav-link {
		font-size: 0.875rem;
		padding: .25rem 0.5rem;
	}
}

.nav-segment .nav-link:hover {
	color: #377dff
}

.nav-segment .nav-link.active {
	color: #1e2022;
	background-color: #fff;
	box-shadow: 0 .1875rem .375rem 0 rgba(140, 152, 164, .25)
}

.nav-segment .nav-link.disabled {
	color: #bdc5d1
}

.nav-segment.nav-pills {
	border-radius: 50rem
}

.nav-segment.nav-pills .nav-link {
	border-radius: 50rem
}
.tags-name{
	display: block;
	margin-bottom: 0.25rem;
}
.tags-num-label{
	display: inline-block;
	background-color: #f8fafd;
	font-size: 0.75rem;
	padding: 0.25rem 0.65rem;
}
.list-group-item{
	font-size: 0.875rem;
}
.hot-list-group .list-group-item.active{
	color: #007bff;
	background-color: #fff;
	border-color: rgba(0,0,0,.125);
}
.article-item-channel.channel-one{
	color: #fff;
	background: #F95355!important;
}
.article-item-channel.channel-two{
	color: #fff;
	background: #F6A623!important;
}
.article-item-channel.channel-three{
	color: #fff;
	background: #4285F4!important;
}
/* 首页活动 */
.index-event{
}
.index-event .event-img{
	position: relative;
	display: block;
}
.index-event .event-badge{
	font-size: 0.75rem;
	color: #fff;
	text-align: center;
	background: #6c757d;
	height: 20px;
	line-height: 20px;
	border-radius: 1px;
	padding: 0 6px;
	position: absolute;
	top: 4px;
	left: 4px;
	z-index: 1;
}
.index-event .event-badge.enrolling{
	background: #ff9900;
}
.index-event .event-badge.ongoing{
	background: #dc3545;
}
.index-event .event-badge.ending{
	background: #6c757d;
}
.index-event .event-title{
	line-height: 1.3;
	margin-top: 0.5rem;
	margin-bottom: 0.75rem;
}
/* 我的订阅 */
.my-subscribe-img{
	width: 120px;
}
.my-subscribe-title{
	font-size: 1.125rem;
}
.invalid-feedback{
    display: block;
}