<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

audio:not([controls]) {
  display: none;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
}
a:hover,
a:active {
  outline: 0;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: auto\9;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
.google-maps img {
  max-width: none;
}

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

@media print {
  * {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page  {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
.placeholder{
  color:#999;
}
body {
  margin: 0;
  font-family:"Microsoft YaHei","Lucida Grande", "Lucida Sans Unicode", "STHeiti", Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.8;
  color: #616161;
  background-color: #efeff0;
}

a {
  color: #616161;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #303030;
  text-decoration: underline;
}

.img-circle {
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
}

.row {
  margin-left: -20px;
  *zoom: 1;
}

.row:before,
.row:after {
  display: table;
  line-height: 0;
  content: "";
}

.row:after {
  clear: both;
}

[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}

.container{
  width: 1000px;
}

.span12 {
  width: 940px;
}

.span11 {
  width: 860px;
}

.span10 {
  width: 780px;
}

.span9 {
  width: 700px;
}

.span8 {
  width: 620px;
}

.span7 {
  width: 540px;
}

.span6 {
  width: 460px;
}

.span5 {
  width: 380px;
}

.span4 {
  width: 360px;
}

.span3 {
  width: 220px;
}

.span2 {
  width: 140px;
}

.span1 {
  width: 60px;
}

.offset12 {
  margin-left: 980px;
}

.offset11 {
  margin-left: 900px;
}

.offset10 {
  margin-left: 820px;
}

.offset9 {
  margin-left: 740px;
}

.offset8 {
  margin-left: 660px;
}

.offset7 {
  margin-left: 580px;
}

.offset6 {
  margin-left: 500px;
}

.offset5 {
  margin-left: 420px;
}

.offset4 {
  margin-left: 340px;
}

.offset3 {
  margin-left: 260px;
}

.offset2 {
  margin-left: 180px;
}

.offset1 {
  margin-left: 100px;
}

.row-fluid {
  width: 100%;
  *zoom: 1;
}

.row-fluid:before,
.row-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*="span"] {
  display: block;
  float: left;
  width: 100%;
  min-height: 30px;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}

.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}

.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}

.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}

.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}

.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}

.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}

.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}

.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}

.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}

.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}

.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}

.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}

.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}

.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}

.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}

.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}

.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}

.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}

.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}

.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}

.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}

.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}

.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}

.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}

.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}

.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}

.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}

.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}

.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}

.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}

.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}

.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}

.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}

.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}

.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}

.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}

.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}

[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}

[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}

.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}

.container:before,
.container:after {
  display: table;
  line-height: 0;
  content: "";
}

.container:after {
  clear: both;
}

.container-fluid {
  padding-right: 20px;
  padding-left: 20px;
  *zoom: 1;
}

.container-fluid:before,
.container-fluid:after {
  display: table;
  line-height: 0;
  content: "";
}

.container-fluid:after {
  clear: both;
}

p {
  margin: 0 0 5px;
}

