#ShowService {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.header-box {
  height: 240px;
  background: url("/mall-view/img/software/software_banner_bg.png") 0 0 no-repeat;
  background-size: cover;
  position: relative;
}
.header-box .logo-text {
  position: absolute;
  top: 102px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
}
.header-box .logo-text .logo-title {
  word-break: keep-all;
  font-weight: bolder;
  color: rgba(255, 255, 255, 0.2);
  background: linear-gradient(90deg, #bacbe8 0%, #aec0e0 30%, #ebf1fc 70%, #cee3fe 95%);
  background: -webkit-linear-gradient(180deg, #bacbe8 0%, #aec0e0 30%, #ebf1fc 70%, #cee3fe 95%);
  -webkit-background-clip: text;
  background-clip: text;
}
.header-box .logo-text .logo-title.left-logo-img {
  height: 60px;
}
.header-box .logo-text .logo-title.left-logo-img img {
  height: 100%;
}
.header-box .logo-text .shopInfo {
  width: 444px;
  height: 92px;
  margin-left: 60px;
  background: rgba(255, 255, 255, 0.16);
  border-radius: 8px;
  display: none;
  align-items: center;
  padding: 16px;
  box-sizing: border-box;
  margin-top: -10px;
}
.header-box .logo-text .shopInfo .left-box {
  width: 120px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-box .logo-text .shopInfo .left-box span {
  width: 100%;
  height: 100%;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.header-box .logo-text .shopInfo .left-box img {
  height: 100%;
}
.header-box .logo-text .shopInfo .left-box b {
  color: rgba(13, 28, 50, 0.25);
  font-size: 17px;
}
.header-box .logo-text .shopInfo .right-box {
  margin-left: 12px;
  display: flex;
  flex-direction: column;
}
.header-box .logo-text .shopInfo .right-box .shop-name {
  font-size: 18px;
  height: 28px;
  line-height: 28px;
  margin-bottom: 5px;
  color: rgba(255, 255, 255, 0.9);
}
.header-box .logo-text .shopInfo .right-box .customer-tel {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.header-box .login {
  cursor: pointer;
}
body .header-box .site-topbar {
  color: #b0b0b0;
  background: transparent;
  border-bottom: 1px solid transparent;
  height: 60px;
  display: flex;
  align-items: center;
}
body .header-box .site-topbar .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body .header-box .site-topbar .topbar-nav {
  height: 32px;
  display: inline-flex;
  align-items: center;
  width: auto;
}
body .header-box .site-topbar .topbar-nav .software-logo {
  padding-right: 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  margin-right: 13px;
  height: 22px;
  display: inline-block;
  line-height: 22px;
  padding-left: 22px;
  background: url(/mall-view/img/software/guocai_logo.png) 0 2px no-repeat;
  background-size: 18px 18px;
  cursor: pointer;
}
body .header-box .site-topbar .topbar-nav > span {
  font-size: 14px;
  margin-right: 16px;
  color: rgba(255, 255, 255, 0.9);
  cursor: pointer;
}
body .header-box .site-topbar .topbar-nav > span i {
  width: 20px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
}
body .header-box .site-topbar .topbar-nav > span a {
  color: rgba(255, 255, 255, 0.9);
}
body .header-box .site-topbar .topbar-nav > span a:hover {
  color: #fff;
}
body .header-box .site-topbar .topbar-nav span.search-input-box {
  width: 72px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  transition: width linear 1s;
  padding: 5px 11px;
  padding-left: 0;
  box-sizing: border-box;
  border: 1px solid  transparent;
  text-align: left;
  margin-right: 13px;
}
body .header-box .site-topbar .topbar-nav span.search-input-box > span {
  width: 48px;
  height: 22px;
  display: flex;
  align-items: center;
}
body .header-box .site-topbar .topbar-nav span.search-input-box > span:hover {
  color: #fff;
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active {
  border: 1px solid rgba(255, 255, 255, 0.4);
  width: 360px;
  margin-left: 11px;
  margin-right: 16px;
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active :-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
body .header-box .site-topbar .topbar-nav span.search-input-box.input-active input {
  width: 270px;
  padding-left: 11px;
  display: inline-block;
}
body .header-box .site-topbar .topbar-nav span.search-input-box input {
  transition: width linear 1s;
  height: 22px;
  border: none;
  width: 0px;
  background-color: transparent;
  color: #fff;
}
body .header-box .site-topbar .top-text {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);
}
body .header-box .site-topbar .top-text:hover {
  color: #fff;
}
body .header-box .site-topbar .topbar-info {
  display: flex;
  align-items: center;
}
body .header-box .site-topbar .topbar-info .top-text {
  margin-right: 24px;
}
body .header-box .site-topbar .topbar-info .register {
  width: 60px;
  height: 32px;
  line-height: 32px;
  background: #2d6dff;
  border-radius: 4px;
  color: #fff;
  border: none;
  font-size: 14px;
}
body .header-box .site-topbar .topbar-info .split {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  display: inline-block;
  height: 22px;
  margin: 0 24px 0 0;
}
body .product-desc .pd-title a:hover,
body .product-desc .pd-price {
  color: #2d6dff;
}
body .product-desc .pd-button .layui-btn-normal {
  background-color: #2d6dff;
}
body .product-desc .layui-btn.layui-btn-primary:hover {
  border-color: #2D6DFF;
}
body .product-desc .isCollect,
body .product-desc .isCollect:hover {
  color: #2d6dff;
  border-color: #2D6DFF;
}
body .boxShadow .layui-form-checked[lay-skin=primary] i {
  border-color: #2D6DFF;
  background-color: #2D6DFF;
}
body .layui-btn:not(.layui-btn-primary):not(.layui-btn-normal):not(.layui-btn-warm):not(.layui-btn-danger):not(.layui-btn-disabled),
body .button-disabled {
  background-color: #2d6dff !important;
}
body .current .asc .icon-sort-asc,
body .current :not(.asc) .icon-sort-desc,
body .sType a:hover,
body .order-list a:hover,
body .current,
body .gc-goods-price-rate,
body .simi-inner-right div,
body .gc-goods-breadcrumb span a:hover,
body .gc-eval-count-this {
  color: #2d6dff;
}
body .banner-target {
  border-color: #2D6DFF !important;
}
body .vertical-line {
  background-color: #2d6dff;
}
.footer-box {
  background: url(../../img/software/software_footer_bg.png) 0 0 no-repeat;
  background-size: cover;
}
.footer-box .site-footer {
  border-color: #2D6DFF !important;
}
.footer-box .site-footer .footer-links {
  margin-left: 75px;
}
.footer-box .site-footer .footer-links dl {
  height: auto;
}
.footer-box .site-footer .footer-links dl dd {
  color: rgba(255, 255, 255, 0.65);
}
.footer-box .site-footer .footer-links dl dt {
  color: rgba(255, 255, 255, 0.85);
  font-size: 18px;
  margin-bottom: 12px;
}
.footer-box .site-footer .footer-links a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.footer-box .site-footer .footer-links a:hover {
  color: #fff;
}
.footer-box .site-footer .footer-links .linkUrl {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}
.footer-box .site-footer .footer-links .linkUrl:hover {
  color: #fff;
}
.footer-box .site-info {
  margin-top: 13px;
}
.footer-box .site-info .info-links,
.footer-box .site-info a {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 13px;
}
.footer-box .site-info .info-links {
  height: 22px;
  line-height: 22px;
  text-align: left;
  margin-left: 194px;
}
.footer-box .site-info .info-links img {
  height: 22px;
}
.footer-box .site-info a {
  margin: 0 5px;
}
.footer-box .back_record {
  color: #ffffff;
}
.footer-box .back_record a {
  color: #ffffff;
}
.footer-box .back_record a:hover {
  color: #2D6DFF;
}
/* 面包屑样式 */
.software-bread {
  background-color: #fff;
}
.software-bread > div {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layui-border-software {
  border-width: 1px;
  border-style: solid;
  border-color: #2D6DFF !important;
  color: #2D6DFF !important;
}
body .bread-crumb {
  margin-top: 0;
  margin-bottom: 30px;
}
.software-card {
  background: linear-gradient(180deg, #eef5ff 0%, rgba(238, 245, 255, 0.5) 100%);
}
.top-company-item {
  width: 200px;
  height: 248px;
  box-sizing: border-box;
  padding: 20px 20px 12px 20px;
  position: relative;
  margin-right: 30px;
  background: linear-gradient(134deg, #e0e4f0 0%, #e6eaf4 38.32%, #f2f4fa 100%);
}
.top-company-item .top-company-img {
  width: 160px;
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.top-company-item .top-company-img img {
  max-height: 80px;
  max-width: 160px;
}
.top-company-item .top-company-name {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  height: 48px;
  margin-top: 8px;
}
.top-company-item .double-text-ellipsis {
  word-break: break-all;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: box;
  -webkit-line-clamp: 2;
  /* 显示两行 */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.top-company-item .top-company-sort-icon {
  position: absolute;
  width: 38px;
  height: 46px;
  left: 8px;
  top: -8px;
  background: url(../../img/software/sort/sort-1.png) 0 0 no-repeat;
}
.top-company-item:nth-child(1) .top-company-sort-icon {
  background-image: url(../../img/software/sort/sort-1.png);
}
.top-company-item:nth-child(2) .top-company-sort-icon {
  background-image: url(../../img/software/sort/sort-2.png);
}
.top-company-item:nth-child(3) .top-company-sort-icon {
  background-image: url(../../img/software/sort/sort-3.png);
}
.top-company-item:nth-child(4) .top-company-sort-icon {
  background-image: url(../../img/software/sort/sort-4.png);
}
.top-company-item:nth-child(5) .top-company-sort-icon {
  background-image: url(../../img/software/sort/sort-5.png);
}
.software-notice .layui-laypage-skip,
.software-notice .layui-laypage-count {
  background-color: transparent;
}
.layui-icon.layui-icon-right {
  font-size: 14px;
}
.software-page .layui-laypage-prev {
  margin-right: 8px;
}
.software-page .layui-laypage-next,
.software-page .layui-laypage-prev {
  box-sizing: border-box;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
}
.software-page .layui-laypage-next .layui-icon,
.software-page .layui-laypage-prev .layui-icon {
  font-size: 12px;
}
.software-page .layui-laypage-curr,
.software-page .layui-laypage a {
  box-sizing: border-box;
  margin-right: 8px;
  width: 32px;
  height: 32px;
  padding: 0;
  text-align: center;
  line-height: 32px;
}
.software-page .layui-laypage input:focus,
.software-page .layui-laypage select:focus {
  border-color: #2D6DFF !important;
}
.software-page .layui-laypage .layui-laypage-spr {
  margin-right: 8px;
  padding: 0 5px;
  border: 0;
}
