@charset "UTF-8";
/*页面初始*/
body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Microsoft YaHei', "微软雅黑";
  background: #fff;
  color: #333;
  list-style: none;
  overflow-x: hidden; }

ul, li {
  list-style: none;
  margin: 0; }

img {
  border: 0 none;
  vertical-align: middle;
  list-style: none; }

a {
  text-decoration: none;
  outline: none;
  border: none;
  background: none;
  color: #333; }

a:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input {
  outline: none;
  border: none;
  background: none;
  -webkit-tap-highlight-color: transparent;
  font-family: 'Microsoft YaHei', "微软雅黑"; }

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none; }

textarea {
  outline: none;
  resize: none;
  border: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-tap-highlight-color: transparent;
  font-size: 14px;
  font-family: 'Microsoft YaHei', "微软雅黑"; }

table {
  border-collapse: collapse; }

button {
  border: none;
  outline: none;
  cursor: pointer;
  background: transparent;
  font-family: 'Microsoft YaHei', "微软雅黑"; }

a, div, header, span {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

* {
  margin: 0;
  padding: 0;
  border: 0;
  tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent;
  -ms-tap-highlight-color: transparent;
  list-style: none; }

i {
  font-style: normal; }

/*清除浮动*/
.clearfix:before {
  content: "";
  display: table; }
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0; }

.btn-box {
  margin: 30px 0; }

.btn {
  display: block;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box; }

.btn-big {
  width: 7.2rem;
  margin: 12px auto;
  height: 1.12rem;
  line-height: 1.12rem;
  font-size: 0.4266666667rem;
  border-radius: 8px; }

