.w800{width:800px;margin:0 auto;height:100%}
.homeGuide-container {
}

.homeGuide-container .homeGuides-expo {
    display: -ms-flexbox;
    display: flex
}

.homeGuide-container .homeGuides-expo .homeGuide-item {
    width:50px;
    height: 100px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

.homeGuide-container .homeGuides-expo .homeGuide-item .first-page {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
    width: 100%;
    height: 100%;
}

.homeGuide-container .homeGuides-expo .homeGuide-item .second-page {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.homeGuide-container .homeGuides-expo .homeGuide-item .second-page .homeGuide-card {
    width: 860px;
    height: 100%;
    padding: 10px 0;
    color: black;
    font-size: 18px;
    white-space: nowrap;
}
.homeGuide-step{
    height: 100%;
    cursor: pointer;
}
.homeGuide-dotline {
    width: 80px;
}
.homeGuide-dotline-s{
    width: 25px;
}

.homeGuide-container .homeGuides-expo .homeGuide-item.active {
    width: 800px
}

.homeGuide-container .homeGuides-expo .homeGuide-item.active .first-page {
    opacity: 0
}

.homeGuide-container .homeGuides-expo .homeGuide-item.active .second-page {
    opacity: 1
}
.m-regular-font{font-family:PingFangSC-Regular}