.system {
  margin-top: 40px;
}
.system .system-cell a {
  margin-right: 40px;
}
.system .system-cell a:nth-child(3n) {
  margin-right: 0px;
}
.system .system-cell a .cell-info {
  width: 373px;
  height: 109px;
  background: #ffffff;
  border-radius: 10px;
  margin-top: 40px;
}
.system .system-cell a .cell-info:hover {
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
.system .system-cell a .cell-info img {
  width: 83px;
  padding-left: 46px;
  padding-right: 36px;
}
.system .system-cell a .cell-info .info-function .function-text {
  margin-top: 10px;
}
.cooperation-unit {
  margin-top: 40px;
  padding: 50px 0;
}
.cooperation-unit .cooperation-cell {

}
.cooperation-unit .cooperation-cell .cooperation {
  margin-top: 50px;
  text-align: center;
  width: 200px
}
.cooperation-unit .cooperation-cell .cooperation:nth-child(6n) {
  margin-right: 0px;
}
.cooperation-unit .cooperation-cell .cooperation .cooperation-img {
  padding-bottom: 30px;
}
.cooperation-unit .cooperation-cell .cooperation .cooperation-img img {
  height: 80px;
}
.friend-link-view {
  margin-top: 40px;
  background-color: #fff;
  width: 100%;
  padding-top: 20px; ;
  color: #666666;
  font-size: 18px;
}
.friend-link-view .friend-institution {
  padding-left: 30px;
  width: 128px;
  font-weight: 400;
  padding-bottom: 20px;
  text-align: right;
  font-size: 14px;
}
::-webkit-scrollbar {
  display: none;
}


.page {
  position: relative;
}
.flaot-view {
  width: 250px;
  height: 250px;
  position: fixed;
  right: 3%;
  top: 70%;
  z-index: 9999;
}
.flaot-view .code-view {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid #feac01;
  border-radius: 4px;
  display: none;
}
.flaot-view #customer {
  margin-top: 60px;
  width: 82px;
  height: 82px;
}
.flaot-view #zhou-code {
  margin-top: 10px;
  width: 125px;
  height: 125px;
}