.skip {
    margin-left: -102px;
    position: absolute;
    left: 50%;
    bottom: 20px;
    line-height: normal;
}

.myStoreWrap .yue .skip {
    bottom: -60px;
}

.skip i {
    background: url(../images/icon_s.png) no-repeat;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 23px;
    height: 23px;
    cursor: pointer;
    border: 1px solid #ddd;
    float: left;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.skip .skipUp {
    background-position: 1px 6px;
}

.skip .skipDown {
    background-position: 2px -18px;
}

.skip span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: left;
    height: 23px;
    line-height: 23px;
    margin: 0 5px;
}

.skip #skipNum {
    height: 23px;
    line-height: 23px;
    width: 45px;
    padding-left: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    margin: 0 5px;
}

.skip #skipBtn {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 50px;
    height: 23px;
    line-height: 23px;
    border: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
}


/* 微信支付 start */

.wxPop {
    width: 430px;
    height: 380px;
    background: #fff;
    border: 1px solid #d6d6d6;
    box-shadow: 0 0 2px 2px #ccc;
    -webkit-box-shadow: 0 0 2px 2px #ccc;
    -moz-box-shadow: 0 0 2px 2px #ccc;
    -ms-box-shadow: 0 0 2px 2px #ccc;
    font-family: "微软雅黑", "宋体", sans-serif;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999;
    margin-top: -190px;
    margin-left: -215px;
}

.wxPop .wxTitle {
    height: 38px;
    line-height: 38px;
    background: #f2f2f2;
    padding: 0 15px;
    color: #666;
}

.wxPop .wxTitle .closer {
    font-size: 18px;
    float: right;
    cursor: pointer;
}

.wxPop .amount {
    height: 85px;
    font-size: 18px;
    text-align: center;
    line-height: 85px;
    border-bottom: 1px dashed #dfdfdf;
}

.wxPop .amount .mey {
    color: #e95c14;
    font-size: 12px;
}

.wxPop .amount .num {
    font-size: 20px;
}

.wxPop .weixinPayImg {
    height: 70px;
    text-indent: -999em;
    background: url('../images/finance/finance.png') no-repeat 126px -108px;
}

.wxPop .QrCode {
    height: 120px;
    width: 120px;
    margin: auto;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}

.wxPop .QrCode img {
    width: 100%;
    height: 100%;
}

.wxPop .toPayFinish {
    text-indent: -999em;
    background: url('../images/finance/finance.png') no-repeat 124px -500px;
    height: 38px;
}


/* 微信支付 end */


/* 支付成功 start*/

.paySuccess {
    position: fixed;
    width: 489px;
    height: 403px;
    z-index: 999;
    top: 30%;
    left: 35%;
    border: 1px solid #ccc
}

.paySuccess .ps_title {
    width: 97%;
    height: 42px;
    background: rgba(235, 235, 235, 1);
    line-height: 42px;
    padding-left: 3%;
    font-weight: 600;
}

.paySuccess .ps_title .closer {
    font-size: 19px;
    float: right;
    cursor: pointer;
    margin-right: 12px;
}

.paySuccess .gongxi {
    height: 70px;
    line-height: 77px;
    font-size: 16px;
    padding-left: 192px;
    background: url(../images/finance/suc_icon.png) no-repeat 141px 19px;
}

.paySuccess .erwei {
    height: 124px;
    width: 123px;
    margin: auto;
}

.paySuccess .pleace {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 14px;
    margin-top: 15px;
}

.paySuccess .goOrto {
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    margin-top: 20px
}

.paySuccess .goOrto a {
    margin-right: 15px;
}


/* 支付成功 end*/


/* 复选框  start*/

.fuxuank {
    width: 16px;
    height: 16px;
    background: url('../images/finance/finance.png') no-repeat -37px -1233px;
    border: 0 none;
    cursor: pointer;
    margin: auto;
}

.fuxuank.checked {
    background-position: -36px -1169px;
}


/* 复选框  end*/


/*余额不足 start*/

.no_blance {
    width: 378px;
    border: 1px solid #999;
    font-family: '微软雅黑', '宋体';
    position: absolute;
    top: 10px;
    left: 50%;
    margin-left: -189px;
    background: #fff;
}

