* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font: inherit;
    vertical-align: baseline;

    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

html,
body,
form,
fieldset,
p,
div,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-text-size-adjust: none
}

html {
    font-size: 100%
}

@media screen and (min-width: 320px) {
    html {
        font-size: 90%
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100%
    }
}

@media screen and (min-width: 414px) {
    html {
        font-size: 105%
    }
}

@media screen and (min-width: 481px) {
    html {
        font-size: 105%
    }
}

@media screen and (min-width: 561px) {
    html {
        font-size: 125%
    }
}

@media screen and (min-width: 641px) {
    html {
        font-size: 155%
    }
}

@media screen and (min-width: 700px) {
    html {
        font-size: 180%
    }
}

@media screen and (min-width: 1000px) {
    html {
        font-size: 110%
    }
}

body {
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    font-family: "Microsoft YaHei", Arial, "Helvetica";
    background: #f2f2f2;
    color: #333;
    font-size: 0.9rem;
}

body.body-inc-tabbar .page {
    /* padding-bottom: 3rem; */
}

a {
    color: #000;
    -webkit-transition: 0.2s linear;
    transition: 0.2s linear;
}

.clr {
    clear: both;
}

/* mian page */
.page {
    margin: 0 auto;
    width: 100%;
}

.page-main {
    background-color: #d6ceff;
    width: 100%;
    margin: 0 auto;
    min-height: 100%;
}

/*back样式*/
._back {
    height: 3rem;
    line-height: 3rem;
}

._back_fix {
    background: #775dfe;
    top: 0;
    position: fixed;
    z-index: 1024;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    height: 3rem;
}

._jt_left {
    float: left;
}


.jt_back {
    font-size: 2.2rem;
}

._back_title {
    margin-left: 0.2rem;
    line-height: 3rem;
    font-size: 1.2rem;
    text-align: center;
    float: left;
    font-weight: bolder;
    width: 75%;
    color: #fff;
}

/*轮播*/


.carousel-inner {
    text-align: center;
    margin: 0 auto;
    padding: 0 .7rem;
}

.carousel-inner .item {
    text-align: center;
    overflow: hidden;
    height: 8rem;

}

.lunbo_img {
    border-radius: 10px;
    width: 100%;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid red;
    border-radius: 10px;
    background-color: #fff;
}

.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: red;
}

/* header */

.header {
    /* background: url(https://s.haoma.com/zfbmp/i-bg.png) top no-repeat; */
    /* background-color: #ef3030; */
    background: linear-gradient(to bottom, #775dfe, #ab99ff);
    border-radius: 0 0 10px 10px;
    background-repeat: no-repeat;
    position: relative;
    padding-bottom: 10px;
    font-size: 1rem;
}

.topbar {
    align-items: left;
    display: flex;
    justify-content: center;
    min-height: 4rem;
    color: #fff;
}

.shop_title {
    width: 100%;
    height: 1.5rem;
    overflow: hidden;
}

.topbar .zuo {
    color: #fff;
    margin: 0 1rem 0 0;
    width: 70%;
    text-align: left;
}

.topbar .you {
    color: #fff;
    margin: 0 1rem 0 0;
    width: 30%;
    text-align: right;
}

.huiping {
    width: 95%;
    background-color: #fff;
    margin: 0.2rem auto;
    border-radius: 50px;
    padding: 5px 0px;
    font-size: 1.1rem;
}


.hp_left {
    float: left;
    width: 50%;
    padding-left: 20px;
    border-right: 1px solid #ccc;
}

.hp_right {
    float: left;
    width: 50%;
    padding-left: 10px;
}

.hp_txt {
    font-size: 1rem;
}

.ft_8 {
    font-size: 0.7rem;
}

.hp_sub_txt {
    padding-right: 0.4rem;
    font-size: 1.8rem;
    color: #ccc
}

.tagnav {
    height: 0.72rem;
    margin: 0 0.16rem;
    overflow: hidden;
    position: relative;
}

.tagnav-wrapper {
    -ms-overflow-style: none;
    margin-left: -0.16rem;
    /* overflow-x: auto; */
    scrollbar-width: none;
    white-space: nowrap;
}

.tagnav .item {
    color: #fff;
    display: inline-block;
    font-size: .32rem;
    line-height: .48rem;
    margin: 0.1rem 0;
    padding: 0 0.24rem;
    text-align: center;
    white-space: nowrap;
}


.nav {
    border-radius: 0.15rem;
    /* margin: 0.2rem 0.3rem 0; */
    overflow: hidden;
    background-color: #fff;
}

.nav-wrapper {
    min-height: 1.6rem;
    overflow: hidden;
    padding: 0 0.5rem;
    position: relative;
}

.nav .item {
    float: left;
    padding: 0 0.1rem 1rem;
    text-align: center;
    width: 20%;
}

.nav .item-img {
    height: 2.5rem;
    margin: 0.2rem auto 0.1rem;
    width: 2.5rem;
}

.img-filled {
    display: block;
    height: 100%;
    width: 100%;
}

img {
    display: inline-block;
    vertical-align: middle;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}


/* 菜单 */
.tabbar {
    background-color: #d6ceff;
    bottom: 0;
    left: 50%;
    padding-bottom: env(safe-area-inset-bottom);
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1024;
    width: 100%;
    max-width: 640px;
    min-width: 320px
}


.tabbar.show .tabbar_wrapper {
    display: flex;
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .25s;
    transition-timing-function: ease-out;
    border-top: 1px solid #ededed;
    box-sizing: border-box;
}

.tabbar-item {
    align-items: center;
    display: flex;
    flex: 1;
    flex-direction: column;
    height: 3.2rem;
    justify-content: center;
}

.tabbar.show .tabbar-wrapper {
    height: 100%;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    transition: .25s;
    transition-timing-function: ease-out;
}

.tabbar-wrapper {
    box-shadow: 0 -0.1rem 0.1rem 0 rgba(0, 0, 0, .06);
    display: flex;
    flex-wrap: wrap;
    height: 0;
    justify-content: space-around;
    opacity: 0;
    overflow: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: .2s;
    transition-timing-function: ease-in;
    width: 100%;
}

.tabbar-home.active .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/home-hl.png);
}

