.vue_mask {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 35px;
  z-index: 99999;
}
.vue_box {
  background-color: #fff;
  width: 75%;
  border-radius: 5px;
  text-align: center;
}
.popup_content {
  padding: 15px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}
.popup_btn {
  color: #3392FC;
}
.popup_title {
  padding-left: 10%;
  text-align: left;
  line-height: 30px;
  color: #3392FC;
}
.popup_input input {
  line-height: 20px;
  height: 20px;
  width: 80%;
}
.popup_group {
  display: flex;
  width: 100%;
}
.popup_group > div {
  width: 50%;
}
.popup_group > div:first-child {
  border-right: 1px solid #ccc;
}
.popup_choice {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 30px;
}
.popup_choice > div {
  display: flex;
}
.popup_choice > div > span {
  line-height: 30px;
  padding: 0 10px;
}
.popup_choice .popup_choice_btn {
  width: 60px;
  height: 30px;
  background-color: #71a3de;
  border-radius: 15px;
  border: 1px solid #ccc;
  position: relative;
}
.popup_choice .popup_choice_btn .popup_choice_select_btn {
  position: absolute;
  left: 0;
  width: 29px;
  height: 29px;
  background-color: #fff ;
  content: '';
  display: block;
  border-radius: 15px;
  border: none;
  border-right: 1px solid #ccc;
  -webkit-transition: all .7s;
  -moz-transition: all .7s;
  -ms-transition: all .7s;
  -o-transition: all .7s;
  transition: all .7s;
}
.popup_choice .popup_choice_btn.on {
  background-color: #ff7776;
}
.popup_choice .popup_choice_btn.on .popup_choice_select_btn {
  border: none;
  border-left: 1px solid #ccc;
  left: 50%;
}
.popup_img_box {
  height: 100%;
  text-align: center;
  width: 100%;
}
.popup_img_box img {
  height: 100%;
}
.popup_img_show_group {
  position: absolute;
  bottom: 10%;
  display: flex;
}
.popup_img_show_group > div {
  text-align: center;
  width: 30%;
  color: #fff;
}
.popup_img_show_group .popup_img_show_last {
  margin-left: 20%;
}
.popup_img_show_group .popup_img_show_next {
  margin-right: 20%;
}
.popup_img_show_close {
  position: absolute;
  background-color: #000000;
  right: -50px;
  top: -50px;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  z-index: 9999;
}
.popup_img_show_close span {
  position: absolute;
  left: 25px;
  bottom: 13px;
  font-size: 24px;
  color: #ddd;
}
.popup_img_show_page {
  position: absolute;
  top: 20%;
  width: 100%;
  text-align: center;
  color: #ddd;
}
.search_btn{cursor:pointer;}
.search_layer{display:none;width:100%;height:100%;position:fixed;z-index:100000;top:0;right:0;left:0;bottom:0;background-color:#f8f8f8;overflow:hidden;}
.search_layer .weui-search-bar{background-color:#fff;}
.search_layer .weui-search-bar__form{background-color:#fff;}
.search_layer .weui-search-bar__form:after{background-color:#f8f8f8;}
.search_layer .weui-search-bar__cancel-btn{color:#999;}
.search_layer .search_header_bar{font-size:12px;color:#9a9a9a;background-color:#f8f8f8;padding:0 10px;height:35px;line-height:35px;}
.search_layer .hot_keywords .keyword_lists{min-height:32px;background-color:#fff;padding:20px 10px;}
.search_layer .hot_keywords .keyword_lists li{display:inline-block;margin-right:5px;}
.search_layer .hot_keywords .keyword_lists li a{display:block;color:#fff;border-radius:4px;padding:5px 10px;background-color:#faa364;}
.search_layer .history_search .history_lists{background-color: #fff;}
.search_layer .history_search .history_lists li{padding:0 10px;display:block;border-bottom:1px solid #f8f8f8;}
.search_layer .history_search .history_lists li a{display: block;padding:10px 0;color:#bfbfbf;}
