.flex-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
}
.flex-1 {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

body{
	background: #f9f9f9;
}
.site-page {
	padding-bottom: .5rem;
}

/*--- 一像素边框的样式和flex-box的样式 begin ---*/
.border-after {
	position: relative;
}
.border-after:after{
	content: '';
    position: absolute;
    left: 0;
    bottom:0;
    width: 200%;
    height: 1px;
    background-color: #e5e5e5;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform-origin: top left;
    -webkit-transform-origin: top left;
}
/*--- 一像素边框的样式和flex-box的样式 end ---*/

/*--- 头部样式 begin ---*/
header {
	width: 100%;
	height: auto;
	border-top: 0.04rem solid #222;
}
.history-box {
	width: 100%;
	height: 0.50rem;
	line-height: 0.50rem;
	position: relative;
	background: #fff;
}
.back {
	position: absolute;
    top: 0;
    left: 0;
    text-align: left;
}
.back-btn {
	display: block;
    width: .45rem;
    color: #333333;
    font-size: .2rem;
    font-weight: bold;
    text-align: center;
}
.logo {
	display: inline-block;
    width: 100%;
    text-align: center;
}
.choose-btns {
	position: relative;
	height: 0.45rem;
	padding: .1rem;
	background: #fff;
	font-size: 12px;
	text-align: center;
}
.choose-btns li {
	position: relative;
	height: .25rem;
	margin-left: .1rem;
	border-radius: .2rem;
	background: #f5f5f5;
	color: #999999;
	line-height: .25rem;
}
.choose-btns li:first-of-type {
	margin-left: 0;
}
.choose-btns .active {
	background: #efd46a;
	color: #222222;
}
.choose-btns .red-round{
	position: absolute;
	top:0.03rem;
	right:0.08rem;
	width: 0.05rem;
	height: 0.05rem;
	border-radius: 50%;
	background: #f2463f;
}
/*--- 头部样式 begin ---*/

/*--- order list begin ---*/
.list {
	width: 100%;
	padding-bottom: .5rem;
}
.order-item {
	width: 100%;
	margin-top: .1rem;
	background: #fff;
}
.order-item-link {
	display: block;
}
.order-no-status {
	height: .45rem;
	padding: 0 .15rem;
	color: #777777;
	font-size: .12rem;
	line-height: .45rem;
}
.order-no .icon-tuangou {
	margin-left: .05rem;
	color: #52515b;
	font-size: .14rem;
}
.order-no .icon-jiaji2 {
	margin-left: .05rem;
	color: #ff5959;
	font-size: .4rem;
	vertical-align: -.1rem;
}
.paied-color {
	color: #2daf55;
}
.unpay-color {
	color: #ff5959;
}
.canceled-color {
	color: #999999;
}
.order-course {
	padding: .075rem .15rem;
	background: #f9f9f9;
}
.give-item {
	margin-top: .05rem;
}
.course-pic {
	overflow: hidden;
	width: .6rem;
	height: .6rem;
	border-radius: .03rem;
	background: #ebecee;
	text-align: center;
	line-height: .6rem;
}
.course-pic img {
	display: block;
	width: 100%;
	height: 100%;
}
.course-pic .icon {
	margin-top: .1rem;
	font-size: .36rem;
}
.course-info {
	overflow: hidden;
	margin-left: .1rem;
}
.course-name {
	overflow: hidden;
	height: .18rem;
	/*color: #555555;
	font-size: .12rem;
	font-weight: bold;*/
	line-height: .18rem;
}
.course-name span {
	color: #555555;
	font-size: .12rem;
	font-weight: bold;
	vertical-align: top;
}
.course-name .icon-yiguoqi {
	/*display: none;*/
	color: #999;
	font-size: .32rem;
	vertical-align: top;
}
/*.expired-item .course-name .icon-yiguoqi {
	display: inline;
}*/
.icon-yiguoqi {
	color: #999;
	font-size: .32rem;
	vertical-align: middle;
}
.course-type {
	margin-top: .02rem;
	color: #999999;
	font-size: .1rem;
}
.course-count {
	height: .18rem;
	color: #555555;
	font-size: .1rem;
	line-height: .18rem;
}
.time-total-price {
	height: .4rem;
	padding: 0 .15rem;
	color: #999999;
	font-size: .1rem;
	line-height: .4rem;
}
.time-total-price div {
	overflow: hidden;
}
.total-price {
	text-align: right;
}
.price {
	color: #ff5959;
	font-size: .12rem;
}
.order-options {
	height: .43rem;
	padding-top: .07rem;
	padding-right: .15rem;
	text-align: right;
}
.option-btn {
	display: inline-block;
	width: .63rem;
	height: .22rem;
	margin-left: .03rem;
	border-radius: .03rem;
	background: #efd46a;
	color: #333333;
	font-size: 12px;
	text-align: center;
	line-height: .22rem;
}
.cancel-btn {
	background: #f5f5f5;
	color: #777777;
}
.type-icons {
	/*margin-top: .08rem;*/
	margin-top: .03rem;
}
.type-icons .icon {
	font-size: .18rem;
}
/*--- order list end ---*/

/*--- list loading and no more data css begin ---*/
.no-data {
	padding-top: 0.46rem;
}
.no-data .icon-box {
	text-align: center;
}
.no-data .icon-box .icon {
	width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
   font-size: 106px;
}
.no-data .look-all{
	width: 0.90rem;
	height: 0.24rem;
	margin: 0 auto;
	margin-bottom: 12px;
	border-radius: 0.03rem;
	background: #f3d872;
	color: #333;
	font-size: 12px;
	text-align: center;
	line-height: 0.24rem;
}
.no-data p {
	margin-top: -4px;
	margin-bottom: 14px;
	color: #999;
	font-size: 12px;
	text-align: center;
}
.no-data .go-index {
	width: 0.90rem;
	height: 0.24rem;
	margin:0 auto;
	border-radius: 0.03rem;
	background: #f3d872;
	color:#333;
	font-size: 12px;
	text-align: center;
	line-height: 0.24rem;
}
.no-data .go-index a {
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}
.show-all .look-all {
	display: block;
}
/*--- no more data begin ---*/
/*.no-more-data {
	color: #999;
	font-size: 0.12rem;
	text-align: center;
	line-height: 0.40rem;
}*/
/*--- no more data end ---*/
/*--- loading begin ---*/
.loading {
	text-align: center;
	line-height: 0.40rem;
}
.loading > p {
	display: inline-block;
    margin-left: 10px;
    color: #999;
    font-size: .10rem;
    vertical-align: 4px;
}
.loading > div {
    display: inline-block;
}
/*加载中的css3的样式*/
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-square-spin,
.la-square-spin > div {
    position: relative;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.la-square-spin {
    display: block;
    font-size: 0;
    color: #ccc;
}
.la-square-spin.la-dark {
    color: #333;
}
.la-square-spin > div {
    display: inline-block;
    float: none;
    background-color: currentColor;
    border: 0 solid currentColor;
}
.la-square-spin {
    width: 18px;
    height: 18px;
}
.la-square-spin > div {
    width: 100%;
    height: 100%;
    border-radius: 0;
    -webkit-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
       -moz-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
         -o-animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
            animation: square-spin 3s 0s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-square-spin.la-sm {
    width: 16px;
    height: 16px;
}
.la-square-spin.la-2x {
    width: 64px;
    height: 64px;
}
.la-square-spin.la-3x {
    width: 96px;
    height: 96px;
}
/*
 * Animation
 */
@-webkit-keyframes square-spin {
    0% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
                transform: perspective(100px) rotateX(0) rotateY(0);
    }
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
                transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
                transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
                transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
                transform: perspective(100px) rotateX(0) rotateY(360deg);
    }
}
@-moz-keyframes square-spin {
    0% {
        -moz-transform: perspective(100px) rotateX(0) rotateY(0);
             transform: perspective(100px) rotateX(0) rotateY(0);
    }
    25% {
        -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
             transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
             transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
             transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -moz-transform: perspective(100px) rotateX(0) rotateY(360deg);
             transform: perspective(100px) rotateX(0) rotateY(360deg);
    }
}
@-o-keyframes square-spin {
    0% {
        transform: perspective(100px) rotateX(0) rotateY(0);
    }
    25% {
        transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        transform: perspective(100px) rotateX(0) rotateY(360deg);
    }
}
@keyframes square-spin {
    0% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
           -moz-transform: perspective(100px) rotateX(0) rotateY(0);
                transform: perspective(100px) rotateX(0) rotateY(0);
    }
    25% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
           -moz-transform: perspective(100px) rotateX(180deg) rotateY(0);
                transform: perspective(100px) rotateX(180deg) rotateY(0);
    }
    50% {
        -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
           -moz-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
                transform: perspective(100px) rotateX(180deg) rotateY(180deg);
    }
    75% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
           -moz-transform: perspective(100px) rotateX(0) rotateY(180deg);
                transform: perspective(100px) rotateX(0) rotateY(180deg);
    }
    100% {
        -webkit-transform: perspective(100px) rotateX(0) rotateY(360deg);
           -moz-transform: perspective(100px) rotateX(0) rotateY(360deg);
                transform: perspective(100px) rotateX(0) rotateY(360deg);
    }
}
/*--- loading end ---*/
/*--- list loading and no more data css end ---*/

