* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    box-sizing: border-box;
}

label,
h2,
dl,
ol,
ul {
    margin-bottom: 0;
}

header { 
    background: url(../img/1.png) 0 0/cover no-repeat;
    padding: 30px 40px;
}

.head-title img {
    height: 65px;
    margin-right: 30px;
}

.head-title {
    font-weight: 700;
    font-size: 36px;
    color: #fff;
}

.content {
    background: url(../img/2.png) top/cover no-repeat;
    flex: 1;
}

footer {
    background: #022E5F;
    line-height: normal;
    padding: 15px 0;
}

.foot-info {
    font-size: 14px;
    color: #8E95B1;
    margin: 0 10px;
}

.foot-info a {
    color: #8E95B1;
}

@media screen and (max-width:1023px) {
    .head-title img {
        display: none;
    }

    header {
        padding: 20px 10px;
    }

    .head-title {
        font-size: 30px;
    }

    .foot-text {
        flex-wrap: wrap;
    }

    .foot-text>div {
        width: 200%;
    }

    .foot-info .foot-label {
        width: 45%;
        text-align: right;
    }
}

@media screen and (max-width:600px) {
    .head-title {
        font-size: 16px;
    }

    header {
        padding: 10px 0;
    }
}