
/*搜索框*/
.search_box {
    height: 45px;
    background: #f4f4f4;
    display: -webkit-box;
    padding: 7.5px 4%;
    box-sizing: border-box;
}

.search_box .input_box {
    position: relative;
    height: 30px;
    background: #fff;
    border-radius: 100px;
    line-height: 30px;
    font-size: 0;
    -webkit-box-flex: 1;
}

.search_box .input_box .search_icon {
    position: absolute;
    left: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 16px;
    background: url("https://cdn.upchinaproduct.com/dzjywebserver/images/search_icon.png") no-repeat center;
    background-size: cover;
    vertical-align: middle;
}

.search_box .input_box .simulated_input {
    height: 30px;
    line-height: 30px;
    margin-left: 31px;
    font-size: 14px;
    color: #111;
    opacity: 0.4;
}

/*点击搜索框*/
.search .search_box {
    height: 45px;
    background: #f4f4f4;
    display: -webkit-box;
    padding: 7.5px 4%;
    box-sizing: border-box;
    padding: 7.5px 17.06% 7.5px 4%;
    overflow: hidden;
    font-family: 'PingFangSC-Regular';
    /* position: fixed;
    width: 100%;
    z-index: 3001; */
}

.search .search_box .input_box input {
    width: 100%;
    padding: 5px 0 5px 31px;
    box-sizing: border-box;
    border-radius: 100px;
    font-size: 14px;
    color: #111;
    line-height: 1;
    font-family: 'PingFangSC-Regular';
}

.search .search_box .input_box input::-webkit-input-placeholder {
    color: rgba(17, 17, 17, 0.6);
    font-family: 'PingFangSC-Regular';
}

.search .search_box .input_box .fork_icon {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    background: url("//cdn.upchinaproduct.com/rzrqwebserver/images/clear_icon.png") no-repeat center;
    background-size: cover;
    margin-right: 2.7%;
}
.search .search_box .input_box .fork_icon:active{opacity: 0.5;}
.search .search_box .calc_icon {
    font-size: 17px;
    color: rgba(17, 17, 17, 0.4);
    line-height: 30px;
    position: absolute;
    right: 4%;
}

.search .history_wrap{
    height: 100%;
    position: fixed;
    background: #fff;
    width: 100%;
    top: 45px;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 3001;
}

.search .history_search {
    font-size: 14px;
}

.search .history_search>p {
    height: 36px;
    line-height: 36px;
    color: #111;
    color: rgba(17, 17, 17, 0.4);
    margin-top: 5px;
    padding-left: 4%;
}

.search .history_search .empty_history {
    float: right;
    margin-right: 4%;
    background: url("//cdn.upchinaproduct.com/rzrqwebserver/images/empty_icon.png") no-repeat left;
    background-size: 15px;
    vertical-align: middle;
    padding-left: 18px;
}

.search .history_search .history_list {
    box-sizing: border-box;
    width: 100%;
    padding: 0 4%;
}

.search .history_search .history_list li {
    float: left;
    height: 30px;
    border: 1px solid rgba(17, 17, 17, 0.10);
    border-radius: 3px;
    padding: 0 10px;
    line-height: 30px;
    color: rgba(17, 17, 17, 0.6);
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.search .history_search .history_list li a {
    color: rgba(17, 17, 17, 0.6)
}

.search .history_search .history_list li:active {
    opacity: 0.5;
}

/* .search .search_modal{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: #000;
    opacity: 0;
    bottom: 0;
    overflow: auto;
    z-index: 3000;
} */

.search .seach_result {
    position: fixed;
    left: 0;
    right: 0;
    top: 45px;
    width: 100%;
    background: #fff;
    bottom: 0;
    padding-left: 4%;
    overflow: auto;
    z-index: 3002;
}

.search .seach_result li {
    height: 50px;
    display: -webkit-box;
    -webkit-box-pack: center;
    -webkit-box-orient: vertical;
    border-bottom: 1px solid #e7e7e7;
}

.search .seach_result li p:first-child {
    font-size: 17px;
    color: #111;
    line-height: 1;
    margin-bottom: 3px;
}

.search .seach_result li p:last-child {
    font-size: 11px;
    color: rgba(17, 17, 17, 0.6);
    line-height: 1;
}

body.modal-open{
    position: fixed;
    width: 100%;
}

.search .no_data{
    z-index: 30033;
    color: rgba(17, 17, 17, 0.6);
    position: relative;
    text-align: center;
    font-size: 16px;
}













.v-charts-component-loading {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  background-color: rgba(255, 255, 255, .9);
}

.v-charts-mask-status {
  -webkit-filter: blur(1px);
          filter: blur(1px);
}

.v-charts-component-loading .circular {
  width: 42px;
  height: 42px;
  -webkit-animation: loading-rotate 2s linear infinite;
          animation: loading-rotate 2s linear infinite;
}

.v-charts-component-loading .path {
  -webkit-animation: loading-dash 1.5s ease-in-out infinite;
          animation: loading-dash 1.5s ease-in-out infinite;
  stroke-dasharray: 90,150;
  stroke-dashoffset: 0;
  stroke-width: 2;
  stroke: #20a0ff;
  stroke-linecap: round;
}

@-webkit-keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes loading-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}

@keyframes loading-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40px;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120px;
  }
}








.v-charts-data-empty {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  background-color: rgba(255, 255, 255, .9);
  color: #888;
  font-size: 14px;
}

