/* 轮播图 */
.slideBox {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  /* height: 340px; */
  overflow: hidden;
  position: relative;
}

.slideBox .hd {
  position: absolute;
  bottom: 18px;
  z-index: 1;
  width: 100%;
  text-align: center;
}

.slideBox .hd ul {
  zoom: 1;
}

.slideBox .hd ul li {
  display: inline-block;
  width: 32px;
  height: 6px;
  border-radius: 10px;
  background: #FFFFFFCC;
}
.slideBox .hd ul li+ li{
  margin-left: 12px;
}

.slideBox .hd ul li.on {
  background: #1D212859;
}

.slideBox .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}

.slideBox .bd li {
  zoom: 1;
  vertical-align: middle;
}

.slideBox .bd img {
  width: 100%;
  height: 275px;
  display: block;
}
/* 快捷入口 */
.func-entry{
  border-bottom: 1px solid #F2F3F7;
  background: #F2F3F799;
  text-align: center;
}
.func-entry .func{
  display: inline-block;
  padding: 18px 24px;
  width: 240px;
}
.func-entry .func * {
  cursor: pointer;
}
.func-entry .func:hover{
  background: #ffffff;
}
.func img{
  float: left;
  width: 34px;
  margin-right: 12px;
}
.func>span{
  display: inline-block;
}
.func>span label{
  display: block;
  font-size: 12px;
  line-height: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 142px;
  color: #505968;
}
.func>span label:first-child{
  font-size: 14px;
  line-height: 22px;
  color: #1D2128;
  font-weight: 700;
  margin-bottom: 4px;
}
.func .fun-btn{
  width: 64px;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  background: linear-gradient(90deg, #EA6A43 0%, #EC4942 100%);
}
/* 信用卡申请 */
.picScroll-left,.picScroll {
  position: relative;
  margin-bottom: 24px;
}
.picScroll-left .hd .prev,
.picScroll-left .hd .next {
  display: block;
  width: 32px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 170px;
}
.picScroll-left .hd img{
  width: 100%;
}
.picScroll-left .hd .prev{
  left: -64px;
}
.picScroll-left .hd .next {
  right: -64px;
}

/* .picScroll-left .hd .prevStop {}

.picScroll-left .hd .nextStop {} */

.picScroll-left .bd ,.picScroll .bd {
  padding: 24px;
  background: #F5F5F5;
  border-radius: 4px;
}

.picScroll-left .bd ul,.picScroll .bd ul {
  overflow: hidden;
  zoom: 1;
}

.picScroll-left .bd ul li,.picScroll .bd ul li {
  margin: 0 12px;
  width: 250px;
  border-radius: 12px;
  border: 1px solid #F2F3F5;
  background: #F9F9F9;
  float: left;
  overflow: hidden;
}

.picScroll-left .bd ul li .pic,.picScroll .bd ul li .pic {
  padding: 16px 16px 0;
  text-align: center;
  height: 128px;
  overflow: hidden;
}

.picScroll-left .bd ul li .pic img,.picScroll .bd ul li .pic img {
  width: 100%;
  border-radius: 12px 12px 0px 0px;
}
.card-des{
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px  24px  20px  24px;
  font-size: 12px;
  line-height: 20px;
  color: #505968;
  height: 204px;
  position: relative;
}
.card-des img{
  float: left;
  margin-top: 5px;
  height: 10px;
  margin-right: 4px;
}
.card-des p:first-child{
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  color: #1D2128;
}
.card-des p+p{
  margin-bottom: 2px;
}
.card-des a{
  display: block;
  /* margin: 20px auto 0; */
  border-radius: 4px;
  padding: 4px 8px;
  width: 114px;
  background: #C03A3A;
  color: #FFFFFF;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  position: absolute;
  bottom: 20px;
  left: 68px;
}
/* 信用卡分期 */
.fqf{
  margin-bottom: 24px;
}
.fqf a{
  display: inline-block;
  width: 357px;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.fqf a+a,.fqf a+a+a+a+a{
  margin-left: 24px;
}
.fqf a+a+a+a{
  margin-left: 0;
  margin-top: 24px;
}
.fqf a img{
  width: 100%;
}
.fqf a span{
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: rgb(29, 33, 40);
  background-color: rgba(29, 33, 40, 0.6);
  filter:alpha(opacity=60);
  font-size: 14px;
  color: #FFFFFF;
}
/* 信用卡优惠 */
.yh-card a{
  display: inline-block;
  width: 548px;
  border-radius: 6px;
  position: relative;
  background: #F7F8FA;
  padding: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}
.yh-card a+a,.yh-card a+a+a+a{
  margin-left: 24px;
}
.yh-card a+a+a{
  margin-left: 0;
  margin-top: 24px;
}
.yh-card a p{
  color: #1D2128;
}
.yh-card a img{
  width: 330px;
  height: 128px;
  margin-right: 12px;
}
.yh-card .fr{
  width: 190px;
  height: 128px;
  padding: 8px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  position: relative;
}
.yh-card .fr span{
  position: absolute;
  bottom: 8px;
  padding: 3px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  color: #C03A3A;
  background: #FFFFFF;
}
/* 特色权益 */
.tsqy{
  background: #F5F5F5;
}
.qy-card a{
  display: inline-block;
  width: 262px;
  margin-bottom: 48px;
  color: #1D2128;
}
.qy-card a+a{
  margin-left: 24px;
}
.qy-card a span:first-child{
  border: 1px solid #E5E6EB;
  padding: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  display: block;
}
.qy-card a img{
  width: 100%;
}
.qy-card span+span{
  display: block;
  margin-top: 8px;
  text-align: center;
  color: #1D2128;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}
/* 用卡服务 */
.ykfw{
  vertical-align: top;
}
.ykfw>div{
  display: inline-block;
  width: 548px;
  height: 310px;
  padding: 31px 40px;
  position: relative;
  margin-bottom: 48px;
  font-size: 14px;
  line-height: 22px;
  overflow: hidden;
}
.ykfw>div+div{
  margin-left: 24px;
}
.ykfw>div .bg{
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  top: 0;
}
.cpjs-list p,.bkxz-list p{
  padding: 4px 0;
}
.cpjs-list p+p, .bkxz-list p+p{
  margin-top: 12px;
}
.cpjs-list{
  font-size: 14px;
}
.cpjs-list p::before{
  color: #C03A3A;
  width: 15px;
  display: inline-block;
  margin-right: 12px;
  font-weight: 700;
}
.cpjs-list a{
  color: #1D2128;
}
.bkxz *{
  color: #FFFFFF;
}
.bkxz-list{
  font-weight: 700;
}
.bkxz-list a:hover{
  color: #FFFFFF;
}
.bkxz .zzyh-title-02 span{
  color: #FFFFFF;
}
/* 移动端 */
@media (max-width: 1120px) {
  .slideBox{
    height: auto;
  }
  .slideBox .bd img{
    height: 200px;
  }
  .func-entry{
    display: flex;
    flex-wrap: wrap;
  }
  .creditcard>.content, .tsqy{
    padding: 0 20px;
  }
  .fqf{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .fqf a{
    margin: 0 !important;
    width: 48%;
    margin-bottom: 20px !important;
  }
  .yh-card{
    display: flex;
    flex-wrap: wrap;
  }
  .yh-card a{
    width: 48%;
    margin-left: 0 !important;
    display: inline-flex;
  }
  .yh-card a+a+a{
    margin-top: 0;
  }
  .qy-card a{
    margin-right: 24px;
    margin-left: 0 !important;
  }
  .ykfw>div{
    width: 100%;
  }
  .ykfw>div+div{
    margin-left: 0;
  }
  .ykfw>div .bg{
    height: 100%;
  }
  .picScroll .bd{
    padding: 0;
    background: none;
  }
  .picScroll .bd ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .picScroll .bd ul li{
    margin: 0;
    width: 24%;
  }
  .picScroll .card-des a{
    left: calc(50% - 57px);
  }
}
@media (max-width: 767px) {
  .slideBox .bd img{
    height: 160px;
  }
  .func-entry .func{
    width: 50%;
  }
  .yh-card a{
    width: 100%;
  }
  .yh-card a img{
    width: 200px;
    height: auto;
  }
  .qy-card{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .qy-card a{
    width: 49%;
    margin: 0 !important;
  }
  .picScroll .bd ul li{
    width: 49%;
  }
  .picScroll .bd ul li .pic{
    height: 100px;
  }
}
.toolbar-open .fqf.esdHBG a+a{
	margin-left: 0;
}
.toolbar-open .fqf.esdHBG a+a+a,.toolbar-open .fqf.esdHBG a+a+a+a+a+a{
	margin-left: 24px;
}
.toolbar-open .fqf.esdHBG a+a+a+a+a{
	margin-left: 0;
	margin-top: 24px;
}
.toolbar-open .yh-card.esdHBG a+a{
	margin-left: 0;
}
.toolbar-open .yh-card.esdHBG a+a+a,.toolbar-open .yh-card.esdHBG a+a+a+a+a{
	margin-left: 24px;
}
.toolbar-open .yh-card.esdHBG a+a+a+a{
	margin-left: 0;
	margin-top: 24px;
}