body {
    margin: 0;
    border: 0;
    padding: 0;
    color: black;
}
header, footer {
    margin: 0 auto;
    border: 0;
    padding: 0;
    width: 100%;
}

header {
    background: #FFFFFF;
    position: fixed;
    display: flex;
    top: 0;
    width: 100%;
    margin: 0 auto;
    border-bottom: thin solid #95999c;
    align-items: center;
    justify-content: space-between;
}
#shade{
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    display: flex;
    margin: 0;
    border: 0;
    padding: 0;
    text-align: center;
    justify-content: center;
    justify-items: center;
    align-items: center;
}
#logo {
    float: left;
    display: inline-flex;
    margin-left: 20px;
    border: 0;
    height: 40px;
    align-items: center;
    padding: 0;
    cursor: pointer;
}

#logo a {
    text-decoration: none;
}

#logo span {
    padding: 0;
    min-width: 1em;
    height: 38px;
    line-height: 38px;
    text-align: center;
}

.logo-c, .logo-s {
    font-weight: bold;
}

.logo-c {
    color: #FF00FF;
}

.logo-s {
    color: #3333FF;
}

.logo-p {
    color: #9B9BBC;
    font-size: 26px;
}

#head_right {
    float: right;
    margin-right: 15px;
    display: inline-flex;
    align-items: center;
}

#head_right .head-nav-li {
    display: inline-flex;
    margin: 0 10px 0 10px;
    align-items: center;
}

#head_right .head-nav-li img {
    width: 30px;
    height: 30px;
}

#head_right div .btn {
    display: none;
    padding: 3px 6px 3px 6px;
    cursor: pointer;
    border-radius: 6px;
    margin: 0 5px 0 5px;
    vertical-align: middle;
}

#head_right .btn span {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    vertical-align: middle;
    margin: 0;
    border: 0;
    padding: 0;
}

#head_right .btn:hover {
    background-color: #dae0e5;
}

#head_right a span {
    color: initial;
}

#head_right a:hover {
    text-decoration: none;
}

.avatar_tip {
    display: inline-block;
    margin: 0 5px 0 5px;
}

#user_area {
    width: 120px;
    border: 0;
    height: 46px;
    cursor: pointer;
}


#head_right .user-area {
    display: inline-flex;
    cursor: pointer;
    align-self: center;
    padding: 0;
    width: 136px;
    height: 46px;
    flex-direction: column;
    align-items: center;
    background: #FFFFFF;
}

#head_right .user-area .tip {
    display: none;
}

#head_right .user-area:hover .tip {
    display: flex;
    flex-direction: column;
    border: 1px solid #adb5bd;
    border-radius: 6px;
    background: #FFFFFF;
    padding: 5px;
}

#head_right .user-area .avatar {
    display: flex;
    height: 46px;
    line-height: 46px;
    padding: 5px;
    align-items: center;
    text-align: center;
}

#head_right .user-area .tip > a {
    display: flex;
    margin: 3px;
    text-decoration: none;
    font-size: 14px;
}
#head_right .user-area .tip > a > svg,#head_right .user-area .tip > a > img {
    margin-right: 10px;
}
#head_right .user-area a {
    padding: 5px 10px 5px 10px;
    justify-content: space-between;
    align-items: center;
}

#head_avatar {
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #c5c5c5;
}

.head-avatar {
    width: 36px;
    height: 36px;
    border-radius: 100%;
    border: 1px solid #4e555b;
    cursor: pointer;
}

.user-header {
    display: flex;
    height: 46px;
    line-height: 46px;
    align-items: center;
    align-content: flex-end;
    text-align: justify;
}

.user-header span {
    display: inline-block;
}

.user-name {
    margin: 0 5px 0 5px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: middle;
}

#user_tip {
    display: none;
    flex-direction: column;
    float: right;
    margin-top: 5px;
    width: 120px;
    background: #FFFFFF;
    border: 1px solid #dae0e5;
    box-shadow: 2px 2px 3px #aaaaaa;
    padding: 5px;
    text-align: center;
    justify-content: space-around;
    align-items: center;
}
#head_right #user_tip > a {
    display: block;
    margin: 5px;
    text-decoration: none;
    padding: 5px;
    text-align: justify;
    vertical-align: middle;
    width: 100%;
}

#head_right #user_tip > a > span {
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
}

#login_btn {
    display: none;
}

footer {
    background: #FFFFFF;
    border-top: 1px outset #6F6F6F;
    width: 100%;
    font: 12px;
    position: fixed;
    bottom: 0;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
}

.login-footer {
    background-color: #34ce57;
}

#login_modal .modal-body div {
    border: 0;
    height: auto;
    vert-align: middle;
}

#gologin {
    margin: 0 auto;
}

