﻿.device-content {
    width: 1150px;
    margin: 0 auto;
    text-align: center;
    color: #333;
    padding-top: 70px;
}

.icon {
    width: 380px;
    display: inline-block;
}

    .icon > img {
        width: 100%;
    }

.right-text {
    vertical-align: top;
    display: inline-block;
    text-align: left;
    width: calc(100% - 395px);
    padding-top: 30px;
    margin-left: 10px;
}

.device-title {
    font-size: 30px;
}

.device-title-info {
    font-size: 16px;
    color: #999999;
}

.device-info {
    font-size: 16px;
    margin-top: 30px;
}

.device-item {
    margin-bottom: 10px;
}

.device-item-name {
    margin-right: 10px;
}

.device-btns {
    margin-top: 40px;
    color: white;
}

.device-btn {
    color: white;
    width: 200px;
    height: 50px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    display: inline-block;
    border-radius: 2px;
    cursor: pointer;
    background: #FF0036;
}

.top-info {
    padding-bottom: 50px;
}

.line {
    width: 100%;
    height: 20px;
    background: #F5F5F5;
}

.jingdong {
    background: #E2211C;
    margin-left: 10px;
}

.device-info-img {
    padding-top: 30px;
}

    .device-info-img > img {
        margin-bottom: 40px;
        width: 1180px;
    }