.tabbar-home .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/home.png);
}

.tabbar-nav.active .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/nav-hl.png);
}

.tabbar-nav .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/nav.png);
}

.tabbar-kefu.active .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/kf-hl.png);
}

.tabbar-kefu .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/kf.png);
}


.tabbar-order.active .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/message-hl.png);
}

.tabbar-order .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/message.png);
}

.tabbar-my.active .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/my-hl.png);
}

.tabbar-my .icon-img {
    background-image: url(https://s.haoma.com/zfbmp/tabbar/my.png);
}

.tabbar-icon .icon-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100% auto;
    height: 1.2rem;
    width: 1.2rem;
}

.tabbar-text {
    color: #333;
    line-height: 1.5rem;
    margin-top: 0.06rem;
    text-align: center;
    width: 100%;
}

/* 菜单over */

a:hover {
    color: rgb(119, 119, 119);
}

a:active,
a:hover {
    outline: 0px;
}

.clear {
    clear: both;
}

.province_item {
    color: red;
}

.city_item {
    border: 1px solid #eee;
    /* padding: 0.6rem 0; */
    float: left;
    width: 20%;
    text-align: center;
}

.city_item a {
    color: #666;
}

/* 隐藏顶部搜索框 */
.c-number-search {
    background: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    left: 0;
    margin: 0 auto;
    max-width: 640px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    z-index: 2;
    color: #666;

}

.c-number-search-container {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100060;
    display: none;
}

.c-number-search-mask {
    background: rgba(0, 0, 0, .6);
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.c-number-search .search-main {
    flex: 1
}

.c-number-search .search-header {
    margin: 1rem;
    position: relative
}

.c-number-search .search-header-side {
    height: 2rem;
    left: 0;
    line-height: 2rem;
    position: absolute;
    text-align: center;
    top: 0;
    font-size: 2rem;
    width: 1.5rem
}

.c-number-search .search-header-side:last-child {
    left: auto;
    right: 0
}

.c-number-search .search-header-side .icon {
    color: #999;
    font-size: .48rem
}

.c-number-search .search-header-side .icon:active {
    text-shadow: 0 0 .08rem rgba(0, 0, 0, .6)
}

.c-number-search .search-header-main {
    border-radius: .15rem;
    display: flex;
    height: .86rem;
    justify-content: center;
    line-height: .86rem;
    margin: 0 1rem
}

.c-number-search .search-header-main .tabgroup {
    display: flex;
    justify-content: center;
    margin: 0 auto
}

.c-number-search .search-header-main .tabgroup__item {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-left-width: 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    height: 2.2rem;
    line-height: 2.2rem;
    position: relative;
    text-align: center;
    transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    width: 5.5rem;
    font-size: 1rem;
}

.c-number-search .search-header-main .tabgroup__item:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: .04rem 0 0 .04rem
}

.c-number-search .search-header-main .tabgroup__item:last-child {
    border-radius: 0 .04rem .04rem 0
}

.c-number-search .search-header-main .tabgroup__item.selected,
.c-number-search .search-header-main .tabgroup__item:active {
    background: #f33;
    border-color: transparent;
    color: #fff
}

.c-number-search .search-content {
    padding: 0 .16rem .56rem
}

.c-number-search .search-panel {
    padding-top: .12rem
}

.c-number-search .search-panel-hd {
    line-height: 1.5;
    padding: 1.5rem 1rem 0 1rem;
}

.c-number-search .search-panel-hd .title {
    color: #333;
    font-size: 1rem;
    font-weight: 700
}

.c-number-search .search-panel-hd .subtitle {
    color: #8b8b8b;
    padding-top: .12rem
}

.c-number-search .search-panel-bd {
    padding: 0.5rem 1rem
}

.c-number-search .search-label {
    background: #f6f6f6;
    border: 1px solid #e7e7e7;
    border-radius: .28rem;
    box-sizing: content-box;
    color: #777;
    float: left;
    height: .56rem;
    line-height: .56rem;
    margin: 0 .2rem .16rem 0;
    padding: 0 .28rem;
    text-align: center
}

.c-number-search .search-label.selected {
    background: #fdf0f0;
    border-color: #e4393c;
    color: #e4393c
}

.c-number-search .search-label-container {
    overflow: hidden;
    padding: .16rem 0 0 .16rem
}

.c-number-search .fuzzy-search {
    border: 1px solid #e4393c;
    border-radius: 1rem;
    box-sizing: content-box;
    height: 2.5rem;
    margin: 0.5rem 0;
    overflow: hidden;
    position: relative
}

.c-number-search .fuzzy-search .search-input {
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0.5rem 2rem;
    width: 100%;
}

._checkbox {
    font-size: 1rem;
    width: 1rem;
    height: 1rem;
}

