/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
/*开始颜色,中间颜色,结束颜色,开始方向 ,结束方向,ie执行方向(0从上到下,1从左到右)*/
i {
  font-style: normal;
}
.clear:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.lt {
  float: left;
}
.rt {
  float: right;
}
body {
  background: #f1f1f1;
}
textarea::-webkit-input-placeholder {
  color: #999999 !important;
  font-size: 0.2rem;
}
textarea:-moz-placeholder {
  color: #999999 !important;
  font-size: 0.2rem;
}
textarea::-moz-placeholder {
  color: #999999 !important;
  font-size: 0.2rem;
}
textarea:-ms-input-placeholder {
  color: #999999 !important;
  font-size: 0.2rem;
}
/*nav*/
nav {
  width: 100%;
  background: #ffffff;
  height: 0.88rem;
  padding: 0 4%;
  line-height: 0.9rem;
  margin: 0 auto;
  display: flex;
  align-items: center;
}
nav a {
  display: block;
  width: 0.18rem;
  height: 0.31rem;
}
nav a img {
  display: block;
  width: 100%;
}
nav p {
  display: block;
  margin: 0 auto;
  font-size: 0.36rem;
  color: #000000;
}
/*banner*/
.banner {
  width: 100%;
  background: url(../images/banner_bg.jpg) no-repeat center;
  height: 3.78rem;
  background-size: 100% 100%;
  padding-top: 0.01rem;
}
.banner img {
  display: block;
  width: 100%;
  background: #eeeeee;
}
.banner .pic {
  width: 1.76rem;
  height: 1.76rem;
  margin: 0.2rem auto 0;
  overflow: hidden;
  border-radius: 50%;
}
.banner .nick {
  font-size: 0.3rem;
  color: #222222;
  text-align: center;
  margin: 0.22rem;
}
/*待付款列表*/
.info {
  width: 7rem;
  background-color: #ffffff;
  box-shadow: 0px 0.05rem 0.14rem 0.02rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
  margin: -1rem auto 0;
  padding: 0.3rem 0.2rem 0.1rem;
}
.info ul {
  display: flex;
}
.info ul li {
  margin-bottom: 0.22rem;
  line-height: 0.36rem;
}
.info ul li:first-child {
  width: 1.2rem;
  font-size: 0.24rem;
  color: #999999;
}
.info ul li:last-child {
  width: 5.4rem;
  font-size: 0.24rem;
  color: #333333;
}
/*相关课程*/
.kc {
  width: 7rem;
  margin: 0.2rem auto;
  background: #ffffff;
  padding: 0 0.2rem;
  box-shadow: 0px 0.05rem 0.14rem 0.02rem rgba(0, 0, 0, 0.05);
  border-radius: 0.1rem;
}
.kc .tit {
  padding-top: 0.38rem;
  padding-bottom: 0.2rem;
}
.kc .tit i {
  display: inline-block;
  width: 6px;
  height: 0.28rem;
  background-color: #ff8901;
  vertical-align: middle;
}
.kc .tit span {
  display: inline-block;
  font-size: 0.3rem;
  color: #333333;
  margin-left: 0.1rem;
  vertical-align: middle;
}
.kc ul li {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 1px #eeeeee;
  padding: 0.2rem 0;
}
.kc ul li .kc_lt {
  width: 2.58rem;
  height: 1.5rem;
}
.kc ul li .kc_lt a{
    display: block;
}
.kc ul li .kc_lt img {
  width: 100%;
}
.kc ul li .kc_rt {
  position: relative;
}
.kc ul li .kc_rt h2 {
  font-size: 0.3rem;
  color: #333333;
  width: 3.9rem;
  line-height: 0.4rem;
}
.kc ul li .kc_rt .time {
  font-size: 0.2rem;
  color: #999999;
  margin-top: 0.2rem;
}
.kc ul li .kc_rt .price {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 0.3rem;
  color: #ff8900;
}
.dongtai_box {
  width: 7rem;
  background-color: #FFFFFF;
  margin: 0.2rem auto;
  border-radius: 0.1rem;
  box-shadow: 0px 0.05rem 0.14rem 0.02rem rgb(0 0 0 / 5%);
}
.dongtai_box dl {
  padding: 0.3rem 0.4rem;
}
.dongtai_box dl dd {
  position: relative;
  padding: 0.12rem 0;
  border-bottom: 0.02rem solid #F5F5F5;
  margin-bottom: 0.3rem;
}
.dongtai_box dl dd a {
  display: block;
}
.dongtai_box dl dd a h3 {
  font-size: 0.28rem;
  font-weight: 500;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.dongtai_box dl dd a .bot {
  display: flex;
  justify-content: space-between;
  margin: 0.3rem 0;
}
.dongtai_box dl dd a .bot .lt {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}
.dongtai_box dl dd a .bot .lt img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.04rem;
}
.dongtai_box dl dd a .bot .rt {
  display: flex;
  align-items: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #999999;
}
.dongtai_box dl dd a .bot .rt img {
  display: block;
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.04rem;
}
.dongtai_box dl dd:last-of-type {
  border-bottom: none;
}
.pagetion {
  width: 7rem;
  padding-left: 0.4rem;
}
.pagetion ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetion ul a,
.pagetion ul span {
  width: 0.8rem;
  height: 0.8rem;
  background: #FFFFFF;
  border-radius: 0.08rem;
  border: 0.02rem solid #D8D8D8;
  line-height: 0.8rem;
  text-align: center;
  font-size: 0.28rem;
  font-weight: 400;
  margin: 0 0.1rem;
}
