.ssec {
    position: relative;
    color: #fff;
    background-color: #000;
    font-family: ProximaNova, sans-serif;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 300;
    margin: 0 auto;
}
.ssec .ssec-img {
    max-width: 100%;
    width: 100%;
}

.ssec .ssec-head {
    font-size: 2.5em;
    font-weight: 600;
}
.ssec .ssec-subhead {
    font-size: 1.5625em;
    font-weight: 500;
}
.ssec .ssec-txt {
    font-size: 1.375em;
    line-height: 1.2;
}
.ssec .ssec-note {
    font-size: .825em;
    line-height: 1.5;
}
.ssec .ssec-color {
    color: #fdc508;
}
.ssec-text-center {
    text-align: center;
}

.ssec-intro .ssec-wrap {
    position: absolute;
    top: 56%;
    left: 12%;
    right: 48%;
    text-transform: uppercase;
}

.ssec-intro .ssec-head {
    font-size: 4em;
    font-weight: bold;
}
.ssec-intro .ssec-txt {
    font-size: 2.75em;
}

.ssec-summary {
    background-color: #fff;
}
.ssec-summary .ssec-wrap-image {
    width: 66.66666%;
    padding: 5% 0;
    margin: 0 auto;
}

.ssec-ear .ssec-wrap {
    position: absolute;
    left: 15%;
    right: 8%;
    bottom: 11%;
    display: flex;
}
.ssec-ear .ssec-col {
    width: 50%;
}
.ssec-ear .ssec-col2 {
    width: 50%;
    padding-left: 15%;
}

.ssec-connection,
.ssec-bluetooth {
    background-color: #fff;
    color: #000;
}
.ssec-connection .ssec-wrap {
    padding: 3% 0;
    width: 75%;
    margin: 0 auto;
    display: flex;
}
.ssec-connection .ssec-col,
.ssec-bluetooth .ssec-col {
    width: 50%;
}
.ssec-connection .ssec-col:first-child,
.ssec-bluetooth .ssec-col:first-child {
    padding-right: 15%;
}
.ssec-connection .ssec-wrap-image {
    width: 50%;
    margin: 0 auto;
}

.ssec-bluetooth .ssec-wrap {
    position: absolute;
    left: 12.5%;
    right: 12.5%;
    top: 5%;
    display: flex;
}

.ssec-play {
    background-color: #000;
    color: #fff;
}