.left {
    float: left;
}

.right {
    float: right;
}

.m_r_1rem {
    margin-right: 1rem;
}

.c-number-search .fuzzy-search .search-tail {
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    right: 5rem;
    top: 0;
    font-size: 0.9rem;
}

.c-number-search .fuzzy-search .search-icon-search {
    height: 2.5rem;
    left: 0;
    line-height: 2.5rem;
    position: absolute;
    text-align: center;
    top: 0;
    width: 2rem
}

.c-number-search .fuzzy-search .search-icon-search .icon {
    color: #ccc;
    font-size: 1.5rem
}

.c-number-search .fuzzy-search .search-icon-clear {
    display: none;
    height: .96rem;
    line-height: .96rem;
    position: absolute;
    right: 2.8rem;
    text-align: center;
    top: 0;
    width: .8rem
}

.c-number-search .fuzzy-search .search-icon-clear .icon {
    color: #999;
    font-size: .32rem
}

.c-number-search .fuzzy-search .search-btn {
    background: #ef4047;
    color: #f7f7f7;
    font-size: 1rem;
    height: 2.5rem;
    line-height: 2.5rem;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 4rem
}

.c-number-search .search-checkbox {
    padding: .16rem;
    font-size: 0.9rem;
}

.c-number-search .exact-search .search-input-container {
    margin: .12rem .02rem;
    position: relative
}

.c-number-search .exact-search .search-input {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0
}

.c-number-search .exact-search .search-digits {
    display: flex;
    justify-content: center
}

.c-number-search .exact-search .search-digits .digit {
    -webkit-animation: all .3s linear 0s;
    animation: all .3s linear 0s;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
    flex: 1;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 0.5rem
}

.input_digit {
    width: 100%;
    text-align: center;
}

.c-number-search .exact-search .search-digits .digit:first-child {
    border-radius: .12rem 0 0 .12rem
}

.c-number-search .exact-search .search-digits .digit:last-child {
    border-radius: 0 .12rem .12rem 0
}

.c-number-search .exact-search .search-digits .digit:after {
    -webkit-animation: blink 1.5s ease infinite;
    animation: blink 1.5s ease infinite;
    background: #ccc;
    bottom: .12rem;
    content: "";
    display: none;
    height: 1px;
    left: .1rem;
    position: absolute;
    right: .1rem
}

.c-number-search .exact-search .search-digits .digit.disabled {
    background: #f0f2f5;
    color: #ccc
}

.c-number-search .exact-search .search-digits .digit.active {
    border-color: #e4393c;
    box-shadow: 0 0 2px #e4393c;
    z-index: 1
}

.c-number-search .exact-search .search-digits .digit.active:after {
    display: block
}

.c-number-search .exact-search .search-digits .empty {
    width: .18rem
}

.c-number-search .exact-search .search-btn {
    -webkit-animation: all .3s linear 0s;
    animation: all .3s linear 0s;
    background-color: #e6e6e6;
    border-radius: 1.2rem;
    color: #c8c8c8;
    font-size: 1rem;
    letter-spacing: .04rem;
    line-height: 3rem;
    margin-top: .5rem;
    text-align: center
}

.c-number-search .exact-search .search-btn.selected {
    background: #ef4047;
    color: #fff
}

.c-number-search .search-footer {
    font-size: .36rem;
    letter-spacing: .06rem;
    line-height: .8rem;
    padding: .16rem .24rem .32rem;
    text-align: center
}

.c-number-search .search-footer .footer-btns {
    align-items: center;
    display: flex;
    justify-content: center
}

.c-number-search .search-footer .footer-btn {
    border-radius: .08rem;
    color: #666;
    font-size: 1rem;
    height: 3rem;
    letter-spacing: .04rem;
    line-height: 3rem;
    margin: .1rem;
    width: 12rem
}

.c-number-search .search-footer .footer-btn-clear {
    background: #f2f2f2
}

.c-number-search .search-footer .footer-btn-cancel {
    background: #8b8b8b;
    color: #fff
}

/*shop页面*/
.shop {
    margin: 0;
    padding: 1rem 0 4rem 2%;
    /* background-color: #fff; */
    height: auto;
    border-radius: 5px;
    min-height: 200px;
}

.flex {
    display: flex;
    flex-flow: row wrap;
}

.shop2 {
    width: 48%;
    margin-right: 2%;
    border: 1px solid #ccc;
    /* box-shadow: 1px 1px 1px 1px #eee; */
    background-color: #fff;
    margin-bottom: 10px;
    padding: 0.5rem;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    font-size: 0.8rem;
    line-height: 1.3rem;
}

.shop2 .ban {
    width: 100%;
}

.shop2 .sc {
    position: absolute;
    right: 5px;
}

.s1 {
    color: red;
}

.jiange {
    color: #ccc;
}

.s0 {
    color: #444;
}

