
.box {
    position: relative;
    width: 100%;
}

.imgBox {
    position: relative;
    width: 300px;
    /*box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.4);*/
}

.imgBox img {
    width: 300px;
    height: 150px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -webkit-user-select:none;
    -o-user-select:none;
    user-select:none;
}

.imgBox div {
    display: block;
}

.handle {
    display: flex;
    align-items: center;
    position: relative;
    top: 0;
    width: 228px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 0 5px 5px 0;
    margin: 1px 0;
    padding: 4px 0 4px 70px;
    /*box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2) inset;*/
    user-select: none;
}

.text {
    opacity: 1;
    transition: opacity 0.5s ease-in-out;
    color: #fff!important;
}

.swiper {
    position: absolute;
    top: 0;
    left: 0px;
    width: 58px;
    height: 38px;
    background-color: #fff;
    text-align: center;
    line-height: 38px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.2);
}

.swiper img{
    width: 15px;
    height: 15px;
}

.verify {
    position: absolute;
    bottom: 0px;
    left: 10px;
    width: auto;
    height: auto;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: 300px;
    /*box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4), 0 0 10px 0 rgba(90, 90, 90, 0.4);*/
    z-index: 10;
}
.verify img{
    width: 60px;
    height: 150px;

}
.verified {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 5px;
}

.refreshBox {
    border-top: 1px solid #ccc;
    padding: 15px 0 0 5px;
}

.refresh {
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 20px;
    border-radius: 20px;
    background-color: #555;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
    transition: all 0.5s ease-in-out;
}

.refresh.click {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4) inset;
}

.oprate{
    float: right;
    width: 20%;
    height: 30px;
}
#fill{
    position: absolute;
    top: 0;
    display: inline-block;
    width:0;
    height:100%;
    background: #66CC00;
}
.oprate img{
    float: right;
    margin-top: 5px;
    margin-right: 10px;
    color: #0e90d2;
    cursor: pointer;
}
.line-item{
    height: 60px;
    width: 100%;
    margin-top: 7px;
}

@media screen and (min-width: 320px) and (max-width: 480px){
    .imgBox {
        width: 300px;
    }

}