.ssec-play .ssec-f {
    position: absolute;
    left: 35%;
    right: 20%;
    bottom: 12%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ssec-play .ssec-i {
    font-size: 1.375em;
}
.ssec-play .ssec-h {
    font-size: 2em;
    font-weight: bold;
    border-bottom: 1px solid #fff;
    display: inline-block;
    margin-bottom: .25em;
}
.ssec-play .ssec-h span {
    font-size: .5em;
}

.ssec-charge .ssec-wrap {
    position: absolute;
    top: 50%;
    left: 60%;
    right: 10%;
    transform: translateY(-50%);
}
.ssec-charge .ssec-txt {
    padding-top: .75em;
}

.ssec-driver .ssec-col:last-child {
    padding-left: 20%;
}

.ssec-waterproof,
.ssec-fun {
    background-color: #fff;
    color: #000;
}
.ssec-waterproof .ssec-wrap {
    width: 75%;
    padding: 3% 0;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.ssec-waterproof .ssec-col {
    width: 50%;
}
.ssec-waterproof .ssec-col:first-child {
    padding-right: 10%;
}

.ssec-fun .ssec-wrap {
    width: 66.66666%;
    padding: 5% 0 2%;
    margin: 0 auto;
}
.ssec-fun .ssec-txt {
    padding-top: .25em;
    padding-bottom: 1.5em;
}

.ssec-usage {
    background-color: #e9e9f1;
    color: #000;
}
.ssec-usage .ssec-wrap {
    width: 66.666666%;
    margin: 0 auto;
    padding: 6% 0;
    display: flex;
    align-items: center;
}
.ssec-usage .ssec-wrap .ssec-col {
    width: 50%;
}
.ssec-usage .ssec-wrap .ssec-col:first-child {
    padding-right: 15%;
}

.ssec-usage .ssec-wrap2 {
    display: flex;
    width: 66.666666%;
    margin: 0 auto;
    padding-bottom: 2%;
    align-items: center;
}
.ssec-usage .ssec-wrap2 .ssec-col6 {
    width: 50%;
}
.ssec-usage .ssec-wrap2 .ssec-col6:last-child {
    padding-left: 7%;
}
.ssec-usage .ssec-f {
    display: flex;
    flex-wrap: wrap;
}
.ssec-usage .ssec-f .ssec-i {
    width: 50%;
    padding-bottom: 6%;
}
.ssec-usage .ssec-f .ssec-h {
    font-weight: bold;
}
.ssec-usage .ssec-col5 {
    display: none;
}

@media screen and (max-width: 768px) {
    .ssec {
        font-size: 14px;
    }

    .ssec .ssec-head {
        font-size: 1.625em;
    }
    .ssec .ssec-subhead {
        font-size: 1.25em;
    }
    .ssec .ssec-txt {
        font-size: 1em;
    }

    .ssec-intro {
        background-color: #fff;
        color: #000;
    }
    .ssec-intro .ssec-wrap {
        position: absolute;
        top: 8.5%;
        left: 10px;
        right: 10px;
        text-align: center;
    }
    .ssec-intro .ssec-head {
        font-size: 2.5em;
        font-weight: bold;
    }
    .ssec-intro .ssec-txt {
        font-size: 1.5em;
    }

    .ssec-summary .ssec-wrap-image {
        width: initial;
    }

    .ssec-ear .ssec-wrap {
        left: 10px;
        right: 10px;
        bottom: 6%;
        display: block;
    }
    .ssec-ear .ssec-col {
        width: initial;
    }
    .ssec-ear .ssec-col2 {
        width: initial;
        padding-left: initial;
    }

    .ssec-connection {
        background-color: #eee;
    }
    .ssec-connection .ssec-wrap {
        padding: 3% 10px;
        width: initial;
        display: block;
    }
    .ssec-connection .ssec-wrap-image {
        width: initial;
    }
    .ssec-connection .ssec-col,
    .ssec-bluetooth .ssec-col {
        width: initial;
    }
    .ssec-connection .ssec-col:first-child,
    .ssec-bluetooth .ssec-col:first-child {
        padding-right: initial;
    }

    .ssec-bluetooth .ssec-wrap {
        left: 10px;
        right: 10px;
        display: block;
    }

    .ssec-play .ssec-f {
        position: absolute;
        left: 15%;
        right: 5%;
        bottom: 4%;
    }

    .ssec-play .ssec-i {
        font-size: .8em;
    }
    .ssec-play .ssec-h {
        font-size: 2.2em;
    }

    .ssec-charge .ssec-wrap {
        position: absolute;
        top: 5%;
        left: 10px;
        right: 10px;
        transform: initial;
    }

    .ssec-driver .ssec-col:last-child {
        padding-left: initial;
    }

    .ssec-waterproof .ssec-wrap {
        width: initial;
        padding: 3% 10px;
        display: block;
    }
    .ssec-waterproof .ssec-col {
        width: initial;
    }
    .ssec-waterproof .ssec-col:first-child {
        padding-right: initial;
    }

    .ssec-fun .ssec-wrap {
        width: initial;
        padding: 5% 0 0;
    }
    .ssec-fun .ssec-txt,
    .ssec-fun .ssec-head {
        padding-right: 10px;
        padding-left: 10px;
    }

    .ssec-usage .ssec-col5 {
        display: block;
    }

    .ssec-usage .ssec-wrap1 {
        display: flex;
        padding: 10% 10px 5%;
        align-items: center;
    }
    .ssec-usage .ssec-wrap {
        width: 60%;
        margin: initial;
        padding: initial;
        display: block;
    }
    .ssec-usage .ssec-wrap .ssec-col {
        width: initial;
    }
    .ssec-usage .ssec-wrap .ssec-col:first-child {
        padding-right: initial;
    }
    .ssec-usage .ssec-col5 {
        width: 40%;
        padding-left: 5%;
    }
    .ssec-usage .ssec-col66 {
        display: none;
    }
    .ssec-usage .ssec-wrap2 {
        width: initial;
        padding-left: 10px;
        padding-right: 10px;
        display: block;
        margin: initial;
    }
    .ssec-usage .ssec-wrap2 .ssec-col6 {
        width: initial;
    }
}


.specs-color-name {
    text-align: center;
    padding: 5px 0 0;
    margin-bottom: 0;
}
.specs-block-img .img-fluid {
    display: block;
    margin: 0 auto;
}
.specs-block .specs-value strong {
    font-size: 1.375em;
    line-height: 1.25;
}
.specs-block .specs-note {
    padding-top: 2%;
    font-size: .875em;
    color: #888;
    padding-bottom: 0;
}
.specs-note {
    padding-bottom: 3%;
}
.specs-note p {
    font-size: .925em;
    margin-bottom: .25em;
    color: #888;
}
.specs-block .specs-img-size {
    max-width: 100%;
    width: 100%;
}
@media screen and (min-width: 1024px) {
    .specs-block .specs-img-size {
        max-width: initial;
        width: 50%;
    }
}