.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.fotter {
    background: #F5F7FA;
    width: 100%;
}

.fotter_content {
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
}

.fotter_content_l {
    display: flex;
    height: 216px;
    border-bottom: 1px #E3E9F2 solid;
}

.footer_word {
    margin-bottom: 8px;
}
.footer_word a{
    color: #666;
}

.fotter_nav {
    margin-right: 120px;
}

.fotter_nav_title {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
    margin-bottom: 20px;
}

.fotter_nav_ul li {
    font-size: 14px;
    color: #666;
    line-height: 22px;
    margin-bottom: 14px;
    cursor: pointer;
}

.fotter_nav_ul li a {
    color: #666;
}

.fotter_nav_ul li a:hover {
    color: #1472ff;
}

.nav_more {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 220px;
}

.nav_more li {
    width: 85px;
}

.content_r_title {
    font-size: 14px;
    color: #333333;
    line-height: 22px;
}

.content_r_sub {
    font-size: 12px;
    color: #666666;
    line-height: 20px;
    margin-top: 10px;
}

.content_r_code {
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.content_r_code img {
    display: inline-block;
    width: 72px;
    box-shadow: 0px 8px 16px 0px rgb(55 99 170 / 10%);
    height: 72px;
    border: 2px solid #ffffff;
    border-radius: 3px;
    padding: 3px;
}

.content_r_code img:first-child {
    margin-right: 20px;
}

.content_r_phone {
    font-size: 12px;
    color: #666666;
    margin-top: 24px;
}

.content_r_phone span {
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    font-weight: 500;
}

.content_r_relation {
    width: 194px;
    height: 34px;
    background: #1472ff;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    margin-top: 12px;
    font-size: 14px;
}