.header1,
.content,
.footer {
    text-align: center;
}

.sp_logo {
    float: left;
    height: 50px;
    padding-left: 10px;
    line-height: 50px;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sp_nav span {
    display: block;
    background: #999;
    height: 4px;
    position: absolute;
    left: 10px;
    transition: all ease 0.35s;
}

.sp_nav {
    width: 50px;
    float: right;
    position: relative;
    cursor: pointer;
    height: 25px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sp_nav span:nth-of-type(2) {
    width: 15px;
    top: 10px;
}

.sp_nav span:nth-of-type(3) {
    width: 30px;
    top: 20px;
}

.sp_nav span:nth-of-type(1) {
    width: 30px;
    top: 0px;
}



.header1,
.footer {
    height: 80px;
    overflow: hidden;
    background: #fff;
    z-index: 10;
    width: 100%;
    border-bottom: 1px solid #eee;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.sp_header {
    width: 100%
}

.header1 a {}

.content {
    padding: 150px 50px 50px 50px;
}

.error-img {
    width: 20px;
    height: 20px;
    position: absolute;
    padding: 2px;
    right: 20px;
    top: 15px;
    opacity: 0.2;
}

.error-img img {
    width: 100%;
}

.language-con {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-left: 20px;
    margin-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    list-style-type: none;
}

.language-con a {
    display: block;
    line-height: 40px;
    color: #aab5b7;
    text-decoration: none;
}

.language a {
    display: block;
    line-height: 40px;
    color: #aab5b7;
    text-decoration: none;
    width: 40px;
    text-align: center;
    height: 40px;
}

.language {
    width: 30%;
    display: flex;
    flex-direction: row;
}