﻿* {
    margin: 0;
    padding: 0;
}

.main-content {
    min-width: 1200px;
    height: 100%;
    font-size: 14px;
    color: #626465;
    font-family: MicrosoftYaHei;
}

.shared-head {
    width: 1200px;
    margin: 20px auto;
}

    .shared-head img {
        width: 135px;
        height: 33px;
    }

.shared-content {
    width: 100%;
    /*height: 820px;*/
    min-height: 820px; 
}

.content {
    width: 1200px;
    margin: 0 auto;
    min-height: 820px;
}

.shared-foot {
    margin-top: 40px;
    width: 100%;
    text-align: center;
}

    .shared-foot p { 
        line-height: 16px;
    }

.has-error {
    height: 69px !important;
    overflow: hidden !important;
}