/* pages/index/index.wxss */
.indexHeader{
  position: relative;
  width: 100%;
  height: 150px;
  border-radius: 0 0 10px 10px;
  background: #5296f4;
  background: linear-gradient(to bottom, #5296f4, #7474e4);
  margin-bottom: 70px
}
.con_indexHeader{
  position: absolute;
  bottom: -60px;
  left: 0;
  right: 0;
  margin: auto;
  width: 95%;
  height: 150px;
  border-radius: 7px;
  background: #fff;
}
.con_indexHeader>view{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 95%;
  height: 134px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
}
.con_indexHeader>view>image{
  width: 100%;
  height: 134px;
}
.title{
  position: absolute;
  top: 0;
  left: 7%;
  font-size: 13px;
  display: flex;
  align-items: center;
  height: 50px;
  color: #fff;
}
.title>image{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}
.girdList{
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  font-size: 12px;
}
.girdList>view{
  width: 25%;
  height: 73px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.girdList>view>image{
  width: 42px;
  height: 42px;
}
.girdList>view>view{
  width: 100%;
  text-align: center;
}

.topTitle{
  width: 100%;
  height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.topTitle>view{
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 100%;
  justify-content: center;
}
.topTitle>view>text{
  margin: 0 10px;
  font-size: 15px;
  color: #000;
  font-weight: bold;
}
.leftLine{
  width: 18%;
  height: 2px;
  background: linear-gradient(to left, #599eff, #fff);
}
.rightLine{
  width: 18%;
  height: 2px;
  background: linear-gradient(to right, #599eff, #fff);
}
.topTitle>text{
  position: absolute; 
  top: 0;
  bottom: 0;
  right: 5%;
  margin: auto;
  font-size: 12px;
  color: #666;
  display: flex;
  align-items: center;
}

.practice>view{
  width: 100%;
}