﻿@charset "utf-8";

html, body { height: 100%; }

body { font-family: '微软雅黑', '宋体', 'sans-serif'; margin: 0px; }
a { color: #3186C8; text-decoration: none; }

/*Line Style*/
.line { height: 1px; }
.line10 { height: 10px; }
.line20 { height: 20px; }
.line_desk { margin: 10px 30px; border-top: 1px solid #DFE9EE; }

/*Width Style*/
.W120 { width: 120px; }
.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; }
.Font_orange { color: #F6921E; }

/*List Style*/
ul, li {
	margin: 0px;
	padding: 0px;
	/* [disabled]display: none; */
	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; }

/*Datetime Style*/
.date { width: 75px; }
.datetime { width: 135px; }