* {
  padding: 0;
  margin: 0;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
html,
body {
  width: 100%;
  font-family: 'heiti sc', 'pingfang', 'microsoft yahei';
  background: #1a1c42;
  font-size: 0.6rem;
}
.img-responsive {
  display: block;
  width: 100%;
}
.main_container {
  width: 16rem;
  margin: 0 auto;
  padding: 2rem 0;
}
.panel {
  padding: 0.8rem 0;
}
.panel .panel_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8rem;
  color: #fff;
  font-size: 0.8rem;
}
.panel .panel_title .title {
  padding: 0 10px;
}
.panel .panel_title .squre {
  width: 0.5rem;
  height: 0.5rem;
  transform: rotate(45deg);
  background-color: #485eff;
}
.content_btn {
  padding: 10px 0;
  color: #1a1c42;
  font-size: 0.65rem;
  font-weight: 700;
  text-align: center;
  background: linear-gradient(180deg, #ffb81a, #ff981a);
  border-radius: 3px;
}
.entry_panel .step_list {
  margin-top: 0.8rem;
  display: flex;
  justify-content: space-between;
  padding: 2rem 1.4rem 0;
  background:  no-repeat top center;
  background-size: 12.05rem 1.8rem;
  color: #fff;
  font-size: 0.5rem;
  text-align: center;
}
.entry_panel .form {
  width: 14.75rem;
  height: 10.5rem;
  padding: 1.15rem 0.85rem 0;
  margin: 1rem auto 0;
  box-shadow: inset 0 0 27px rgba(42,54,221,0.6);
  box-sizing: border-box;
}
.entry_panel .order_btn {
  width: 9.1rem;
  margin: 0.5rem auto 0;
}
.intro_panel .intro_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 0.6rem;
}
.intro_panel .intro_list .item {
  width: 7.25rem;
  height: 4rem;
  padding: 0.4rem 0.4rem 0;
  margin-bottom: 5px;
  color: #fff;
  font-size: 0.5rem;
  line-height: 0.75rem;
  box-sizing: border-box;
}
.intro_panel .intro_list .item:nth-child(1) {
  background-color: #2a36dd;
}
.intro_panel .intro_list .item:nth-child(2) {
  background-color: #e6561e;
}
.intro_panel .intro_list .item:nth-child(3) {
  background-color: #ff961a;
}
.intro_panel .intro_list .item:nth-child(4) {
  background-color: #5e0aad;
}
.intro_panel .intro_list .item .name {
  font-size: 0.6rem;
  font-style: italic;
  padding-left: 8px;
  margin-bottom: 5px;
  border-left: 3px solid #fff;
}
.intro_panel .content_btn {
  width: 9.1rem;
  margin: 0.6rem auto 0;
}
.superiorty_panel .cell_title {
  text-align: center;
  font-weight: 700;
}
.superiorty_panel .cell_title .num {
  font-size: 0.65rem;
  color: #485eff;
}
.superiorty_panel .cell_title .name {
  position: relative;
  display: inline-block;
  color: #ff961a;
  font-size: 0.7rem;
}
.superiorty_panel .cell_title .name span {
  position: relative;
  z-index: 2;
}
.superiorty_panel .cell_title .name:before {
  content: '';
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: -2px;
  height: 8px;
  background-color: #2a36dd;
}
.superiorty_panel .test_list {
  display: flex;
  justify-content: space-between;
  margin: 1.4rem 0.6rem 0.9rem;
}
.superiorty_panel .test_list .item {
  position: relative;
  width: 4.75rem;
  height: 7rem;
  background-color: #212577;
  border-radius: 3px;
  text-align: center;
  font-size: 0.5rem;
  color: #fff;
}
.superiorty_panel .test_list .item:before {
  content: '';
  position: absolute;
  left: 1rem;
  right: 1rem;
  top: 0;
  height: 2px;
  background-color: #ff961a;
}
.superiorty_panel .test_list .item .icon {
  position: relative;
  width: 1.7rem;
  height: 1.7rem;
  margin: -0.6rem auto 0;
  background:  no-repeat;
  background-size: cover;
  z-index: 2;
}
.superiorty_panel .test_list .item .name {
  padding: 0.5rem 0 0.35rem;
  color: #ff961a;
  font-size: 0.5rem;
}
.superiorty_panel .test_list .item .content_btn {
  margin: 0.55rem auto 0;
  width: 3.1rem;
  padding: 3px 0;
}
.superiorty_panel .report_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0.8rem 0.6rem 0.9rem;
}
.superiorty_panel .report_list .item {
  width: 7.25rem;
  height: 3.55rem;
  padding: 0.6rem 0 0 0.7rem;
  margin-bottom: 5px;
  line-height: 0.8rem;
  border: 1px solid #212577;
  color: #fff;
  box-sizing: border-box;
  background:  no-repeat 6.4rem top;
  background-size: 0.6rem 0.8rem;
}
.superiorty_panel .report_list .name {
  padding-bottom: 5px;
  line-height: 0.55rem;
  font-size: 0.55rem;
  color: #ff961a;
}
.superiorty_panel .gift_box {
  display: flex;
  justify-content: space-between;
  margin: 1rem 0.6rem 0;
}
.superiorty_panel .gift_box .left {
  width: 6.25rem;
  height: 8.4rem;
  line-height: 0.8rem;
  padding: 0.75rem 0 0 0.5rem;
  background:  no-repeat;
  background-size: cover;
  box-sizing: border-box;
  color: #fff;
  font-size: 0.5rem;
}
.superiorty_panel .gift_box .right {
  width: 7.8rem;
}
.superiorty_panel .gift_box .right .content_btn {
  margin-top: 1rem;
}
.superiorty_panel .gift_box .book_content {
  position: relative;
  height: 5.6rem;
  background-color: #fff;
  border-radius: 3px;
  overflow: hidden;
  box-sizing: border-box;
}
.superiorty_panel .gift_box .book_content .wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 0.7rem;
  height: 100%;
}
.superiorty_panel .gift_box .book_content .slider_item {
  position: absolute;
  width: 100%;
}
.superiorty_panel .gift_box .book_content .dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.4rem;
  text-align: center;
}
.superiorty_panel .gift_box .book_content .dots span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin: 0 8px;
  background-color: #a9a9a9;
}
.superiorty_panel .gift_box .book_content .dots span.active {
  background-color: #2a36dd;
}
.course_panel {
  padding: 0 0.6rem;
}
.course_panel .course_tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.course_panel .course_tab .item {
  width: 4.8rem;
  padding: 5px 0;
  margin-top: 5px;
  border: 1px solid #2a36dd;
  background-color: #121442;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.65rem;
  font-weight: 700;
}
.course_panel .course_tab .item.active {
  background-color: #2a36dd;
}
.course_panel .course_detail {
  padding: 0.9rem 0.3rem;
  background-color: #191d5a;
}
.course_panel .cell_title {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.7rem;
}
.course_panel .cell_title .line {
  width: 11px;
  height: 3px;
  background-color: #ff961a;
}
.course_panel .cell_title .name {
  padding: 0 5px;
  color: #ff961a;
  font-size: 0.7rem;
}
.course_panel .recommend_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.course_panel .recommend_list .rc {
  padding: 10px 0 10px 1.65rem;
  margin-bottom: 5px;
  color: #fff;
  background: #2128ae  no-repeat 0.65rem center;
  background-size: 0.65rem 0.95rem;
  font-size: 0.55rem;
  box-sizing: border-box;
  border-radius: 35px;
}
.course_panel .recommend_list .rc_half {
  width: 6.9rem;
}
.course_panel .recommend_list .rc_all {
  width: 11.5rem;
  margin-left: 1.3rem;
  padding: 10px 0;
  background: #2128ae;
  text-align: center;
}
.course_panel .recommend_list .rc_all img {
  margin-right: 10px;
  width: 0.65rem;
  height: 0.95rem;
  vertical-align: middle;
}
.course_panel .content_btn {
  margin: 0.75rem auto 0;
  width: 7.2rem;
}
.course_panel .mt {
  margin-top: 1.2rem;
}
.course_panel .test_list {
  display: flex;
  justify-content: space-between;
}
.course_panel .test_list .tc {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 2.3rem;
  height: 2.3rem;
  border-radius: 50%;
  background-color: #2128ae;
  font-size: 0.55rem;
  color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}
