* {
    margin: 0;
    padding: 0;
}

body {
    background: #FFF;
}

h3 {
    font-size: 1.17em !important;
    font-weight: bold !important;
}

.mainbox {
    width: 1280px;
    margin: 0 auto;
    margin-bottom: 56px;
}

.mainbox > p {
    background: #F0F2F5;
    padding-bottom: 10px;
    color: #91989E;
    font-size: 14px;
}

.slideDown {
    margin-top: 16px;
    background-color: #fff;
    box-shadow: 0px 2px 10px rgba(204, 204, 204, 0.45);
}

.slideDown:first-child {
    margin-top: 0px;
}

.slideDownTitle {
    height: 64px;
    line-height: 64px;
    padding: 0 24px;
}

.instruction {
    font-size: 16px;
    color: rgb(37, 43, 58);
}

.arrowIconUp {
    background: url(../images/resources.png) no-repeat;
    background-position: 0 -121px;
    width: 24px;
    height: 14px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.arrowIconDown {
    background: url(../images/resources.png) no-repeat;
    background-position: -76px -78px;
    width: 24px;
    height: 14px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    transform: rotateZ(90deg);
}

.slideDownBody {
    padding: 8px 48px 48px;
}

.slideDownBody .docContainer:not(:last-child) {
    margin-bottom: 32px;
}

.docContainer .docItem:not(:last-child) {
    margin-bottom: 14px;
}

.classificationName {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: bold;
    color: rgb(37, 43, 58);
}

div.breadcrumb {
    margin-top: 24px;
    margin-bottom: 32px;
    font-size: 14px;
}

div.breadcrumb > div {
    width: 1280px;
    margin: 0 auto;
}

div.breadcrumb span {
    color: rgb(151, 154, 161);
    padding-right: 10px;
    cursor: pointer;
}

div.breadcrumb a {
    color: rgb(151, 154, 161);
    cursor: pointer;
}

div.breadcrumb a:hover {
    color: rgb(82, 110, 204);
}

div.breadcrumb span:last-child {
    color: rgb(37, 43, 58);
    cursor: default;
}

.icon-download {
    background: url("../images/download.png") no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 32px;
    vertical-align: middle;
}

.icon-download:hover {
    background-image: url("../images/download_hover.png");
}

.icon-preview {
    background: url("../images/preview.png") no-repeat center center;
    width: 16px;
    height: 16px;
    display: inline-block;
    cursor: pointer;
    margin-left: 32px;
    vertical-align: middle;
}

.icon-preview:hover {
    background-image: url("../images/preview_hover.png");
}

.documentDesc {
    background-color: #fff;
    padding: 32px;
    line-height: 20px;
    margin-bottom: 32px;
    box-shadow: 0px 2px 10px rgba(204, 204, 204, 0.45);
}

.documentDesc p:not(:last-child) {
    margin-bottom: 16px;
}

.documentDesc p {
    font-size: 16px;
    color: rgb(37, 43, 58);
    line-height: 1.5;
}

.documentDesc a {
    color: rgb(82, 110, 204);
}

.welcome {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 32px;
    color: rgb(37, 43, 58);
}

.docItem {
    color: rgb(37, 43, 58);
}

#consult .env-info-wrap {
    display: block;
}