.footer-wrap {
    font-size: 14px;
    color: #6d6d6d;
    background-color: #f0f0f0;
}

.footer-wrap .main-container {
    padding: 20px 50px 0;
    width: 1100px;
    border-top: 1px solid #e3e5f0;
    background-color: #fff;
	margin:0 auto;
}

.footer-wrap .title {
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    padding-bottom: 5px;
}

.footer-wrap .left-cnt {
    float: left;
    width: 30%;
}

.footer-wrap .center-cnt {
    float: left;
    width: 50%;
}

.footer-wrap .right-cnt {
    float: left;
    width: 20%;
    font-size: 14px;
    color: #3e7cf7;
    text-align: right;
}

.footer-wrap .item {
    margin-top: 5px;
}

.footer-wrap .item a {
    color: #6d6d6d;
    text-decoration: none;
}

.footer-wrap .foot-auth {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #bbbdca;
    text-align: center;
    margin: 40px 0;
}