@media screen and (min-width:1441px) {

    #topNav .productNav-tab,
    .phoneSection {
        margin: auto;
        max-width: 1300px;
        width: 1300px
    }
}

h1 {
    font-size: 32px;
    margin-bottom: 50px
}

.productNav {
    height: 80px;
    border-top: 1px solid #f8f8f8;
    border-bottom: 1px solid #f8f8f8;
    font-weight: 400;
    font-size: 18.62px
}

html {
    scroll-padding-top: 10vw
}

.nav-p:after {
    content: url("../../product/Vector.png");
    margin: auto 2.5vw
}

.productNav-tab {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative
}

.tab-ul,
.tab-item {
    display: flex;
    position: relative;
    color: #9c9c9c;
    height: 100%;
    align-items: center
}

.tab-item:hover,
.tab-ul .tab-item:hover.active,
.compare-models:hover {
    color: #0264f8
}

.tab-item:hover.active::before {
    border-bottom: 1px solid #0264f8
}

.tab-ul .tab-item:not(:last-of-type) {
    margin-right: 1.667vw
}

.tab-ul .tab-item.active {
    color: #000
}

.tab-item.active::before {
    width: 100%;
    transition: all .3s ease 0 !important
}

.tab-item::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-bottom: 1px solid #000
}

.compare-models {
    font-size: 18.62px;
    position: absolute;
    right: 0
}

#new-product {
    margin-top: 100px
}

#new-camon,
#new-pova,
#new-spark,
#new-pop {
    margin-top: 3.358vw
}

.phoneList {
    display: flex;
    flex-wrap: wrap
}

.phoneList>section {
    width: 400px;
    background: #fff
}

.phoneList.point_tab {
    background: #f8f8f8
}

.phoneList>section:nth-child(3n) .box {
    position: relative;
    right: -100px
}

.phoneList>section:nth-child(3n-2) .box {
    position: relative;
    left: 0
}

.phoneList>section .box {
    width: 100%;
    right: -50px;
    position: relative
}

.phoneListSwiper {
    width: 100%;
    height: 400px;  
    background: #f8f8f8;
    border-radius: 8px
}

.phoneListSwiper .phoneImg {
    width: 236.11px;
    height: 236.11px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 55px auto 0;
    transform: scale(1);
    transition: all .5s;
    object-fit: contain;
}

.phoneListSwiper:hover .phoneImg {
    transform: scale(1.1)
}

.point_tab {
    position: absolute;
    top: 320px;
    left: 0;
    right: 0;
    margin: auto;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1
}

.point_slide {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 18px;
    position: relative
}

.point_slide:last-child {
    margin-right: 0
}

.point_slide .active-tile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto
}

.phoneTitle {
    margin-top: 20px;
    font-size: 25px;
    font-weight: 400
}

.phoneBtn {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: baseline;
    margin-top: 20px;
    margin-bottom: 100px
}

.phoneBtn .learnMore {
    font-size: 17px;
    width: 122.85px;
    height: 83%;
    border-radius: 6px;
    background: #0264fa;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    transition: all .3s linear
}

.phoneBtn .learnMore:hover {
    background: #287dff
}

.phoneBtn span.TechSpecs {
    font-size: 17px;
    color: #0264fa;
    height: 60%;
    border-bottom: 1px #0264fa solid;
    transition: all .3s linear
}

.phoneBtn span.TechSpecs:hover {
    color: #287dff;
    border-bottom: 1px #287dff solid
}

.pc-hide {
    display: none;
    color: #000
}

.m-hide {
    display: block;
    color: #000
}

