@charset "utf-8";
/* CSS Document */
body {
  margin: 0;
  padding: 0;
  font-size: 0.28rem;
  line-height: 1.7;
  font-family: "微软雅黑";
  -webkit-text-size-adjust: 100%;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
html {
  font-size: -moz-calc(100vw / 7.5);
  font-size: calc(100vw / 7.5);
}
img {
  border: 0;
  vertical-align: bottom;
  width: 100%;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
}
a:hover {
  text-decoration: none;
}
.tc {
  text-align: center;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.cl {
  clear: both;
}
.fb {
  font-weight: bold;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}
input[type="text"],
input[type="number"],
input[type="password"],
textarea,
select {
  -webkit-appearance: none;
  border: none;
  font: inherit;
}
[type="search"]::-webkit-search-decoration {
  display: none;
}
input::-webkit-search-cancel-button {
  display: none;
}
h3 {
  font-size: 0.26rem;
  font-weight: normal;
}
em {
  font-style: normal;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.between {
  justify-content: space-between;
}
.around {
  justify-content: space-around;
}
.center {
  align-items: center;
}
.wrap {
  flex-wrap: wrap;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.column {
  flex-direction: column;
}
.flexcenter {
  display: flex;
  justify-content: center;
}
.mid {
  vertical-align: middle;
}
.w100 {
  width: 100% !important;
}
.h100 {
  height: 100%;
}
.mar_t10 {
  margin-top: 0.1rem;
}
.mar_t20 {
  margin-top: 0.2rem;
}
.mar_t30 {
  margin-top: 0.3rem;
}
.mar_t40 {
  margin-top: 0.4rem;
}
.mar_r10 {
  margin-right: 0.1rem;
}
.mar_r20 {
  margin-right: 0.2rem;
}
.pad20 {
  padding: 0.2rem 0;
}
.pad30 {
  padding: 0.3rem 0;
}
.bor_b {
  border-bottom: solid 1px #e6e6e6;
}
.bor_b15 {
  border-bottom: solid 1px #f4f4f4;
}
.f48 {
  font-size: 0.48rem;
}
.f40 {
  font-size: 0.4rem;
}
.f36 {
  font-size: 0.36rem;
}
.f34 {
  font-size: 0.34rem;
}
.f32 {
  font-size: 0.32rem;
}
.f30 {
  font-size: 0.3rem;
}
.f26 {
  font-size: 0.26rem;
}
.f24 {
  font-size: 0.24rem;
}
.f20 {
  font-size: 0.2rem;
}
.bgg {
  background: #f2f2f2;
}
.bgw {
  background: #fff;
}
.bgo {
  background: #ea5514 !important;
}
.red {
  color: red;
}
.radius20 {
  border-radius: 0.2rem;
}
.radius10 {
  border-radius: 0.1rem;
}
.gray6 {
  color: #666;
}
.gray8 {
  color: #888;
}
.gray9 {
  color: #999;
}
.white {
  color: #fff;
}
.orange {
  color: #ea5515;
}
.hide {
  display: none;
}
.wrap_box {
  color: #333;
}
.content {
  padding: 0 0.24rem;
}
.main {
  padding: 0.35rem 0.24rem;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.hidden {
  overflow: hidden;
}
.two {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.block {
  display: block;
}
.hide {
  display: none;
}
.blue {
  color: #172a88;
}
.bgblue {
  background: #172a88;
}
.bg {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
}
/*header*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  height: 1.02rem;
  background: #fff;
}
.logo {
  width: 2rem;
  height: 0.51rem;
}
.search {
  width: 0.42rem;
  right: 0.25rem;
  top: 0.3rem;
}
.srch {
  position: absolute;
  top: 1.25rem;
  left: 0;
  right: 0;
  width: 94%;
  margin: 2% auto 0;
  -webkit-appearance: none;
  border: solid 1px #eee;
  z-index: 3;
  display: none;
}
.srch_txt {
  width: 83%;
  border: none;
  color: #333;
  background: #ffffff;
  -webkit-appearance: none;
  padding: 0.1rem;
}
.srch_txt::-webkit-input-placeholder {
  color: #CCC;
}
.srch_sub {
  position: absolute;
  top: 0;
  right: 0;
  width: 17%;
  height: 100%;
  border: none;
  color: #ffffff;
  text-align: center;
  background: #00a8ff;
  -webkit-appearance: none;
}
.banner {
  margin: 1.02rem 0 0;
}
.banner .swiper-pagination {
  bottom: 0.7rem;
}
.banner .swiper-pagination-bullet {
  background: #a2abcf;
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
.nav {
  border-radius: 0.2rem 0.2rem 0 0;
  background: #fff;
  margin-top: -0.3rem;
  z-index: 9;
  padding: 0.35rem 0;
}
.nav li {
  width: 25%;
  text-align: center;
}
.nav li img {
  width: 1rem;
  height: 1rem;
  margin-bottom: 0.2rem;
}
.line1 {
  width: 0.06rem;
  height: 0.32rem;
  margin-right: 0.2rem;
}
.more {
  width: 0.37rem;
  height: 0.37rem;
}
.couse_list li {
  width: 3.4rem;
  margin-bottom: 0.2rem;
}
.couse_pic {
  height: 2rem;
  border-radius: 0.1rem;
}
.star img {
  width: 0.22rem;
  height: 0.2rem;
  margin-right: 0.1rem;
  vertical-align: middle;
}
/*footer*/
.footer {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  background: #fff;
  border-top: solid 1px #d5d5d5;
  height: 1.2rem;
}
.footer li {
  width: 25%;
  padding: 0.3rem 0 0.1rem;
  text-align: center;
}
.footer li img {
  width: 0.56rem;
}
.footer li h3 {
  color: #888888;
  font-size: 0.22rem;
  margin: 0.1rem 0 0;
}
.footer li.active h3 {
  color: #172a88;
}
/*main*/
.header_bg {
  background: url(../images/header.jpg) no-repeat center top;
  background-size: 100%;
  height: 4.35rem;
  padding: 1.45rem 0.5rem 0 0.75rem;
}
.back {
  width: 0.2rem;
  height: 0.4rem;
  left: 0.2rem;
  top: 0.2rem;
}
.login_link {
  width: 1.6rem;
  height: 0.68rem;
  background: #ea5515;
  border-radius: 0.34rem;
  line-height: 0.68rem;
  color: #fff;
}
.login_box {
  margin-top: -0.45rem;
  padding: 0.3rem 0.7rem 0;
  border-radius: 0.46rem 0.46rem 0 0;
  min-height: 7rem;
}
.login_list {
  padding: 0.65rem 0 0.2rem;
}
::-webkit-input-placeholder {
  color: #c6c6c6;
}
.yzm {
  border: none;
  background: none;
}
.button {
  border-radius: 0.55rem;
  line-height: 1.1rem;
  background: #1225a9;
}
.agree {
  width: 100%;
  bottom: 0.5rem;
  left: 0;
}
.m_header {
  height: 0.96rem;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8;
}
.m_header span {
  line-height: 0.96rem;
}
.m_header1 span {
  padding-left: 0.95rem;
}
.m_header2 span {
  padding-left: 0.7rem;
}
.type_btn {
  right: 0.24rem;
  top: 0rem;
}
.type_btn img {
  width: 0.47rem;
  height: 0.25rem;
}
.type_btn p {
  font-size: 0.18rem;
  line-height: 1.1;
}
.close1 {
  width: 0.36rem;
  height: 0.36rem;
  right: 0.24rem;
  top: 0.24rem;
}
.search_box {
  width: 100%;
  top: 0.96rem;
  left: 0;
  position: fixed;
  padding: 0.2rem 0.24rem;
}
.m_search {
  width: 100%;
  height: 0.72rem;
  background: rgba(255, 255, 255, 0.3) url(../images/ss1.png) no-repeat left 0.3rem center;
  background-size: 0.27rem;
  border-radius: 0.36rem;
  border: none;
  color: #fff;
  padding: 0 0.2rem 0 0.9rem;
}
.select {
  width: 1.7rem;
  height: 0.68rem;
  border-radius: 0.34rem;
  background: url(../images/down.png) no-repeat right 0.15rem center #fff;
  background-size: 0.16rem;
  padding-left: 0.2rem;
  line-height: 0.68rem;
}
.select.active {
  background: url(../images/down1.png) no-repeat right 0.15rem center #fff;
  background-size: 0.16rem;
  color: #172a88;
}
.couse_list_con {
  padding: 0.2rem;
}
.m_couse_list li {
  border-radius: 0.1rem;
  overflow: hidden;
}
.m_couse_list li .couse_pic {
  border-radius: 0;
}
.type_pop {
  width: 100%;
  height: calc(100vh - 0.96rem);
  position: fixed;
  top: 0.96rem;
  left: 0;
  padding: 0.3rem 0.5rem;
}
.down2 {
  width: 0.31rem;
  height: 0.16rem;
  transition: all 0.6s;
}
.down2_on {
  transform: rotate(180deg);
}
.two_type_tit {
  padding-left: 0.2rem;
}
.three_type_tit {
  padding-left: 0.4rem;
}
.four_type_tit {
  padding: 0.3rem 0 0.3rem 0.4rem;
}
.four_type a {
  display: block;
  width: 80%;
}
.header_num {
  margin-right: 0.4rem;
}
.header_num h4 {
  font-size: 0.3rem;
}
.header_num p {
  font-size: 0.22rem;
}
.couse_xx_progress_bg {
  width: 6.2rem;
  height: 0.2rem;
  border-radius: 0.1rem;
  background: #f2f2f2;
}
.couse_xx_progress {
  background: #172a88;
  height: 0.2rem;
  border-radius: 0.1rem;
}
.course_xx_tit {
  background: #f2f2f2;
  height: 0.9rem;
}
.course_xx_tit ul {
  justify-content: space-around;
}
.course_xx_tit ul li {
  line-height: 0.9rem;
  position: relative;
}
.course_xx_tit ul li.active {
  color: #172a88;
}
.course_xx_tit ul li.active::after {
  width: 0.43rem;
  height: 0.02rem;
  background: #172a88;
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.couse_xx_mulu li h3 {
  background: url(../images/tit2.png) no-repeat left center;
  background-size: 0.07rem;
  border-bottom: solid 1px #e6e6e6;
  line-height: 0.92rem;
  font-size: 0.3rem;
  padding-left: 0.3rem;
}
.sub_mulu {
  padding-left: 0.25rem;
}
.sub_mulu a {
  border-bottom: solid 1px #e6e6e6;
  padding: 0.25rem 0;
}
.sub_mulu_tit {
  width: 80%;
  background: url(../images/tit3.png) no-repeat left center;
  background-size: 0.25rem;
  padding-left: 0.5rem;
}
.course_xx_footer {
  width: 100%;
  background: #fff;
  border-top: solid 1px #e6e6e6;
  height: 1.1rem;
  position: fixed;
  bottom: 0;
  left: 0;
}
.heart {
  width: 0.37rem;
  height: 0.33rem;
}
.course_xx_btn {
  width: 5.3rem;
  height: 0.88rem;
  background: #172a88;
  color: #fff;
  line-height: 0.88rem;
  border-radius: 0.1rem;
  font-size: 0.32rem;
}
.back2 {
  width: 0.6rem;
  height: 0.6rem;
}
.test_num {
  background: #172a88;
  height: 1.1rem;
  justify-content: space-around;
}
.test_num li {
  width: 25%;
  text-align: center;
  color: #fff;
}
.test_num li h4 {
  font-size: 0.3rem;
}
.test_num li p {
  font-size: 0.22rem;
}
.test_list li {
  line-height: 0.46rem;
  width: 2.9rem;
}
.test_list li:nth-child(even) {
  width: 4rem;
}
.kaoshi_box {
  padding: 1.5rem 0.9rem 0;
}
.book {
  width: 3.06rem;
  height: 1.88rem;
  margin-bottom: 1.5rem;
}
.kaoshi_list {
  padding-bottom: 0.8rem;
}
.kaoshi_list li {
  width: 50%;
  line-height: 0.48rem;
}
.btn {
  width: 4rem;
  height: 1rem;
  border-radius: 0.05rem;
  background: #172a88;
  line-height: 1rem;
}
.card_icon {
  width: 0.36rem;
  height: 0.36rem;
}
.card_btn {
  margin: 0.2rem 0.25rem 0 0;
}
.exam_num {
  width: 0.5rem;
  height: 0.42rem;
  border-radius: 0.05rem;
  background: #eff2ff;
  line-height: 0.42rem;
  text-align: center;
  margin: 0.1rem 0 0;
}
.exam_tit {
  width: 6.3rem;
}
.exam_list {
  padding: 0.4rem 0 0;
}
.exam_list li {
  margin-bottom: 0.4rem;
  cursor: pointer;
}
.exam_list li.active .exam_list_num::after {
  width: 0.4rem;
  height: 0.4rem;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/exam2.png) no-repeat;
  background-size: 100%;
  display: block;
  content: "";
}
.exam_list_num {
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 100%;
  border: solid 1px #9c9c9c;
  margin-right: 0.2rem;
  position: relative;
  line-height: 0.36rem;
  font-size: 0.3rem;
  margin-top: 0.05rem;
}
.nextexam_box {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0.5rem;
}
.nextexam {
  width: 3rem;
  height: 0.8rem;
  background: #172a88;
  line-height: 0.8rem;
  border-radius: 0.05rem;
  margin: 0 0.25rem;
}
.card_type {
  margin-right: 0.2rem;
}
.card_type span {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.05rem;
  border: solid 1px #cccccc;
  display: inline-block;
  margin-right: 0.1rem;
}
.card_type span.active1 {
  background: #e6e6e6;
}
.card_type span.active2 {
  background: #172a88;
}
.exam_card_list {
  font-size: 0;
}
.exam_card_list span {
  width: 0.6rem;
  height: 0.6rem;
  border: solid 1px #cccccc;
  border-radius: 0.05rem;
  text-align: center;
  line-height: 0.6rem;
  display: inline-block;
  color: #666;
  font-size: 0.3rem;
  margin-right: 0.3rem;
  margin-bottom: 0.3rem;
}
.exam_card_list span:nth-child(8n+8) {
  margin-right: 0;
}
.exam_card_list span.active1 {
  background: #e6e6e6;
}
.exam_card_list span.active2 {
  background: #172a88;
  color: #fff;
}
.paper_pop {
  width: 5rem;
  height: 3rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
.paper_pop_con {
  height: 2rem;
}
.video_pop_btn {
  width: 50%;
  height: 1rem;
  line-height: 1rem;
}
.suss_icon {
  width: 3.39rem;
  height: 2.15rem;
  margin: 0.8rem 0 0.5rem;
}
.suss_progress {
  width: 3.2rem;
  margin: 0.5rem 0 0.4rem;
}
.tips1 {
  line-height: 0.7rem;
  background: #d00707;
}
.history_table th {
  background: #e6e6e6;
  height: 0.8rem;
  width: 25%;
}
.history_table th:first-child {
  padding-left: 0.2rem;
  text-align: left;
}
.history_table td {
  background: #f2f2f2;
  border-bottom: solid 1px #e6e6e6;
  color: #999;
  text-align: center;
  height: 1rem;
}
.history_table td:first-child {
  padding-left: 0.2rem;
  text-align: left;
}
.fenxi_table td {
  width: 25%;
  line-height: 0.8rem;
  text-align: center;
  border-bottom: solid 0.1rem #fff;
}
.fenxi_table td:nth-child(even) {
  background: #f5f5f5;
}
.fenxi_table td:nth-child(odd) {
  background: #e6e6e6;
}
.pass {
  width: 1.18rem;
  height: 0.98rem;
  right: 0.24rem;
  bottom: 0.32rem;
}
.course_xx_btn1 {
  width: 2.58rem;
}
.my_header {
  background: url(../images/my_header.jpg) no-repeat;
  background-size: 100%;
  height: 5.2rem;
  color: #fff;
}
.photo {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  margin-right: 0.25rem;
}
.vip_icon {
  width: 0.29rem;
  height: 0.24rem;
  margin-left: 0.15rem;
}
.ediot_icon {
  width: 0.24rem;
  height: 0.24rem;
}
.my_header_num li {
  width: 33.333%;
  background: url(../images/line2.png) no-repeat right center;
  background-size: 1px 0.6rem;
  text-align: center;
}
.my_header_num li:last-child {
  background: none;
}
.my_header_num li h4 {
  font-size: 0.48rem;
}
.my_header_num li p {
  font-size: 0.24rem;
}
.my_list1 {
  margin-top: -0.6rem;
  padding: 0.3rem 0 0.25rem;
}
.my_list1 li {
  width: 25%;
  text-align: center;
}
.my_list1 li img {
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 0.2rem;
}
.my_list2 li {
  padding: 0.3rem 0.25rem;
  border-bottom: solid 1px #e6e6e6;
}
.my_list2 li:last-child {
  border-bottom: none;
}
.my_list2 li a {
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.15rem;
}
.my_list2 li a img {
  width: 0.35rem;
  height: 0.35rem;
  margin-right: 0.2rem;
}
.teacher_photo {
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 100%;
}
.kaoshi_header {
  background: #172a88;
  height: 4.8rem;
}
.sex {
  width: 0.32rem;
  height: 0.32rem;
  margin-left: 0.15rem;
}
.my_kaoshi li {
  border-radius: 0.2rem;
  background: #fff;
  margin-bottom: 0.25rem;
}
.safe_list li {
  border-bottom: solid 1px #e6e6e6;
}
.safe_list li:last-child {
  border-bottom: none;
}
.my_kaoshi_btn {
  width: 1.8rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  line-height: 0.6rem;
  border: solid 1px #172a88;
  display: block;
}
.safe_icon {
  width: 0.33rem;
  height: 0.38rem;
}
.nar2 {
  width: 0.15rem;
  height: 0.28rem;
  margin-left: 0.2rem;
}
.honor_list li {
  width: 2.15rem;
  height: 3rem;
  margin: 0 0.2rem 0.2rem 0;
}
.honor_list li:nth-child(3n+3) {
  margin-right: 0;
}
.kong {
  padding: 3.5rem 0 0;
}
.kong img {
  width: 1.72rem;
  height: 1.87rem;
}
.dangan_list li {
  height: 2rem;
  border-radius: 0.1rem;
  padding-right: 0.2rem;
  background: #fff;
  margin-bottom: 0.25rem;
}
.dangan_list li:first-child .dangan_list_pic {
  background: #f2f5fa;
  color: #39a0ff;
}
.dangan_list li:first-child .dangan_list_con span {
  color: #39a0ff;
}
.dangan_list li:first-child .dangan_list_more {
  background: #e5f3ff;
  color: #389fff;
  border: solid 1px #389fff;
}
.dangan_list li:nth-child(2) .dangan_list_pic {
  background: #fff7f4;
  color: #ea5a13;
}
.dangan_list li:nth-child(2) .dangan_list_con span {
  color: #ea5a13;
}
.dangan_list li:nth-child(2) .dangan_list_more {
  background: #fce9e1;
  color: #ea5a13;
  border: solid 1px #ea5a13;
}
.dangan_list li:nth-child(3) .dangan_list_pic {
  background: #f5fdf0;
  color: #64b532;
}
.dangan_list li:nth-child(3) .dangan_list_con span {
  color: #64b532;
}
.dangan_list li:nth-child(3) .dangan_list_more {
  background: #ebf5e4;
  color: #64b532;
  border: solid 1px #c7e4b5;
}
.dangan_list_pic {
  width: 1.8rem;
  height: 100%;
  padding: 0.36rem 0 0;
}
.dangan_list_pic img {
  width: 0.8rem;
  height: 0.8rem;
}
.dangan_list_con {
  width: 4.5rem;
  height: 100%;
}
.dangan_list_more {
  width: 1.6rem;
  height: 0.64rem;
  text-align: center;
  line-height: 0.6rem;
  border-radius: 0.05rem;
}
.pass2 {
  width: 1.18rem;
  height: 0.91rem;
  left: 0.15rem;
  top: 0.23rem;
}
.answer_icon {
  width: 0.36rem;
  height: 0.36rem;
  margin: 0 0.4rem 0 0.2rem;
}
.resolving {
  border-radius: 0.05rem;
}
.resolving_tit {
  background: #f9faff;
  line-height: 0.8rem;
  padding: 0 0.2rem;
  cursor: pointer;
}
.resolving_tit img {
  width: 0.23rem;
  height: 0.14rem;
  transition: all 0.6s;
}
.resolving_tit.active img {
  transform: rotate(180deg);
}
.resolving_con {
  border: solid 1px #eeeeee;
  border-top: none;
  padding: 0.2rem;
  display: none;
}
.my_photo {
  width: 0.66rem;
  height: 0.66rem;
  border-radius: 100%;
}
.hour_head li {
  width: 2.2rem;
  height: 1.5rem;
  border-radius: 0.1rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.hour_head li:nth-child(1) {
  background: #f47564;
}
.hour_head li:nth-child(2) {
  background: #4fc2b9;
}
.hour_head li:nth-child(3) {
  background: #5bb4d8;
}
.hour_list li {
  border-bottom: solid 1px #e6e6e6;
  padding: 0.25rem 0.2rem;
}
.hour_list li:last-child {
  border-bottom: none;
}
.hour_list_tit {
  width: 5.4rem;
}
.pay_price {
  width: 3.2rem;
  height: 1.8rem;
  background: url(../images/pay_bg.png) no-repeat;
  background-size: 100% 100%;
  margin: 0.5rem auto 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.pay_list {
  border-top: solid 1px #e6e6e6;
  margin: 0.6rem 0 0;
}
.pay_list li {
  padding: 0.4rem 0.2rem;
  border-bottom: solid 1px #e6e6e6;
}
.pay_list li img {
  width: 0.27rem;
  height: 0.27rem;
  margin-right: 0.2rem;
}
.pay_list li a {
  background: url(../images/nar2.png) no-repeat right center;
  background-size: 0.15rem;
}
.news_list li {
  border-bottom: solid 1px #eeeeee;
  padding: 0.4rem 0;
}
.news_list_con {
  width: 4.3rem;
}
.time {
  width: 0.23rem;
  height: 0.23rem;
}
.news_list_pic {
  width: 2.3rem;
  height: 1.72rem;
  border-radius: 0.1rem;
}
.upload {
  width: 3rem;
  height: 3rem;
  border-radius: 0.1rem;
}
.yzm_pop {
  width: 6rem;
  height: 5.4rem;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  padding: 0.3rem 0 0;
}
.yzm_form {
  padding: 0.45rem 0.35rem 0.2rem;
}
.yzm_form_list {
  margin-bottom: 0.4rem;
}
.yzm_form_tit {
  width: 2.05rem;
}
.input_yzm {
  width: 3.2rem;
  height: 0.8rem;
  border: solid 1px #e6e6e6 !important;
  line-height: 0.78rem;
  border-radius: 0.05rem;
  padding: 0 0.2rem;
}
.yzm {
  height: 0.8rem;
  border: solid 1px #e6e6e6;
  line-height: 0.78rem;
  border-radius: 0.05rem;
}
.yzm_close {
  width: 0.3rem;
  height: 0.3rem;
  right: 0.3rem;
  top: 0.3rem;
}
.plan_list li {
  background: #fff;
  border-radius: 0.2rem;
  margin: 0.2rem 0 0;
}
.plan_list_tit {
  width: 3.8rem;
}
.plan_more {
  width: 1.8rem;
  height: 0.64rem;
  border-radius: 0.32rem;
  border: solid 1px #172a88;
  display: block;
  color: #172a88;
  line-height: 0.62rem;
}
.bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
.dakuan_pop {
  width: 80%;
  height: 8rem;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 0.2rem;
}
.stop_close {
  width: 0.3rem;
  height: 0.3rem;
  top: 0.3rem;
  right: 0.3rem;
}
.upload {
  width: 3rem;
  height: 3rem;
}
.pay_btn {
  width: 3rem;
  height: 0.8rem;
  border-radius: 0.1rem;
  background: #172a88;
  line-height: 0.8rem;
  color: #fff;
}
