.footer-www {
    width: 100%;
    background: #FFFFFF;
    margin-top: 16px;
    color: #333;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footer-www-black {
    width: 100%;
    background: #0F1722;
    margin-top: 39px;
}

.footer-www-top-line {
    width: 1200px;
    background: #FFFFFF;
    margin-top: 39px;
    border-top: 1px solid #9FA2A7;
}

.footer-middle {
    width: 1200px;
    margin: 0 auto;
    color: #333;
}

.footer-top {
    height: 194px;
}

.footer-flex {
    display: flex;
    justify-content: space-between;
}

.footer-left {
    display: flex;
    width: 756px;
    justify-content: space-between;
}

.footer-left-sun p {
    margin-bottom: 14px;
}

.footer-left-sun p > a {
    font-size: 16px;
    font-weight: bold;
}

.footer-left-sun p > span {
    font-size: 16px;
    font-weight: bold;
}

.footer-left-sun ul li {
    margin-bottom: 8px;
}

.footer-right {
    width: 364px;
    display: flex;
    color: #333;
    flex-direction: column;
}

.footer-right-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 14px;
}

.footer-right-suns {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.footer-right-sun-ewm {
    margin-top: 8px;
}

.footer-bottom-m {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 16px;
}

.footer-bottom-m-l {
    width: 562px;
    display: flex;
    flex-direction: column;
}

.footer-bottom-m-l-title {
    font-size: 16px;
    font-weight: bold;
    margin-top: 12px;
}

.footer-bottom-m-r {
    width: 580px;
    height: 220px;
}

.ml12 {
    margin-left: 12px;
}

.footer-bottom-m-l-line {
    margin-left: 12px;
    margin-right: 12px;
}

.footer-bottom-m-l-gzwm-box-p {
    position: absolute;
    height: 210px;
    width: 190px;
    z-index: 1;
    top: -206px;
    left: -68px;
}

.footer-bottom-m-l-gzwm-box {
    width: 190px;
    height: 158px;
    background: #FFFFFF;
    box-shadow: 0 4px 12px 1px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    text-align: center;
    padding: 20px 0;
}

.footer-bottom-m-l-gzwm-box div {
    margin-bottom: 6px;
}

.footer-bottom-m-l-gzwm span {
    margin-right: 12px;
    position: relative;
    height: 100%;
    display: inline-block;
}

.footer-bottom-m-l ul li {
    margin-top: 8px;
}

.footer-bottom-b {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 16px;
}

.footer-bottom-b-one {
    width: 812px;
    display: flex;
    justify-content: space-between;
}

.footer-bottom-b-one a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-bottom-b-two {
    width: 764px;
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.flex_space_between {
    display: flex;
    justify-content: space-between;
}

.footer_line {
    height: 168px;
    width: 1px;
    background: #cccccc;
}

.flex_justify_center {
    display: flex;
    justify-content: center;
}

.footer_ewm {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_ewm_text {
    margin-top: 15px;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    width: 112px;
    text-align: center;
}