/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
span {
  margin: 0;
  padding: 0;
}
body {
  background: #F5F5F5;
  color: #404040;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif;
}
html,
body {
  min-width: 1200px;
}
td,
th,
caption {
  font-size: 12px;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font-size: 12px;
}
input,
textarea,
select,
button :focus {
  outline: none;
}
table {
  border-collapse: collapse;
}
table tr th.center {
  text-align: center;
}
table tr td.center {
  text-align: center;
}
table tr td.right {
  text-align: right;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* 内容宽度限制为1200 */
.container {
  width: 1200px;
  min-height: calc(100vh - 50px - 120px - 50px - 290px);
  margin: 0 auto;
}
/* header开始 */
.header {
  color: #666666;
  height: 50px;
}
.header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.header .header-container .header-left .header-left-notice {
  display: flex;
  align-items: center;
}
.header .header-container .header-left .header-span {
  background: #159be8;
  padding: 4px 0;
  height: 24px;
  display: flex;
  align-items: center;
}
.header .header-container .header-left .notice-span:hover {
  background: #117cb9;
  cursor: pointer;
}
.header .header-container .header-right {
  display: flex;
  align-items: center;
}
.header .header-container .header-right .header-span {
  margin-right: 30px;
}
.header .header-container .header-right .logout {
  margin-left: 12px;
  margin-right: 0;
}
.header .header-container .header-span .iconfont {
  color: #b52629;
  margin-right: 2px;
}
.header .header-container .header-span .header-span-notice {
  position: relative;
}
.header .header-container .header-span .header-span-notice::after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -4px;
}
.header .header-container .header-span a {
  cursor: pointer;
}
.header .header-container .header-span a:hover {
  color: #de6365;
}
.header .header-container .header-span .login {
  cursor: pointer;
  color: #b52629;
}
.header .header-container .header-span .login:hover {
  color: #de6365;
}
.header .header-container .header-span .headlines {
  color: #FFF;
  border-radius: 12px;
  padding: 4px 8px;
}
.header .header-container .header-span .headlines a:hover {
  color: #FFFFFF;
}
.header .header-container .header-span .icon-speaker-o-3 {
  font-size: 20px;
  color: #fff;
}
.header .header-container .header-span .swiper-container {
  width: 250px;
  height: 24px;
  overflow: hidden;
  margin-left: 6px;
}
.header .header-container .header-span .swiper-container .notice {
  white-space: nowrap;
  line-height: 24px;
  color: #fff;
}
.header .header-container .header-notice {
  position: relative;
}
.header .header-container .header-notice .notice-red-icon {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  position: absolute;
  background: #ed4014;
  top: 0px;
  right: -4px;
}
/* search开始 */
.search {
  background: #fff;
}
.search > .search-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 120px;
  margin: 0 auto;
}
.search > .search-container .search-logo {
  position: relative;
}
.search .search-logo-item {
  height: 50px;
}
.search .search-item .search-item-top {
  margin-bottom: 10px;
  font-size: 14px;
}
.search .search-item .search-item-top > span {
  padding: 2px 14px;
  border-right: 1px solid #d63c3f;
  cursor: pointer;
}
.search .search-item .search-item-top > span:last-child {
  border-right: 0;
}
.search .search-item .search-item-top > .now {
  color: #d63c3f;
}
.search .search-item .search-item-bottom {
  width: 572px;
  display: flex;
}
.search .search-item .search-item-bottom > input {
  background: none;
  border-radius: 4px 0px 0px 4px;
  height: 46px;
  border: 1px solid #d63c3f;
  width: 468px;
  padding: 0 11px;
  box-sizing: border-box;
}
.search .search-item .search-item-bottom > div {
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 0px 4px 4px 0px;
  cursor: pointer;
  color: #fff;
  width: 104px;
  background: #b52629;
  font-size: 14px;
}
/* navbar开始 */
.navbar {
  background: #b52629;
  color: #fff;
}
.navbar .navbar-container {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
}
.navbar .navbar-item {
  cursor: pointer;
  width: 150px;
  height: 50px;
  line-height: 50px;
  text-align: center;
}
.navbar .navbar-item:hover {
  cursor: pointer;
  background: #8a1e20;
}
.navbar .navbar-item span {
  display: inline-block;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.navbar .navbar-item.category-item {
  position: relative;
}
.navbar .navbar-item a {
  color: #fff;
  text-decoration: none;
}
/* 面包屑导航 */
.navigation {
  padding-top: 20px;
}
.navigation .navigation-container {
  background: #fff;
  color: #666666;
  display: flex;
  padding: 0 24px;
  box-shadow: 0 -7px 8px -6px rgba(0, 0, 0, 0.3), 0 7px 8px -6px rgba(0, 0, 0, 0.3);
  align-items: center;
  height: 50px;
}
.navigation .navigation-container a:hover {
  color: #de6365;
}
.navigation .navigation-container a:hover span {
  color: #de6365;
}
.navigation .navigation-container a:last-child:hover {
  color: inherit;
  cursor: auto;
}
.navigation .navigation-container a:last-child:hover span {
  color: inherit;
}
.navigation .navigation-container span {
  padding: 0 12px;
}
.navigation .navigation-container i {
  color: #676767;
}
.navigation .navigation-container i:first-child {
  color: #d63c3f;
}
.footer {
  margin-top: 20px;
  background: #595656;
  color: #fff;
}
.footer .footer-container {
  width: 1200px;
  height: 270px;
  margin: 0 auto;
}
.footer .footer-container .footer-top {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer .footer-container .footer-top > div:hover {
  color: #de6365;
}
.footer .footer-container .footer-top .content {
  margin-top: 10px;
}
.footer .footer-container .footer-top i {
  font-size: 48px;
}
.footer .footer-container .footer-top > div {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.footer .footer-container .footer-center {
  width: 1000px;
  margin: 0 auto;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
  overflow: hidden;
  text-align: center;
}
.footer .footer-container .footer-center img {
  max-width: 100%;
  max-height: 100%;
}
.footer .footer-container .footer-bottom {
  text-align: center;
  padding-bottom: 10px;
}
.footer .footer-container .footer-bottom > p:first-child {
  padding-bottom: 10px;
}
.float-btn {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 99;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #d63c3f;
  cursor: pointer;
}
.float-btn i {
  font-size: 20px;
}
.compare-price-template {
  width: max-content;
}
.compare-price-template .compare-table {
  padding: 30px;
}
.compare-price-template .compare-table .compare-table-title td {
  text-align: center;
}
.compare-price-template .compare-table > table tr td:last-child {
  text-align: center;
}
.compare-price-template .compare-table > table tr td.center {
  text-align: center;
}
.compare-price-template .compare-table > table tr:first-child td {
  font-weight: bold;
}
.compare-price-template .compare-table .text-right {
  text-align: right;
}
.compare-table {
  background: #fff;
}
.compare-table .document-number {
  padding-bottom: 10px;
}
.compare-table table {
  width: 100%;
  color: #000;
}
.compare-table table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.compare-table table tr td i {
  color: #d63c3f;
  cursor: pointer;
}
.compare-table table tr td i.no-price {
  color: #cccccc;
  pointer-events: none;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr td:last-child {
  text-align: center;
}
.compare-table table tr td.center {
  text-align: center;
}
.compare-table table tr:first-child td {
  font-weight: bold;
}
.table {
  margin: 20px 0;
  background: #fff;
}
.table label {
  display: flex;
  align-items: center;
}
.table label > span {
  margin-left: 10px;
}
.table .check-all {
  font-size: 18px;
  padding: 12px 6px;
  display: flex;
  align-self: center;
  justify-content: space-between;
}
.table .check-all .switch-currency {
  color: #b52629;
  cursor: pointer;
}
.table .table-item {
  margin-top: 10px;
}
.table .table-item > div {
  font-size: 14px;
  padding: 8px 20px;
}
.table .table-item > div:last-child label {
  justify-content: flex-end;
}
.table .table-item .table-container {
  margin-top: 0;
  background: none;
  padding: 0;
}
.table .table-item .table-container > table {
  width: 100%;
  color: #000;
}
.table .table-item .table-container > table tr td {
  padding: 10px 8px;
  border: 1px solid #d6d6d6;
  white-space: nowrap;
}
.table .table-item .table-container > table tr td input {
  border: 0;
  border-bottom: 1px solid #d6d6d6;
  text-align: center;
  width: 90px;
}
.table .table-item .table-container > table tr td:nth-child(3):hover {
  cursor: pointer;
  color: #de6365;
}
.table .table-item .table-container > table tr td:nth-child(1) {
  text-align: center;
}
.table .table-item .table-container > table tr td:nth-child(1) input {
  width: auto;
}
.table .table-item .table-container > table tr td:last-child {
  color: #d63c3f;
  cursor: pointer;
  text-align: center;
}
.table .table-item .table-container > table tr:nth-child(1) td:nth-child(3):hover {
  cursor: auto;
  color: #000;
}
.table .table-item .table-container > table tr .text-center {
  text-align: center;
}
.table .table-item .table-container > table tr:first-child td:last-child {
  background: none;
  color: #000;
  cursor: auto;
}
.table-currency {
  color: #d63c3f;
}
/* 文件上传 */
.upload-file-container {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  box-sizing: border-box;
}
.upload-file-container .file-container {
  width: 40%;
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 4px;
  box-sizing: border-box;
}
.upload-file-container .file-container .file-container-wrap {
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.upload-file-container .file-container.add-file-btn {
  cursor: pointer;
}
.upload-file-container .file-container.add-file-btn i {
  color: #666666;
  font-size: 32px;
  width: auto;
  height: auto;
  padding: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container.add-file-btn span {
  color: #666666;
}
.upload-file-container .file-container .file-thumbnail {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  height: 60px;
  width: 60px;
}
.upload-file-container .file-container .file-thumbnail img {
  max-width: 100%;
  max-height: 100%;
}
.upload-file-container .file-container .file-thumbnail img,
.upload-file-container .file-container .file-thumbnail .file-type-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.upload-file-container .file-container .file-thumbnail .iconfont.icon-remove {
  position: absolute;
  right: -22px;
  top: -2px;
  font-size: 24px;
  color: #ed4014;
  z-index: 3;
}
.upload-file-container .file-container .iconfont {
  color: #333;
  height: auto;
}
.upload-file-container .file-container .file-name-wrap {
  padding: 4px;
}
.upload-file-container .file-container .file-name {
  display: inline-block;
  width: 95%;
  color: #888;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 12px;
}
.upload-file-container .file-container input {
  display: none;
}
.hide {
  display: none !important;
}
/**
 * @Author: 张源
 * @Date: 2020-06-05 15:51:51
 * @Description:  表单公共样式 form-item form-error-item form-title form-content form-item-content-error
                  表单验证错误样式 form-error-item form-item-content-error
 */
.form-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
  min-height: 40px;
}
.form-item .form-item-title-row {
  width: 100%;
  padding: 10px 0;
}
.form-item .form-item-title {
  width: 60px;
  padding: 10px;
  text-align: right;
}
.form-item .form-item-content {
  min-height: 40px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
.form-item .form-item-content input:not([type="file"]),
.form-item .form-item-content select,
.form-item .form-item-content textarea {
  background: #ffffff;
  padding-left: 10px;
  border: 1px solid #d9d9d9;
  min-height: 30px;
}
.form-item .form-item-content .checkbox-wapper,
.form-item .form-item-content .radio-wapper {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.form-item .form-item-content .checkbox-wapper input[type="checkbox"],
.form-item .form-item-content .radio-wapper input[type="checkbox"],
.form-item .form-item-content .checkbox-wapper input[type="radio"],
.form-item .form-item-content .radio-wapper input[type="radio"] {
  margin: 4px;
}
.form-item .form-item-content .form-item-content-error {
  color: #ed4014;
  font-size: 12px;
  position: absolute;
  bottom: -24px;
}
.form-item.form-error-item .form-item-content input,
.form-item.form-error-item .form-item-content select,
.form-item.form-error-item .form-item-content textarea {
  border: 1px solid #ed4014;
}
/**
 * @Author: 张源
 * @Date: 2020-06-13 11:22:29
 * @Description: 添加非表单内 校验错误的样式，目前只针对输入框 下拉框 textarea，而且只改边框颜色
 */
.error-element input,
.error-element select,
.error-element textarea {
  border-color: #ed4014 !important;
}
.link {
  color: #d63c3f;
  text-decoration: underline;
}
.link :hover,
.link :focus {
  cursor: pointer;
  color: #de6365;
}
.link :active {
  color: #cb393c;
}
/**
 * @Author: 贾宏扬
 * @Description: 请求数据为空时显示的样式
 */
.noResult {
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.noResult .noResult-img {
  margin: 0 auto;
  text-align: center;
  width: 240px;
  height: 240px;
}
.noResult .noResult-img img {
  max-width: 100%;
}
.noResult .noResult-text {
  width: 100%;
  text-align: center;
  color: #666666;
  position: relative;
}
.noResult .noResult-text span {
  position: absolute;
  top: -34px;
  left: 47%;
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.content-container {
  background: #ffffff;
  margin-top: 20px;
  padding: 20px 125px;
}
.content-container .notice-detail {
  width: 100%;
}
.content-container .notice-detail p {
  line-height: 2;
}
.content-container .notice-detail .detail-header {
  font-size: 20px;
  text-align: center;
}
.content-container .notice-detail .detail-date {
  display: flex;
  justify-content: space-between;
  color: #666666;
  text-align: center;
  padding: 0 20px;
  line-height: 42px;
  border-bottom: 1px solid #d9d9d9;
}
.content-container .notice-detail .detail-date .font-size span {
  display: inline-block;
  width: 30px;
  text-align: center;
  cursor: pointer;
}
.content-container .notice-detail .detail-date .font-size span:hover {
  color: #d63c3f;
  cursor: pointer;
}
.content-container .notice-detail .detail-date .font-size span.active {
  font-size: 14px;
  color: #b52629;
  font-weight: bold;
}
.content-container .notice-detail .detail-text {
  text-indent: 20px;
  font-size: 14px;
}
.content-container .notice-detail .detail-title {
  font-weight: 600;
}
.content-container .notice-detail .files-wrap {
  padding-top: 10px;
}
.content-container .notice-detail .files-wrap .files {
  padding-bottom: 4px;
}
.content-container .notice-detail .files-wrap .files a {
  cursor: pointer;
}
.content-container .notice-detail .files-wrap .files a:hover {
  color: #d63c3f;
}
.content-container #files-wrap.small-font {
  font-size: 14px;
}
.content-container #files-wrap.middle-font {
  font-size: 16px;
}
.content-container #files-wrap.big-font {
  font-size: 18px;
}
.content-container #notice-content {
  margin: 30px 0;
  font-size: 16px;
  overflow-x: auto;
}
.content-container #notice-content.small-font {
  font-size: 14px;
}
.content-container #notice-content.middle-font {
  font-size: 16px;
}
.content-container #notice-content.big-font {
  font-size: 18px;
}
.content-container #notice-content p,
.content-container #notice-content h1,
.content-container #notice-content h2,
.content-container #notice-content h3,
.content-container #notice-content h4,
.content-container #notice-content h5,
.content-container #notice-content table,
.content-container #notice-content pre {
  margin: 10px 0;
  line-height: 1.5;
}
.content-container #notice-content ul,
.content-container #notice-content ol {
  margin: 10px 0 10px 20px;
}
.content-container #notice-content blockquote {
  display: block;
  border-left: 8px solid #d0e5f2;
  padding: 5px 10px;
  margin: 10px 0;
  line-height: 1.4;
  font-size: 100%;
  background-color: #f1f1f1;
}
.content-container #notice-content code {
  display: inline-block;
  background-color: #f1f1f1;
  border-radius: 3px;
  padding: 3px 5px;
  margin: 0 3px;
}
.content-container #notice-content pre code {
  display: block;
}
.content-container #notice-content table {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.content-container #notice-content table td,
.content-container #notice-content table th {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  padding: 3px 5px;
}
.content-container #notice-content table th {
  border-bottom: 2px solid #ccc;
  text-align: center;
}
.content-container #notice-content:focus {
  outline: none;
}
.content-container #notice-content img {
  max-width: 100%;
  cursor: pointer;
}
.content-container #notice-content img:hover {
  box-shadow: 0 0 5px #333;
}
.content-container #notice-content ol li {
  list-style: decimal;
}
.content-container #notice-content ul li {
  list-style: outside;
}
.content-container #notice-content a {
  color: #1BACFA;
}
.content-container .go-back-button {
  padding: 20px;
  font-size: 14px;
  text-align: center;
}
.content-container .go-back-button span {
  padding: 15px 35px;
  text-align: center;
  border: 1px solid #d63c3f;
  border-radius: 4px;
  cursor: pointer;
  color: #fff;
  width: 104px;
  background: #b52629;
  font-size: 14px;
}
.content-container .skeleton {
  width: 100%;
}
.content-container .skeleton .skeleton-title {
  width: 200px;
  height: 40px;
  margin: auto;
  background: #f2f2f2;
  margin-bottom: 20px;
}
.content-container .skeleton .skeleton-date {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.content-container .skeleton .skeleton-date > div {
  width: 150px;
  height: 20px;
  background: #f2f2f2;
}
.content-container .skeleton .skeleton-content {
  margin: 30px 0;
}
.content-container .skeleton .skeleton-content > div {
  height: 24px;
  background: #f2f2f2;
  margin-bottom: 10px;
}

/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */

