.footer {
    background-color: #323232;
}

.footer .footer-content {
    width: 1200px;
    height: 260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.footer .footer-content .footer-logo {
    width: 150px;
    padding-left: 20px;
}

.footer .footer-content .footer-about {
    width: 150px;
    padding-left: 20px;
}

.footer .footer-content .footer-divider {
    width: 2px;
    background-color: #757575;
    margin: 0 20px;
    height: 150px;
}

.footer .footer-content .footer-enter {
    width: 299px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer .footer-content .footer-enter .enter-item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer .footer-content .footer-enter .enter-item div {
    width: 90px;
    text-align: center;
}

.footer .footer-content .footer-contact-info {
    width: 300px;
    height: 140px;
    color: #cfcfcf;
    font-size: 12px;
    padding-left: 30px;
    line-height: 2.5em;
}

.footer .footer-content .footer-qrcode {
    width: 200px;
    color: #cfcfcf;
    text-align: center;
}

.footer .footer-content .footer-qrcode .wechat-title {
    line-height: 32px;
}

.footer .footer-content a {
    color: #cfcfcf;
    font-size: 12px;
    line-height: 2.5em;
}

.footer .footer-content a:hover {
    color: #fff;
}

.footer .footer-content .footer-title {
    font-size: 18px;
    color: #cfcfcf;
    line-height: 2.5em;
}

.footer-qrcord-item {
    position: relative;
}

.urllink {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 75px;
    width: 1200px;
    font-size: 12px;
    margin: 0 auto;
    border-top: 2px solid #aaa;
}

.urllink .spacing-line {
    color: #e5e5e5;
    margin: 0 15px;
}

.urllink a {
    color: #e5e5e5;
}

.urllink a:hover {
    color: #fff;
}

.bottom-copyright {
    background-color: #282828;
}

.bottom-copyright .developer-infor {
    margin: 0 auto;
    width: 1200px;
    height: 50px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #999999;
    font-weight: bold;
}
.bottom-copyright .noreferrer {
    padding-top: 15px;
    text-align: center;
}

/* footer结束 */


/* 兑换规则弹窗 */

.scoreRule {
    width: 650px!important;
    box-shadow: none!important;
    background-color: #fff;
    padding: 50px;
}

.rule-content .title {
    font-size: 20px;
    color: #4a4a4a;
    line-height: 0;
    text-align: center;
    margin-bottom: 30px;
}

.rule-content .title:before,
.rule-content .title:after {
    content: '';
    position: absolute;
    background: #4a4a4a80;
    width: 25%;
    height: 1px;
    -webkit-font-smoothing: antialiased;
}

.rule-content .title:before {
    left: 10%;
}

.rule-content .title:after {
    right: 10%;
}

.rule-content .info {
    color: #2677bd;
    margin: 10px 0;
    font-size: 16px;
}

.rule-content .list {
    line-height: 1.8em;
    font-size: 16px;
}

.rule-content .tips {
    color: #bfbfbf;
    margin-top: 20px;
    line-height: 1.8em;
}


/* 兑换规则弹窗 */
