@font-face {
    font-family: "iconfont"; /* Project id 3638599 */
    src: url('esp-matter-font/iconfont.eot?t=1662626088131'); /* IE9 */
    src: url('esp-matter-font/iconfont.eot?t=1662626088131#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('esp-matter-font/iconfont.woff2?t=1662626088131') format('woff2'),
    url('esp-matter-font/iconfont.woff?t=1662626088131') format('woff'),
    url('esp-matter-font/iconfont.ttf?t=1662626088131') format('truetype'),
    url('esp-matter-font/iconfont.svg?t=1662626088131#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-zigbee:before {
    content: "\e675";
}

.icon-thread:before {
    content: "\e676";
}

.icon-threadBorderRouter:before {
    content: "\e677";
}

.icon-ethernet:before {
    content: "\e678";
}

.icon-matterBridge:before {
    content: "\e695";
}

.icon-wifi:before {
    content: "\e67a";
}
.gallary {
    margin-bottom: -2px;
}
.intro-wrapper p {
    margin-bottom: 0;
}
.inside {
    padding: 80px 0 0;
}
.overview-wrap .title {
    max-width: 1070px;
    margin: 0 auto 50px;
    text-align: center;
}
.i18n-zh-hans .overview-wrap .title {
    max-width: 960px;
}
.esp-matter-wrap .img-wrap {
    width: 100%;
}
.esp-matter-wrap .img-wrap img {
    width: 100%;
    border-radius: 20px;
}
.intro-wrapper h2 {
    text-align: left;
    margin-bottom: 40px;
    color: #38393a;
}
.esp-matter-wrap h3 {
    font-size: 20px;
    color: #1290D8;
}
.esp-matter-wrap .inside .left {
    padding-right: 40px;
    box-sizing: border-box;
}
.esp-matter-wrap .inside .right {
    padding-left: 40px;
    box-sizing: border-box;
}
.esp-matter-wrap .title-line:before {
    content: '';
    display: block;
    width: 2.2em;
    height: 4px;
    margin-bottom: 12px;
    background-color: #1290D8;
}
.hardware-content-img {
    position: relative;
}
.hardware-content-img .hardware-tab {
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1140px;
    width: 100%;
    z-index: 4;
}
.hardware-tab-content {
    width: 100%;
    max-width: 370px;
    height: 40px;
    background-image: linear-gradient(to right, transparent 5%, rgba(255, 255, 255, .18), transparent 95%);
    margin-left: -66px;
}
.i18n-zh-hans .hardware-tab-content {
     margin-left: -96px;
}
.hardware-tab-content span {
    font-size: 20px;
    font-size: var(--esp-font-size-h2);
    line-height: 32px;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-family: Helvetica Neue-Bold, Helvetica Neue;
    transition: color .2s linear;
    cursor: pointer;
}
.hardware-tab-content span:first-child {
    text-align: right;
    padding-right: 20px;
}
.hardware-tab-content span:last-child {
    text-align: left;
    padding-left: 20px;
}
.hardware-tab-content span.active {
    color: #fff;
}
.hardware-tab-content span:not(:last-child) {
    border-right: 2px solid #B5BAC0;
}
.hardware-content-img .hardware-content-smart-home {
    position: relative;
    text-align: center;
    background-image: linear-gradient(to right, #52608E, #2C252A);
}
.hardware-content-img .hardware-content-smart-home img {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
}
.hardware-content-overview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #364354;
    opacity: 0;
    transition: opacity .2s linear;
    z-index: 3;
}
.hardware-content-overview.active {
    opacity: 1;
}
.hardware-content-overview-info {
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
}
.hardware-content-overview-info img {
    width: 70%;
}
.hardware-content-overview .hardware-desc {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    max-width: 1140px;
    line-height: 160px;
    color: #fff;
}
.hardware-side {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    max-width: 1140px;
    z-index: 3;
}
.hardware-side .hardware-side-wrap {
    float: right;
    position: relative;
    z-index: 10;
}
.hardware-side .item-wrap .item {
    padding: 10px 0;
}
.hardware-side .item-wrap .iconfont {
    font-size: 52px;
    margin-right: 16px;
}
.hardware-side .item-wrap span {
    width: 100px;
    line-height: 1.625;
}
.hardware-side.overview-tab {
    color: #fff;
}
.hardware-side.smart-home-tab {
    color: rgba(255, 255, 255, .6);
}
.hardware-side.smart-home-tab .item {
    cursor: pointer;
}
.hardware-side.smart-home-tab .item.active {
    color: #fff;
}
.hardware-side .item-line {
    position: relative;
    height: 390px;
    width: 2px;
    border-radius: 10px;
    background-color: rgba(255, 255, 255, .6);
    margin-right: 20px;
}
.hardware-side.overview-tab .item-line {
    width: 8px;
    background-color: #fff;
}
.hardware-side.overview-tab .item-line-inner {
    display: none;
}
.hardware-side.smart-home-tab .item-line-inner {
    display: block;
    position: absolute;
    top: 0;
    left: -3px;
    width: 8px;
    height: 78px;
    border-radius: 10px;
    background-color: #fff;
    transition: top .2s linear;
}
.hardware-content-img .hardware-content-smart-home:not(.active) .smart-home-desc-wrap {
    display: none;
}
.hardware-content-img .smart-home-desc-wrap {
    position: absolute;
    bottom: 20px;
    left: calc(50% - 130px);
    transform: translateX(-50%);
    width: 100%;
    max-width: 880px;
    display: none;
    z-index: 3;
}
.hardware-content-img .smart-home-desc-wrap.active {
    display: block;
}
.smart-home-desc-wrap .item-wrap {
    max-width: 880px;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 10px;
    padding: 12px 12px 12px 32px;
    box-sizing: border-box;
}
.smart-home-desc-wrap .item-wrap .item:not(.active) {
    display: none;
}
.smart-home-desc-wrap .item-wrap h3 {
    color: #fff;
    margin-left: -1px;
}
.smart-home-desc-wrap .item-wrap .item:nth-child(2) h3,
.smart-home-desc-wrap .item-wrap .item:nth-child(3) h3,
.smart-home-desc-wrap .item-wrap .item:nth-child(4) h3 {
    margin-left: -7px;
}
.smart-home-desc-wrap .item-wrap .item:nth-child(5) h3 {
    margin-left: -5px;
}
.smart-home-desc-wrap .item-wrap h3 .iconfont {
    font-size: 46px;
    margin-right: 10px;
    font-weight: normal;
}
.smart-home-desc-wrap .item-wrap p {
    margin: 0;
    color: #fff;
}
.smart-home-desc-wrap .item-wrap .item-left {
    position: relative;
    width: 43%;
    padding-right: 30px;
    box-sizing: border-box;
}
.smart-home-desc-wrap .item-wrap .item-left:after {
    content: '';
    position: absolute;
    right: 0;
    top: 12.5%;
    height: 75%;
    width: 1px;
    background-color: #fff;
}
.smart-home-desc-wrap .item-wrap .item-right {
    padding-left: 15px;
    box-sizing: border-box;
}
.smart-home-desc-wrap .item-wrap .item-right ul {
    width: 100%;
}
.smart-home-desc-wrap .item-wrap .item-right ul li {
    color: #fff;
}
.smart-home-desc-wrap .item-wrap .item-right ul li p {
    margin: 10px 0;
}
.smart-home-desc-wrap .item-wrap .item-right ul li p.title {
    font-weight: bold;
}
.smart-home-desc-wrap .item-wrap .item-right ul li a {
    text-decoration: none;
    color: #fff;
}
.software-wrap a {
    text-decoration: none;
    color: #1290D8;
}
.smart-home-desc-wrap .item-wrap .item-right ul li a:after,
.software-wrap a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 6px;
    margin-left: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: rotate(45deg) translateY(-2px);
}
.i18n-zh-hans .smart-home-desc-wrap .item-wrap .item-right ul li a:after,
.i18n-zh-hans .software-wrap a:after {
    vertical-align: inherit;
}
.software-wrap a:after {
    border-color: #1290D8;
}
.smart-home-desc-wrap .item-wrap .item-right ul li a:hover,
.software-wrap a:hover {
    text-decoration: underline;
}
.animate-wave {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    z-index: -1;
}
@-webkit-keyframes opac {
    from {
        opacity: 1;
        transform: scale(1);
    }

    to {
        opacity: 0;
        transform: scale(2);
    }
}

.animate-wave * {
    position: absolute;
    width: 100%;
    height: 100%;
    box-shadow: inset 0 0 16px #62e0be;
    border: 4px solid #62e0be;
    border-radius: 50%;
    animation: opac 3s infinite;
    box-sizing: border-box;
    opacity: 0;
}
.animate-wave .w2 {
    animation-delay: 1s;
}
.animate-wave .w3 {
    animation-delay: 2s;
}
.animate-wave .w4 {
    animation-delay: 3s;
}
.smart-home-icon-wrap  {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1360px;
    transform: translateX(-50%);
}
.smart-home-icon-wrap .item-wrap .item img {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 100%;
    height: auto;
}
.smart-home-icon-wrap .item-wrap .item .img {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    z-index: 2;
}
.smart-home-icon-wrap .item-wrap {
    display: none;
}
.smart-home-icon-wrap .item-wrap.active {
    display: block;
}
.smart-home-icon-wrap .item-wrap .item {
    position: absolute;
    z-index: 2;
}
.smart-home-icon-wrap .item-wrap .item.icon-0 {
    left: 28%;
    top: 40%;
}
.smart-home-icon-wrap .item-wrap .item.icon-1 {
    left: 61%;
    top: 56%;
}
.smart-home-icon-wrap .item-wrap .item.icon-3 {
    left: 25%;
    top: 58%;
}
.smart-home-icon-wrap .item-wrap .item.icon-2 {
    left: 59%;
    top: 28%;
}
.smart-home-icon-wrap .item-wrap .item.icon-4 {
    left: 28%;
    top: 34%;
}
.smart-home-icon-wrap .item-wrap .item.icon-5 {
    left: 9.2%;
    top: 50%;
}
.smart-home-icon-wrap .item-wrap .item.icon-6 {
    left: 28%;
    top: 34%;
}
.smart-home-icon-wrap .item-wrap .item.icon-7 {
    left: 34%;
    top: 34%;
}
.smart-home-icon-wrap .item-wrap .item.icon-8 {
    left: 53%;
    top: 58%;
}
.smart-home-icon-wrap .item-wrap .item.icon-9 {
    left: 15%;
    top: 59%;
}
.software-wrap p {
    margin-bottom: 0;
}
.software-wrap .d-flex:not(:last-child) {
    margin-bottom: 80px;
}
.esp-matter-wrap .buy-now {
    margin-top: 80px;
    background-image: linear-gradient(to right, #474A57, #474A57 10%, #4E5672, #467070 86%, #467070);
}
.esp-matter-wrap .buy-now .inside {
    padding: 50px 0;
}
.esp-matter-wrap .buy-now h2,
.esp-matter-wrap .buy-now p {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.esp-matter-wrap .buy-now p {
    margin: 0 auto;
    max-width: 360px;
}
.i18n-zh-hans .esp-matter-wrap .buy-now p {
    max-width: 380px;
}
.esp-matter-wrap .buy-now .btn-wrap {
    margin-top: 20px;
}
.buy-now .buy-now-bg {
    background-image: none;
}
.buy-now .buy-now-bg .button {
    width: 180px;
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background: transparent;
    transition: unset;
}
.buy-now .buy-now-bg .button:hover {
    color: #333 !important;
    background: rgba(255, 255, 255, 1) !important;
}
.video-wrap p {
    text-align: center;
    max-width: 1070px;
    margin: 1.5em auto;
}
.i18n-zh-hans  .video-wrap p {
    max-width: 960px;
}
.video-wrap .video-content {
    margin: 50px auto 0;
    text-align: center;
}
.video-wrap .video-content video {
    margin: 0 auto;
    height: auto;
}
.zeroCode-wrap a {
    text-decoration: none;
    color: #1290D8;
}
.zeroCode-wrap a:hover {
    text-decoration: underline;
}
.zeroCode-wrap .zeroCode-overview-content {
    text-align: center;
    max-width: 1070px;
    margin: 1.5em auto;
}
.i18n-zh-hans  .zeroCode-wrap .zeroCode-overview-content {
    max-width: 970px;
}
.zeroCode-wrap .zeroCode-img  {
    text-align: center;
    margin: 40px 0 !important;
}
.zeroCode-wrap .zeroCode-img img {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
    max-width: 720px;
}
.zeroCode-wrap .zeroCode-content {
    margin: 0 -40px;
}
.zeroCode-wrap .zeroCode-content .item {
    padding: 0 40px;
    text-align: center;
}
.zeroCode-wrap .zeroCode-content .item img {
    width: 100px;
    height: auto;
}
.zeroCode-wrap .zeroCode-content .item  p {
    margin-top: 0;
}
.zeroCode-wrap .zeroCode-footer {
    margin-top: 80px;
}
.zeroCode-wrap .zeroCode-footer .item {
    background-color: #FAFBFC;
}
.zeroCode-wrap .zeroCode-footer .item h3 {
    position: relative;
    background-color: #1290D8;
    line-height: 52px;
    margin-top: -26px;
    text-align: center;
    color:  #fff;
    z-index: 1;
}
.zeroCode-wrap .zeroCode-footer .item:first-child {
    border-right: 1px solid #f3f3f3;
}
.zeroCode-wrap .zeroCode-footer .item:last-child {
    border-left: 1px solid #f3f3f3;
}
.zeroCode-wrap .zeroCode-footer .item:first-child h3 {
    border-radius: 26px 0 0 26px;
}
.zeroCode-wrap .zeroCode-footer .item:last-child h3 {
    border-radius: 0 26px 26px 0;
}
.zeroCode-wrap .zeroCode-footer p {
    margin-top: 0;
    padding: 20px 45px;
    box-sizing: border-box;
}
.zeroCode-wrap .zeroCode-footer .item:first-child p {
    padding-right: 75px;
}
.zeroCode-wrap .zeroCode-footer .item:last-child p {
    padding-left: 75px;
}
.large-width ul:last-child p {
    margin: 0 !important;
}
.pre-provisioning-wrap {
    margin-top: 80px;
    position: relative;
    background-image: url(../images/esp-matter/pre-provisioning-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.pre-provisioning-wrap picture {
    width: 100%;
    height: 100%;
}
.pre-provisioning-wrap picture img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 540px;
    margin-left: -12px;
}
.pre-provisioning-wrap > .inside {
    padding: 72px 0;
}
.pre-provisioning-wrap > .inside .img-wrap {
    position: absolute;
    bottom: -134px;
}
.pre-provisioning-wrap > .inside .btn {
    width: 172px;
    height: 40px;
    background: transparent;
    color: #333 !important;
    color: var(--esp-color-primary) !important;
    border-radius: 6px;
    opacity: 1;
    border: 1px solid #1290D8;
    border-color: var(--esp-color-blue);
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: none !important;
}
.pre-provisioning-wrap > .inside .btn:hover {
    background-color: #1290D8;
    background-color: var(--esp-color-blue);
    color: #fff !important;
}
@media (min-width:  768px) {
    .overview-wrap .right p {
        margin-top: 0;
    }
}

@media (max-width: 1280px) and (min-width: 1170px) {
    .intro-wrapper .inside {
        width: 1140px;
    }
}
@media (max-width: 1170px) {
    .hardware-tab-content {
        margin-left: -45px;
    }
    .hardware-side {
        position: static;
        padding: 0 20px;
        box-sizing: border-box;
        transform: none;
        top: 0;
        left: 0;
    }
    .hardware-side .hardware-side-wrap {
        float: none;
        flex-direction: column;
    }
    .hardware-content-img .smart-home-desc-wrap {
        position: static;
        transform: none;
    }
    .smart-home-desc-wrap .item-wrap {
        max-width: 100%;
        margin: 0 auto;
        background-color: #F9FAFC;
    }
    .smart-home-desc-wrap .item-wrap h3,
    .smart-home-desc-wrap .item-wrap p,
    .smart-home-desc-wrap .item-wrap .item-right ul li,
    .smart-home-desc-wrap .item-wrap .item-right ul li a {
        color: #333;
    }
    .smart-home-desc-wrap .item-wrap .item-right ul li a:after {
        border-color: #333;
    }

    .hardware-side .item-line,
    .hardware-side.overview-tab .item-line {
        height: 2px;
        width: 100%;
        margin: 0 auto;
        order: 2;
        background-color: #333;
    }
    .hardware-side.overview-tab .item-line {
        height: 8px;
    }
    .hardware-side .item-wrap .iconfont {
        margin-right: 0;
    }
    .hardware-side.overview-tab,
    .hardware-side.smart-home-tab .item.active {
        color: #333;
    }
    .hardware-side.smart-home-tab {
        color: rgba(0, 0, 0, .4);
        top: 0;
        transform: none;
        left: 0;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .hardware-side.smart-home-tab .item-line-inner {
        left: 0;
        top: -3px;
        height: 8px;
        width: 20%;
        max-width: 100px;
        background-color: #333;
        transition: left .2s linear;
    }
    .hardware-side .hardware-side-wrap .item-wrap {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .hardware-side .hardware-side-wrap .item-wrap .item {
        text-align: center;
        flex-direction: column;
    }
    .hardware-tab ~ div {
        position: relative;
    }
    .hardware-content-overview-info img {
        width: 80%;
    }
    .hardware-content-overview .hardware-desc {
        position: static;
        transform: none;
        line-height: 1.625;
        max-width: 300px;
    }
    .hardware-content-img .smart-home-desc-wrap {
        width: 100%;
        max-width: 100%;
    }
    .hardware-content-img .smart-home-desc-wrap  .large-width ul {
        max-width: 461px;
    }
}
@media (max-width:  990px) {
    .pre-provisioning-wrap {
        background-image: url(../images/esp-matter/pre-provisioning-mobile-bg.jpg);
    }
    .pre-provisioning-wrap .pre-provisioning-content .left,
    .pre-provisioning-wrap .pre-provisioning-content .right {
        width: 100%;
        max-width: 100%;
        min-width: 100%;
        padding-left: 0 !important;
    }
    .pre-provisioning-wrap > .inside {
        padding-bottom: 0;
    }
    .pre-provisioning-wrap .pre-provisioning-content .left {
        order: 2;
        margin-top: 20px;
    }
    .pre-provisioning-wrap > .inside .img-wrap {
        position: static;
        bottom: 0;
    }
    .pre-provisioning-wrap picture img {
        margin: 0 auto -2px;
    }
     .pre-provisioning-wrap .pre-provisioning-content .right  h2,
      .pre-provisioning-wrap .pre-provisioning-content .right p {
        text-align: center;
      }
    .pre-provisioning-wrap > .inside .btn {
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    .pre-provisioning-wrap {
        margin-top: 50px;
    }
    .inside {
        padding: 50px 0 0;
    }
    .software-wrap .d-flex:not(:last-child) {
        margin-bottom: 50px;
    }
    body.html .intro-wrapper h2 {
        margin-bottom: 30px;
    }
    .pre-provisioning-wrap > .inside .btn {
        width: 160px;
        height: 36px;
    }
    .pre-provisioning-wrap > .inside {
        padding-top: 40px;
    }
    .overview-wrap .title {
        margin-bottom: 30px;
    }
    .new-gallary .pdb-word {
        position: absolute !important;
        top: unset !important;
        bottom: 45px !important;
    }
    .new-gallary .pdb-word h1.white,
    .new-gallary .pdb-word p.white {
        color:  #333 !important;
        text-align: center;
    }
    .hardware-side {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .esp-matter-wrap .inside .left {
        padding-right: 0;
    }
    .esp-matter-wrap .inside .right {
        padding-left: 0;
    }
    .esp-matter-wrap .inside .odd .left {
        order: 2;
        margin-top: 26px;
    }
    .esp-matter-wrap .inside .even .right {
        margin-top: 26px;
    }
    .hardware-side.smart-home-tab .item-line-inner {
        width: 50px;
    }
    .hardware-side .item-line,
    .hardware-side.overview-tab .item-line {
        width: 100%;
    }
    .esp-matter-wrap h3 {
        margin-top: 10px;
    }
    .hardware-content-img .hardware-tab {
        top: 20px;
    }
    .hardware-tab-content {
        max-width: 220px;
        height: 30px;
    }
    .hardware-tab-content span {
        line-height: 22px;
        font-size: 14px;
    }
    .smart-home-desc-wrap .item-wrap .item-left {
        width: 50%;
        padding-right: 0;
    }
    .smart-home-desc-wrap .item-wrap .item-left:after {
        display: none;
    }
    .smart-home-desc-wrap .item-wrap .item-right ul {
        flex-wrap: wrap;
    }
    .smart-home-desc-wrap .item-wrap .item[data-index="0"] .item-right ul {
        justify-content: flex-start;
    }
    .smart-home-desc-wrap .item-wrap .item-right ul li {
        width: 50%;
    }
    .hardware-side .item-wrap .iconfont {
        font-size: 50px;
    }
    .hardware-side .item-wrap span {
        display: none;
    }
    .smart-home-icon-wrap .item-wrap .item .img {
        width: 50px;
        height: 50px;
    }
    .animate-wave {
        width: 30px;
        height: 30px;
    }
    .hardware-content-overview {
        padding: 0 20px;
        box-sizing: border-box;
    }
    .hardware-tab-content {
        margin-left: 0px !important;
    }
    .video-wrap .video-content video {
        width: 80%;
        margin: 0 auto;
    }
    .hardware-content-overview .hardware-desc {
        margin-top: 20px;
        max-width: 180px;
    }
    .hardware-content-overview-info img {
        width: 92%;
        margin-top: 40px
    }
    .zeroCode-wrap .zeroCode-content .item {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -moz-align-items: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        -o-align-items: center;
        align-items: center;
    }
    .zeroCode-wrap .zeroCode-content .item:not(:last-child) {
        margin-bottom: 10px;
    }
    .zeroCode-wrap .zeroCode-content .item p {
        text-align: left;
        padding-left: 10px;
    }
    .zeroCode-wrap .zeroCode-footer .item {
        border: none !important;
    }
    .zeroCode-wrap .zeroCode-footer {
        margin-top: 60px;
    }
    .zeroCode-wrap .zeroCode-footer .item h3 {
        border-radius: 26px !important;
        line-height: 40px;
        margin-top: -20px;
    }
    .zeroCode-wrap .zeroCode-footer .item:first-child {
        padding-bottom: 26px;
    }
    .zeroCode-wrap .zeroCode-footer p {
        padding: 16px 16px 20px !important;
    }
    .hardware-content-img .smart-home-desc-wrap  .large-width ul:last-child  {
        justify-content: flex-start;
    }
    .hardware-content-img .smart-home-desc-wrap  .large-width ul:last-child p {
        min-width: 180px;
    }
}
@media (max-width:  650px) {
    .esp-matter-wrap .buy-now .btn-wrap {
        max-width: 220px;
        margin: 20px auto 0;
    }
}
@media (max-width: 550px) {
    .smart-home-desc-wrap .item-wrap h3 .iconfont {
        font-size: 38px;
    }
    .smart-home-desc-wrap .item-wrap h3 {
        font-size: 16px;
    }
    .smart-home-desc-wrap .item-wrap p {
        font-size: 14px;
    }
    .hardware-side .item-wrap .iconfont {
        font-size: 40px;
    }
    .hardware-side.smart-home-tab .item-line-inner {
        width: 40px;
    }
    .smart-home-icon-wrap .item-wrap .item .img {
        width: 40px;
        height: 40px;
    }
    .animate-wave {
        width: 25px;
        height: 25px;
    }
    .hardware-content-overview .hardware-desc {
        font-size: 14px;
    }
}

