html, body {
  background:none;
  height:100%;
}

#app {
  width:100%;
  height:100%;
  margin: 0 auto;
  padding: 0;
  clear: both;
}

#container {
  width:100%;
}

.site-top {
  width: calc(100% - 240px);
  padding:0 120px;
  background:#fff;
  display: flex;
  justify-content: space-between;
}

.site-top-right {
  line-height: 92px;
  font-size: 16px;
  color: #666;
}

.site-main {
  height:calc(100% - 92px - 110px);
  background: url("https://static.xjrccb.com.cn/mbankbucket/bcbpfm/hbhf/picture/bg3.png") center top no-repeat;
    background-size:100% 100%
}

.site-main-tip {
  position: absolute;
  left: 10%;
  top: 25%;
  width: 430px;
  height: 108px;
}

.bank-tip {
  width: 100%;
  height: 100%;
}

.site-main-nav {
  top: 48%;
  right: 8%;
  margin-top: -225px;
  position: absolute;
  border-radius:10px;
  background-color: #fff;
}

.nav-box{
  z-index: 9;
  float: left;
  width: 340px;
  height: 420px;
  padding: 20px 15px;
  box-sizing: border-box;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: 0 2px 10px 0 #d3d3d3;
  background: #dae5f4;
}

.nav-ul {
  padding: 40px 0;
  text-align: center;
}

.nav-li {
  font-family: PingFangSC-Medium;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  line-height: 20px;
  margin-top: 25px;
  /*background: #efefde;*/
  /*border-radius: 5px;*/

}

.nav-box-title {
  font-family: PingFangSC-Medium;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
}

.nav-box-main {
  margin-top: 30px;
  text-align: center;
}

.nav-box-oper {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.nav-box-oper-title {
  ont-family: PingFangSC-Regular;
  font-size: 12px;
  color: #494949;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 10px;
}

.nav-box-download {
  border-top: 1px solid #f0f0f0;
  padding: 20px 0;
  text-align: center;
  font-weight: 500;
  color: #1790d9;
  font-size: 16px;
  cursor: pointer;
  margin-top: 30px;
}

.nav-box-tip {
  font-family: PingFangSC-Regular;
  font-size: 11px;
  color: #999;
  letter-spacing: 0;
  font-weight: 400;
  text-align: center;
}

.sit-footer {
  background-color: #ebf0f4;
  height:70px;
  text-align:center;
  padding: 20px;
}

.sit-footer-other {
  font-size: 14px;
  color: #607296;
  line-height: 20px;
}

.info-item {
  margin-bottom:6px
}

.beian {
  color: #607296;
}