body, html {
  height: 100%;
  -webkit-tap-highlight-color: transparent;
}
.demos-title {
  text-align: center;
  font-size: 34px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

.demos-sub-title {
  text-align: center;
  color: #888;
  font-size: 14px;
}

.demos-header {
  padding: 35px 0;
}

.demos-content-padded {
  padding: 15px;
}

.demos-second-title {
  text-align: center;
  font-size: 24px;
  color: #3cc51f;
  font-weight: 400;
  margin: 0 15%;
}

footer {
  text-align: center;
  font-size: 14px;
  padding: 20px;
}

footer a {
  color: #999;
  text-decoration: none;
}

.orbit_text {
    font-size: 0.875rem;
    overflow: hidden;
    padding: 10px 5%;
    width: 90%;
}
.orbit_text li {
    color: #434242;
    line-height: 25px;
    overflow: hidden;
    width: 100%;
    font-size: 14px;
    list-style: none;
}
.orbit_text li .orbit_lef {
    float: left;
    padding-right: 5%;
    padding-top: 10px;
    position: relative;
    text-align: right;
    width: 38%;
}
.orbit_text li .orbit_lef span {
    background: url("../images/list_ioc2.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 11px;
    position: absolute;
    right: -6px;
    top: 18px;
    width: 11px;
    z-index: 99;
}
.orbit_text li:first-child .orbit_lef span {
    background: url("../images/list_ioc1.png") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.orbit_text li .orbit_rit {
    background: url("../images/list_box.png") repeat-y scroll left top rgba(0, 0, 0, 0);
    float: left;
    padding-bottom: 10px;
    padding-top: 10px;
    width: 57%;
}
.orbit_text li .orbit_rit h5 {
    line-height: 25px;
    padding-left: 10%;
    width: 85%;
}
.orbit_text li .orbit_rit time {
    border-bottom: 1px dashed #E5E5E5;
    display: block;
    line-height: 30px;
    margin-left: 3px;
    padding-bottom: 5px;
    padding-left: 10%;
    width: 85%;
}
.orbit_text li:last-child .orbit_rit {
    background: url("../images/list_box.png") no-repeat scroll left top rgba(0, 0, 0, 0);
}
.orbit_text li:last-child .orbit_rit time {
    border-bottom: medium none;
}
.orbit_text li:first-child .orbit_rit {
    background: url("../images/list_f_box.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
}
.orderTitle{
	text-align:center;
}