.title1 {
    font-size: 1.2rem;
    width: 100%;
    overflow: hidden;
    font-weight: bolder;
    line-height: 1.3rem;
    color: #2b2a2a;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}

.title2 {
    font-size: 1rem;
    width: 100%;
    overflow: hidden;
    line-height: 1.3rem;
    font-weight: 500;
    color: #444;
}

.msg2 {
    /* padding-top: 5px; */
    color: #c7c5c5;
}

.msg1 {
    /* padding-top: 5px; */
    color: #c0bebe;
}

.p_top10 {
    padding-top: 5px;
}

.p_top10 {
    padding-top: 5px;
}

.red {
    color: red;
}

.lh {
    color: #fff;
    line-height: 12px;
    background-color: rgb(221, 2, 31);
    padding: 0 2px;
    border-radius: 2px;
    margin-right: 10px;
}

/*下单页面*/

.xiadan {
    padding-top: 0px;
    position: relative;
    background-color: #eee;
    padding: 10px 5px;
    padding-bottom: 4rem;
}

.xiadan_top {
    background-color: #fff;
    color: #000000;
    border-radius: 10px 10px 0 0;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
}

.xiadan_top .lh {
    color: #fff;
    line-height: 1.5rem;
    font-size: 0.8rem;
    background-color: rgb(221, 2, 31);
    padding: 0.1rem;
    border-radius: 2px;
    margin-left: 10px;
}

.telsize {
    font-size: 1.5rem;
    color: #000000;
    line-height: 2.5rem;
    font-weight: bold;
    position: relative;
}

.msg_isp {
    /* border-bottom: 1px solid #ccc; */
    padding: 10px 0;
}

.guize {
    border: 1px solid #ccc;
    line-height: 10px;
    border-radius: 5px;
    margin-left: 7px;
    font-size: 0.7rem;
    padding: 0px 5px;
    line-height: 20px;
    margin-bottom: 5px;
}

.isp2 {
    background-color: #d81e06;
}

.beizhu {
    border-radius: 10px;
    line-height: 1.5rem;
    padding: 0.8rem 1rem;
    color: #eee;
}

.isp_logo {
    position: absolute;
    right: 0;
    top: 0;
}

.isp_logo_img {
    width: 2.5rem;
    height: 2.5rem;
}

.isp_logo_img_s {
    width: 1rem;
    height: 1rem;
}

.isp_logo_img_m {
    width: 1.5rem;
    height: 1.5rem;
}

.isp1 {
    background-color: #1296db;
}

.isp2 {
    background-color: #d81e06;
}

.isp3 {
    background-color: #13227a;
}

.isp4 {
    background-color: #1c4f87;
}

.isp5 {
    background-color: #0085d0;
}

.xiadan_info {
    background-color: #fff;
    color: #000;
    border-radius: 0 0 10px 10px;
    padding: 0.5rem 1rem;
    margin: 0 0.5rem;
    border: 1px solid #ccc;
}

.xiadan_info .section {
    margin-bottom: 1rem;
}

.huafei {
    color: red;
}

.huise1 {
    color: #666;
}

.weight {
    font-weight: bolder;
}

.hang_3pai {
    display: flex;
    justify-content: space-between;
    margin: 15px 7px 0px 7px;
    line-height: 40px;
    border-radius: 5px 5px 0px 0px;
    background-color: #eee;
    position: relative;
}

.hang_3pai_lie {
    flex-basis: 33.33%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 33.33%;
}

.hang_topfix {
    position: fixed;
    top: 3rem;
    /* left: 0; */
    z-index: 1001;
    display: flex;
    justify-content: space-between;
    line-height: 3rem;
    height: 3rem;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    width: 100%;
    margin: 0 auto;
    min-width: 320px;
    max-width: 640px;
    margin-left: -5px;
}

.red a {
    color: red;
}

.tab_choose {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 10px 10px 0 0;
    border-bottom: none;
    line-height: 42px;
    height: 42px;
    position: absolute;
    width: 33.3%;
    text-align: center;
}

.weight {
    font-weight: bolder;
}

.part2 {
    margin: 0px 7px 15px 7px;
    padding: 10px;
    background-color: #fff;
    color: #333;
    border-radius: 0px 0px 10px 10px;
    border: 1px solid #ccc;
}

.part2 .section {
    margin: 10px 0;
}

.part2 .section .biaoti {
    padding: 5px 0;
    line-height: 25px;
    font-weight: bolder;
}

.part2 .section .cells {
    /* padding: 2px 0; */
}

.input {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0 5px;
    line-height: 35px;
    height: 35px;
    font-size: 0.8rem;
    width: 250px;
    background-color: #ffffff;
    color: #000;
}

.xiadan_zhifu {
    background-color: #fff;
    /* border-top: 1px solid #ccc; */
    z-index: 10005;
    position: fixed;
    bottom: 0;
    height: 45px;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    line-height: 45px;
    padding: 0 0px;
}

.left_P20 {
    padding-left: 10px;
}

.huise1 {
    color: #666;
}

.xiadan_zhifu .yuyue {
    color: #fff;
    text-align: center;
    /* line-height: 45px; */
    border: none;
    margin-right: 20px;
}

.btn_yufu {
    line-height: 2.5rem;
    height: 2.5rem;
    color: #fff;
    border-radius: 15px;
    padding: 0 20px;
}

.xiadan_pic {
    margin: 15px 7px;
}

.xiadan_xt_pic {
    width: 100%;
}

/*套餐显示隐藏模块*/
.taocanshow,
.taocanshow_1 {
    width: 100%;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 100058;
    background-color: #000;
    opacity: 0.5;
    display: none;
}

.taocanchoose {
    background-color: #fff;
    position: fixed;
    width: 85%;
    max-width: 640px;
    height: 100%;
    right: 0;
    top: 0;
    z-index: 100059;
    display: none;
}

.taocan_dingbu {
    text-align: center;
    width: 100%;
    max-width: 640px;
    position: fixed;
    top: 0px;
    height: 2.5rem;
    line-height: 2.5rem;
    border-bottom: 1px solid #ccc;
    font-size: 1rem;
    font-weight: bolder;
}

.taocan_body {
    margin-top: 3rem;
    padding: 10px;
    line-height: 2.5rem;
    max-height: 80%;
    overflow-y: auto;
}

.taocan_dibu {
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 100060;
    min-width: 320px;
    max-width: 640px;
    font-size: 1.2rem;
}

.mr20 {
    margin-right: 10px;
}

.btn_quxiao {
    color: #000;
    background-color: #eee;
    display: inline;
    padding: 0 3rem;
    line-height: 3rem;
}

.btn_queding {
    color: #ffffff;
    background-color: red;
    display: inline;
    padding: 0rem 3rem;
    line-height: 3rem;
}

.mb20 {
    margin-bottom: 10px;
}

.mrb10 {
    margin-bottom: 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.tc_choose {
    border: 1px solid red;
    color: red;
}

.taocan_body .section {
    padding: 0.5rem;
    margin: 0 0.4rem 0.4rem 0.4rem;
    border: 1px solid #f90;
    border-radius: 5px;
    background-color: rgb(252, 236, 212);
}

.w200 {
    width: 78px;
}

.taocan_title {
    font-size: 1rem;
    font-weight: bold;
}

.item_tc {
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 2rem;
    text-align: center;
}

/*筛选框样式*/
.fix_top {
    position: fixed;
    width: 100%;
    top: 0;
    min-width: 320px;
    max-width: 640px;
    background-color: #fff;
    z-index: 1001;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.7);
}

/* 筛选框 */
.lm {
    /* margin: 0rpx 18rpx 0rpx 15rpx; */
    background-color: #fff;
    line-height: 2.5rem;
    padding-bottom: 0.5rem;
    position: relative;
}

.lm_sub {
    display: flex;
    justify-content: center;
    margin: 0;
    width: 100%;
}

.lm_4 {
    flex: 1;
    margin: 2px 0.2rem;
    text-align: center;
    line-height: 50rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1.1rem;
}

.bd_ecec {
    border-radius: 20px;
    background-color: #eee;
    line-height: 2.3rem;
    text-align: center;
    font-size: 0.9rem;
}

.arrow {
    color: #666;
}

.third_sub {
    width: 100%;
    /* padding: 20rpx 0 0 0; */

}

.img_jt {
    width: 0.9rem;
    height: 0.7rem;
    margin-top: -5px;
}

.img_zf {
    width: 40rpx;
    height: 47rpx;
    position: absolute;
    top: 15rpx;
}

.shaixuan_fix {
    position: absolute;
    /* border: 1px solid #ccc; */
    border-radius: 0 0 5px;
    z-index: 100059;
    background-color: #eee;
    top: 6.2rem;
    width: 100%;
    left: 0;
    display: none
}

.third_lm {
    display: none
}

.fix_auto {
    margin: 5px 0.3rem 10px 0.3rem;
    padding: 0 0.5rem;
    text-align: center;
    border: 1px solid #ccc;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2rem;
    height: 2rem;
}

.fix_2hang {
    margin: 0px 0 10px 0.2rem;
    width: 24%;
    /* padding: 0 15rpx; */
    text-align: center;
    border: 1px solid #ececec;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.fix_3hang {
    margin: 0rpx 0 20rpx 1%;
    width: 31%;
    /* padding: 0 15rpx; */
    text-align: center;
    border: 1px solid #ececec;
    background-color: #fff;
    text-align: center;
    border-radius: 50px;
    line-height: 60rpx;
    height: 60rpx;
    font-size: 0.7rem;
}

.C666_06 {
    font-size: 0.6rem;
    color: #666;
}

.fix_input {
    width: 5.5rem;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
}

.fix_input2 {
    width: 8rem;
    background-color: #fff;
    text-align: center;
    border-radius: 5px;
    line-height: 2.5rem;
    height: 2.5rem;
    border: 1px solid #ccc;
    margin-bottom: 10px;
    margin-left: 5px;
}

.item_2 {
    width: 45%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.item_3 {
    width: 29%;
}

.item_4 {
    width: 21%;
}

.fix_50 {
    width: 1.5rem;
    text-align: center;
    line-height: 2.5rem;
}

.fix_30 {
    width: 1rem;
    text-align: center;
    line-height: 2.5rem;
}

.fix_y2 {
    margin-left: 10px;
}

.fix_y {
    margin-left: 20px;
}

.fix_btn_sure {
    background-color: #999;
    padding: 0px 15px;
    border-radius: 10px;
    color: #fff;
}

.cls {
    clear: both;
}

.red_choose {
    background-color: red;
    color: #fff
}

/*省市筛选*/
.fix_fff {
    background-color: #fff;
}

.fix_eee {
    background-color: #ececec;
}

.fix_1ban {
    width: 50%;
    /* max-height: 700rpx; */
    /* overflow-y: auto; */
}

.text_left {
    text-align: left;
    padding-left: 40rpx;
}

.text_center {
    text-align: center;
}

.city_item {
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    border-bottom: 1px solid #efefef;
}

.item_4_all {
    width: 25%;
}

.p_left40 {
    padding-left: 40px;
}

.bd_fff {
    border-bottom: 1px solid #fff;
}


.jt_left {
    display: block;
}

.jt_down {
    display: none;
}

.kz_sub {
    display: none;
}

.input_hide_info {
    display: none;
}


.taocan_red {
    font-size: 0.8rem;
    font-weight: 500;
    color: red;
    margin-right: 5rpx;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: right;
    max-width: 260px;
}

.C666_06 {
    font-size: 0.8rem;
    color: #666;
}


/* 筛选框over */

/*客服*/
.kefu_head {
    margin: 10px 2%;
    /* padding: 1rem; */
}

.kefu_head .tels {
    background-color: #fff;
    text-align: center;
    font-size: 1.2rem;
    margin-top: 20px;
    padding: 20px 0;
    border-radius: 10px;
}

.kefu_list .title {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.kefu_list {
    margin: 10px 2%;
    padding: 1rem;
    background-color: #fff;
    line-height: 2rem;
}

.kefu_question {
    margin: 10px 2%;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
}

.kefu_question .biaoti {
    font-size: 1rem;
    padding: 1rem 0;
}

.kefu_question .wen {
    font-size: 0.9rem;
    padding: 1rem 0;
    color: #3c89ff;
    border-top: 1px solid #eee;
}

.kefu_question .da {
    font-size: 0.9rem;
    color: #666;
    /* padding-bottom: 1rem; */
}

/*我的*/

.my_head {
    margin: 10px 2%;
    padding: 1rem;
    background-color: #fff;
}

.my_list .title {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.my_list {
    margin: 10px 2%;
    padding: 1rem;
    background-color: #fff;
    line-height: 2rem;
}

.fontsize_ico {
    font-size: 2.5rem;
}

.my_list li {
    width: 25%;
    float: left;
    text-align: center;
    color: #969696;
}

/*下单查询*/
.order_search_head {
    margin: 10px 2%;
    padding: 2rem 1rem;
    background-color: #fff;
    margin-top: 30%;
    border-radius: 10px;
}

.order_search_msg {
    margin: 10px 0;
    padding: 1rem;
    border-radius: 10px;
    background-color: #fff;
}

.order_search_msg a {
    color: #1296db;
}


.order_search_input {
    width: 100%;
    background-color: #fff;
    text-align: left;
    border-radius: 5px;
    line-height: 2.5rem;
    height: 2.5rem;
    padding: 0 10px;
    border: 1px solid #ccc;
}

.order_search_btn {
    height: 2.5rem;
    width: 100%;
    border-radius: 10px;
    color: #fff;
}

.default_btn {
    background-color: #ccc;
    color: #000;
}

.order_search_list {
    margin: 10px 2%;
}

.order_search_list ul {
    padding: 0.5rem 1rem;
    border: 1px solid #eee;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px;
    font-size: 0.8rem;
}

.order_search_list ul li {
    line-height: 1.8rem;
}

.order_search_list ul li .z {
    float: left;
    width: 50%;
    text-align: left;
}

.order_search_list ul li .y {
    float: left;
    width: 50%;
    text-align: right;
}

.haoma {
    font-size: 1rem;
    color: green;
}

/*订单状态颜色*/
.state0 {
    color: #000;
}

.state1 {
    color: #f90;
}

.state2 {
    color: green;
}

.state3 {
    color: red;
}

.m_bot_20 {
    margin-bottom: 10px;
}

/*列表记录无数据的样式*/
.nodata {
    text-align: center;
    padding: 80px 0;
    color: #666;
    width: 100%;
    font-size: 1rem;
}

.nodata .title {
    font-size: 1.2rem;
    margin: 20px 0;
}

.nodata a {
    color: red;
}

.nodata p {
    margin: 8px 0;
    font-size: 1rem;
}

/*首页 套餐列表*/
.copyright {
    width: 100%;
    text-align: center;
    line-height: 2rem;
    margin-bottom: 2rem;
    color: #444;
}

.mobile_copy {
    position: fixed;
    bottom: 8rem;
    right: 1rem;
    cursor: pointer;
}

.xiadan_copy {
    color: #fff;
    position: absolute;
    right: 0.7rem;
    padding: 0 10px;
    line-height: 1.5rem;
    border-radius: 10px 0 0 10px;
    cursor: pointer;
}

.copy_size {
    font-size: 1.6rem;
    color: #999;
}

.sms_index {
    margin: 10px 2%;
}

.sms_index ul {}

.sms_index ul li {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 1rem;
    line-height: 1.5rem;
    box-shadow: 0 0 1rem 1px rgba(0, 0, 0, .1);
    position: relative;
}

.left {
    float: left;
}

.right {
    float: right;
}

.tc_z {
    width: 30%;
}

.tc_z img {
    width: 90%;
}

.tips {
    position: absolute;
    z-index: 1001;
    left: 1rem;
    top: 0;
}

.isps {
    position: absolute;
    z-index: 1001;
    right: 1rem;
    top: 0;
}

img.tips_size {
    width: 30px;
}

.tc_y {
    width: 100%;
    position: relative;
}


.tc_y .biaoti {
    font-size: 1.2rem;
    height: 1.5rem;
    line-height: 1.5rem;
    overflow: hidden;
}

.tc_y .msg {
    font-size: 0.8rem;
    color: #999;
    line-height: 1.5rem;
    height: 1.5rem;
    overflow: hidden;
}

.tc_y .price {
    font-size: 1.5rem;
    color: red;
}

.tc_y .price_s {
    font-size: 1.2rem;
    color: red;
}

.age {
    color: #999;
    float: right;
}

.tags {
    float: left;
    background: linear-gradient(88deg, #f9995b, #fc433a);
    border-radius: 5px;
    color: #fff;
    flex-shrink: 0;
    font-family: PingFang SC;
    font-size: 0.8rem;
    line-height: 1.5rem;
    text-align: center;
    padding: 0 0.3rem;
}


.btn_sq {
    border-radius: 10px;
}

/*子套餐页面*/
.back1 {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    border-radius: 0 4rem 4rem 0;
    color: #fff;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    left: 0;
    top: 3rem;
    overflow: hidden;
    width: 5rem;
}

.fenye {
    margin: 30px 10%;
    width: 30%;
    text-align: center;
    font-size: 20px;
    background-color: #f90;
    line-height: 60px;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
}

.hid {
    opacity: 0.5;
}

.subtaocan_sousuo {
    margin: 0px 2%;
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
    border-radius: 10px;
}

.input1 {
    line-height: 50px;
    height: 50px;
    border-radius: 10px 0 0 10px;
    border: none;
    width: 80%;
    padding: 0 20px;
    float: left;
    color: #333333;
    font-size: 16px;
    border: 1px solid #ccc;
}

.input2 {
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    width: 100%;
    padding: 0 10px;
    float: left;
    color: #333333;
    font-size: 16px;
    border: 1px solid #ccc;
}

.button1 {
    line-height: 50px;
    height: 50px;
    border-radius: 0 10px 10px 0;
    border: none;
    width: 20%;
    float: right;
    color: white;
    background: #ffca60;
    border-color: #ffca60;
    cursor: pointer;
    text-align: center;
}

.button2 {
    line-height: 50px;
    height: 50px;
    border-radius: 10px;
    border: none;
    color: #a70909;
    font-weight: bolder;
    background: #ffca60;
    border-color: #ffca60;
    cursor: pointer;
    font-size: 18px;
    text-align: center;
}

.subtaocan_sousuo ul {
    padding: 10px 0 0 0;
}

.subtaocan_sousuo li {
    width: 24%;
    float: left;
    list-style: none;
    text-align: center;
    line-height: 2rem;
    cursor: pointer;
    font-size: 0.8rem;
    background-color: #ffca60;
    border-radius: 20px;
    margin-bottom: 5px;
    margin-left: 1%;
    /* color: #ffca60;
    border: 1px solid #ffca60;
    border-radius: 5px;
    padding: 2px 5px;
    font-size: 0.8rem;
    float: left;
    width: 24%;
    text-align: center; */
}

.subtaocan_sousuo li.curr {
    background-color: #d82b25 !important;
    color: #fff;
}

/*首页*/
.index_title {
    background: linear-gradient(132deg, #ff918b, #f90);
    background-color: #fff;
    margin: 20px 2% 0 2%;
    padding: 10px 20px;
    background-color: #fff;
    border-radius: 10px;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 500;
}

/*足迹 收藏*/
.icon {
    font-size: 1.5rem;
    color: #dfdfdf;
}

.icon_selected {
    font-size: 1.5rem;
    color: #fdd353;
}

.font_big {
    font-size: 1.5rem;
    position: absolute;
    top: 0rem;
    left: 0.2rem;
    color: #fff;
}

.foot_bg {
    width: 2rem;
    height: 2rem;
    opacity: 0.4;
    background-color: #000;
    border-radius: 100%;
    position: relative;
}

.fudong {
    bottom: 5rem;
    position: fixed;
    right: 1rem;
    z-index: 1024;
}

.collect-num {
    background: #ff0036;
    border-radius: 100%;
    color: #fff;
    font-size: 0.5rem;
    position: absolute;
    right: 0.3rem;
    text-align: center;
    top: 0.3rem;
    width: 0.8rem;
}

.c-collect {
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    left: 50%;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transform: translateX(-50%) !important;
    width: 100%;
    z-index: 100060;
    max-width: 640px;
    min-width: 320px;
}

.no-scroll {
    height: 100%;
    overflow: hidden;
}

.c-collect-mask {
    background: #000;
    bottom: 0;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .3s linear;
    width: 100%;
}

.c-collect-mask.show {
    opacity: .75;
}

.c-collect-content.show {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.c-collect-content {
    background-color: #f2f2f2;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
    padding-bottom: env(safe-area-inset-bottom);
    position: relative;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    transition: all .3s linear;
    width: 100%;
}

.c-collect-head .tabgroup {
    display: flex;
    font-size: 1rem;
    justify-content: center;
    margin: 0 auto;
}

.c-collect-head .tabgroup__item.selected {
    background: #f33;
    border-color: transparent;
    color: #fff;
}

.c-collect-head .tabgroup__item {
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-left-width: 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, .85);
    height: 2rem;
    line-height: 2rem;
    position: relative;
    text-align: center;
    transition: color .3s, background .3s, border-color .3s, box-shadow .3s;
    width: 6rem;
    cursor: pointer;
}

.c-collect-head .tabgroup__item:first-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 1rem 0 0 1rem;
}

.c-collect-head .tabgroup__item:last-child {
    border-left: 1px solid #d9d9d9;
    border-radius: 0 1rem 1rem 0;
}

.c-collect-num .num-cnt-bit {
    color: #444 !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 1.2rem;
    font-weight: 700;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
}

.c-collect-head {
    align-items: center;
    background: #fff;
    display: flex;
    height: 3rem;
    justify-content: center;
    position: relative;
}

.c-collect-body {
    max-height: 60vh;
    min-height: 5.4rem;
    overflow: hidden;
    overflow-y: scroll;
    padding: 1rem;
    transition: all .3s ease;
}

.c-collect-tip {
    padding: 0 0.12rem;
    position: relative;
}

.c-collect-num .num-wrapper {
    background: #fff;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    padding: 1rem;
}

.c-collect-num .num-extra {
    align-items: center;
    background: #fff;
    border-radius: 1rem 1rem 0 0;
    display: flex;
    height: 2rem;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -0.8rem;
    width: 2rem;
}

.c-collect-tip .tip-item {
    color: #999;
    font-size: 0.7rem;
    height: 1rem;
    line-height: 0.7rem;
    overflow: hidden;
    padding-bottom: 0.5rem;
    white-space: nowrap;
}

.c-collect-num .num-extra .extra-filling {
    background: rgba(247, 68, 107, .6);
    border-radius: 1rem;
    height: 1rem;
    position: relative;
    line-height: 1rem;
    color: #fff;
    text-align: center;
    width: 1rem;
}

.c-collect-num .num-cnt {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.c-collect-num .num-btn {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 1.6rem;
}

.c-collect-num {
    margin: 1rem 0;
    position: relative;
}


.c-collect-num .num-cnt-line {
    height: 0.48rem rem;
    position: relative;
    width: 0.16rem;
}

.c-collect-num .num-cnt-num {
    display: flex;
}

.c-collect-num .num-cnt-opt {
    color: #b1b1b1;
    font-size: 0.8rem;
}

.c-collect-num .num-btn .btn {
    background-image: linear-gradient(90deg, #f7446b, #ff0036);
    border-radius: 1rem;
    box-shadow: 0 0 0.4rem 0.4rem rgba(0, 0, 0, .05);
    color: #fff;
    line-height: 2rem;
    padding: 0 1rem;
}

.c-collect-num .num-cnt-foot {
    display: flex;
    flex-wrap: nowrap;
    font-size: 0.8rem;
    position: relative;
}

.c-collect-num .num-cnt-price {
    color: #ff0036;
    flex-shrink: 0;
    font-weight: 700;
}

.c-collect-num .num-cnt-precharge {
    color: #b7b7b7;
    flex-shrink: 0;
    margin-left: 0.12rem;
}

.c-collect-empty {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto 0;
    text-align: center;
    color: #444;
    display: none
}

.c-collect-empty .empty-btn {
    background: #ff0036;
    border-radius: 1rem;
    box-shadow: 0 0 0.04rem 0.04rem rgba(0, 0, 0, .05);
    color: #fff;
    font-size: 1rem;
    line-height: 2rem;
    margin-top: 1rem;
    margin-left: 30%;
    padding: 0 3rem;
    width: 40%;
}

/*定制*/
.digit {
    -webkit-animation: all .3s linear 0s;
    animation: all .3s linear 0s;
    border: 1px solid #e6e6e6;
    box-sizing: content-box;
    flex: 1;
    font-size: 1rem;
    height: 2rem;
    line-height: 2rem;
    margin-left: -1px;
    position: relative;
    text-align: center;
    width: 0.5rem;
}

/*关键词样式*/
.word_sr,
.word_ql {
    border: 1px solid #e0bcbd;
    background-color: #ffe5e6;
    border-radius: 5px;
    width: 24%;
    float: left;
    line-height: 1.5rem;
    margin-top: 10px;
    margin-right: 1%;
    text-align: center;

    color: #444;
}

.word_ql {
    width: 15.45%;
    line-height: 1rem;
    padding: 0.15rem 0;

}

.word_ql .msg_ql {
    font-size: 0.7rem;
    color: #999
}

.kz_mid_choose {
    background-color: #fff;
    border-radius: 20px;
    padding: 20px;
    position: fixed;
    width: 80%;
    max-width: 640px;
    height: 300rpx;
    top: 20%;
    right: 10%;
    z-index: 100059;
    display: none;
}

.mid_title {
    text-align: center;
    line-height: 1.5rem;
    font-size: 1rem;
}

.mid_body {
    padding: 20px 0;
    line-height: 1.2rem;
}

.mid_btn {
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 10px;
    text-align: center;
    width: 100%;
    font-size: 1rem;
}

.lunbo {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5px;
}

.lunbo_pic {
    flex: 1;
    margin: 5px 10px 0 10px;
}

.lunbo_pic img {
    border-radius: 10px;
}


/*首页*/
.index_lm {
    background-color: #fff;
    margin:10px 2% 0 2%;
    padding: 10px 10px;
    background-color: #fff;
    border-radius: 10px;
    color: #000;
    font-size: 0.8rem;
    font-weight: 500;
}

.index_lm .title {
    font-size: 1.2rem;
    line-height: 2rem;
}

.index_lm .miaoshu {
    font-size: 0.8rem;
    color: #999;
}

.index_lm .sublist {
    width: 50%;
    float: left;
    margin-top: 15px;
}

.sublist:hover {
    background-color: #eee;
    border-radius: 10px;
}

.p_left10 {
    padding-left: 10px;
}

.sublist .icon {
    width: 3.5rem;
    padding-right: 10px;
}


.sub_title {
    display: block;
    color: #333;
    font-size: 1rem;
}


.sub_miaoshu {
    display: block;
    color: #999;
    width: 100%;
    overflow: hidden;
    font-size: 0.8rem;
}

.checkbox1 {
    zoom: 150%;
    margin-top: 0 !important;
}

.lie{
    font-size: 0.9rem;
    padding:10px 0;
    color: #999;
}
.lie .item3{
    width: 33%;
}
.hei {
 color: #000;
}
