.el-container[data-v-3e266748] {
  padding-top: 80px;
  height: 100%;
  width: 100%;
}
.el-container .el-main[data-v-3e266748] {
  width: 100%;
  height: 100%;
  /*background-color: rgba(255,0,0,.2);*/
  padding: 20px 0;
}
.el-container .el-main .search_wrap[data-v-3e266748] {
  padding: 0 11%;
  height: 100%;
  overflow: auto;
  min-width: 1200px;
  background-color: white;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.el-container .el-main .search_wrap .search_wrap_top[data-v-3e266748] {
  height: 126px;
  padding: 15px 20px;
  border-radius: 10px;
  background: #3c4a4d;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.el-container .el-main .search_wrap .search_wrap_top .menu_footer[data-v-3e266748] {
  /*margin-top: auto;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: white;
}
.el-container .el-main .search_wrap .search_wrap_top .menu_footer .menu_footer_item[data-v-3e266748] {
  display: inline-block;
}
.el-container .el-main .search_wrap .search_wrap_top .menu_footer .menu_footer_item a[data-v-3e266748] {
  cursor: pointer;
}
.el-container .el-main .search_wrap .search_wrap_kong[data-v-3e266748] {
  height: 80%;
  -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;
}
.el-container .el-main .search_wrap .search_wrap_kong .kong_img[data-v-3e266748] {
  height: 60%;
}
.el-container .el-main .search_wrap .search_wrap_kong .kong_img_btn[data-v-3e266748] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 60px;
  border-radius: 40px;
  font-weight: 500;
}
.el-container .el-main .search_wrap .search_wrap_content[data-v-3e266748] {
  /*border: 1px solid yellowgreen;*/
  margin-top: 20px;
  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 .search_wrap .search_wrap_content .card-box[data-v-3e266748] {
  position: relative;
  border-radius: 17px;
  width: 286px;
  height: 260px;
  border: 1px #fff solid;
  margin-bottom: 20px;
  margin-right: 1px;
  /*background-color: #4EE5D2;*/
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .moudle-name[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .moudle-name[data-v-3e266748]:active {
  text-overflow: initial;
  /*white-space:normal;*/
  overflow-x: auto;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .see[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .see.qiepian[data-v-3e266748] {
  color: #666666 !important;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .lable-box[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .lable-box span[data-v-3e266748] {
  margin: 0 4px;
  line-height: 24px;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .price-lable[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .collect_btn[data-v-3e266748] {
  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 .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .card-lable-collection-1[data-v-3e266748] {
  background-color: #ff5a00;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .collected[data-v-3e266748] {
  background-color: #666666;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .card-lable[data-v-3e266748] {
  font-size: 12px;
  font-weight: 400;
  color: #666666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box .card_box_info .lable-box .card-lable[data-v-3e266748]:active {
  text-overflow: initial;
  /*white-space:normal;*/
  overflow-x: auto;
}
.el-container .el-main .search_wrap .search_wrap_content .card-box[data-v-3e266748]:hover {
  border: 1px #ff7c00 solid;
  cursor: pointer;
}
.search_wrap_pagination[data-v-3e266748] {
  /*background-color: white;*/
  text-align: center;
}
.menutitle[data-v-3e266748] {
  font-size: 1rem;
  color: #fff !important;
  cursor: pointer;
}
.changetitle[data-v-3e266748] {
  cursor: pointer;
  color: orange;
}
.isActivefree1[data-v-3e266748] {
  color: orange;
}
.box-image[data-v-3e266748] {
  width: 286px;
  height: 180px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-image: radial-gradient(#636262, #4d4d4d, #464646);
}
.box-image1[data-v-3e266748] {
  width: 286px;
  height: 180px;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  background-color: #e3e3e3;
}
.search_btn[data-v-3e266748] {
  background-color: #fff;
  color: #333333;
}
.search_btn[data-v-3e266748]:focus {
  color: #409eff;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}
.menu_input .inputCss[data-v-3e266748] {
  width: 566px;
}
.menu_input[data-v-3e266748] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}





















































































































































































































































































































































































































































































































































































































































































































































































































/* 弹窗背景样式污染 */
.el-dialog {
    background: #ffffff;
}

