.wrap_kong[data-v-e301b76a] {
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.wrap_kong .kong_img[data-v-e301b76a] {
  height: 100%;
}
.wrap_kong .kong_comment[data-v-e301b76a] {
  margin-top: 40px;
  font-size: 2rem;
  font-weight: 500;
}
.wrap_kong .kong_img_btn[data-v-e301b76a] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 40px;
  font-weight: 500;
}
.el-tab-pane .elTabPaneDetails .el-radio[data-v-7467954e] {
  width: 117px;
  height: 33px;
  background: #f9f6f6;
  border: 0px solid #2e58ff;
  border-radius: 5px;
  color: #333333;
}
.el-tab-pane .elTabPaneDetails .is-checked[data-v-7467954e] {
  width: 117px;
  height: 33px;
  background: #edf3ff;
  color: #0592fe;
  border: 0px solid #2e58ff;
  border-radius: 5px;
}
.el-textarea > > > .el-textarea__inner[data-v-7467954e] {
  background: #ececec;
  color: #999999;
}
.blockPagination[data-v-7467954e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el-container[data-v-7467954e] {
  background-color: #fcd558;
}
.el-container .el-main[data-v-7467954e] {
  margin-top: 80px;
  padding: 30px 15px;
  background: #edf3ff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .form_input[data-v-7467954e] {
  border: 1px solid #0592fe;
  border-radius: 15px;
  outline: 1px solid #fff;
  width: 178px;
  height: 45px;
  line-height: 45px;
  margin-top: 4px;
  margin-left: 5px;
}
.el-container .el-main .form_input_box[data-v-7467954e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px;
  height: 57px;
  background: #ffffff;
  border: 1px solid #0592fe;
  border-radius: 10px;
}
.el-container .el-main .form_input_box .form_input_text[data-v-7467954e] {
  width: 100px;
  font-size: 18px;
  color: #666666;
  height: 57px;
  line-height: 57px;
  margin-left: 20px;
}
.el-container .el-main .form_input_box .form_input_input[data-v-7467954e] {
  outline: 1px solid #fff;
  border: none;
  width: 60%;
  height: 45px;
  line-height: 45px;
  margin-top: 4px;
  margin-left: 5px;
}
.el-container .el-main .user_info_wrap[data-v-7467954e] {
  display: grid;
  grid-template-columns: 1.2fr 5.5fr;
  grid-column-gap: 2rem;
}
.el-container .el-main .user_info_wrap .user_info_intro[data-v-7467954e] {
  height: 800px;
  border-radius: 20px;
  min-width: 270px;
  background-color: white;
  display: grid;
  grid-template-rows: 4.5fr 3fr 1.2fr;
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_child[data-v-7467954e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: 10px 20px;
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_child[data-v-7467954e]::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  height: 1px;
  width: 80%;
  background-color: #cccccc;
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_1[data-v-7467954e] {
  /*background-color: #f6f6f6;*/
  text-align: center;
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_2[data-v-7467954e] {
  /*background-color: #f6f6f6;*/
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_2 .intro_2_content[data-v-7467954e] {
  max-height: 235px;
  overflow-y: auto;
}
.el-container .el-main .user_info_wrap .user_info_intro .intro_3[data-v-7467954e] {
  padding: 10px 20px;
  /*background-color: #f6f6f6;*/
}
.el-container .el-main .user_info_wrap .user_info_content_wrap[data-v-7467954e] {
  display: grid;
  grid-template-rows: 2fr 2fr 1fr 1fr;
  grid-row-gap: 20px;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .content_child[data-v-7467954e] {
  border-radius: 20px;
  background-color: white;
  padding: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1[data-v-7467954e] {
  display: grid;
  grid-template-rows: 112px auto;
  grid-row-gap: 1.5rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1 .banner_img[data-v-7467954e] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1 .banner_ctrl[data-v-7467954e] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1 .banner_ctrl .banner_ctrl_child[data-v-7467954e] {
  border: 0.5px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
  padding: 5px 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1 .banner_ctrl .banner_ctrl_child[data-v-7467954e]:hover {
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  border: 0.5px solid #0692fe;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_1 .banner_ctrl .banner_ctrl_3[data-v-7467954e]:hover {
  -webkit-transition: all 200ms linear 0s;
  transition: all 200ms linear 0s;
  border: 0.5px solid rgba(231, 231, 231, 0.52);
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2[data-v-7467954e] {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 2rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child[data-v-7467954e] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
  border: 1px solid #c4c4c4;
  padding: 20px 20px;
  min-width: 300px;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_wrap[data-v-7467954e] {
  margin-right: 24px;
  min-width: 70px;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_content[data-v-7467954e] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 0;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_content p[data-v-7467954e] {
  line-height: 36px;
  margin: 0;
  display: inline-block;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_content span.Btn[data-v-7467954e] {
  line-height: 18px;
  display: inline-block;
  padding: 5px 22px;
  font-size: 18px;
  background: rgba(242, 242, 242, 0.67);
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  color: #9a9a9a;
  cursor: pointer;
  font-weight: 400;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_content span.Btn[data-v-7467954e]:hover {
  color: #0692fe;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_2 .wrap_2_child .child_image_content span.active[data-v-7467954e] {
  color: #0692fe;
  margin-right: 1rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_3[data-v-7467954e] {
  background-color: transparent;
  padding: 0 !important;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 1rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_3 .wrap_3_child[data-v-7467954e] {
  cursor: pointer;
  background-color: white;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 6rem;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_3 .wrap_3_child p[data-v-7467954e] {
  margin: 0;
}
.el-container .el-main .user_info_wrap .user_info_content_wrap .user_content_wrap_4[data-v-7467954e] {
  padding: 18px 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn[data-v-7467954e] {
  background-color: white;
  border-radius: 20px;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box[data-v-7467954e] {
  /*background-color: red;*/
  margin-top: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .box_wrapper[data-v-7467954e] {
  /*background-color: #4EE5D2;*/
  min-height: 10rem;
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fill, 286px);
  -ms-flex-pack: distribute;
      justify-content: space-around;
  grid-auto-flow: row;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box[data-v-7467954e] {
  -webkit-transition: all 1500ms linear 200s;
  transition: all 1500ms linear 200s;
  position: relative;
  border-radius: 0.9375rem;
  width: 286px;
  height: 260px;
  border: 1px #fff solid;
  margin-bottom: 20px;
  margin-right: 1px;
  /*background-color: #4EE5D2;*/
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .box-image[data-v-7467954e] {
  width: 286px;
  height: 180px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  /* border-radius: 15px; */
  /* background-color: #464646; */
  background-image: radial-gradient(#636262, #4d4d4d, #464646);
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .box-image1[data-v-7467954e] {
  width: 286px;
  height: 180px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #e3e3e3;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info[data-v-7467954e] {
  position: absolute;
  /*background-color: green;*/
  top: 180px;
  width: 100%;
  bottom: 0;
  padding: 8px 8px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .moudle-name[data-v-7467954e] {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  padding: 0 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .moudle-name[data-v-7467954e]:active {
  text-overflow: initial;
  /*white-space:normal;*/
  overflow-x: auto;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .see[data-v-7467954e] {
  position: absolute;
  top: -35px;
  right: 10px;
  /* background-color: #666666; */
  padding: 3px 6px;
  border-radius: 15px;
  font-size: 7px;
  font-weight: 400;
  height: 15px;
  line-height: 15px;
  color: white;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .see.qiepian[data-v-7467954e] {
  color: #666666 !important;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box[data-v-7467954e] {
  display: grid;
  grid-template-columns: -webkit-max-content auto -webkit-max-content;
  grid-template-columns: max-content auto max-content;
  margin-top: 15px;
  /*background-color: red;*/
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box span[data-v-7467954e] {
  margin: 0 4px;
  line-height: 24px;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .price-lable[data-v-7467954e] {
  text-align: center;
  display: inline-block;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 12px;
  background-color: #ff7c00;
  padding: 0 10px;
  border-radius: 15px;
  font-weight: 400;
  color: white;
  margin-right: 7px;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .collect_btn[data-v-7467954e] {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  font-size: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 10px;
  border-radius: 15px;
  font-weight: 400;
  color: white;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .card-lable-collection-1[data-v-7467954e] {
  background-color: #ff5a00;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .collected[data-v-7467954e] {
  background-color: #666666;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .card-lable[data-v-7467954e] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box .card_box_info .lable-box .card-lable[data-v-7467954e]:active {
  text-overflow: initial;
  /*white-space:normal;*/
  overflow-x: auto;
}
.el-container .el-main .user_info_wrap .user_info_collect_learn .box .card-box[data-v-7467954e]:hover {
  border: 1px #ff7c00 solid;
  cursor: pointer;
}
.el-container .el-main .user_info_wrap .user_info_help_centent[data-v-7467954e] {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .vip_span[data-v-7467954e] {
  position: relative;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .vip_span[data-v-7467954e]::before {
  position: absolute;
  content: "";
  left: -9px;
  width: 4px;
  height: 100%;
  background-color: #0692fe;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .helpText[data-v-7467954e] {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  line-height: 34px;
  text-indent: 2em;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .qusBtn[data-v-7467954e] {
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .help_ok[data-v-7467954e] {
  color: #67c23a;
}
.el-container .el-main .user_info_wrap .user_info_help_centent .help_error[data-v-7467954e] {
  color: red;
}
.el-container .el-main .user_info_wrap .user_info_setpassword_content[data-v-7467954e] {
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
}
.el-container .el-main .user_info_wrap .user_info_setpassword_content .user_info_setpassword_btn[data-v-7467954e] {
  font-size: 22px;
  color: #666666;
}
.el-container .el-main .user_info_wrap .user_info_setpassword_content .user_info_setpassword_btnname[data-v-7467954e] {
  background: #ffffff;
  border: 1px solid #0592fe;
  border-radius: 10px;
}
.el-container .el-main .user_info_wrap .user_info_setpassword_content .user_info_setpassword_text[data-v-7467954e] {
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 500px;
  height: 40px;
  font-size: 26px;
  color: #666666;
  line-height: 40px;
}
.el-container .el-main .user_info_wrap .user_info_setpassword_content .user_info_setpassword_text span[data-v-7467954e] {
  font-size: 22px;
  color: #0592fe;
  width: 95px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: 2px solid #0592fe;
  border-radius: 10px;
}
.el-container .el-main .user_info_wrap .user_info_advice_content[data-v-7467954e] {
  position: relative;
  background-color: white;
  border-radius: 20px;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.avatar-uploader[data-v-7467954e] {
  margin-top: 10px;
}
.avatar-uploader .el-upload[data-v-7467954e] {
  border: 1px dashed #d9d9d9;
  border-radius: 6px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.avatar-uploader .el-upload[data-v-7467954e]:hover {
  border-color: #409eff;
}
.avatar-uploader-icon[data-v-7467954e] {
  font-size: 28px;
  color: #8c939d;
  width: 178px;
  height: 178px;
  line-height: 178px;
  text-align: center;
}
.avatar[data-v-7467954e] {
  width: 178px;
  height: 178px;
  display: block;
}
.kong_wrap_class[data-v-7467954e] {
  height: 80% !important;
}
.kong_wrap_class .el-image[data-v-7467954e] {
  /*height: 300px!important;*/
  width: 30% !important;
}
.kong_wrap_class .el-button[data-v-7467954e] {
  display: inline-block;
  font-size: 20px;
  margin-top: 2rem;
  padding: 10px 60px;
  border-radius: 40px;
  font-weight: 500;
}
.back_btn[data-v-7467954e] {
  position: relative;
  display: inline-block;
  margin-left: 15px;
  font-size: 16px;
}
.back_btn[data-v-7467954e]::after {
  position: absolute;
  content: "";
  left: -12px;
  top: 50%;
  width: 8px;
  height: 8px;
  border: 1.5px #343434 solid;
  border-bottom: none;
  border-right: none;
  -webkit-transform: translate(0, -50%) rotate(-45deg);
          transform: translate(0, -50%) rotate(-45deg);
}
.upBoxtext[data-v-7467954e] {
  padding-top: 30px;
  margin-bottom: 2rem;
  font-size: 20px;
  color: #fefefe;
}
.upBox[data-v-7467954e] {
  position: fixed;
  width: 537px;
  height: 350px;
  background: rgba(44, 44, 44, 0.9);
  z-index: 13;
  left: 50%;
  right: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.user_info_advice_content .el-tabs__item {
  padding: 0 60px;
  height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 40px;
  display: inline-block;
  list-style: none;
  font-size: 18px;
  font-weight: bolder;
  position: relative;
}
