@charset "utf-8";

.boxClone {
  position: absolute;
  height: 33px;
  width: 146px;
  /* background-color:#ccc;
    border: solid; */
  top: 1.3rem;
  right: 0.3rem;
}

#ibankeClone {
  display: block;
  position: absolute !important;
  height: 100px;
  width: 100px;
  /* background-color: black;
    border: solid; */
  top: 0.3rem;
  right: 0.3rem;
}

#btnBoxClone {
  position: absolute !important;
  padding-top: 0 !important;
  margin-top: 0 !important;
  z-index: 1000000;
}

#bankeGoBtnClone,
#bankeCancelBtnClone,
#vt2-credit-cardClone {
  /* background-color: #FD9800; */
  height: 40px;
}

#vt2-credit-card {
}

#vt2-credit-cardClone {
  top: 1.5rem;
  right: -7.6rem;
}

#vt2-credit-cardClone .credit-card-item {
  /* border: solid; */
}

.banke-mask {
  width: 100%;
  height: 2328px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #000;
  opacity: 0.7;
}

.banke-bubble-iframe {
  width: 100%;
  height: 500px;
  z-index: 1000001;
}

.pc_bg01 {
  display: block;
  width: 100%;
  height: 2194px;
  background: url("../images/bg01.png") no-repeat top center;
}

.J_hide_banke {
  display: none;
}

.bankePop {
  position: absolute;
  /* z-index: 100000; */
  z-index: 99999999;
}

.bankeBox {
  position: fixed;
  width: 100px;
  height: 100px;
  right: 5%;
  bottom: 5%;
  /* cfy 2022 10 09 修改冒泡位置 */
  /* bottom: 2%; */
  /* background-color: #ccc; */
  /*pointer-events: none; !* 陈健 新增方法 点击穿透 *!*/
}

/* 当浏览器不兼容媒体查询时，使用以下样式 */
#ibanke {
  width: 100px;
  position: absolute;
  left: 0;
  /* top: 0; */
  top: -45px;
  cursor: pointer;
  z-index: 999999;
  display: none;
}

.bubbleBox {
  position: relative;
  width: 380px;
  height: 200px;
  transform: translate(-55%, -85%);
  -ms-transform: translate(-55%, -85%);
  -moz-transform: translate(-55%, -85%);
  -webkit-transform: translate(-55%, -85%);
  -o-transform: translate(-55%, -85%);
  transition: all 0.3s;
  display: none;
}

.bubbleBox-style1 {
  position: relative;
  width: 380px;
  height: 200px;
  transform: translate(25%, -40%);
  -ms-transform: translate(25%, -40%);
  -moz-transform: translate(25%, -40%);
  -webkit-transform: translate(25%, -40%);
  -o-transform: translate(25%, -40%);
  transition: all 0.3s;
  display: none;
}

#popContainer {
  width: 300px;
  position: absolute;
  /*left: 5%;*/
  /*bottom: 5%;*/
  left: -65%;
  /* 超颖 */
  bottom: 70%;
  /* 超颖 */
}

.popContainer-t,
.popContainer-c,
.popContainer-b {
  box-sizing: border-box;
  width: 100%;
  /* opacity: .9; */
}

.popContainer-t {
  background-image: url("../images/t.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 35px;
  /*background: none \9;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/pop/t.png', sizingMethod='scale');
  /* 超颖 */
}

.popContainer-c {
  background-image: url("../images/c.png");
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*background: none \9;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/c.png', sizingMethod='scale');
  /* 超颖 */
}

.popContainer-b {
  background-image: url("../images/b.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  height: 50px;
  /*background: none \9;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/b.png', sizingMethod='scale');
  /* 超颖 */
}

#popContainer-c-c {
  font-size: 14px;
  line-height: 28px;
  margin: 0 10%;
}

/* 文字内超链接文字颜色 */
#popContainer-c-c a {
  color: #0066b3;
}

.c-c-margin-style1 {
  margin: 0 8% !important;
}

.closeIcon {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 3%;
  top: -25px;
  cursor: pointer;
  z-index: 100;
  background-image: url("../images/close.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  /*background: none \9;*/
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', src='../images/close.png', sizingMethod='scale');
  /* 超颖 */
}

.closePop {
  position: absolute;
  z-index: 1000000;
  background-color: #ffffff;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  top: 3%;
  right: 3%;
  font-size: 14px;
  display: none;
  opacity: 0.95;
  border: 1px solid #eeeeee;
  color: #58b2df;
}

.closePop #pass {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.closePop #close {
  width: 100px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  cursor: pointer;
}

