/* 优惠活动 */
/* .Events_box {position: relative;height: 208px;}
.Events_box img {width: 100%;}
.Events_tit {position: absolute;top: 23.8%;left: 0;width: 100%;text-align: center;}
.Events_tit p {color: #ffffff;font-size: 35px;text-shadow: 0 0 0.3em #CE292D, 0 0 0.3em #CE292D, 0 0 0.3em #CE292D;margin-bottom: 20px;}
.Events_tit a {display: inline-block;width: 150px;height: 44px;font-size: 16px;line-height: 44px;color: #E12328;background-color: #FFEFC4;border-radius: 10px;box-shadow: 0px 0px 25px #f2ca8e;}
.Events_tit a:hover{color:#E12328} */
#swiper_Events .swiper-slide {}
#swiper_Events .swiper-slide img {width: 100%;}
/* 分页器 */
.swiper-pagination-tabank {position: absolute;width: 100%;bottom: 15px;z-index: 1;text-align: center;}
.my-bullet-1 {display: inline-block;width: 30px;height: 3px;background-color: #ffffff;margin-right: 4px;}
.my-bullet-1:last-child {margin-right: 0;}
.my-bullet-active-0 {width: 49px;background-color: #E12328;}
@media screen and (max-width: 1024px) {
/* .Events_box {height: 300px;}
.Events_tit {top: 30%;}
.Events_tit p {font-size: 21px;}
.Events_tit a {width: 100px;height: 35px;line-height: 35px;font-size: 14px;} */
.swiper-pagination-tabank {bottom: 5px;}
}
/* 优惠活动 end*/
/* 银行卡 */
.Bank_Card {position: relative;}
#swiper_BankCard {padding: 0 10px;}
/* 内容 */
.BankCard {position: relative;height: 200px;box-shadow: 0px 2px 15px #F1F1F1;margin: 30px 0 10px;border-radius: 10px;padding-left: 4.79%;}
.BankCard_tit {width: 100%;}
.BankCard_tit p {font-size: 25px;color: #D7000F;position: relative;margin-bottom: 48px;}
.BankCard_tit p::after {content: "";position: absolute;left: 0;bottom: -24px;width: 26%;height: 1px;background-color: #D70C19;}
.BankCard_tit a {display: inline-block;width: 110px;height: 30px;background-color: #D70C19;font-size: 14px;color: #ffffff;line-height: 30px;text-align: center;border-radius: 5px;}
.BankCard img {position: absolute;right: 9%;top: -30px;width: 45.8%;}
/* 左右按钮 */
.BankCard-next , .BankCard-prev {width: 12px;height: 22px;z-index:5}
.BankCard-next {background-image: url(/uiFramework/commonResource/image/2024050809452174065.png);right: -40px;left: auto;background-size: 100%;}
.BankCard-prev {background-image: url(/uiFramework/commonResource/image/2024050809450667421.png);left: -40px;right: auto;background-size: 100%;}
@media screen and (max-width: 1400px) {
.BankCard_tit p {font-size: 21px;margin-bottom: 20px;}
.BankCard_tit p::after {bottom: -10px;}
.BankCard_tit a {width: 80px;height: 28px;line-height: 28px;font-size: 12px;}
}
@media screen and (max-width: 1024px) {
.BankCard {margin: 10px 0;padding-top: 30px;padding-bottom: 30px;height: auto;}
.BankCard img {top: auto;}
.BankCard-next {right: -10px;}
.BankCard-prev {left: -10px;}
} 
/* 银行卡 end */