.esp-audio-devlits-wrap .row .img-wrap {
    padding: 0;
    
}
.esp-audio-devlits-wrap .row .img-wrap img {
    cursor: pointer;
    transition: all .2s linear;
}
.esp-audio-devlits-wrap .row .img-wrap img:hover {
    transform: scale(1.15);
}
#esp-audio-devlits-overview p {
    margin: 0;
}

#esp-audio-devlits-overview .title-wrap {
    text-align: center;
}
#esp-audio-devlits-overview h1 {
    font-size: 30px;
    margin: 0 0 5px;
}
#esp-audio-devlits-overview .title-wrap:after {
    display: inline-block;
    width: 120px;
    height: 6px;
    content: '';
    background: #ed4a4a;
    border-radius: 6px;
}
#esp-audio-devlits-overview .title-wrap {
    display: block;
    margin-bottom: 50px;
}
#esp-audio-devlits-overview h1 {
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    margin: 0;
}
.i18n-zh-hans #esp-audio-devlits-overview .title-wrap:after {
    width: 100px;
}
#esp-audio-devlits-overview .solutions-applications {
    margin-top: 80px;
}
#esp-audio-devlits-overview .item-img {
    margin-bottom: 1.5em;
}
#esp-audio-devlits-overview .item-img .img-content-wrap img {
    width: 56px;
    height: auto;
    margin-right: 10px;
}
#esp-audio-devlits-overview .item-img .img-content-wrap img.audio {
    margin-left: -6px;
}
.esp-audio-devlits-wrap .esp-adf-related-hardware {
    padding-bottom: 0;
}
.esp-audio-sdks {
    background-image: url('../images/ESP-Audio-DevKits/esp-audio-sdks.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
.esp-audio-sdks .inside {
    padding: 0;
}
.esp-audio-sdk-header {
    background: rgba(0,133,193,.54); /*Opera11*/
    color: #fff;
    margin-bottom: 30px;
}
.esp-audio-sdk-header p {
    color: #fff;
}
.esp-audio-sdk-header h2 {
    font-size: 40px;
    margin: 0;
    text-shadow: 0 4px 6px rgba(0,0,0,.4);
}
.esp-audio-sdk-header h2:after {
    display: block;
    width: 150px;
    height: 8px;
    border-radius: 8px;
    content: '';
    background: #fff;
    margin: 10px auto 0;
    box-shadow: 2px 4px 6px rgba(0,0,0,.4);
}
.esp-adf-voice-wrap {
    position: relative;
    padding: 50px 20px 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
}
.esp-adf-voice-wrap .esp-adf-voice-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 40px 30px 50px;
    background: -webkit-linear-gradient(135deg, transparent 30px, rgba(255,255,255,.8) 0);
    background: -ms-linear-gradient(135deg, transparent 30px, rgba(255,255,255,.8) 0);
    background: -moz-gradient(135deg, transparent 30px, rgba(255,255,255,.8) 0);
    background: linear-gradient(135deg, transparent 30px, rgba(255,255,255,.8) 0);
    box-sizing: border-box;
    text-align: left;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 5px 5px 6px rgba(0,0,0,.1);
}
.esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice {
    position: relative;
}
.esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice h2 {
    text-align: left;
    margin-bottom: 10px;
}
.esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice .esp-adf-voice-title:after {
    display: inline-block;
    width: 90px;
    height: 6px;
    margin-top: 15px;
    border-radius: 6px;
    content: '';
    background: #ed4a4a;
}
.esp-adf-voice-wrap .esp-adf-voice-content  h2 {
    font-size: 22px;
}
.esp-adf-voice-wrap .esp-adf-voice-content a {
    position: absolute;
    left: 30px;
    bottom: 30px;
    border: 0;
    background-image: linear-gradient(#ed4a4a, #ed4a4a), linear-gradient(transparent, transparent);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    padding-bottom: 4px;
    color: #333;
    font-weight: bold;
    text-decoration: none !important;
}
.esp-adf-voice-wrap .esp-adf-voice-content a:hover {
    outline: none;
    background-image: linear-gradient(#ed4a4a, #ed4a4a), linear-gradient(transparent, transparent);
    background-size: 100% 2px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
.related-hardware img,
.related-hardware h3 {
    display: inline-block;
}
.related-hardware-content p {
    margin-top: 0;
}
.related-hardware img {
    width: 50px;
    height: auto;
    margin-right: 20px;
}
.related-hardware-content .img-wrap h3 {
    text-align: center;
}
.esp-audio-devlits-wrap .related-hardware-content {
    padding: 30px 0 50px 5%;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    box-sizing: border-box;
}
.esp32-s2-kaluga-1 {
    padding-bottom: 0 !important;
}
.esp-audio-devlits-wrap .related-hardware-content.esp32-vaquita-dspg {
    padding-top: 50px;
}
.esp-audio-devlits-wrap .related-hardware-content.esp32-vaquita-dspg h3 {
    margin-top: 10px;
}
.esp-audio-devlits-wrap .related-hardware-content .esp32-lyratd-msc h3 {
    margin-top: 8px;
}
.esp-audio-devlits-wrap .related-hardware-content.odd .flex1,
.esp-audio-devlits-wrap .related-hardware-content .odd .flex1 {
    padding: 0 20px 0 10%
}
.esp-audio-devlits-wrap .related-hardware-content.even .flex1,
.esp-audio-devlits-wrap .related-hardware-content .even .flex1 {
    padding: 0 10% 0 20px;
}
.related-hardware-link a,
.esp-audio-devlits-wrap .table-wrap a,
.esp-audio-devlits-wrap .more-info a {
    border: 0;
    background-image: linear-gradient(#0071c5, #0071c5), linear-gradient(transparent,transparent);
    background-size: 0 1px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    transition: background 0s ease-out;
    padding-bottom: 2px;
    color: #0071c5;
    margin-right: 40px;
    text-decoration: none !important;
}
.related-hardware-link a:hover,
.esp-audio-devlits-wrap .table-wrap a:hover,
.esp-audio-devlits-wrap .more-info a:hover {
    outline: none;
    background-image: linear-gradient(#0071c5, #0071c5), linear-gradient(transparent, transparent);
    background-size: 100% 1px, 100% 1px;
    box-shadow: none;
    transition-duration: 0.3s;
}
.esp-audio-devlits-wrap .related-hardware-content .img-wrap img {
    width: 280px !important;
}
.esp-audio-devlits-wrap .related-hardware-content.esp32-lyratd-dspg .img-wrap img {
    width: 340px !important;
}
.esp-audio-devlits-wrap .esp32-s2-kaluga-1 .img-wrap,
.esp-audio-devlits-wrap .esp32-korvo .img-wrap {
    text-align: left;
}
.esp-audio-devlits-wrap .esp32-s2-kaluga-1 .img-wrap h3,
.esp-audio-devlits-wrap .esp32-korvo .img-wrap h3 {
    max-width: 440px;
    text-align: center;
}
.esp-audio-devlits-wrap .esp32-s2-kaluga-1  .img-wrap img,
.esp-audio-devlits-wrap .esp32-korvo .img-wrap img {
    width: 90% !important;
    max-width: 440px !important;
}
.esp-audio-devlits-wrap .table-wrap {
    width: 100%;
    border: 1px solid #EBEBEB;
    overflow: hidden;
    overflow-x: auto;
}
.esp-audio-devlits-wrap .table-wrap table {
    min-width: 1100px;
}
.esp-audio-devlits-wrap .table-wrap a {
    margin-right: 0;
}
.esp-audio-devlits-wrap .table-wrap tr th {
    background: #F7F7F7;
    font-weight: bold;
}
.esp-audio-devlits-wrap .table-wrap tr th,
.esp-audio-devlits-wrap .table-wrap tr td {
    border-right: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    text-align: center;
    padding: 10px 8px;
    line-height: 1.4;
    font-size: 14px;
}
.esp-audio-devlits-wrap .table-wrap tr th:last-child,
.esp-audio-devlits-wrap .table-wrap tr td:last-child {
    border-right: none;
}
.esp-audio-devlits-wrap .table-wrap tr:last-child td {
    border-bottom: none;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(1) {
    width: 160px;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(2) {
    width: 135px;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(3) {
    width: 116px;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(4) {
    width: 176px;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(5) {
    width: 100px;
}
.esp-audio-devlits-wrap .table-wrap tr th:nth-child(6) {
    width: 220px;
}
.esp-audio-devlits-wrap .table-wrap tr td:first-child {
    font-weight: bold;
}
.esp-audio-devlits-wrap .table-wrap tr td:nth-child(3) a {
    line-height: 1.6;
}
.esp-audio-devlits-wrap .more-info {
    text-align: center;
    margin-top: 60px;
}
.esp-audio-devlits-wrap .more-info a {
    font-size: 16px;
    margin-right: 80px;
    font-family: HelveticaNeueRegular, HelveticaNeue-Regular, "Helvetica Neue Regular", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif !important;
}
.esp-audio-devlits-wrap .more-info a:last-child {
    margin-right: 0 !important;
}
#esp-audio-devlits-buy .buy-now-bg {
    position: relative;
}
#esp-audio-devlits-buy .buy-now-bg img {
    display: none;
    width: 100%;
    height: auto;
}
#esp-audio-devlits-buy .buy-now-bg .inside {
    padding: 60px 0;
}
#esp-audio-devlits-buy .buy-now-bg .inside h2 {
    color: #333;
    margin-bottom: 30px;
}
#esp-audio-devlits-buy .buy-now-bg {
    background-image: url('../images/ESP-Audio-DevKits/purchase-now.jpg');
    background-size: cover;
}
#esp-audio-devlits-buy.buy-now .buy-now-bg .button {
    background: rgba(255,255,255, .7);
    color: #333;
    width: 160px;
    font-family: HelveticaNeueRegular, HelveticaNeue-Regular, "Helvetica Neue Regular", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, PingFangSC-Regular, "PingFang SC Regular", 黑体, sans-serif !important;
}
#esp-audio-devlits-buy.buy-now .buy-now-bg .button:hover {
    border-color: #5b6271 !important;
}
.related-hardware-more {
    position: relative;
}
.related-hardware-more .related-hardware-more-btn {
    position: absolute;
    height: 420px;
    left: 0;
    transform: translateY(-80%);
    width: 100%;
    text-align: center;
    background: linear-gradient(rgba(255,255,255,0), rgba(255, 255, 255,1)); /*Opera11*/
}
.related-hardware-more .related-hardware-more-btn.hidden {
    display: none;
}
.related-hardware-more .more-bottom-btn-wrap {
    display: inline-block;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
}
.related-hardware-more .related-hardware-more-btn img {
    width: 50px;
    height: auto;
    cursor: pointer;
}
.related-hardware-more .related-hardware-more-btn img:hover {
    animation: more .8s linear infinite alternate;
}
.related-hardware-more .related-hardware-more-content {
    height: 0;
    overflow: hidden;
    transition: all 1s linear;
}

@keyframes more {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(50%);
    }
}
@media (max-width: 1280px) and (min-width: 1170px){
    .intro-wrapper.esp-audio-devlits-wrap .inside {
        width: 1140px;
    }
}
@media screen and (max-width: 1170px) {
    #esp-audio-devlits-overview .solutions-applications {
        margin-top: 50px;
    }
    .esp-audio-sdks {
        padding: 50px 0;
    }
    .esp-audio-sdk-header {
        margin-bottom: 0;
    }
    .i18n-zh-hans #esp-audio-devlits-overview .title-wrap {
        margin-bottom: 30px;
    }
    #esp-audio-devlits-overview .col-md-9 {
        padding-right: 35px;
    }
    #esp-audio-devlits-overview h1 {
        font-size: 30px;
    }
    #esp-audio-devlits-overview .title-wrap:after {
        width: 100px;
    }
    .esp-audio-devlits-wrap .more-info {
        margin-top: 30px;
    }
    .esp-audio-devlits-wrap .esp32-s2-kaluga-1 {
        /*padding-bottom: 50px;*/
    }
    #esp-audio-devlits-buy .buy-now-bg img {
        display: none;
    }
    #esp-audio-devlits-buy .buy-now-bg {
        background-image: url('../images/ESP-Audio-DevKits/purchase-now.jpg');
        background-size: cover;
    }
    #esp-audio-devlits-buy .buy-now-bg .inside  {
        position: static;
        transform: none;
    }
    #esp-audio-devlits-buy .buy-now-bg .inside h2 {
        margin-bottom: 30px;
    }
    .esp-audio-devlits-wrap .inside.related-hardware-content {
        padding-right: 20px;
        padding-left: 20px;
    }
}
@media screen and (max-width: 768px) {
    .esp-audio-devlits-wrap .related-hardware-content {
        padding: 30px 0 50px;
    }
    .esp-audio-sdks .d-flex {
        display: block;
    }
    .esp-audio-sdk-header .d-flex {
        padding: 1.5em 0;
    }
    .esp-audio-sdk-header .d-flex  p {
        margin-bottom: 0;
    }
    .esp-audio-sdk-header h2 {
        font-size: 30px;
        width: 100%;
    }
    .esp-audio-sdk-header h2:after {
        width: 120px;
        height: 6px;
        margin-top: 10px;
        border-radius: 6px;
        content: '';
    }
    .esp-audio-devlits-wrap .esp32-s2-kaluga-1 .img-wrap h3  {
        max-width: 100% !important;
    }
    .esp-audio-devlits-wrap .esp32-s2-kaluga-1 .img-wrap, 
    .esp-audio-devlits-wrap .esp32-s2-kaluga-1 .img-wrap h3 {
        text-align: center;
    }
    .order-1 {
        width: 100%;
        -ms-flex-order: 1;
        -webkit-order: 1;
        -moz-order: 1;
        order: 1;
    }
    .order-2 {
        width: 100%;
        -ms-flex-order: 2;
        -webkit-order: 2;
        -moz-order: 2;
        order: 2;
    }
    .esp-audio-devlits-wrap .related-hardware-content.odd .flex1, 
    .esp-audio-devlits-wrap .related-hardware-content .odd .flex1,
    .esp-audio-devlits-wrap .related-hardware-content.even .flex1, 
    .esp-audio-devlits-wrap .related-hardware-content .even .flex1 {
        padding: 0;
    }
    .esp-audio-devlits-wrap .related-hardware-content .odd .flex1,
    .esp-audio-devlits-wrap .related-hardware-content .even .flex1 {
        padding: 0 20px;
    }
    .related-hardware-link {
        text-align: center;
    }
    .esp-audio-devlits-wrap .row .img-wrap {
        margin: 1.5em 0;
    }
    #esp-audio-devlits-overview h1 {
        font-size: 30px;
        margin: 0;
    }
    #esp-audio-devlits-overview .title-wrap:after {
        width: 80px;
    }
    #esp-audio-devlits-overview .title-wrap {
        width: 100%;
    }
    #esp-audio-devlits-overview .col-md-9 {
        padding-right: 0;
    }
    #esp-audio-devlits-overview p {
        margin: 1.5em 0;
    }
    #esp-audio-devlits-overview .solutions-applications {
        margin-top: 30px;
    }
    .esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice {
        width: 100%;
        min-width: 100%;
    }
    .esp-audio-devlits-wrap .more-info a {
        margin-right: 40px;
    }
}
@media screen and (max-width: 520px) {
    .esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice {
        padding: 20px 15px;
    }
    .esp-audio-devlits-wrap .more-info a {
        display: block;
        margin: 6px 0;
        background: none !important;
    }
    .esp-adf-voice-wrap .esp-adf-voice-content .esp-adf-voice .esp-adf-voice-title:after {
        margin-top: 10px;
    }
}