.course_panel .test_list .icon1 {
  background-image: ;
  background-size: 1.2rem 1.75rem;
}
.course_panel .test_list .icon2 {
  background-image: ;
  background-size: 1.9rem 1.2rem;
}
.course_panel .test_list .icon3 {
  background-image: ;
  background-size: 2.05rem 1.2rem;
}
.course_panel .test_list .icon4 {
  background-image: ;
  background-size: 1.45rem 1.45rem;
}
.course_panel .test_list .icon5 {
  background-image: ;
  background-size: 1.4rem 1.4rem;
}
.course_panel .test_list .icon6 {
  background-image: ;
  background-size: 1.3rem 1.4rem;
}
.course_panel .test_list .icon7 {
  background-image: ;
  background-size: 1.35rem 1.1rem;
}
.course_panel .test_list .icon8 {
  background-image: ;
  background-size: 1.45rem 1.6rem;
}
.course_panel .mspace {
  padding: 0 1rem;
}
.tools_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0.6rem;
}
.tools_list .item {
  width: 7.25rem;
  height: 3.8rem;
  padding-top: 0.5rem;
  background-color: #2128ae;
  text-align: center;
  margin-bottom: 5px;
  box-sizing: border-box;
}
.tools_list .item .name {
  padding: 3px 0;
  font-size: 0.55rem;
  color: #ff961a;
}
.tools_list .item .txt {
  font-size: 0.5rem;
  color: #fff;
}
.tools_list .item .img1,
.tools_list .item .img3 {
  width: 1rem;
}
.tools_list .item .img2 {
  width: 0.85rem;
}
.tools_list .item .img4 {
  width: 1.15rem;
}
.xt_superiorty {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0.5rem 0.4rem;
  margin: 0 0.6rem;
  height: 2.8rem;
  background:  no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 0.55rem;
  box-sizing: border-box;
}
.xt_superiorty .item {
  margin-right: 0.5rem;
}
.xt_superiorty .fk {
  width: 6px;
  height: 6px;
  display: inline-block;
  margin-right: 8px;
  transform: rotate(45deg);
  background-color: #ff961a;
}
.entry_panel .form_item,
.pop_ztform .form_item {
  display: flex;
  height: 1.75rem;
  margin-bottom: 8px;
  background-color: #fff;
  border-radius: 3px;
}
.entry_panel .form_item .user_val,
.pop_ztform .form_item .user_val {
  flex: 1;
  border: 0;
  padding: 0 10px;
  background: transparent;
  font-size: 0.6rem;
}
.entry_panel .form_item .userlist,
.pop_ztform .form_item .userlist {
  -webkit-appearance: none;
  appearance: none;
  background:  no-repeat right center;
  background-size: 1.3rem 0.45rem;
  color: #999
}
.entry_panel .form_item input::-webkit-input-placeholder,.pop_ztform .form_item input::-webkit-input-placeholder{color: #999}
.entry_panel .form_item input:focus,
.pop_ztform .form_item input:focus,
.entry_panel .form_item select:focus,
.pop_ztform .form_item select:focus {
  outline: none;
}
.pop_ztform {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 10;
  background-color: rgba(0,0,0,0.7);
  transition: all 0.3s;
  opacity: 0;
  transform: scale(0);
}
.pop_ztform.active {
  opacity: 1;
  transform: scale(1);
}
.pop_ztform .pop_content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 14.75rem;
  padding: 0.75rem 0.9rem 0;
  transform: translate3d(-50%, -50%, 0);
  box-sizing: border-box;
}
.pop_ztform .pop_content .close {
  position: absolute;
  right: 0.5rem;
  top: 0.25rem;
  width: 1.5rem;
  height: 1.5rem;
  background:  no-repeat center center;
  background-size: 1rem 1rem;
}
.pop_ztform .pop_content .pop_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pop_ztform .pop_content .pop_title .line {
  width: 1.05rem;
  height: 0.5rem;
}
.pop_ztform .pop_content .pop_title .line-right {
  transform: rotatey(180deg);
}
.pop_ztform .pop_content .pop_title .name {
  padding: 0 8px;
}
.pop_ztform .pop_content .myform {
  margin-top: 0.7rem;
}
.pop_ztform .pop_content .myform .icon {
  width: 1.5rem;
  flex-shrink: 0;
  background-position: center center;
}
.pop_ztform .pop_content .myform .user_val {
  padding: 0;
}
.pop_ztform .pop_content1 {
  height: 11.85rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.pop_ztform .pop_content1 .line {
  background:  no-repeat;
  background-size: cover;
}
.pop_ztform .pop_content1 .name {
  color: #fff;
  font-size: 0.8rem;
}
.pop_ztform .pop_content1 .icon1 {
  background:  no-repeat;
  background-size: 0.65rem 0.8rem;
}
.pop_ztform .pop_content1 .icon2 {
  background:  no-repeat;
  background-size: 0.7rem 0.8rem;
}
.pop_ztform .pop_content1 .icon3 {
  background:  no-repeat;
  background-size: 0.7rem 0.7rem;
}
.pop_ztform .pop_content1 .content_btn {
  width: 6.75rem;
  margin: 0.8rem auto 0;
}
.pop_ztform .pop_content2 {
  height: 13.2rem;
  background:  no-repeat;
  background-size: 100% 100%;
}
.pop_ztform .pop_content2 .line {
  background:  no-repeat;
  background-size: cover;
}
.pop_ztform .pop_content2 .name {
  color: #000;
  font-size: 1.45rem;
  text-align: center;
  line-height: 1.2rem;
}
.pop_ztform .pop_content2 .name span {
  font-size: 0.8rem;
  font-weight: normal;
}
.pop_ztform .pop_content2 .userlist {
  background:  no-repeat right center;
  background-size: 1.3rem 0.45rem;
}
.pop_ztform .pop_content2 .icon1 {
  background:  no-repeat;
  background-size: 0.65rem 0.8rem;
}
.pop_ztform .pop_content2 .icon2 {
  background:  no-repeat;
  background-size: 0.7rem 0.8rem;
}
.pop_ztform .pop_content2 .icon3 {
  background:  no-repeat;
  background-size: 0.7rem 0.7rem;
}
.pop_ztform .pop_content2 .content_btn {
  width: 6.75rem;
  margin: 0.8rem auto 0;
  background: linear-gradient(180deg, #515151, #181818);
  color: #fff;
}
