.style6{
}
.style6 > * {
    /* margin: 20px; */
}
.style6 .top{
    padding: 20px;
    padding-bottom: 0;
    margin: 0;
    justify-content: flex-start;
}
.style6 .top .logo{
    width: 126px;
    height: 126px;
    margin-right: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 22px;
    overflow: hidden;
    margin-top: 20px;
}
.style6 .top .desc h1{
    font-size: 28px;
    color: #444;
    margin-top: 20px;
}
.style6 .top .desc{
    flex: 1;
}
.style6 .top .desc p{
    margin-top: 12px;
    font-size: 15px;
    color: #888;
}
.style6 .btn{
    display: block;
    height: 55px;
    line-height: 55px;
    color: #fff;
    /* background-color: #4ff5f2; */
    background: linear-gradient(341deg, #bdaefd, #8ccef8, #8acff8, #4af7f2);
    border-radius: 3px;
    margin: 20px;
}

a#eBtn {}
.style6 .slogan{
    position: relative;
    display: block;
    font-size: 14px;
    text-align: center;
    z-index: 99;
    margin: 30px;
}
.style6 .slogan span{
    background-color: #fff;
    display: inline-block;
    padding: 0 8px;
}
.style6 .slogan::after{
    content: '';
    position: absolute;
    top:50%;
    border-bottom: 1px solid #e4e4e4;
    left: 0;
    right: 0;
    z-index: -1;
}
.style6 .covers{
    justify-content: flex-start;
    overflow: hidden;
    overflow-x: auto;
    margin: 0;
     margin: 20px;
}
.style6 .covers img{
    margin-left: 10px;
    border-radius: 28px;
    width: 62.3%;
    /* border: 1px solid #e4e4e4; */
}

.style6 .covers img:first-child{
    margin-left: -0px;
}




