.asRange {
  position: relative;
  width: 331px;
  height: 8px;
  background-color: #cfcdc7;
  border-radius: 8px; }
  .asRange .asRange-pointer {
    position: absolute;
    left: 30%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    z-index: 2;
    border-radius: 9px; }
    .asRange .asRange-pointer:before {
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      content: '';
      background: #6ba1ad;
      border-radius: inherit; }
    .asRange .asRange-pointer:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      border-radius: inherit; }
    .asRange .asRange-pointer.start {
      left: 0%;
      margin-left: 4px; }
    .asRange .asRange-pointer.stop {
      left: 100%;
      margin-left: -12px; }
    .asRange .asRange-pointer .asRange-tip {
      position: absolute;
      top: -33px;
      left: 0;
      width: 36px;
      height: 20px;
      line-height: 20px;
      margin-left: -15px;
      border: 1px solid #5d5c58;
      background-color: #5d5c58;
      color: #fff;
      font-family: Bpreplay;
      font-size: 12px;
      text-align: center;
      transition: opacity 0.3s ease-in-out 0s;
      border-radius: 3px; }
      .asRange .asRange-pointer .asRange-tip:before {
        position: absolute;
        bottom: -3px;
        left: 50%;
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #5d5c58;
        transform: rotate(-45deg); }
  .asRange .asRange-selected {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 8px;
    background-color: #7ebdcb;
    z-index: 1;
    border-radius: 9px; }
  .asRange .asRange-scale {
    display: none; }

.asRange-scale {
  position: relative;
  width: 331px;
  height: 8px;
  background-color: #cfcdc7;
  border-radius: 8px; }
  .asRange-scale .asRange-pointer {
    position: absolute;
    left: 30%;
    width: 8px;
    height: 8px;
    margin-left: -4px;
    background-color: #fff;
    z-index: 2;
    border-radius: 9px; }
    .asRange-scale .asRange-pointer:before {
      position: absolute;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
      content: '';
      background: #6ba1ad;
      border-radius: inherit; }
    .asRange-scale .asRange-pointer:after {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      background: #fff;
      border-radius: inherit; }
    .asRange-scale .asRange-pointer.start {
      left: 0%;
      margin-left: 4px; }
    .asRange-scale .asRange-pointer.stop {
      left: 100%;
      margin-left: -12px; }
    .asRange-scale .asRange-pointer .asRange-tip {
      position: absolute;
      top: -33px;
      left: 0;
      width: 36px;
      height: 20px;
      line-height: 20px;
      margin-left: -15px;
      border: 1px solid #5d5c58;
      background-color: #5d5c58;
      color: #fff;
      font-family: Bpreplay;
      font-size: 12px;
      text-align: center;
      transition: opacity 0.3s ease-in-out 0s;
      border-radius: 3px; }
      .asRange-scale .asRange-pointer .asRange-tip:before {
        position: absolute;
        bottom: -3px;
        left: 50%;
        content: '';
        display: inline-block;
        width: 6px;
        height: 6px;
        margin-left: -3px;
        background-color: #5d5c58;
        transform: rotate(-45deg); }
  .asRange-scale .asRange-selected {
    position: absolute;
    left: 30%;
    width: 40%;
    height: 8px;
    background-color: #7ebdcb;
    z-index: 1;
    border-radius: 9px; }
  .asRange-scale .asRange-scale {
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 100%;
    height: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
    background: url("../image/scale.png") no-repeat 0 center transparent; }
    .asRange-scale .asRange-scale li {
      position: absolute;
      top: 18px;
      width: 30px;
      height: 20px;
      margin: 0;
      padding: 0;
      margin-left: -15px;
      text-align: center; }
      .asRange-scale .asRange-scale li:first-child {
        left: 0%; }
      .asRange-scale .asRange-scale li:nth-child(2) {
        left: 33.3%; }
      .asRange-scale .asRange-scale li:nth-child(3) {
        left: 66.6%; }
      .asRange-scale .asRange-scale li:last-child {
        left: 100%; }

/*# sourceMappingURL=asRange.css.map */
