.mobile-content {
    margin: 0 auto;
    background: url('../images/header-mobile-background.jpg');
    background-repeat: no-repeat;
    background-size: contain;
    background-size: 100% 570px;
}

.mobile-content .logo {
    padding-top: 19px;
    padding-left: 13px;
}
.mobile-content .logo .img {
    width: 60px;
    height: 60px;
}

.mobile-content .title {
    font-size: 20px;
    text-align: center;
    color: #000000;
    font-weight: bold;
}

.mobile-content .header {
    margin-top: 45px;
    position: relative;
}

.mobile-content .wifi {
    width: 20px;
    left: 204px;
    top: -8px;
    position: absolute;
}

.mobile-content .list {
    margin-top: 21px;
    padding: 0 28px;
    justify-content: space-around;
}

.mobile-content .list .icon {
    width: 10px;
    height: 10px;
    margin-right: 4px;
}

.mobile-content .list .text {
    font-size: 13px;
    color: #000000;
}

.mobile-content .btn {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #ffffff;
    border-radius: 5px;
    font-size: 13px;
    color: #008ce6;
    margin: 22px auto 0 auto;
}

.mobile-content .mobile {
    width: 197px;
    display: block;
    margin: 20px auto 0 auto;
    animation: bannerLeftAni 2s;
}

.mobile-content .center {
    margin: 16px 18px 0 18px;
    padding: 17px 0 24px 0;
}

.mobile-content .center-item {
    text-align: center;
    font-size: 12px;
    color: #333;
}

.mobile-content .center-img {
    margin-right: 0;
}

.mobile-content .footer {
    margin-top: 47px;
    padding-bottom: 65px;
    justify-content: center;
    background: url('../images/mobile-ai.png');
    background-size: cover;
}

.mobile-content .footer .footer-item {
    width: 85px;
    padding: 12px 14px;
    text-align: center;
    margin-right: 7px;
    margin-bottom: 19px;
    background: rgba(235, 245, 255, 0.6);
}

.mobile-content .footer-item img {
    margin-bottom: 8px;
}

.mobile-content .footer-item p:nth-of-type(1) {
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}

.mobile-content .footer-item p:nth-of-type(2) {
    color: #666;
    font-size: 11px;
    margin-top: 0px;
    white-space: nowrap;
}

.mobile-content .footer-item-bottom {
    padding: 12px 28px !important;
}

.mobile-content .use {
    width: 144px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #0aa8f0;
    border-radius: 5px;
    color: #000000;
    font-size: 13px;
    margin: 5px auto 0 auto;
}
