/* 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;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel.vertical .carousel-inner > .item {
        -webkit-transition: .6s ease-in-out;
        transition: .6s ease-in-out;
    }
    .carousel.vertical .carousel-inner > .item.next,
    .carousel.vertical .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.prev,
    .carousel.vertical .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        top: 0;
    }
    .carousel.vertical .carousel-inner > .item.next.left,
    .carousel.vertical .carousel-inner > .item.prev.right,
    .carousel.vertical .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        top: 0;
    }
}

.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: #222222;
    line-height: 1.2;
    margin-bottom: 0.3rem;
    font-weight: normal;
}
.f_list .t_tag {
    color: #666666;
    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.6rem;
    line-height: 1.2rem;
}
.f_list .h_tags {
    margin: 0;
    white-space: nowrap;
}
.f_list .tag_frecom {
    position: absolute;
    left: -2px;
    top: 0.45rem;
    margin-top: -2px;
    width: 6em;
    height: 6em;
    background-image: url("../img/tag_frecom.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: none;
}
.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: #F8F8F8;
    display: inline-block;
    padding: 0 0.1rem;
    border-radius: 0.1rem;
    border: 0;
    color: #AAAAAA;
    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;
}
/*
28      0.75
24      0.65
20      0.55

 */
.bar_index a {
    font-size: 0.6rem;
    text-align: center;
}
.bar_index a .icon {
    padding: 0.3rem 0.1rem 0;
    line-height: 1rem;
    display: block;
    font-size: 1rem;
}
.bar_index .searchbar {
    padding-left: 1rem;
    padding-right: 1rem;
}
/* title */
.h_title {
    height: 2.2rem;
    line-height: 2.2rem;
    margin: 0 0.5rem;
    background: #fff;
    border-bottom: 1px solid #e3e3e3;
}
.h_title h2 {
    float: left;
    line-height: 2.2rem;
    font-weight: normal;
    font-size: 0.8rem;
    color: #333;
}
.h_title .t_more {
    float: right;
    color: #999;
    font-size: 0.65rem;
}
.h_title .t_more em {
    color: #f15a4a;
}
.h_title .ic_line {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 2px;
    display: inline-block;
    margin-right: 0.2rem;
    vertical-align: -3px;
    background-image: url("../img/home/mqzp_icon.png");
    background-size: 100% 100%;
}
.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;
}
.page_i .bar_msg .ic_num {
    top: 0.2rem;
    right: 0.25rem;
}
.page_itab {
    background: #fff;
    margin-bottom: 0.5rem;
}
.page_itab .img {
    float: left;
    width: 34%;
    text-align: center;
}
.page_itab .icon2 {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
    font-size: 2rem;
    line-height: 2rem;
    color: #f15a4a;
    position: relative;
}
.page_itab .icon2:after {
    content: "";
    width: 2rem;
    height: 0.25rem;
    border-radius: 3rem / 0.3rem;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0rem;
    background: #dbe3ea;
}
.page_itab img {
    display: inline-block;
    vertical-align: middle;
    width: 2rem;
}
.page_itab .con {
    margin-left: 34%;
}
.page_itab .con p {
    font-size: 0.7rem;
    color: #999;
}
.page_itab h2 {
    font-size: 0.9rem;
    font-weight: normal;
    color: #f15a4a;
}
.page_itab li {
    padding: 1rem 0;
}
.page_itab li > a {
    display: block;
}
.page_itab li.first {
    border-right: 1px solid #e3e3e3;
}
.page_itab li.first h2 {
    color: #1e82d2;
}
.page_itab li.first .img i {
    color: #1e82d2;
}
.page_ilink {
    background: #fff;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
}
.page_ilink li {
    padding: 1rem 0 0.75rem;
    text-align: center;
}
.page_ilink li:nth-child(1) .ico {
    background-image: url("../img/home/zxzp.png");
}
.page_ilink li:nth-child(2) .ico {
    background-image: url("../img/home/xsgzq_icon.png");
}
.page_ilink li:nth-child(3) .ico {
    background-image: url("../img/home/cqgzq_icon.png");
}
.page_ilink li:nth-child(4) .ico {
    background-image: url("../img/home/yjbm_icon.png");
}
.page_ilink a {
    color: #666666;
    font-size: .8em;
}
.page_ilink .icon {
    color: #1e82d2;
    display: block;
    margin: 0 auto;
    font-size: 1.2rem;
}
.page_ilink .ico {
    width: 2.5rem;
    height: 2.5rem;
    display: block;
    margin: 0 auto 0.45rem;
    background: url("../img/i_link.png") no-repeat;
    background-size: 2.5rem;
}
.page_imsg {
    height: 2.5rem;
    overflow: hidden;
    color: #555;
    font-size: 0.75rem;
    padding-bottom: 0;
    margin-bottom: 0.5rem;
    position: relative;
    background: #FFFFFF url("../img/home/tj_img.png") center right no-repeat;
    background-size: auto 100%;
}
.page_imsg .swiper-pagination {
    display: none;
}
.page_imsg .swiper-slide {
    padding-top: 0.25rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    padding-left: 3rem;
}
.page_imsg p {
    height: 1rem;
    line-height: 1rem;
}
.page_imsg span {
    height: 1rem;
    line-height: 1.1rem;
    display: block;
    float: left;
    font-size: .9em;
}
.page_imsg .phone {
    margin-right: 0.5rem;
}
.page_imsg .val {
    margin-right: 0.5rem;
}.page_imsg .ic_dot {
     width: 1.8rem;
     height: 1.5em;
     font-size: .8em;
     border-radius: .5em;
     border: 1px solid #FC9258;
     color: #FC9258;
     line-height: 1.5em;
     text-align: center;
     margin: .1em .3em 0;
}
.page_imsg .msg_title {
    position: absolute;
    left: 0.6rem;
    top: 0.25rem;
    bottom: .1em;
    width: 2rem;
    color: #4daee0;
    font-size: 2rem;
    line-height: 1;
    background-image: url("../img/home/tjyj_icon.png");
    background-size: 100% 100%;
}
.page_iflist {
    background: #fff;
}
.page_iht {
    background: #fff;
    text-align: center;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.page_iht .cons {
    border-bottom: 1px solid #e3e3e3;
}
.page_iht .f_title {
    border-top: 1px solid #e3e3e3;
    color: #1e82d2;
    font-size: 0.85rem;
}
.page_iht .f_title i {
    color: #1e82d2;
}
.page_iht .f_title .ic_line {
    background: #1e82d2;
}
.page_iht .f_title .ic_line:before {
    background: #1e82d2;
}
.page_iht .ht_recom {
    margin: 0 0.25rem;
    height: 3.6rem;
    background-size: 100% 3.6rem;
    margin-bottom: 1.25rem;
    position: relative;
}
.page_iht .ht_recom .bgs {
    width: 100%;
}
.page_iht .ht_recom p {
    line-height: 2;
    color: #fff;
    font-size: 0.9rem;
    padding-top: 1rem;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
}
.page_iht .ht_recom .ht_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 3.6rem;
    border-radius: 1.75rem;
    overflow: hidden;
}
.page_iht .ht_recom .ht_bg em {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 1.75rem;
}
.page_iht .ht_recom .ht_bg img {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 1.75rem;
}
.page_iht .ht_recom .avts {
    width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    margin: 0 0.25rem;
    display: inline-block;
    position: relative;
}
.page_iht .ht_nums {
    font-size: 0.75rem;
    color: #777;
}
.page_iht .ht_nums em {
    color: #f15a4a;
}
.page_iht .ht_link {
    margin: 0.5rem 0;
}
.page_iht .ht_link a {
    width: 4.5rem;
    display: inline-block;
    margin: 0 0.75rem;
}
.page_iht .ht_link .button-light {
    background: #fbfbfb;
}
.page_iht .ht_notes {
    font-size: 0.7rem;
    padding-bottom: 0.25rem;
    height: 1.75rem;
    overflow: hidden;
    margin: 0;
    color: #555;
}
.page_iht .ht_notes p {
    padding: 0.25rem 0;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    white-space: nowrap;
    height: 1.5rem;
}
.page_iht .ht_notes i {
    color: #29ab91;
    display: inline-block;
    margin-right: 0.5rem;
}