.closePop #pass:hover,
.closePop #close:hover {
  text-decoration: underline;
}

.pop_cont {
  padding: 40px 30px 20px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

.btnBox {
  /* position: relative; */
  position: fixed;
  padding: 16px 60px 26px 60px;
}

.btnBox a {
  font-size: 14px;
  line-height: 20px;
}

.btnBox .cancelBtn {
  color: #0066b3;
  float: right;
  cursor: pointer;
}

.btnBox .goBtn {
  color: #fd9800;
  float: left;
  cursor: pointer;
}

.dpn {
  display: none;
}

.credit-container {
  height: 30px;
  line-height: 30px;
  white-space: nowrap;
}

.credit-card-recommend {
  display: inline-block;
}

.credit-card {
  /* margin-left: 100px; */
  white-space: nowrap;
  float: right;
}

#hideBankeBtn {
  margin-left: 20px;
}

.credit-card-item {
  height: 30px;
  display: inline-block;
  margin-right: 5px;
}

.credit-card-item img {
  width: 55px;
  vertical-align: middle;
}

/* =============================== */

/* =========== 默认动画 =========== */
/* 班克旋转45度 缩进去*/
@keyframes bkRotate {
  from {
    transform: rotate(0deg);
    opacity: 1;
    right: 5%;
    /*bottom: 5%;*/
  }

  50% {
    transform: rotate(0deg);
    right: -150px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }

  100% {
    transform: rotate(-45deg);
    right: -55px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }
}

/* 唤起班克 */
@keyframes bankeBack {
  from {
    transform: rotate(-45deg);
    right: -55px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }

  50% {
    transform: rotate(0deg);
    right: -150px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }

  100% {
    transform: rotate(0deg);
    right: 5%;
    /*bottom: 5%;*/
    opacity: 1;
  }
}

@keyframes bankeBack-style1 {
  from {
    transform: rotate(-45deg);
    right: -55px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }

  50% {
    transform: rotate(0deg);
    right: -150px;
    opacity: 0.6;
    /*bottom: 5%;*/
  }

  100% {
    transform: rotate(0deg);
    right: 30%;
    /*bottom: 5%;*/
    opacity: 1;
  }
}
/* 2022 10 08 cfy */
/* 390px适配 */
@keyframes bankeBack-style1-390 {
  from {
    transform: rotate(-45deg);
    right: -30px;
    opacity: 0.6;
    /* bottom: 15%; */
  }

  50% {
    transform: rotate(0deg);
    right: -150px;
    opacity: 0.6;
    /* bottom: 15%; */
  }

  100% {
    transform: rotate(0deg);
    /* 20220930  cfy 修改手机端移动位置 */
    right: 303px;
    /* right: 80%; */
    /* right: 60%; */
    /* bottom: 15%; */
    opacity: 1;
  }
}
/* 适配1170 */
@keyframes bankeBack-style1-1170 {
  from {
    transform: rotate(-45deg);
    right: -30px;
    opacity: 0.6;
    /* bottom: 15%; */
  }

  50% {
    transform: rotate(0deg);
    right: -150px;
    opacity: 0.6;
    /* bottom: 15%; */
  }

  100% {
    transform: rotate(0deg);
    /* 20220930  cfy 修改手机端移动位置 */
    right: 480px;
    /* right: 80%; */
    /* right: 60%; */
    /* bottom: 15%; */
    opacity: 1;
  }
}
/* 向上走的动画初始及结尾值 */
@keyframes run-left-middle {
  0% {
    bottom: 80%;
    right: -15%;
    opacity: 0.3;
  }

  50% {
    bottom: 50%;
    right: 80%;
    opacity: 0.7;
  }

  100% {
    bottom: 5%;
    right: 5%;
    opacity: 1;
  }
}

/* 班克第一次从上往下移动 */
@keyframes run_bottom_right {
  0% {
    bottom: -15%;
    right: -15%;
    opacity: 0;
  }

  50% {
    bottom: 10%;
    right: 1%;
    opacity: 0.5;
  }

  100% {
    /*bottom: 5%;*/
    right: 5%;
    opacity: 1;
  }
}

