.style6{
}
.style6 > * {
    /* margin: 20px; */
}
.style6 .top{
    padding: 20px;
    padding-bottom: 0;
    margin: 0;
    justify-content: flex-start;
}
.style6 .top .logo{
    width: 80px;
    height: 80px;
    margin-right: 20px;
    border: 1px solid #e4e4e4;
    border-radius: 12px;
    overflow: hidden;
   
}
.style6 .top .desc h1{
    font-size: 20px;
    color: #444;
   
}
.style6 .top .desc{
    flex: 1;
}
.style6 .top .desc p{
    margin-top: 12px;
    font-size: 15px;
    color: #888;
}
.style6 .btn{
    display: block;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background-color: #24C77E;
    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: 12px;
    width: 65%;
    border: 1px solid #e4e4e4;
}

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




