.banner{
  position: relative;
}
.banner>img{
  width: 100%;
}
.banner-intro{
  position: absolute;
  top: 60px;
  z-index: 1;
  width: 750px;
  padding: 24px;
  border-radius: 8px;
  background: #8e8e90;
  background-color: #00000040;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
}
.banner-intro-title{
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 38px;
}
.banner-intro a{
  display: inline-block;
  margin-top: 20px;
  padding: 4px 16px;
  border-radius: 20px;
  background-color: #8e8e90;
  background-color: #00000080;
  font-size: 14px;
  font-weight: normal;
  line-height: 22px;
  color: #FFFFFF;
}
/* 功能入口 */
.func-entry{
  margin-top: 48px;
}
.func-entry a{
  display: inline-block;
  width: 204.8px;
  border-radius: 4px;
  background: #F7F8FA;
  padding: 24px;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 35px;
  color: #505968;
}
.func-entry a+a {
  margin-left: 24px;
}
.func-entry a img{
  float: left;
  width: 41.6px;
  margin-right: 16px;
}
.func-entry a img.hover{
  display: none;
}
.func-entry a span{
  position: relative;
}
.func-entry a span::before{
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 40px;
  height: 4px;
  border-radius: 8px;
  background: #C03A3A;
  background-color: #C03A3A99;
  bottom: -8px;
}
.func-entry a:hover{
  background: #C03A3A;
  color: #FFFFFF;
}
.func-entry a:hover img{
  display: none;
}
.func-entry a:hover img.hover{
  display: inline-block;
}
.func-entry a:hover span::before{
  background: #FFFFFF;
  background-color: #FFFFFF66;
}
/* 同业业务 */
.tyyw{
  padding: 48px 48px 50px;
  position: relative;
  overflow: hidden;
}
.tyyw .zzyh-title-01 span{
  font-size: 16px;
  line-height: 24px;
}
.tyyw .zzyh-title-01 img{
  height: 16px;
  margin-left: 16px;
  margin-bottom: -2px;
}
.tyyw .bg{
  position: absolute;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
.tyyw-card{
  display: inline-block;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 32px 24px;
  box-shadow: 0px 0px 10px 0px #4343430D;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  width: 238px;
  overflow: hidden;
}
.tyyw-card +.tyyw-card{
  margin-left: 24px;
}
.tyyw-card-title{
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1D2128;
  padding-bottom: 16px;
  border-bottom: 1px solid #F2F3F5;
  position: relative;
}
.tyyw-card-title::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #C03A3A;
  border-radius: 50%;
  position: absolute;
  left: -32px;
  top: 4px;
}
.tyyw-card-des{
  margin: 16px 0;
  color: #505968;
  display: -webkit-box;
  -webkit-box-orient: vertical; 
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 48px;
}
.tyyw-card a{
  padding: 4px 16px;
  display: block;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #C03A3A;
  background: #f2dbdb;
  background-color: #C03A3A1A;
}
/* 外汇牌价 */
.whpj{
  margin-bottom: 48px;
}
.whpj-info{
  font-size: 14px;
  line-height: 22px;
  color: #86909C;
  margin-bottom: 8px;
}
.whpj-content>img{
  display: inline-block;
  width: 500px;
  margin-right: 16px;
}
.whpj-content>div{
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  color: #505968;
  width: 604px;
}
.whpj-content>div table{
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 10px;
}
.whpj-content table thead{
  background: #E5E6EB;
  background-color: #E5E6EBBF;
}
.whpj-content table tbody tr{
  border-bottom: 1px solid #FFFFFF;
  background: #F7F8FA;
}
.whpj-content table tbody tr:nth-child(odd) {
  background: #F2F3F5;
}
.whpj-content table th,.whpj-content table td{
  padding: 8px;
}
/* 移动端 */
@media (max-width: 1120px) {
  .banner{
    overflow: hidden;
  }
  .banner>img{
    position: absolute;
    height: 100%;
  }
  .banner .content{
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .banner-intro{
    top: 0;
    position: relative;
    left: 5%;
    width: 85%;
  }
  .func-entry{
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  .func-entry a{
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .func-entry a+a{
    margin-left: 0;
  }
  .tyyw{
    padding: 24px 20px;
  }
  .tyyw-cards{
    display: flex;
  }
  .whpj{
    padding: 0 20px;
  }
  .whpj-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .whpj-content>img, .whpj-content>div{
    width: 80%;
    margin-right: 0;
  }
  .whpj-content>div{
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .banner>img{
    width: auto;
  }
  .banner .content{
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .banner-intro{
    width: 90%;
  }
  .tyyw .zzyh-title-01 img{
    display: none;
  }
  .tyyw-cards{
    display: flex;
    flex-wrap: wrap;
  }
  .tyyw-cards .tyyw-card{
    padding: 16px;
    width: 48%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .tyyw-card:nth-child(odd){
    margin-right: 4%;
  }
  .whpj-content>img, .whpj-content>div{
    width: 100%;
  }
  .func-entry{
    justify-content: space-between;
  }
  .func-entry a{
    padding: 24px 10px;
    width: 48%;
    margin-right: 0 !important;
  }
  .whpj-content table td{
    padding: 8px 5px;
    word-break: break-all;
  }
}

.toolbar-open .esdHBG.func-entry a+a {
  margin-left: 0;
}
.toolbar-open .esdHBG.func-entry a+a+a{
  margin-left: 24px;
}