@charset "UTF-8";

/* @颜肌课堂列表 */

.classroom {
  padding: 0 0.2rem;
  width: 6rem;
  margin: 0 auto;
}

.classroom .cr-tab .active {
  -moz-box-shadow: 0px 0px 0.12rem #c2dcf8;
  -webkit-box-shadow: 0px 0px 0.12rem #c2dcf8;
  box-shadow: 0px 0px 0.12rem #c2dcf8;
}

.classroom .cr-tab .active-m {
  float:left;
  -moz-box-shadow: 0px 0px 0.12rem #c2dcf8;
  -webkit-box-shadow: 0px 0px 0.12rem #c2dcf8;
  box-shadow: 0px 0px 0.12rem #c2dcf8;
}

.classroom .cr-tab .active .cr-tit,
.classroom .cr-tab .active .cr-more {
  color: #1487ff;
}

.classroom .cr-tab li {
  background: #fff;
  margin-top: 0.2rem;
  padding: 0.2rem 0;
}
.classroom .cr-tab-exh li {
  background: #fff;
  padding: 0.2rem 0;
}

.classroom .cr-tab li:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
}

.classroom .cr-tab .cr-item {
  float: left;
}

.classroom .cr-tab .cr-item-iTxt {
  padding: 0 0.1rem;
}

.classroom .cr-tab .cr-tit {
  width: 3.8rem;
  font-size: 0.26rem;
  /*line-height: 1;*/
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}
.classroom .cr-tab .cr-tit-long {
  width: 5.8rem;
  font-size: 0.26rem;
  /*line-height: 1;*/
  color: #1487ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
  margin-left: 0.09rem;
}

.cr-tit-long-1 {
  width: 3.2rem;
  font-size: 0.26rem;
  text-align:center;
  color: #1487ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0.09rem;
}
.classroom .cr-tab .cr-tit-m {
  width: 2.6rem;
  font-size: 0.26rem;
  /*line-height: 1;*/
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}