@keyframes run_bottom_right_style1 {
  0% {
    bottom: -15%;
    right: -15%;
    opacity: 0;
  }

  50% {
    bottom: 10%;
    right: 1%;
    opacity: 0.5;
  }

  100% {
    /*bottom: 5%;*/
    /* ZCY */
    right: 30%;
    opacity: 1;
  }
}

/* =============================== */

@media only screen and (min-width: 960px) {
  /* 电脑端CSS代码 */
  .bankeBox {
    position: fixed;
    width: 100px;
    height: 100px;
    right: 5%;
    bottom: 5%;
    /*pointer-events: none; !* 陈健 新增方法 点击穿透 *!*/
  }

  #ibanke {
    width: 100px;
    position: absolute;
    /* position: fixed; */
    left: 0;
    top: -5px;
    /* top: 0; */
    cursor: pointer;
    z-index: 999999;
    display: none;
  }

  .ibanke {
    left: 20px !important;
    top: -20px !important;
  }

  .whitePop-style1 {
    width: 500px !important;
    left: -20% !important;
    bottom: 10% !important;
  }

  .bubbleBox {
    position: relative;
    width: 380px;
    height: 200px;
    transform: translate(-65%, -95%);
    -ms-transform: translate(-65%, -95%);
    -moz-transform: translate(-65%, -95%);
    -webkit-transform: translate(-65%, -95%);
    -o-transform: translate(-65%, -95%);
    transition: all 0.3s;
    display: none;
  }

  .bubbleBox-style1 {
    position: relative;
    width: 380px;
    height: 200px;
    transform: translate(25%, -40%);
    -ms-transform: translate(25%, -40%);
    -moz-transform: translate(25%, -40%);
    -webkit-transform: translate(25%, -40%);
    -o-transform: translate(25%, -40%);
    transition: all 0.3s;
    display: none;
  }

  #popContainer {
    width: 300px;
    position: absolute;
    left: 5%;
    bottom: 5%;
  }

  .whitePop-style1 {
    width: 480px !important;
    left: -20% !important;
    bottom: 10% !important;
  }

  .popContainer-t,
  .popContainer-c,
  .popContainer-b {
    box-sizing: border-box;
    width: 100%;
    /* opacity: .9; */
  }

  .popContainer-t {
    background-image: url("../images/t.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 25px;
  }

  .popContainer-c {
    background-image: url("../images/c.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .popContainer-c-style1 {
    background-image: none;
    background-color: #000;
    border: solid 1px #000;
    border-radius: 12px;
    opacity: 0.7;
    color: white;
    padding: 12px 0;
  }

  .popContainer-b {
    background-image: url("../images/b.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 50px;
  }

  #popContainer-c-c {
    font-size: 14px;
    line-height: 28px;
    margin: 0 10%;
  }

  .c-c-margin-style1 {
    margin: 0 8% !important;
  }

  .closeIcon {
    position: absolute;
    width: 15px;
    height: 15px;
    right: 7%;
    top: 6%;
    cursor: pointer;
    z-index: 100;
    background-image: url("../images/close1.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    opacity: 0.9;
  }

  .closeIcon-style1 {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 14%;
    top: -80px;
    cursor: pointer;
    z-index: 100;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    z-index: 100;
    opacity: 0.9;
  }

  .closePop {
    position: absolute;
    z-index: 1000000;
    background-color: #ffffff;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 0px;
    top: 20%;
    right: 3%;
    font-size: 14px;
    display: none;
    opacity: 0.95;
    border: 1px solid #eeeeee;
    color: #58b2df;
  }

  .closePop-style1 {
    top: -96%;
    right: 60%;
  }

  .closePop #pass {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
  }

  .closePop #close {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
  }

  .closePop #pass:hover,
  .closePop #close:hover {
    /* text-decoration: underline; */
    text-decoration: none;
    background-color: #0066b3;
    color: #eeeeee;
  }

  .closePop #pass:hover {
    border-radius: 10px 10px 0 0;
  }

  .closePop #close:hover {
    border-radius: 0 0 10px 10px;
  }

  .pop_cont {
    padding: 40px 30px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .btnBox {
    position: relative;
    padding: 16px 60px 16px 60px;
  }

  .btnBox a {
    font-size: 14px;
    line-height: 20px;
  }

  .btnBox .cancelBtn {
    color: #0066b3;
    float: right;
    cursor: pointer;
  }

  .btnBox .goBtn {
    color: #fd9800;
    float: left;
    cursor: pointer;
  }

  .credit-container {
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
  }

  .credit-card-recommend {
    display: inline-block;
  }

  .credit-card {
    /* margin-left: 100px; */
    white-space: nowrap;
    float: right;
  }

  #hideBankeBtn {
    margin-left: 20px;
  }

  .credit-card-item {
    height: 30px;
    display: inline-block;
    margin-right: 5px;
  }

  .credit-card-item img {
    width: 55px;
    vertical-align: middle;
  }

  /* 班克旋转45度 缩进去*/
  @keyframes bkRotate {
    from {
      transform: rotate(0deg);
      opacity: 1;
      right: 5%;
      /*bottom: 5%;*/
    }

    50% {
      transform: rotate(0deg);
      right: -150px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    100% {
      transform: rotate(-45deg);
      right: -55px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }
  }

  /* 唤起班克 */
  @keyframes bankeBack {
    from {
      transform: rotate(0deg);
      right: -55px;
      opacity: 0;
      /*bottom: 5%;*/
    }

    50% {
      transform: rotate(0deg);
      /* right: -150px; */
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    100% {
      transform: rotate(0deg);
      right: 5%;
      /*bottom: 5%;*/
      opacity: 1;
    }
  }

  @keyframes bankeBack-style1 {
    from {
      transform: rotate(-45deg);
      right: -55px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    50% {
      transform: rotate(0deg);
      right: -150px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    100% {
      transform: rotate(0deg);
      right: 30%;
      /*bottom: 5%;*/
      opacity: 1;
    }
  }
}

@media only screen and (max-width: 960px) {
  /* 手机端CSS代码 */
  .bankeBox {
    /* cursor: pointer; */
    /* position: fixed; */
    width: 70px;
    /* width: 30px; */
    height: 70px;
    /* right: 3%;
        bottom: 15%; */
    /*pointer-events: none; !* 陈健 新增方法 点击穿透 *!*/
  }

  #ibanke {
    width: 70px;
    position: absolute;
    /* position: fixed; */
    left: 0;
    top: -20px;
    /* top: 0; */
    cursor: auto;
    z-index: 999999;
    display: none;
    /* cursor: pointer; */
    /* border: 1px solid #ccc; */
  }

  .whitePop-style1 {
    width: 345px !important;
    left: 72% !important;
    bottom: -40% !important;
  }

  .whitePop-style2 {
    width: 340px !important;
    left: 75% !important;
    bottom: -40% !important;
  }

  .whitePop-style3 {
    width: 350px !important;
    left: 72% !important;
    bottom: -36% !important;
  }

  .whitePop-style1-noAds {
    width: 270px !important;
    left: 14% !important;
    top: 0px !important;
  }

  .bubbleBox {
    position: relative;
    /*width: 350px;*/
    /*height: 200px;*/
    /*transform: translate(-55%, -95%);*/
    /*-ms-transform: translate(-55%, -95%);*/
    /*-moz-transform: translate(-55%, -95%);*/
    /*-webkit-transform: translate(-55%, -95%);*/
    /*-o-transform: translate(-55%, -95%);*/
    width: 200px;
    height: 155px;
    transform: translate(25%, -40%);
    -ms-transform: translate(-70%, -100%);
    -moz-transform: translate(-70%, -100%);
    -webkit-transform: translate(-70%, -100%);
    -o-transform: translate(-70%, -100%);
    transition: all 0.3s;
    display: none;
  }

  .bubbleBox-style1 {
    position: relative;
    width: 200px;
    height: 155px;
    /* transform: translate(25%, -40%);
        -ms-transform: translate(25%, -40%);
        -moz-transform: translate(25%, -40%);
        -webkit-transform: translate(25%, -40%);
        -o-transform: translate(25%, -40%);
        transform: translate(25%, -40%);
        transition: all 0.3s; */
    display: none;
  }

  .bubbleBox-style2 {
    position: relative;
    width: 200px;
    height: 155px;
    /* transform: translate(25%, -40%);
        -ms-transform: translate(25%, -40%);
        -moz-transform: translate(25%, -40%);
        -webkit-transform: translate(25%, -40%);
        -o-transform: translate(25%, -40%);
        transform: translate(25%, -40%);
        transition: all 0.3s; */
    display: none;
  }

  .bubbleBox-style3 {
    position: relative;
    width: 200px;
    height: 155px;
    display: none;
  }

  #popContainer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 35px;
    right: 0;
    /*left: 5%;*/
    /*bottom: 5%;*/
  }

  .popContainer-overflow-auto {
    overflow: auto !important;
    height: 100px !important;
  }

  .popContainer-overflow-noAds {
    overflow: unset !important;
    height: auto !important;
  }

  .popContainer-t,
  .popContainer-c,
  .popContainer-b {
    box-sizing: border-box;
    width: 100%;
    /* opacity: .9; */
  }

  .popContainer-t {
    background-image: url("../images/T_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    height: 25px;
  }

  .popContainer-c {
    background-image: url("../images/C_2.png");
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .popContainer-c-style1 {
    background-image: none;
    background-color: #000;
    border: solid 1px #000;
    border-radius: 12px;
    opacity: 0.7;
    color: white;
    padding: 12px 0;
    margin-top: 40px;
  }

  .popContainer-c-style2 {
    background-image: none;
    background-color: #b7ebfe;
    border: solid 1px #b7ebfe;
    color: #0c77cc;
    border-radius: 30px;
    padding: 3px 0;
    margin-top: 40px;
  }

  .popContainer-c-style3 {
    background-image: none;
    background-color: #141617;
    opacity: 0.96;
    color: #ffffff;
    border-radius: 12px;
    padding: 3px 0;
    margin-top: 40px;
  }

  .popContainer-b {
    background-image: url("../images/B_2.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
    height: 35px;
  }

  #popContainer-c-c {
    font-size: 14px;
    margin: 0 10%;
  }

  .c-c-margin-style1 {
    margin: 0 2% 0 8% !important;
  }

  .c-c-margin-style2 {
    margin: 0 12% !important;
  }

  .c-c-margin-style3 {
    margin: 0 0 0 19% !important;
  }

  .c-c-margin-style2 div {
    height: 40px;
    line-height: 22px;
    padding-left: 8px;
    display: flex;
    align-items: center;
  }
  .c-c-margin-style3 .warp {
    color: #fff;
    display: block;
    height: 48px;
    line-height: 22px;
    padding-left: 2px;
    display: flex;
    align-items: center;
    font-size: 13px;
  }

  .dataTxt {
    color: #fff;
    width: 300px;
    float: left;
    font-size: 13px;
  }

  .c-c-margin-style3 .look {
    color: #fff;
    width: 60px;
    height: 24px;
    line-height: 24px;
    background-color: #399fff;
    border-radius: 12px;
    text-align: center;
    margin: 0 6px;
    float: left;
    font-size: 13px;
  }

  .closeIcon {
    position: absolute;
    width: 50px;
    height: 50px;
    /* border: 1px solid #ccc; */
    right: -15px;
    top: -40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    background-image: url("../images/close.png");
    background-position: 15px;
    background-repeat: no-repeat;
    background-size: 40% 40%;
    z-index: 100;
    opacity: 0.9;
  }

  .closeIcon-style1 {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 60px;
    top: -10px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 40% 40%;
    z-index: 100;
    opacity: 0.9;
  }

  .closeIcon-style2 {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: -21px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 40% 40%;
    z-index: 100;
    opacity: 0.9;
  }

  .closeIcon-style3 {
    position: absolute;
    width: 45px;
    height: 45px;
    top: 0;
    right: -14px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    z-index: 100;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    background-size: 40% 40%;
    z-index: 100;
    opacity: 0.9;
  }

  .closeIcon-style1-noAds {
    left: 95%;
    top: 10px;
  }

  .closePop {
    position: absolute;
    z-index: 1000000;
    background-color: #ffffff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 1px;
    top: 3%;
    right: 3%;
    font-size: 14px;
    display: none;
    opacity: 0.95;
    border: 1px solid #eeeeee;
    color: #58b2df;
  }

  .closePop-style1 {
    top: 0%;
    right: 42%;
  }

  .closePop-style2 {
    top: 18%;
    right: 4%;
  }

  .closePop-style1-noAds {
    top: 33%;
    right: 0%;
  }

  .closePop #pass {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .closePop #close {
    width: 100px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .closePop #pass:hover,
  .closePop #close:hover {
    text-decoration: underline;
  }

  .pop_cont {
    padding: 40px 30px 20px;
    font-size: 14px;
    line-height: 20px;
    color: #333;
  }

  .btnBox {
    position: relative;
    padding: 10px 25px 0 25px;
    height: 20px;
  }

  .btnBox a {
    font-size: 14px;
    line-height: 20px;
  }

  .btnBox .cancelBtn {
    color: #0066b3;
    float: right;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .btnBox .goBtn {
    color: #fd9800;
    float: left;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
  }

  .credit-container {
    margin-left: 30px;
    height: 30px;
    line-height: 30px;
    white-space: nowrap;
  }

  .credit-card-recommend {
    display: inline-block;
  }

  .credit-card {
    /* margin-left: 20px; */
    white-space: nowrap;
    float: right;
  }

  #hideBankeBtn {
    margin-left: 10px;
  }

  .credit-card-item {
    height: 30px;
    display: inline-block;
    margin-right: 5px;
  }

  .credit-card-item img {
    width: 45px;
    vertical-align: middle;
  }

  /* 隐藏班克 */
  @keyframes bkRotate {
    from {
      transform: rotate(0deg);
      opacity: 1;
      right: 3%;
      /* bottom: 15%; */
    }

    50% {
      transform: rotate(0deg);
      right: -150px;
      opacity: 0.6;
      /* bottom: 15%; */
    }

    100% {
      transform: rotate(-45deg);
      right: -55px;
      opacity: 0.6;
      /* bottom: 15%; */
    }
  }

  /* 唤起班克 */
  @keyframes bankeBack {
    from {
      transform: rotate(-45deg);
      right: -30px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    50% {
      transform: rotate(0deg);
      right: -150px;
      opacity: 0.6;
      /*bottom: 5%;*/
    }

    100% {
      transform: rotate(0deg);
      right: 3%;
      /*bottom: 5%;*/
      opacity: 1;
    }
  }

  @keyframes bankeBack-style1 {
    from {
      transform: rotate(-45deg);
      right: -30px;
      opacity: 0.6;
      /* bottom: 15%; */
    }

    50% {
      transform: rotate(0deg);
      right: -150px;
      opacity: 0.6;
      /* bottom: 15%; */
    }

    100% {
      transform: rotate(0deg);
      /* 20220930  cfy 修改手机端移动位置 */
      /* right: 600px; */
      right: 80%;
      /* right: 60%; */
      /* bottom: 15%; */
      opacity: 1;
    }
  }

  @keyframes run_bottom_right_style1 {
    0% {
      /* bottom: 15%; */
      right: -15%;
      opacity: 0;
    }

    50% {
      /* bottom: 18%; */
      right: 30%;
      opacity: 0.5;
    }

    100% {
      /* bottom: 15%; */
      /* ZCY */
      right: 80%;
      opacity: 1;
    }
  }

  @keyframes run_bottom_right_style2 {
    0% {
      right: -15%;
      opacity: 0;
    }

    50% {
      right: 30%;
      opacity: 0.5;
    }

    100% {
      /* ZCY */
      right: 80%;
      opacity: 1;
    }
  }

  /* 2022 10 08 cfy 适配390 iphone12 */
  @keyframes run_bottom_right_style2_390 {
    0% {
      right: -15%;
      bottom: -1%;
      opacity: 0;
    }

    50% {
      right: 30%;
      opacity: 0.5;
    }

    100% {
      /* ZCY */
      /* right: 80%; */
      /* cfy */
      right:303px;
      bottom: -1%;
      opacity: 1;
    }
  }
}

/*# sourceMappingURL=style.css.map */

/* 班克动画1 */
.run-left-middle {
  display: block;
  animation: run-left-middle 2s 0.2s 1 linear;
  animation-fill-mode: forwards;
}

/* 班克动画2 */
.run_bottom_right {
  display: block;
  animation: run_bottom_right 1s 0.2s 1 linear;
  animation-fill-mode: forwards;
}

.run_bottom_right_style1 {
  display: block;
  animation: run_bottom_right_style1 1s 0.2s 1 linear;
  animation-fill-mode: forwards;
}

.run_bottom_right_style2 {
  display: block;
  animation: run_bottom_right_style2 1s 0.2s 1 linear;
  animation-fill-mode: forwards;
}
/* 2022 10 08 cfy 适配390px */
.run_bottom_right_style2_390 {
  display: block;
  animation: run_bottom_right_style2_390 1s 0.2s 1 linear;
  animation-fill-mode: forwards;
}
.hideButton {
  position: absolute;
  top: -9999px;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  overflow: hidden;
}

.clearfix {
  *zoom: 1;
}
