* {
    margin: 0;
    padding: 0;
}
#body {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}

iframe {
    width: 100%;
    margin: 0 0 1em;
    border: 0;
}

.tyfooter {
    padding-top: 40px;
    background: url(https://wenhuabu-media.obs.cn-north-4.myhuaweicloud.com/honest-culture/pc/footer-img.png) 0 0 no-repeat;
    background-size: 100% 100%;
    min-width: 1400px;
    display: flex;
    justify-content: center;
}

.tyfooter .section-wrapper {
    width: 1400px;
    margin: 0 auto;
    background-color: inherit !important;
}

.tyfooter .tyInfo {
    padding-right: 800px;
    position: relative;
    min-height: 180px;
}

.tyfooter .tycopyright {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    padding-top: 20px;
}

.tyfooter .tycopyright p {
    opacity: 0.8;
}

.tyfooter .tycopyright a {
    color: #fff;
    text-decoration: none;
}

.tyfooter .tycopyright a:hover {
    text-decoration: underline;
}

.tyfooter .tel {
    font-size: 24px;
    display: inline-block;
    padding-bottom: 10px;
}

.tymatrix {
    width: 563px;
    padding-left: 30px;
    box-sizing: border-box;
    display: flex;
    position: absolute;
    right: 300px;
    top: 0;
}

.tymatrix_lf {
    width: 90px;
    height: 20px;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 20px;
    margin-right: 30px;
}

.tymatrix_lr {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
}

.tymatrix_lr .matrixMedia {
    display: block;
    width: 125px;
    height: 80px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    box-sizing: border-box;
    padding-right: 24px;
    text-align: center;
    position: relative;
    text-decoration: none;
}

.tymatrix_lr .matrixMediaPopup {
    position: absolute;
    display: none;
    left: 0px;
    bottom: 80px;
    background: #FFFFFF;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    z-index: 10;
    border-radius: 4px;
}

.tymatrix_lr .matrixMedia:hover .matrixMediaPopup {
    display: block;
}

.tymatrix_lr .matrixMedia img {
    display: block;
}

.tymatrix::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 110px;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(151, 151, 151, 0)) 1 1;
}

.tymatrix::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    width: 1px;
    height: 110px;
    border-right: 1px solid;
    border-image: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.3), rgba(151, 151, 151, 0)) 1 1;
}

.tyqrcode {
    position: absolute;
    right: 0;
    width: 300px;
    top: 0;
}

.tyqrcode .item {
    display: block;
    width: 120px;
    text-align: center;
    margin-left: 30px;
    float: left;
}

.tyqrcode .item span {
    display: inline-block;
    width: 100%;
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
    line-height: 20px;
    opacity: 0.8;
}
