body {
    min-width: 1280px;
    overflow-x: auto;
}

.main_content_01 {
    height: 240px;
    /*background: linear-gradient(to right, rgba(68, 129, 235, 0.9), rgba(4, 190, 254, 0.9));*/
    /* background: linear-gradient(to right,  #5a84fd 0%,  #26d9b3 100%);*/
    background: no-repeat url('../image/bg5.jpg');
    /*box-shadow: 0 1px 8px rgba(0, 0, 0, 0.3);*/
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.sidebar-logo1, .index-body-1, .index-body-2, .index-body-3, .index-body-4  {
    width: 1280px;
    /*margin-left: 50%;*/
    /*position: absolute;*/
    /*left: -640px;*/
    margin: 0 auto;
}

.form-div {
    width: 900px;
    margin: 0 auto;
    font-size: 16px;
}

.index-body-3, .index-body-4{
    margin-top: 80px;
}
.index-body-2 {
    margin-top: 48px;
    height: max-content;
    margin-bottom: 100px;
    min-height: 445px;
}

.sidebar-logo1 {
    margin-top: 64px;
}

.div-header {
    height: 285px;
}

.sidebar-logo1 img {
    display: inline-block;
    height: 120px;
    width: 120px;
    vertical-align: middle;
    line-height: 120px;
}

.sidebar-logo1 label {
    display: inline-block;
    /*  margin: -80px 0 0 8px;*/
    font-weight: 600;
    font-size: 40px;
    font-family: 'Microsoft YaHei', Avenir, Helvetica Neue, Arial, Helvetica, sans-serif;
    vertical-align: middle;
    text-align: left;
    letter-spacing: 3px;
    /*text-shadow: 3px 5px 10px rgba(0, 0, 0, .4);*/
    text-shadow:
            3px 3px 6px rgba(0, 0, 0, 0.25),
            7px 7px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
}
.header-table {
    width: 100%;
    margin-left: 12px;
}
.header-table tr td{
    padding: 0;
}

.menu {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.menu-title {
    display: inline-block;
    text-align: center;
    color: #ffffff;
    font-weight: 600;
    transition: 0.3s background-color;
    font-size: 20px;
}

.menu-dropdown {
    min-width: 100%;
    padding: 0 0 0 0;
    position: absolute;
    background-color:rgba(0,0,0,0.7);
    z-index: 100;
    transition: 0.5s padding, 0.5s background;
    border-radius: 4px;
    margin-left: -18px;
    margin-top: 10px;
}
.menu-dropdown-5 {
    margin-left: -8px;
}

.menu-dropdown > li{
    text-align: center;
    height: 42px;
    line-height: 36px;
}

.menu-dropdown > li > a{
    text-align: center;
    padding: 0 16px;
    height: 38px;
    line-height: 36px;
    display: inline-block;
    font-weight: 600;
    color: white;
    font-size: 14px;
}

.menu-dropdown > li > a:hover {
    color: white;
    text-decoration: none;
}

.menu:not(:hover) > .menu-dropdown {
    padding: 0 0;
    background-color:rgba(0,0,0,0.7);
    z-index: 99;
}


.menu-dropdown > * {
    overflow: hidden;
    height: 30px;
    padding: 5px 10px;
    background: transparent;
    white-space: nowrap;
    transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s margin cubic-bezier(0.73, 0.32, 0.34, 1.5),
    0.5s 0.2s color,
    0.2s background-color;
}

.menu-dropdown > li:hover {
    background: #568DED;
    border-radius: 4px;
}

.menu:not(:hover) > .menu-dropdown > * {
    visibility: hidden;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
    color: rgba(25, 25, 25, 0);
    transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.5s 0.1s margin, 0.3s color, 0.6s visibility;
    z-index: 99;
}


.hList > * + * {
    margin-left: 0;
}

.hList {
    list-style: none;
    padding: 0;
    margin: 48px 0 0 0;
    float: right;
}

.hList > li {
    list-style: none;
    padding: 0 10px;
    line-height: 36px;
    height: 38px;
    float: left;
    letter-spacing: 0.1em;
    margin: 0 0 0 2px;
}

.hList > li:hover {
    border-bottom: 2px solid #FFF;
}

.hList > li:not(:first-child):hover li:first-child {
    border-bottom: none;
}

.menu-breadcrumb-span {
    display: inline-block;
    height: 60px;
    line-height: 60px;
    color: #323232;
    font-size: 16px;
    letter-spacing: 0.1em;
    margin-left: 10px;
}

.menu-breadcrumb-span a {
    color: #323232;
}

.menu-breadcrumb-span label {
    cursor: pointer;
}


.menu-breadcrumb-icon {
    float: right;
    height: 60px;
    line-height: 60px;
}

.menu-breadcrumb-icon {
    font-size: 28px;
    letter-spacing: 2px;
    font-weight: 600;
}

.img-left {
    width: 130px;
}
.form-row {
    margin: 12px 0;
}

.div-nav-header {
    color: #005cbf;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    width: max-content;
    border-bottom: 2px solid #005cbf;
    margin-bottom: 30px;
}

#file_ul_list li {
    color: #595959;
}

#file_ul_list a {
    cursor: pointer;
    color: #548EED;
}

.file_length_label {
    display: inline-block;
    margin: 0 20px;
}

#file_warning {
    color: red;
}


.form-tips {
    color: red;
    font-size: 24px;
    line-height: 38px;
    margin-left: 10px;
}

.form-tips-text{
    color: red;
    font-size: 16px;
    line-height: 38px;
    margin-left: 10px;
}

.form-label {
    line-height: 38px;
    font-weight: bold;
}


.files_div {
    margin-left: 10px;
    overflow-x: hidden;
}

.warning-color {
    color: red;
}

.border-red-color {
    border-color: red;
}

.and-border-red-color{
    border: 1px solid red;
}

.send-mail-code {
    cursor: pointer;
}

.index-footer {
    height: 100px;
    text-align: center;
    background: #FFF;
    border-top : 1px #e9e9e9 dashed;
    clear: both;
    line-height: 28px;
    font-size: 14px;
    z-index: -1;
}

.index-footer-top {
    margin-top: 200px;
}

.index-footer-div {
    margin-top: 20px
}

.index-footer a {
    color: black;
}

.span-active {
    background-color: #007bff;
    color: white;
}
.span-active:hover{
    background-color: #0069D9;
}
.page-pagination-div {
    width: max-content;
    /*float: right;*/
    /*margin: 54px auto 0;*/
    margin-top: 50px;
    width: 100%;
    text-align: center;
}

.page-pagination-div a {
    display: inline-block;
    border: 1px solid #dee2e6;
    color: #007bff;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
}

.page-pagination-div .active {
    display: inline-block;
    border: 1px solid #dee2e6;
    line-height: 1.25;
    margin-left: -1px;
    padding: .5rem .75rem;
}

.page-pagination-div a:first-child {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-pagination-div a:last-child {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
