﻿
#spinner-back, #spinner-front {
    position: fixed;
    width: 100vw;
    transition: all 1s;
    visibility: hidden;
    opacity: 0;
}

#spinner-back {
    z-index: 99999999;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
}

#spinner-front {
    z-index: 99999999;
    color: #fff;
    text-align: center;
    margin-top: 50vh;
    transform: translateY(-50%);
}

    #spinner-back.show, #spinner-front.show {
        visibility: visible;
        opacity: 1;
    }
.articlerelate2 {
    float: left;
    width: 100%;
    padding: 12px;
    position: relative;
    border-radius: 3px;
    font-size: 15px;
    border-bottom: solid 12px #fff;
}
.articlerelatepannel {
    position: relative;
    background: #f0f0f0;
    width: 100%;
    float: left;
    font-style: normal;
    margin: 12px 0;
}
span.ic-pro {
    font-size: 14px;
    border: solid 1px #e30000;
    padding: 3px 10px;
    border-radius: 24px;
    color: #e30000;
    vertical-align: middle;
    position: relative;
    top: -3px;
    margin-right: 10px;
}