/* rest.less */
/*
34      0.9
32      0.85
30      0.8
28      0.75
26      0.7
24      0.65
20      0.55

 */
/*.transition(@d) {
    -webkit-transition-duration: @d;
    transition-duration: @d;
}
.delay(@d) {
    -webkit-transition-delay: @d;
    transition-delay: @d;
}
.transform(@t) {
    -webkit-transform: @t;
    transform: @t;
}
.transform-origin(@to) {
    -webkit-transform-origin: @to;
    transform-origin: @to;
}
.translate3d(@x:0, @y:0, @z:0) {
    -webkit-transform: translate3d(@x,@y,@z);
    transform: translate3d(@x,@y,@z);
}
.animation(@a) {
    -webkit-animation: @a;
    animation: @a;
}
.border-box(){
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.box-shadow(@bs) {
    -webkit-box-shadow: @bs;
    box-shadow: @bs;
}
.animation-name(@name) {
  -webkit-animation-name: @name;
     -moz-animation-name: @name;
          animation-name: @name;
}
.animation-duration(@duration) {
  -webkit-animation-duration: @duration;
     -moz-animation-duration: @duration;
          animation-duration: @duration;
}
.animation-direction(@direction) {
  -webkit-animation-direction: @direction;
     -moz-animation-direction: @direction;
          animation-direction: @direction;
}
*/
html,
body {
  -webkit-user-select: none;
  /* 禁止选中文本（如无文本选中需求，此为必选项?*/
  -moz-user-select: none;
       user-select: none;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
}
ul,
ol,
dl,
dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
em,
i,
b,
strong {
  font-weight: normal;
  font-style: normal;
}
/*
36      0.9
32      0.85
30      0.8
28      0.75
26      0.7
24      0.65
20      0.55

 */
