/******* .reset() *******/
html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
menu,
nav,
section,
time,
mark,
audio,
video,
details,
summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
article,
aside,
figure,
footer,
header,
nav,
section,
details,
summary {
  display: block;
}
html {
  box-sizing: border-box;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
img,
object,
embed {
  max-width: 100%;
}
html {
  overflow-y: scroll;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
th {
  font-weight: bold;
  vertical-align: bottom;
}
td {
  font-weight: normal;
  vertical-align: top;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  white-space: pre-line;
  word-wrap: break-word;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: bottom;
}
.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}
.ie6 input {
  vertical-align: text-bottom;
}
select,
input,
textarea {
  font: 99% sans-serif;
}
table {
  font-size: inherit;
  font-size: 100%;
}
small {
  font-size: 85%;
}
strong {
  font-weight: bold;
}
td,
td img {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre,
code,
kbd,
samp {
  font-family: monospace, sans-serif;
}
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
}
button,
input[type=button] {
  width: auto;
  overflow: visible;
}
.ie7 img {
  -ms-interpolation-mode: bicubic;
}
/* @import url(_/g/_class) */
.none {
  display: none;
}
.block {
  display: block;
}
.hidden {
  visibility: hidden;
}
.visible {
  visibility: visible;
}
.abs,
.absolute {
  position: absolute;
}
.abs-t0 {
  position: absolute;
  top: 0;
}
.abs-b0 {
  position: absolute;
  bottom: 0;
}
.abs-l0 {
  position: absolute;
  left: 0;
}
.abs-r0 {
  position: absolute;
  right: 0;
}
.abs-tl0 {
  position: absolute;
  left: 0;
  top: 0;
}
.abs-tr0 {
  position: absolute;
  right: 0;
  top: 0;
}
.abs-bl0 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.abs-br0 {
  position: absolute;
  right: 0;
  bottom: 0;
}
.abs-100 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.rel,
.relative {
  position: relative;
}
.rel-t0 {
  position: relative;
  top: 0;
}
.rel-b0 {
  position: relative;
  bottom: 0;
}
.rel-l0 {
  position: relative;
  left: 0;
}
.rel-r0 {
  position: relative;
  right: 0;
}
.rel-tl0 {
  position: relative;
  left: 0;
  top: 0;
}
.rel-tr0 {
  position: relative;
  right: 0;
  top: 0;
}
.rel-bl0 {
  position: relative;
  left: 0;
  bottom: 0;
}
.rel-br0 {
  position: relative;
  right: 0;
  bottom: 0;
}
.rel-100 {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.fix,
.fixed {
  position: fixed;
}
.fix-t0 {
  position: fixed;
  top: 0;
}
.fix-b0 {
  position: fixed;
  bottom: 0;
}
.fix-l0 {
  position: fixed;
  left: 0;
}
.fix-r0 {
  position: fixed;
  right: 0;
}
.fix-tl0 {
  position: fixed;
  left: 0;
  top: 0;
}
.fix-tr0 {
  position: fixed;
  right: 0;
  top: 0;
}
.fix-bl0 {
  position: fixed;
  left: 0;
  bottom: 0;
}
.fix-br0 {
  position: fixed;
  right: 0;
  bottom: 0;
}
.fix-100 {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.ui-dialog,
.ui-overlay {
  position: absolute;
  left: -9999px;
  top: -9999px;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.ui-overlay-hidden {
  visibility: hidden;
}
.ui-overlay-mask-hidden {
  display: none;
}
.ui-overlay-shown {
  visibility: visible;
}
.ui-overlay-mask-shown {
  display: block;
}
.ui-dialog,
.ui-popup {
  background-color: #FBFBFB;
  border: 1px solid #ACB4BE;
}
.ui-dialog .ui-dialog-header {
  background: repeat-x scroll 0 0 #D6DBE2;
  border-bottom: 1px solid #ACB4BE;
  font-size: 14px;
  font-weight: 700;
  height: 30px;
  line-height: 30px;
  padding: 0 0 0 18px;
}
.ui-overlay-mask {
  background-color: #000;
  opacity: .3;
  filter: alpha(opacity=15);
  z-index: 20001 !important;
}
.ui-overlay-close {
  cursor: pointer;
  position: absolute;
  text-decoration: none;
  width: 15px;
  height: 15px;
  right: 368px;
  top: 108px;
  z-index: 99;
}
.ui-overlay-close .ui-overlay-close-x {
  display: block;
  height: 15px;
  text-indent: -9999px;
  width: 15px;
}
/* 城市选择组件 */
.ui-city-wrap {
  position: relative;
  top: 0;
  left: 0;
}
.city-select-tab {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  width: 299px;
  height: 35px;
  background: #f0f0f0;
}
.city-select-tab a {
  float: left;
  display: inline-block;
  margin-bottom: -1px;
  padding: 6px 0;
  width: 24%;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid transparent;
  color: #4D4D4D;
  text-align: center;
  outline: 0;
  cursor: pointer;
}
.city-select-tab .active {
  background: #fff;
  border-bottom: 1px solid #fff;
  color: #f60;
}
.city-select {
  border: 1px #ccc solid;
  border-top: 0;
  padding: 10px 15px;
  width: 299px;
  background: #fff;
  font-size: 12px;
}
.city-title {
  margin-right: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #ccc;
}
.has-city-title {
  color: #333;
}
.sSelect {
  width: 72px;
}
.lSelect {
  width: 282px;
}
.city-select dl {
  line-height: 2;
  clear: both;
  padding: 3px 0;
  margin: 0;
}
.city-select dl:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.city-select dt {
  display: inline-block;
  width: 25px;
  float: left;
  padding-right: 10px;
  font-weight: 700;
  text-align: right;
}
.city-select dd {
  width: 233px;
  display: inline;
  float: left;
  margin-left: 0;
}
.city-select a {
  display: inline-block;
  color: #4D4D4D;
  padding: 0 10px;
  outline: 0;
  text-decoration: none;
  white-space: nowrap;
  margin-right: 2px;
}
.city-select a:hover {
  background-color: #fff8f3;
  border-radius: 2px;
  color: #f60;
}
.city-select a.active {
  background-color: #f60;
  color: #fff;
  border-radius: 2px;
}
.city-select .border-top {
  border-top: 1px solid #ccc;
}
.city-select-province dd,
.city-select-city dd,
.city-select-street dd,
.city-select-district dd {
  width: 270px;
}
.f-ta-c {
  text-align: center;
}
.f-ta-l {
  text-align: left;
}
.f-ta-r {
  text-align: right;
}
.f-fl {
  float: left;
}
.f-fr {
  float: right;
}
.f-clearfix:before,
.f-clearfix:after {
  content: " ";
  display: table;
}
.f-clearfix:after {
  clear: both;
}
.u-btn {
  border-radius: 3px;
  border: 1px solid #eee;
  padding: 0 0.2em;
  display: inline-block;
  text-align: center;
  line-height: 2;
  text-decoration: none;
}
.u-btn-block {
  display: block;
}
.u-btn-danger {
  color: #e84e1c;
  border-color: #e84e1c;
}
.u-btn-danger.u-btn-fill {
  background: #e84e1c;
  color: #fff;
}
.u-btn-success {
  color: #8ad34f;
  border-color: #8ad34f;
}
.u-btn-success.u-btn-fill {
  background: #8ad34f;
  color: #fff;
}
.u-btn-warning {
  border-color: #e84e1c;
  color: #e84e1c;
}
.u-btn-warning.u-btn-fill {
  background: #e84e1c;
  color: #fff;
}
.u-btn-primary {
  color: #0f62b7;
  border-color: #0f62b7;
}
.u-btn-primary.u-btn-fill {
  background: #0f62b7;
  color: #fff;
}
.u-btn-danger {
  border-color: #c11112;
  color: #c11112;
}
.u-btn-danger.u-btn-fill {
  background: #c11112;
  color: #fff;
}
.u-btn-fill.disabled {
  border-color: #bbb;
  background-color: #ccc;
  color: #999;
}
.u-btn-lg {
  line-height: 2;
  font-size: 20px;
}
.s-muted {
  color: #999999;
}
.s-primary {
  color: #428bca;
}
.s-warning {
  color: #f0ad4e;
}
.s-success {
  color: #5cb85c;
}
.s-info {
  color: #5bc0de;
}
.s-danger {
  color: #ff3300;
}
/* base */
/* XBtn */
/* XModal */
.g-inner {
  position: relative;
  top: 0;
  left: 0;
  width: 1000px;
  margin: 0 auto;
}
.g-head {
  background: #F5F5F5;
  line-height: 40px;
}
.g-head a,
.g-head a:visited {
  color: #2a2a2a;
}
.g-head .hdSide {
  position: absolute;
  top: 0;
  right: 0;
}
.g-top .g-inner {
  border-bottom: 4px solid #de3031;
}
.m-hdUser dd,
.m-hdUser dt {
  float: left;
  padding-left: 10px;
}
.m-topLogo {
  text-align: center;
}
.m-topLogo a {
  width: 225px;
  height: 100px;
  display: block;
  background: url(../img/logo.png) 0 50% no-repeat;
}
.m-topLogo strong {
  line-height: 75px;
  visibility: hidden;
}
.u-topCaption {
  position: absolute;
  top: 40px;
  left: 225px;
  font-size: 28px;
  display: block;
}
.m-copyRight {
  text-align: center;
  margin: 25px 0 0;
  padding: 25px 0;
  border-top: 1px solid #F0F0F0;
  color: #AEAFB2;
}

