/*All*/
* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

h2 {
    margin: 0;
}

body {
    height: 100%;
}

/*容器*/

.container {
    height: 100%;
    width: 100%;
    margin: 0 auto;
}


/*Top*/

.top-wrapper {
    background-color: #000000;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 1;
    line-height: 40px;
    color: #ffffff;
    /*这个只能弄背景*/
    /*background: linear-gradient(to right,颜色1,颜色2);*/
}

.topBar {
    width: 70%;
    margin: 0 auto;
}

#loginUser {
    float: right;
    display: none;
}

#topIcon {
    width: 20px;
    height: 20px;
    float: left;
    padding-top: 10px;
    margin-right: 8px;
}

#logo-word {
    float: left;
    /*height: 30px;*/
    /*line-height: 30px;*/
}


/*Core*/

.core-wrapper {
    width: 70%;
    margin: 0 auto;
    padding-top: 40px;
    min-height: 90%;
}

.core {
    text-align: left;
    font-size: 18px;
}

.core h1 {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 0;
    text-align: center;
}

.core ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.core a:link, .core a:active, .core a:visited {
    color: #9c9ca1;
    /*color: #525D76;*/
    /*transition: 0.1s;*/
}

.core a:hover {
    color: #000000;
    text-decoration: underline;
}

.ssl {
    width: 40%;
    height: 3em;
    line-height: 3em;
    margin: 3em auto;
}

#ssl-word, #myssl_seal {
    float: left;
}

#myssl_seal {
    margin-top: 0.9em;
}


/*Test*/
div {
    /*border: orange solid 1px;*/
}