.htmls .f_list .item-title {
  font-size: 0.75rem;
}
.htmls .f_list .t_tag {
  font-size: 0.65rem;
}
.htmls .f_list .t_price {
  font-size: 0.65rem;
}
.htmls .f_list .t_num {
  font-size: 0.65rem;
}
.htmls .f_list .t_add {
  font-size: 0.65rem;
}
.htmls .page_lnlist .titles {
  font-size: 0.7rem;
  line-height: 1.5;
}
.htmls .buttons-tab .button {
  font-size: 0.7rem;
}
.htmls .page_hdes h2 {
  font-size: 0.85rem;
}
.htmls .page_h .des_list {
  font-size: 0.65rem;
}
.htmls .page_hinfo {
  font-size: 0.65rem;
}
.htmls .page_hinfo .note_table dd {
  font-size: 0.65rem;
}
.htmls .page_h .words_con {
  font-size: 0.65rem;
}
.htmls .page_hposition .h_p_address,
.htmls .page_hposition .h_p_near {
  font-size: 0.65rem;
}
.htmls .h_list .names {
  font-size: 0.7rem;
}
.htmls .h_list .des {
  font-size: 0.6rem;
}
.htmls .page_sinfos {
  font-size: 0.75rem;
}
.htmls .page_sdes p {
  font-size: 0.7rem;
}
.htmls .page_sdes .note {
  font-size: 0.75rem;
}
.htmls .page_sadviser {
  font-size: 0.75rem;
}
.htmls .swiper_home .tool_names h2 {
  font-size: 0.85rem;
}
.htmls .page_artical {
  /* .a_times{
      font-size: 0.6rem;
    } */
}
.htmls .page_artical .a_text {
  font-size: 0.65rem;
}
.htmls .list-block .u_fontshow {
  font-size: 0.75rem;
}
.htmlb .f_list .item-media {
  width: 32.3%;
}
.htmlb .f_list .item-title {
  font-size: 0.95rem;
}
.htmlb .f_list .t_tag {
  font-size: 0.8rem;
}
.htmlb .f_list .t_price {
  font-size: 0.8rem;
}
.htmlb .f_list .t_num {
  font-size: 0.8rem;
}
.htmlb .f_list .t_add {
  font-size: 0.8rem;
  line-height: 1.2rem;
}
.htmlb .page_lnlist .titles {
  font-size: 0.9rem;
}
.htmlb .buttons-tab .button {
  font-size: 0.9rem;
}
.htmlb .page_hdes h2 {
  font-size: 0.95rem;
}
.htmlb .page_h .des_list {
  font-size: 0.8rem;
}
.htmlb .page_h .des_list dt {
  width: 3.8rem;
}
.htmlb .page_h .des_list dd {
  padding-left: 3.9rem;
}
.htmlb .page_hinfo {
  font-size: 0.8rem;
}
.htmlb .page_hinfo .price_table dt {
  width: 3.8rem;
}
.htmlb .page_hinfo .price_table dd {
  margin-left: 3.9rem;
}
.htmlb .page_hinfo .note_table dd {
  font-size: 0.75rem;
}
.htmlb .page_h .words_con {
  font-size: 0.8rem;
}
.htmlb .page_hposition .h_p_address,
.htmlb .page_hposition .h_p_near {
  font-size: 0.8rem;
}
.htmlb .h_list .names {
  font-size: 0.9rem;
}
.htmlb .h_list .des {
  font-size: 0.8rem;
}
.htmlb .page_sinfos {
  font-size: 0.85rem;
}
.htmlb .page_sdes p {
  font-size: 0.8rem;
}
.htmlb .page_sdes .note {
  font-size: 0.85rem;
}
.htmlb .page_sadviser {
  font-size: 0.85rem;
}
.htmlb .swiper_home .tool_names h2 {
  font-size: 0.95rem;
}
.htmlb .page_artical {
  /* .a_times{
      font-size: 0.8rem;
    } */
}
.htmlb .page_artical .a_text {
  font-size: 0.85rem;
}
.htmlb .list-block .u_fontshow {
  font-size: 0.95rem;
}
/* 公共list */
.list-block {
  margin: 0;
  font-size: 0.7rem;
}
.list-block .item-content {
  border-bottom: 1px solid #e3e3e3;
}
.list-block .item-inner:after {
  display: none;
}
/* 公共search */
.searchbar {
  height: 2.2rem;
}
.bar .searchbar {
  background: none;
  margin: 0;
  padding-top: 0.35rem;
  padding-left: 0;
  padding-right: 0;
}
.searchbar .search-input {
  margin-left: 0;
}
.searchbar .search-input input {
  height: 1.5rem;
  line-height: 1.5rem;
  color: #fff;
  border-radius: 0.75rem;
  background: rgba(255, 255, 255, 0.3);
}
.searchbar .search-input input::-webkit-input-placeholder {
  color: #fff;
  opacity: 1;
  font-size: 0.7rem;
}
.searchbar .search-input .icon {
  font-size: 0.9rem;
  color: #fff;
}
.searchbar .input_search {
  border: 1px solid #ececec;
  background: #ececec;
}
.searchbar .button {
  background: #f15a4a;
  color: #fff;
  font-size: 0.8rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
/* 公共logo */
.bar:after {
  display: none;
}
.bar .title {
  font-size: 1rem;
}
.bar .button-link {
  color: #fff;
}
.bar-nav .icon {
  padding-left: 0;
  padding-right: 0;
}
.g_logo {
  width: 34%;
  vertical-align: middle;
}
.bar_msg {
  position: relative;
}
.bar_msg.active {
  padding-right: 0.3rem;
}
.bar_msg .ic_dot {
  width: 0.4rem;
  height: 0.4rem;
  display: inline-block;
  background: #f15a4a;
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 0.3rem;
}
.bar_msg .ic_num {
  background: #fff;
  padding: 0 0.18rem;
  height: 0.65rem;
  display: block;
  line-height: 0.68rem;
  text-align: center;
  font-size: 0.55rem;
  border-radius: 0.5rem;
  position: absolute;
  right: 0;
  -webkit-transform: scale(0.9) translateX(35%);
          transform: scale(0.9) translateX(35%);
  top: 0.5rem;
  z-index: 20;
  color: #f15a4a;
}
/* 公共swiper */
.g_swiper .swiper-container {
  padding-bottom: 0;
}
.g_swiper .swiper-slide img {
  width: 100%;
}
.g_swiper .swiper-pagination-bullet {
  background: #f6f6f6;
  opacity: 1;
}
.g_swiper .swiper-pagination-bullet-active {
  background: #1e82d2;
  border-radius: 8px;
}
.g_swiper .swiper_info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  font-size: 0.65rem;
  height: 1.5rem;
  line-height: 1.5rem;
  padding: 0 0.75rem;
}
.g_swiper .swiper_info .num {
  float: right;
}
/* 推荐?*/
.num_recom {
  background: #1e82d2;
  color: #fff;
  font-size: 0.55rem;
  padding: 0.25rem 0 0.4rem;
  width: 0.85rem;
  text-align: center;
  line-height: 1.1;
}
.num_recom:before {
  position: absolute;
  width: 0;
  height: 0;
  content: "";
  bottom: 0;
  left: 0;
  border: 0.425rem solid transparent;
  border-bottom: 0.25rem solid #fff;
}
.num_recom em {
  display: none;
}
.num_recom.r2 {
  background: #fc6d6d;
  margin-right: 1.15rem;
}
/* 列表 */
.f_list:before,
.f_list:after {
  display: none !important;
}
.f_list li a {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  position: relative;
}
.f_list li:last-child .item-content {
  border: 0;
}
.f_list .item-media {
  width: 30.3%;
  position: relative;
}
.f_list .avator {
  width: 100%;
}
.f_list .item-content {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding-left: 0;
  border-bottom: 1px solid #e3e3e3;
}
.f_list .item-media + .item-inner {
  margin-left: 0.6rem;
}
.f_list .item-inner {
  padding-right: 0;
  position: static;
}
.f_list .item-inner:after {
  display: none;
}
.f_list .item-title {
  font-size: 0.85rem;
  color: #333;
  line-height: 1.2;
  margin-bottom: 0.1rem;
  font-weight: normal;
}
.f_list .t_tag {
  color: #555;
  font-size: 0.75rem;
  max-width: 80%;
}
.f_list .t_price {
  font-size: 0.75rem;
  color: #f15a4a;
}
.f_list .t_add {
  color: #555;
  padding: 0;
  font-size: 0.75rem;
  white-space: normal;
  min-height: 2.35rem;
}
.f_list .t_num {
  color: #999;
  font-size: 0.75rem;
}
.f_list .h_tags {
  margin: 0;
  white-space: nowrap;
}
.f_list .tag_frecom {
  position: absolute;
  width: auto;
  left: -2px;
  top: 0.45rem;
  margin-top: -2px;
  width: 32.1%;
}
.f_list .t_phone {
  font-size: 0.6rem;
}
.f_list .t_phone em {
  display: inline-block;
  margin-right: 0.3rem;
  height: 0.8rem;
  line-height: 0.8rem;
}
.f_list .t_phone .p1 {
  color: #f15a4a;
}
.f_list .t_phone .p2 {
  color: #1e82d2;
}
.f_list_nomore {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  color: #aaa;
  background: #f4f4f4;
}
.f_list .num_recom {
  position: absolute;
  right: 0.2rem;
  top: 0;
}
/* 热门列表 */
.h_list {
  padding: 0.5rem 0.5rem;
}
.h_list li {
  margin-bottom: 0.5rem;
  position: relative;
}
.h_list .button {
  position: absolute;
  display: inline-block;
  right: 0;
  bottom: 0.1rem;
  border-radius: 0.75rem;
  line-height: 1.45rem;
}
.h_list .avator {
  display: block;
  width: 100%;
}
.h_list .names {
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
  padding-top: 0.3rem;
}
.h_list .t_price {
  color: #f15a4a;
  font-weight: bold;
  margin-left: 0.75rem;
}
.h_list .des {
  font-size: 0.7rem;
  color: #999;
}
.h_list .des .titles {
  color: #333;
}
.list_no {
  text-align: center;
  padding-top: 30%;
}
.list_no:before {
  display: none !important;
}
.list_no:after {
  display: none !important;
}
.list_no .ico_no {
  width: 27.8%;
  margin: 0 auto 0.5rem;
  color: #c7e0f1;
  font-size: 5rem;
  display: block;
  line-height: 1;
}
.list_no p {
  font-size: 0.75rem;
  color: #999;
  line-height: 1.7;
  margin-bottom: 1rem;
}
.list_no .notes {
  font-size: 0.7rem;
  color: #555;
  text-align: left;
  line-height: 1.8;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-bottom: 1rem;
  position: fixed;
  bottom: 0;
}
.list_no .button {
  display: inline-block;
  font-size: 0.8rem;
  padding: 0 1rem;
  height: 1.5rem;
  line-height: 1.5rem;
}
/* 工厂标签 */
/* .h_tag{
  display: inline-block;
  height: 1rem;
  line-height: 0.85rem;
  padding: 1px 3px;
  font-size: 0.65rem;
  margin: 0 0.2rem 0 0;
  border-radius: 0.1rem;

  &:nth-child(1){
    border:1px solid @color_blue;
    color: @color_blue;
  }
  &:nth-child(2){
    border:1px solid @color_red;
    color: @color_red;
  }
  &:nth-child(3){
    border:1px solid @color_red;
    color: @color_red;
  }
  &:nth-child(4){
    border:1px solid @color_gray;
    color: @color_gray;
  }
} */
.h_tags {
  margin-bottom: 0.5rem;
}
.h_tags span {
  height: 0.75rem;
  line-height: 0.75rem;
  background: #29ab91;
  display: inline-block;
  padding: 0 0.1rem;
  border-radius: 0.1rem;
  border: 0;
  color: #fff;
  font-size: 0.6rem;
}
/* form */
.form_check {
  padding: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
  counter-reset: done-items undone-items;
}
.form_check input {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
  -webkit-box-ordinal-group: 5;
  -webkit-order: 4;
  order: 4;
  outline: none;
  counter-increment: undone-items;
}
.form_check input:checked {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  order: 2;
  counter-increment: done-items;
}
.form_check input:checked + label {
  /*-webkit-box-ordinal-group: 3;
        -webkit-order: 2;
            -ms-flex-order: 2;
                order: 2;*/
  -webkit-animation: done .5s;
  animation: done .5s;
}
.form_check input:checked + label::before {
  color: #1e82d2;
  content: "\e708";
}
.form_check label {
  display: block;
  font-size: 0.65rem;
  position: relative;
  /*-webkit-box-ordinal-group: 5;
    -webkit-order: 4;
      -ms-flex-order: 4;
          order: 4;*/
  cursor: pointer;
  color: #555;
  -webkit-animation: undone .5s;
  animation: undone .5s;
}
.form_check label:before {
  font-family: "iconfont2";
  content: "\e630";
  color: #555;
  vertical-align: middle;
}
.form_radio {
  display: block;
  margin: 0 0.5rem 0 0;
}
.form_radio input {
  display: block;
  height: 53px;
  margin: 0 0 -53px -9999px;
}
.form_radio input:checked + label {
  -webkit-animation: done .5s;
  animation: done .5s;
  background: #1e82d2;
  border-color: #1e82d2;
}
.form_radio label {
  display: block;
  font-size: 0.65rem;
  padding: 0.2rem 0.7rem;
  background: #fff;
  border: 1px solid #e3e3e3;
  text-align: center;
  border-radius: 0.2rem;
  cursor: pointer;
  color: #555;
  -webkit-animation: undone .5s;
  animation: undone .5s;
}
.list_no {
  position: relative;
  height: 0;
}
.list_no li {
  text-align: center;
  color: #555;
  font-size: 0.65rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
}
.list_no li .icon {
  color: #c7e1f3;
  font-size: 6rem;
  line-height: 6rem;
  display: block;
}
/* 切换 */
.g_bar_tab {
  background: #f9f9f9;
}
.g_bar_tab .tab-item {
  font-size: 0.6rem;
  color: #777;
}
.g_bar_tab .tab-item .icon {
  font-size: 1rem;
  height: 1rem;
}
.g_bar_tab .ich {
  display: none;
}
.g_bar_tab .active .ich {
  display: inline-block;
}
.g_bar_tab .active .ic {
  display: none;
}
/* 回顶?*/
.page_totop {
  z-index: 10;
  position: fixed;
  right: 0.4rem;
  top: 50%;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 1.2;
  text-align: center;
  display: none;
  border-radius: 50%;
  background: #e4f0ff;
  font-size: 0.55rem;
  box-shadow: 0 0 0.5rem rgba(153, 153, 153, 0.5);
}
.page_totop i {
  display: block;
  color: #1e82d2;
  font-size: 1rem;
  padding-top: 0.25rem;
}
/* share */
.share_modal {
  display: none;
}
.share_modal .actions-modal-group {
  margin: 0;
}
.share_modal .actions-modal-label {
  border-radius: 0;
  display: none;
  background: #1e82d2;
}
.share_modal .share_mlist {
  background: #fff;
}
.share_modal a {
  text-align: center;
  color: #333;
  font-size: 0.7rem;
  display: inline-block;
  padding: 0.2rem 0;
}
.share_modal .icon {
  display: block;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.2;
  color: #1e82d2;
}
.f_filters {
  height: 2.5rem;
  background: #fff;
  padding: 0.6rem 0;
  border-bottom: 1px solid #e3e3e3;
}
.f_filters > a {
  text-align: center;
  border-left: 1px solid #e3e3e3;
  color: #333;
  font-size: 0.85rem;
}
.f_filters > a .icon {
  color: #aaa;
  margin-left: 0.2rem;
}
.f_filters > a:first-child {
  border-left: 0;
}
.f_filters .icon-shangjiantous {
  display: none;
}
.f_filters .active span {
  color: #f15a4a;
}
.f_filters .active .icon-shangjiantous {
  display: inline-block;
}
.f_filters .active .icon-xiajiantous {
  display: none;
}
.f_filters .selected .icon-shangjiantous {
  display: none;
}
.f_filters .selected .icon-xiajiantous {
  display: inline-block;
}
.popup_filter {
  background: none;
}
.popup_filter .content-block {
  margin: 0;
  padding: 0;
  height: 12rem;
  position: relative;
}
.popup_filter .pop_filter_bg {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.popup_filter .fil_opt {
  display: none;
  position: absolute;
  left: 0;
  top: 2.5rem;
  right: 0;
  bottom: 0;
  background: #fff;
  font-size: 0.65rem;
}
.popup_filter .fil_opt:after {
  -webkit-transform: none;
          transform: none;
  left: 50%;
}
.popup_filter .fil_opt ul {
  overflow-y: auto;
  height: 100%;
  display: block;
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.popup_filter .fil_opt .col-50 {
  width: 50%;
  float: left;
}
.popup_filter .fil_opt li {
  padding: 0.5rem;
  padding-left: 0;
  border-bottom: 1px solid #e3e3e3;
  font-size: 0.8rem;
  display: block;
  color: #333;
}
.popup_filter .fil_opt li a {
  color: #333;
}
.popup_filter .fil_opt li.focus {
  color: #f15a4a;
}
.popup_filter .fil_opt li:after {
  left: 0.5rem;
}
.popup_filter .fil_two ul {
  padding: 0;
  overflow-x: hidden;
}
.popup_filter .fil_two li {
  position: relative;
  border-bottom: 0;
  padding-left: 0.5rem;
}
.popup_filter .fil_two li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #e3e3e3;
  display: block;
  z-index: 15;
  -webkit-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .popup_filter .fil_two li:after {
    -webkit-transform: scaleY(0.5);
            transform: scaleY(0.5);
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 3) {
  .popup_filter .fil_two li:after {
    -webkit-transform: scaleY(0.33);
            transform: scaleY(0.33);
  }
}
.popup_filter .fil_two li:after {
  left: 0.5rem;
}
.popup_filter .fil_two .opt_prv {
  background: #f0f0f0;
}
.popup_filter .fil_two .opt_prv li {
  border-bottom: 0;
}
.popup_filter .fil_two .opt_prv li:after {
  display: none;
}
.popup_filter .fil_two .opt_prv .focus {
  background: #fff;
}
.popup_filter .p_filter {
  overflow: visible;
  min-height: 2.1rem;
  background: #fff;
}
.popup_filter .p_filter .active {
  position: relative;
  /* &:after{
        content: '';
        position: absolute;
        bottom: -1.3rem;
        left: 50%;
        width: 0;
        height: 0;
        margin-left: -0.3rem;
        display: inline-block;
        border-style: solid;
        border-width: 0.4rem;
        border-color: transparent transparent @b_white transparent;
      } */
}
.popup_filter .p_filter .active span {
  color: #f15a4a;
}
#f_opt_area:after,
#f_opt_money:after {
  display: none;
}
/* 公共tab */
.g_contab {
  font-size: 0.75rem;
  text-align: center;
}
.g_contab .tab-link {
  color: #333;
  padding: 0;
}
.g_contab .button.active {
  color: #f15a4a;
  border-color: #f15a4a;
}
.g_contab.borders {
  border-bottom: 1px solid #e3e3e3;
}
.g_contab_group {
  height: 2.2rem;
  line-height: 2.2rem;
  background: #fff;
  text-align: center;
  overflow-y: hidden;
  overflow-x: atuo;
  white-space: nowrap;
}
.g_contab li {
  display: inline-block;
}
.g_contab li .tab-link {
  padding: 0 0.5rem;
  height: 2.2rem;
  line-height: 2.2rem;
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.75rem;
}
.g_contab li .tab-link.active {
  border-bottom: 0.14rem solid #f15a4a;
  color: #f15a4a;
}
.g_contab li .tab-link.active span {
  background: #f4f4f4;
}
.g_contab li span {
  height: 1.2rem;
  line-height: 1.2rem;
  display: inline-block;
  padding: 0 0.75rem;
  border-radius: 0.6rem;
}
.f_title {
  color: #aaa;
  position: relative;
  font-weight: normal;
  font-size: 0.75rem;
  text-align: center;
  padding: 0.5rem 0;
  margin: 0 0.5rem;
}
.f_title i {
  color: #aaa;
  display: inline-block;
  margin-right: 0.3rem;
  line-height: 1;
  font-size: 0.9rem;
}
.f_title .ic_line {
  height: 1px;
  background: #d2d2d2;
  width: 2rem;
  vertical-align: middle;
  display: inline-block;
  position: relative;
}
.f_title .ic_line:before {
  position: absolute;
  width: 0.2rem;
  height: 0.2rem;
  right: 0;
  top: -0.085rem;
  content: "";
  border-radius: 50%;
  display: inline-block;
  background: #d2d2d2;
}
.f_title .ic_line_l {
  margin-right: 0.5rem;
}
.f_title .ic_line_r {
  margin-left: 0.5rem;
}
.f_title .ic_line_r:before {
  right: auto;
  left: 0;
}
.bar .searchbar_list {
  padding-right: 2.75rem;
}
.bar .searchbar_list .button {
  position: absolute;
  top: 0.35rem;
  background: none;
  text-align: right;
  right: 0;
}
.bar .searchbar_list .search-input {
  width: inherit;
}
.searchbar_help {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  background: #f4f4f4;
}
.searchbar_help .search-input input {
  border-color: #d8d8d8;
  background: #fff;
  color: #333;
}
.searchbar_help .search-input input::-webkit-input-placeholder {
  color: #aaa;
}
.searchbar_help .search-input .icon {
  color: #aaa;
}
.page_l .searchbar {
  position: relative;
  padding-right: 3.5rem;
}
.page_l .searchbar .button {
  position: absolute;
  right: 0.5rem;
  top: 0.4rem;
  width: 2.5rem;
  height: 1.45rem;
  line-height: 1.45rem;
}
.page_l .city_now {
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #1e82d2;
  font-size: 0.8rem;
  position: absolute;
  left: 0;
  top: 2.2rem;
  right: 0;
  z-index: 10;
}
.page_l .city_now .icon {
  font-size: 1rem;
  margin: 0 0.5rem;
}
.page_lcitylist {
  background: #fff;
}
.page_lcitylist li {
  border-bottom: 1px solid #e3e3e3;
}
.page_lcitylist a {
  display: block;
  padding: 1rem 0.75rem;
  color: #333;
  font-size: 0.7rem;
}
.page_lnlist li {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.page_lnlist .titles {
  font-size: 0.8rem;
  color: #333;
  font-weight: bold;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.page_lnlist .item-content {
  padding-left: 0;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.page_lnlist .item-inner {
  color: #777;
  position: relative;
}
.page_lnlist .des {
  position: absolute;
  bottom: 0.45rem;
  left: 0;
  right: 0.75rem;
}
.page_lnlist .vis {
  float: right;
  color: #999;
}
.page_lnlist .vis i {
  color: #d8d8d8;
  line-height: 1;
  margin-right: 0.2rem;
  vertical-align: 0px;
}
.page_lnlist .item-text {
  height: auto;
}
.page_lnlist img {
  width: 5.7rem;
}
.page_city .content {
  top: 4.2rem;
}
/* 文章详情 */
.page_a .ic_gshare {
  font-size: 1.2rem;
}
.page_artical .content-block {
  margin: 0;
  padding-top: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  color: #333;
  background: #fff;
}
.page_artical .h2 {
  font-size: 1rem;
  font-weight: normal;
  margin-bottom: 0.75rem;
  line-height: 1.2;
}
.page_artical .a_times {
  font-size: 0.7rem;
  color: #777;
  padding-bottom: 0.75rem;
  border-bottom: 1px solid #e3e3e3;
}
.page_artical .a_text {
  font-size: 0.75rem;
}
.page_artical .a_text img {
  margin: 0.25rem 0;
  width: 100%;
}
.page_artical .a_text p {
  padding-top: 0.25rem;
  margin-bottom: 0.25rem;
  text-indent: 2em;
  line-height: 1.8;
}
.page_artical .a_text h1,
.page_artical .a_text h2,
.page_artical .a_text h3,
.page_artical .a_text h4,
.page_artical .a_text h5 {
  font-weight: normal;
  font-size: 0.85rem;
  padding-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.page_artical .a_des {
  font-size: 0.7rem;
  color: #999;
}
.page_artical .a_usr {
  color: #555;
  font-size: 0.75rem;
}
.page_artical .a_vis {
  float: right;
  font-size: 0.65rem;
  color: #aaa;
}
/* 热门推荐 */
.page_hflist ul {
  background: #fff;
}
.page_hflist li {
  padding-bottom: 1.5rem;
}
.page_hflist .imgs {
  position: relative;
  display: block;
}
.page_hflist .names {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 2rem;
  line-height: 2rem;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 0 0.5rem;
  font-weight: normal;
}
.page_hflist .names em {
  float: right;
}
.page_hflist .cons {
  margin-top: 0.5rem;
}
.share_btn {
  position: fixed;
  bottom: 100px;
  right: 16px;
  display: block;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  color: #fff;
  font-size: 0.55rem;
  border-radius: 1rem;
  background-color: rgba(0, 126, 212, 0.9);
  z-index: 9999;
}


/* under here is lxj added */

#index_search_cancel {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    right: 6px;
    display: block;
    width: 24px;
    height: 24px;
}

/* é¦–é¡µæœç´?*/
.pg_search_index {
  background: #fff;
}
.pg_search .ht_list {
  margin-top: 0.5rem;
}
.pg_search .gp_search_list .ht_list {
  margin-top: 0;
}
.pg_search_before {
  padding: 0 0.5rem;
}
.pg_search_before h2 {
  font-size: 0.75rem;
  height: 2rem;
  line-height: 2rem;
}
.pg_search_before .btn_del {
  float: right;
  font-size: 0.9rem;
  color: #888;
}
.pg_search_recom:before,
.pg_search_recom:after {
  content: " ";
  display: table;
}
.pg_search_recom:after {
  clear: both;
}
.pg_search_recom li {
  float: left;
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
}
.pg_search_recom a {
  display: inline-block;
  height: 1.45rem;
  line-height: 1.45rem;
  padding: 0 0.5rem;
  color: #333;
  border-radius: 0.7rem;
  background: #f4f4f4;
}
.pg_search_recom a:active {
  background: #f4f4f4;
  border-color: #f4f4f4;
}
.pg_search_recom .icon {
  line-height: 1;
}
.pg_search_recom .hots {
  color: #f15a4a;
}
.pg_search_gpmore {
  height: 1.5rem;
  line-height: 1.5rem;
  display: block;
  text-align: center;
  background: #f4f4f4;
  color: #888;
  font-size: 0.7rem;
}
.pg_search_gpmore:active {
  color: #1e82d2;
}
.pg_search #tab3 .pg_has_no {
  margin-top: -0.5rem;
}
.gp_search_list {
  margin-top: 0.5rem;
}
.gp_search_list .gp_list .last {
  margin-bottom: 0;
}
.gp_search_list_ht {
  margin-top: 0;
}
.gp_search_list_ht .ht_list {
  margin-bottom: 0;
  background: #fff;
}
.search_list_user1 ul {
  padding: 0.5rem 0.5rem;
  text-align: center;
  background: #fff;
}
.search_list_user1 .col-20 {
  width: 18%;
  margin-left: 1%;
  margin-right: 1%;
}
.search_list_user1 .col-20 a {
  display: block;
  font-size: 0.7rem;
  color: #333;
}
.search_list_user1 .avts {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  line-height: 100%;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
  margin-bottom: 0.5rem;
}
.search_list_user1 .item_more .icon {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  font-size: 1rem;
  color: #b6b6b6;
  -webkit-transform: translate(0%, 50%);
          transform: translate(0%, 50%);
}