.dialog-container {
    position: fixed;
    margin: 0;
    border: 0;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.loginpanel {
    position: fixed;
    border-radius: 6px;
    width: 400px;
    height: 400px;
    border: 1px solid;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -200px;
    background-color: #FFFFFF;
}

.loginpanel div {
    margin: 0 auto;
    border: 0;
    height: auto;
}

.login-nav {
    width: 100%;
    height: 100px;
    padding: 40px;
    text-align: justify;
}

#vcodelogin, #pwdlogin {
    width: 120px;
    vertical-align: middle;
    text-align: center;
    font: 36px;
    cursor: pointer;
    display: inline-block;
}

#login {
    width: 300px;
    height: 48px;
    background: #ecedf0;
}

#pwd {
    width: 210px;
    height: 48px;
    background: #ecedf0;
}

.bg-login {
    background: #7abaff;
}

#login_container {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 400px;
    height: 400px;
    margin: -200px 0 0 -200px;
    border: 0;
    background: transparent;
}

.login-logo {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 87px;
    margin: 0;
    border: 0;
    padding: 0;
    background: transparent center center url("/images/login-logo.png") no-repeat;
}

#login_card {
    background: white;
    border-radius: 12px;
    margin: 0;
    width: 100%;
    padding: 20px 0 0 0;
    text-align: center;
}

#login_head {
    margin: 0;
    border-bottom: thin solid #E0E0E0;
    padding: 0 20px 0 20px;
    height: 40px;
}

#login_body {
    margin: 0;
    border: 0;
    padding: 20px;
}

#login_body > div {
        margin:  9px;
    border: 0;
    text-align: left;
}

#login_head div {
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
}

#login_head span {
    margin-left: 10px;
    font-weight: bold;
    text-align: left;
}

#login_head img, #login_head span {
    float: left;
}

.arrow-down {
    width: 8px;
    font-size: 8px;
    color: #4e555b;
}

.login-item-active {
    font-weight: bolder;
    border-bottom: 3px outset #9966FF;
}

#login_foot div {
    display: inline-block;
    margin: 0;
    border: 0;
    padding: 0;
}

.post-title {
    border-bottom: 1px solid #dae0e5;
    font: 24px bold;
}

.author-area {
    margin: 0;
    border-bottom: 1px solid #dae0e5;
    padding: 5px 0 5px 10px;
}

.author-avatar, .author-info {
    display: table-cell;
}

.author-avatar {
    margin: 0;
    border: 0;
    width: 60px;
    height: 60px;
    line-height: 60px;
    padding: 0;
    text-align: center;
    vertical-align: middle;
}

.author-avatar img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 100%;
}

.author-info {
    padding-left: 10px;
    height: 60px;
}

.author-info div {
    font-size: 14px;
}

.content {
    display: block;
    padding: 10px;
}

.content p {
    outline: 0;
    margin: 0;
    border: 0;
    text-indent: 2em;
}

.role-title {
    font-weight: bold;
}

#login_foot {
    margin: 0;
    border-top: thin solid #E0E0E0;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    font-size: 14px;
    padding: 0 20px 0 20px;
    color: #76839b;
}

#login-foot-title {
    float: left;
}

#login-foot-content {
    float: right;
}

#login-foot-content div {
    display: inline-block;
    padding: 0;
    cursor: pointer;
}

#login-foot-content div span {
    padding: 0 16px 0 5px;
}

#weibo_login img {
    margin: 0;
    width: 16px;
    height: 16px;
}

.author a {
    color: black;
}

.author a:hover {
    text-decoration: underline;
}
#upload_avatar {
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    border: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
#upload_avatar .card {
    width: 550px;
    margin: 0 auto;
    border: 1px solid #9B9BBC;
    border-radius: 12px 12px 6px 6px;
    overflow: hidden;
}
#upload_avatar .card-header, #upload_avatar .card-footer {
    border: 1px;
    background: #b1dfbb;
}
#upload_avatar .card-body {
    padding: 10px;
}
#upload_avatar .card-body > div {
    display: table-cell;
    height: 400px;
    text-align: center;
    vertical-align: middle;
}
#upload_avatar .card-body .img {
    border-right: 1px solid #9B9BBC;
    width: 400px;
    justify-content: center;
    align-items: center;
}

#upload_avatar .card-body .img img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}

#upload_avatar .pre-view {
    width: 130px;
}

#upload_avatar .img-preview {
    box-sizing: content-box;
    margin: 0 auto;
    border: 1px solid #aaaaaa;
    width: 80px;
    height: 80px;
    overflow: hidden;
}

#upload_avatar .card-footer .avatar {
    display: none;
    border: 0;
}

#upload_avatar .card-footer {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

#upload_avatar .card-footer button {
    margin: 0 10px;
}

[name="duration"] {
    display: inline-block;
    width: 4rem;
    border-width: 0 0 thin 0;
    border-radius: 0;
    outline: none;
    text-align: center;
    font: 200 1rem/1rem "Times New Roman";
}

[name="budget"] {
    display: inline-block;
    width: 8rem;
    border-width: 0 0 thin 0;
    border-radius: 0;
    outline: none;
    text-align: center;
    font: 200 1rem/1rem "Times New Roman";
}