@charset "UTF-8";
/**
 * 四川省公共资源交易服务中心四大块系统建设项目
 * date: 2024-12-12
 * author: wuzhou;
 */
.app-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  /*min-height: 980px;*/
  background: url("../images/app_bg.jpg") center top no-repeat;
  background-size: 100% 100%;
}

.app-box {
  width: 940px;
}

.app-items .app-item .app-ico> img {
  width: 100%;
  height: 100%;
}

.app-name {
  text-align: center;
}
.app-name img {
  vertical-align: top;
}

.app-items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 50px;
}
.app-items .app-item {
  position: relative;
  box-sizing: border-box;
  width: calc(50% - 10px);
  margin-top: 20px;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 4px;
  background: url("../images/app_item_bg.jpg") right center no-repeat #fff;
  box-shadow: 0px 10px 12px 0px rgba(35, 108, 191, 0.16);
}
.app-items .app-item:not(:nth-child(2n)) {
  margin-right: 20px;
}
.app-items .app-item:hover {
  border-color: #558BFF;
}
.app-items .app-item:hover .code-info {
  display: block;
}
.app-items .app-item .code-wrap {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  background: url("../images/code_ico_bg.png") center no-repeat;
}
.app-items .app-item .code-info {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 51px;
  width: 205px;
  height: 238px;
  display: none;
  z-index: 1000;
  overflow: hidden;
  background: url("../images/code_bg.png") center top no-repeat;

}
.app-items .app-item .code-img {
  margin: 10px auto 0;
  width: 161px;
  height: 161px;
}
.app-items .app-item .code-img img {
  width: 100%;
  height: 100%;
}
.app-items .app-item .code-title {
  margin: 2px 20px 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.app-items .app-item .app-info {
  display: flex;
  align-items: center;
  height: 100%;
}
.app-items .app-item .app-ico {
  margin-left: 25px;
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
}
.app-items .app-item .app-text {
  flex: 1;
  box-sizing: border-box;
  padding-left: 24px;
  overflow: hidden;
}
.app-items .app-item .app-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  height: 24px;
  margin-right: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-items .app-item .app-title + .app-contact {
  margin-top: 6px;
}
.app-items .app-item .app-contact {
  line-height: 18px;
  height: 18px;
  color: #7689A5;
  font-size: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.app-items .app-item .app-links {
  margin-top: 6px;
}
.app-items .app-item .app-links > a {
  display: inline-block;
  padding-left: 15px;
  line-height: 18px;
  height: 18px;
  vertical-align: top;
  color: #195FF7;
  background: url("../images/app_link_ico.png") left center no-repeat;
}
.app-items .app-item .app-links > a:not(:last-child) {
  margin-right: 16px;
}

/* 2025-10-30 */
.page-wrap {
   position:absolute;
   left:0;
  right:0;
  top:0;
  bottom:0;
  overflow:auto;
}

.page-main {
  min-width:1280px;
}