/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    font-family: "Microsoft YaHei", "Helvetica Neue", simsun, Helvetica, Arial, sans-serif;
    line-height: 1.5;
    font-size: 12px;
    margin: 0;
    padding: 0
}

div,
li,
p,
ul {
    margin: 0;
    padding: 0
}

li,
ul {
    list-style: none
}

a {
    background: 0 0;
    text-decoration: none
}

:focus {
    outline: 0
}

img {
    border: 0
}

.ipr-content,
body,
html {
    height: 100%;
    min-width: 1190px
}

::-webkit-input-placeholder {
    color: #aaa
}

:-moz-placeholder {
    color: #aaa
}

::-moz-placeholder {
    color: #aaa
}

:-ms-input-placeholder {
    color: #aaa
}

.ipr-content {
    height: auto;
    min-height: 100%;
    background: #f8f8f8;
    overflow: hidden
}

.ipr-hide {
    display: none
}

.ipr-hidden {
    visibility: hidden
}

.ipr-wrap {
    width: 1190px;
    margin-left: auto;
    margin-right: auto
}

.user-top {
    width: 100%;
    height: 56px;
    background: url(user-header.30d01521.png) no-repeat
}

.user-top .top-auto {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
    position: relative
}

.user-top .top-auto .avatar {
    width: 100px;
    height: 100px;
    border: 4px solid #38cd9a;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 5px;
    left: 68px;
    overflow: hidden
}

.user-top .top-auto .avatar img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 50%;
    vertical-align: middle
}

.user-top .top-auto .nickname {
    width: 100px;
    position: absolute;
    display: block;
    bottom: -84px;
    left: 70px;
    overflow: hidden;
    text-align: center
}

.user-center {
    width: 1190px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    overflow: hidden
}

.user-content {
    margin-left: 230px
}

.module-loading {
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: fixed;
    overflow: hidden
}

.module-loading img {
    z-index: 1000;
    top: 38%;
    left: 50%;
    width: 200px;
    height: 200px;
    margin-left: -100px;
    position: absolute;
    text-align: center
}

@keyframes shakeborder {
    0% {
        border: 1px solid #e7e7e7
    }
    100% {
        border: 1px solid red
    }
}

.ipr-err-border {
    animation: shakeborder .3s 3 ease-in-out forwards
}