.classroom .cr-tab .cr-txt {
  width: 3.6rem;
  font-size: 0.2rem;
  line-height: 1.6;
  color: #4c4c4c;
  margin-left: 0.14rem;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.classroom .cr-tab .cr-txt-1 {
  width: 3.2rem;
  font-size: 0.2rem;
  line-height: 1.6;
  color: #4c4c4c;
  margin-left: 0.14rem;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.classroom .cr-tab .cr-more {
  color: #666666;
  font-size: 0.14rem;
}

.classroom .cr-tab .cr-item-iImg {
  width: 1.6rem;
  /*height: 1.6rem;*/
  padding: 0.04rem 0.2rem;
  overflow: hidden;
}
.classroom .cr-tab .cr-item-iImg-2 {
  width: 2rem;
  padding: 0.04rem 0.2rem;
  overflow: hidden;
}
.cr-item-iImg-3 {
	float:left;
  width: 2rem;
  padding: 0.04rem 0.2rem;
  overflow: hidden;
}

.classroom .cr-tab .cr-item-iImg-m {
  width: 2.6rem;
  /*height: 1.6rem;*/
  padding: 0.04rem 0.2rem;
  overflow: hidden;
}
.classroom .cr-tab .cr-item-iImg-m img {
  max-width: 100%;
}

.classroom .cr-tab .cr-item-iImg img {
  max-width: 100%;
}

/* @新闻内页 */

.newsArt {
  width: 6rem;
  padding: 0 0.2rem 0;
  margin: 0 auto;
  background-color: #fff;
}

.newsArt .na-title {
  font-size: 0.3rem;
  line-height: 1.54;
  padding-top: 0.14rem;
  padding-bottom: 0.14rem;
  margin-top: 0.14rem;
  margin-bottom: 0.14rem;
  font-weight: normal;
  color: #000;
  text-align:center;
  border-bottom: 1px solid #09F;
}

.newsArt .na-parts {
  margin-top: 0.15rem;
  line-height: 1.6;
  font-size: 0.2rem;
  overflow: hidden;
}

.newsArt .na-parts p {
  margin-top: 0.16rem;
}

.newsArt .na-parts p img {
  max-width: 100%;
}

.newsArt .na-alone {
  margin: 0.2rem 0 0.48rem;
}

.newsArt .na-alone li {
  float: left;
}

.newsArt .na-alone-img {
  width: 3.19rem;
  height: 3rem;
  position: relative;
}

.newsArt .na-alone-img:before {
  display: block;
  content: '';
  width: 3.12rem;
  height: 2.94rem;
  border: 0.02rem solid #000;
  position: absolute;
  top: 0.14rem;
  left: 0.17rem;
  z-index: 1;
}

.newsArt .na-alone-img img {
  position: absolute;
  z-index: 2;
  max-width: 100%;
}

.newsArt .na-alone-part {
  padding: 0.23rem 0 0 0.71rem;
  font-size: 0.2rem;
  line-height: 1.6;
}

.newsArt .na-part-item {
  margin-bottom: 0.32rem;
  width: 2.1rem;
}

.newsArt .na-item-tit {
  position: relative;
}

.newsArt .na-item-tit:before {
  display: block;
  content: '';
  width: 0.06rem;
  height: 0.06rem;
  border: 0.02rem solid #000;
  border-radius: 50%;
  position: absolute;
  top: 0.11rem;
  left: -0.24rem;
}

.newsArt .na-part-item p {
  margin-top: 0;
}

/* @专题列表 */

.featuredList {
  padding: 0 0.2rem;
  width: 6rem;
  margin: 0 auto;
}

.featuredList .fl-item {
  margin-top: 0.2rem;
  padding: 0.2rem 0.2rem 0.44rem;
  background: #fff;
}

.featuredList .fl-thumbnail {
  width: 100%;
  height: 2.8rem;
  overflow: hidden;
}

.featuredList .fl-title {
  position: relative;
  margin-top: 0.19rem;
  padding-right: 1.7rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.26rem;
  color: #1e1e1e;
  line-height: 1;
}

.featuredList .fl-price {
  position: absolute;
  top: 0;
  right: 0;
  color: #1487ff;
  background-color: #fff;
}

.featuredList .fl-des {
  margin-top: 0.13rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 1.6;
}

.featuredList li.active {
  -moz-box-shadow: 0px 0.06rem 0.2rem #dfebf7;
  -webkit-box-shadow: 0px 0.06rem 0.2rem #dfebf7;
  box-shadow: 0px 0.06rem 0.2rem #dfebf7;
}

/* @专题内页 */

.featuredArt {
  width: 6rem;
  padding: 0.2rem 0.2rem 0;
  margin: 0 auto;
}

.fa-title {
  font-size: 0.26rem;
  line-height: 1.54;
  margin-top: 0.14rem;
  font-weight: normal;
  color: #000;
}

.fa-parts {
  margin-top: 0.15rem;
  line-height: 1.6;
  font-size: 0.2rem;
  overflow: hidden;
}

.fa-parts p {
  margin-top: 0.16rem;
}

.fa-parts p img {
  max-width: 100%;
}

/*文章页独立部分*/

.featuredArt .fa-alone {
  margin: 0.41rem 0 0;
}

.featuredArt .fa-alone li {
  float: left;
}

.featuredArt .fa-alone-img {
  width: 3rem;
  height: 3rem;
}

.featuredArt .fa-alone-img img {
  max-width: 100%;
}

.featuredArt .fa-alone-part {
  padding: 0.4rem 0 0 0.28rem;
  font-size: 0.2rem;
  line-height: 1.6;
}

.featuredArt .fa-item {
  width: 2.4rem;
}

.featuredArt .fa-item-tit {
  font-size: 0.24rem;
  color: #000;
  margin-bottom: 0.1rem;
}

.featuredArt .fa-titem {
  font-size: 0.26rem;
  color: #1487ff;
  margin-top: 0.35rem;
  line-height: 0.4rem;
}

.featuredArt .fa-shop {
  display: inline-block;
  width: 0.4rem;
  height: 0.4rem;
  background: #1487ff;
  border-radius: 50%;
  text-align: center;
  margin-left: 0.4rem;
}

.featuredArt .fa-titem img {
  width: 0.24rem;
  height: 0.26rem;
  vertical-align: middle;
}

.featuredArt .fa-item p {
  margin-top: 0;
}

/* @消息中心列表 */

.msgList .ml-item {
  margin: 0.34rem auto 0;
  width: 6rem;
}

.msgList .ml-date {
  margin-bottom: 0.14rem;
}

.msgList .ml-date .ico-clock {
  display: inline-block;
  width: 0.19rem;
  height: 0.2rem;
  background: url("../../images/public/ico_clock.png") no-repeat;
  -webkit-background-size: 0.19rem 0.2rem;
  background-size: 0.19rem 0.2rem;
  vertical-align: top;
}

.msgList .ml-time {
  font-size: 0.2rem;
  line-height: 1;
}

.msgList .ml-info {
  width: 5.58rem;
  padding: 0.2rem 0.18rem 0.2rem 0.24rem;
  background: #fff;
}

.msgList .ml-img {
  width: 1.6rem;
  height: 1.6rem;
  overflow: hidden;
  float: left;
  margin-right: 0.2rem;
}

.msgList .ml-img img {
  width: 100%;
  height: 100%;
}

.msgList .ml-part {
  width: 3.78rem;
  float: left;
}

.msgList .ml-title {
  color: #000;
  font-size: 0.26rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.msgList .ml-txt {
  font-size: 0.2rem;
  line-height: 1.6;
  margin-top: 0.16rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.msgList .active .ml-title,
.msgList .active .ml-time {
  color: #1487ff;
}

.msgList .active .ico-clock {
  background: url("../../images/public/ico_clock_active.png") no-repeat;
  -webkit-background-size: 0.19rem 0.2rem;
  background-size: 0.19rem 0.2rem;
}

.msgList .active .ml-info {
  -moz-box-shadow: 0 0.03rem 0.1rem #bdd5f4;
  -webkit-box-shadow: 0 0.03rem 0.1rem #bdd5f4;
  box-shadow: 0 0.03rem 0.1rem #bdd5f4;
}

.cr-txt-2 {
  text-align:right;
  font-size: 0.2rem;
  line-height: 1.6;
  color: #4c4c4c;
  margin-left: 0.14rem;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.cr-txt-3 {
  width: 1.3rem;
  font-size: 0.2rem;
  text-align: center;
  line-height: 1.6;
  color: #4c4c4c;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
  margin-left: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cr-txt-4 {
  width: 5.8rem;
  font-size: 0.2rem;
  text-align: left;
  line-height: 1.6;
  color: #4c4c4c;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.cr-txt-5 {
  width: 3.2rem;
  font-size: 0.2rem;
  line-height: 1.6;
  color: #4c4c4c;
  margin-bottom: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.classroom .cr-tab .cr-item-iImg-Magazine {
  width: 2.6rem;
  /*height: 1.6rem;*/
  padding: 0 0.2rem;
  overflow: hidden;
}
.classroom .cr-tab .cr-item-iImg-Master {
  width: 2.0rem;
  /*height: 1.6rem;*/
  padding: 0 0.2rem;
  overflow: hidden;
}
.classroom .cr-tab .cr-item-iTxt-Magazine {
  width: 2.6rem;
  padding: 0 0.1rem;
}
.classroom .cr-tab .cr-item-iTxt-Master {
  width: 3.4rem;
  /*padding: 0 0.1rem;*/
}
.cr-tit-Magazine {
  width: 2.6rem;
  font-size: 0.3rem;
  /*line-height: 1;*/
  color: #1487ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}
.cr-txt-Magazine {
  width: 2.6rem;
  font-size: 0.25rem;
  line-height: 1.8;
  color: #4c4c4c;
  margin-left: 0.14rem;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cr-txt-Magazine-info {
  width: 5.2rem;
  font-size: 0.25rem;
  line-height: 1.8;
  color: #4c4c4c;
  margin-left: 0.14rem;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cr-tit-Magazine-info {
  width: 5.2rem;
  font-size: 0.3rem;
  /*line-height: 1;*/
  color: #1487ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-bottom: 0.09rem;
}
.cr-tit-m-m {
  text-align:left;
  width: 2.6rem;
  font-size: 0.2rem;
  /*line-height: 1;*/
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.16rem;
  margin-bottom: 0.09rem;
}

.ico-m-info {
  width: 0.3rem;
  height: 0.28rem;
  overflow: hidden;
  background: url(../../images/usercenter/ico_info.png) no-repeat;
  -webkit-background-size: 0.3rem 0.28rem;
  background-size: 0.3rem 0.28rem;
}
.ico-m-step {
  width: 0.3rem;
  height: 0.28rem;
  overflow: hidden;
  background: url(../../images/usercenter/ico_privi.png) no-repeat;
  -webkit-background-size: 0.3rem 0.28rem;
  background-size: 0.3rem 0.28rem;
}
.cr-txt-Master {
  width: 3.6rem;
  font-size: 0.20rem;
  line-height: 1.8;
  color: #4c4c4c;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}


.oa-orderAct ul {
  border-top: 1px solid #e5e5e5;
  /*border-bottom: 1px solid #e5e5e5;*/
  background: #fff;
  margin:0.2rem 0.2rem 0 0.2rem;
}

.oa-li {
  width: 50%;
  text-align: center;
  height: 0.78rem;
  line-height: 0.78rem;
  float: left;
  font-size: 0.26rem;
}
.oa-li a {
  position: relative;
  display: block;
}

.active a {
  color: #1487ff;
}


.oa-exh-li {
  width: 25%;
  text-align: center;
  height: 0.78rem;
  line-height: 0.78rem;
  /*float: left;*/
  display: inline-block;
  font-size: 0.22rem;
}

.oa-exh-li a {
  position: relative;
  display: block;
}

.oa-exh-order-li {
  width: 25%;
  text-align: center;
  height: 0.78rem;
  line-height: 0.78rem;
  float: left;
  font-size: 0.26rem;
}

.oa-list-li {
  width: 33%;
  text-align: center;
  height: 0.78rem;
  line-height: 0.78rem;
  float: left;
  font-size: 0.26rem;
}
.oa-list-li a {
  position: relative;
  display: block;
}


.oa-exh-order-li a {
  position: relative;
  display: block;
}

.oa-orderAct .active a:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0rem;
  width: 0.8rem;
  height: 0.05rem;
  overflow: hidden;
  background-color: #1487ff;
}

.oa-list {
  border-bottom: 3px solid #e5e5e5;
}

.oa-piece {
  margin-top: 0.19rem;
  background: #fff;
  padding: 0 0.2rem;
}
.oa-piece-exh {
  /*margin-top: 0.19rem;*/
  background: #fff;
  padding: 0 0.2rem;
}

.oa-shop {
  height: 0.59rem;
  padding: 0.2rem 0 0;
  line-height: 1.72;
  font-size: 0.22rem;
  border-bottom: 1px solid #e5e5e5;
}

.oa-state {
  float: right;
}

.content-master
{
  background: #fff;
  margin:0 0.2rem 0 0.2rem;
  padding: 0.2rem;
  font-size: 0.20rem;
  line-height: 1.8;
  color: #4c4c4c;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.history_l {
  width: 1.8rem;
  float:left;
  text-align:center;
  font-size: 0.20rem;
  line-height: 1.8;
  color: #4c4c4c;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.history_r {
  width: 3.6rem;
  float:left;
  font-size: 0.20rem;
  line-height: 1.8;
  color: #4c4c4c;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.history_b {
  width: 5rem;
  font-size: 0.26rem;
  line-height: 1.8;
  color: #1487ff;
  margin-top: 0.14rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.cr-tit-exh {
  width: 5.6rem;
  font-size: 0.26rem;
  text-align:left;
  line-height: 2;
  color: #1487ff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.09rem;
  margin-left: 0.18rem;
  margin-bottom: 0.09rem;
}

.cr-text-exh {
  width: 2.6rem;
  float:left;
  font-size: 0.2rem;
  text-align:left;
  line-height: 2;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.28rem;
  margin-bottom: 0.09rem;
}

.cr-text-exh-long {
  width: 5.2rem;
  float:left;
  font-size: 0.2rem;
  text-align:left;
  line-height: 2;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-left: 0.28rem;
  margin-bottom: 0.09rem;
}

.cr-tit-exh-img {
  width: 5.8rem;
  text-align:center;
  margin-left: 0.09rem;
  margin-bottom: 0.09rem;
}

.cr-tit-exh-btn {
  width: 5.0rem;
  float: left;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-top: 0.09rem;
  margin-left: 0.46rem;
}

.cr-tit-exh-detail-btn {
  position:fixed;
  z-index:3;
  bottom:0px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  
  width: 5.6rem;
  float: left;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
  margin-bottom: 1.09rem;
  margin-left: 0.40rem;
}

.cr-exh-order-btn {
  width: 2.2rem;
  float: left;
  height: 0.7rem;
  text-align: center;
  line-height:0.7rem;
  border: none;
  -webkit-border-radius: 0.15rem;
  border-radius: 0.15rem;
  font-size: 0.3rem;
  background-color: #1487ff;
  color: #fff;
}

#container{
	width: 5.0rem;
    float:left;
	z-index:10;
}
	
.oa-i-time {
  width: 5.6rem;
  font-size: 0.26rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}

.oa-i-time-left {
  width: 5.6rem;
  font-size: 0.28rem;
  color: #000;
  line-height:0.6rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
  text-align:left;
}

.oa-i-prices {
  width: 5.6rem;
  text-align:right;
  line-height:0.8rem;
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}
.oa-i-prices-1 {
  width: 3.6rem;
  float:left;
  text-align:right;
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}
.oa-i-prices-2 {
  width: 2rem;
  float:left;
  text-align:right;
  font-size: 0.28rem;
  color: #000;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}
.oa-i-titles {
  width: 5.6rem;
  text-align:left;
  font-size: 0.3rem;
  color: #1487ff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}
.oa-i-titles-1 {
	float:left;
  width: 4.6rem;
  text-align:left;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
  margin-left:0.07rem;
}
.oa-i-name {
  float:left;
  width: 1 rem;
  text-align:left;
  font-size: 0.3rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 0.07rem;
}

.oa-item-exh {
  padding: 0.2rem 0;
  line-height: 1.6;
}
.getPhoneCode {
  float: right;
  width: 2.11rem;
  height: 0.5rem;
  line-height: 0.5rem;
  font-size: 0.26rem;
  margin-right: 0.44rem;
}