/*--- 列表样式更新 2017-05-08 begin ---*/
.icon {
   width: 1em; height: 1em;
   vertical-align: -0.15em;
   fill: currentColor;
   overflow: hidden;
}
/*--- 列表样式更新 2017-05-08 end ---*/

/*--- 课程剩余课时悬浮条河悬浮弹窗 2017-05-09 begin ---*/
.course-remain-brief {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: .5rem;
	background: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(3, 0, 0, 0.15);
	-moz-box-shadow: 0px 0px 10px 0px rgba(3, 0, 0, 0.15);
	box-shadow: 0px 0px 10px 0px rgba(3, 0, 0, 0.15);
	line-height: .5rem;
}
.view-remain, .remain-count {
	padding-left: .15rem;
	color: #555555;
	font-size: .12rem;
}
.view-remain .icon-jiantou-copy1 {
	margin-left: .05rem;
	font-size: .14rem;
	vertical-align: middle;
}
.to-select-area {
	padding-right: .15rem;
	text-align: right;
}
.to-select-btn {
	display: inline-block;
	width: .7rem;
	height: .3rem;
	border-radius: .03rem;
	background: #f5f5f5;
	color: #999999;
	font-size: .12rem;
	text-align: center;
	line-height: .3rem;
}
.select-active {
	background: #f3d872;
	color: #555555;
}
.course-remain-cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(36, 36, 36, .3);
	z-index: 425;
}
.course-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.6rem;
	background: #fff;
	z-index: 500;
}
.remain-summary {
	width: 100%;
	height: .5rem;
	background: #fff;
	line-height: .5rem;
}
.course-remain-list {
	padding: 0 .15rem;
}
.course-remain-item {
	height: .5rem;
	color: #999999;
	font-size: .12rem;
	line-height: .5rem;
}
.course-remain-count {
	text-align: right;
}
.count-not-give {
	color: #333333;
}
.one2one-remain .count-not-give {
	padding-top: .18rem;
	margin-bottom: .02rem;
}
.one2one-remain p {
	line-height: .15rem;
}
/*--- 课程剩余课时悬浮条河悬浮弹窗 2017-05-09 end ---*/