#carousel-main.slide {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 2;
    padding-top: 50%;
}
.carousel-main .carousel-inner{
    position: absolute;
    overflow: hidden;
    top: 0;
    bottom: 0;
}
.carousel-main .carousel-inner .item{

    height: 100%;
    z-index: 1;
    background-size: auto 100%;
}
.carousel-main .carousel-inner .item .carousel-box{
    height: 100%;
    z-index: 1;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position-x: center;
}
.slide img {
    height: 100%;
    display: block;
    margin: 0 auto;
}
.carousel-main .carousel-indicators{
    /*width: 1200px;
    margin: 0 auto;*/
}
.carousel-main .carousel-controls{
    width: 1200px;
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -600px;
}
.slide ul {
    position: relative;
    overflow: hidden
}

/*.slide li {
    height: 420px;
    display: none;
    z-index: 1;
    background-size: auto 100%
}

.slide li a {
    display: block;
    width: 100%;
    height: 100%
}*/
.carousel-indicators li{
    background-color: #FFFFFF;
    box-shadow: 0 0 5px #00B38A;
}
.carousel-indicators li.active{
    background-color: #00B38A;
    border: 1px solid #00B38A;
    box-shadow: 0 0 5px #FFFFFF;
}
.slide .slide_nav {
    position: relative;
    z-index: 100;
    top: -50px;
    color: #fff;
    height: 50px;
    text-align: center
}

.slide .num span {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-left: 12px;
    background: #fff;
    cursor: pointer;
    border-radius: 50%;
    overflow: hidden
}

.slide .num .cur {
    opacity: 1;
    background-color: #00B38A;
}

.foot{
    background: #FFF;
}
.ft_fdlink{ padding: .5em;}
.ft_fdlink li{ float: left; padding: .5em;}
