@charset "utf-8";

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
    font-family: "iconfont";
    /* Project id 2301326 */
    src: url("../fonts/iconfont.woff2") format("woff2"), url("../fonts/iconfont.woff") format("woff"),
        url("../fonts/iconfont.ttf") format("truetype");
}

@font-face {
    font-family: DIN;
    src: url("../fonts/dinpro-medium.eot");
    src: url("../fonts/dinpro-medium.eot") format("embedded-opentype"),
        url("../fonts/dinpro-medium.woff") format("woff"), url("../fonts/dinpro-medium.ttf") format("truetype"),
        url("../fonts/dinpro-medium.svg") format("svg");
}

.iconfont {
    font-family: "iconfont" !important;
    -webkit-font-smoothing: antialiased;
    font-size: 0.24rem;
}

* {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 0.28rem;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body * {
    max-width: 750px;
    -webkit-text-size-adjust: 100%;
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
body {
    /* *position: static; */
    width: 100%;
    margin: 0 auto;
    max-width: 750px;
    /* overflow-x: hidden; */
    /* -webkit-tap-highlight-color: transparent;
    -ms-tap-highlight-color: transparent; */
    background: #f7f8f9 !important;
}

a,
input,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background: transparent;
}

input,
button {
    -webkit-appearance: none;
    border-radius: 0;
}

a {
    text-decoration: none;
    outline: none;
    -webkit-touch-callout: none;
}

a:hover {
    text-decoration: none;
}

ul,
ol {
    list-style: none;
}

textarea {
    resize: none;
}

input:focus {
    outline: none;
}

input {
    outline: none;
    vertical-align: middle;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

img {
    display: block;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
textarea,
option,
button {
    font-weight: normal;
}

*,
a,
button,
input,
select,
option,
img,
dl,
dd,
div,
label,
textarea {
    -webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
    -webkit-appearance: none;
    color: #333;
    outline: none;
}

input:focus {
    outline: none;
}

em,
i {
    font-style: normal;
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    border: none;
    padding: 0;
    color: #333;
}

input[type="button"],
input[type="submit"],
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
textarea,
button {
    -webkit-appearance: none;
    color: #333;
    outline: none;
}

input,
textarea,
select,
option,
button,
form,
fieldset {
    margin: 0;
    padding: 0;
    border-width: 1px;
    outline: none;
    font-family: "Helvetica Neue", Helvetica, STHeiTi, "Microsoft YaHei", "微软雅黑", SimSun, sans-serif;
}

/*placeholder 文字颜色设置*/

input::-moz-placeholder,
input::-ms-input-placeholder,
input::-webkit-input-placeholder,
textarea::-moz-placeholder,
textarea::-ms-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #bdbdbd;
}

select {
    appearance: none;
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari 和 Chrome */
}

/* Chrome浏览器会在输入控制聚集的时候添加一个蓝色的outline*/

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* 如果有输入内容IE会给输入框右边加一个大大的X */

input::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

.fr {
    float: right;
}

.fl {
    float: left;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

.clear {
    zoom: 1;
}

.clear {
    clear: both;
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.jm-class {
    border-radius: 0.2rem !important;
}

/* ////////////////////////////////////////////////////////////////////////// */

.bod_wrap {
    width: 100%;
    padding-top: 0.9rem;
}

.bod_wrap.c {
    min-height: 100vh;
    background: #fff;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 0.9rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.32rem;
    background: #fff;
}

.header .logo {
    width: 4.3rem;
}

.header .r.flex {
    align-items: center;
}

.header .r a {
    display: block;
    font-size: 0.28rem;
    margin-left: 0.4rem;
    color: #333;
    font-family: DIN;
}

.header a.ss {
    font-size: 0.3rem;
    margin-left: 0 !important;
}

.header .tit {
    font-size: 0.26rem;
    color: #333;
    font-weight: 500;
}

.head_tab {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
    width: 100%;
    height: 1.08rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.24rem;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
}

.head_tab span i {
    width: 0.6rem;
    height: 0.6rem;
    font-size: 0.4rem;
    line-height: 0.6rem;
}

.head_tab span {
    display: flex;
    flex: 1;
}

.head_tab .tit {
    flex: 2;
    justify-content: center;
    font-size: 0.34rem;
    color: #333;
    font-weight: 500;
}

.head_tab .back_icon {
    width: 0.6rem;
    height: 0.6rem;
}

.head_tab .back_home {
    width: 0.6rem;
    height: 0.6rem;
}

/* foot */
.tab_bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1.12rem;
    background: #fff;
    box-shadow: 0 0 0.12rem 0 rgba(0, 0, 0, 0.06);
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom);
    box-sizing: content-box !important;
    z-index: 9;
}

.tab_bar .tab_item {
    position: relative;
    flex: 1;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 0.24rem;
    color: #333;
}

.tab_bar .tab_item.on {
    color: #00b38a;
}

.tab_bar.dlz .tab_item.on {
    color: #0f6bc7;
}

.tab_bar .tab_item .dian {
    position: absolute;
    right: 0.36rem;
    top: 0.1rem;
    display: block;
    width: 0.12rem;
    height: 0.12rem;
    background: #ff2c2c;
    border-radius: 0.12rem;
}

.tab_item i {
    width: 0.56rem;
    height: 0.56rem;
    margin-bottom: 0.05rem;
    font-size: 0.5rem;
}

.tab_item .tab_fabu {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    left: 0;
    right: 0;
    top: -0.22rem;
    margin: auto;
    background: url(../images/fabu_icon.png) no-repeat center;
    background-size: cover;
}

.tab_bar.dlz .tab_item .tab_fabu {
    position: absolute;
    width: 0.8rem;
    height: 0.8rem;
    left: 0;
    right: 0;
    top: -0.22rem;
    margin: auto;
    background: url(../images/fabu_icon_dlz.png) no-repeat center;
    background-size: cover;
}

.tab_item i.tab_icon1 {
    background: url(../images/icon1.png) no-repeat center;
    background-size: cover;
}

.tab_item.on i.tab_icon1 {
    background: url(../images/icon2.png) no-repeat center;
    background-size: cover;
}

.tab_item i.tab_icon2 {
    background: url(../images/icon3.png) no-repeat center;
    background-size: cover;
}

.tab_item.on i.tab_icon2 {
    background: url(../images/icon4.png) no-repeat center;
    background-size: cover;
}

.tab_item i.tab_icon4 {
    background: url(../images/icon5.png) no-repeat center;
    background-size: cover;
}

.tab_item.on i.tab_icon4 {
    background: url(../images/icon6.png) no-repeat center;
    background-size: cover;
}

.tab_item i.tab_icon5 {
    background: url(../images/icon7.png) no-repeat center;
    background-size: cover;
}

.tab_item.on i.tab_icon5 {
    background: url(../images/icon8.png) no-repeat center;
    background-size: cover;
}

.tab_item .tab_cir {
    position: absolute;
    width: 1.28rem;
    height: 0.48rem;
    left: 0;
    right: 0;
    top: -0.48rem;
    margin: auto;
    background: url(../images/cir.png) no-repeat center;
    background-size: cover;
}

/* foot end */

/* 合作模块start */

.common_hezuo {
    display: block;
    position: relative;
    width: 7.02rem;
    background: #ffffff;
    border-radius: 0.2rem;
    margin: 0 auto 0.24rem;
    padding: 0.3rem;
}

/* .common_hezuo:last-of-type {
    margin-bottom: 0;
} */

.common_hezuo .uesr_box {
    align-items: center;
}

.common_hezuo .user_img {
    position: relative;
    width: 0.52rem;
    height: 0.52rem;
    margin-right: 0.16rem;
}

.common_hezuo .user .user_img img {
    border-radius: 50%;
}

.common_hezuo .name {
    max-width: 1.6rem;
}

.common_hezuo .zw {
    max-width: 1.2rem;
}

.common_hezuo .name,
.common_hezuo .zw {
    font-size: 0.26rem;
    color: #333;
    margin-right: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.common_hezuo .hz_tit {
    line-height: 0.45rem;
    font-size: 0.32rem;
    font-weight: 500;
    color: #212128;
    text-indent: -0.12rem;
    margin-top: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.common_hezuo .bq {
    margin-top: 0.16rem;
}

.common_hezuo .bd_item {
    display: inline-block;
    max-width: 3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 0.16rem;
    height: 0.48rem;
    line-height: 0.48rem;
    background: #f7f7f7;
    border-radius: 0.04rem;
    color: #555567;
    font-size: 0.24rem;
}

.common_hezuo .bd_item:nth-of-type(1) {
    margin-right: 0.08rem;
}

.common_hezuo_bot {
    width: 100%;
    margin-top: 0.16rem;
    justify-content: space-between;
    align-items: center;
}

.common_hezuo_bot .left {
    align-items: center;
}

.common_hezuo_bot .fenlei {
    width: 1.28rem;
    height: 0.48rem;
    background: rgba(0, 179, 138, 0.08);
    border-radius: 0.04rem;
    color: #00b38a;
    font-size: 0.24rem;
    align-items: center;
    justify-content: center;
}

.common_hezuo_bot .left span {
    font-size: 0.24rem;
    color: #90909c;
    margin-left: 0.32rem;
}

.common_hezuo_bot .time {
    color: #c7c7d3;
    font-size: 0.24rem;
}

.uesr_box {
    align-items: center;
}

.uesr_box .user_img {
    position: relative;
    width: 0.52rem;
    height: 0.52rem;
    margin-right: 0.16rem;
}

.uesr_box .user_img img {
    border-radius: 50%;
}

.uesr_box .user_img .vip_small {
    position: absolute;
    right: -0.12rem;
    bottom: -0.08rem;
    width: 0.36rem;
    height: 0.27rem;
}

.uesr_box .name,
.uesr_box .zw {
    max-width: 1.6rem;
    font-size: 0.26rem;
    color: #333;
    margin-right: 0.16rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0.16rem;
    font-weight: 600;
}

.uesr_box .chakan {
    width: 1.5rem;
    height: 0.4rem;
    background: #00b38a;
    color: #fff;
    font-size: 0.24rem;
    align-items: center;
    justify-content: center;
    margin-left: 0.1rem;
    border-radius: 0.04rem;
}

.common_zyrz {
    width: 0.68rem;
    height: 0.28rem;
    margin-left: 0.16rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common_zyrz1 {
    background-image: url("../images/rz1.png");
}

.common_zyrz2 {
    background-image: url("../images/rz2.png");
}

.common_vip {
    display: block;
    height: 0.4rem;
    margin-right: 0.16rem;
}

.common_vip.vip_1 {
    width: 1.32rem;
    background: url(../images/vip_1.png) no-repeat center;
    background-size: cover;
}

.common_vip.vip_2 {
    width: 1.52rem;
    background: url(../images/vip_2.png) no-repeat center;
    background-size: cover;
}

.common_vip.vip_3 {
    width: 1.52rem;
    background: url(../images/vip_3.png) no-repeat center;
    background-size: cover;
}

/* 合作模块 end */

/* 登录注册 */
.login_warp {
    position: relative;
    width: 6.86rem;
    background: #ffffff;
    box-shadow: 0px 0.2rem 0.4rem 0px rgba(0, 0, 0, 0.07);
    border-radius: 0.08rem;
    margin: 0 auto;
    padding: 0.48rem 0.44rem 0.6rem 0.44rem;
}

.login_tit {
    font-size: 0.36rem;
    font-weight: 600;
    color: #333333;
    line-height: 0.5rem;
    text-align: center;
}

.login_nav {
    margin: 0.4rem 0;
}

.login_nav li {
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.28rem;
    margin-right: 0.32rem;
}

.login_nav li.on {
    font-weight: 600;
    color: #00b38a;
}

.logform_wrap {
    display: none;
}

.logform_wrap .logform_item {
    position: relative;
    margin-bottom: 0.2rem;
}

.logform_wrap .logform_item input {
    width: 100%;
    height: 0.9rem;
    background: #f5f6fa;
    border-radius: 0.08rem;
    padding: 0 0 0 0.84rem;
    border: 1px solid transparent;
}

.logform_wrap .logform_item input:focus {
    border: 1px solid #00b38a;
}

.logform_wrap .logform_item input.code {
    padding: 0 2.2rem 0 0.84rem;
}

.logform_wrap .yzm_img {
    position: absolute;
    right: 2px;
    top: 1px;
    width: 2.2rem;
    height: 96%;
}

.logform_wrap .logform_item .iconfont {
    position: absolute;
    top: 0.26rem;
    left: 0.2rem;
    width: 0.44rem;
    height: 0.44rem;
    font-size: 20px;
    color: #333;
}

.getCode {
    position: absolute;
    right: 0;
    top: 0;
    width: 2.2rem;
    height: 100%;
    color: rgba(0, 179, 138, 1);
    font-size: 0.24rem;
    background-color: transparent;
}

.getCode.default {
    color: rgba(0, 179, 138, 0.7);
}

.login_submit {
    width: 5.98rem;
    height: 0.88rem;
    background: #00b38a;
    font-size: 0.32rem;
    color: #ffffff;
    margin-top: 0.4rem;
}

.logform_wrap .tip {
    font-size: 0.24rem;
    color: #666;
    margin-top: 0.2rem;
}

.login_warp .login_close {
    position: absolute;
    top: 0.1rem;
    right: 0.1rem;
    width: 0.7rem;
    height: 0.7rem;
    background: url(../images/loginclose.png) no-repeat center;
    background-size: cover;
}

.login_warp .reg_txt {
    font-size: 0.28rem;
    color: #333333;
    margin-right: 0.32rem;
    text-align: center;
    margin-top: 0.4rem;
}

.login_warp .reg_txt a {
    text-decoration: underline;
    color: #00b38a;
    margin-left: 0.1rem;
}

/* 复选框样式 */
.login_warp .xy {
    font-size: 0.28rem;
    color: #333333;
    margin-top: 0.3rem;
}

.login_warp .xy input {
    margin-right: 0.2rem;
}

.login_warp .xy .txt {
    font-size: 0.26rem;
    color: #666;
    line-height: 0.36rem;
}

.login_warp .xy a {
    font-size: 0.26rem;
    color: #00b38a;
}

.login_warp input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
}

.login_warp input[type="checkbox"]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.login_warp input[type="checkbox"]:checked::after {
    content: "";
    background-color: #31d2ac;
    border-color: #31d2ac;
    background-color: #31d2ac;
}

.login_warp input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

.bd_skin .layui-layer-btn .layui-layer-btn0 {
    border-color: #00b38a !important;
    background-color: #00b38a !important;
    color: #fff;
    box-sizing: content-box;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

/* loading */
.loadbox {
    width: 100%;
    height: 0.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.load_circle {
    width: 0.25rem;
    height: 0.25rem;
    margin-right: 0.16rem;
    border-radius: 50%;
    border: 0.02rem solid #23262e;
    border-color: #23262e transparent #23262e transparent;
    animation: load 1.2s linear infinite;
}

@keyframes load {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.loadbox_font {
    font-size: 0.24rem;
    color: #666;
}

.common_bottom {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 0.32rem 0 0.6rem 0;
    font-size: 24rpx;
    color: #c7c7d3;
}

/* loading end*/
.layui-layer-btn .layui-layer-btn0 {
    border-color: #00b38a !important;
    background-color: #00b38a !important;
    color: #fff;
    line-height: 26px;
}

.van-popup--bottom.van-popup--round {
    border-radius: 0.16rem 0.16rem 0 0 !important;
}

/* 点赞 */
.dianzan_wrap {
    width: 100%;
    height: 100%;
    padding: 0.48rem 0.32rem 0 0.32rem;
}

.dianzan_wrap .title {
    font-size: 0.32rem;
    font-weight: 500;
    color: #212128;
}

.dianzan_wrap .item_ul {
    flex-wrap: wrap;
    margin-top: 0.48rem;
}

.dianzan_wrap .item {
    padding: 0 0.24rem;
    height: 0.64rem;
    border-radius: 0.64rem;
    border: 0.02rem solid #eaeaed;
    color: #90909c;
    font-size: 0.24rem;
    align-items: center;
    margin-right: 0.16rem;
    margin-bottom: 0.24rem;
}

.dianzan_wrap .zan2_box {
    margin-top: 0.6rem;
}

.dianzan_wrap .zan1_on {
    background: rgba(0, 179, 138, 0.1);
    color: #00b38a;
    border: 0.02rem solid rgba(0, 179, 138, 0.1);
}

.dianzan_wrap .zan2_on {
    background: rgba(247, 159, 27, 0.1);
    color: #f79f1b;
    border: 0.02rem solid rgba(247, 159, 27, 0.1);
}

.dianzan_wrap .pj_btn {
    width: 100%;
    height: 0.88rem;
    background: #00b38a;
    border-radius: 0.08rem;
    align-items: center;
    justify-content: center;
    font-size: 0.32rem;
    color: #fff;
    margin-top: 0.4rem;
}

.nothing_wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 1rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nothing_wrapper .txt {
    font-size: 0.28rem;
    color: #666;
    margin-top: 0.2rem;
}

.nothing_wrapper .nothing_icon {
    width: 3rem;
    height: 2.1rem;
}

.zhanwei {
    position: absolute;
    height: 0.9rem;
}

.van-tabs__line {
    background-color: #00b38a !important;
}

/* 地址多选 */

.city_box {
    width: 100%;
    height: calc(100% - 1.2rem) !important;
}

.city_l {
    display: block;
    width: 2.2rem;
    height: 100%;
    overflow-y: auto;
}

.city_r {
    display: block;
    width: calc(100% - 2.2rem);
    height: 100%;
    overflow-y: auto;
}

.city_l li {
    display: flex;
    width: 100%;
    height: 0.9rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.24rem;
    font-size: 0.28rem;
    color: #212128;
}

.city_l li.on {
    background: #fff;
    color: #00b38a;
}

.city_r li {
    display: flex;
    width: 100%;
    height: 0.9rem;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.24rem;
    font-size: 0.28rem;
    color: #212128;
}

.city_r li .icongou {
    display: none;
}

.city_r li.on .mc {
    color: #00b38a;
}

.city_r li.on .icongou {
    color: #00b38a;
    display: block !important;
}

/* 绘制海报 */

.post_wrap {
    position: fixed;
    left: 10000px;
    width: 6.4rem;
    height: 9rem;
    background: url(../images/sharebot.png) no-repeat bottom #fff;
    background-size: 100% 0.74rem;
    padding: 0.32rem;
    box-sizing: border-box;
}

.post_wrap .tit {
    padding-bottom: 0.32rem;
    border-bottom: 1px solid #eee;
}

.post_wrap h2 {
    font-size: 0.34rem;
    font-weight: 500;
    color: #212128;
    line-height: 0.5rem;
    text-indent: -0.12rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_wrap .post_sec {
    padding-top: 0.3rem;
}

.post_wrap .post_sec .lis {
    font-size: 0.26rem;
    color: #90909c;
    line-height: 0.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.post_wrap .post_sec .lable {
    color: #90909c;
    font-size: 0.3rem;
    margin-bottom: 0.1rem;
}

.post_wrap .post_sec .zy {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.post_wrap .post_sec span {
    font-size: 0.26rem;
    color: #90909c;
    margin-right: 0.1rem;
}

.post_wrap .bot {
    position: absolute;
    width: 100%;
    bottom: 0.8rem;
    align-items: center;
}

.post_wrap .bot .ewmcode {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0.5rem;
}

.post_wrap .bot .logo {
    width: 3rem;
}

#pyq_hb {
    position: fixed;
    width: 6.4rem;
    height: 9rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 99999;
    display: block;
}

#loading {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loading .van-loading--vertical {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #333;
    padding: 0.6rem;
    border-radius: 0.1rem;
}

#loading .van-loading__text {
    color: #fff;
}

.van-overlay {
    z-index: 99 !important;
}

.user_post {
    position: fixed;
    left: 10000px;
    width: 6.4rem;
    height: 9rem;
    background: url(../images/sharebot.png) no-repeat bottom #fff;
    background-size: 100% 0.74rem;
    padding: 0.32rem;
    box-sizing: border-box;
}

.user_post .user_img {
    width: 1.28rem;
    height: 1.28rem;
    margin: 0 auto;
}

.user_post .user_img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.user_post .bot {
    position: absolute;
    width: 100%;
    bottom: 0.8rem;
    align-items: center;
}

.user_post .bot .ewmcode {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 0.5rem 0 0.5rem;
}

.user_post .bot .logo {
    width: 3rem;
}

.user_post .name {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
}

.user_post .name .nickname {
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    margin-right: 0.12rem;
}

.user_post .name .zw {
    font-size: 0.26rem;
    font-weight: 500;
    color: #666;
}

.user_post .gsmc {
    text-align: center;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    margin-top: 0.2rem;
}

.user_post .list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    padding-left: 0.45rem;
}

.user_post .list .item {
    width: 50%;
    margin-bottom: 0.2rem;
}

.user_post .list .sp1 {
    display: block;
    font-size: 0.32rem;
    font-weight: 500;
    color: #333333;
    font-family: DIN;
}

.user_post .list .sp2 {
    display: block;
    font-size: 0.26rem;
    font-weight: 500;
    color: #666;
    margin-top: 0.12rem;
}

.page_loading {
    text-align: center;
    padding: 0.4rem 0;
}

/* 合作列表模块 */
.hzloading {
    text-align: center;
    padding: 0.4rem 0;
    color: #00b38a;
}

.hz_ul {
    width: 100%;
    padding: 0.24rem;
}

.hz_item_ggw {
    display: block;
    margin-bottom: 0.16rem;
}

.hz_item_ggw img {
    width: 100%;
    border-radius: 0.2rem;
}

.hz_item {
    display: block;
    position: relative;
    width: 100%;
    background: #ffffff;
    border-radius: 0.2rem;
    margin-bottom: 0.16rem;
    padding: 0.28rem;
}

.hz_item img {
    width: 100%;
    height: 100%;
}

.hz_item .hz_user {
    display: flex;
    align-items: center;
}

.hz_item .user_tx {
    position: relative;
    width: 0.64rem;
    height: 0.64rem;
    border-radius: 50%;
    padding: 1px;
}

.hz_item .user_tx.on {
    background: linear-gradient(45deg, #ffad00 0%, #ff0000 100%);
}

.hz_item .user_tx .user_img {
    background: #ffffff;
    width: 0.6rem;
    height: 0.6rem;
    border-radius: 50%;
}

.hz_item .user_tx .vip_icon {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -0.11rem;
    margin: auto;
    width: 0.44rem;
    height: 0.22rem;
}

.hz_item .mprz_icon {
    margin-right: 0.06rem;
}

.hz_item .uesr_info {
    padding-left: 0.16rem;
}

.hz_item .uesr_info .uesr_info_top {
    display: flex;
    align-items: center;
    margin-bottom: 0.05rem;
}

.hz_item .uesr_info .name {
    font-weight: 500;
    max-width: 2.2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #181c29;
    font-size: 0.24rem;
}
.hz_item .uesr_info .name-margin {
    margin-right: 0.1rem;
}

.hz_item .uesr_info .zw {
    color: #636977;
    font-size: 0.24rem;
    margin-right: 0.1rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 2rem;
}

.hz_item .uesr_info_time {
    width: 5.8rem;
    font-size: 0.24rem;
    color: #9da5b8;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hz_item .h2 {
    font-size: 0.3rem;
    color: #181c29;
    line-height: 0.48rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-indent: -0.14rem;
    margin-top: 0.24rem;
}

.hz_item .h2 .hz_icon {
    width: 1rem;
}

.hz_bot {
    display: flex;
    align-items: center;
    margin-top: 0.3rem;
    justify-content: space-between;
}

.hz_item .fb_mc {
    width: 1.24rem;
    height: 0.42rem;
    border-radius: 0.08rem;
    background: rgba(0, 179, 138, 0.08);
    color: #00b38a;
    font-size: 0.24rem;
    align-items: center;
    justify-content: center;
    margin-right: 0.2rem;
}

.hz_item .bot_left,
.hz_item .bot_r {
    display: flex;
    align-items: center;
}

.hz_item .bot_left .address {
    font-size: 0.24rem;
    color: #636977;
    width: 2.4rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 0.34rem;
}

.hz_item .bot_r .tag {
    display: flex;
    align-items: center;
    font-size: 0.24rem;
    color: #9da5b8;
    margin-left: 0.32rem;
}

.hz_item .zhiding {
    position: absolute;
    top: 0;
    right: 0;
    width: 1.14rem;
    height: 0.4rem;
}

.hz_item .zhiding img {
    width: 100%;
    height: 100%;
}

.hz_item .iconfont {
    font-size: 0.32rem;
}

.hz_item .address .iconfont {
    font-size: 0.3rem;
    vertical-align: -0.02rem;
}

/* 合作模块 end */
.van-loading {
    color: #00b38a !important;
}

.van-loading__text {
    color: #00b38a !important;
}

/* checkbox */
/* 复选框样式 */
.common_xy input {
    margin-right: 0.2rem;
}

.common_xy .txt {
    font-size: 0.24rem;
    color: #666;
    line-height: 0.36rem;
}

.common_xy a {
    font-size: 0.24rem;
    color: #00b38a;
}

.common_xy input[type="checkbox"] {
    cursor: pointer;
    position: relative;
    width: 14px;
    height: 14px;
}

.common_xy input[type="checkbox"]::after {
    position: absolute;
    top: 0;
    background-color: #fff;
    color: #fff;
    width: 14px;
    height: 14px;
    display: inline-block;
    visibility: visible;
    padding-left: 0px;
    text-align: center;
    content: " ";
    border-radius: 2px;
    box-sizing: border-box;
    border: 1px solid #ddd;
}

.common_xy input[type="checkbox"]:checked::after {
    content: "";
    background-color: #31d2ac;
    border-color: #31d2ac;
    background-color: #31d2ac;
}

.common_xy input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 3px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    z-index: 1;
}

/* end */

/* 注册 */
.reg_content {
    width: 100%;
    height: 100vh;
    padding-top: 0.8rem;
    background: url("../images/reg_top.jpg") no-repeat top center;
    background-size: cover;
}

.reg_banner {
    width: 100%;
}

/* 公共用户icon */
/* .mprz_icon {
    width: 0.96rem;
    height: 0.32rem;
    background: url("../images/mprz.png") no-repeat center;
    background-size: 0.96rem 0.32rem;
} */
.mprz_icon {
    width: 1.18rem;
    height: 0.28rem;
    background: url("../images/13531268661ac8930a2y4wqk8.png") no-repeat center;
    background-size: 100% 100%;
    margin-left: 0.1rem;
    margin-right: 0.1rem;
    display: inline-block;
}
.grrz_icon {
    width: 0.74rem;
    height: 0.28rem;
    background: url("../images/13525768661ab9e0926u99q5k.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.1rem;
    margin-left: 0.1rem;
    display: inline-block;
}

.yzqd_icon {
    width: 0.8rem;
    height: 0.28rem;
    background: url("../images/yzqd.png") no-repeat center;
    background-size: 0.8rem 0.28rem;
}
.layui-layer-photos-next,
.layui-layer-photos-prev {
    display: none !important;
}

[v-clock] {
    display: none;
}
.mfrz_icon {
    min-width: 0.6rem;
    height: 0.3rem;
    background: #00b38a;
    color: #fff;
    font-size: 0.2rem;
    margin-top: 0.05rem;
    margin-right: 0.1rem;
    border-radius: 0.08rem;
    text-align: center;
    line-height: 0.3rem;

    float: left;
}
.check_fabu {
    width: 6.9rem;
    padding: 0.6rem 0.48rem;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

.check_fabu .icon {
    width: 1.2rem;
    height: 1.2rpx;
    margin-bottom: 0.16rem;
}

.check_fabu .h2 {
    font-weight: 400;
    font-size: 0.34rem;
    color: #00b38a;
    line-height: 0.56rem;
}

.check_fabu .desc {
    font-weight: 400;
    font-size: 26rpx;
    color: #636977;
    line-height: 0.36rem;
    margin: 0.4rem auto;
    text-align: center;
}

.check_fabu .btn {
    width: 80%;
    height: 0.8rem;
    background: #00b38a;
    border-radius: 0.16rem;
    color: #fff;
    font-size: 0.28rem;
    line-height: 0.8rem;
    text-align: center;
    margin: 0.6rem auto 0;
}
.check_fabu .icons {
    width: 100%;
    height: 1.32rem;
}
.downloadAppFixed {
    position: fixed;
    bottom: 2rem;
    left: 1.34rem;
    width: 4.8rem;
    height: 1.08rem;
    background-color: #00b38a;
    text-align: center;
    color: #fff;
    border-radius: 1.08rem;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}
.downloadAppFixed .downloadAppTitle {
    line-height: 0.42rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 0.3rem;
    color: #ffffff;
}
.downloadAppFixed .downloadAppSubtitle {
    line-height: 0.34rem;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 0.24rem;
}
