html { background-color: #fff; }

body {
    font-family: PingFangSC-Regular, Inter, 'Helvetica Neue', Helvetica, 'PingFang SC',
    'Hiragino Sans GB', 'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
    padding: 0; margin: 0;
}

.page-container {
    width: 100%; overflow: hidden; margin: 0 auto; min-height: 1200px;
}

.images-container {
    width: 100%; overflow: hidden; margin: 0; padding: 0; font-size: 0; line-height: 0;
}
.images-container img{
    width: 100% !important;
}

.page-footer {
    width: 100%; overflow: hidden; display: flex; flex-direction: column; justify-content: center;
    align-items: center; background-color: #015FFF; padding-top: 50px; padding-bottom: 50px; color: #fff;
}
.page-footer > .contact-info {
    width: 1152px; overflow: hidden; display: flex; justify-content: space-between; align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15); padding-bottom: 24px;
}
.page-footer > .contact-info > .item {
    width: 200px; overflow: hidden; display: flex; flex-direction: column; justify-content: center;
    align-items: flex-start;
}
.page-footer > .contact-info > .addr { width: 240px !important; }
.page-footer > .contact-info > .wechat { width: 80px !important; }
.page-footer > .contact-info > .email { width: 150px !important; }
.page-footer > .contact-info > .item > div { font-size: 14px; line-height: 21px; margin: 5px 0; }
.page-footer > .copyright {
    width: 1152px; overflow: hidden; margin-top: 24px;
    display: flex; justify-content: space-between; align-items: center;
}
.page-footer > .copyright > div {
    width: 50%; overflow: hidden; line-height: 24px; font-size: 14px; font-weight: 400;
    color: rgba(255, 255, 255, 0.65);
}
.page-footer > .copyright > div > a { color: rgba(255, 255, 255, 0.65); text-decoration: none; }
.page-footer > .copyright > div > .cr-link { border-bottom: 1px solid rgba(255, 255, 255, 0.65); }
.page-footer > .copyright > .right { text-align: right;}
