.information-wrapper {
  overflow: hidden;
}
.information-wrapper .banner {
  position: relative;
  width: 1200px;
  height: 300px;
  margin: 0 auto;
}
.information-wrapper .banner img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.information-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin: 0 auto;
  padding: 18px 0;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.information-wrapper .slide-warpper {
  width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 0;
  margin-right: 14px;
  border-radius: 10px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information-wrapper .slide-warpper .slide-item {
  height: 30px;
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  text-align: center;
  margin: 15px 0;
  cursor: pointer;
}
.information-wrapper .slide-warpper .slide-item.active {
  position: relative;
  color: #2c6eff;
}
.information-wrapper .slide-warpper .slide-item.active .border-line {
  position: absolute;
  width: 4px;
  height: 30px;
  border-radius: 2px;
  background: #2c6eff;
}
.information-wrapper .main-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-height: 324px;
  background: #ffffff;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.information-wrapper .footer {
  text-align: right;
}
.information-wrapper .footer img {
  width: 390px;
}

.m-information-wrapper {
  overflow: hidden;
  height: 100%;
  background-color: #f7f8f9;
}
.m-information-wrapper .banner {
  height: 2.11rem;
  position: relative;
}
.m-information-wrapper .banner img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
.m-information-wrapper .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: calc(100% - 2.11rem);
}
.m-information-wrapper .slide-warpper {
  width: 1.56rem;
  height: 100%;
  font-size: 0.24rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.m-information-wrapper .slide-warpper .slide-item {
  padding: 0 0 0 0.2rem;
  height: 0.84rem;
  line-height: 0.84rem;
  color: #333333;
}
.m-information-wrapper .slide-warpper .slide-item span {
  display: inline-block;
  vertical-align: middle;
  line-height: 0.3rem;
}
.m-information-wrapper .slide-warpper .slide-item.active {
  position: relative;
  background: #fff;
}
.m-information-wrapper .main-view {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 5.94rem;
  height: 100%;
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.m-information-wrapper .main-view .bank-wrapper {
  padding: 0;
}
.m-information-wrapper .footer {
  text-align: right;
}
.m-information-wrapper .footer img {
  width: 5.12rem;
  margin-right: -0.6rem;
}

