.zui-slider {
    height: 4px;
    background: #e2e2e2;
    border-radius: 3px;
    position: relative;
    cursor: pointer;
    width: 680px;
}

.zui-slider-tips {
    position: absolute;
    top: -42px;
    z-index: 66666666;
    white-space: nowrap;
    transform: translateX(-50%);
    color: #FFF;
    background: #000;
    border-radius: 3px;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    moz-user-select: -moz-none;
    -moz-user-select: none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.zui-slider-bar {
    border-radius: 3px;
    position: absolute;
    height: 100%;
}

.zui-slider-wrap {
    width: 36px;
    height: 36px;
    position: absolute;
    top: -16px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10;
    text-align: center;
}

.zui-slider-wrap-btn {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #FFF;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    transition: .3s;
}

.zui-slider-wrap:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}

.zui-slider-tips:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: #000 transparent transparent;
}

.zui-disabled,
.zui-disabled:hover {
    color: #d2d2d2 !important;
    cursor: not-allowed !important;
}

.zui-disabled>.zui-slider-bar {
    background-color: #c2c2c2 !important;
}

.zui-disabled .zui-slider-wrap-btn {
    border-color: #c2c2c2 !important;
    cursor: not-allowed !important;
}

.paycont-left {
    width: 920px;
    display: none;
}

.paycont-temp2 {
    width: 100%;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #fff;
}

.paycont-temp2.show {
    z-index: 99;
    position: relative;
}

.paycont-temp2.show .temp-li > i {
    transform: translateY(-50%) rotateZ(90deg);
}

.paycont-temp2.show .temp-cont {
    opacity: 1;
}

.paycont-temp2 .temp-cont {
    opacity: 0;
    transition: .3s;
    /* display: flex; */
    margin-top: 10px;
}

.paycont-temp2 .temp-cont .cred-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.paycont-temp2 .temp-cont .cred-txt span {
    display: inline-block;
    font-size: 14px;
    color: #8a8c91;
}

.paycont-temp2 .temp-cont .cred-txt2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.paycont-temp2 .temp-cont .cred-txt2 label {
    width: 30%;
}

.paycont-temp2 .temp-cont .cred-input {
    width: 100%;
    min-height: 42px;
    border: 1px solid #e9eaee;
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.paycont-temp2 .temp-cont .cred-input.error {
    border: 1px solid #f64f64;
}

.paycont-temp2 label{
    position: relative;
}

.paycont-temp2 .temp-cont .cred-error {
    color: #f64f64;
    font-size: 14px;
    margin-top: 10px;
    position: absolute;
    bottom: -28px;
    /* display: none; */
}

.paycont-temp2 .temp-cont .p1 {
    font-size: 20px;
    color: #44474e;
    margin-bottom: 10px;
}



.paycont-temp2 .temp-cont .p2 {
    font-size: 14px;
    color: #8a8c91;
    margin-bottom: 20px;
}

.paycont-temp2 .temp-cont .btn {
    padding: 12px 28px;
    background-color: #4687ff;
    border-radius: 3px;
    font-weight: 500;
    transition: .3s;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}

.paycont-temp2 .temp-cont .btn:hover {
    background-color: #77a7ff;
}

.paycont-temp2 .temp-cont .p3 {
    font-size: 12px;
    color: #8a8c91;
    margin-bottom: 3px;
}
.btn-show{
    display: block;
}
.btn-hide{
    display: none!important;
}
.qrcode-box{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.qrcode-box p{
    text-align: center;
    margin-top: 30px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
.hideWxpay{
    text-align: center;
}