#verify-container {
    display: none;
    width: 610px;
    height: 465px;
    background-color: white;
    border-radius: 8px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    cursor: default;
}

#verify-title {
    width: 100%;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-bottom: 1px solid #1b6d85;
    text-align: left;
    position: relative;
}

#verifyClose{
    width: 40px;
    height: 40px;
    line-height: 40px;
    display:inline-block;
    text-align: center;
    right: 0px;
    position: absolute;
    cursor: pointer;
}

#verifyClose i {
    position: relative;
    top: 7px;
}

#verifyRefresh {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display:inline-block;
    font-size: 11px;
    text-align: center;
    right: 40px;
    position: absolute;
    cursor: pointer;
    border-right: 1px solid black;
}

#verifyRefresh i {
    position: relative;
    top: 10px;
}

#verify-content {
    padding: 10px;
    height: 225px;
    background-color: #fff;
}

#verify-image-content {
    height: 360px;
    position: relative;
}

#verifyBigImg {
    width: 100%;
    height: 360px;
}

#verifySmallImg {
    height: 360px;
    position: absolute;
    top: 5px;
    left: 0;
}

#verify-slider-content {
    margin-top: 5px;
    width: 100%;
    height: 40px;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    color: #45494c;
}

#verifySliderChannel {
    border: 0px solid #31708f;
    width: 100%;
    height: 40px;
    /*position: absolute;*/
    font-size: 16px;
    text-align: center;
    color: #45494c;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: rgba(71,85,54,0.17);
}

#verifySliderBtn {
    border: 1px solid #9CA7C2;
    width: 50px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    left: 0;
    bottom: 0px;
}

#verifySliderBtn i {
    position: relative;
    top: 7px;
    left: 0px;
    color: black;
}