.col{
     height:200px;
     width:100%;
     float:left;
     margin:0px 0px 25px 0px;
     background:#03A9F4;
}
.col1{
     height:160px;
     width:100%;
     float:left;
     padding:10px 0px 0px 0px;
     margin:0px 0px 10px 0px;
     background:#fff;
     border-top:1px solid #ddd;
     border-top:1px solid #ddd;
}
.vinlo_a{
     height:auto;
     width:100%;
     float:left;
     font-size:22px;
     cursor:pointer;
     line-height:30px;
     background:#fff;
     font-family:sans-serif;
     color:#03A9F4;
     text-align:center;
     margin:30px 0px 30px 0px;
}
.vinlo_play{
     height:40px;
     width:100px;
     font-size:18px;
     cursor:pointer;
     line-height:30px;
     background:#03A9F4;
     font-family:sans-serif;
     color:#03A9F4;
     text-align:center;
     margin:0 auto;
     margin-top:0px;
}
.vinlo_app{
     height:40px;
     width:auto;
     font-size:48px;
     cursor:pointer;
     line-height:30px;
     background:#03A9F4;
     font-family:sans-serif;
     color:#fff;
     text-align:center;
     margin:0 auto;
     margin-top:35px;
}

.vinlo_a1{
     height:30px;
     width:100%;
     float:left;
     font-size:22px;
     cursor:pointer;
     line-height:30px;
     background:#fff;
     font-family:sans-serif;
     color:#03A9F4;
     text-align:center;
     margin:20px 0px 25px 0px;
}
.hr{
    margin:0 auto;
    width:258px;
    background:#ddd;
    margin-bottom:50px;
}

.h{
    height:40px;
    width:100%;
    line-height:40px;
    background:#fff;
    font-size:13px;
    color:#03A9F4;
    transition:.5s;
    cursor:pointer;
    font-family:sans-serif;
    text-align:center;

}
.h:hover{
    color:#a1a1a1;

}
.hl{
    height:35px;
    width:100%;
    float:left;
    line-height:35px;
    background:#ddd;
    font-size:12px;
    cursor:pointer;
    color:#a1a1a1;
    font-family:sans-serif;
    text-align:center;
    margin:0px 0px 0px 0px;
}
.h_2{
    height:35px;
    width:100%;
    float:left;
    background:#fff;
    font-size:12px;
    color:#03A9F4;
    font-family:sans-serif;
    text-align:center;
    margin:0px 0px 20px 0px;
}
.fe{
    height:35px;
    width:105px;
    font-size:12px;
    color:#03A9F4;
    font-family:sans-serif;
    text-align:center;
    margin:0 auto;
}
@media (max-width:800px){
.vinlo_a{
      font-size:15px;
      margin:30px 0px 30px 0px;
}

}