
.p_b_close {
    background: rgba(0, 0, 0, 0) url("../images/bg_basespr.png") no-repeat scroll -132px -37px;
    height: 15px;
    line-height: 300;
    overflow: hidden;
    position: absolute;
    right: 13px;
    top: 13px;
    transition: transform 0.3s ease-in 0s;
    width: 15px;
}
.p_b_close:hover {
    transform: rotate(180deg);
    transform-origin: 50% 50% 0;
}
.pop_login .p_b_bd {
    padding: 33px 0 25px;
}
.pop_login .img_logo_wp img {
    display: block;
    width: 100%;
}
.pop_login .img_logo_wp {
    height: 40px;
    margin: 0 auto 0px;
    width: 149px;
}
.tb_wpb .hd {
    background: #fff none repeat scroll 0 0;
    font-size: 14px;
    font-weight: bold;
    height: 60px;
    margin: 1px 50px 0;
    overflow: hidden;
}
.tb_wpb .hd h3{
   border-top: 1px solid #0D6CFF;
   width: 100%;
   height: 44px;
}
.tb_wpb .hd h3 .ts_p {
    color: #0D6CFF;
    display: inline-block;
    font: 16px/52px 微软雅黑;
    height: 44px;
    overflow: hidden;
    float: left;
    vertical-align: top;   
}
.pay_btn {
    margin: 20px 0 20px;
    position: relative;
}
.login_dl_pd {
    background: #0D6CFF none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font: 18px/45px 微软雅黑;
    height: 45px;
    position: relative;
    text-align: center;
    width: 100%;
    border: 0;
}
.login_dl_pd:hover {
    background: #0D6CFF none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.login_dl_pd:active {
    background: #14bff1 none repeat scroll 0 0;
}
.in_box {
    font-size: 14px;
    margin-bottom: 15px;
    position: relative;
}
.in_boxa label.cbox {
    color: #666;
    font-size: 12px;
    left: 0;
    line-height: 20px;
    position: relative;
    top: 0;
}
.in_box label {
    color: #bfbfbf;
    font: 14px/16px 微软雅黑;
    left: 14px;
    position: absolute;
    top: 17px;
    z-index: 100;
}

.in_box .in_txt {
    border: 1px solid #e5e5e5;
    display: block;
    height: 16px;
    line-height: 16px;
    padding: 16px 0;
    position: relative;
    text-indent: 13px;
    width: 100%;
}

.tb_wpb .bd {
    color: #969696;
    font: 12px/20px 宋体;
    padding: 0 50px;
}

.in_box .text_cite {
    color: #01b7fd;
    float: right;
    font-size: 12px;
}
.in_box .text_cite:hover {
    text-decoration: underline;
}
.in_box .focus, .in_box .in_txt:focus {
    border: 1px solid #0D6CFF;
    z-index: 1;
}
.pay_a_logo {
    
    height: 20px;
}
.pay_b_logo {
    display: inline-block;
    font: 12px/52px 微软雅黑;
    height: 44px;
    overflow: hidden;
    float: right;
    vertical-align: top; 
}
.pay_a_logo .text_cite {
    font-size: 12px; color:#666;
}
.pay_a_logo .text_cite:hover {
    color: #0D6CFF;
}
.pay_b_logo .text_cite {
    font-size: 12px; color:#666;
}
.pay_b_logo .text_cite:hover {
    color: #0D6CFF;
}
.chk{
  position: relative;
  left: 0px;
  top:2px;
}
    .overlay {
 background-color: Black;
    height:100%;
    left: 0;
    min-width: 960px;
    opacity: 0.4;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    }

    .modal {
       background: #fff none repeat scroll 0 0;
    min-height: 360px;
    overflow: hidden;
    width: 420px;
    z-index: 1000;
        display: none;
        position:fixed;
    }
.in_box_cite {
    color: #eb0000;
    line-height: 1.5;
    position: absolute;
    top: 112px;
}
/*css3鍔ㄧ敾 */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) translateY(-2000px);
    transform: scale(.1) translateY(-2000px);
    -ms-transform: scale(.1) translateY(-2000px);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  60% {
    opacity: 1;
    -webkit-transform: scale(.475) translateY(60px);
    transform: scale(.475) translateY(60px);
    -ms-transform: scale(.475) translateY(60px);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}