﻿html body {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
}

* {
    font-family: "微软雅黑";
}

html, body, ul, li, input {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img, input, a {
    /*display: block;*/
}

a {
    text-decoration: none;
}

.clearfix {
    clear: both;
}


::-webkit-scrollbar-track{border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.05);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar-thumb{background-color: rgba(0,0,0,0.2);border-radius: 10px;-webkit-box-shadow: inset 1px 1px 0 rgba(0,0,0,.1);}
::-webkit-scrollbar{width: 16px;height: 16px;}
::-webkit-scrollbar-track,
::-webkit-scrollbar-thumb{border-radius: 999px;border: 5px solid transparent;}
::-webkit-scrollbar-track{box-shadow: 1px 1px 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-thumb{min-height: 20px;background-clip: content-box;box-shadow: 0 0 0 5px rgba(0,0,0,.2) inset;}
::-webkit-scrollbar-corner{background: transparent;}


.container {
    width: 100%;
    height: 100%;
    padding: 0;
    background-color: #ffffff;
}