* {
    margin: 0;
    padding: 0;
}

.red {
    color: red;
}

.w950 {
    width: 950px;
    margin: 0 auto;
    display: block;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    display: block;
}

body {
    /*background-image: url("/images/UI.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: 100%;*/
    background-color: #EEEFF1;
}

.container {
    background-image: url("../images/top_bg.jpg");
    background-repeat: no-repeat;
    background-size: 100%;
}

.header {
    height: 35vh;
}

.content {
    background-color: #FFFFFF;
}

.content-1 {
    text-align: center;
    padding: 30px;
    border-bottom: 1px solid #E5E5E5;
}

.content-1-1 {
    font-weight: bold;
    font-size: 26px;
}

.content-1-2 {
    font-size: 14px;
}

.content-2 {
    padding: 40px 15px 15px;
    min-height: 1300px;
}


.layui-form-label {
    width: 165px !important;
    text-align: left;
}

.layui-input-block {
    margin-left: 195px !important;
    margin-right: 15px;
}

.layui-input-block img {
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.layui-form-item {
    margin-bottom: 30px;
}

.layui-form-item .layui-input-inline {
    width: 250px;
}

.upload-tip {
    color: #858585;
    padding-top: 5px;
}

.footer {
    margin-top: 80px;
}

.footer-1 {
    background-color: #0066A5;
    height: 170px;
}

.footer-1-left {
    width: 50%;
    color: #EEECEC;
    padding-top: 30px;
    padding-right: 100px;
}

.footer-1-left h2 {
    font-size: 14px;
    margin-bottom: 20px;
}

.footer-1-line {
    width: 2px;
    height: 150px;
    background: #0A588A;
    margin: 10px 0;
}

.footer-1-right {
    width: 50%;
    color: #FFFFFF;
}

.footer-1-2 {
    text-align: center;
    float: right;
    margin-top: 40px;
    margin-left: 30px;
}

.footer-1-2 img {
    width: 60px;
    height: 60px;
}

.footer-1-2-text {
    margin-top: 20px;
}

.footer-2 {
    background-color: #034876;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ECECEC;
    font-size: 12px;
}