.device-ios {
    width: 375px;
    height: 778px;
    background: #111;
    border-radius: 55px;
    box-shadow: 0 0 0 2px #aaa;
    padding: 80px 20px 105px 20px;
    position: relative;
    margin-right: 80px;
    pointer-events: none;
}

.device-ios:before {
    content: '';
    width: 60px;
    height: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    background: #333;
    top: 40px;
}

.device-ios:after {
    content: '';
    position: absolute;
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    bottom: 13px;
    border-radius: 100%;
    box-sizing: border-box;
    border: 5px solid #333;
    pointer-events: auto;
}

.device-inner {
    background-color: #FFF;
    height: 100%;
    border-radius: 2px;
    pointer-events: auto;
}

.device-status {
    background-image: url('/assets/img/phone-status.jpg');
    background-size: 100% auto;
    height: 22px;
    text-align: center;
    line-height: 22px;
}

.device-time {
    color: rgba(255, 255, 255, 0.9);
    font-weight: bold;
    font-size: 12px;
}

.mainbody {
}

.mainbody, footer {
    /*background: url('/assets/img/sceduc-help.jpg') #f5f5f5 no-repeat center;
    background-size: cover;
    width: 100%;
    margin: 0 auto;*/
    background-color: #0b88e5;
    background-image: linear-gradient(90deg, #0b88e5 0%, #79f5fd 100%);
}

.download-list {
    border-bottom: solid 1px #F5F5F5;
    padding: 15px 15px 35px 15px;
    transition: all 0.35s;
}

.download-list .logo-container {
    text-align: center;
}

.download-list h4 {
    font-weight: bold;
}

.download-list .tip {
    color: #666;
}

.download-list .btn-container {
    margin: 10px 0;
    text-align: right;
}

.download-list:hover {
    background-color: #F9F9F9;
}

@media (max-width: 768px) {
    .device-ios {
        width: 100%;
        height: 700px;
    }

    .download-list .logo-container {
        text-align: left;
    }
}