.no_blance .title {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #333;
    padding-left: 10px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
}

.no_blance .title .closer {
    float: right;
    cursor: pointer;
    margin: 0px 10px 0 0;
}

.no_blance .content {
    width: 298px;
    padding: 20px 40px;
}

.no_blance .content p {
    text-align: center;
    height: 40px;
    line-height: 40px;
}

.no_blance .content .arm {
    padding-left: 50px;
    margin-top: 10px;
    background: url('../images/finance/fail_icon.png') no-repeat 94px 0;
}

.no_blance .content .bujiao {
    margin-top: 8px;
}

.no_blance .content .bujiao span {
    color: red;
    margin: 0 3px;
}

.no_blance .content .toPayVip {
    color: #e82635;
    font-size: 14px;
    font-weight: bold;
}

.no_blance .content .toPayVip a {
    color: #e82635;
}

.no_blance .content .chaosheng {
    color: #26ae2a;
}

.no_blance .content .pay_img {
    margin: 10px 0;
}


/*余额不足 end*/

.ico_os,
.acbox .ico_gt,
.acbox .ico_pp,
.onlineService .ico_gt a,
.onlineService .ico_pp a,
.osqq .qq,
.onlineService .ico_dcode,
.dimensionalCode,
.olqqtel .qq {
    background: url(https://www.zfwx.com/wxqt/djwangxiao/lawyerschool/style/images/onlineService201407.gif) no-repeat;
}

.onlineService {
    background: #fff;
    display: block;
    width: 39px;
    position: fixed;
    right: 0;
    top: 44px;
    _position: absolute;
    z-index: 9999;
}

.onlineService .ico_os {
    background-position: -2px -20px;
    border: 1px solid #c7c7c7;
    cursor: pointer;
    width: 40px;
    height: 102px;
    position: relative;
}

.onlineService .ico_gt,
.onlineService .ico_pp {
    width: 39px;
    height: 39px;
    position: relative;
    margin-bottom: 1px;
}

.onlineService .ico_gt a,
.onlineService .ico_pp a {
    background-position: right 0;
    border: 1px solid #299ec0;
    cursor: pointer;
    display: block;
    width: 36px;
    height: 37px;
    position: absolute;
    top: 0;
    right: 0;
    overflow: hidden;
}

.onlineService .ico_pp a {
    background-position: right -60px;
    border: 1px solid #81b140;
}

.onlineService .ico_dcode {
    background-position: -131px 0;
    width: 37px;
    height: 36px;
    border: 1px solid #5E5E5D;
}

.dimensionalCode {
    width: 0;
    overflow: hidden;
    height: 190px;
    right: 38px;
    top: 28px;
    position: absolute;
    background-position: 0 -176px;
}

.olqqtel {
    width: 154px;
    background-color: #fff;
    border: 1px solid #c7c7c7;
    border-right-width: 0px;
    border-left-width: 0px;
    cursor: default;
    overflow: hidden;
    right: -155px;
    top: 0;
    position: absolute;
}

.olqqtel p span {
    color: #0018ff;
    display: block;
    text-align: center;
    white-space: nowrap;
    line-height: 20px;
    font-size: 12px;
}

.olqqtel .qq {
    background-position: -140px -120px;
    display: block;
    width: 74px;
    height: 26px;
    margin: 7px auto;
    cursor: pointer;
    padding: 0 0 0 35px;
    line-height: 26px;
    font-size: 12px;
    font-weight: bolder;
    color: #1580ba;
}

.my_yueke {
    width: 100%;
    height: 1px;
    background: rgba(240, 240, 240, 1);
    border-radius: 1px 1px 1px 0px;
    margin-top: 14px;
}

.my_qqone {
    margin-top: 10px;
}

.my_nr {
    width: 90%;
    padding: 11px 0 0 16px;
}

.my_nr p {
    /*width: 100%;*/
    font-size: 12px;
    color: #333333;
    line-height: 18px;
    margin: 0;
}

.my_nr .oneP {
    color: #0000ff;
    font-weight: 600;
    margin-bottom: 1px;
}