@charset "utf-8";
.grade-progress-bg {

    display: table-cell;

    vertical-align: middle;

    width: 12.3rem;

    height: .14rem;

    overflow: hidden;

  }
  .grade-star-gradual {

    height: 0.38rem; 

    -webkit-border-radius: .15rem;

    border-radius: .15rem;

    overflow: hidden;

    background: #e5e5e5;

  }
  .grade-star-gradual span.progress {

    width: 0;

    height: 100%;

    display: block;

    -webkit-border-radius: .15rem;

    border-radius: .15rem;

    -webkit-transition: width 1s ease-out;

    -o-transition: width 1s ease-out;

    transition: width 1s ease-out;

    background: -webkit-gradient(linear, left top, right top, from(#f23f5c), to(#fea94e));

    background: -o-linear-gradient(left, #f23f5c, #fea94e 100%);

    background: linear-gradient(to right, #f23f5c, #fea94e 100%);

    background: -webkit-linear-gradient(left, #666666, #666666 100%);

  }
		




	.grade-progress-box
	{
			   display: table-cell;

    vertical-align: middle;

    width: 14rem;

    height: 0.14rem;

    overflow: hidden;
		}
	.grade-star-bg {

    position: relative;

    display: table-cell;

    width: 14rem;

    height: 1.8rem;

    overflow: hidden;

    margin-right: .22rem;

    vertical-align: middle;

  }

  .grade-star-xx {

    height: 12.16rem;

    -webkit-border-radius: .15rem;

    border-radius: .15rem;

    overflow: hidden;

    background: #e5e5e5;

  }

  .grade-star-bg .grade-star-xx {

    height: 100%;

  }

  .grade-star-img {

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: url("/https/drivers.mydrivers.com/images/icon/xx.png") no-repeat;

    -webkit-background-size: 100% 100% !important;

    background-size: 100% 100% !important;

  }
	.grade-star-xx	 span.progress {

    width: 0;

    height: 100%;

    display: block;

    -webkit-border-radius: .15rem;

    border-radius: .15rem;

    -webkit-transition: width 1s ease-out;

    -o-transition: width 1s ease-out;

    transition: width 1s ease-out;

    background: -webkit-gradient(linear, left top, right top, from(#f23f5c), to(#fea94e));

    background: -o-linear-gradient(left, #f23f5c, #fea94e 100%);

    background: linear-gradient(to right, #f23f5c, #fea94e 100%);

    background: -webkit-linear-gradient(left, #FF9F00, #FF9F00 100%);

  }

