.common-footer {
    margin: 100px auto;
    width: 70%;
    text-align: center;
}

.common-footer .main {
    display: inline-block;
    overflow: hidden;
    text-align: left;
}

.common-footer .map-box {
    overflow: hidden;
}

.common-footer .map-box .logo {
    float: left;
    width: 25%;
}

.common-footer .map-box .logo .icon {
    height: 40px;
}

.common-footer .map-box .logo p {
    font-size: 17px;
    line-height: 30px;
    margin-top: 15px;
}

.common-footer .map-box .map {
    float: right;
}

.common-footer .map-box .map > ul {
    overflow: hidden;
}

.common-footer .map-box .map > ul > li {
    float: left;
    margin-left: 100px;
}

.common-footer .map-box .map > ul > li > ul {

}

.common-footer .map-box .map > ul > li > ul > li {
    margin-top: 15px;
    font-size: 16px;
    line-height: 26px;

}

.common-footer .map-box .map > ul > li > ul > li a {
    color: #666;
    transition: all 0.2s ease-in-out;
    font-weight: 800;
}

.common-footer .map-box .map > ul > li > ul > li.title {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 0;
}

.common-footer .link {
    margin-top: 40px;
}

.common-footer .copyright {
    border-top: 1px solid #f2f7ff;
    margin-top: 40px;
    padding: 22px 0 7px;
    overflow: hidden;
}

.common-footer .copyright .copyright-text {
    float: left
}

.common-footer .copyright ul {
    float: right;
    overflow: hidden;
}

.common-footer .copyright ul li {
    float: left;
    margin-left: 30px;
    color: #666;
    transition: all 0.2s ease-in-out;
    font-weight: 800;
}

.common-footer .copyright ul li a {
    font-size: 14px;
    color: #666;
    transition: all 0.2s ease-in-out;
    font-weight: 800;
}

.common-footer .copyright ul li:nth-child(1) {
    background: url("../images/icp.png") no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
}

.common-footer .copyright ul li:nth-child(2) {
    background: url("../images/beian.png") no-repeat left center;
    background-size: 20px;
    padding-left: 25px;
}

.common-footer .copyright ul li:nth-child(3) {

}

.common-footer .copyright ul li .text-success {
    background: #15c377;
    border-radius: 50%;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    margin-right: 5px;
}

.common-footer .copyright ul li .system-state {

}