.row {justify-content: center;}

.pc .footer-middle {
    padding: 15px 5%;
    display: flex;}

.footer .title {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 30px;}

.footer ul li {
    font-weight: 400;
    font-size: 14px;
    color: #E2CDCD;
    line-height: 20px;}

.pc.footer .footer-middle .footer-item .title, .pc.footer .third-footer-item .footer-item-1 .title {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: right;
    margin: 0;
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
    flex: 0 0 auto;}

.pc.footer .footer-middle .footer-item .title .footer-line1, .pc.footer .third-footer-item .footer-item-1 .title .footer-line1 {
    width: 1px;
    height: 20px;
    background-color: #fff;
    position: absolute;
    top: 6px;
    right: 0;}

.footer-bottom {
    width: 100%;
    font-weight: 400;
    font-size: 10px;
    color: #E2CDCD;
    padding: 10px 0;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, .12);
    position: relative;}

.mobile .footer-middle {
    padding: 10px 30px 0;
    position: relative;}

.footer .title {
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    margin-bottom: 10px;}

.mobile .footer-item ul {
    margin-bottom: 15px !important;}

.mobile .footer-bottom {
    padding: 10px 0;}

.mobile .footer-item ul li {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    color: #E2CDCD;
    line-height: 16px;
    height: 16px;
    padding-right: 5px;
    margin-right: 3px;
    text-align: center;}

