.hamburger {
    display: block;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    overflow: visible;
    position: relative;
    width: 28px;
    height: 19px
}

.hamburger > div, .hamburger > view {
    display: block;
    top: 50%;
    margin-top: -1.5px
}

.hamburger > div, .hamburger > div:after, .hamburger > div:before, .hamburger > view, .hamburger > view:after, .hamburger > view:before {
    width: 28px;
    height: 3px;
    background-color: #3ebcea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    position: absolute;
    -webkit-transition-property: all;
    -o-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.hamburger > div:after, .hamburger > div:before, .hamburger > view:after, .hamburger > view:before {
    content: "";
    display: block
}

.hamburger > div:before, .hamburger > view:before {
    top: -8px
}

.hamburger > div:after, .hamburger > view:after {
    bottom: -8px
}

.hamburger.hamburger-1 > div, .hamburger.hamburger-1 > view {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-1 > div:after, .hamburger.hamburger-1 > view:after {
    top: -16px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    -o-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    -moz-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear
}

.hamburger.hamburger-1 > div:before, .hamburger.hamburger-1 > view:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -o-transform .15s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -moz-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19), -moz-transform .15s cubic-bezier(.55, .055, .675, .19), -o-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-1.active > div, .hamburger.hamburger-1.active view {
    -webkit-transform: translate3d(0, -8px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(-45deg);
    transform: translate3d(0, -8px, 0) rotate(-45deg);
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    -o-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.hamburger-1.active > div:after, .hamburger.hamburger-1.active view:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    -o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    -moz-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear
}

.hamburger.hamburger-1.active > div:before, .hamburger.hamburger-1.active view:before {
    top: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -o-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -o-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -moz-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear, -moz-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -moz-transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -o-transform .15s cubic-bezier(.215, .61, .355, 1) .42s
}

.hamburger.hamburger-2 > div, .hamburger.hamburger-2 > view {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: .15s;
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    transition-duration: .15s;
    -webkit-transition-delay: .15s;
    -moz-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-2 > div:after, .hamburger.hamburger-2 > view:after {
    top: -16px;
    -webkit-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    -o-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    -moz-transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear;
    transition: top .3s cubic-bezier(.33333, .66667, .66667, 1) .3s, opacity .1s linear, background-color .3s linear
}

.hamburger.hamburger-2 > div:before, .hamburger.hamburger-2 > view:before {
    -webkit-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19);
    -o-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, background-color .3s linear, -o-transform .15s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -moz-transform .15s cubic-bezier(.55, .055, .675, .19);
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
    transition: top .12s cubic-bezier(.33333, .66667, .66667, 1) .3s, transform .15s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -webkit-transform .15s cubic-bezier(.55, .055, .675, .19), -moz-transform .15s cubic-bezier(.55, .055, .675, .19), -o-transform .15s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-2.active > div, .hamburger.hamburger-2.active > view {
    -webkit-transform: translate3d(0, -8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, -8px, 0) rotate(45deg);
    transform: translate3d(0, -8px, 0) rotate(45deg);
    -webkit-transition-delay: .32s;
    -moz-transition-delay: .32s;
    -o-transition-delay: .32s;
    transition-delay: .32s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.hamburger-2.active > div:after, .hamburger.hamburger-2.active > view:after {
    top: 0;
    opacity: 0;
    -webkit-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    -o-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    -moz-transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear;
    transition: top .3s cubic-bezier(.33333, 0, .66667, .33333), opacity .1s linear .27s, background-color .3s linear
}

.hamburger.hamburger-2.active > div:before, .hamburger.hamburger-2.active > view:before {
    top: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -o-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, background-color .3s linear, -o-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    -moz-transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear, -moz-transform .15s cubic-bezier(.215, .61, .355, 1) .42s;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear;
    transition: top .12s cubic-bezier(.33333, 0, .66667, .33333) .18s, transform .15s cubic-bezier(.215, .61, .355, 1) .42s, background-color .3s linear, -webkit-transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -moz-transform .15s cubic-bezier(.215, .61, .355, 1) .42s, -o-transform .15s cubic-bezier(.215, .61, .355, 1) .42s
}

.hamburger.hamburger-3 > div, .hamburger.hamburger-3 > view {
    top: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    margin-top: 0
}

.hamburger.hamburger-3 > div:before, .hamburger.hamburger-3 > view:before {
    top: 8px;
    -webkit-transition: opacity .15s ease .4s, background-color .3s linear;
    -o-transition: opacity .15s ease .4s, background-color .3s linear;
    -moz-transition: opacity .15s ease .4s, background-color .3s linear;
    transition: opacity .15s ease .4s, background-color .3s linear
}

.hamburger.hamburger-3 > div:after, .hamburger.hamburger-3 > view:after {
    top: 16px;
    -webkit-transition: background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: background-color .3s linear, -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear, -moz-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear;
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55), -moz-transform .4s cubic-bezier(.68, -.55, .265, 1.55), -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger.hamburger-3.active > div, .hamburger.hamburger-3.active > view {
    -webkit-transform: translate3d(0, 8px, 0) rotate(135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(135deg);
    transform: translate3d(0, 8px, 0) rotate(135deg);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.hamburger-3.active > div:before, .hamburger.hamburger-3.active > view:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger.hamburger-3.active > div:after, .hamburger.hamburger-3.active > view:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-270deg);
    -moz-transform: translate3d(0, -16px, 0) rotate(-270deg);
    transform: translate3d(0, -16px, 0) rotate(-270deg);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.hamburger-4 > div, .hamburger.hamburger-4 > view {
    top: 0;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    -webkit-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    transition-timing-function: cubic-bezier(.68, -.55, .265, 1.55);
    margin-top: 0
}

.hamburger.hamburger-4 > div:before, .hamburger.hamburger-4 > view:before {
    top: 8px;
    -webkit-transition: opacity .15s ease .4s, background-color .3s linear;
    -o-transition: opacity .15s ease .4s, background-color .3s linear;
    -moz-transition: opacity .15s ease .4s, background-color .3s linear;
    transition: opacity .15s ease .4s, background-color .3s linear
}

.hamburger.hamburger-4 > div:after, .hamburger.hamburger-4 > view:after {
    top: 16px;
    -webkit-transition: background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    -o-transition: background-color .3s linear, -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    -moz-transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear, -moz-transform .4s cubic-bezier(.68, -.55, .265, 1.55);
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear;
    transition: transform .4s cubic-bezier(.68, -.55, .265, 1.55), background-color .3s linear, -webkit-transform .4s cubic-bezier(.68, -.55, .265, 1.55), -moz-transform .4s cubic-bezier(.68, -.55, .265, 1.55), -o-transform .4s cubic-bezier(.68, -.55, .265, 1.55)
}

.hamburger.hamburger-4.active > div, .hamburger.hamburger-4.active > view {
    -webkit-transform: translate3d(0, 8px, 0) rotate(-135deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(-135deg);
    transform: translate3d(0, 8px, 0) rotate(-135deg);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.hamburger-4.active > div:before, .hamburger.hamburger-4.active > view:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    opacity: 0
}

.hamburger.hamburger-4.active > div:after, .hamburger.hamburger-4.active > view:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(270deg);
    -moz-transform: translate3d(0, -16px, 0) rotate(270deg);
    transform: translate3d(0, -16px, 0) rotate(270deg);
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.hamburger.hamburger-5 > div, .hamburger.hamburger-5 > view {
    margin-top: -2px;
    -webkit-transition: background-color .2s ease-in .25s, background-color .3s linear;
    -o-transition: background-color .2s ease-in .25s, background-color .3s linear;
    -moz-transition: background-color .2s ease-in .25s, background-color .3s linear;
    transition: background-color .2s ease-in .25s, background-color .3s linear
}

.hamburger.hamburger-5 > div:before, .hamburger.hamburger-5 > view:before {
    left: 0;
    -webkit-transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    -o-transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -o-transform .2s cubic-bezier(.6, .04, .98, .335);
    -moz-transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), -moz-transform .2s cubic-bezier(.6, .04, .98, .335), -o-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger.hamburger-5 > div:after, .hamburger.hamburger-5 > view:after {
    top: 8px;
    right: 0;
    -webkit-transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    -o-transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -o-transform .2s cubic-bezier(.6, .04, .98, .335);
    -moz-transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), -moz-transform .2s cubic-bezier(.6, .04, .98, .335), -o-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger.hamburger-5.active > div, .hamburger.hamburger-5.active > view {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: rgba(0, 0, 0, 0)
}

.hamburger.hamburger-5.active > div:before, .hamburger.hamburger-5.active > view:before {
    left: -56px;
    top: -56px;
    -webkit-transform: translate3d(56px, 56px, 0) rotate(45deg);
    -moz-transform: translate3d(56px, 56px, 0) rotate(45deg);
    transform: translate3d(56px, 56px, 0) rotate(45deg);
    -webkit-transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -o-transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -moz-transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s
}

.hamburger.hamburger-5.active > div:after, .hamburger.hamburger-5.active > view:after {
    right: -56px;
    top: -56px;
    -webkit-transform: translate3d(-56px, 56px, 0) rotate(-45deg);
    -moz-transform: translate3d(-56px, 56px, 0) rotate(-45deg);
    transform: translate3d(-56px, 56px, 0) rotate(-45deg);
    -webkit-transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -o-transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -moz-transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s
}

.hamburger.hamburger-6 > div, .hamburger.hamburger-6 > view {
    margin-top: -2px;
    -webkit-transition: background-color .2s ease-in .25s, background-color .3s linear;
    -o-transition: background-color .2s ease-in .25s, background-color .3s linear;
    -moz-transition: background-color .2s ease-in .25s, background-color .3s linear;
    transition: background-color .2s ease-in .25s, background-color .3s linear
}

.hamburger.hamburger-6 > div:before, .hamburger.hamburger-6 > view:before {
    left: 0;
    -webkit-transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    -o-transition: top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -o-transform .2s cubic-bezier(.6, .04, .98, .335);
    -moz-transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, left .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), -moz-transform .2s cubic-bezier(.6, .04, .98, .335), -o-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger.hamburger-6 > div:after, .hamburger.hamburger-6 > view:after {
    top: 8px;
    right: 0;
    -webkit-transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335);
    -o-transition: top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -o-transform .2s cubic-bezier(.6, .04, .98, .335);
    -moz-transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.6, .04, .98, .335);
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear;
    transition: transform .2s cubic-bezier(.6, .04, .98, .335), top .05s linear .2s, right .2s ease-in .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.6, .04, .98, .335), -moz-transform .2s cubic-bezier(.6, .04, .98, .335), -o-transform .2s cubic-bezier(.6, .04, .98, .335)
}

.hamburger.hamburger-6.active > div, .hamburger.hamburger-6.active > view {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    background-color: rgba(0, 0, 0, 0)
}

.hamburger.hamburger-6.active > div:before, .hamburger.hamburger-6.active > view:before {
    left: -56px;
    top: 56px;
    -webkit-transform: translate3d(56px, -56px, 0) rotate(-45deg);
    -moz-transform: translate3d(56px, -56px, 0) rotate(-45deg);
    transform: translate3d(56px, -56px, 0) rotate(-45deg);
    -webkit-transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -o-transition: left .2s ease-out, top .05s linear .2s, background-color .3s linear, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -moz-transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear;
    transition: left .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s
}

.hamburger.hamburger-6.active > div:after, .hamburger.hamburger-6.active > view:after {
    right: -56px;
    top: 56px;
    -webkit-transform: translate3d(-56px, -56px, 0) rotate(45deg);
    -moz-transform: translate3d(-56px, -56px, 0) rotate(45deg);
    transform: translate3d(-56px, -56px, 0) rotate(45deg);
    -webkit-transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -o-transition: right .2s ease-out, top .05s linear .2s, background-color .3s linear, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    -moz-transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear;
    transition: right .2s ease-out, top .05s linear .2s, transform .2s cubic-bezier(.075, .82, .165, 1) .25s, background-color .3s linear, -webkit-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -moz-transform .2s cubic-bezier(.075, .82, .165, 1) .25s, -o-transform .2s cubic-bezier(.075, .82, .165, 1) .25s
}

.hamburger.hamburger-7 > div, .hamburger.hamburger-7 > view {
    top: 0;
    margin-top: 0
}

.hamburger.hamburger-7 > div:before, .hamburger.hamburger-7 > view:before {
    top: 8px;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: opacity, background-color, -o-transform;
    -moz-transition-property: transform, opacity, background-color, -moz-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hamburger.hamburger-7 > div:after, .hamburger.hamburger-7 > view:after {
    top: 16px
}

.hamburger.hamburger-7.active > div, .hamburger.hamburger-7.active > view {
    -webkit-transform: translate3d(0, 8px, 0) rotate(45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(45deg);
    transform: translate3d(0, 8px, 0) rotate(45deg)
}

.hamburger.hamburger-7.active > div:before, .hamburger.hamburger-7.active > view:before {
    -webkit-transform: rotate(-45deg) translate3d(-4px, -5px, 0);
    -moz-transform: rotate(-45deg) translate3d(-4px, -5px, 0);
    transform: rotate(-45deg) translate3d(-4px, -5px, 0);
    opacity: 0
}

.hamburger.hamburger-7.active > div:after, .hamburger.hamburger-7.active > view:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(-90deg);
    -moz-transform: translate3d(0, -16px, 0) rotate(-90deg);
    transform: translate3d(0, -16px, 0) rotate(-90deg)
}

.hamburger.hamburger-8 > div, .hamburger.hamburger-8 > view {
    top: 0;
    margin-top: 0
}

.hamburger.hamburger-8 > div:before, .hamburger.hamburger-8 > view:before {
    top: 8px;
    -webkit-transition-property: opacity, background-color, -webkit-transform;
    transition-property: opacity, background-color, -webkit-transform;
    -o-transition-property: opacity, background-color, -o-transform;
    -moz-transition-property: transform, opacity, background-color, -moz-transform;
    transition-property: transform, opacity, background-color;
    transition-property: transform, opacity, background-color, -webkit-transform, -moz-transform, -o-transform;
    -webkit-transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s
}

.hamburger.hamburger-8 > div:after, .hamburger.hamburger-8 > view:after {
    top: 16px
}

.hamburger.hamburger-8.active > div, .hamburger.hamburger-8.active > view {
    -webkit-transform: translate3d(0, 8px, 0) rotate(-45deg);
    -moz-transform: translate3d(0, 8px, 0) rotate(-45deg);
    transform: translate3d(0, 8px, 0) rotate(-45deg)
}

.hamburger.hamburger-8.active > div:before, .hamburger.hamburger-8.active > view:before {
    -webkit-transform: rotate(45deg) translate3d(-4px, -5px, 0);
    -moz-transform: rotate(45deg) translate3d(-4px, -5px, 0);
    transform: rotate(45deg) translate3d(-4px, -5px, 0);
    opacity: 0
}

.hamburger.hamburger-8.active > div:after, .hamburger.hamburger-8.active > view:after {
    -webkit-transform: translate3d(0, -16px, 0) rotate(90deg);
    -moz-transform: translate3d(0, -16px, 0) rotate(90deg);
    transform: translate3d(0, -16px, 0) rotate(90deg)
}

.hamburger.hamburger-9 > div, .hamburger.hamburger-9 > view {
    margin-top: -2px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-9 > div:before, .hamburger.hamburger-9 > view:before {
    -webkit-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    -o-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    -moz-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear
}

.hamburger.hamburger-9 > div:after, .hamburger.hamburger-9 > view:after {
    -webkit-transition: bottom .1s ease-in .34s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .34s, background-color .3s linear, -o-transform .3s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -moz-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19), -moz-transform .3s cubic-bezier(.55, .055, .675, .19), -o-transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-9.active > div, .hamburger.hamburger-9.active > view {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.hamburger-9.active > div:before, .hamburger.hamburger-9.active > view:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    -o-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    -moz-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear
}

.hamburger.hamburger-9.active > div:after, .hamburger.hamburger-9.active > view:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -o-transition: bottom .1s ease-out, background-color .3s linear, -o-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -moz-transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -moz-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -moz-transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -o-transform .3s cubic-bezier(.215, .61, .355, 1) .14s
}

.hamburger.hamburger-10 > div, .hamburger.hamburger-10 > view {
    margin-top: -2px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-10 > div:before, .hamburger.hamburger-10 > view:before {
    -webkit-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    -o-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    -moz-transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear;
    transition: top .1s ease-in .34s, opacity .1s ease-in, background-color .3s linear
}

.hamburger.hamburger-10 > div:after, .hamburger.hamburger-10 > view:after {
    -webkit-transition: bottom .1s ease-in .34s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease-in .34s, background-color .3s linear, -o-transform .3s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -moz-transform .3s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
    transition: bottom .1s ease-in .34s, transform .3s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -webkit-transform .3s cubic-bezier(.55, .055, .675, .19), -moz-transform .3s cubic-bezier(.55, .055, .675, .19), -o-transform .3s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-10.active > div, .hamburger.hamburger-10.active > view {
    -webkit-transform: rotate(-225deg);
    -moz-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    -o-transform: rotate(-225deg);
    transform: rotate(-225deg);
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.hamburger-10.active > div:before, .hamburger.hamburger-10.active > view:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    -o-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    -moz-transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear;
    transition: top .1s ease-out, opacity .1s ease-out .14s, background-color .3s linear
}

.hamburger.hamburger-10.active > div:after, .hamburger.hamburger-10.active > view:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease-out, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -o-transition: bottom .1s ease-out, background-color .3s linear, -o-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    -moz-transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -moz-transform .3s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear;
    transition: bottom .1s ease-out, transform .3s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -webkit-transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -moz-transform .3s cubic-bezier(.215, .61, .355, 1) .14s, -o-transform .3s cubic-bezier(.215, .61, .355, 1) .14s
}

.hamburger.hamburger-11 > div, .hamburger.hamburger-11 > view {
    margin-top: -2px;
    -webkit-transition-duration: .1s;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    transition-duration: .1s;
    -webkit-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -moz-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    -o-transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-timing-function: cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-11 > div:before, .hamburger.hamburger-11 > view:before {
    -webkit-transition: top .1s ease .14s, opacity .1s ease, background-color .3s linear;
    -o-transition: top .1s ease .14s, opacity .1s ease, background-color .3s linear;
    -moz-transition: top .1s ease .14s, opacity .1s ease, background-color .3s linear;
    transition: top .1s ease .14s, opacity .1s ease, background-color .3s linear
}

.hamburger.hamburger-11 > div:after, .hamburger.hamburger-11 > view:after {
    -webkit-transition: bottom .1s ease .14s, background-color .3s linear, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease .14s, background-color .3s linear, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19);
    -o-transition: bottom .1s ease .14s, background-color .3s linear, -o-transform .1s cubic-bezier(.55, .055, .675, .19);
    -moz-transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -moz-transform .1s cubic-bezier(.55, .055, .675, .19);
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), background-color .3s linear;
    transition: bottom .1s ease .14s, transform .1s cubic-bezier(.55, .055, .675, .19), background-color .3s linear, -webkit-transform .1s cubic-bezier(.55, .055, .675, .19), -moz-transform .1s cubic-bezier(.55, .055, .675, .19), -o-transform .1s cubic-bezier(.55, .055, .675, .19)
}

.hamburger.hamburger-11.active > div, .hamburger.hamburger-11.active > view {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition-delay: .14s;
    -moz-transition-delay: .14s;
    -o-transition-delay: .14s;
    transition-delay: .14s;
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -moz-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -o-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1)
}

.hamburger.hamburger-11.active > div:before, .hamburger.hamburger-11.active > view:before {
    top: 0;
    opacity: 0;
    -webkit-transition: top .1s ease, opacity .1s ease .14s, background-color .3s linear;
    -o-transition: top .1s ease, opacity .1s ease .14s, background-color .3s linear;
    -moz-transition: top .1s ease, opacity .1s ease .14s, background-color .3s linear;
    transition: top .1s ease, opacity .1s ease .14s, background-color .3s linear
}

.hamburger.hamburger-11.active > div:after, .hamburger.hamburger-11.active > view:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: bottom .1s ease, background-color .3s linear, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease, background-color .3s linear, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    -o-transition: bottom .1s ease, background-color .3s linear, -o-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    -moz-transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -moz-transform .1s cubic-bezier(.215, .61, .355, 1) .14s;
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear;
    transition: bottom .1s ease, transform .1s cubic-bezier(.215, .61, .355, 1) .14s, background-color .3s linear, -webkit-transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -moz-transform .1s cubic-bezier(.215, .61, .355, 1) .14s, -o-transform .1s cubic-bezier(.215, .61, .355, 1) .14s
}

.hamburger.hamburger-12 > div, .hamburger.hamburger-12 > view {
    margin-top: -2px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger.hamburger-12 > div:after, .hamburger.hamburger-12 > div:before, .hamburger.hamburger-12 > view:after, .hamburger.hamburger-12 > view:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger.hamburger-12 > div:before, .hamburger.hamburger-12 > view:before {
    -webkit-transition-property: top, opacity, background-color;
    -o-transition-property: top, opacity, background-color;
    -moz-transition-property: top, opacity, background-color;
    transition-property: top, opacity, background-color
}

.hamburger.hamburger-12 > div:after, .hamburger.hamburger-12 > view:after {
    -webkit-transition-property: bottom, background-color, -webkit-transform;
    transition-property: bottom, background-color, -webkit-transform;
    -o-transition-property: bottom, background-color, -o-transform;
    -moz-transition-property: bottom, transform, background-color, -moz-transform;
    transition-property: bottom, transform, background-color;
    transition-property: bottom, transform, background-color, -webkit-transform, -moz-transform, -o-transform
}

.hamburger.hamburger-12.active > div, .hamburger.hamburger-12.active > view {
    -webkit-transform: rotate(765deg);
    -moz-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    -o-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger.hamburger-12.active > div:after, .hamburger.hamburger-12.active > div:before, .hamburger.hamburger-12.active > view:after, .hamburger.hamburger-12.active > view:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger.hamburger-12.active > div:before, .hamburger.hamburger-12.active > view:before {
    top: 0;
    opacity: 0
}

.hamburger.hamburger-12.active > div:after, .hamburger.hamburger-12.active > view:after {
    bottom: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.hamburger.hamburger-13 > div, .hamburger.hamburger-13 > view {
    margin-top: -2px;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger.hamburger-13 > div:after, .hamburger.hamburger-13 > div:before, .hamburger.hamburger-13 > view:after, .hamburger.hamburger-13 > view:before {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear
}

.hamburger.hamburger-13 > div:before, .hamburger.hamburger-13 > view:before {
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    -moz-transition-property: top, opacity;
    transition-property: top, opacity
}

.hamburger.hamburger-13 > div:after, .hamburger.hamburger-13 > view:after {
    -webkit-transition-property: bottom, background-color, -webkit-transform;
    transition-property: bottom, background-color, -webkit-transform;
    -o-transition-property: bottom, background-color, -o-transform;
    -moz-transition-property: bottom, transform, background-color, -moz-transform;
    transition-property: bottom, transform, background-color;
    transition-property: bottom, transform, background-color, -webkit-transform, -moz-transform, -o-transform
}

.hamburger.hamburger-13.active > div, .hamburger.hamburger-13.active > view {
    -webkit-transform: rotate(-765deg);
    -moz-transform: rotate(-765deg);
    -ms-transform: rotate(-765deg);
    -o-transform: rotate(-765deg);
    transform: rotate(-765deg);
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -moz-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    -o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.hamburger.hamburger-13.active > div:after, .hamburger.hamburger-13.active > div:before, .hamburger.hamburger-13.active > view:after, .hamburger.hamburger-13.active > view:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.hamburger.hamburger-13.active > div:before, .hamburger.hamburger-13.active > view:before {
    top: 0;
    opacity: 0
}

.hamburger.hamburger-13.active > div:after, .hamburger.hamburger-13.active > view:after {
    bottom: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.nei-banner .title {
    top: 2.47rem
}

@media (max-width: 767px) {
    .nei-banner .title {
        top: 50px
    }
}

.pro-details {
    margin-top: 177px;
    margin-bottom: 240px
}

@media (max-width: 1600px) {
    .pro-details {
        margin-top: 147.6px
    }
}

@media (max-width: 1366px) {
    .pro-details {
        margin-top: 118.2px
    }
}

@media (max-width: 1024px) {
    .pro-details {
        margin-top: 88.8px
    }
}

@media (max-width: 991px) {
    .pro-details {
        margin-top: 59.4px
    }
}

@media (max-width: 767px) {
    .pro-details {
        margin-top: 30px
    }
}

@media (max-width: 1600px) {
    .pro-details {
        margin-bottom: 200px
    }
}

@media (max-width: 1366px) {
    .pro-details {
        margin-bottom: 160px
    }
}

@media (max-width: 1024px) {
    .pro-details {
        margin-bottom: 120px
    }
}

@media (max-width: 991px) {
    .pro-details {
        margin-bottom: 80px
    }
}

@media (max-width: 767px) {
    .pro-details {
        margin-bottom: 40px
    }
}

.pro-details .title {
    font-family: HarmonyOS-Sans-Regular;
    font-size: 36px;
    color: #3c434d;
    letter-spacing: -1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto auto 90px
}

@media (max-width: 1600px) {
    .pro-details .title {
        font-size: 33.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .title {
        font-size: 31.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .title {
        font-size: 28.8px
    }
}

@media (max-width: 991px) {
    .pro-details .title {
        font-size: 26.4px
    }
}

@media (max-width: 767px) {
    .pro-details .title {
        font-size: 24px
    }
}

@media (max-width: 1600px) {
    .pro-details .title {
        margin-bottom: 78px
    }
}

@media (max-width: 1366px) {
    .pro-details .title {
        margin-bottom: 66px
    }
}

@media (max-width: 1024px) {
    .pro-details .title {
        margin-bottom: 54px
    }
}

@media (max-width: 991px) {
    .pro-details .title {
        margin-bottom: 42px
    }
}

@media (max-width: 767px) {
    .pro-details .title {
        margin-bottom: 30px
    }
}

.pro-details .container {
    position: relative
}

.pro-details .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 150px;
    height: 45px;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    border-radius: 23px;
    margin-left: auto;
    border: 1px solid #3ebcea;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    font-family: HarmonyOS-Sans-Light;
    font-size: 16px;
    letter-spacing: 2px;
    color: #3ebcea
}

@media (max-width: 1600px) {
    .pro-details .back {
        width: 146.25px
    }
}

@media (max-width: 1366px) {
    .pro-details .back {
        width: 142.5px
    }
}

@media (max-width: 1024px) {
    .pro-details .back {
        width: 138.75px
    }
}

@media (max-width: 991px) {
    .pro-details .back {
        width: 135px
    }
}

@media (max-width: 767px) {
    .pro-details .back {
        width: 131.25px
    }
}

@media (max-width: 1600px) {
    .pro-details .back {
        height: 43.875px
    }
}

@media (max-width: 1366px) {
    .pro-details .back {
        height: 42.75px
    }
}

@media (max-width: 1024px) {
    .pro-details .back {
        height: 41.625px
    }
}

@media (max-width: 991px) {
    .pro-details .back {
        height: 40.5px
    }
}

@media (max-width: 767px) {
    .pro-details .back {
        height: 39.375px
    }
}

@media (max-width: 1600px) {
    .pro-details .back {
        -webkit-border-radius: 22.425px;
        -moz-border-radius: 22.425px;
        border-radius: 22.425px
    }
}

@media (max-width: 1366px) {
    .pro-details .back {
        -webkit-border-radius: 21.85px;
        -moz-border-radius: 21.85px;
        border-radius: 21.85px
    }
}

@media (max-width: 1024px) {
    .pro-details .back {
        -webkit-border-radius: 21.275px;
        -moz-border-radius: 21.275px;
        border-radius: 21.275px
    }
}

@media (max-width: 991px) {
    .pro-details .back {
        -webkit-border-radius: 20.7px;
        -moz-border-radius: 20.7px;
        border-radius: 20.7px
    }
}

@media (max-width: 767px) {
    .pro-details .back {
        -webkit-border-radius: 20.125px;
        -moz-border-radius: 20.125px;
        border-radius: 20.125px
    }
}

@media (max-width: 1600px) {
    .pro-details .back {
        font-size: 15.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .back {
        font-size: 15.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .back {
        font-size: 14.8px
    }
}

@media (max-width: 991px) {
    .pro-details .back {
        font-size: 14.4px
    }
}

@media (max-width: 767px) {
    .pro-details .back {
        font-size: 14px
    }
}

@media (max-width: 1600px) {
    .pro-details .back {
        letter-spacing: 1.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .back {
        letter-spacing: 1.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .back {
        letter-spacing: 1.4px
    }
}

@media (max-width: 991px) {
    .pro-details .back {
        letter-spacing: 1.2px
    }
}

@media (max-width: 767px) {
    .pro-details .back {
        letter-spacing: 1px
    }
}

.pro-details .back span {
    font-size: 20px;
    color: #3ebcea;
    margin-right: 12px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1600px) {
    .pro-details .back span {
        margin-right: 11.7px
    }
}

@media (max-width: 1366px) {
    .pro-details .back span {
        margin-right: 11.4px
    }
}

@media (max-width: 1024px) {
    .pro-details .back span {
        margin-right: 11.1px
    }
}

@media (max-width: 991px) {
    .pro-details .back span {
        margin-right: 10.8px
    }
}

@media (max-width: 767px) {
    .pro-details .back span {
        margin-right: 10.5px
    }
}

.pro-details .back:hover {
    background: #3ebcea;
    color: #fff
}

.pro-details .back:hover span {
    color: #fff
}

.pro-details .section1 {
    margin-top: 68px;
    padding-top: 120px;
    position: relative;
    background: url(../image/pro-detailsbg1.jpg) no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding-bottom: 36px
}

@media (max-width: 1600px) {
    .pro-details .section1 {
        margin-top: 60.4px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 {
        margin-top: 52.8px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 {
        margin-top: 45.2px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 {
        margin-top: 37.6px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 {
        margin-top: 30px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 {
        padding-top: 104px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 {
        padding-top: 88px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 {
        padding-top: 72px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 {
        padding-top: 56px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 {
        padding-top: 40px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 {
        padding-bottom: 32.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 {
        padding-bottom: 29.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 {
        padding-bottom: 26.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 {
        padding-bottom: 23.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 {
        padding-bottom: 20px
    }
}

.pro-details .section1 .swiper-content {
    position: relative
}

.pro-details .section1 .swiper-content .swiper {
    position: relative;
    width: 1200px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper {
        width: 90%
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper {
        width: 100%
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .left {
    width: 560px;
    position: relative;
    margin-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left {
        width: 48%
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left {
        width: 100%;
        margin-bottom: 20px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .left img {
    left: 0;
    right: 0;
    margin: auto;
    position: relative;
    z-index: 1;
    max-height: 270px;
    width: auto
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 340px;
    background: #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .model {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: HarmonyOS-Sans-Light;
    font-size: 16px;
    color: #000
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-left: 28px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-left: 26px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-left: 24px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-left: 22px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-left: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-right: 28px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-right: 26px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-right: 24px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-right: 22px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        padding-right: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        font-size: 15.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        font-size: 15.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        font-size: 14.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        font-size: 14.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom {
        font-size: 14px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
    font-size: 18px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
        font-size: 17.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
        font-size: 17.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
        font-size: 16.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
        font-size: 16.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .left .bottom .paging span:first-child {
        font-size: 16px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right {
    width: 560px;
    height: 335px;
    background: hsla(0, 0%, 100%, .52);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 96px 32px 40px 76px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        width: 48%
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        width: 100%
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        -webkit-border-radius: 28px;
        -moz-border-radius: 28px;
        border-radius: 28px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        -webkit-border-radius: 26px;
        -moz-border-radius: 26px;
        border-radius: 26px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        -webkit-border-radius: 24px;
        -moz-border-radius: 24px;
        border-radius: 24px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        -webkit-border-radius: 22px;
        -moz-border-radius: 22px;
        border-radius: 22px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-top: 80.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-top: 65.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-top: 50.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-top: 35.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-top: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-left: 63.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-left: 51.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-left: 39.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-left: 27.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-left: 15px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-bottom: 36px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-bottom: 32px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-bottom: 28px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-bottom: 24px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-bottom: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-right: 28.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-right: 25.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-right: 22.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-right: 19.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right {
        padding-right: 16px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
    height: 200px;
    overflow: hidden;
    overflow-y: auto
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
        height: 228px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
        height: 256px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
        height: 284px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
        height: 312px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text {
        height: 340px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text::-webkit-scrollbar {
    width: 4px
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    opacity: .2;
    background: #3ebcea
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    -webkit-border-radius: 0;
    border-radius: 0;
    background: fade(#fff, 30%)
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
    font-family: HarmonyOS-Sans-Medium;
    font-size: 30px;
    color: #474747;
    letter-spacing: 2px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        font-size: 28.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        font-size: 27.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        font-size: 26.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        font-size: 25.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        font-size: 24px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        letter-spacing: 1.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        letter-spacing: 1.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        letter-spacing: 1.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        letter-spacing: 1.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text h2 {
        letter-spacing: 1px
    }
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text span {
    display: block;
    width: 25px;
    height: 3px;
    background: #3ebcea;
    margin-top: 10px;
    margin-bottom: 15px
}

.pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
    font-family: HarmonyOS-Sans-Light;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 1px
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        font-size: 17.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        font-size: 17.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        font-size: 16.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        font-size: 16.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        font-size: 16px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        line-height: 29px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        line-height: 28px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        line-height: 27px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        line-height: 26px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper .swiper-slide .right .text p {
        line-height: 25px
    }
}

.pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
    width: 55px;
    height: 55px;
    background: #fff;
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        width: 52px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        width: 49px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        width: 46px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        width: 43px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        width: 40px
    }
}

@media (max-width: 1600px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        height: 52px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        height: 49px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        height: 46px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        height: 43px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .swiper-content .swiper-button-next, .pro-details .section1 .swiper-content .swiper-button-prev {
        height: 40px
    }
}

.pro-details .section1 .swiper-content .swiper-button-next span, .pro-details .section1 .swiper-content .swiper-button-prev span {
    font-size: 20px;
    color: #3ebcea;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.pro-details .section1 .swiper-content .swiper-button-next:hover, .pro-details .section1 .swiper-content .swiper-button-prev:hover {
    background: #3ebcea
}

.pro-details .section1 .swiper-content .swiper-button-next:hover span, .pro-details .section1 .swiper-content .swiper-button-prev:hover span {
    color: #fff
}

.pro-details .section1 .shop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 38px
}

@media (max-width: 1600px) {
    .pro-details .section1 .shop {
        margin-top: 34.4px
    }
}

@media (max-width: 1366px) {
    .pro-details .section1 .shop {
        margin-top: 30.8px
    }
}

@media (max-width: 1024px) {
    .pro-details .section1 .shop {
        margin-top: 27.2px
    }
}

@media (max-width: 991px) {
    .pro-details .section1 .shop {
        margin-top: 23.6px
    }
}

@media (max-width: 767px) {
    .pro-details .section1 .shop {
        margin-top: 20px
    }
}

.pro-details .section1 .shop img {
    margin-right: 8px
}

.pro-details .section1 .shop p {
    font-family: HarmonyOS-Sans-Light;
    font-size: 14px;
    color: #474747;
    letter-spacing: -1px;
    margin-left: 20px
}

.pro-details .section2 {
    margin-top: 145px
}

@media (max-width: 1600px) {
    .pro-details .section2 {
        margin-top: 122px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 {
        margin-top: 99px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 {
        margin-top: 76px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 {
        margin-top: 53px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 {
        margin-top: 30px
    }
}

.pro-details .section2 .content1 {
    margin-bottom: 150px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content1 {
        margin-bottom: 126px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content1 {
        margin-bottom: 102px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content1 {
        margin-bottom: 78px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content1 {
        margin-bottom: 54px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content1 {
        margin-bottom: 30px
    }
}

.pro-details .section2 .content1 table {
    width: 100%;
    border-top: 1px solid #3ebcea
}

.pro-details .section2 .content1 table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border-bottom: 1px solid #3ebcea
}

@media (max-width: 767px) {
    .pro-details .section2 .content1 table tr {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        border-bottom-color: rgba(0, 0, 0, 0)
    }
}

.pro-details .section2 .content1 table tr td {
    width: 50%;
    min-height: 50px;
    line-height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0)
}

@media (max-width: 767px) {
    .pro-details .section2 .content1 table tr td {
        width: 100%;
        min-height: 40px;
        border-bottom-color: #3ebcea
    }
}

.pro-details .section2 .content1 table tr td:nth-child(2n-1) {
    border-right: 1px solid rgba(62, 188, 234, .22)
}

@media (max-width: 767px) {
    .pro-details .section2 .content1 table tr td:nth-child(2n-1) {
        border-right-color: rgba(0, 0, 0, 0)
    }
}

.pro-details .section2 .content2 {
    margin-bottom: 150px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 {
        margin-bottom: 126px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 {
        margin-bottom: 102px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 {
        margin-bottom: 78px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 {
        margin-bottom: 54px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 {
        margin-bottom: 30px
    }
}

.pro-details .section2 .content2 .table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 .table {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.pro-details .section2 .content2 .table img {
    width: 270px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 100px
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 .table img {
        width: 100%
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 .table img {
        margin-left: 60px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 .table img {
        margin-left: 40px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 .table img {
        margin-left: 20px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 .table img {
        margin-left: 0
    }
}

.pro-details .section2 .content2 table {
    width: 100%;
    border-top: 2px solid #3ebcea;
    border-bottom: 2px solid #3ebcea;
    margin-bottom: 0
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table {
        margin-bottom: 20px
    }
}

.pro-details .section2 .content2 table tr {
    color: #474747;
    text-align: left;
    font-family: HarmonyOS-Sans-Regular;
    font-size: 18px;
    border-bottom: 1px solid rgba(62, 188, 234, .22)
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr {
        font-size: 17.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr {
        font-size: 17.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr {
        font-size: 16.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr {
        font-size: 16.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr {
        font-size: 16px
    }
}

.pro-details .section2 .content2 table tr:last-child {
    border: none
}

.pro-details .section2 .content2 table tr th {
    padding-left: 56px;
    font-size: 19px;
    height: 46px;
    white-space: nowrap
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr th {
        padding-left: 47.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr th {
        padding-left: 39.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr th {
        padding-left: 31.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr th {
        padding-left: 23.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr th {
        padding-left: 15px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr th {
        font-size: 18.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr th {
        font-size: 18.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr th {
        font-size: 17.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr th {
        font-size: 17.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr th {
        font-size: 17px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr th {
        height: 44.16px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr th {
        height: 42.32px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr th {
        height: 40.48px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr th {
        height: 38.64px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr th {
        height: 36.8px
    }
}

.pro-details .section2 .content2 table tr td {
    padding-left: 56px;
    height: 46px;
    min-width: 130px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr td {
        padding-left: 47.8px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr td {
        padding-left: 39.6px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr td {
        padding-left: 31.4px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr td {
        padding-left: 23.2px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr td {
        padding-left: 15px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 table tr td {
        height: 44.16px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 table tr td {
        height: 42.32px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 table tr td {
        height: 40.48px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 table tr td {
        height: 38.64px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 table tr td {
        height: 36.8px
    }
}

.pro-details .section2 .content2 table tr td:first-child {
    border-right: 1px solid rgba(62, 188, 234, .22)
}

.pro-details .section2 .content2 div {
    margin-bottom: 50px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 div {
        margin-bottom: 45px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 div {
        margin-bottom: 40px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 div {
        margin-bottom: 35px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 div {
        margin-bottom: 30px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 div {
        margin-bottom: 25px
    }
}

.pro-details .section2 .content2 .parameter {
    width: 100%
}

.pro-details .section2 .content2 .parameter h2 {
    font-family: HarmonyOS-Sans-Bold;
    font-size: 24px;
    color: #3c434d
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 .parameter h2 {
        font-size: 23.2px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 .parameter h2 {
        font-size: 22.4px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 .parameter h2 {
        font-size: 21.6px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 .parameter h2 {
        font-size: 20.8px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 .parameter h2 {
        font-size: 20px
    }
}

.pro-details .section2 .content2 .parameter p {
    font-family: HarmonyOS-Sans-Regular;
    font-size: 16px;
    line-height: 30px;
    background: #f2f3f4;
    padding: 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 20px 0
}

@media (max-width: 1600px) {
    .pro-details .section2 .content2 .parameter p {
        font-size: 15.6px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content2 .parameter p {
        font-size: 15.2px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content2 .parameter p {
        font-size: 14.8px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content2 .parameter p {
        font-size: 14.4px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content2 .parameter p {
        font-size: 14px
    }
}

.pro-details .section2 .content2 .parameter img {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    width: 100%;
    margin: auto
}

.pro-details .section2 .content3 {
    margin-bottom: 150px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content3 {
        margin-bottom: 126px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content3 {
        margin-bottom: 102px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content3 {
        margin-bottom: 78px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content3 {
        margin-bottom: 54px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content3 {
        margin-bottom: 30px
    }
}

.pro-details .section2 .content3 .text {
    border-top: 2px solid #3ebcea;
    border-bottom: 2px solid #3ebcea;
    font-size: 20px;
    line-height: 35px;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-bottom: 10px
}

@media (max-width: 1600px) {
    .pro-details .section2 .content3 .text {
        font-size: 19.2px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content3 .text {
        font-size: 18.4px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content3 .text {
        font-size: 17.6px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content3 .text {
        font-size: 16.8px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content3 .text {
        font-size: 16px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content3 .text {
        line-height: 34px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content3 .text {
        line-height: 33px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content3 .text {
        line-height: 32px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content3 .text {
        line-height: 31px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content3 .text {
        line-height: 30px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content3 .text {
        padding-top: 32px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content3 .text {
        padding-top: 29px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content3 .text {
        padding-top: 26px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content3 .text {
        padding-top: 23px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content3 .text {
        padding-top: 20px
    }
}

@media (max-width: 1600px) {
    .pro-details .section2 .content3 .text {
        padding-bottom: 32px
    }
}

@media (max-width: 1366px) {
    .pro-details .section2 .content3 .text {
        padding-bottom: 29px
    }
}

@media (max-width: 1024px) {
    .pro-details .section2 .content3 .text {
        padding-bottom: 26px
    }
}

@media (max-width: 991px) {
    .pro-details .section2 .content3 .text {
        padding-bottom: 23px
    }
}

@media (max-width: 767px) {
    .pro-details .section2 .content3 .text {
        padding-bottom: 20px
    }
}

.pro-details .section2 .content3 .text p {
    font-family: HarmonyOS-Sans-Light
}

.pro-details .section2 .content3 .text h3 {
    font-family: HarmonyOS-Sans-Regular
}

.pro-details .section2 .content3 a {
    font-family: HarmonyOS-Sans-Light;
    font-size: 14px;
    color: #3c434d;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-right: 15px
}

.pro-details .section2 .content3 a:hover {
    color: #3ebcea
}

.pro-details .section2 .content4 .case-swiper {
    position: relative
}

.pro-details .section2 .content4 .case-swiper .swiper-slide {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden
}

.pro-details .section2 .content4 .case-swiper .swiper-slide img {
    width: 100%
}

.pro-details .section2 .content4 .case-swiper .swiper-button-next, .pro-details .section2 .content4 .case-swiper .swiper-button-prev {
    width: 25px;
    height: 25px;
    background: #3ebcea;
    -webkit-box-shadow: 0 6px 6px 0 rgba(4, 0, 0, .1);
    -moz-box-shadow: 0 6px 6px 0 rgba(4, 0, 0, .1);
    box-shadow: 0 6px 6px 0 rgba(4, 0, 0, .1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.pro-details .section2 .content4 .case-swiper .swiper-button-next span, .pro-details .section2 .content4 .case-swiper .swiper-button-prev span {
    font-size: 20px;
    color: #fff;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.pro-details .section2 .content4 .case-swiper .swiper-button-prev {
    left: -40px
}

@media (max-width: 991px) {
    .pro-details .section2 .content4 .case-swiper .swiper-button-prev {
        left: -10px
    }
}

.pro-details .section2 .content4 .case-swiper .swiper-button-next {
    right: -40px
}

@media (max-width: 991px) {
    .pro-details .section2 .content4 .case-swiper .swiper-button-next {
        right: -10px
    }
}
.download-box {
    width: 55%;
    height: 60px;
    background-color: #e4e3e3;
    color: #3d3d3d;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.3rem auto;
    border-radius: 10px;
    cursor: pointer;
    padding: 0 1rem;
}
.download-box .file-icon {
    width: 20px;
    height: 20px;
}
.download-box .download-right {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.download-box .download-icon {
    width: 20px;
    height: 20px;
}

.download-box:hover {
    background-color: #3EBCEA;
    color: #fff;
    transition: all 0.6s;
}
.download-box:hover img {
    filter: brightness(0) invert(1);
    transition: all 0.6s;
}
/*# sourceMappingURL=abca8b0e725146ddd90519b55b47097a.css.map*/