.lead {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 200;
  line-height: 30px;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

cite {
  font-style: normal;
}

.muted {
  color: #999;
}

a.muted:hover,
a.muted:focus {
  color: #808080;
}

.text-warning {
  color: #c09853;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #a47e3c;
}

.text-error {
  color: #ff0000;
}

a.text-error:hover,
a.text-error:focus {
  color: #953b39;
}

.text-info {
  color: #3a87ad;
}

a.text-info:hover,
a.text-info:focus {
  color: #2d6987;
}

.text-success {
  color: #00cccc;
}

a.text-success:hover,
a.text-success:focus {
  color: #356635;
}

.text-tips{
  color:#ff0000;
}
.font-mini{
  font-size:11px;
}

.font-small{
  font-size: 12px;
}

.font-large{
  font-size:14px;
}

.font-xlarge{
  font-size:16px;
}
.font-xxlarge{
  font-size:20px;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1,
h2,
h3 {
  line-height: 40px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {
  font-size: 17.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

h1 small {
  font-size: 24.5px;
}

h2 small {
  font-size: 17.5px;
}

h3 small {
  font-size: 14px;
}

h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 20px 0 30px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

li {
  line-height: 20px;
}

ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}

ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}

ul.inline &gt; li,
ol.inline &gt; li {
  display: inline-block;
  *display: inline;
  padding-right: 5px;
  padding-left: 5px;
  *zoom: 1;
}

dl {
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

.dl-horizontal {
  *zoom: 1;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  line-height: 0;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

.dl-horizontal dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dl-horizontal dd {
  margin-left: 180px;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #fff;
}

form {
  margin: 0 0 20px;
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: none;
}

label,
input,
button,
select,
textarea {
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
}

input,
button,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

label {
  display: block;
  margin-bottom: 5px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  display: inline-block;
  height: 20px;
  padding: 2px 6px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

input,
textarea,
.uneditable-input {
  width: 206px;
}

textarea {
  height: auto;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
     -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
       -o-transition: border linear 0.2s, box-shadow linear 0.2s;
          transition: border linear 0.2s, box-shadow linear 0.2s;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}

input[type="radio"],
input[type="checkbox"] {
  line-height: normal;
}

input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
  width: auto;
}

select,
input[type="file"] {
  height: 30px;
  *margin-top: 4px;
  line-height: 30px;
}

select {
  width: 220px;
  background-color: #fff;
  border: 1px solid #ccc;
}

select[multiple],
select[size] {
  height: auto;
}

select:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 0;
}

.uneditable-input,
.uneditable-textarea {
  color: #999;
  cursor: not-allowed;
  background-color: #fcfcfc;
  border-color: #ccc;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
     -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
}

.uneditable-input {
  overflow: hidden;
  white-space: nowrap;
}

.uneditable-textarea {
  width: auto;
  height: auto;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}

.radio,
.checkbox {
  min-height: 20px;
  padding-left: 20px;
}

.radio input[type="radio"],
.checkbox input[type="checkbox"] {
  margin-left: -20px;
}

.radio.inline,
.checkbox.inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.radio.inline + .radio.inline,
.checkbox.inline + .checkbox.inline {
  margin-left: 10px;
}

.input-mini {
  width: 60px;
}

.input-small {
  width: 90px;
}

.input-medium {
  width: 150px;
}

.input-large {
  width: 210px;
}

.input-xlarge {
  width: 270px;
}

.input-xxlarge {
  width: 530px;
}
input[type="text"].input-small-h,
input[type="password"].input-small-h, 
input[type="datetime"].input-small-h, 
input[type="datetime-local"].input-small-h, 
input[type="date"].input-small-h, 
input[type="month"].input-small-h, 
input[type="time"].input-small-h, 
input[type="week"].input-small-h, 
input[type="number"].input-small-h, 
input[type="email"].input-small-h, 
input[type="url"].input-small-h, 
input[type="search"].input-small-h, 
input[type="tel"].input-small-h, 
input[type="color"].input-small-h{
  padding:2px 5px;
  font-size:12px;
}
.select-small{
  height:25px;
  line-height:25px;
  font-size:12px;
}

input,
textarea,
.uneditable-input {
  margin-left: 0;
}

.controls-row {
  *zoom: 1;
}

.controls-row:before,
.controls-row:after {
  display: table;
  line-height: 0;
  content: "";
}

.controls-row:after {
  clear: both;
}

.controls-row [class*="span"],
.row-fluid .controls-row [class*="span"] {
  float: left;
}

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  cursor: not-allowed;
  background-color: #eee;
}

input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"][readonly],
input[type="checkbox"][readonly] {
  background-color: transparent;
}

.control-group.warning .help-block,
.control-group.warning .help-inline {
  color: #c09853;
}

.control-group.warning .checkbox,
.control-group.warning .radio,
.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  color: #c09853;
}

.control-group.warning input,
.control-group.warning select,
.control-group.warning textarea {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.warning input:focus,
.control-group.warning select:focus,
.control-group.warning textarea:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.control-group.error .help-block,
.control-group.error .help-inline {
  color: #ff0000;
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #ff0000;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error input:focus,
.control-group.error select:focus,
.control-group.error textarea:focus {
  border-color: #ff0000;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.control-group.success .help-block,
.control-group.success .help-inline {
  color: #468847;
}

.control-group.success .checkbox,
.control-group.success .radio,
.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  color: #468847;
}

.control-group.success input,
.control-group.success select,
.control-group.success textarea {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.success input:focus,
.control-group.success select:focus,
.control-group.success textarea:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.control-group.info .help-block,
.control-group.info .help-inline {
  color: #3a87ad;
}

.control-group.info .checkbox,
.control-group.info .radio,
.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  color: #3a87ad;
}

.control-group.info input,
.control-group.info select,
.control-group.info textarea {
  border-color: #3a87ad;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.info input:focus,
.control-group.info select:focus,
.control-group.info textarea:focus {
  border-color: #2d6987;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7ab5d3;
}

.help-block,
.help-inline {
  color: #999;
}

.help-block {
  display: block;
  margin-bottom: 10px;
}

.help-inline {
  display: inline-block;
  *display: inline;
  padding-left: 5px;
  vertical-align: middle;
  *zoom: 1;
}

.form-search input,
.form-inline input,
.form-horizontal input,
.form-search textarea,
.form-inline textarea,
.form-horizontal textarea,
.form-search select,
.form-inline select,
.form-horizontal select,
.form-search .help-inline,
.form-inline .help-inline,
.form-horizontal .help-inline,
.form-search .uneditable-input,
.form-inline .uneditable-input,
.form-horizontal .uneditable-input,
.form-search .input-prepend,
.form-inline .input-prepend,
.form-horizontal .input-prepend,
.form-search .input-append,
.form-inline .input-append,
.form-horizontal .input-append {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  vertical-align: middle;
  *zoom: 1;
}

.form-search .hide,
.form-inline .hide,
.form-horizontal .hide {
  display: none;
}

.form-search label,
.form-inline label,
.form-search .btn-group,
.form-inline .btn-group {
  display: inline-block;
}

.form-search .radio,
.form-search .checkbox,
.form-inline .radio,
.form-inline .checkbox {
  padding-left: 0;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-search .radio input[type="radio"],
.form-search .checkbox input[type="checkbox"],
.form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
  margin-right: 5px;
  margin-left: 0;
}

.control-group {
  margin-bottom: 10px;
}
.control-group .controls{
  margin-top:0;
  margin-bottom:0;
}

legend + .control-group {
  margin-top: 10px;
  -webkit-margin-top-collapse: separate;
}

.form-horizontal .control-group {
  margin-bottom: 10px;
  *zoom: 1;
}

.form-horizontal .control-group:before,
.form-horizontal .control-group:after {
  display: table;
  line-height: 0;
  content: "";
}

.form-horizontal .control-group:after {
  clear: both;
}

.form-horizontal .control-label {
  float: left;
  width: 80px;
  text-align: right;
}

.form-horizontal .controls {
  *display: inline-block;
  *padding-left: 20px;
  margin-left: 110px;
  *margin-left: 0;
}

.form-horizontal .controls:first-child {
  *padding-left: 180px;
}

.form-horizontal .help-block {
  margin-bottom: 0;
}

.form-horizontal input + .help-block,
.form-horizontal select + .help-block,
.form-horizontal textarea + .help-block,
.form-horizontal .uneditable-input + .help-block{
  margin-top: 10px;
}

table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  font-size:12px;
}

.table th,
.table td {
  padding: 8px 0px;
  line-height: 20px;
  vertical-align: top;
  border-bottom: 1px solid #eee;
  color:#6d6d6d;
}

.table th {
  font-weight: bold;
  text-align: left;
}
.table .text-center{
  text-align: center;
}
.table thead th {
  vertical-align: bottom;
  background: #f4f4f4;
  border-bottom: #eee 1px solid;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}

.table-bordered {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.table-bordered th,
.table-bordered td {
  border-left: 1px solid #ddd;
  padding:8px 5px;
}

.table-bordered tbody:last-child tr:last-child &gt; td{
  border-bottom: 0;
}

.table-bordered caption + thead tr:first-child th,
.table-bordered caption + tbody tr:first-child th,
.table-bordered caption + tbody tr:first-child td,
.table-bordered colgroup + thead tr:first-child th,
.table-bordered colgroup + tbody tr:first-child th,
.table-bordered colgroup + tbody tr:first-child td,
.table-bordered thead:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child th,
.table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

.table-bordered thead:first-child tr:first-child &gt; th:first-child,
.table-bordered tbody:first-child tr:first-child &gt; td:first-child,
.table-bordered tbody:first-child tr:first-child &gt; th:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered thead:first-child tr:first-child &gt; th:last-child,
.table-bordered tbody:first-child tr:first-child &gt; td:last-child,
.table-bordered tbody:first-child tr:first-child &gt; th:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-bordered thead:last-child tr:last-child &gt; th:first-child,
.table-bordered tbody:last-child tr:last-child &gt; td:first-child,
.table-bordered tbody:last-child tr:last-child &gt; th:first-child,
.table-bordered tfoot:last-child tr:last-child &gt; td:first-child,
.table-bordered tfoot:last-child tr:last-child &gt; th:first-child {
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}

.table-bordered thead:last-child tr:last-child &gt; th:last-child,
.table-bordered tbody:last-child tr:last-child &gt; td:last-child,
.table-bordered tbody:last-child tr:last-child &gt; th:last-child,
.table-bordered tfoot:last-child tr:last-child &gt; td:last-child,
.table-bordered tfoot:last-child tr:last-child &gt; th:last-child {
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
}

.table-bordered tfoot + tbody:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
}

.table-bordered caption + thead tr:first-child th:first-child,
.table-bordered caption + tbody tr:first-child td:first-child,
.table-bordered colgroup + thead tr:first-child th:first-child,
.table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.table-bordered caption + thead tr:first-child th:last-child,
.table-bordered caption + tbody tr:first-child td:last-child,
.table-bordered colgroup + thead tr:first-child th:last-child,
.table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}

.table-striped tbody &gt; tr:nth-child(odd) &gt; td,
.table-striped tbody &gt; tr:nth-child(odd) &gt; th {
  background-color: #f9f9f9;
}

.table-hover tbody tr:hover &gt; td,
.table-hover tbody tr:hover &gt; th {
  background-color: #fafafa;
}

[class^="icon-"],
[class*=" icon-"] {
  display: inline-block;
  *display: inline;
  *zoom:1;
  width: 14px;
  height: 14px;
  margin-top: 1px;
  *margin-right: .3em;
  line-height: 14px;
  vertical-align: text-top;
  background-image: url("img/icon.png");
  background-position: 14px 14px;
  background-repeat: no-repeat;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle {
  *margin-bottom: -3px;
}

.dropdown-toggle:active,
.open .dropdown-toggle {
  outline: 0;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

.dropdown-menu &gt; li &gt; a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu &gt; li &gt; a:hover,
.dropdown-menu &gt; li &gt; a:focus,
.dropdown-submenu:hover &gt; a,
.dropdown-submenu:focus &gt; a {
  text-decoration: none;
  background-color: #eee;
}

.dropdown-menu &gt; .active &gt; a,
.dropdown-menu &gt; .active &gt; a:hover,
.dropdown-menu &gt; .active &gt; a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  outline: 0;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}

.dropdown-menu &gt; .disabled &gt; a,
.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  color: #999;
}

.dropdown-menu &gt; .disabled &gt; a:hover,
.dropdown-menu &gt; .disabled &gt; a:focus {
  text-decoration: none;
  cursor: default;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open {
  *z-index: 1000;
}

.open &gt; .dropdown-menu {
  display: block;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right &gt; .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu &gt; .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
          border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover &gt; .dropdown-menu {
  display: block;
}

.dropup .dropdown-submenu &gt; .dropdown-menu {
  top: auto;
  bottom: 0;
  margin-top: 0;
  margin-bottom: -2px;
  -webkit-border-radius: 5px 5px 5px 0;
     -moz-border-radius: 5px 5px 5px 0;
          border-radius: 5px 5px 5px 0;
}

.dropdown-submenu &gt; a:after {
  display: block;
  float: right;
  width: 0;
  height: 0;
  margin-top: 5px;
  margin-right: -10px;
  border-color: transparent;
  border-left-color: #ccc;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
}

.dropdown-submenu:hover &gt; a:after {
  border-left-color: #fff;
}

.dropdown-submenu.pull-left {
  float: none;
}

.dropdown-submenu.pull-left &gt; .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
     -moz-border-radius: 6px 0 6px 6px;
          border-radius: 6px 0 6px 6px;
}

.dropdown .dropdown-menu .nav-header {
  padding-right: 20px;
  padding-left: 20px;
}

.fade {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  filter:alpha(opacity=0);
  -webkit-transition: opacity 0.15s linear;
     -moz-transition: opacity 0.15s linear;
       -o-transition: opacity 0.15s linear;
          transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
  -moz-opacity: 1;
  -webkit-opacity: 1;
  -o-opacity: 1;
  filter:alpha(opacity=100);
}

.collapse {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
     -moz-transition: height 0.35s ease;
       -o-transition: height 0.35s ease;
          transition: height 0.35s ease;
}

.collapse.in {
  height: auto;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  opacity: 0.2;
  -moz-opacity: 0.2;
  -o-opacity: 0.2;
  -webkit-opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -moz-opacity: 0.4;
  -webkit-opacity: 0.4;
  -o-opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom:1;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #616161;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-bottom-color: #ccc;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333;
  background-color: #e6e6e6;
}

.btn:active,
.btn.active {
  background-color: #ccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  outline:none;
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  -moz-opacity: 0.65;
  -webkit-opacity: 0.65;
  -o-opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 10px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: #fff;
}

.btn-primary {
  color: #fff;
  background-color: #ff7f66;
  border-color: #ff7f66;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #ff7066;
  border-color: #ff7066;
}

.btn-warning {
  color: #fff;
  background-color: #faa732;
  border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f89406;
  *background-color: #df8505;
}

.btn-warning:active,
.btn-warning.active {
  background-color: #c67605 \9;
}

.btn-danger {
  color: #fff;
  background-color: #da4f49;
  border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
}

.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}

.btn-success {
  color: #fff;
  background-color: #5bb75b;
  border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
  color: #fff;
  background-color: #51a351;
}

.btn-success:active,
.btn-success.active {
  background-color: #408140 \9;
}

.btn-info {
  color: #fff;
  background-color: #49afcd;
  border-color: #2f96b4 #2f96b4 #1f6377;
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
  color: #fff;
  background-color: #2f96b4;
}

.btn-info:active,
.btn-info.active {
  background-color: #24748c \9;
}

.btn-inverse {
  color: #fff;
  background-color: #d0d0d0;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #bbb;
}

.btn-inverse:active,
.btn-inverse.active {
  background-color: #bbb;
}

.btn-black{
  color: #fff;
  background-color: #000;
  opacity:.6;
  -moz-opacity:.6;
  -webkit-opacity:.6;
  -o-opacity:.6;
  filter:alpha(opacity=60);
  border-radius:0;
  -webkit-border-radius:0;
  -moz-border-radius:0;
  border:0;
}

.btn-black:hover,
.btn-black:focus,
.btn-black:active,
.btn-black.active,
.btn-black.disabled,
.btn-black[disabled] {
  color: #fff;
  opacity:.8;
  -moz-opacity:.8;
  -webkit-opacity:.8;
  -o-opacity:.8;
  filter:alpha(opacity=80);
  background-color: #000;
}

button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}

button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}

button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-link {
  color: #00cccb;
  padding:4px 0;
  cursor: pointer;
  border-color: transparent;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-link:hover,
.btn-link:focus {
  color:#00cccb;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover,
.btn-link[disabled]:focus {
  color: #333;
  text-decoration: none;
}

.btn-group {
  position: relative;
  display: inline-block;
  *display: inline;
  *margin-left: .3em;
  font-size: 0;
  white-space: nowrap;
  vertical-align: middle;
  *zoom: 1;
}

.btn-group:first-child {
  *margin-left: 0;
}

.btn-group + .btn-group {
  margin-left: 5px;
}

.btn-toolbar {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 0;
}

.btn-toolbar &gt; .btn + .btn,
.btn-toolbar &gt; .btn-group + .btn,
.btn-toolbar &gt; .btn + .btn-group {
  margin-left: 5px;
}

.btn-group &gt; .btn {
  position: relative;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}

.btn-group &gt; .btn + .btn {
  margin-left: -1px;
}

.btn-group &gt; .btn,
.btn-group &gt; .dropdown-menu,
.btn-group &gt; .popover {
  font-size: 14px;
}

.btn-group &gt; .btn-mini {
  font-size: 10.5px;
}

.btn-group &gt; .btn-small {
  font-size: 11.9px;
}

.btn-group &gt; .btn-large {
  font-size: 17.5px;
}

.btn-group &gt; .btn:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}

.btn-group &gt; .btn:last-child,
.btn-group &gt; .dropdown-toggle {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  font-size:12px;
}

.btn-group &gt; .btn.large:first-child {
  margin-left: 0;
  -webkit-border-bottom-left-radius: 6px;
          border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 6px;
          border-top-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 6px;
}

.btn-group &gt; .btn.large:last-child,
.btn-group &gt; .large.dropdown-toggle {
  -webkit-border-top-right-radius: 6px;
          border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
          border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
}

.btn-group &gt; .btn:hover,
.btn-group &gt; .btn:focus,
.btn-group &gt; .btn:active,
.btn-group &gt; .btn.active {
  z-index: 2;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group &gt; .btn + .dropdown-toggle {
  *padding-top: 5px;
  padding-right: 8px;
  *padding-bottom: 5px;
  padding-left: 8px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.125), inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group &gt; .btn-mini + .dropdown-toggle {
  *padding-top: 2px;
  padding-right: 5px;
  *padding-bottom: 2px;
  padding-left: 5px;
}

.btn-group &gt; .btn-small + .dropdown-toggle {
  *padding-top: 5px;
  *padding-bottom: 4px;
}

.btn-group &gt; .btn-large + .dropdown-toggle {
  *padding-top: 7px;
  padding-right: 12px;
  *padding-bottom: 7px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn-group.open .btn.dropdown-toggle {
  background-color: #e6e6e6;
}

.btn-group.open .btn-primary.dropdown-toggle {
  background-color: #0044cc;
}

.btn-group.open .btn-warning.dropdown-toggle {
  background-color: #f89406;
}

.btn-group.open .btn-danger.dropdown-toggle {
  background-color: #bd362f;
}

.btn-group.open .btn-success.dropdown-toggle {
  background-color: #51a351;
}

.btn-group.open .btn-info.dropdown-toggle {
  background-color: #2f96b4;
}

.btn-group.open .btn-inverse.dropdown-toggle {
  background-color: #222;
}

.btn .caret {
  margin-top: 8px;
  margin-left: 0;
}

.btn-large .caret {
  margin-top: 6px;
}

.btn-large .caret {
  border-top-width: 5px;
  border-right-width: 5px;
  border-left-width: 5px;
}

.btn-mini .caret,
.btn-small .caret {
  margin-top: 8px;
}

.dropup .btn-large .caret {
  border-bottom-width: 5px;
}

.btn-primary .caret,
.btn-warning .caret,
.btn-danger .caret,
.btn-info .caret,
.btn-success .caret,
.btn-inverse .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.alert {
  position: relative;
  z-index: 0;
  zoom:1;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: #fef2b8;
  border: 1px solid #fce375;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #777;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: absolute;
  top: 8px;
  right: 10px;
  line-height: 20px;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #ffcbcb;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #ff0000;
  background-color: #ffefef;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block &gt; p,
.alert-block &gt; ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.msg-alert .alert{
  margin: 10px 0 0 0;
  text-align: center;
}

.nav {
  margin-bottom: 20px;
  margin-left: 0;
  list-style: none;
}

.nav &gt; li &gt; a {
  display: block;
}

.nav &gt; li &gt; a:hover,
.nav &gt; li &gt; a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav &gt; li &gt; a &gt; img {
  max-width: none;
}

.nav &gt; .pull-right {
  float: right;
}

.nav-header {
  display: block;
  padding: 3px 15px;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  color: #999;
  text-transform: uppercase;
}
.nav li + .nav-header {
  margin-top: 9px;
}
.nav-list &gt; li &gt; a {
  padding: 10px 20px 10px 30px;
  color:#303030;
  font-size: 14px;
  border-right:transparent 10px solid;
  position: relative;
  z-index: 0;  
  padding-left:60px;
  position: relative;
  z-index: 0;
}
.nav-list &gt; li &gt; a:hover{
   background-color: #f4f4f4;
}
.nav-list &gt; .active &gt; a,
.nav-list &gt; .active &gt; a:hover,
.nav-list &gt; .active &gt; a:focus {
  background-color: #f4f4f4;
  border-color:#00cccb;
}

.nav-list &gt; li &gt; a &gt; .new{  
  position: absolute;
  right: 2px;
  top: 10px;
  display: inline-block;
  color: #fff;
  background-color: #ec655b;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  font-size: 10px;
  line-height: 20px;
  padding: 0px 5px;
  min-width: 10px;
  text-align: center;
  font-weight: normal;
  vertical-align: middle;
}

.nav-list [class^="icon-"],
.nav-list [class*=" icon-"] {
  margin-right: 2px;
}

.nav-list .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
.nav-tabs {
  *zoom: 1;
  margin-bottom: 0px;
}
.nav-tabs:before,
.nav-tabs:after{
  display: table;
  line-height: 0;
  content: "";
}

.nav-tabs:after{
  clear: both;
}

.nav-tabs &gt; li {
  float: left;
}

.nav-tabs &gt; li &gt; a{
  line-height: 16px;
  text-align: center;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs &gt; li {
  margin-bottom: -1px;
}
.nav-tabs &gt; li &gt; a {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 20px;
  font-size:16px;
  border-bottom: 3px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs &gt; li &gt; a:hover,
.nav-tabs &gt; li &gt; a:focus {
  background:none;
}
.nav-tabs &gt; .active &gt; a,
.nav-tabs &gt; .active &gt; a:hover,
.nav-tabs &gt; .active &gt; a:focus {
  color: #00cccc;
  cursor: default;
  border-color:#00cccc;
}

.nav-tabs .dropdown-menu {
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
}

.cols6 &gt; li {
  width:16.6666666665%;
}

.cols5 &gt; li {
  width:19.96%;
}

.cols4 &gt; li{
  width:24.986755555411%;
}
.cols2 &gt; li{
  width:49.99998331011474%;
}
.cols3 &gt; li {
  width:33.33245864454%;
}
.tab-content {
  overflow: auto;
}

.tab-content &gt; .tab-pane{
  display: none;
}

.tab-content &gt; .active {
  display: block;
}

.navbar {
  *position: relative;
  *z-index: 2;
  overflow: visible;
}

.navbar-inner {
  height:60px;
  min-height: 60px;
}

.navbar-inner:before,
.navbar-inner:after {
  display: table;
  line-height: 0;
  content: "";
}

.navbar-inner:after {
  clear: both;
}

.navbar .container {
  width: auto;
}

.navbar .brand {
  display: block;
  float: left;
  position: relative;
  padding:5px 0;
  margin: 0;
}
.navbar .brand a{
  display: block;
  position: absolute;
  top:0;
  left:0;
  height:80px;
  width:90px;  
}
.navbar .brand img{
  height:70px;
}
.navbar .brand a span{
  visibility: hidden;
}
.navbar .brand small{
  display: none;
}
.navbar .brand:hover,
.navbar .brand:focus {
  text-decoration: none;
}
.navbar-text {
  margin-bottom: 0;
  line-height: 40px;
  color: #616161;
}

.navbar .nav {
  position: relative;
  display: block;
  float: right;
  margin: 0;
}

.navbar .nav.pull-right {
  margin-right: 0;
}

.navbar .nav &gt; li {
  float: left;
  margin-left:40px;
  font-size:18px;
}

.navbar .nav &gt; li &gt; a{
  display:inline-block;
  *display:inline;
  *zoom:1;
  float: none;
  padding: 20px 10px;
  line-height: 36px;
  font-size:18px;
  color: #616161;
  text-decoration: none;
}
.navbar .nav &gt; li &gt; a.link,.navbar .nav &gt; li &gt; a.link:hover{
  color:#00cccc;
}

.navbar .nav &gt; li &gt; a:focus,
.navbar .nav &gt; li &gt; a:hover {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}
.navbar .nav &gt; li &gt; a:hover,
.navbar .nav &gt; .active &gt; a,
.navbar .nav &gt; .active &gt; a:hover,
.navbar .nav &gt; .active &gt; a:focus {
  border-bottom:#0cc2bd 5px solid;
  text-decoration: none;
}

.breadcrumb {
  padding: 20px 0 10px 20px;
  border-bottom: #ececec 1px solid;
  border-left: #ececec 1px solid;
  margin: 0 20px 0 0;
  list-style: none;
}

.breadcrumb &gt; li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
}

.breadcrumb &gt; li &gt; a{
  color:#999;
}

.breadcrumb &gt; li &gt; .divider {
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb &gt; .active {
  color: #999;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
}

.pagination ul &gt; li {
  display: inline;
}

.pagination ul &gt; li &gt; a,
.pagination ul &gt; li &gt; span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.pagination ul &gt; li &gt; a:hover,
.pagination ul &gt; li &gt; a:focus,
.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  background-color: #f5f5f5;
}

.pagination ul &gt; .active &gt; a,
.pagination ul &gt; .active &gt; span {
  color: #999;
  cursor: default;
}

.pagination ul &gt; .disabled &gt; span,
.pagination ul &gt; .disabled &gt; a,
.pagination ul &gt; .disabled &gt; a:hover,
.pagination ul &gt; .disabled &gt; a:focus {
  color: #999;
  cursor: default;
  background-color: transparent;
}

.pagination ul &gt; li:first-child &gt; a,
.pagination ul &gt; li:first-child &gt; span {
  border-left-width: 1px;
  -webkit-border-bottom-left-radius: 4px;
          border-bottom-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
          border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-topleft: 4px;
}
.pagination ul &gt; li:last-child &gt; a,
.pagination ul &gt; li:last-child &gt; span {
  -webkit-border-top-right-radius: 4px;
          border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
          border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop,
.modal-backdrop.fade.in {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
}

.modal {
  position: fixed;
  top: 10%;
  left: 50%;
  z-index: 1050;
  width: 560px;
  margin-left: -280px;
  background-color: #fff;
  border: 1px solid #999;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  outline: none;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
     -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding-box;
          background-clip: padding-box;
}

.modal.fade {
  top: -25%;
  -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
       -o-transition: opacity 0.3s linear, top 0.3s ease-out;
          transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
  top: 10%;
}

.modal-header {
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
}

.modal-header .close {
  margin-top: 2px;
}

.modal-header h3 {
  margin: 0;
  line-height: 30px;
  font-size: 16px;
}

.modal-body {
  position: relative;
  max-height: 700px;
/*   min-height:400px; */
  padding: 15px;
  overflow-y: auto;
}

.modal-form {
  margin-bottom: 0;
}

.modal-footer,.dropdown-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0 0 6px 6px;
     -moz-border-radius: 0 0 6px 6px;
          border-radius: 0 0 6px 6px;
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 #fff;
     -moz-box-shadow: inset 0 1px 0 #fff;
          box-shadow: inset 0 1px 0 #fff;
}

.modal-footer:before,
.modal-footer:after {
  display: table;
  line-height: 0;
  content: "";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 11px;
  line-height: 1.4;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  -o-opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: 0.8;
  -moz-opacity: 0.8;
  -webkit-opacity: 0.8;
  -o-opacity: 0.8;
  filter: alpha(opacity=80);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 500px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 6px;
     -moz-border-radius: 6px;
          border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
     -moz-border-radius: 5px 5px 0 0;
          border-radius: 5px 5px 0 0;
}

.popover-title:empty {
  display: none;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #ccc;
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #ccc;
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #ccc;
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #f8f8f8;
  border-top-width: 0;
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
}

.thumbnails {
  margin-left: -20px;
  list-style: none;
  *zoom: 1;
}

.thumbnails:before,
.thumbnails:after {
  display: table;
  line-height: 0;
  content: "";
}

.thumbnails:after {
  clear: both;
}

.row-fluid .thumbnails {
  margin-left: 0;
}

.thumbnails &gt; li {
  float: left;
  margin-bottom: 20px;
  margin-left: 20px;
}

.thumbnail {
  display: block;
  padding: 4px;
  line-height: 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
     -moz-transition: all 0.2s ease-in-out;
       -o-transition: all 0.2s ease-in-out;
          transition: all 0.2s ease-in-out;
}

a.thumbnail:hover,
a.thumbnail:focus {
  border-color: #bbb;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.thumbnail &gt; img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #555;
}

.media,
.media-body {
  overflow: hidden;
  *overflow: visible;
  zoom: 1;
}

.media,
.media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media &gt; .pull-left {
  margin-right: 10px;
}

.media &gt; .pull-right {
  margin-left: 10px;
}

.media-list {
  margin-left: 0;
  list-style: none;
}

.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 12px;
  line-height: 14px;
  color: #fff;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.carousel {
  position: relative;
  margin-bottom: 20px;
  line-height: 1;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner &gt; .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
     -moz-transition: 0.6s ease-in-out left;
       -o-transition: 0.6s ease-in-out left;
          transition: 0.6s ease-in-out left;
}
.carousel-inner &gt; .item &gt; img,
.carousel-inner &gt; .item &gt; a &gt; img {
  line-height: 1;
}
.carousel-inner &gt; .active,
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  display: block;
}
.carousel-inner &gt; .active {
  left: 0;
}
.carousel-inner &gt; .next,
.carousel-inner &gt; .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner &gt; .next {
  left: 100%;
}
.carousel-inner &gt; .prev {
  left: -100%;
}
.carousel-inner &gt; .next.left,
.carousel-inner &gt; .prev.right {
  left: 0;
}
.carousel-inner &gt; .active.left {
  left: -100%;
}
.carousel-inner &gt; .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 50%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #fff;
  text-align: center;
  background: #222;
  border: 3px solid #fff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -o-opacity: 0.5;
  filter: alpha(opacity=50);
}
.carousel-control.right {
  right: 15px;
  left: auto;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
  -moz-opacity:0.9;
  -webkit-opacity: 0.9;
  -o-opacity: 0.9;
  filter: alpha(opacity=90);
}
.carousel-indicators {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  margin: 0;
  list-style: none;
}
.carousel-indicators li {
  display: block;
  float: left;
  width: 10px;
  height: 10px;
  margin-left: 5px;
  text-indent: -999px;
  background-color: #ccc;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 5px;
}
.carousel-indicators .active {
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333;
  background: rgba(0, 0, 0, 0.75);
}
.carousel-caption h4,
.carousel-caption p {
  line-height: 20px;
  color: #fff;
}
.carousel-caption h4 {
  margin: 0 0 5px;
}
.carousel-caption p {
  margin-bottom: 0;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.invisible {
  visibility: hidden;
}
.affix {
  position: fixed;
}
.ico{
  display: inline-block;
  *display: inline;
  *zoom:1;
  vertical-align: middle;
}
.yw-wrapper{
  padding:15px 0 25px 0;
}
.yw-wrapper .container{
  background-color:#fff;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  -o-border-radius:5px;
  box-shadow: rgba(0,0,0,.1) 0 2px 2px;
}
.layout-side,.layout-main{
  float:left;
}
.layout-side{
  width:14.5%;
}
.layout-main{
  width:85.5%;
}
.yw-header{
  background-color:#fff; 
  border-bottom:#e1e1e1 1px solid;
  min-width:100%;
  width:100%;
  height:80px;
  display: block;
}
.footer{
  background:#919191;
  color:#fff;
  font-size:14px;
  padding:50px 0;
}
.footer a{
  color:#fff;
}
.footer .copyright p{
  text-align:center;
  margin:0;
}
.yw-map{
  height:550px;
  position: relative;
}
.yw-map .map-content{
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:550px;
  z-index:400;
}
.yw-map .yw-map-plus{
  position: relative;
  z-index: 500;
}
.yw-map .yw-contact{
  width:305px;
  height:250px;
  position: absolute;
  top:95px;
  left:20px; 
  background-color:rgba(36,36,36,.7);
  color:#fff;
  padding:30px;
}
.ie8 .yw-map .yw-contact,.ie7 .yw-map .yw-contact{   
  background-color:#222;
  filter:alpha(opacity=70); 
}
.yw-map .yw-contact h2{
  font-size: 22px;
  font-weight:200;
  margin: 30px 0 60px 0;
  padding: 0;
}
.yw-map .yw-contact ul{
  padding: 0;
  margin: 0;
}
.yw-map .yw-contact ul li{
  list-style: none;
  padding: 0;
  margin:5px;
  font-size:14px;
}
.yw-wrapper-main{
  min-height: 550px;
  background-color: #fff;
}
.contact-main{
  padding:60px 0;
}
.contact-main h2{
  font-size:26px;
  line-height: 26px;
  border-left:3px #00cccc solid;
  padding:0 0 0 10px;
  height:30px;
  text-indent: -999em;
  overflow: hidden;
  margin:0;  
}
.contact-main h2,.contact-main .ico,.contact-ico .ico{
  background: url(img/contact_img.png) no-repeat;
}
.contact-main .ico,.contact-ico .ico{
  height:18px;
  width:18px;
  margin-right:10px;
  display: inline-block;
  *disaplay:inline;
  *zoom:1; 
  vertical-align: top;
  margin-top:5px;
}
.ico.ico-qq{
  background-position:0 -98px;
}
.ico.ico-weixin{
  background-position:0 -124px;
  width:23px;
}
.ico.ico-phone{
  background-position:0 -150px;
}
.contact-main .aboutus{
  padding-right:50px;
}
.contact-main .aboutus h2{
  background-position: 10px -5px;
}
.contact-main .tan{
  padding-left:50px;
}
.contact-main .tan h2{
  background-position: 10px -50px;
}
.contact-main .info{
  padding-top:40px;
  font-size:16px;
  margin:0;
}
.contact-main ul{
  list-style: none;
  margin:0;
}
.contact-main ul li{
  margin:0 0 10px 0;
}
.contact-main ul li.line{
  border-top:#ddd 1px solid;
  width:130px;
}
.contact-main ul li .item{
  margin:5px 10px 10px 0;
  display: inline-block;
  *disaplay:inline;
  *zoom:1; 
  width:180px;
  font-size: 18px;
  line-height: 22px;
}
.contact-main h3{
  font-size:20px;
  font-weight:normal;
  margin: 0 0 10px 0;
  padding: 0;
}
.contact-main h3 small{
  font-size: 16px;
  color:#616161;
}
.yw-side-nav a{  
  color:#303030;
}
.icon-group [class*="icon-"],
.icon-group [class^="icon-"]
{
  margin-right: 5px;
}
.icon-group{
  white-space: nowrap;
}
.icon-star{
  background-position: -17px -392px;
}
.icon-star.checked{
  background-position: 0 -392px;
}
.yw-side-nav .nav [class^="icon-"], .yw-side-nav .nav [class*=" icon-"]{
  width:20px;
  height:24px;
  vertical-align: middle;
  position: absolute;
  top:8px;
  left:20px;
}
.icon-order{
  background-position: 0 0;
}
.icon-money{
  background-position: 0 -49px;
}
.icon-msg{
  background-position: 0 -99px;
}
.icon-product{
  background-position: 0 -149px;
}
.icon-all-product{
  background-position: 0 -200px;
}
.icon-story{
  background-position: 0 -245px;
}
.icon-mystory{
  background-position: 0 -303px;
}
.icon-myprofile{
  background-position: 0 -347px;
  height:24px;
}
.icon-favorite{
  background-position: -22px -417px;
}
.icon-share{
  background-position: -45px -417px;
}
.icon-like{
  background-position: 0 -417px;
}
.icon-face{
  background-position: 0 -440px;
  width:16px;
  height:16px;
}
.icon-picture{
  background-position: -21px -440px;
  width:19px;
  height:16px;
}
.user-logo{
  position: relative;
  z-index:0;
  padding:30px 5px 30px 90px;
  border-bottom:#ebebeb 1px solid;
  height:60px;
  min-height:60px;
  height:auto !important;
}
.user-logo .imgbox{
  width:60px;
  height:60px;
  position: absolute;
  top: 30px;
  left:20px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  overflow: hidden;
}
.user-logo .imgbox img{
  width:60px;
}
.user-logo .username{
  padding:5px 0 0 0;
  max-width: 90px;
  font-size: 16px;
  overflow: hidden;
  text-overflow:ellipsis;
  white-space: nowrap;
}
.user-logo .fans{
  font-size: 12px;
  color:#777;
  white-space: nowrap;
}
.user-satisfy{
  border-bottom:#ebebeb 1px solid;
  padding: 10px 20px;
  color:#5b5b5b;
  font-size: 14px;
  zoom:1;
}
.user-satisfy .split{
  color:#d4d4d4;
  margin:0 5px;
}
.yw-main{
  border-left:#ebebeb 1px solid;
  padding: 20px;
  height:600px;
  height:auto !important;
  min-height:600px;
}
.main-top-banner{
  background-color:#4b4b55;
  text-align: center;
}
.main-top-banner img{
  height:100%;
}
.search-form{
  margin:10px 0;
}
.label-controls-group{
  margin:10px 0;
}
.label-controls{
  border:#ddd 1px solid;
  padding:10px;
  background: #fbfbfb;
}
.label-controls.inline{
  display:inline-block;
  *display:inline;
  *zoom:1;
}
.label-controls label{
  margin:0 10px 0 0;
}
.controls{
  margin-top:10px;
  margin-bottom:10px;
}
.controls-button{
  padding:20px 0;
  text-align: center;
}
.title{
  font-size:14px;
  color:#303030;
}
.user-pic-s img{
  width:40px;
  height:40px;
}
.table-data,.editor-control{
  margin:10px 0;
}
.float-form{
  width:0;
  position: relative;
  z-index: 0;
  height:26px;
}
.float-form .form-row{
  position:absolute;
  top:0;
  left:0; 
  height:26px;
  white-space:nowrap;
}
.float-form .form-row input[type="text"]{
  width:79px;
  transition:width ease .3s;
  -webkit-transition:width ease .3s;
}
.float-form .form-row .btn{
  visibility: hidden;
  padding:2px 10px;
}
.float-form .form-row.focus input[type="text"]{
  width:100px;
}
.float-form .form-row.focus .btn{
  visibility: visible;
}
.yw-upload-imglist{
  margin:20px 0 10px 0;
}
.yw-upload-imglist .thumbnails{
  margin:0;
}
.yw-upload-imglist .thumbnails .item{
  width:130px;
  height:130px;
  margin:0 10px 0 0;
}
.yw-upload-imglist .thumbnail{
  position:relative;
  z-index: 1;
}
.yw-upload-imglist .thumbnail .close{
  position:absolute;
  top:-10px;
  right:-10px;
  font-size:22x;
  color:#fff;
  background:#000;
  width:24px;
  height:24px;
  font-weight:200;
  text-align: center;
  line-height: 22px;
  border-radius:13px;
  -moz-border-radius:13px;
  -webkit-border-radius:13px;
  opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  -o-opacity:0;
  filter:alpha(opacity=0);
  transition:opacity 1s;
  -webkit-transition:opacity 1s;
  -moz-transition:opacity 1s;
  -o-transition:opacity 1s;
}
.yw-upload-imglist .thumbnail:hover .close{
  opacity:.9;
  -moz-opacity:.9;
  -webkit-opacity:.9;
  -o-opacity:.9;
  filter:alpha(opacity=90);
}
.yw-upload-imglist .thumbnail .imgbox{
  width:120px;
  height:120px;
  overflow:hidden;
}
.yw-upload-imglist .thumbnail .imgbox img{
  max-width:100%;
}
.yw-upload-imglist .thumbnail .file{
  position: absolute;
  top:5px;
  left:5px;
  width:120px;
  height:120px;
  opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  -o-opacity:0;
  filter:alpha(opacity=0);
}
.editor-control textarea{
  width:90%;
}
.story-face{
  padding:10px 0;
}
.story-face img{
  width:100%;
}
.yw-story-list{
  position: relative;
  z-index: 0;
}
.yw-story-list .action{
  position: absolute;
  top:10px;
  right:10px;
}
.yw-story-list .action .btn{
  margin-left:10px;
}
.yw-story-list h3{
  font-size:20px;
  color:#303030;
  padding:5px 0;
  margin:0;
  line-height: 1.5;
}
.yw-story-list h3 a{
  color:#303030;
}
.yw-story-list h3 .time{
  color:#808080;
  margin-left: 20px;
  font-size:14px;
  font-weight:normal;
}
.yw-story-list .icon-group{
  margin-bottom: 10px;
}
.yw-story-list .story-item{
  position: relative;
  z-index: 0;
  margin:0 0 15px 0; 
}
.yw-story-list .story-item .thumbnail{
  padding:5px;
  height:122px;
}
.yw-story-list .story-item .face-img{
  width:240px;
  height:122px;
  float: left;
  margin:0 15px 0 0;
  overflow: hidden;
}
.yw-story-list .story-item .face-img img{
  width:250px;
}
.yw-story-list .story-item h3{
  font-size:16px;
  height:20px;
  overflow: hidden;
}
.yw-story-list .story-item .updatetime{
  color:#999;
}
.yw-story-list .story-item .brief{
  height: 60px;
  overflow: hidden;
  margin-top: 5px;
}

.thumb-list .thumbnail{
  padding:0;
  border-color:#f2f2f2;
  position: relative;
  z-index: 0;
}
.thumb-list .thumbnails &gt; li{
  margin-bottom:10px;
}
.thumb-list .thumbnail .imgbox{
  position: relative;
  z-index: 0;
  text-align: center;  
  height:230px;
  background-color:#fafafa;
  overflow: hidden;
}
.thumb-list .thumbnail .imgbox a{
  display: block;
  position: absolute;
  left:50%;
  top:0;
  height:230px;
  width:3000px;
  margin-left:-1500px;
  text-align: center;
}
.thumb-list .thumbnail .imgbox img{
  height:230px;
}
.thumb-list .thumbnail .imgbox ins{ 
  position: absolute;
  right:0;
  bottom:0;
  padding:0 5px;
  font-size:16px;
  display: inline-block;
  color:#fff;  
  background:rgba(0,0,0,.4);
  *background: #000;
  background: #000 /9;
  filter:alpha(opacity=40);
  text-decoration: none;
}
.thumb-list .thumbnail .action{
  position: absolute;
  top:0;
  right:0;
  z-index: 15;
}
.thumb-list .thumbnail .action .btn{
  margin-left: 1px;
}
.thumb-list .thumbnail h3{
  font-size:16px;
  margin:0 0 5px 0;
  height: 28px;
  line-height: 28px;
  overflow: hidden;
}
.thumb-list .thumbnail h3 a{
  color:#303030;
}
.thumb-title{
  padding: 10px;
  color:#747474;
}
.thumb-bottom{
  background:#fafafa;
  padding: 10px;
  border-top:#f2f2f2 1px solid;
}
.thumb-list .pull-off{
  z-index:10;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-color:#333;  
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  -o-border-radius:3px;  
  z-index: 5;
  opacity:.5;
  -moz-opacity:.5;
  -webkit-opacity:.5;
  -o-opacity:.5;
  filter:alpha(opacity=50);
}
.thumb-list .pull-off-text{
  z-index:12;
  position: absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  color:#b5b5b5;
  line-height: 250px;
  font-size: 22px;
  text-align: center;
   z-index: 6;
}
.offset-r20{
  margin-right:20px;
}
.offset-r10{
  margin-right:10px;
}
.fonts-large{
  font-size:22px;
  line-height: 22px;
  color:#4f4f4f;
  text-decoration: none;
}
.fonts-large.hot{
  color:#ff7257;
}
.sale-group{
  padding:5px 0 0 0;
}
.main-title{
  font-size: 16px;
  margin:0 0 10px 0;
  padding: 0;
  border-bottom: #f1f1f1 2px solid;
  height:36px;
}
.main-title span{
  display: inline-block;
  *display:inline;
  *zoom:1;
  width:120px; 
  height:30px;  
  line-height: 30px;
  color:#303030;
  border-bottom:#00cccb 3px solid;
  position: relative;
  z-index: 0;
}
.fund-box.first{
  margin-right:10px;
  margin-bottom: 10px;
}
.fund-box.last{
  margin-left:10px;
  margin-bottom: 10px;
}
.fund-box .card-box{
  border:#e6e6e6 1px solid;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 15px 20px;
  height:160px;
}
.fund-box .card-box label{
  font-size:14px;
}
.fund-box .card-box p{
  padding: 5px 0;
}
.fund-box .card-box .line{
  border-bottom:#eee 1px solid;
}
.article{
  font-size:14px;
  padding:10px 0;
}
.article p{
  margin:0 0 10px 0;
}
.pro-satisfy{
  font-size:14px;
  padding:10px 0  10px 0;
  border-bottom: #eee 1px solid;
}
.pro-photo-carousel{
  padding:10px 0;
  height:380px;
}
.pro-photo-carousel img{
  height:380px;
}
.pro-photo-carousel .carousel-inner &gt; .item{
  text-align: center;
}
.pro-top{
  position: relative;
  z-index: 0;
  padding-right: 200px;
}
.pro-top .update-time{
  position: absolute;
  top:8px;
  right:0;
}
.pro-title{
  font-size:20px;
  line-height: 1.5;
  color:#303030;
  margin:0 0 10px 0;
}
.pro-price{
  font-size:18px;
}
.pro-price ins{
  text-decoration: none;
  color:#ff7257;
}
.stock{
  margin-left: 20px;
}
.pro-property{
  padding:10px 0;
}
.pro-spec{
  margin:10px 0;
  color:#999;
}
.pro-spec label{
  display: inline-block;
  *display:inline;
  *zoom:1;
}
.pro-spec .label-spec{
  display: inline-block;
  *display:inline;
  *zoom:1;
  border:#ddd 1px solid;
  padding:0 5px;
  text-align: center;
  margin:0 10px 5px 0;
  cursor: pointer;
  min-width:25px;
}
.pro-spec .label-spec:hover,.pro-spec .label-spec.selected{
  border-color:#ff7257;
  color:#ff7257;
}
.pro-info{
  border-top:#eee 1px solid;
}
.loginContent{
  padding:30px 0 20px 0;
  width:402px; 
  margin-right: auto;
  margin-left: auto; 
  font-size:14px;
}
.loginContent .contact-ico{
  margin-top:10px;
}
.loginContent .contact-ico .item{
  margin-right:20px;
}
.loginForm{
  width:402px;  
}
.loginForm .input-large-h{
  height:30px;
  line-height: 30px;
  font-size: 20px;
  padding:10px 15px 10px 50px;
  width:340px;
  border-color:#c5c5c5 1px solid;
}
.input-user{
  background:url(img/email_l.png) no-repeat 12px 50%;
}
.input-pwd{
  background:url(img/password_l.png) no-repeat 12px 50%;
}
input[type="submit"].btn-login{
  padding:15px 0;
  width:402px;
  background:#00cccb;
  color:#fff;
  font-size:20px;
  border-color:#00cccb;
}
.dropdown-menu.dropdown-menu-more{
  width:600px;
  padding:0;
}
.dropdown-content{
  padding:10px 10px 10px 20px;
}
.dropdown-content h4{
  color:#303030;
  font-size:14px;
}
.dropdown-content ul,.dropdown-content ul li{
  margin:0;
  padding: 0;
  list-style:none;
}
.dropdown-content ul li{
  float:left;
  width:60px;
}
.yw-main.chat-main{
  padding:0;
  overflow: hidden;
}
.chat-main .chat-side{
  background: #f2f2f3;
  height:600px;
  width:25%;
  float:left;
}
.chat-main .chat-content{  
  height:600px;
  width:74.9999865655566%; 
  float:left;
}
.chat-search{
  height:35px;
  border-bottom: #e0e0e0 1px solid;
  position: relative;
  z-index: 5;
  padding:5px;
}
.chat-search input[type="text"]{
  border-color: transparent;
  height:25px;
  width:180px;
  background: #e3e3e3 url(img/ico_search.png) no-repeat 5px 50%;  
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.chat-search input[type="text"]:focus{
  border-color:#d5d5d5;
  background: #fff;
}
.chat-user-list{
  padding: 0;
  margin:0;  
}
.chat-user-list li.active,.chat-user-list li:hover{
  background-color: #e6e7e8;
}
.chat-user-list li{
  padding:10px 15px;
  cursor: pointer;  
  height:36px;
}
.chat-user-list .item{
  position: relative;
  z-index: 0;
  height:36px;
  padding: 0 0 0 46px;
  font-size:14px;
  overflow: hidden;
  margin-top:-20px \9;
  *margin-top:0;
}
.chat-user-list .item .num{
  position: absolute;
  right:2px;
  top:5px;
  display: inline-block;
  *display:inline;
  *zoom:1;
  color:#fff;
  background-color: #ec655b;
  border-radius:10px;
  -webkit-border-radius:10px;
  -moz-border-radius:10px;
  -o-border-radius:10px;
  font-size:10px;
  line-height: 14px;
  padding:0px 5px;
  min-width:15px;
  text-align: center;
  font-weight:normal;
  vertical-align:middle;
}
.chat-user-list .item .pic{
  position: absolute;
  top:0;
  left:0;
  width:36px;
  height:36px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
}
.chat-user-list .item h3{
  color:#303030;
  height:20px;
  line-height: 20px;
  overflow: hidden;
  font-size:12px;
  margin: 0;
  padding: 0;
  font-weight:normal;
}
.chat-user-list .item p{
  color:#848484;
  height:20px;
  font-size: 12px;
  overflow: hidden;
}
.chat-send{
  height:120px;
  border-top:#ececec 1px solid;
  border-left:#ececec 1px solid;
}
.chat-toolbar{
  height:25px;  
  z-index: 5;
  border-bottom: #ececec 1px solid;
  position: relative;
}
.chat-toolbar .item{
  margin-left:10px;
}
.chat-toolbar .chat-face{
  width:373px;
}
.face-list{
  padding: 0;
  margin: 0;
}
.face-list li{
  list-style: none;
  float:left;
  margin: -1px 0 0 -1px;
  padding:4px 2px;
  height:22px;
  width:26px;
  border:#eee 1px solid;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
}
.face-list li:hover{
  border:#ff7f66 1px solid;
  position: relative;
}
.chat-send-input{
  height:95px;
  overflow:hidden;
}
.chat-send-input textarea{
  height:95px;
  width:100%;
  border:0;
  padding:10px;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  overflow-y:auto;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  resize: none;
  border-radius:0 0 5px 0;
  -webkit-border-radius:0 0 5px 0;
  -moz-border-radius:0 0 5px 0;
}
.chat-bubble{
  padding:10px 15px;
  font-size: 12px;
  border-left:#ececec 1px solid;
}
.chat-time{
  color:#999;
  text-align: center;
  margin: 10px 0;
}
.bubble-left,.bubble-right{
  position: relative;
  z-index: 0;
}
.bubble-left{
  padding-left:50px;
}
.bubble-right{
  text-align:right;
  padding-right: 50px;
}
.chat-bubble .pic{
  position: absolute;
  top:0;
  width:36px;
  height:36px;
}
.chat-bubble .pic img{
  width:36px;
  height:36px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  -o-border-radius:50%;
}
.chat-bubble .bubble-left .pic{
  left:0;
}
.chat-bubble .bubble-right .pic{
  right:0;
}
.bubble {
  position: relative;
  display: inline-block;
  *display:inline;
  *zoom:1;
  min-width: 30px;
  max-width: 300px;
  word-break: break-all;
  word-wrap: break-word;
  min-height: 22px;
  background: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f0f0f0, #f4f4f4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f0f0f0), to(#f4f4f4));
  background-image: -webkit-linear-gradient(top, #f0f0f0, #fafafa);
  background-image: -o-linear-gradient(top, #f0f0f0, #fafafa);
  background-image: linear-gradient(to bottom, #f0f0f0, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0', endColorstr='#f4f4f4', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  margin-bottom: 20px;
  padding: 6px 8px;
  border:#dbdbdb 1px solid;
}
.bubble:before {
  content: '';
  display: block;
  font-size: 0;
  width: 0;
  height: 0;
  border-width: 10px 10px 8px 0px;
  position: absolute;
  top: 9px;
  left: -10px; 
  border-color: transparent #dbdbdb transparent #dbdbdb;
  border-style:solid;
}
.bubble:after {
  content: '';
  display: block;
  font-size: 0;
  position: absolute;
  top: 10px;
  left: -9px; 
  width: 0;
  height: 0;
  border-width: 9px 9px 7px 0px;
  border-color: transparent #f4f4f4 transparent #f4f4f4;
  border-style: solid;
}
.bubble .content {
  position: relative;
  padding: 0 4px;
}
.bubble .content:before {
  content: '';
  position: absolute;
  margin: auto;
  top: -5px;
  left: 0;
  width: 100%;
  height: 12px;
}
.bubble-right .bubble {
  background-color: #fcfcfc;
  background-image: -moz-linear-gradient(top, #fff, #fafafa);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#fafafa));
  background-image: -webkit-linear-gradient(top, #fff, #fafafa);
  background-image: -o-linear-gradient(top, #fff, #fafafa);
  background-image: linear-gradient(to bottom, #fff, #fafafa);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.bubble-right .bubble:before {
  left:auto;
  right: -10px;
  border-width: 10px 0px 8px 10px;
}
.bubble-right .bubble:after {
  left:auto;
  right: -9px;
  border-width: 9px 0px 7px 9px;
  border-color: transparent #fdfdfd transparent #fdfdfd;
  border-style: solid;
}
.express-list li.cur{
  color:#ff0000;
}
.hr{
  margin:15px 0;
  height:0;
  font-size:0;
  line-height: 0;
  border-bottom: #ebebeb 1px solid;
}
.myprofile{
  position: relative;
  z-index: 0;
}
.myprofile .mypic{
  position: absolute;
  top:0;
  right:20px;
  width:150px;
  text-align: center;
}
.myprofile .mypic .img{
  width:125px;
  height:125px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  overflow: hidden;
  margin: 0 auto;
}
.myprofile .mypic .uploadpic{
  position:relative;
  z-index: 0;
}
.myprofile .mypic .uploadpic .upload-file{
  width:60px;
  margin-left:40px;
  height:auto;
}
.comment-list{
  margin:0;
  padding: 0;
  list-style: none;
}
.comment-list{
  padding-bottom:20px;
}
.comment-list .item{
  border-bottom: #eee 1px solid; 
}
.comment-box{
  padding:10px 70px 10px 70px;
  margin:0;
  position: relative;
  z-index: 0;
  display: block;  
}
.comment-box .comment-user{
  float:left;
  width:50px;
  margin-left:-70px;
}
.comment-box .user-meta{
  height:30px;
  height: auto !important;
  min-height: 60px;
  text-align: center;
}
.comment-box .user-meta a{
  color:#303030;
  display: block;
  width:3.8em;
  overflow: hidden;
  text-align:center;
}
.comment-box .comment-pic{
  width:40px;
  height:40px;
  border-radius:50%;
  -webkit-border-radius:50%;
  -moz-border-radius:50%;
  overflow:hidden;
  margin:0 auto 5px auto;
}
.comment-box .user-satisfy{
  font-size:12px;
  padding: 10px 0 0 0;
  border-bottom: 0;
}
.comment-box .comment-content{
  margin:0;
}
.comment-box .text b{
  color:#303030;
}
.comment-box .time{
  color:#bbb;
  margin-bottom: 0;
}
.comment-box .comment-action{
  position: absolute;
  top:10px;
  right:0;
  width:50px;
  text-align: right;
  vertical-align: top;
}
.comment-reply{
  padding:5px 0 0 0;
  color:#808080;
}
.comment-reply-form{
  padding:10px 60px 0 0;
  position: relative;
  z-index: 0;
}
.comment-reply-form textarea{
  width:96%;
  height:60px;
  margin: 0;
  resize:none;
}
.comment-reply-form .btn{
  position: absolute;
  bottom:0;
  right:0;
}
.upload-file{
  visibility: visible; 
  width:20px;
  height:16px;
  margin-left: 38px; 
  z-index: 1500; 
  position: absolute; 
  top: 2px; 
  left:0; 
  opacity:0;
  -moz-opacity:0;
  -webkit-opacity:0;
  filter:alpha(opacity=0);
  overflow: hidden;
  cursor: pointer;
}
.upload-file input[type="file"]{
  height:16px;
}
.address-list{
  padding:0;
  margin: 0;
}
.address-list li{
  padding:0;
  margin:0 0 5px 0;
  list-style: none;
}
.address-form{
  padding:10px 0 0 0;
}
.front-cover{
  height:160px;
  height:auto !important;
  min-height:160px;
}
#jcrop-preview-pane {
  display: block;
}
#jcrop-preview-pane .preview-container {
  width: 750px;
  height: 380px;
  overflow: hidden;
}
#jcrop-pane{
  padding: 0 0 35px 0;
  position: relative;
  z-index: 0;
}
#jcrop-pane .action{
  position: absolute;
  bottom:0;
  left:0;
}
#jcrop-pane .btn.upload{
  position: relative;
  z-index: 0;
  overflow: hidden;
}
#jcrop-pane .btn.upload input[type="file"]{
  height:22px;
  position: absolute;
  top:0;
  left:0;
  width:70px;
  opacity: 0;
  -moz-opacity: 0;
  -webkit-opacity: 0;
  filter:alpha(opacity=0);
}
#jcrop-pane-view{
  text-align: center;
}
.nodata{
  padding:150px 10px;
  text-align:center;
  color: #999;
  font-size:16px;
}
.nodata .btn-link{
  font-size:16px;
  text-decoration: underline;
}
.searchDropdown{
  position: relative;
  display: inline-block;
  white-space: nowrap;
  vertical-align: middle;
  margin-bottom: 10px;
}
.searchDropdown input[type="text"]{
  margin-bottom: 0;
}
.searchDropdown .dropdown-menu{
  height:130px;
  overflow-y:auto;
}
@media (min-width: 1210px) {
  .row-fluid {
    width: 100%;
    *zoom: 1;
  }
  .row-fluid:before,
  .row-fluid:after {
    display: table;
    line-height: 0;
    content: "";
  }
  .row-fluid:after {
    clear: both;
  }
  .row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 30px;
    margin-left: 2.564102564102564%;
    *margin-left: 2.5109110747408616%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
  }
  .row-fluid [class*="span"]:first-child {
    margin-left: 0;
  }
  .row-fluid .controls-row [class*="span"] + [class*="span"] {
    margin-left: 2.564102564102564%;
  }
  .row-fluid .span12 {
    width: 100%;
    *width: 99.94680851063829%;
  }
  .row-fluid .span11 {
    width: 91.45299145299145%;
    *width: 91.39979996362975%;
  }
  .row-fluid .span10 {
    width: 82.90598290598291%;
    *width: 82.8527914166212%;
  }
  .row-fluid .span9 {
    width: 74.35897435897436%;
    *width: 74.30578286961266%;
  }
  .row-fluid .span8 {
    width: 65.81196581196582%;
    *width: 65.75877432260411%;
  }
  .row-fluid .span7 {
    width: 57.26495726495726%;
    *width: 57.21176577559556%;
  }
  .row-fluid .span6 {
    width: 48.717948717948715%;
    *width: 48.664757228587014%;
  }
  .row-fluid .span5 {
    width: 40.17094017094017%;
    *width: 40.11774868157847%;
  }
  .row-fluid .span4 {
    width: 31.623931623931625%;
    *width: 31.570740134569924%;
  }
  .row-fluid .span3 {
    width: 23.076923076923077%;
    *width: 23.023731587561375%;
  }
  .row-fluid .span2 {
    width: 14.52991452991453%;
    *width: 14.476723040552828%;
  }
  .row-fluid .span1 {
    width: 5.982905982905983%;
    *width: 5.929714493544281%;
  }
  .row-fluid .offset12 {
    margin-left: 105.12820512820512%;
    *margin-left: 105.02182214948171%;
  }
  .row-fluid .offset12:first-child {
    margin-left: 102.56410256410257%;
    *margin-left: 102.45771958537915%;
  }
  .row-fluid .offset11 {
    margin-left: 96.58119658119658%;
    *margin-left: 96.47481360247316%;
  }
  .row-fluid .offset11:first-child {
    margin-left: 94.01709401709402%;
    *margin-left: 93.91071103837061%;
  }
  .row-fluid .offset10 {
    margin-left: 88.03418803418803%;
    *margin-left: 87.92780505546462%;
  }
  .row-fluid .offset10:first-child {
    margin-left: 85.47008547008548%;
    *margin-left: 85.36370249136206%;
  }
  .row-fluid .offset9 {
    margin-left: 79.48717948717949%;
    *margin-left: 79.38079650845607%;
  }
  .row-fluid .offset9:first-child {
    margin-left: 76.92307692307693%;
    *margin-left: 76.81669394435352%;
  }
  .row-fluid .offset8 {
    margin-left: 70.94017094017094%;
    *margin-left: 70.83378796144753%;
  }
  .row-fluid .offset8:first-child {
    margin-left: 68.37606837606839%;
    *margin-left: 68.26968539734497%;
  }
  .row-fluid .offset7 {
    margin-left: 62.393162393162385%;
    *margin-left: 62.28677941443899%;
  }
  .row-fluid .offset7:first-child {
    margin-left: 59.82905982905982%;
    *margin-left: 59.72267685033642%;
  }
  .row-fluid .offset6 {
    margin-left: 53.84615384615384%;
    *margin-left: 53.739770867430444%;
  }
  .row-fluid .offset6:first-child {
    margin-left: 51.28205128205128%;
    *margin-left: 51.175668303327875%;
  }
  .row-fluid .offset5 {
    margin-left: 45.299145299145295%;
    *margin-left: 45.1927623204219%;
  }
  .row-fluid .offset5:first-child {
    margin-left: 42.73504273504273%;
    *margin-left: 42.62865975631933%;
  }
  .row-fluid .offset4 {
    margin-left: 36.75213675213675%;
    *margin-left: 36.645753773413354%;
  }
  .row-fluid .offset4:first-child {
    margin-left: 34.18803418803419%;
    *margin-left: 34.081651209310785%;
  }
  .row-fluid .offset3 {
    margin-left: 28.205128205128204%;
    *margin-left: 28.0987452264048%;
  }
  .row-fluid .offset3:first-child {
    margin-left: 25.641025641025642%;
    *margin-left: 25.53464266230224%;
  }
  .row-fluid .offset2 {
    margin-left: 19.65811965811966%;
    *margin-left: 19.551736679396257%;
  }
  .row-fluid .offset2:first-child {
    margin-left: 17.094017094017094%;
    *margin-left: 16.98763411529369%;
  }
  .row-fluid .offset1 {
    margin-left: 11.11111111111111%;
    *margin-left: 11.004728132387708%;
  }
  .row-fluid .offset1:first-child {
    margin-left: 8.547008547008547%;
    *margin-left: 8.440625568285142%;
  }
  input,
  textarea,
  .uneditable-input {
    margin-left: 0;
  }
  .controls-row [class*="span"] + [class*="span"] {
    margin-left: 30px;
  }
  .thumbnails {
    margin-left: -30px;
  }
  .thumbnails &gt; li {
    margin-left: 30px;
  }
  .row-fluid .thumbnails {
    margin-left: 0;
  }
  .container{
    width:1180px;
  }
  .nav-list &gt; li &gt; a{
    padding-left:80px;
  }
  .user-logo .username{
    max-width: 150px;
  }
  .thumb-list .thumbnail .imgbox{
    width:290px;
  }
  .chat-search input[type="text"]{
    width:218px;
  }
}
@media (max-width: 1200px) {
  .container{
  width:1000px;
  } 
  .thumb-list .thumbnail .imgbox{
    width:245px;
  }
  .chat-search input[type="text"]{
    width:180px;
  }
  
}
</pre></body></html>