/*==============公共/S================*/
body, div, p, ul, ol, li, nav, footer, dl, dt, dd, h1, h2, h3, h4, h5, h6, form, img { padding: 0; margin: 0; }
body { min-width: 320px; font: normal 18px/1.5 helvetica, verdana, san-serif; }
ul, ol, li { list-style: none; }
img { vertical-align: middle; display: block; border: none; }
.fl { float: left; }
.fr { float: right; }
/*==============公共/E================*/

/*==============表单样式/S================*/
/*btn默认*/
.btn { display: inline-block; padding: 6px 12px; margin-bottom: 0; font-size: 14px; font-weight: normal; line-height: 1.428571429; text-align: center; white-space: nowrap; vertical-align: middle; cursor: pointer; background-image: none; border: 1px solid transparent; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none; }
.btn:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus { color: #333333; text-decoration: none; }
.btn:active, .btn.active { background-image: none; outline: 0; -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { pointer-events: none; cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); -webkit-box-shadow: none; box-shadow: none; }
.btn-default { color: #333333; background-color: #ffffff; border-color: #cccccc; }
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { color: #333333; background-color: #ebebeb; border-color: #adadad; }
.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default { background-image: none; }
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active { background-color: #ffffff; border-color: #cccccc; }
.btn-default .badge { color: #ffffff; background-color: #fff; }
.btn-warning { color: #ffffff; background-color: #f0ad4e; border-color: #eea236; }
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { color: #ffffff; background-color: #ed9c28; border-color: #d58512; }
.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning { background-image: none; }
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active { background-color: #f0ad4e; border-color: #eea236; }
.btn-warning .badge { color: #f0ad4e; background-color: #fff; }
.btn-success { color: #ffffff; background-color: #5cb85c; border-color: #4cae4c; }
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { color: #ffffff; background-color: #47a447; border-color: #398439; }
.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success { background-image: none; }
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active { background-color: #5cb85c; border-color: #4cae4c; }
.btn-lg { padding: 10px 16px; font-size: 18px; line-height: 1.33; border-radius: 6px; }
.btn-sm { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.btn-xs { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
/*==============表单样式/E================*/

/*==============登录层/S================*/
.popLogin .loginBox { margin:0 20px 10px; }
.popLogin p { width: 100%; display: box; display: -webkit-box; display: -moz-box; text-indent: inherit; padding: 5px 0; margin: 0; }
.popLogin span { display: block; white-space: nowrap }
.popLogin .s1 { width: 75px; text-align: right; }
.popLogin .s2 { display: box; display: -webkit-box; display: -moz-box; box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; }
.popLogin p input { display: block; box-flex: 1; -webkit-box-flex: 1; -moz-box-flex: 1; }
.popLogin .butBox { text-align: center; }
#popError { height:16px; line-height:16px; margin-top:5px; text-align: center; color: #f00; font-size: 12px; }
/*==============登录层/E================*/

/*==============弹出框/S================*/
.PopLayer { width: 90%; max-width: 90%; min-height: 200px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); border-radius: 5px; background: #fff; overflow: hidden; position: absolute; left: 5%; z-index: 101; }
.PopLayer .pop-bar { padding: 10px 15px 6px; overflow: hidden; border-bottom: solid 1px #ddd; line-height:22px; box-shadow: 0 0 5px #ccc }
.PopLayer .pop-close { font: bold 20px/20px "Helvetica Neue", Helvetica, Arial, sans-serif; border: 0; background: none; }
.PopLayer .pop-tit { font-size: 18px; line-height:24px; }
#zhezhao { background: #000; opacity: 0.5; width: 100%; height: 100%; position: absolute; left: 0; top: 0; z-index: 100; }
/*==============弹出框/E================*/
