@media
screen and (orientation:portrait) and (min-device-width:768px),
screen and (orientation:landscape) and (min-device-width:1024px) {
    .footer-wrap {
        display: none !important;
    }
    .footer {
        background: #2d3238;
        padding: 72px 0 44px 0;
        display: flex;
        justify-content: center;
    }
    .footer .leftList {
        display: flex;
    }
    .footer .leftList .item {
        margin-left: 75px;
    }
    .footer .leftList .item .itemTitle {
        height: 20px;
        line-height: 20px;
        font-size: 18px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 30px;
        min-width: 100px;
    }
    .footer .leftList .item .itemText {
        font-size: 18px;
        color: #fff;
        opacity: 50%;
        line-height: 32px;
        min-width: 100px;
    }
    .footer .leftList .item .itemText:hover {
        opacity: 1;
    }
    .footer .line {
        border: 1px solid #fff;
        height: 102px;
        opacity: 20%;
        margin: 0 57px;
    }
    .footer .right {
        display: flex;
    }
    .footer .right .logo .img {
        width: 100px;
        height: 34px;
        margin: 12px 0 20px 0;
    }
    .footer .right .logo .logoText {
        font-size: 18px;
        color: #fff;
        opacity: 50%;
    }
    .footer .right .qrCode {
        width: 65px;
        height: 65px;
        margin: 18px 15px 0 41px;
    }
    .footer .right .information {
        margin-top: 15px;
        font-size: 16px;
        color: #fff;
        opacity: 60%;
        line-height: 24px;
    }
    .copyright {
        height: 50px;
        background: #262a30;
        line-height: 50px;
        text-align: center;
        font-size: 16px;
        color: #7c7f82;
    }
    .copyright a {
        color: #7c7f82;
        text-decoration: none;
    }
    .copyright a:hover {
        color: #00826b;
    }
    .font19 .footer .leftList .item .itemTitle{
        font-size: 19px !important;
    }
    .font20 .footer .leftList .item .itemTitle{
        font-size: 20px !important;
    }
    .font19 .footer .leftList .item .itemText{
        font-size: 19px !important;
    }
    .font20 .footer .leftList .item .itemText{
        font-size: 20px !important;
    }
    .font19 .footer .right .logo .logoText{
        font-size: 19px !important;
    }
    .font20 .footer .right .logo .logoText{
        font-size: 20px !important;
    }
    .font19 .footer .right .information{
        font-size: 19px !important;
    }
    .font20 .footer .right .information{
        font-size: 20px !important;
    }
    .font19 .copyright{
        font-size: 19px !important;
    }
    .font20 .copyright{
        font-size: 20px !important;
    }
}
