* {
    margin: 0;
    padding: 0;
    outline: 0;
}

/* :root {
    --xingyeBlur: red
} */

/* body {
    font-family: "Microsoft YaHei", 微软雅黑, "Adobe 黑体 Std", 思源黑体, Arial, serif, sans-serif;
    width: 100%;
    height: 100%;
    min-width: 1200px;
    overflow: auto;
} */

ul {
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

a {
    cursor: pointer;
    text-decoration: none;

}

.clear-float::after {
    display: block;
    clear: both;
    content: '';
}

.footer-line {
    font-size: 14px;
    color: #b4b4b4;
    font-weight: 400;
}

.footer-line a {
    color: #b4b4b4;
}



.footer-divider-line {
    width: 100%;
    height: 1px;
    background-color: #707070;
    opacity: 0.38;
    margin: 17.5px auto 24.4px;
}

.location_icon {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-image: url("./images/footer/ico_position.png");
    background-size: cover;
    margin-right: 5px;
}

.police_icon {
    width: 19px;
    height: 20px;
    display: inline-block;
    background-size: 100%;
    background-image: url("./images/footer/ico_police.png");
    /* vertical-align: text-bottom; */
    position: absolute;
    top: -3px;
    left: 0px;
}

.police_icon+span {
    margin-left: 30px;
}

.footer-complaint {
    float: right;
}

.footer-complaint .phone {
    background: #3D4053;
    border-radius: 4px 4px 0 0;
    width: 178px;
    height: 98px;
    display: table;
}

.footer-complaint .phone .title {
    font-size: 16px;
    color: #FFFFFF;
    text-align: justify;
    font-weight: 700;
    margin: 22px auto 8px;
    text-align: center;
    padding-left: 16px;
    box-sizing: border-box;
    position: relative;

}

.footer-complaint .phone .title::before {
    content: '';
    display: block;
    height: 16px;
    width: 16px;
    background-image: url(./images/edu/hotline.png);
    position: absolute;
    left: 49px;
    top: 50%;
    transform: translateY(-50%);
}

.footer-complaint .phone .num {
    font-size: 30px;
    color: #FFFFFF;
    text-align: center;
    line-height: 30px;
    font-weight: 700;
}

.footer-complaint .flow {
    background: #014DA1;
    border-radius: 0 0 4px 4px;
    width: 178px;
    height: 76px;
}

.footer-complaint .flow a {
    font-size: 14px;
    color: #fff;
    letter-spacing: 0;
    line-height: 22px;
    display: inline-block;
    width: 98px;
    padding: 16px 24px;
    position: relative;
}

.footer-complaint .flow a::after {
    content: '';
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(./images/edu/arrow.png);
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
}




.footer.wrap {
    width: 100%;
    height: 331px;
    background-color: #262834;
    padding-top: 60px;
    box-sizing: border-box;
}

.footer-area>li {
    float: left;
    width: 275px;
    height: 192px;
    margin-left: 20px;
}

.footer-area>li:first-child {
    margin-left: 0;
}

.footer-area>li.code {

    width: 141px;
    margin-left: 30px;
}

.footer-area li.code-1 {
    margin-left: 17px;
}

.footer-area li .title {
    color: #fff;
    font-size: 16px;
    font-weight: 700;

    margin-bottom: 25px;
}

.footer-area li .sub-title {
    font-size: 14px;
    color: #999;
    line-height: 30px;
    font-weight: 400;
}

.footer-area li .sub-title a {
    color: #999;
}

.footer-area li .sub-title a:hover,
.footer-line a:hover {
    color: #fff !important;
}

.footer-area li.code .sub-title {
    font-size: 12px;
    letter-spacing: 0.63px;
    line-height: 1;
    color: #999;
    text-align: center;
}

.footer-area li.code img {
    display: block;
    width: 140px;
    height: 140px;
    margin: 0 auto 20px;
}



.footer-line ul {
    margin-left: 72px;
}

.footer-line ul::after {
    content: '';
    clear: both;
    display: block;
}

.footer-line ul li {
    float: left;
    height: 20px;
    line-height: 1;
    position: relative;
}

.footer-line ul li:not(:first-child) {
    margin-left: 40px;
}

.footer-line ul li:last-child a {
    padding-left: 22px;
}

.footer-complaint .flow a:hover {
    color: #999 !important;
}