﻿/*#region  公用样式*/
/*@charset "utf-8";*/
*
{
    margin: 0;
    padding: 0;
}
* html body
{
    overflow: visible;
}
* html iframe, * html frame
{
    overflow: auto;
}
* html frameset
{
    overflow: hidden;
}
a:hover
{
    cursor: pointer;
    color: #f60;
}
a:hover span, label, b, i
{
    text-decoration: "underline";
    cursor: pointer;
}
a
{
    text-decoration: none;
} 
body
{
    color: #222;
    background: #FFF;
    font-family: '微软雅黑' , Verdana, Arial, sans-serif;
    width: 100%;
    font-size: 14px;
}
body, ul, ol, li, p, h1,h3, h4, h5, h6, form, fieldset, table, td, img, div, tr
{
    margin: 0 auto;
    padding: 0; 
}
ul, li, dl, dd
{
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 0px;
}
.hidden
{
    display: none;
}
input[type="button"], input[type="submit"], input[type="reset"]
{
    border: none;
    cursor: pointer;
} 
select::-ms-expand
{
    display: none;
} 
 
/*#endregion  公用样式*/