/* var */
/* share */
.pointer {
  cursor: pointer;
}
.breakTxt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.wordBreak {
  word-break: break-all;
  word-wrap: break-word;
}
.maskBtnHover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  filter: alpha(opacity=100);
  opacity: 1;
}
#btp-header {
  position: inherit;
  background-color: #09122B;
}
.link-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin-bottom: 20px;
}
.link-wrap .link-btn {
  display: block;
  text-decoration: none;
  color: #BB3CEB;
  background: #fff;
  font-size: 18px;
  width: 160px;
  height: 44px;
  line-height: 44px;
  border-radius: 54px;
  text-align: center;
}
.link-wrap .link-btn:nth-child(2) {
  margin-left: 20px;
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.banner-box {
  box-sizing: border-box;
  background: url("../images/zs-system/banner.png") no-repeat;
  height: 860px;
  text-align: center;
  color: #fff;
}
.banner-box .title {
  font-size: 40px;
}
.banner-box .desc {
  font-size: 18px;
  margin: 30px 0;
}
.function-box {
  background: #f2f4fa;
}
.function-box .function-list {
  width: 1028px;
  margin: auto;
  font-size: 0;
  padding: 50px 0 30px;
}
.function-box .function-list-item {
  display: inline-block;
  box-sizing: border-box;
  vertical-align: middle;
  background: #fff;
  width: 180px;
  height: 180px;
  margin-right: 32px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-top: 42px;
  font-size: 14px;
  border-radius: 3px;
}
.function-box .function-list-item:nth-child(5n) {
  margin-right: 0;
}
.function-box .function-list-item .img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
}
.function-box .function-list-item .mask {
  position: absolute;
  left: 0;
  right: 0;
  top: 300px;
  bottom: 0;
  background: #2461ff;
  color: #fff;
  padding: 10px 20px;
  font-size: 14px;
  transition: all 0.3s ease;
}
.function-box .function-list-item .mask .link-btn {
  position: absolute;
  right: 15px;
  top: 13px;
}
.function-box .function-list-item .mask .link-btn img {
  width: 20px;
}
.function-box .function-list-item .mask .title {
  padding: 5px 0 15px;
  position: relative;
}
.function-box .function-list-item .mask .title:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  background: #fff;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
}
.function-box .function-list-item .mask .desc {
  text-align: left;
  word-break: break-all;
}
.function-box .function-list-item:hover .mask {
  top: 0;
}
.notice-list {
  max-width: 1300px;
}
.notice-list .download {
  width: 160px;
  height: 40px;
  line-height: 40px;
  background: #2d8cf0;
  box-shadow: 0 6px 15px 0 #abd4ff;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 24px;
  text-align: center;
}
.notice-list .download:hover {
  opacity: 0.9;
}
.notice-list .notice-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px 0;
  position: relative;
}
.notice-list .notice-item:nth-child(odd) {
  flex-direction: row-reverse;
}
.notice-list .notice-item .title {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px;
}
.notice-list .notice-item .title span {
  color: #2461FF;
  position: relative;
  z-index: 9;
}
.notice-list .notice-item .title .letter {
  position: absolute;
  font-weight: bold;
  font-size: 120px;
  line-height: 0.8;
  color: #f2f6ff;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.notice-list .notice-item img {
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(36, 97, 255, 0.6);
}
.notice-list .notice-item .desc {
  position: relative;
  padding-left: 30px;
  color: #333;
  font-size: 18px;
  font-weight: 650;
  margin-top: 20px;
}
.notice-list .notice-item .desc:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 15px;
  height: 15px;
  background: #2461ff;
  border-radius: 50%;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.7);
}
