.trainingList_box {
  width: 1200px;
  margin: 0 auto;
}
.trainingList_title_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.trainingList_title_right {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 0.18rem;
}
.trainingList_title_right img {
  margin-right: 10px;
}
.trainingList_title_left {
  color: #409efe;
}
.trainingList_choose_box {
  width: 100%;
  height: 40px;
  margin-top: 14px;
}
.trainingList_choose_box > ul {
  height: 100%;
  display: flex;
  flex-direction: row;
  background: rgba(103, 166, 230, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
}
.trainingList_choose_box > ul > li {
  width:50%;
  border-right: 1px solid white;
  cursor: pointer;
}
.trainingList_choose_box > ul > li:last-child {
  border-right: 0px solid transparent !important;
}
.tlc_title {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: white;
  font-size: 0.14rem;
  padding: 0rem 0.2rem;
  box-sizing: border-box;
}
.trainingList_box > ul > li {
  margin-top: 10px;
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  border-radius: 4px;
  position: relative;
  padding: 0.1rem 0.15rem;
  box-sizing: border-box;
  background-color: white;
}
.tl_list_text {
  display: flex;
  flex-direction: column;
  font-size: 0.12rem;
}
.tl_list_text_one,
.tl_list_text_icon {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.tltt_one_text {
  color: #409efe;
  font-size: 0.16rem;
}
.tl_list_text_icon {
  margin-left: 0.7rem;
}
.tl_list_text_icon img {
  margin-right: 0.1rem;
}
.tltt_one_text_two {
  color: #00af2f;
}
.tl_list_text_two {
  margin: 0.1rem 0rem 0.15rem 0rem;
  font-size: 14px;
}
.tl_list_text_three {
  color: #555555;
}
.tl_list_text_three span:nth-child(2n) {
  margin-right: 60px;
  color: #999999;
}
.tl_list_btn {
  display: flex;
  flex-direction: row;
  font-size: 12px;
  position: absolute;
  bottom: 10px;
  right: 15px;
}
.tl_list_btn div {
  width: 80px;
  height: 0.24rem;
  text-align: center;
  line-height: 0.24rem;
  color: white;
  border-radius: 4px;
  cursor: pointer;
}
.tl_list_btn a {
  margin-right: 10px;
}
.tl_list_btn a:last-child {
  margin-right: 0px !important;
}
.tl_list_btn_one {
  background-color: #f99615;
}
.tl_list_btn_two {
  background-color: #cccccc;
}
.tltt_two_text {
  color: #e23305;
  font-size: 0.16rem;
}
.tltt_two_text_two {
  color: #e23305;
}
.tl_list_btn_three {
  background-color: #409efe;
}
.page_box {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0.22rem 0rem;
}
.box {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.info {
  color: #409efe;
  margin-left: 10px;
}
.popups_box {
  width: 100%;
  height: 100%;
  background: rgba(246, 250, 255, 1);
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 1;
  display: none;
}
.popups_item {
  margin: 0 auto;
  width: 418px;
  height: 169px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 20px rgba(64, 158, 254, 0.1);
  opacity: 1;
  border-radius: 4px;
  transform: translate(0, 180%);
}
.popups_a {
  width: 418px;
  height: 40px;
  background: rgba(103, 166, 230, 1);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  display: flex;
  justify-content: center;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(255, 255, 255, 1);
}
.popups_a span,
.popups_a img {
  margin: 0px 20px;
}
.popups_b {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-around;
  margin-top: 30px;
}
.popups_b span {
  margin-left: 10px;
}
.popups_c {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.popups_c :nth-child(1) {
  width: 76px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
}
.popups_c :nth-child(2) {
  width: 76px;
  height: 30px;
  background: rgba(204, 204, 204, 1);
  opacity: 1;
  border-radius: 4px;
}
.popups_c button {
  border: none;
  outline: none;
  color: #fff;
  margin: 30px 20px;
}
