.article-list .item .name, .article-hot .item, .article-menu .item, .standard-category-wrap .category-item .type-list li a, .standard-category-wrap .category-item .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.preview-cont .summary-wrap .send-addr, .furuya-sort .cell, .furuya-search-wrap, .pagination {
  *zoom: 1;
}
.preview-cont .summary-wrap .send-addr:after, .furuya-sort .cell:after, .furuya-search-wrap:after, .pagination:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

body {
  margin: 0;
  font: 14px/1.6 Arial;
  color: #333;
}

input, textarea, select {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: inherit;
  outline: none;
  resize: none;
}

html:root body {
  font-family: "Pingfang SC", "Microsoft Yahei", Arial;
  -webkit-font-smoothing: subpixel-antialiased;
}

form, ul, ol, li, dl, dt, dd, h1, h2, h3, h4, h5, p {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
a img {
  border: none;
}

i, em {
  font-style: normal;
}

s, u {
  text-decoration: none;
}

button {
  cursor: pointer;
}
button i {
  font-size: 0;
}

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

.button {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 1px solid #EE2323;
  background: #EE2323;
  cursor: pointer;
}
.button:hover {
  border: 1px solid #DF1111;
  background: #DF1111;
}

.btn-orange {
  border: 1px solid #FCAA2F;
  background: #FCAA2F;
}
.btn-orange:hover {
  border: 1px solid #F9920B;
  background: #F9920B;
}

.select-wrap {
  float: left;
  position: relative;
}
.select-wrap select {
  padding: 2px 24px 2px 7px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
  border: 1px solid #E9E9E9;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}
.select-wrap i {
  position: absolute;
  top: 7px;
  right: 10px;
  display: block;
  width: 5px;
  height: 5px;
  border-bottom: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.pagination {
  padding: 12px 0 8px;
}
.pagination .page-links {
  text-align: center;
  font-size: 0;
}
.pagination .page-links a, .pagination .page-links span, .pagination .page-links input[type=text] {
  display: inline-block;
  position: relative;
  min-width: 14px;
  height: 30px;
  padding: 0 8px;
  border: 1px solid #D7DAE0;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  vertical-align: top;
}
.pagination .page-links a + *, .pagination .page-links span + *, .pagination .page-links input[type=text] + * {
  margin-left: 8px;
}
.pagination .page-links a:hover {
  text-decoration: none;
  border-color: #f36566;
}
.pagination .page-links span {
  cursor: default;
}
.pagination .page-links input[type=text] {
  width: 40px;
  padding: 0 3px;
}
.pagination .page-links input[type=text]:hover, .pagination .page-links input[type=text]:focus {
  border-color: #ddd;
  z-index: 1;
}
.pagination .page-links .more {
  padding: 0;
  color: #333;
  background: transparent !important;
  border-color: transparent !important;
}
.pagination .page-links .page-select {
  display: inline-block;
  position: relative;
  padding: 0 8px;
  border: 1px solid #D7DAE0;
  background: #fff;
  color: #666;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
}
.pagination .page-links .page-select select {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.pagination .page-links .prev, .pagination .page-links .next {
  padding: 0 12px;
  font-size: 0;
}
.pagination .page-links .prev:before, .pagination .page-links .prev:after, .pagination .page-links .next:before, .pagination .page-links .next:after {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  transform: rotate(45deg);
}
.pagination .page-links .prev s, .pagination .page-links .next s {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.pagination .page-links .prev {
  margin-right: 0;
}
.pagination .page-links .prev:before {
  content: "";
  margin: 0 4px 0 4px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.pagination .page-links .next {
  margin-left: 8px;
}
.pagination .page-links .next:after {
  content: "";
  margin: 0 4px 0 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.pagination .page-links span.prev, .pagination .page-links span.next {
  color: #ccc;
  cursor: default;
}
.pagination .page-links span.prev:before, .pagination .page-links span.next:before {
  opacity: 0.5;
}
.pagination .page-links .current {
  z-index: 1;
  border-color: #EE2323;
  color: #EE2323;
  cursor: default;
}
.pagination .page-links .current:hover {
  border-color: #EE2323;
}

.top-wrap {
  background: #fff;
}

.furuya-top {
  height: 32px;
  border-bottom: 1px solid #f2f2f2;
}
.furuya-top .inner {
  width: 1128px;
  margin: 0 auto;
}
.furuya-top .tips {
  float: left;
  padding: 7px 0;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.furuya-top .login-enter {
  float: right;
  padding: 7px 0;
  font-size: 0;
}
.furuya-top .login-enter a {
  position: relative;
  margin: 0 7px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.furuya-top .login-enter a:hover {
  color: #1F93E6;
}
.furuya-top .login-enter a:not(:last-child):after {
  content: "";
  position: absolute;
  top: 50%;
  right: -7px;
  width: 1px;
  height: 10px;
  margin-top: -5px;
  background: #ccc;
}

.furuya-search-wrap {
  width: 1128px;
  margin: 0 auto;
}
.furuya-search-wrap .furuya-logo {
  float: left;
  width: 180px;
  height: 54px;
  margin-top: 18px;
  margin-left: 20px;
  font-size: 0;
  background-image: url(../images/logo.png);
  background-image: -webkit-image-set(url(../images/logo.png) 1x, url(../images/logo@2x.png) 2x);
  background-repeat: no-repeat;
}
.furuya-search-wrap .furuya-search {
  float: left;
  width: 600px;
  margin: 34px 0 0 70px;
}
.furuya-search-wrap .furuya-search .input-wrap {
  display: flex;
}
.furuya-search-wrap .furuya-search .input-wrap .text {
  flex: 1;
  padding: 4px 10px;
  font-size: 14px;
  line-height: 20px;
  background: #fff;
  border: 0 none;
  border: 2px solid #EE2323;
}
.furuya-search-wrap .furuya-search .input-wrap .text::-webkit-input-placeholder {
  color: #ccc;
}
.furuya-search-wrap .furuya-search .input-wrap .text::-moz-placeholder {
  color: #ccc;
}
.furuya-search-wrap .furuya-search .input-wrap .text:-ms-input-placeholder {
  color: #ccc;
}
.furuya-search-wrap .furuya-search .input-wrap .text::-ms-input-placeholder {
  color: #ccc;
}
.furuya-search-wrap .furuya-search .input-wrap .text::placeholder {
  color: #ccc;
}
.furuya-search-wrap .furuya-search .input-wrap .search {
  width: 80px;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  text-align: center;
  background: #EE2323;
  color: #fff;
}
.furuya-search-wrap .furuya-search .input-wrap .search:hover {
  background: #DF1111;
}
.furuya-search-wrap .furuya-search .search-log {
  font-size: 0;
  padding: 6px 0;
  word-wrap: break-word;
  word-break: break-all;
}
.furuya-search-wrap .furuya-search .search-log span, .furuya-search-wrap .furuya-search .search-log a {
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.furuya-search-wrap .furuya-search .search-log a {
  margin-right: 5px;
}
.furuya-search-wrap .furuya-search .search-log a:hover {
  color: #1F93E6;
}
.furuya-search-wrap .qrcode-wrap {
  float: right;
  display: flex;
  padding: 16px 20px 14px 0;
}
.furuya-search-wrap .qrcode-wrap .qrcode {
  text-align: center;
}
.furuya-search-wrap .qrcode-wrap .qrcode + .qrcode {
  margin-left: 14px;
}
.furuya-search-wrap .qrcode-wrap .qrcode .pic {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 2px;
}
.furuya-search-wrap .qrcode-wrap .qrcode .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.furuya-search-wrap .qrcode-wrap .qrcode span {
  font-size: 12px;
  color: #999;
}

.furuya-nav {
  width: 1128px;
  margin: 0 auto;
  background: #EE2323;
}
.furuya-nav ul {
  display: flex;
  padding: 0 28px;
  font-size: 0;
}
.furuya-nav li {
  display: inline-block;
}
.furuya-nav li a {
  display: block;
  padding: 7px 16px;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}
.furuya-nav li a.current, .furuya-nav li a:hover {
  background: #DF1111;
}

.footer-wrap {
  background: #fff;
}
.footer-wrap .inner {
  width: 1128px;
  margin: 0 auto;
}
.footer-wrap .footer-top {
  display: flex;
  justify-content: space-between;
  padding: 32px 70px 24px 70px;
  border-bottom: 1px solid #f5f5f5;
}
.footer-wrap .footer-top .item dt {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
.footer-wrap .footer-top .item dd {
  padding: 4px 0 0;
}
.footer-wrap .footer-top .item dd li a {
  padding: 4px 0;
  font-size: 12px;
  font-weight: 18px;
  color: #666;
}
.footer-wrap .footer-top .item dd li a:hover {
  color: #1F93E6;
}
.footer-wrap .footer-top .item dd li:last-child a {
  padding-bottom: 0;
}
.footer-wrap .footer-top .qrcode {
  text-align: center;
}
.footer-wrap .footer-top .qrcode + .qrcode {
  margin-left: 24px;
}
.footer-wrap .footer-top .qrcode .pic {
  display: block;
  width: 60px;
  height: 60px;
  margin: 0 auto 2px;
}
.footer-wrap .footer-top .qrcode .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.footer-wrap .footer-top .qrcode span {
  font-size: 12px;
  color: #999;
}
.footer-wrap .footer-bot {
  padding: 20px 0 40px;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #999;
}

.container-inner {
  width: 1128px;
  margin: 0 auto;
}

.furuya-index-container {
  padding: 12px 0;
  background: #F5F5F5;
}

.furuya-banner {
  position: relative;
  height: 320px;
  overflow: hidden;
}
.furuya-banner .img-list {
  position: relative;
  height: 100%;
}
.furuya-banner .img-list ul {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
}
.furuya-banner .img-list li {
  flex-shrink: 0;
  width: 1128px;
}
.furuya-banner .img-list li img {
  display: block;
  width: 100%;
}
.furuya-banner .circle-list {
  position: absolute;
  left: 50%;
  bottom: 16px;
  display: flex;
  transform: translateX(-50%);
}
.furuya-banner .circle-list i {
  width: 6px;
  height: 6px;
  margin: 0 4px;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 4px;
  cursor: pointer;
}
.furuya-banner .circle-list i.current {
  width: 22px;
  border-color: #EE2323;
  background: #EE2323;
}
.furuya-banner .circle-list i:hover {
  border-color: #EE2323;
  background: #EE2323;
}

.furuya-brand .desc {
  font-size: 12px;
  color: #666;
  vertical-align: top;
  padding: 3px 10px;
}
.furuya-brand .image img {
  width: 160px;
  height: 60px;
  border: 1px solid #eee;
  padding: 3px 10px;
}

.industry-wrap {
  padding: 12px 0;
}
.industry-wrap ul {
  display: flex;
}
.industry-wrap li {
  flex: 1;
}
.industry-wrap li:not(:last-child) {
  margin-right: 12px;
}
.industry-wrap .industry {
  position: relative;
  display: block;
  padding: 24px 10px;
  text-align: center;
  background: #fff;
}
.industry-wrap .industry:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.industry-wrap .industry:hover:before {
  content: "";
}
.industry-wrap .industry:hover span {
  color: #EE2323;
}
.industry-wrap .industry img {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 4px;
  -o-object-fit: cover;
  object-fit: cover;
}
.industry-wrap .industry .icon-industry {
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto 4px;
  background-image: url(../images/icon_industry.svg);
  background-repeat: no-repeat;
}
.industry-wrap .industry .icon-industry.ind-car {
  background-position-x: 0;
}
.industry-wrap .industry .icon-industry.ind-minera {
  background-position-x: -52px;
}
.industry-wrap .industry .icon-industry.ind-cement {
  background-position-x: -104px;
}
.industry-wrap .industry .icon-industry.ind-power {
  background-position-x: -156px;
}
.industry-wrap .industry .icon-industry.ind-chemical {
  background-position-x: -208px;
}
.industry-wrap .industry span {
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.industry-wrap .industry:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}

.standard-category-wrap .headline,
.nonstandard-category-wrap .headline {
  position: relative;
  padding: 6px 0;
}
.standard-category-wrap .headline .title strong,
.nonstandard-category-wrap .headline .title strong {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
}
.standard-category-wrap .headline .side,
.nonstandard-category-wrap .headline .side {
  position: absolute;
  top: 8px;
  right: 0;
}
.standard-category-wrap .headline .side .other,
.nonstandard-category-wrap .headline .side .other {
  display: flex;
  align-items: center;
}
.standard-category-wrap .headline .side .other span,
.nonstandard-category-wrap .headline .side .other span {
  padding-right: 2px;
  font-size: 12px;
  color: #999;
}
.standard-category-wrap .headline .side .other:after,
.nonstandard-category-wrap .headline .side .other:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}
.standard-category-wrap .headline .side .other:hover span,
.nonstandard-category-wrap .headline .side .other:hover span {
  color: #1F93E6;
}
.standard-category-wrap .headline .side .other:hover:after,
.nonstandard-category-wrap .headline .side .other:hover:after {
  border-color: #1F93E6;
}

.standard-category-wrap .category-wrap {
  padding: 10px 0 0;
}
.standard-category-wrap .category-wrap > ul {
  counter-reset: category-list;
  font-size: 0;
}
.standard-category-wrap .category-wrap > ul > li {
  counter-increment: category-list;
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
  width: calc((100% - 12px * 3) / 4);
}
.standard-category-wrap .category-wrap > ul > li:nth-child(4n) {
  margin-right: 0;
}
.standard-category-wrap .category-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  min-height: 268px;
  padding: 34px 10px 30px;
  background: #fff;
  cursor: pointer;
}
.standard-category-wrap .category-item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.standard-category-wrap .category-item:before {
  content: counter(category-list);
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  font-family: Arial-Black;
  font-size: 34px;
  line-height: 42px;
  color: #FCAA2F;
  font-style: oblique;
  opacity: 0.5;
}
.standard-category-wrap .category-item .title {
  position: relative;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
  text-align: center;
}
.standard-category-wrap .category-item .cont {
  position: relative;
  height: 158px;
  padding-right: 140px;
  margin: 24px 10px 0 14px;
}
.standard-category-wrap .category-item .type-list {
  max-height: 158px;
  overflow: hidden;
}
.standard-category-wrap .category-item .type-list li a {
  position: relative;
  display: block;
  padding-left: 8px;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.standard-category-wrap .category-item .type-list li a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 4px;
  height: 4px;
  margin-top: -2px;
  border-radius: 50%;
  background: #EE2323;
}
.standard-category-wrap .category-item .type-list li a:hover {
  color: #EE2323;
}
.standard-category-wrap .category-item .type-list li:not(:last-child) {
  margin-bottom: 10px;
}
.standard-category-wrap .category-item .pic {
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 140px;
}
.standard-category-wrap .category-item .pic img {
  display: block;
  width: 100%;
}
.standard-category-wrap .category-item .more {
  position: absolute;
  top: calc(100% - 2px);
  right: -4px;
  z-index: 1;
}
.standard-category-wrap .category-item .more > a {
  position: relative;
  padding-right: 10px;
  margin-left: 8px;
  font-size: 12px;
  color: #EE2323;
}
.standard-category-wrap .category-item .more > a:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 5px;
  display: block;
  width: 6px;
  height: 6px;
  border-right: 1px solid #EE2323;
  border-bottom: 1px solid #EE2323;
  transform: rotate(-45deg);
}
.standard-category-wrap .category-item .more:hover > a {
  color: #dc1111;
}

.nonstandard-category-wrap {
  margin-bottom: 12px;
}
.nonstandard-category-wrap .nonstandard-wrap {
  display: flex;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-head {
  flex-shrink: 0;
  width: 216px;
  min-height: 584px;
  background-color: #cb0404;
  word-wrap: break-word;
  word-break: break-all;
  background-image: url(../images/bg_fbzd.png);
  background-image: -webkit-image-set(url(../images/bg_fbzd.png) 1x, url(../images/bg_fbzd@2x.png) 2x);
  background-repeat: no-repeat;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-head .title {
  padding: 40px 30px 14px;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-head .info {
  padding: 0 30px;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-head .pic {
  width: 280px;
  height: 280px;
  margin: 150px -33px 0 -31px;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-head .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-cont {
  flex: 1;
  min-width: 0;
  margin-left: 12px;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-cont ul {
  font-size: 0;
  margin-bottom: -12px;
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-cont li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
  width: calc((100% - 12px * 3) / 4);
}
.nonstandard-category-wrap .nonstandard-wrap .nonstandard-cont li:nth-child(4n) {
  margin-right: 0;
}

.product-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 18px 0 24px;
  min-height: 286px;
  background: #fff;
  cursor: pointer;
}
.product-item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}
.product-item:hover:before {
  content: "";
}
.product-item:hover .name {
  color: #EE2323;
}
.product-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}
.product-item .pic {
  width: 180px;
  height: 180px;
  margin: 0 auto 10px;
}
.product-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.product-item .name {
  margin: 0 20px;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product-item .price {
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #EE2323;
}

.brand-item {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 10px 0 0 0;
  min-height: 60px;
  background: #fff;
  cursor: pointer;
}

.brand-item:hover {
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.05);
}

.brand-item:hover:before {
  content: "";
}

.brand-item:hover .name {
  color: #EE2323;
  font-weight: bolder;
}

.brand-item:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}

.brand-item .pic {
  width: 160px;
  height: 60px;
  margin: 0 auto 10px;
}

.brand-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.brand-item .name {
  margin: 0 20px;
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  color: #333;
  word-wrap: break-word;
  word-break: break-all;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-align: center;
}

.brand-wrap ul {
  font-size: 0;
}
.brand-wrap li {
  display: inline-block;
  vertical-align: top;
  background: #fff;
  height: 60px;
  width: calc((100% - 6px) / 7);
  margin: 0 1px 1px 0;
}
.brand-wrap li:nth-child(7n) {
  margin-right: 0;
}
.brand-wrap li a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
  height: 100%;
}
.brand-wrap li img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.brand-wrap li .icon-brand {
  display: block;
  width: 160px;
  height: 60px;
  background-image: url(../images/icon_brand.png);
  background-image: -webkit-image-set(url(../images/icon_brand.png) 1x, url(../images/icon_brand@2x.png) 2x);
  background-repeat: no-repeat;
}
.brand-wrap li .icon-brand.ib-honey {
  background-position-x: 0px;
}
.brand-wrap li .icon-brand.ib-ansell {
  background-position-x: -160px;
}
.brand-wrap li .icon-brand.ib-hvnvo {
  background-position-x: -320px;
}
.brand-wrap li .icon-brand.ib-stanley {
  background-position-x: -480px;
}
.brand-wrap li .icon-brand.ib-bosch {
  background-position-x: -640px;
}
.brand-wrap li .icon-brand.ib-gedore {
  background-position-x: -800px;
}
.brand-wrap li .icon-brand.ib-dewalt {
  background-position-x: -960px;
}
.brand-wrap li .icon-brand.ib-asone {
  background-position-x: -1120px;
}
.brand-wrap li .icon-brand.ib-lenovo {
  background-position-x: -1280px;
}
.brand-wrap li .icon-brand.ib-seco {
  background-position-x: -1440px;
}
.brand-wrap li .icon-brand.ib-3m {
  background-position-x: -1600px;
}
.brand-wrap li .icon-brand.ib-tektronix {
  background-position-x: -1760px;
}
.brand-wrap li .icon-brand.ib-hioki {
  background-position-x: -1920px;
}
.brand-wrap li .icon-brand.ib-tesa {
  background-position-x: -2080px;
}

.furuya-path {
  font-size: 0;
}
.furuya-path a {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-path i {
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  margin: 0 8px 0 4px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
  transform: rotate(45deg);
}

.furuya-container {
  padding: 12px 0;
  background: linear-gradient(to bottom, #fff 0%, #fff 100px, #F5F5F5 100%);
}

.furuya-filter {
  margin-top: 12px;
}
.furuya-filter table {
  width: 100%;
}
.furuya-filter table tr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.furuya-filter table tr:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.furuya-filter table th {
  padding: 8px 24px;
  width: 62px;
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  font-weight: normal;
  color: #999;
  background: #F5F5F5;
}
.furuya-filter table td {
  font-size: 0;
}
.furuya-filter table .filter-list {
  padding: 0 20px;
  word-wrap: break-word;
  word-break: break-all;
}
.furuya-filter table .filter-list a {
  display: inline-block;
  vertical-align: top;
  padding: 8px 0;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-filter table .filter-list a:not(:last-child) {
  margin-right: 24px;
}
.furuya-filter table .filter-list a:hover, .furuya-filter table .filter-list a.current {
  color: #EE2323;
}
.furuya-filter table .filter-more {
  float: right;
  margin-right: -10px !important;
}

.less-list {
  max-height: 32px;
  overflow: hidden;
}

.furuya-sort {
  display: flex;
  margin-top: 12px;
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.furuya-sort .cell {
  flex: 1;
  min-width: 0;
}
.furuya-sort .side {
  flex-shrink: 0;
}
.furuya-sort .side .count {
  padding: 9px 24px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.furuya-sort .side .count em {
  color: #EE2323;
}
.furuya-sort .sort-tab-wrap {
  float: left;
  margin: -1px 0;
  font-size: 0;
}
.furuya-sort .sort-tab-wrap a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.furuya-sort .sort-tab-wrap a:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}
.furuya-sort .sort-tab-wrap a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-sort .sort-tab-wrap a i {
  display: inline-block;
  vertical-align: middle;
}
.furuya-sort .sort-tab-wrap a .icon-sort {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_sort.svg);
  background-repeat: no-repeat;
}
.furuya-sort .sort-tab-wrap a .icon-sort.is-up {
  transform: rotate(180deg);
}
.furuya-sort .sort-tab-wrap a .icon-sort.is-double {
  background-position-x: -24px;
}
.furuya-sort .sort-tab-wrap a .icon-sort.is-double.isd-up {
  background-position-x: -36px;
}
.furuya-sort .sort-tab-wrap a .icon-sort.is-double.isd-down {
  background-position-x: -48px;
}
.furuya-sort .sort-tab-wrap a:hover span {
  color: #EE2323;
}
.furuya-sort .sort-tab-wrap a:hover .icon-sort.is-up, .furuya-sort .sort-tab-wrap a:hover .icon-sort.is-down {
  background-position-x: -12px;
}
.furuya-sort .sort-tab-wrap a.current {
  background: #fff;
}
.furuya-sort .sort-tab-wrap a.current:before {
  content: "";
}
.furuya-sort .sort-tab-wrap a.current span {
  font-weight: 500;
  color: #EE2323;
}
.furuya-sort .price-wrap {
  float: left;
  margin-left: 24px;
  padding: 6px 0;
}
.furuya-sort .price-wrap .text {
  padding: 2px 7px;
  width: 64px;
  font-size: 12px;
  line-height: 18px;
  background: #fff;
  border: 1px solid #E9E9E9;
}
.furuya-sort .price-wrap .text::-webkit-input-placeholder {
  color: #999;
}
.furuya-sort .price-wrap .text::-moz-placeholder {
  color: #999;
}
.furuya-sort .price-wrap .text:-ms-input-placeholder {
  color: #999;
}
.furuya-sort .price-wrap .text::-ms-input-placeholder {
  color: #999;
}
.furuya-sort .price-wrap .text::placeholder {
  color: #999;
}
.furuya-sort .price-wrap span {
  margin: 0 4px;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-sort .label-wrap {
  float: left;
  margin-left: 40px;
  font-size: 0;
}
.furuya-sort .label-wrap label {
  padding: 9px 0;
  display: inline-block;
  cursor: pointer;
}
.furuya-sort .label-wrap label + label {
  margin-left: 20px;
}
.furuya-sort .label-wrap label input[type=checkbox], .furuya-sort .label-wrap label input[type=radio] {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
  border-radius: 1px;
  border: 1px solid #ccc;
  background: #fff;
  -webkit-appearance: none;
  cursor: pointer;
}
.furuya-sort .label-wrap label input[type=checkbox]:before, .furuya-sort .label-wrap label input[type=radio]:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 3px;
  margin-top: -1px;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform-origin: center;
}
.furuya-sort .label-wrap label input[type=checkbox]:hover, .furuya-sort .label-wrap label input[type=radio]:hover {
  border-color: #bbb;
}
.furuya-sort .label-wrap label input[type=checkbox]:checked, .furuya-sort .label-wrap label input[type=radio]:checked {
  border-color: #EE2323;
}
.furuya-sort .label-wrap label input[type=checkbox]:checked:before, .furuya-sort .label-wrap label input[type=radio]:checked:before {
  content: "";
  border-color: #EE2323;
}
.furuya-sort .label-wrap label span {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-sort .send-addr {
  float: left;
  margin-left: 40px;
  padding: 6px 0;
}
.furuya-sort .send-addr span {
  float: left;
  padding: 3px 0;
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.furuya-sort .send-addr .select-wrap {
  float: left;
}

.furuya-list {
  margin-top: 10px;
}
.furuya-list ul {
  font-size: 0;
}
.furuya-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 12px 12px 0;
  width: calc((100% - 12px * 4) / 5);
}
.furuya-list li:nth-child(5n) {
  margin-right: 0;
}

.furuya-preview {
  display: flex;
  margin-top: 12px;
}

.preview-wrap {
  flex-shrink: 0;
  width: 360px;
}
.preview-wrap .main-img {
  width: 358px;
  height: 358px;
  margin-bottom: 12px;
  border: 1px solid #E9E9E9;
}
.preview-wrap .main-img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.preview-wrap .spec-list {
  display: flex;
}
.preview-wrap .spec-list .prev, .preview-wrap .spec-list .next {
  width: 24px;
  height: 48px;
}
.preview-wrap .spec-list .prev i, .preview-wrap .spec-list .next i {
  display: block;
  width: 12px;
  height: 12px;
  transform: rotate(45deg);
}
.preview-wrap .spec-list .prev:hover, .preview-wrap .spec-list .next:hover {
  background: #f4f6fb;
}
.preview-wrap .spec-list .prev {
  margin-right: 6px;
}
.preview-wrap .spec-list .prev i {
  margin: 17px 0 0 9px;
  border-bottom: 1px solid #999;
  border-left: 1px solid #999;
}
.preview-wrap .spec-list .next {
  margin-left: 6px;
}
.preview-wrap .spec-list .next i {
  margin: 17px 0 0 2px;
  border-top: 1px solid #999;
  border-right: 1px solid #999;
}
.preview-wrap .spec-list .spec-items {
  position: relative;
  width: 300px;
  height: 48px;
}
.preview-wrap .spec-list .spec-items ul {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
}
.preview-wrap .spec-list .spec-items li {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  margin: 0 6px;
  cursor: pointer;
  border: 2px solid transparent;
}
.preview-wrap .spec-list .spec-items li img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.preview-wrap .spec-list .spec-items li:hover, .preview-wrap .spec-list .spec-items li.current {
  border: 2px solid #EE2323;
}

.preview-cont {
  flex: 1;
  min-width: 0;
  padding: 8px 0 0 24px;
  word-wrap: break-word;
  word-break: break-all;
}
.preview-cont .name {
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}
.preview-cont .info-wrap .group, .preview-cont .summary-wrap .group {
  display: flex;
  padding: 4px 0;
}
.preview-cont .info-wrap .group dl:first-child, .preview-cont .summary-wrap .group dl:first-child {
  width: 40%;
}
.preview-cont .info-wrap .group dl:last-child, .preview-cont .summary-wrap .group dl:last-child {
  width: 60%;
}
.preview-cont .info-wrap dl, .preview-cont .summary-wrap dl {
  position: relative;
  padding-left: 72px;
  word-wrap: break-word;
  word-break: break-all;
}
.preview-cont .info-wrap dl dt, .preview-cont .summary-wrap dl dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  text-align: right;
}
.preview-cont .info-wrap dl dd, .preview-cont .summary-wrap dl dd {
  padding-left: 8px;
}
.preview-cont .info-wrap dl.dl-large-dt dt, .preview-cont .summary-wrap dl.dl-large-dt dt {
  line-height: 30px;
}
.preview-cont .info-wrap dl, .preview-cont .summary-wrap dl {
  font-size: 12px;
  line-height: 18px;
}
.preview-cont .info-wrap dl dt, .preview-cont .summary-wrap dl dt {
  color: #666;
}
.preview-cont .info-wrap dl dd, .preview-cont .summary-wrap dl dd {
  color: #333;
}
.preview-cont .info-wrap dl a, .preview-cont .summary-wrap dl a {
  color: #1F93E6;
}
.preview-cont .info-wrap dl a:hover, .preview-cont .summary-wrap dl a:hover {
  text-decoration: underline;
}
.preview-cont .price-wrap {
  margin-top: 12px;
}
.preview-cont .price-wrap .price {
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 64px;
  background: #fff9f0;
}
.preview-cont .price-wrap .price em {
  font-size: 24px;
  line-height: 24px;
  font-weight: 600;
  color: #EE2323;
}
.preview-cont .price-wrap .tax-price {
  display: flex;
  align-items: center;
  padding-left: 24px;
  height: 40px;
  background: #fffcf7;
}
.preview-cont .price-wrap .tax-price dd {
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.preview-cont .price-wrap dt {
  font-size: 12px;
  line-height: 18px;
  color: #666;
}
.preview-cont .info-wrap {
  padding: 12px;
}
.preview-cont .summary-wrap {
  padding: 12px;
  border-top: 1px dotted #E8E8E8;
}
.preview-cont .summary-wrap dl + dl {
  margin-top: 12px;
}
.preview-cont .summary-wrap .send-addr .select-wrap {
  margin-right: 16px;
}
.preview-cont .summary-wrap .send-addr .select-wrap select {
  padding: 5px 24px 5px 7px;
  color: #333;
}
.preview-cont .summary-wrap .send-addr .select-wrap i {
  top: 10px;
}
.preview-cont .summary-wrap .send-addr .source {
  float: left;
  padding: 6px 0;
  font-size: 12px;
  line-height: 18px;
  color: #333;
}
.preview-cont .summary-wrap .send-date {
  font-size: 0;
}
.preview-cont .summary-wrap .send-date span {
  margin-right: 14px;
}
.preview-cont .summary-wrap .send-date span, .preview-cont .summary-wrap .send-date a {
  font-size: 12px;
}
.preview-cont .summary-wrap .choose-amount {
  font-size: 0;
}
.preview-cont .summary-wrap .choose-amount .sub, .preview-cont .summary-wrap .choose-amount .add {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 28px;
  background: #F5F5F5;
  border: 1px solid #e8e8e8;
}
.preview-cont .summary-wrap .choose-amount .sub:before, .preview-cont .summary-wrap .choose-amount .sub:after, .preview-cont .summary-wrap .choose-amount .add:before, .preview-cont .summary-wrap .choose-amount .add:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  border-radius: 1px;
  background-color: #999;
}
.preview-cont .summary-wrap .choose-amount .sub:hover:before, .preview-cont .summary-wrap .choose-amount .sub:hover:after, .preview-cont .summary-wrap .choose-amount .add:hover:before, .preview-cont .summary-wrap .choose-amount .add:hover:after {
  background-color: #EE2323;
}
.preview-cont .summary-wrap .choose-amount .add:after {
  transform: rotate(90deg);
}
.preview-cont .summary-wrap .choose-amount .text {
  display: inline-block;
  vertical-align: top;
  margin: 0 -1px;
  width: 48px;
  padding: 4px 7px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  background: #fff;
  border: 1px solid #e8e8e8;
}
.preview-cont .action {
  padding: 4px 0 0 92px;
  font-size: 0;
}
.preview-cont .action .button {
  width: 140px;
  margin-right: 16px;
}

.furuya-details {
  display: flex;
  margin-top: 24px;
}

.relation-product {
  flex-shrink: 0;
  width: 216px;
  background: #fff;
}
.relation-product .title {
  position: relative;
  padding: 11px 13px;
}
.relation-product .title strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #333;
}
.relation-product .title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #EE2323;
}
.relation-product .relpro-item {
  position: relative;
  display: flex;
  padding: 9px 10px;
  cursor: pointer;
}
.relation-product .relpro-item:last-child:after {
  display: none;
}
.relation-product .relpro-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 10px;
  right: 10px;
  border-bottom: 1px dotted #e8e8e8;
}
.relation-product .relpro-item:hover .cont .name {
  color: #EE2323;
}
.relation-product .relpro-item .pic {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin-right: 8px;
}
.relation-product .relpro-item .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.relation-product .relpro-item .cont {
  flex: 1;
  min-width: 0;
  word-wrap: break-word;
  word-break: break-all;
}
.relation-product .relpro-item .cont .name {
  padding: 4px 0 0;
  margin-bottom: 4px;
  font-size: 12px;
  line-height: 16px;
  color: #333;
  /* autoprefixer: ignore next */
  display: -webkit-box;
  /* autoprefixer: ignore next */
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.relation-product .relpro-item .cont .price {
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  color: #EE2323;
}

.detail-wrap {
  flex: 1;
  min-width: 0;
  margin-left: 12px;
  background: #fff;
}
.detail-wrap .tab-main {
  height: 38px;
  font-size: 0;
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.detail-wrap .tab-main a {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 104px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.detail-wrap .tab-main a:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}
.detail-wrap .tab-main a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.detail-wrap .tab-main a:hover span {
  color: #EE2323;
}
.detail-wrap .tab-main a.current {
  background: #fff;
}
.detail-wrap .tab-main a.current:before {
  content: "";
}
.detail-wrap .tab-main a.current span {
  font-weight: 500;
  color: #EE2323;
}
.detail-wrap .tab-con .info-wrap {
  padding: 12px 0;
  margin-left: -12px;
  border-bottom: 1px dotted #E8E8E8;
}
.detail-wrap .tab-con .info-wrap .group {
  display: flex;
  padding: 4px 0;
}
.detail-wrap .tab-con .info-wrap .group dl:first-child {
  width: 40%;
  margin-right: 4px;
}
.detail-wrap .tab-con .info-wrap .group dl:last-child {
  width: 60%;
}
.detail-wrap .tab-con .info-wrap dl {
  position: relative;
  padding-left: 72px;
  word-wrap: break-word;
  word-break: break-all;
}
.detail-wrap .tab-con .info-wrap dl dt {
  position: absolute;
  top: 0;
  left: 0;
  width: 72px;
  text-align: right;
}
.detail-wrap .tab-con .info-wrap dl dd {
  padding-left: 8px;
}
.detail-wrap .tab-con .info-wrap dl.dl-large-dt dt {
  line-height: 30px;
}
.detail-wrap .tab-con .info-wrap dl {
  font-size: 12px;
  line-height: 18px;
}
.detail-wrap .tab-con .info-wrap dl dt {
  color: #666;
}
.detail-wrap .tab-con .info-wrap dl dd {
  color: #333;
}
.detail-wrap .tab-con .info-wrap dl a {
  color: #1F93E6;
}
.detail-wrap .tab-con .info-wrap dl a:hover {
  text-decoration: underline;
}
.detail-wrap .tab-con .item {
  padding: 4px 24px;
  word-wrap: break-word;
  word-break: break-all;
}
.detail-wrap .article-cont {
  padding: 16px 0;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.detail-wrap .article-cont a {
  color: #1F93E6;
}
.detail-wrap .article-cont img {
  max-width: 100%;
}

.picture-wrap li:first-child:last-child .pic img {
  display: block;
  max-width: 100%;
}

.article-wrap {
  position: relative;
  display: flex;
  margin-top: 12px;
}
.article-wrap .article-side {
  flex-shrink: 0;
  width: 216px;
}
.article-wrap .article-side .title {
  padding: 13px 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  color: #333;
}
.article-wrap .article-list-cont {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  background: #fff;
}
.article-wrap .article-list-cont .tab-main {
  height: 38px;
  font-size: 0;
  background: #F5F5F5;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.article-wrap .article-list-cont .tab-main a {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 104px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.article-wrap .article-list-cont .tab-main a:before {
  position: absolute;
  top: -1px;
  left: 0;
  right: 0;
  border-top: 2px solid #EE2323;
}
.article-wrap .article-list-cont .tab-main a span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.article-wrap .article-list-cont .tab-main a:hover span {
  color: #EE2323;
}
.article-wrap .article-list-cont .tab-main a.current {
  background: #fff;
}
.article-wrap .article-list-cont .tab-main a.current:before {
  content: "";
}
.article-wrap .article-list-cont .tab-main a.current span {
  font-weight: 500;
  color: #EE2323;
}
.article-wrap .article-details-cont {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  background: #fff;
}

.article-menu {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.article-menu + .article-hot {
  margin-top: 12px;
}
.article-menu .item {
  position: relative;
  display: block;
  padding: 11px 15px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.article-menu .item:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 12px;
  margin-top: -6px;
  background: #EE2323;
}
.article-menu .item:hover {
  color: #EE2323;
}
.article-menu .item.current {
  color: #EE2323;
  background: rgba(238, 35, 35, 0.06);
  border: 0 none !important;
}
.article-menu .item.current:before {
  content: "";
}

.article-hot {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.article-hot ul {
  counter-reset: hot-list;
}
.article-hot li {
  counter-increment: hot-list;
}
.article-hot li:nth-child(-n + 3) .item:before {
  color: #FCAA2F;
}
.article-hot .item {
  position: relative;
  display: block;
  padding: 11px 13px 11px 31px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
.article-hot .item:before {
  content: counter(hot-list);
  position: absolute;
  top: 0;
  left: 8px;
  min-width: 20px;
  text-align: center;
  font-family: Arial-Black;
  font-style: italic;
  font-size: 18px;
  line-height: 42px;
  color: #ccc;
}
.article-hot .item:hover {
  color: #EE2323;
}

.article-list {
  padding: 8px 0 0;
}
.article-list .item {
  position: relative;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 10px 0 24px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.article-list .item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #ccc;
}
.article-list .item .name {
  flex: 1;
  min-width: 0;
  font-size: 14px;
  line-height: 48px;
  color: #333;
}
.article-list .item .name:hover {
  color: #EE2323;
}
.article-list .item .time {
  flex-shrink: 0;
  margin-left: 5px;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}

.article-details-cont {
  padding: 0 46px 22px;
  word-wrap: break-word;
  word-break: break-all;
}
.article-details-cont .adc-top {
  padding: 16px 0;
  text-align: center;
  border-bottom: 1px solid #E8E8E8;
}
.article-details-cont .adc-top .title {
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  color: #333;
}
.article-details-cont .adc-top .info {
  padding: 8px 0;
  font-size: 12px;
  line-height: 18px;
  color: #999;
}
.article-details-cont .article-cont {
  padding: 24px 0;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.article-details-cont .article-cont a {
  color: #1F93E6;
}
.article-details-cont .article-cont img {
  max-width: 100%;
}

.initial-filter {
  border-bottom: 1px solid #efefef;
  font-size: 14px;
  padding: 10px 0;
  color: #666;
}
.initial-filter a {
  color: #666;
  padding: 0 8px;
  display: inline-block;
  font-size: 14px;
}
.initial-filter a:hover, .initial-filter .current {
  background: #ff0000;
  color: #ffffff;
}