@media screen and (min-width:768px) and (max-width:1440px) {
    .phoneList>section {
        width: 33.33%
    }

    .phoneList>section:nth-child(3n) .box {
        position: relative;
        right: -5%
    }

    .phoneList>section:nth-child(3n-2) .box {
        position: relative;
        left: 0
    }

    .phoneList>section .box {
        width: 95%;
        right: -2.5%;
        position: relative
    }

    h1 {
        font-size: 2.5vw;
        margin-bottom: 3.333vw
    }

    #topNav .productNav-tab,
    .phoneSection {
        padding: 0 5%
    }

    .productNav {
        height: 5.556vw;
        font-size: 1.111vw
    }

    #new-product {
        margin-top: 6.667vw
    }

    .phoneListSwiper {
        height: 27.803vw
    }

    .phoneListSwiper .phoneImg {
        width: 16.397vw;
        height: 16.397vw;
        margin: 5.121vw auto 0
    }

    .point_tab {
        top: 23.441vw;
        height: 1.665vw
    }

    .point_slide {
        width: 1.166vw;
        height: 1.166vw;
        margin-right: 1.122vw
    }

    .point_slide .active-tile {
        width: 1.665vw;
        height: 1.665vw;
        left: -0.25vw
    }

    .phoneTitle {
        margin-top: 1.487vw;
        font-size: 1.487vw
    }

    .phoneBtn {
        height: 3.06vw;
        margin-top: 1.551vw;
        margin-bottom: 6.667vw
    }

    .phoneBtn .learnMore {
        height: 100%;
        font-size: 1.1875vw;
        width: 9.005vw;
        border-radius: .297vw;
        margin-right: 1.215vw
    }

    .phoneBtn span.TechSpecs {
        font-size: 1.1875vw
    }

    .compare-models {
        font-size: 1.111vw;
        right: 5%
    }
}

@media screen and (max-width:767px) {
    .phoneList {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .phoneList>section .box {
        position: unset !important;
        width: 100%
    }

    .tab-ul .tab-item:not(:last-of-type) {
        margin-right: 3vw
    }

    .tab-item:hover,
    .tab-ul .tab-item:hover.active,
    .compare-models:hover {
        color: #000
    }

    .tab-item:hover.active::before {
        border-bottom: 1px solid #000
    }

    .nav-p,
    .tab-ul,
    .phoneSection {
        padding: 0 5%
    }

    .tab-ul {
        border-top: 1px solid #f8f8f8
    }

    .pc-hide {
        display: block
    }

    .m-hide {
        display: none
    }

    .nav-p:after {
        display: none
    }

    .productNav-tab {
        flex-flow: column
    }

    .productNav {
        height: 22.222vw;
        font-size: 2.963vw
    }

    html {
        scroll-padding-top: 30vw
    }

    .nav-p,
    .tab-ul {
        height: 11.111vw;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%
    }

    h1 {
        font-size: 4.444vw;
        margin-bottom: 4.444vw
    }

    .phoneList section {
        width: 47%
    }

    .phoneListSwiper {
        height: 41.968vw
    }

    .phoneListSwiper .phoneImg {
        width: 24.751vw;
        height: 24.751vw;
        margin: 7.729vw auto 0
    }

    .point_tab {
        top: 35.006vw
    }

    #new-product,
    #new-camon,
    #new-pova,
    #new-spark,
    #new-pop {
        margin-top: 14.815vw
    }

    .point_slide .active-tile {
        width: 2.514vw;
        height: 2.514vw;
        left: -0.38vw;
        top: -0.15vw
    }

    .point_slide {
        width: 1.76vw;
        height: 1.76vw;
        margin-right: 1.316vw
    }

    .phoneTitle {
        margin-top: 2.963vw;
        font-size: 2.222vw
    }

    .phoneBtn {
        height: 6.5vw;
        margin-top: 2.963vw;
        margin-bottom: 6.574vw;
        align-items: end
    }

    .phoneBtn .learnMore {
        font-size: 2.171vw;
        width: 20.469vw;
        height: 100%;
        border-radius: .556vw;
        margin-right: 2.165vw
    }

    .phoneBtn span.TechSpecs {
        font-size: 2.171vw;
        height: 17px
    }
}