.rightValidate {
    width: 280px;
    margin: 0px auto;
    position: relative;
    line-height: 33px;
    text-align: center;
    z-index: 99;
}

.v_rightBtn {
    position: absolute;
    left: 0;
    top: 0;
    height: 31px;
    width: 40px;
    background: #ddd;
    cursor: pointer;
}

.imgBtn {
    width: 44px;
    height: 171px;
    position: absolute;
    left: 0;
}

.imgBtn img {
    width: 100%;
    z-index: 99;
}

.imgBg {
    /*position: absolute;*/
    /*bottom: 35px;*/
    width: 280px;
    height: 171px;
    box-shadow: 0px 4px 8px #3C5476;
    /*z-index: 9;*/
}

.hkinnerWrap {
    border: 1px solid #eee;
    top: 2rem;
}

.green {
    border-color: #34C6C2 !important;
}

.green .v_rightBtn {
    background: #34C6C2;
    color: #fff;
}

.red {
    border-color: red !important;
}

.red .v_rightBtn {
    background: red;
    color: #fff;
}

.refresh {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 4px;
    top: 4px;
    font-size: 12px;
    color: #fff;
    text-shadow: 0px 0px 9px #333;
    cursor: pointer;
}

.notSel {
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
}