@font-face {
    font-family: 'Misans-n';
    src: url('../fonts/Misans.ttf');
}
@font-face {
    font-family: 'Misans-mb';
    src: url('../fonts/Misans-Demibold.ttf');
}

.picarousel, .mbicarousel{
    width: 100vw;
    height: 157.3vw;
    position: relative;
    overflow: hidden;
    font-size: 0;
}
.mbicarousel{
    display: none;
}
.picarousel{
    height: 41.6vw;
}
.picarousel .carul, .mbicarousel .mcarul {
    position: absolute;
    white-space: nowrap;
    left: 0;
    font-size: 0;
}
.picarousel .carul .carli, .mbicarousel .mcarul .mcarli {
    display: inline-block;
}
.picarousel .carul .carli img, .mbicarousel .mcarul .mcarli img{
    display: inline-block;
    width: 100vw;
}
.mbicarousel .mcarul .mcarli img{
    height: 157.3vw;
}
.picarousel .carul .carli img{
    height: 41.6vw;
}
.dot, .mdot{
    width: 100vw;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 6vw;
}
.dot {
    justify-content: start;
    padding-left: 8vw;
}
.dot li, .mdot li{
    display: inline-block;
    width: 3vw;
    height: 3vw;
    border-radius: 1.5vw;
    margin:0 2.2vw;
    background-color: #3D3E41;
}
.dot li {
    width: 1vw;
    height: 1vw;
    border-radius: 0.5vw;
    margin: 0 1vw;
}
.mdot .active{
    border: 1px solid #3D3E41;
    background-color: #fff;
}
.dot .active {
    border: 2px solid #3D3E41;
    background-color: #fff;
}

.mbiimg {
    display: none;
    width: 100vw;
    font-size: 0;
}
.mbiimg img {
    width: 100vw;
}

.smart {
    width: 100vw;
}
.mbsmart{
    display: none;
    width: 100vw;
}
.psmart {
    width: 100vw;
    margin-top: 7.5vw;
}

.pSmartTitle .pSmartT, .smartTitle .smartT{
    display: flex;
    justify-content: space-between;
    margin: 2vw 7vw;
    border-bottom: 1px solid #3C3C3C;
    color: #3C3C3C;
}
.pSmartTitle .pSmartT{
    margin: 1vw 18.75vw;
}
.pSmartT span{
    line-height: 2;
    font-size: 2.3vw;
}
.smartT span{
    line-height: 2;
    font-size: 2.8vw;
}
.pSmartT span:first-child, .smartT span:first-child{
    font-family: Misans-mb;
}
.smartT span:last-child {
    font-size: 3.2vw;
}
.pSmartT span:last-child {
    font-size: 2vw;
    line-height: 3;
}
.pSmartZ,.smartZ {
    text-align: justify;
    margin: 2vw 7vw;
    color: #3C3C3C;
    font-family: Misans-n;
    font-size: 1.8vw;
}
.pSmartZ {
    line-height: 1.5;
    font-size: 1.5vw;
    margin: 1vw 18.75vw;
}
.pSmartCarousel {
    width: 62.5vw;
    height: 32.4vw;
    margin: 0 auto;
    position: relative;
}
.smartCarousel {
    width: 86vw;
    height: 45vw;
    margin: 4vw 7vw;
    padding: 0 4vw;
    position: relative;
}
.pSmartCarousel .turnleft, .pSmartCarousel .turnright {
    width: 4.5vw;
    height: 4.5vw;
}
.pSmartCarousel .turnleft ,.pSmartCarousel .turnright{
    top: 11.9vw;
}

.turnleft,.turnright {
    width: 5.6vw;
    height: 5.6vw;
    position: absolute;
}
.turnleft {
    left: 0;
    top: 16vw;
}
.turnright {
    right: 0;
    top: 16vw;
}
.pScarDiv{
    position: relative;
    width: 46.3vw;
    height: 26vw;
    margin: 0 auto;
    overflow: hidden;
}

.scardiv {
    position: relative;
    width: 68.5vw;
    height: 38.8vw;
    font-size: 0;
    margin: 0 auto;
    overflow: hidden;
}
.pScarDiv .pScarul, .scardiv .scarul {
    position: absolute;
    white-space: nowrap;
    left: 0;
    font-size: 0;
}
.pScarDiv .pScarul li {
    display: inline-block;
    width: 46.3vw;
    height: 26vw;
}
.pScarDiv .pScarul li img {
    width: 46.3vw;
    height: 26vw;
}
.scardiv .scarul li {
    display: inline-block;
    width: 68.5vw;
    height: 38.8vw;
}
.scardiv .scarul li img {
    width: 68.5vw;
    height: 38.8vw;
}
.psdot{
    margin-top: 2.7vw;
}
.sdot {
    margin-top: 4vw;
}
.psdot li {
    width: 0.67vw;
    height: 0.67vw;
    margin: 0.5vw;
}

.psdot li, .sdot li {
    display: inline-block;
    border-radius: 50%;
    background-color: #3D3E41;
}
.sdot li  {
    width: 1.4vw;
    height: 1.4vw;
    margin: 1vw;
}
.psdot .active, .sdot .active {
    background-color: #fff;
    border: 1px solid #3D3E41;
}
.pSmartContent img,.smartContent img {
    width: 100vw;
}
@media screen and (max-width: 1000px) {
    .picarousel{
        display: none;
    }
    .mbicarousel {
        display: block;
    }
    .piimg{
        display: none;
    }
    .mbiimg {
        display: block;
    }
    .psmart{
        display: none;
    }
    .mbsmart {
        display: block;
    }
}
/* @media screen and (min-width: 1000px) {
    .mbicarousel {
        width: 39vw;
        height: 61.45vw;
        margin: 0 auto;
    }
    .mbicarousel .carul .carli img {
        width: 39vw;
    }
    .mdot {
        width: 39vw;
        bottom: 2vw;
    }
    .mdot li {
        width: 1vw;
        height: 1vw;
        margin:0 0.75vw;
    }
    .iimg {
        width: 39vw;
        margin: 0 auto;
    }
    .iimg img { 
        width: 39vw;
    }
    .smart {
        width: 39vw;
        margin: 0 auto;
    }
    .smartTitle .smartT{
        margin: 1vw 2.73vw;
    }
    .smartT span {
        line-height: 2;
        font-size: 1.1vw;
    }
    .smartT span:last-child {
        font-size: 1.25vw;
    }
    .smartZ {
        font-size: 0.7vw;
        margin: 0.78vw 2.73vw;
    }
    .smartCarousel {
        width: 33.54vw;
        height: 17.55vw;
        margin: 1.56vw 2.73vw;
        padding: 0 1.56vw;
    }
    .turnleft,.turnright{
        width: 2.184vw;
        height: 2.184vw;
    }
    .turnleft,.turnright {
        top: 6.24vw;
    }
    .scardiv,.scardiv .scarul li,.scardiv .scarul li img {
        width: 26.715vw;
        height: 15.132vw;
    }
    .sdot {
        margin-top: 1.56vw;
    }
    .sdot li {
        width: 0.6vw;
        height: 0.6vw;
        margin: 0 0.5vw;
    }
    .smartContent img{ 
        width: 39vw;
    }
} */