html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
.row{
    margin: 0;
    padding: 0;
}

a{
    text-decoration:none;
    color: black;
}
a:hover{
    text-decoration:none;
    color: black;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
input{
    outline: none;
}
input:focus{
    outline: none;
}

button{
    outline: none;
    border:none;
}
/* bootstrap btn */
.btn:hover,
.btn:focus {
     outline: none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
p{
    margin: 0;
    padding: 0;
}

/* 媒体查询 */
@media (min-width: 768px){

}
/*小屏幕设备 手机 平板 (min-width: 768px) and (max-width: 992px)*/
@media (max-width: 992px){

}

/*中等屏幕设备 桌面*/
@media (min-width: 992px) and (max-width: 1200px) {

}

/*大屏幕设备 桌面*/
@media (min-width: 1200px) {

}

/* 适配 1920×1200，1680×1050，1440×900，1366×768，1280×800 */
