

html, body{
    font-family: 'Microsoft YaHei';
}
.hide {
    display: none;
}
.container {
    overflow-y: auto;
}
*{
    padding: 0;
    margin: 0;
}
body{
    font-size: 14px;
}
ul,li{
    list-style: none;
}
.center {
    text-align: center;
}
a{
    color: #666;
    text-decoration: none;
}
img{
    border: 0;
}
input,textarea,select{
    color: #797979;
    border: 0;
    outline: none;
    resize: none;
    font-family: "Microsoft YaHei";
}
input:focus,textarea:focus,select:focus{
    outline:0;
}
input[type="file"]{
    display: none;
}
textarea{
    resize: vertical;
    resize: none;
}
.required {
    color: #ff0000;
}
em,i,strike{
    font-style: normal;
}
.hide{
    display: none!important;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0;
}
.text-r {
    text-align: right;
}
.ell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}