.image-code {
    padding: 10px;
    user-select: none;
}

.image-container {
    position: relative;
    background-color: #ddd;
}

.canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.reload-container {
    margin: 20px 0;
}

.reload-wrapper {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

.reload-ico {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: center/cover no-repeat;
}

.reload-tips {
    font-size: 14px;
    color: #666;
}

.slider-wrpper {
    position: relative;
    margin: 10px 0;
}

.slider-bar {
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: #999;
    background-color: #ddd;
}

.slider-button {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    background: #fff center/80% 80% no-repeat;
    box-shadow: 0 2px 10px 0 #333;
}

/* 提示信息 */
.tips-container,
.tips-container--active {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    padding: 10px;
    transform: translate(-50%, -50%);
    transition: all 0.25s;
    background: #fff;
    border-radius: 5px;

    visibility: hidden;
    opacity: 0;
}

.tips-container--active {
    visibility: visible;
    opacity: 1;
}

.tips-ico {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: center/cover no-repeat;
}

.tips-text {
    color: #666;
}

/*==================other==========================*/
.lit-result {
    width: 90%;
    text-align: left;
    margin-left: 5%;
    background-color: #fafafa;
    padding: 10px;
    line-height: 28px;
}

.lit-warn {
    font-size: 16px;
    font-weight: bold;
    color: #000;
}

.article-box-bg {
    width: 90%;
    text-align: left;
    margin-left: 5%;
    background: #fafafa;
}

.article-box-list {
    /*padding: 10px 0;*/
}

.article-box-list ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.article-box-list ul li a {
    margin: 0 0 10px 0;
    padding: 0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: url("images/article-box-icon-arrow-new.png") no-repeat 99% #fff;
    color: #000;
    display: block;
}

.article-box-list ul li a:hover {
    margin: 0 0 10px 0;
    padding: 0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: url("images/article-box-icon-arrow-new-white.png") no-repeat 99% #279ef2;
    color: #fff;
    display: block;
}

.article-box-list-no {
    margin: 0 0 10px 0;
    padding: 0 10px;
    list-style: none;
    line-height: 54px;
    font-size: 16px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: url("images/article-box-icon-wrong-new.png") no-repeat 99% #fff;
    color: #b6b6b6;
    display: block;
}

.article-box-bottom {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e3e3e3;
    line-height: 38px;
    font-size: 16px;
}

.article-box-bottom a {
    color: #279ef2;
}

.article-box-bottom a:hover {
    color: #ff7010;
}

.article-box-icon-text {
    float: right;
    padding-right: 30px;
    color: #33cc66;
}

a:hover .article-box-icon-text {
    color: #fff;
}

.article-box-icon-text-no {
    float: right;
    padding-right: 30px;
    color: #D6491E;

}

/*==================other==========================*/