@charset "utf-8";

html, body { height: 100%; }

body { font-family: "微软雅黑", "宋体"; margin: 0px; 
overflow-x:hidden; /**//*隐藏水平滚动条*/
/*overflow-y:hidden; *//*隐藏垂直滚动条*/
}
a { color: #3186C8; text-decoration: none; }

.line { height: 1px; }
.line10 { height: 10px; }
.line20 { height: 20px; }
.line_desk { margin: 10px 30px; border-top: 1px solid #DFE9EE; }

/*Width Style*/
.W40 { width: 40px; }
.W60 { width: 60px; }
.W80 { width: 80px; }
.W120 { width: 120px; }
.W150 { width: 150px; }
.W180 { width: 180px; }
.W200 { width: 200px; }

/*Float Left*/
.FL { float: left; }
.FL_L20 { float: left; margin-left: 20px; }

.L20 { margin-left: 20px; }
.L20R20 { margin-left: 20px; margin-right:20px; }
.L50 { margin-left: 50px; }

/*Float Right*/
.FR { float: right; }
.FR_R20 { float: right; margin-right: 20px; }
.R20 { float: right; margin-right: 20px; }

/*Font Style*/
.Font16 { font-size: 16px; }
.Font14 { font-size: 14px; }
.Font12 { font-size: 12px; }
.Font_Bold { font-weight: bold;}
.Font_red { color: #FF0000; }
.Font_grayer { color: #525252; }

/*List Style*/
ul, li { margin: 0px; padding: 0px; list-style: none; }

/*Form Style*/
input, button, select, textarea { outline: none;/* for Forefox */ star:expression(this.onFocus=this.blur()); }
textarea { overflow-x: hidden; overflow-y: scroll; resize: none; }

/*Datetime Style*/
.date { width: 75px; }
.datetime { width: 135px; }

/*clear*/
.clearfix:after{content: ".";display:block;height:0;clear:both;visibility:hidden;overflow: hidden;}
.clearfix{display:block;}
*html .clearfix:hidden{height:1%;}
.clearfix:hidden{display:block;overflow:hidden;}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: border-box;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

address,
cite,
dfn,
em,
var {
    font-style: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset,
img {
    border: 0
}

body,
button,
input,
select,
textarea {
    font: 14px/1.5 "\5FAE\8F6F\96C5\9ED1", "arial";
    color: #333;
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul,
ol {
    list-style: none;
}

ul {
    @extend .clearfix;
}

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"] {
    cursor: pointer;
}

a {
    color: inherit;
    color: expression(this.parentNode.currentStyle.color);
    text-decoration: none;
    &:focus {
        outline: thin dotted;
    }
    &:active,
    &:hover {
        outline: 0;
    }
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

small {
    font-size: 12px;
}


