.foot {
    width: 100vw;
    height: 300px;
    background-color: rgb(44, 44, 44);
    position: relative;
    left: 0px;
    /* bottom: -5089px; */
}

.foot-content {
    display: flex;
    width: 1200px;
    color: white;
    font-size: 14px;
    justify-content: space-around;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: calc(50% - 30px);
}

.foot-logo-imgbox {
    height: 40px;
    margin-top: 7px;
}

.foot-logo-imgbox img {
    height: 40px;
}

.foot-phone {
    margin-top: 6px;
}

.foot-phone img {
    width: 40px;
    height: 40px;
}

.foot-phone span {
    color: white;
    letter-spacing: 1px;
    margin-left: 5px;
    font-size: 18px;
    font-weight: 600;
}

.foot-business-scope-title a,
.foot-business-scope-title {
    color: rgba(255, 255, 255, .8);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.foot-business-scope-info a,
.foot-business-scope-info {
    /* color: rgb(91, 96, 97) */
    color: rgba(255, 255, 255, .4);
    font-size: 13px;
    margin: 4px 0px;
}

.foot-wx {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 7px;
}

.foot-wx img {
    height: 130px;
}

.foot-follow {
    margin-top: 5px;
}

.foot-cut {
    width: 100vw;
    height: 1px;
    background-color: rgb(91, 96, 97);
    margin: 10px 0px;
    position: absolute;
    bottom: 50px;
}

.last {
    color: rgb(115, 114, 115);
    font-size: 12px;
    position: absolute;
    bottom: 17px;
    width: 1200px;
    text-align: center;
    left: calc(50% - 600px);
}

.last a {
    color: rgb(115, 114, 115);
}

.last a:hover {
    color: #cad2d5;
}

/* -------------------------------分页样式------------------------------ */
/*分页样式*/
.fenye {
    text-align: center;
    margin-top: 20px;
    width: 1200px;
    position: relative;
    left: calc(50% - 600px);
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 0;
    border-radius: 4px;
    margin-top: 10px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: white;
    text-decoration: none;
    background-color: #0072ed;
    border: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover,
.pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    z-index: 3;
    color: black;
    cursor: default;
    background-color: white;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}