/*
 *
 *   bootstrap覆盖样式
 *   version 1.0
 *
*/

html,body{
    font-size: 16px;
    color: #515151;
    background-color: #eee!important;
}


div,p,h1,h2,h3,h4,h5,h6,tr,td{
    margin: 0;
    padding: 0;
}


a,a:hover,a:active{
    color: #515151;
    text-decoration: none !important;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.container{
    padding: 0 15px;
}

.container-fluid .row {
    margin-right: 15px;
    margin-left: 15px;
}

.dropload-up{
    font-size: 0.26rem!important;
}

[v-cloak] {
    display: none!important;
}

/*swiper样式修改*/
.swiper-pagination-bullet-active{
    background: #fff;!important;
}

/*@media only screen and (min-width: 414px){*/
    /*html{*/
        /*font-size: 55.2px!important;*/
    /*}*/
/*}*/