.btn-medium {
  width: 3.7333333333rem;
  margin: 12px auto;
  height: 36px;
  line-height: 34px;
  font-size: 0.4rem;
  border-radius: 0.48rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.btn-small {
  display: inline-block;
  padding: 0 12px;
  min-width: 0.8rem;
  height: 26px;
  line-height: 26px;
  font-size: 13px; }

.btn-red {
  background: #39f;
  color: #fffefe;
  border: 1px solid #39f; }

.btn-outline {
  background: #f3dfe1;
  color: #39f;
  border: 1px solid #39f; }

.btn-gray {
  background: #e6e6e6;
  color: #666;
  border: 1px solid #b0b0b0; }

.btn-white {
  background: #fff;
  color: #39f; }

.btn-default {
  background: 0 0;
  color: #444444;
  border: 1px solid #d7d7d7;
  border-radius: 20px; }

.btn-disabled {
  background-color: #ccc;
  cursor: not-allowed; }

.c_theme {
  color: #39f; }

.c_yel {
  color: #e76e35; }

.c_red {
  color: #ff0000; }

.c_green {
  color: #57ab4d; }

.displayNone {
  display: none !important;
  opacity: 0; }

.icon {
  width: 20px;
  height: 20px;
  background: transparent url(/imgs/icon.png) no-repeat center;
  background-size: 120px 90px;
  position: relative; }

.layout-cells {
  overflow: hidden;
  position: relative;
  font-size: 14px;
  background: transparent;
  line-height: 24px; }
  .layout-cells:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2; }
  .layout-cells:after {
    content: " ";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    border-bottom: 1px solid #d7d7d7;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    z-index: 2; }

.layout-cell {
  padding: 10px 12px;
  position: relative;
  line-height: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #fff; }
  .layout-cell:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    left: 12px;
    z-index: 2; }

.cell-bd {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1; }

.cell-ft {
  text-align: right; }

.topbar_height {
  height: 44px; }

.topbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 500;
  height: 44px;
  text-align: center;
  color: #333; }
  .topbar .cover_box {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #39f; }

.search-bar {
  position: relative;
  padding: 7px 15px;
  display: flex;
  line-height: normal;
  box-sizing: border-box;
  background-color: transparent; }
  .search-bar.search-bar_focusing .search-bar__cancel-btn {
    display: block; }
  .search-bar.search-bar_focusing .search-bar__label {
    display: none; }

.search-bar__form {
  position: relative;
  flex: auto;
  overflow: hidden;
  height: 30px;
  border-radius: 20px;
  border: 1px solid #e5e5e5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #e5e5e5; }

.search-bar__box {
  position: relative;
  padding-left: 40px;
  padding-right: 30px;
  height: 30px;
  width: 100%;
  box-sizing: border-box;
  z-index: 1;
  background: #fff; }
  .search-bar__box .search-bar__input {
    padding: 4px 0;
    width: 100%;
    height: 22px;
    border: 0;
    font-size: 12px;
    line-height: 24px;
    box-sizing: content-box;
    background: transparent; }
    .search-bar__box .search-bar__input:focus {
      outline: none; }
  .search-bar__box .icon_search {
    width: 20px;
    height: 20px;
    background-position: 2px 2px;
    position: absolute;
    left: 16px;
    top: 5px;
    line-height: 30px; }
  .search-bar__box .btn-clear {
    width: 20px;
    height: 28px;
    position: absolute;
    top: 0px;
    right: 0;
    padding: 0 10px; }
  .search-bar__box .icon_clear {
    width: 20px;
    height: 20px;
    position: absolute;
    background-position: -55px 2px;
    top: 4px;
    right: 9px; }

.search-bar__cancel-btn {
  display: none;
  margin-left: 10px;
  line-height: 30px;
  font-size: 15px;
  background: #39f;
  color: #fff;
  white-space: nowrap;
  border-radius: 5px;
  padding: 0 5px; }

.search-bar__input:not(:valid) ~ .btn-clear {
  display: none; }

.tab_content {
  border-top: 1px solid #f5f5f5; }

.tab_panel {
  display: none;
  background: #fff;
  padding: 0.3733333333rem 0; }
  .tab_panel.active {
    display: block; }

.tabs_list_height {
  height: 44px;
  margin-bottom: 10px; }

.tabs_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
  background: #f5f5f5;
  position: relative; }
  .tabs_list.fixed {
    position: fixed;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100;
    border-bottom: 1px solid #f3f3f3; }

.tabs_item {
  -webkit-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  text-align: center;
  color: #333;
  position: relative;
  background: #fff; }
  .tabs_item .inner {
    position: relative;
    padding: 10px 8px;
    line-height: 20px;
    white-space: nowrap; }
    .tabs_item .inner:before {
      content: " ";
      position: absolute;
      top: 8px;
      right: -1px;
      width: 0px;
      border-right: 1px dashed #fb996c;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleX(0.5);
      transform: scaleX(0.5);
      bottom: 8px;
      z-index: 2; }
  .tabs_item .tit {
    font-size: 0.4rem;
    position: relative;
    color: #666; }
  .tabs_item .txt {
    font-size: 0.3466666667rem;
    position: relative;
    color: #666; }
  .tabs_item.tabs_item_on .tit {
    color: #39f; }
  .tabs_item.tabs_item_on .inner:after {
    content: "";
    position: absolute;
    left: 2px;
    right: 2px;
    bottom: 0;
    border-bottom: 2px solid #39f; }

.mask, .pop_cover {
  position: fixed;
  z-index: 502;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.fix_title {
  z-index: 2;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  overflow: hidden;
  height: 18px;
  line-height: 18px;
  padding: 8px 12px;
  font-size: 14px;
  background: #f3f3f3;
  text-align: center; }

.fixed_bottom {
  z-index: 2;
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  margin: 0;
  background: #fff; }

.pop_filter {
  position: fixed;
  height: 100%;
  left: 16%;
  width: 84%;
  overflow-y: auto;
  overflow-x: hidden;
  top: 0;
  z-index: 503;
  background: #f7f7f7;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s; }
  .pop_filter.active {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  .pop_filter .bottom_btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .pop_filter .bottom_btn:before {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 1px;
      border-top: 1px solid #e5e5e5;
      color: #e5e5e5;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .pop_filter .bottom_btn .btn {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      border: 0 none;
      padding: 10px 0;
      line-height: 18px;
      font-size: 14px; }

.pop_content {
  position: fixed;
  top: 34px;
  bottom: 38px;
  width: 100%;
  overflow-y: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.actionsheet {
  position: fixed;
  left: 0;
  bottom: 0;
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 5000;
  width: 100%;
  background-color: #f3f3f3;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s; }

.actionsheet_menu {
  height: auto;
  min-height: 6rem;
  max-height: 7rem;
  overflow: auto;
  background: #fff; }

.actionsheet_title {
  background: #eee;
  padding: 10px 12px;
  line-height: 20px;
  text-align: left;
  font-size: 0.3733333333rem; }

.actionsheet_act {
  margin-top: 10px;
  color: #39f;
  background-color: #fff; }
  .actionsheet_act .action_btn {
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 14px; }

.mui-backdrop {
  position: fixed;
  z-index: 998;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6); }

.mui-popover.mui-popover-action.mui-active .actionsheet {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0); }

.mui-backdrop-action.mui-backdrop.mui-active, .mui-bar-backdrop.mui-backdrop.mui-active {
  display: block;
  opacity: 1; }

.quick-nav-box {
  width: 100%;
  height: 100%;
  background: #fff;
  padding-top: 0.2666666667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.quick-link {
  display: block;
  float: left;
  text-align: center;
  padding: 0 0 0.2133333333rem 0;
  position: relative; }

.quick-box {
  display: inline-block;
  position: relative; }
  .quick-box img {
    width: 1.2266666667rem;
    height: 1.2266666667rem; }
  .quick-box .txt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: box;
    line-clamp: 1;
    box-orient: vertical;
    font-size: 0.3733333333rem;
    color: #686868;
    margin-top: 4px; }
  .quick-box .q_icon {
    display: block;
    font-size: 0.5333333333rem;
    color: #e88b6e; }

.quick-nav-three .quick-link {
  width: 33.333333%; }

.dialog-warp {
  display: block;
  opacity: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  box-align: center;
  -webkit-box-align: center;
  -webkit-box-pack: center; }
  .dialog-warp .dialog {
    position: fixed;
    z-index: 1000;
    width: 80%;
    top: 50%;
    left: 50%;
    margin-top: -80px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center; }
  .dialog-warp .inner {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; }
  .dialog-warp .dialog_hd {
    position: relative; }
    .dialog-warp .dialog_hd .dialog_title {
      padding: 0.2666666667rem 15px;
      text-align: left;
      font-weight: 400;
      font-size: 0.4266666667rem;
      background: #39f;
      color: #fff; }
    .dialog-warp .dialog_hd:after {
      content: " ";
      position: absolute;
      left: 0;
      bottom: -1px;
      right: 0;
      height: 0px;
      border-bottom: 1px solid #39f;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5); }
  .dialog-warp .dialog_bd {
    padding: 0.2666666667rem 0.5333333333rem;
    font-size: 15px;
    line-height: 1.3;
    word-wrap: break-word;
    word-break: break-all;
    color: #333; }
  .dialog-warp .btn-close {
    position: absolute;
    top: 4px;
    right: 5px;
    width: 30px;
    height: 30px;
    background: transparent url(/imgs/icon.png) no-repeat -92px 2px;
    background-size: 120px 90px; }
  .dialog-warp .dialog_ft {
    position: relative;
    line-height: 44px;
    font-size: 0.4266666667rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex; }
    .dialog-warp .dialog_ft:after {
      content: " ";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 1px;
      border-top: 1px solid #d7d7d7;
      color: #D5D5D6;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0;
      -webkit-transform: scaleY(0.5);
      transform: scaleY(0.5); }
    .dialog-warp .dialog_ft .dialog_btn {
      display: block;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      flex: 1;
      color: #666666;
      text-decoration: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      position: relative; }
      .dialog-warp .dialog_ft .dialog_btn:after {
        content: " ";
        position: absolute;
        left: 0;
        top: 0;
        width: 1px;
        bottom: 0;
        border-left: 1px solid #d7d7d7;
        color: #d7d7d7;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0.5);
        transform: scaleX(0.5); }
    .dialog-warp .dialog_ft .btn_no {
      color: #666666; }
    .dialog-warp .dialog_ft .btn_sure {
      color: #39f; }

.result_box {
  overflow: hidden;
  margin: 8px auto;
  text-align: center;
  padding: 1.0666666667rem 0 1.6rem; }
  .result_box .desc {
    color: #999999;
    font-size: 0.3733333333rem; }

.result_img {
  width: auto;
  max-width: 5.8666666667rem;
  margin: 5px auto; }
  .result_img img {
    max-width: 100%; }

.result_title {
  font-size: 0.4266666667rem;
  margin: 10px 0 0.2666666667rem;
  line-height: 0.6933333333rem;
  color: #000; }

.tabbar_height {
  height: 48px;
  width: 100%; }

.layout-tabbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 46px;
  position: fixed;
  z-index: 500;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .layout-tabbar:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 1px;
    border-top: 1px solid #e5e5e5;
    color: #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5); }

.tabbar_item {
  overflow: hidden;
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  padding: 0px 0 0;
  color: #808080;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative; }
  .tabbar_item.tabbar_item_on {
    color: #39f; }
  .tabbar_item .ficon {
    font-size: 0.3733333333rem; }

.tabbar_label {
  text-align: center;
  font-size: 0.3466666667rem; }

/*# sourceMappingURL=common.css.map */
