/*reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

/*禁止页面复制*/
body {

    /* iOS Safari */
    -webkit-touch-callout: none;

    /* Chrome/Safari/Opera */
    -webkit-user-select: none;

    /* Konqueror */
    -khtml-user-select: none;

    /* Firefox */
    -moz-user-select: none;

    /* Internet Explorer/Edge */
    -ms-user-select: none;

    /* Non-prefixed version, currently not supported by any browser */
    user-select: none;

}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/*login*/
.login-container {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(#38aff5, #1382f2);
    background: -moz-linear-gradient(top, #38aff5, #1382f2); /*Mozilla*/
    background: -webkit-gradient(top, 0 50%, 100% 50%, from(#38aff5), to(#1382f2)); /*Old gradient for webkit*/
    background: -webkit-linear-gradient(top, #38aff5, #1382f2); /*new gradient for Webkit*/
    background: -o-linear-gradient(top, #38aff5, #1382f2); /*Opera11*/
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#1382f2, endColorstr=#38aff5); /*IE<9>*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#1382f2, endColorstr=#38aff5)"; /*IE8+*/
    overflow: hidden;
}

.login-bg {
    width: 100%;
    height: 184px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
    background: rgba(255, 255, 255, 0.1)
}

.login-cont {
    width: 700px;
    height: 430px;
    box-shadow: 0px 5px 10px 2px rgba(0, 57, 105, 0.32);
    border-radius: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    overflow: hidden;

}

.login-img {
    width: 350px;
    height: 430px;
    float: left;
    position: relative;
}

.title-container {
    width: 100%;
    float: left;
    text-align: center;
}

.title-container img {
    width: auto;
    display: inline-block;
    margin-top: 40px;
}

.title-container .title {
    width: 100%;
    float: left;
    font-size: 28px;
    /* margin:10px 0 50px; */
    font-weight: 600;
    text-align: center;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 30px;
}

.foot-btn {
    width: 100%;
    position: absolute;
    text-align: center;
    bottom: 90px;
    left: 0;
}

.pki-btn {
    width: 257px;
    height: 43px;
    text-align: center;
    font-size: 18px;
    line-height: 44px;
    color: #fff;
    background: linear-gradient(345deg, rgba(68, 186, 255, 1) 0%, rgba(12, 117, 223, 1) 100%);
    border-radius: 4px;
    display: inline-block;
    cursor: pointer;
    box-shadow: 3px 3px grey;
}

.pki-btn:hover {
    box-shadow: none;
}

/*index*/
.index-logo {
    width: 100%;
    float: left;
    text-align: center;
}

.index-logo img {
    display: inline-block;
}

.index-cont {
    width: 840px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -65px;
}

.index-title {
    width: 100%;
    float: left;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
}

.index-foot {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.index-img {
    width: 343px;
    cursor: pointer;
}

.index-img img {
    float: left;
    width: 100%;
    height: auto;
}

.index-img span {
    width: 100%;
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin-top: 10px;
    text-align: center;
}

.index-img:hover {
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;

    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.index-img:hover span {
    color: gold;
}

.pki-btn-loading {
    background: #eee;
}

.logout {
    font-size: 12px;
    color: red;
}

.pki-download {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-decoration: none;
    color: brown;
    cursor: pointer;
    font-size: 12px;
}

.pki-download:hover {
    text-decoration: none;
    bottom: 8px;
}

.pki-tip {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    font-size: 12px;
    color: red;
    text-align: center;
    font-weight: bold;
    display: none;
}

.pki-tip-os {
    font-size: 14px;
    color: #38aff5;
}