.flex-us {display: flex;display: -ms-flexbox;}
.flex-cent {display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;}
.flex-space {display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;}
.flex-around {display: flex;display: -ms-flexbox;justify-content: space-around;-ms-flex-pack: justify;}
.flex-cent-cent {display: flex;display: -ms-flexbox;justify-content: center;-ms-flex-pack: center;align-items: center;-ms-flex-align: center;}
.flex-space-cent {display: flex;display: -ms-flexbox;justify-content: space-between;-ms-flex-pack: justify;align-items: center;-ms-flex-align: center;}
.flex-ign-cent {display: flex;display: -ms-flexbox;align-items: center;-ms-flex-align: center;}
.flex-us-end {display: flex;display: -ms-flexbox;align-items: flex-end;-ms-flex-align: end;}
.flex-just-end{display: flex;display: -ms-flexbox;justify-content: flex-end;-ms-flex-pack: end;}
.flex-MsWarp {flex-wrap: wrap;-ms-flex-wrap: wrap;}
@media screen and (max-width: 1024px) {
.flex-us-no {display: block;}
}
.fl {float: left;}
.fr {float: right;}
.clear{clear:both;}
.clearfix::after {content: "";display: table;clear: both;}
.mc_cont1500 {width: 78.125%;max-width:1500px;margin: 0 auto;}
.mc_back {background-color: #F4F4F4;padding: 80px 0;}
.mc_TOP {margin-top: 80px;}
.mc_BOT {margin-bottom: 80px;}
.ph-none {display: none;}
.Mouse {overflow: hidden;}
.Mouse .MouseIMG {transition: all 0.4s;}
.Mouse:hover .MouseIMG {transform: scale(1.04);}
.check-in-line {overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.check-in-lineX {display: -webkit-box;-webkit-box-orient: vertical;overflow: hidden;}
.check-in-line1 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
.check-in-line2 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.check-in-line3 {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
@media screen and (max-width: 1024px) {
  * {box-sizing: border-box;}
  .mc_TOP {margin-top: 30px;}
  .mc_BOT {margin-bottom: 30px;}
  .pc-none {display: none;}
  .ph-none {display: block;}
  .mc_cont999 {width: 100%;padding: 0 20px;box-sizing: border-box;}
  .mc_back {padding: 10px 0 30px;}
}
a.Button-style {position: relative;transition: all .6s linear;overflow: hidden;}
a.Button-style:before {content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100);opacity: 1;text-align: center;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}
a.Button-style:hover:before {filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, 100%, 0);-moz-transform: translate3d(0, 100%, 0);-ms-transform: translate3d(0, 100%, 0);-o-transform: translate3d(0, 100%, 0);transform: translate3d(0, 100%, 0)}
a.Button-style>span {display: inline-block;text-align: center;filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0);-ms-transform: translate3d(0, -100%, 0);-o-transform: translate3d(0, -100%, 0);transform: translate3d(0, -100%, 0);-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;transition: all .3s}
a.Button-style:hover>span {filter: alpha(opacity=100);opacity: 1;-webkit-transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-ms-transform: translate3d(0, 0, 0);-o-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
a.Button-style:hover>span:nth-child(1) {-webkit-transition-delay: .045s;-moz-transition-delay: .045s;-ms-transition-delay: .045s;-o-transition-delay: .045s;transition-delay: .045s;}
a.Button-style:hover>span:nth-child(2) {-webkit-transition-delay: .12s;-moz-transition-delay: .12s;-ms-transition-delay: .12s;-o-transition-delay: .12s;transition-delay: .12s
}
a.Button-style:hover>span:nth-child(3) {-webkit-transition-delay: .195s;-moz-transition-delay: .195s;-ms-transition-delay: .195s;-o-transition-delay: .195s;transition-delay: .195s;}
a.Button-style:hover>span:nth-child(4) {-webkit-transition-delay: .27s;-moz-transition-delay: .27s;-ms-transition-delay: .27s;-o-transition-delay: .27s;transition-delay: .27s
}
a.Button-style:hover {color: #fff;border: none;}
@-webkit-keyframes tada{
  0%{-webkit-transform:scale(1.5);}
  10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
  40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
  100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
  0%{-moz-transform:scale(1);}
  10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
  40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
  100%{-moz-transform:scale(1) rotate(0);}
}
@-webkit-keyframes flipInY{
  0%{-webkit-transform:perspective(400px) rotateY(90deg);
  opacity:0;}</p>
  40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
  70%{-webkit-transform:perspective(400px) rotateY(10deg);}
  100%{-webkit-transform:perspective(400px) rotateY(0deg);
  opacity:1;}
}
@-moz-keyframes flipInY{
  0%{-moz-transform:perspective(400px) rotateY(90deg);
  opacity:0;}
  40%{-moz-transform:perspective(400px) rotateY(-10deg);}
  70%{-moz-transform:perspective(400px) rotateY(10deg);}
  100%{-moz-transform:perspective(400px) rotateY(0deg);
  opacity:1;}
}
@-webkit-keyframes tada{
  0%{-webkit-transform:scale(1);}
  10%, 20%{-webkit-transform:scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90%{-webkit-transform:scale(1.1) rotate(3deg);}
  40%, 60%, 80%{-webkit-transform:scale(1.1) rotate(-3deg);}
  100%{-webkit-transform:scale(1) rotate(0);}
}
@-moz-keyframes tada{
  0%{-moz-transform:scale(1);}
  10%, 20%{-moz-transform:scale(0.9) rotate(-3deg);}
  30%, 50%, 70%, 90%{-moz-transform:scale(1.1) rotate(3deg);}
  40%, 60%, 80%{-moz-transform:scale(1.1) rotate(-3deg);}
  100%{-moz-transform:scale(1) rotate(0);}
}
@-webkit-keyframes flipInY{
  0%{-webkit-transform:perspective(400px) rotateY(90deg);
  opacity:0;}
  40%{-webkit-transform:perspective(400px) rotateY(-10deg);}
  70%{-webkit-transform:perspective(400px) rotateY(10deg);}
  100%{-webkit-transform:perspective(400px) rotateY(0deg);
  opacity:1;}
}
@-moz-keyframes flipInY{
  0%{-moz-transform:perspective(400px) rotateY(90deg);
  opacity:0;}
  40%{-moz-transform:perspective(400px) rotateY(-10deg);}
  70%{-moz-transform:perspective(400px) rotateY(10deg);}
  100%{-moz-transform:perspective(400px) rotateY(0deg);
  opacity:1;}
}
.public-banner {position: relative;}
.public-banner img {width: 100%;}
.pbc-tit {position: absolute;top: 50%;left: 50%;width: 75%;transform: translate(-50%, -50%);}
.pbc-tit h6 {font-size: 42px;color: #ffffff;}
@media screen and (max-width: 1024px) {
  .public-banner img {height: 240px;object-fit: cover;-o-object-fit: cover;}
  .pbc-tit h6 {font-size: 32px;}
  .pbc-tit {width: 100%;}
}
.level2 {position: relative;}
.level2_lb {position: relative;}
.level2_back_img ,.level2_back_tit ,.dsavings_hover  {transition: all .5s;}
.level2-none {display: none;}
.public-swiper-Toggle {position: absolute;top: 50%;margin-top: -22px;z-index: 10;cursor: pointer;background-size: 27px 44px;background-position: center;background-repeat: no-repeat;}
.level2-next ,.level2-prev {width: 50px;height: 50px;}
.level2-next {background-image: url(/uiFramework/commonResource/image/2024050814070223433.png);right: -72px;left: auto;background-size: 100%;}
.level2-prev {background-image: url(/uiFramework/commonResource/image/2024050814072136735.png);left: -72px;right: auto;background-size: 100%;}
.level2-next.level2-disabled {background-image: url(/uiFramework/commonResource/image/2024050814144940701.png);}
.level2-prev.level2-disabled {background-image: url(/uiFramework/commonResource/image/2024050814143298025.png);}
@media screen and (max-width: 1600px) {
.level2-none {display: block;}
}
@media screen and (max-width: 1024px) {
.level2-next ,.level2-prev {width: 40px;height: 40px;}
.level2-next {right: -15px;}
.level2-prev {left: -15px;}
}
.level2_back {position: relative;cursor: pointer;}
.level2_back_img {overflow: hidden;}
.level2_back_img::after {content: "";position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background-color: rgba(245,245,245, .8);}
.level2_back>img {width: 100%;}
.level2_back_tit {position: absolute;top: 24%;width: 100%;text-align: center;z-index: 1;}
.level2_back_tit.act ,.level2_back_img.act {opacity: 0;z-index: -1;}
.level2_small_img {width: 100px;height: 100px;margin: 0 auto;background-color: #FDFDFD;border-radius: 50px;}
.level2_back_tit p {margin-top: 35px;font-size: 25px;color: #333333;}
.dsavings_hover {background-color: rgba(216,29,41,0.9);position: absolute;top: 0;width: 100%;height: 100%;opacity: 0;z-index: -1;}
.dsavings_hover.act {opacity: 1;z-index: 1;}
.dsavings_hover .dsavings_hover_tit {justify-content: center;-ms-flex-pack: center;}
@media screen and (max-width: 1400px) {
}
.dsavings_hover_tit {padding: 0 10px;padding-top: 33px;}
.dsavings_hover_img {width: 60px;height: 60px;border-radius: 30px;background-color: #ffffff;}
.dsavings_hover_img img {max-width: 50%;}
.dsavings_hover_tit p {color: #ffffff;font-size: 25px;margin-left: 20px;max-width: 75%;}
@media screen and (max-width: 1700px) {
.dsavings_hover_tit p {font-size: 21px;margin-left: 15px;}
}
@media screen and (max-width: 1600px) {
.dsavings_hover_tit p {font-size: 25px;margin-left: 20px;}
}
@media screen and (max-width: 1400px) {
.dsavings_hover_img {width: 50px;height: 50px;}
}
@media screen and (max-width: 400px) {
.dsavings_hover_tit p {font-size: 21px;margin-left: 15px;}
.dsavings_hover_img {width: 45px;height: 45px;}
}
.dsavings_hover ul ,.dsavings_text {margin-top: 20px;}
.dsavings_hover ul {text-align: center;}
.dsavings_hover ul li {line-height: 40px;color: #ffffff;font-size: 16px;}
.dsavings_hover ul li a {color: #ffffff;font-size: 16px;position: relative;display: inline-block;}
.dsavings_hover ul li a:after {content: "";position: absolute;border-bottom: 1px solid #fff;bottom: 10px;left: 0;width: 0;transition: width .3s, left .3s;}
.dsavings_hover ul li:hover a:after {width: 100%;}
.dsavings_text {padding: 0 21.7%;}
.dsavings_text p {font-size: 16px;color: #ffffff;text-align: justify;line-height: 25px;max-height: 250px;height: 250px;-webkit-line-clamp: 10;}
.dsavings_more {text-align: center;margin-top: 10px;}
.dsavings_more a {display: inline-block;width: 130px;height: 30px;line-height: 30px;background-color: #ffffff;border-radius: 5px;color: #E12328;}
.dsavings_more a span {font-size: 14px;color: #E12328;}
@media screen and (max-width: 1400px)  {
.dsavings_text {padding: 0 16%;}
}
.public-tit {margin-bottom: 40px;}
.public-tit h6 {font-size: 25px;color: #242424;padding-left: 27px;position: relative;}
.public-tit h6::after {content: "";position: absolute;top: 0;left: 0;width: 7px;height: 100%;background-color: #D70C19;}
.public-tit a {font-size: 18px;color: #333333;transition: all 0.4s;}
.public-tit a:hover {color: #D70C19;}
@media screen and (max-width: 1024px) {
.public-tit {margin-bottom: 15px;}
}
.Second_img {width: 43.3%;}
.img-public {height: 310px;}
.img-public img {width: 100%;height: 100%;object-fit: cover;-o-object-fit: cover;}
@media screen and (max-width: 1024px) {
.Second_img {width: 100%;}
.img-public {height: auto;}
}
.Second_cont {width: 51.3%;margin-top: 22px;}
.lists-public {}
.lists-public li.lists3 {width: 33.33%;}
.lists-public li.lists4 {width: 25%;}
.lists-public li a {position: relative;display: block;padding-left: 27px;font-size: 18px;height: 60px;line-height: 60px;transition: all .5s;}
.lists-public li a::after {content: "";position: absolute;top: 50%;left: 0;transform: translate(0, -50%);width: 8px;height: 8px;background-color: #E8C089;transition: all 0.4s;}
.lists-public li a:hover {color: #D70C19;}
@media screen and (max-width: 1024px) {
.Second_cont {width: 100%;}
.lists-public li.lists_ph {width: 49%;}
.lists-public li a {padding-left: 15px;font-size: 14px;height: 30px;line-height: 30px;}
}
.ebank-entrance{position:fixed;top:50%;right:2.5%;transform:translate(0,-50%);z-index:9;}
.ebank-entrance>ul > li{width:52px;height:52px;background:#e12328;border-radius:50%;margin-top:15px;cursor:pointer;position:relative}
.ebank-entrance > ul > li .list_icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.ebank-entrance > ul > li .list_icon > img{width:24px;}
.ebank-entrance > ul > li.active{background:#ef6c02}
.ebank-entrance > ul > li.active .arr_left{position:absolute;left:-15px;top:50%;width:12px;height:18px;background:url(/uiFramework/commonResource/image/2023102617585366542.png) no-repeat;transform:translate(0,-50%);transition:0.4s all;}
.ebank-entrance ul li .popup .popup_cot{display:none;}
.ebank-entrance ul li .popup_gy .gy_box{display:none}
.ebank-entrance ul li.active .popup{position:absolute;left:-25px;width:300px;height:290px;background:rgba(255,255,255,0.6);transform: translate(-100%, 0);transition:all 0.4s;border-radius:10px;z-index:4;box-shadow: 0 0 10px #000;}
.ebank-entrance ul li.active .popup_gy{position:absolute;left:-25px;width:200px;height:190px;background:rgba(255,255,255,0.6);transform: translate(-100%, 0);transition:all 0.4s;border-radius:5px;overflow:hidden;z-index:4;box-shadow: 0 0 10px #000;}
.ebank-entrance ul li:last-child.active .popup_gy{width:300px;height:300px;top:-400%;padding:0}
.ebank-entrance ul li:last-child.active.active .gy_box .gy_img{margin:0}
.ebank-entrance ul li.active .popup .popup_cot{display:block;}
.ebank-entrance ul li.active .popup_title{display:flex;height:50px;justify-content: space-between;line-height:50px;background:#d82025;display: -ms-flexbox;-ms-flex-pack: justify;}
.ebank-entrance ul li.active .popup_title  >  span{display:inline-block;width:100%;height:100%;text-align:center;font-size:20px;color:#fff;}
.ebank-entrance ul li.active .popup_box{padding:15px 25px;}
.ebank-entrance ul li.active .popup_box > div{display:none;}
.ebank-entrance ul li.active .popup_box > div.tab_active{display:block;}
.ebank-entrance ul li.active .popup_box > div.company-login{}
.ebank-entrance ul li.active .popup_box .tab_active > a{display: inline-block;height: 40px;border-radius: 50px; background: #e12328;width: 100%;text-align: center; line-height: 40px; font-size: 14px; color: #fff;position:relative;overflow:hidden;}
.ebank-entrance ul li.active .popup_box .tab_active > a.last-btn{background-color:#fff;color:#000;box-shadow: 0 0 10px #ccc;}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list{display:flex;justify-content: center;font-size:12px;margin:15px 0;display: -ms-flexbox;-ms-flex-pack: center;}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li{position:relative;margin-right:20px;}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li a{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition:all 0.4s;}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li a:hover{color:#e70012}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li:last-child{margin-right:0px;}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li::after{content:"";position:absolute;top:10%;right:-10px;width:1.2px;height:90%;background:#151515}
.ebank-entrance ul li.active .popup_box .tab_active > .gr_list li:last-child::after{display:none;}
.ebank-entrance ul li.active .popup_box .tab_active > p{font-size:14px;text-align:center;margin-top:30px;}
.ebank-entrance ul li.active .popup_box > div.company-login > p{margin-top: 10px}
.ebank-entrance ul li.active .popup_gy .gy_box{display:block;}
.ebank-entrance ul li.active .gy_box .gy_top{height:40px;line-height:40px;text-align:center;background:#d82025;color:#fff;font-size:14px;}
.ebank-entrance ul li.active .gy_box .gy_img{height:86px;margin:20px 0;text-align:center;}
.ebank-entrance ul li.active .gy_box .gy_img > img{width:110px;}
.popup_box .tab_active > a:before{content: attr(data-text);position: absolute;top: 0px;left: 0;height: 100%;width: 100%;filter: alpha(opacity=100); opacity: 1;text-align: center; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s; transition: all .3s }
.popup_box .tab_active > a:hover:before{ filter: alpha(opacity=0);opacity: 0; -webkit-transform: translate3d(0, 100%, 0);  -moz-transform: translate3d(0, 100%, 0); -ms-transform: translate3d(0, 100%, 0); -o-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0) }
.popup_box .tab_active > a > span{ display: inline-block;text-align: center; filter: alpha(opacity=0);opacity: 0;-webkit-transform: translate3d(0, -100%, 0);-moz-transform: translate3d(0, -100%, 0); -ms-transform: translate3d(0, -100%, 0); -o-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);-webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; -o-transition: all .3s;transition: all .3s}
.popup_box .tab_active > a:hover > span{filter: alpha(opacity=100);opacity: 1; -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0)}
.popup_box .tab_active > a:hover > span:nth-child(1){-webkit-transition-delay: .045s;  -moz-transition-delay: .045s; -ms-transition-delay: .045s; -o-transition-delay: .045s;transition-delay: .045s}
.popup_box .tab_active > a:hover > span:nth-child(2){ -webkit-transition-delay: .12s; -moz-transition-delay: .12s; -ms-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s }
.popup_box .tab_active > a:hover > span:nth-child(3){ -webkit-transition-delay: .195s; -moz-transition-delay: .195s; -ms-transition-delay: .195s;-o-transition-delay: .195s; transition-delay: .195s}
.popup_box .tab_active > a:hover > span:nth-child(4){ -webkit-transition-delay: .27s; -moz-transition-delay: .27s; -ms-transition-delay: .27s; -o-transition-delay: .27s;transition-delay: .27s}
.popup_box .tab_active > a:hover > span:nth-child(5){ -webkit-transition-delay: .35s; -moz-transition-delay: .35s; -ms-transition-delay: .35s; -o-transition-delay: .35s;transition-delay: .35s}
.popup_box .tab_active > a:hover > span:nth-child(6){ -webkit-transition-delay: .42s; -moz-transition-delay: .42s; -ms-transition-delay: .42s; -o-transition-delay: .42s;transition-delay: .42s}
.popup_box .tab_active > a:hover > span:nth-child(7){ -webkit-transition-delay: .47s; -moz-transition-delay: .47s; -ms-transition-delay: .47s; -o-transition-delay: .47s;transition-delay: .47s}
.popup_box .tab_active > a:hover > span:nth-child(8){ -webkit-transition-delay: .52s; -moz-transition-delay: .52s; -ms-transition-delay: .52s; -o-transition-delay: .52s;transition-delay: .52s}
.popup_box .tab_active > a:hover > span:nth-child(9){ -webkit-transition-delay: .57s; -moz-transition-delay: .57s; -ms-transition-delay: .57s; -o-transition-delay: .57s;transition-delay: .57s}
.popup_box .tab_active > a:hover > span:nth-child(10){ -webkit-transition-delay: .62s; -moz-transition-delay: .62s; -ms-transition-delay: .62s; -o-transition-delay: .62s;transition-delay: .62s}
.popup_box .tab_active > a:hover > span:nth-child(11){ -webkit-transition-delay: .67s; -moz-transition-delay: .67s; -ms-transition-delay: .67s; -o-transition-delay: .67s;transition-delay: .67s}
.popup_box .tab_active > a:hover > span:nth-child(12){ -webkit-transition-delay: .72s; -moz-transition-delay: .72s; -ms-transition-delay: .72s; -o-transition-delay: .72s;transition-delay: .72s}
.popup_box .tab_active > a:hover > span:nth-child(13){ -webkit-transition-delay: .82s; -moz-transition-delay: .82s; -ms-transition-delay: .82s; -o-transition-delay: .82s;transition-delay: .82s}
.popup_box .tab_active > a:hover{color:#fff;background-color: #e70012; box-shadow: 0 0 2px #fff;}

@media only screen and (max-width:1400px){
.ebank-entrance > ul > li{width:42px;height:42px;}
.ebank-entrance > ul > li .list_icon>img{width:18px;}
.ebank-entrance ul li.active .popup_box{padding: 15px 25px;}
.ebank-entrance ul li.active .popup_box .tab_active>p{margin-top:15px;}
.ebank-entrance ul li.active .popup_title>span{font-size:16px;}
.ph_icon_img{width:14px !important;}
}
@media only screen and (max-width:1300px){
.ebank-entrance ul li.active .popup{height:255px;}
.ebank-entrance ul li.active .popup_title{height:40px;line-height:40px;}
.ebank-entrance ul li.active .popup_title>span{font-size:14px;}
.ebank-entrance ul li.active .popup_box .tab_active>a{font-size:12px;}
.ebank-entrance ul li.active .popup_box .tab_active>.gr_list{font-size:12px;margin:10px 0;}
.ebank-entrance ul li.active .popup_box{padding: 10px 20px}
.ebank-entrance ul li.active .popup_box .tab_active>p{font-size:12px;margin-top:15px}
.ebank-entrance ul li.active .popup_gy{width:160px;height:160px;}
.ebank-entrance ul li.active .gy_box .gy_top{font-size:12px;height: 30px; line-height: 30px;}
.ebank-entrance ul li.active .gy_box .gy_img>img{width:90px;}
}
@media screen and (max-width: 999px) {
.ebank-entrance {display: none;}
}

.typo p, .typo pre, .typo ul, .typo ol, .typo ul li, .typo ol li, .typo dl, .typo dl, .typo form, .typo hr, .typo table {margin: 0.5em 0;}
.typo p {line-height: 2; text-align: justify; text-justify: inter-ideograph; *zoom: 1;}
.typo h1, .typo h2, .typo h3, .typo h4, .typo h5, .typo h6 {margin: 1em 0 0.5em; font-weight: 800;color:#000;}
.typo ul {margin-left: 1.3em;}
.typo ul li {line-height: 2; list-style: disc;}
.typo ol {margin-left: 2.4em;}
.typo ol li {line-height: 1.8; list-style: decimal;}
.typo li ul, .typo li ol {margin-top: 0; margin-bottom: 0; margin-left: 2em;}
.typo li ul{list-style: circle;}
.typo ul li, .typo ol li {text-align: justify; text-justify: inter-ideograph;}
.typo table th, .typo table td {border: 1px solid #333; padding: 5px 10px;}
.typo table th {background: #fbfbfb;}
.typo table thead th {background: #f1f1f1;}
.typo table th > p, .typo table td > p {margin:0}

.ebank-entrance .tishi {width: 160px; text-align: center; position: absolute; z-index: 1111; right: 4em; bottom: -20px; display: none;}
.tab_active .tishi {display: block;}
.tishi .content {display: inline-block; box-sizing: border-box; padding: 10px; font-size: 14px; color: #333; border-radius: 12px; background-color: #f8f8f8; box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, .06); line-height: 20px;}
.tishi .arrow {display: inline-block; position: relative; top: -3px; left: -5px; width: 0; height: 0; font-size: 0; border: 0 dashed transparent; border-width: 10px; border-left-style: solid; border-left-color: #f8f8f8;}