

/* 公共样式 */
.font_12{
	font-size: 12px;
	color: #000000;
}
.text-left{
	text-align: left;
}
.text-right{
	text-align: right;
}
.flex-al1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 20%;
}

.flex0 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex0_1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flex1 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.flex10 {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* 顶部样式 */
.mine_head {
    position: relative;
    padding-bottom: 52%;
    color: white;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.mine_head .titlebar {
    color: white;
    position: absolute;
	font-size: 16px;
	height: 48px;
    line-height: 48px;
    left: 0;
    right: 0;
    top: 0;
    text-align: center;
    background-color: transparent;
}

.icon_back1 {
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -10px;
    width: 10px;
    height: 20px;
    background-image: url(../images/ico_mylesson_back.png);
    background-repeat: no-repeat;
    background-size: 100%;
}

.titlebar > span {
    display: block;
    margin: 0 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.mine_head .mine_head_body {
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.mine_head .tx {
    margin: 0 auto;
    width: 63px;
    height: 63px;
    font-size: 0;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid #e0e0ef;
    background-color: #e0e0ef;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.mine_head .tx img {
    width: 100%;
    height: 100%;
}

.mine_head .nickname, .mine_head .tip {
    text-align: center;
    font-size: 16px;
	max-height: 50px;
    overflow: hidden;
}


/* 订单列表 */
.list_grid {
  padding: 0 10px;
  background-color: white;
}

.list_grid .order_content{
	padding: 20px 0 5px 0;
	border-bottom: 1px solid #e0e0e0;
}

.list_grid .order_content .order_sn{
	padding: 4px 2px;
    border-radius: 5px;
	background-color: #fbfafa;
}

.list_grid .order_content .order_status{
	font-weight: bold;
}

.list_grid .order_content .order_btn {
    padding: 15px 5px 5px 0;
    font-size: 13px;
}

.list_grid .normal_grid {
  margin: 0;
  padding-top: 5px;
}

.list_grid .normal_grid + .normal_grid {
  border-top: 1px solid #e4e5ea;
}

.normal_grid .normal_grid_a {
    width: 42%;
    min-width: 150px;
    margin-right: 10px;
}

.flex_g0 {
    -webkit-flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.img-box {
    padding-bottom: 61.6%;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

.img-box .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
    font-size: 0;
}

.img-box .img img {
    width: 100%;
    height: 100%;
}

.learned {
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 3px 6px;
    font-size: 10px;
    position: absolute;
    color: white;
    font-weight: lighter;
    bottom: 3px;
    right: 3px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.learned::before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 4px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid white;
}

.grid_title2 {
    font-size: 12px;
    color: #000000;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    word-wrap: break-word;
	padding-bottom: 5px;
}

.grid_info {
    font-size: 12px;
    color: #737373;
    min-height: 19px;
	margin-top: 1px;
}

.grid_info .price {
    font-size: 13px;
    color: #ceab6b;
}

.mar5 {
    margin-left: 5px;
    margin-right: 5px;
}

.grid_bottom2 {
    min-height: 25px;
    margin-top: 5px;
}

.grid_bottom2 .paid {
    font-size: 11px;
    color: white;
    padding: 6px 14px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-color: #989898;
    -webkit-box-shadow: 0 5px 9px rgba(170,170,170,.36);
    -moz-box-shadow: 0 5px 9px rgba(170,170,170,.36);
    box-shadow: 0 5px 9px rgba(170,170,170,.36);
    background-image: -webkit-linear-gradient(bottom, rgba(55,55,55,.33), rgba(188,188,188,.33));
    background-image: -moz-linear-gradient(bottom, rgba(55,55,55,.33), rgba(188,188,188,.33));
    background-image: -o-linear-gradient(bottom, rgba(55,55,55,.33), rgba(188,188,188,.33));
    background-image: -ms-linear-gradient(bottom, rgba(55,55,55,.33), rgba(188,188,188,.33));
    background-image: linear-gradient(to top, rgba(55,55,55,.33), rgba(188,188,188,.33));
}

.grid_bottom2 .eva {
    font-size: 11px;
    color: #969696;
    margin-left: 10px;
}


/* 支付、取消、二维码按钮 */
.weui_tab {
	overflow-y: scroll;
}
.weui_tabbar {
	position: fixed;
}
.mylesson-btn {
	display: inline-block;
	width: 80px;
	height: 32px;
	border-radius: 5px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	font-size: 14px;
	margin-left: 5px;
}
.cancle-btn {
	background-color:#a0a0a0;
}
.pay-btn {
	background-color:#f23030;
}
.evaluate-btn {
	background-color:#326fde;
}
.verify-btn {
	background-color:#1da167;
}