* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    letter-spacing: 1px;
}

img[src=""],
img:not([src]) {
    opacity: 0;
}

body {
    background-color: #ffffff;
}
#cnzz_stat_icon_1274390597{
	display: none;
}
.wrap {
    display: flex;
    flex-direction: column;
    width: 7.5rem;
    margin: 0 auto;
    overflow: hidden;
}

/* 头部 */

.header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 7.5rem;
    height: 0.88rem;
    /* outline: 1px solid #ddd; */
   /*box-shadow: 0px 4px 30px #CCCCCC;*/
    background-color: #ffffff;
    color: #fff;
    font-size: 0.36rem;
    position: fixed;
    top: 0;
    z-index: 10;
}

.header>a {
    width: 0.5rem;
    height: 0.5rem;
    line-height: 0.5rem;
    margin: 0 0.2rem;
    background: url(../images/backs.png) no-repeat;
    /*background: url(../images/icon_list.png) no-repeat;*/
    background-size: 100% 100%;
    /* background-position: -0.73rem -1.32rem; */
    cursor: pointer;
    z-index: 10;
}

.header .item {
    flex: 1;
    font-size: 0.36rem;
	color:#333333;
}

.item p {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 0.88rem;
    margin: 0 0 0 -0.6rem;
}

.header b {
    width: 0.4rem;
    height: 0.4rem;
    display: flex;
    justify-content: flex-end;
    margin: 0.22rem 0.8rem;
    background: url(../images/search.png) no-repeat;
   /* background-position: -0.04rem -0.8rem;*/
    background-size: 100% 100%;
}

.fill {
    height: 0.2rem;
    background-color: #f5f5f5;
}

.title {
    display: inline-block;
    height: 0.3rem;
    line-height: 0.3rem;
    font-size: 0.3rem;
    margin: 0.2rem 0 0 0.2rem;
    color: #333333;
	font-weight:bold;
}

.go {
    float: right;
    clear: both;
    /* width: 0.13rem; */
    /* height: 0.23rem; */
    /* background: url(../images/icon_list.png) no-repeat;
    background-position: -0.46rem -0.81rem;
    background-size: 5rem 3rem; */
    margin: 0.13rem 0.13rem 0 0;
	/*background: url(../images/icon_list.png) no-repeat;
    background-position: -0.46rem -0.81rem;*/
    /* 查看更多 */
    height: 0.3rem;
    line-height: 0.3rem;
    font-weight: normal;
    font-size: 0.24rem;
    color: #666;
}

.state_00 {
    background-color: rgba(212, 26, 118, 0.7);
}

.state_01 {
    background-color: rgba(182, 126, 128, 0.7)
}

.state_1 {
    background-color: #ffc145;
    opacity: 0.87;
}

.state_2 {
    background-color: #5b5f97;
}

.state_3 {
    background-color: #ff6b6c;
    opacity: 0.87;
}

.state_4 {
    background-color: rgba(255, 143, 44, 0.7);
}

.state_5 {
    background-color: rgba(209, 109, 242, 0.7);
}

.state_6 {
    background-color: rgba(102, 102, 102, 0.7);
}

.tips {
    color: #e00000;
    font-size: 0.28rem;
    text-align: right;
    display: inline-block;
    background-color: #fff;
    position: absolute;
}

.goTop {
    width: 0.5rem;
    height: 0.5rem;
    background: url(../images/icon_list.png) no-repeat;
    background-size: 5rem 3rem;
    background-position: -0.05rem -1.23rem;
    position: fixed;
    right: 0.2rem;
    bottom: 1.3rem;
    z-index: 111;
    display: none;
}

/* ios微信浏览器内上边距阴影 */

/*input,*/
textarea {
    -webkit-appearance: none;
}

/* 避免ios低版本的弹窗固定定位失效问题 */

.fixed {
    position: fixed;
}

input::-webkit-input-placeholder {
    color: #aaa;
    font-size: 0.26rem;
    position: relative;
    top: 0.01rem;
}

input:-moz-placeholder {
    color: #aaa;
    font-size: 0.26rem;
    position: relative;
    top: 0.01rem;
}

input::-moz-placeholder {
    color: #aaa;
    font-size: 0.26rem;
    position: relative;
    top: 0.01rem;
}

input:-ms-input-placeholder {
    color: #aaa;
    font-size: 0.26rem;
    position: relative;
    top: 0.01rem;
}

textarea::-webkit-input-placeholder {
    color: #aaa;
    font-size: 0.26rem;
}

textarea:-moz-placeholder {
    color: #aaa;
    font-size: 0.26rem;
}

textarea::-moz-placeholder {
    color: #aaa;
    font-size: 0.26rem;
}

textarea:-ms-input-placeholder {
    color: #aaa;
    font-size: 0.26rem;
}

/* 去除webkit中input的type="number"时出现的上下图标 */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/* 输入框错误提示 */

input.error,
textarea.error {
    transition: all 0.5s;
    box-shadow: 0 0 0.05rem 0 red inset !important;
    border: 1px solid transparent !important;
}

/* 输入框可编辑 */

input.editor,
.wrap input.editor {
    border: 1px solid rgb(153, 153, 153);
}

/* 回家 */

.goHome {
    display: block;
    width: 0.7rem;
    height: 0.7rem;
    position: absolute;
    right: 0.2rem;
    top: 0.09rem;
    background-image: url(../images/home.png);
    background-size: 100% 100%;
    z-index: 999999999;
}

/* 拨打电话 */

a.call-me,
a.call-me * {
    color: #00c4ee !important;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(180deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/******************************** 线上支付 ********************************/

.m_bg {
    background-color: #00c4ee !important;
}

.m_color {
    color: #00c4ee !important;
}

.m_border {
    border-color: #00c4ee !important;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

html.onlinePay body {
    background: #eeeeee;
}

html.onlinePay .page_main * {
    box-sizing: border-box;
    font-size: 0.28rem;
}

html.onlinePay,
html.onlinePay body {
    width: 100%;
    height: 100%;
}

html.onlinePay input,
html.onlinePay textarea {
    outline: none;
}

html.onlinePay .wrap {
    background: inherit;
    overflow-y: initial;
    position: relative;
}

html.onlinePay .page_main {
    width: 100%;
    margin-top: 0.88rem;
    padding-bottom: 0.6rem;
    position: relative;
    font-weight: normal;
    font-style: normal;
    color: #666666;
    font-size: 0.26rem;
    box-sizing: border-box;
    background-color: inherit;
}

html.onlinePay section {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 0.2rem;
    overflow: hidden;
    background-color: white;
}

section .s_tip {
    height: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

section .s_content {
    padding: 0 0.2rem;
}

section .form_list {
    widows: 100%;
}

section .form_list .form_item {
    margin-bottom: 0.25rem;
    overflow: hidden;
    position: relative;
}

section .form_list .item_label {
    display: block;
    width: calc(100% - 5.1rem);
    padding-right: 0.2rem;
    text-align: left;
    float: left;
    height: 0.6rem;
    line-height: 0.6rem;
}

section .form_list .item_con {
    width: 5.1rem;
    min-height: 0.6rem;
    float: left;
}

section .form_list .control {
    width: 100%;
    height: 0.6rem;
    line-height: 0.6rem;
    float: left;
    border: 1px solid #d8d8d8;
    text-align: center;
    position: relative;
}

section .form_list .control.text_plain {
    border: none;
    color: #222;
    text-align: left;
}

section .form_list textarea.control {
    height: 1.2rem;
    text-align: left;
    padding: 0.2rem;
    resize: none;
    color: #333;
    font-size: 0.26rem;
    line-height: 1.5em;
}

section .form_list .ident_code .control {
    width: 2.9rem;
}

section .form_list .ident_code button {
    width: 2rem;
    height: 0.6rem;
    text-align: center;
    float: right;
    color: white;
    margin-left: calc(5.1rem - 3.28rem - 1.88rem);
    border: none;
    outline: none;
}

section .form_item.date::after {
    display: block;
    position: absolute;
    right: 0.2rem;
    top: calc((0.6rem - 0.37rem) / 2);
    width: 0.43rem;
    height: 0.37rem;
    content: '.';
    color: transparent;
    background-image: url(../images/date_bg.png);
    background-size: 100% 100%;
    pointer-events: none;
}

section .form_item.add_height .item_label {
    line-height: 1;
    /* text-align: center; */
}

section .form_item.prvo_city .control {
    width: calc((100% - 0.2rem) / 2);
    position: relative;
}

section .form_item.prvo_city .city {
    float: right;
}

section .form_item .arrow_down input,
section .form_item .after_rmb input {
    text-align: center;
    width: 100%;
    height: 100%;
    border: 0;
    margin: 0;
    background: transparent;
}

section .form_item .arrow_down::after {
    display: block;
    position: absolute;
    right: 0.2rem;
    top: calc((0.6rem - 0.11rem) / 2);
    width: 0.21rem;
    height: 0.11rem;
    content: '.';
    color: transparent;
    background-image: url(../images/arrow_down.png);
    background-size: 100% 100%;
}

section .form_item .after_rmb::after {
    content: '元';
    position: absolute;
    right: 0.2rem;
    top: 50%;
    transform: translateY(-50%);
}

html.onlinePay .protocol {
    margin: 0.3rem 0;
    text-align: right;
    padding: 0 0.2rem;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    height: 0.7rem;
}

html.onlinePay .submit {
    width: 6.7rem;
    height: 0.78rem;
    line-height: 0.78rem;
    text-align: center;
    color: white;
    margin: 0.2rem auto 0.5rem auto;
}

.protocol_con {
    /* position: absolute; */
    position: fixed;
    left: 50%;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
    /* height: calc(100% - 0.88rem); */
    height: 100vh;
    background: white;
    transition: all 0.3s;
    overflow: hidden;
    transform: translateX(-50%) scale(0);
    box-sizing: border-box;
    padding-bottom: 1.2rem;
}

.protocol_con * {
    box-sizing: border-box;
}

.protocol_con.show {
    transform: translateX(-50%) scale(1);
}

.protocol_con.hide {
    transform: translateX(-50%) scale(0);
}

.close_wrap {
    position: absolute;
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to top, white 1.2rem, transparent);
    padding-top: 2rem;
    box-sizing: content-box;
    pointer-events: none;
}

.protocol_text p:last-child {
    margin-bottom: 1rem;
}

.protocol_con .close {
    position: absolute;
    width: 1.6rem;
    text-align: center;
    height: 0.6rem;
    line-height: 0.6rem;
    bottom: 0.3rem;
    color: white;
    font-size: 0.3rem;
    left: 50%;
    margin-left: -0.8rem;
    pointer-events: initial;
}

.protocol_text {
    padding: 0.2rem;
    height: 100%;
    overflow: auto;
}

.protocol_text h2 {
    margin: 0.2rem auto;
    text-align: center;
    font-size: 0.34rem;
}

.protocol_text h3 {
    margin: 0.2rem 0;
    font-size: 0.3rem;
}

.protocol_text p {
    text-indent: 2em;
    line-height: 0.42rem;
}

.protocol span {
    position: relative;
    padding-left: 0.4rem;
    font-size: 0.22rem !important;
}

.protocol span em {
    font-size: inherit !important;
}

.protocol span::before {
    display: block;
    width: 0.26rem;
    height: 0.26rem;
    color: transparent;
    background: white;
    border: 1px solid #c5c5c5;
    position: absolute;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: '.';
}

.protocol span.active::before {
    background: #00c4ee;
    box-shadow: 0 0 0 0.06rem white inset;
}

/* 点此计算弹窗 */

/* 遮罩 */

.mask {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
    display: none;
}

/* 弹窗 */

.goCount {
    width: 6.2rem;
    height: 4.2rem;
    text-align: center;
    background-color: #fff;
    z-index: 10;
    margin: -2.1rem 0 0 -3.1rem;
    position: fixed;
    left: 50%;
    top: 45%;
    display: none;
}

.goTitle {
    width: 6.2rem;
    height: 0.8rem;
    line-height: 0.8rem;
    text-align: center;
    font-size: 0.26rem;
    border-bottom: 1px solid #eee;
}

.goInput {
    width: 6.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: 0.24rem;
    color: #666;
}

.goInput b {
    font-weight: normal;
    margin: 0 0 0.1rem 0.2rem;
}

.goInput em {
    font-style: normal;
    margin: 0 0 0.1rem 0.05rem;
}

.goInput input {
    width: 2.12rem;
    height: 0.6rem;
    line-height: 0.6rem;
    border: solid 1px #d8d8d8;
    outline: none;
    padding: 0 0.2rem;
}

.goCount button {
    width: 4.8rem;
    height: 0.7rem;
    margin: 0.2rem 0;
    outline: none;
}

.goCount .btn_yes {
    background-color: #00c4ee;
    border: solid 1px #00c4ee;
    color: #fff;
    font-size: 0.26rem;
}

.goResult {
    width: 6.2rem;
    height: 0.4rem;
}

.goPrice {
    font-size: 0.3rem;
    color: #e00000;
}

.goPrice::before {
    content: '￥';
    font-size: 0.24rem;
    color: #222222;
}

/* 关闭按钮 */

.closeBtn {
    position: fixed;
    z-index: 10;
    top: 67%;
    left: 47%;
    display: none;
}

.closeBtn img {
    width: 0.5rem;
    height: 0.5rem;
}

.saleDis em {
    line-height: 0.4rem;
    font-style: normal;
    color: #fff;
    display: inline-block;
    text-align: center;
    background-color: #00c4ee;
    border-radius: 0.05rem;
    padding: 0 0.05rem;
    position: relative;
    margin: 0 0 0 0.05rem;
}

/* ----------------------固定尾部开始---------------------------*/

.footer {
    width: 7.5rem;
    height: 0.89rem;
    position: fixed;
    bottom: 0;
    background: white;
    z-index: 99999;
    font-size: 0.2rem;
    color: #222;
    outline: 1px solid #eee;
}

.footer li {
    float: left;
    width: calc(88%/4);
    height: 0.89rem;
    text-align: center;
    cursor: pointer;
}

.active {
    color: #333333;
}

.footer li b {
    display: inline-block;
    width: 0.43rem;
    height: 0.4rem;
    margin: 0.08rem 0.5rem 0 0.5rem;
    background: url('../images/icon_list.png') no-repeat;
    background-size: 5rem 3rem;
}

.footer .send {
    width: 12%;
    z-index: 11;
    position: relative;
}

.footer .send b {
    width: 0.82rem;
    height: 0.82rem;
    margin: -0.4rem 0 0 -0.02rem;
}

.footer li .item1 {
    background-position: -0.03rem -1.87rem;
}

.footer li .item2 {
    background-position: -1.1rem -1.89rem;
}

.footer li .item3 {
    background-position: -2.06rem -0.02rem;
}

.footer li .item4 {
    background-position: -2.27rem -1.85rem;
}

.footer li .item5 {
    background-position: -3.36rem -1.86rem;
}

.footer .active .item1 {
    background-position: -0.52rem -1.87rem;
}

.footer .active .item2 {
    background-position: -1.68rem -1.89rem;
}

.footer .active .item3 {
    background-position: -3.03rem -0.03rem;
}

.footer .active .item4 {
    background-position: -2.80rem -1.86rem;
}

.footer .active .item5 {
    background-position: -3.86rem -1.86rem;
}

/* ----------------------固定尾部结束---------------------------*/

/* 弹层 */

.layui-m-layer {
    position: relative;
    z-index: 19891014
}

.layui-m-layer * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.layui-m-layermain,
.layui-m-layershade {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.layui-m-layershade {
    /* background-color: rgba(0, 0, 0, .7); */
    pointer-events: auto
}

.layui-m-layermain {
    display: table;
    font-family: Helvetica, arial, sans-serif;
    pointer-events: none
}

.layui-m-layermain .layui-m-layersection {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.layui-m-layerchild {
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    /* border-radius: 5px; */
    box-shadow: 0 0 8px rgba(0, 0, 0, .1);
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

@-webkit-keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes layui-m-anim-scale {
    0% {
        opacity: 0;
        -webkit-transform: scale(.5);
        transform: scale(.5)
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.layui-m-anim-scale {
    animation-name: layui-m-anim-scale;
    -webkit-animation-name: layui-m-anim-scale
}

@-webkit-keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes layui-m-anim-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(800px);
        transform: translateY(800px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.layui-m-anim-up {
    -webkit-animation-name: layui-m-anim-up;
    animation-name: layui-m-anim-up
}

.layui-m-layer0 .layui-m-layerchild {
    width: 80%;
    max-width: 640px
}

.layui-m-layer1 .layui-m-layerchild {
    border: none;
    border-radius: 0
}

.layui-m-layer2 .layui-m-layerchild {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    box-shadow: none;
    color: #fff
}

.layui-m-layerchild h3 {
    padding: 0 10px;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 16px;
    font-weight: 400;
    border-radius: 0.05rem 0.05rem 0 0;
    text-align: center;
}

.layui-m-layerbtn span,
.layui-m-layerchild h3 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.layui-m-layercont {
    padding: 0.6rem 0.3rem;
    line-height: 22px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.layui-m-layercont .page_error li {
    text-align: left;
    margin-bottom: 0.2rem;
}

.layui-m-layer1 .layui-m-layercont {
    padding: 0;
    text-align: left
}

.layui-m-layer2 .layui-m-layercont {
    text-align: center;
    padding: 0;
    line-height: 0
}

.layui-m-layer2 .layui-m-layercont i {
    width: 25px;
    height: 25px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    animation: layui-m-anim-loading 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.layui-m-layerbtn,
.layui-m-layerbtn span {
    position: relative;
    text-align: center;
    /* border-radius: 0 0 5px 5px */
}

.layui-m-layer2 .layui-m-layercont p {
    margin-top: 20px
}

@-webkit-keyframes layui-m-anim-loading {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

@keyframes layui-m-anim-loading {
    0%,
    100%,
    80% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }
    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}

.layui-m-layer2 .layui-m-layercont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.layui-m-layer2 .layui-m-layercont i.layui-m-layerload {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.layui-m-layer2 .layui-m-layercont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.layui-m-layerbtn {
    display: box;
    display: -moz-box;
    display: -webkit-box;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 0;
    border-top: 1px solid #e2e2e2;
    background-color: #F2F2F2
}

.layui-m-layerbtn span {
    display: block;
    -moz-box-flex: 1;
    box-flex: 1;
    -webkit-box-flex: 1;
    font-size: 14px;
    cursor: pointer
}

.layui-m-layerbtn span[yes] {
    color: #00c4ee
}

.layui-m-layerbtn span[no] {
    border-right: 1px solid #e2e2e2;
    /* border-radius: 0 0 0 5px */
}

.layui-m-layerbtn span:active {
    background-color: #F6F6F6
}

.layui-m-layerend {
    position: absolute;
    right: 7px;
    top: 10px;
    width: 30px;
    height: 30px;
    border: 0;
    font-weight: 400;
    background: 0 0;
    cursor: pointer;
    font-size: 30px
}

.layui-m-layerend::after,
.layui-m-layerend::before {
    position: absolute;
    left: 5px;
    top: 15px;
    content: '';
    width: 18px;
    height: 1px;
    background-color: #999;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border-radius: 3px
}

.layui-m-layerend::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

body .layui-m-layer .layui-m-layer-footer {
    position: fixed;
    width: 95%;
    max-width: 100%;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 10px;
    background: 0 0
}

.layui-m-layer-footer .layui-m-layercont {
    padding: 20px;
    border-radius: 5px 5px 0 0;
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn {
    display: block;
    height: auto;
    background: 0 0;
    border-top: none
}

.layui-m-layer-footer .layui-m-layerbtn span {
    background-color: rgba(255, 255, 255, .8)
}

.layui-m-layer-footer .layui-m-layerbtn span[no] {
    color: #FD482C;
    border-top: 1px solid #c2c2c2;
    border-radius: 0 0 5px 5px
}

.layui-m-layer-footer .layui-m-layerbtn span[yes] {
    margin-top: 10px;
    border-radius: 5px
}

body .layui-m-layer .layui-m-layer-msg {
    width: auto;
    max-width: 90%;
    margin: 0 auto;
    background-color: rgba(0, 0, 0, .7);
    color: #fff;
    border-radius: 5px;
}

.layui-m-layer-msg .layui-m-layercont {
    padding: 10px 20px;
    letter-spacing: 0.03rem;
}

.layui-m-layer-ico {
    display: inline-block;
    width: 0.56rem;
    height: 0.56rem;
    background-size: 0.56rem auto;
    background-repeat: no-repeat;
    background-position: center center;
    vertical-align: middle;
    margin-bottom: 0.2rem;
}

.layui-m-layer-ico-done {
    background-image: url(../images/done.png);
}

.layui-m-layer-ico-warn {
    background-image: url(../images/warn.png);
}

.layui-m-layer-ico-fail {
    background-image: url(../images/fail.png);
}

.layui-m-layer-ico-smile {
    background-image: url(../images/smile.png);
}

.layui-m-layer-ico-confirm {
    background-image: url(../images/confirm.png);
}

.layui-m-layer-msg {
    pointer-events: none;
}

.loading_gif {
    display: inline-block;
    height: 0.64rem;
    width: 0.64rem;
    background-image: url(../images/loading.gif);
    background-size: 100% 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

li.error .item_con::after {
    display: block;
    content: '*格式不正确';
    font-size: 0.24rem;
    color: #FF3955;
    clear: both;
    padding-top: 0.05rem;
}

.original-value .layui-m-layerbtn span[no] {
    background-color: #00c4ee;
    color: white;
}

.original-value .layui-m-layerbtn span[yes] {
    background-color: white;
}

/* 下拉无信息 */

.wrap .dropload-noData {
    color: #999;
    font-size: 0.18rem;
}

.freeze {
    filter: grayscale(100%);
    filter: gray;
}

.freeze-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 0.88rem);
    margin-top: 0.88rem;
    z-index: 9999999;
}

/* 保证金提示 */

.promiseInfo {
    text-align: left;
    font-size: 0.28rem;
}

.promiseInfo li {
    line-height: 0.4rem;
    padding-left: 0.15rem;
}

.promiseInfo li b {
    color: #222;
}

.promiseInfo li:first-child b {
    font-weight: normal;
    font-size: 0.3rem;
    color: #e00000;
}

.promiseInfo li:nth-child(2) b {
    font-weight: normal;
    font-size: 0.26rem;
    color: #e00000;
}

.promiseInfo li:nth-child(2) em {
    font-style: normal;
}

/* 管理员不能发布 */

.admin_nofooter .footer li {
    width: 25%;
    /* outline: 1px solid red; */
}

.admin_nofooter .footer li b {
    margin: 0.1rem auto 0.05rem auto;
    display: block;
}

/* 详情底部填充 */

.lookGoods b {
    width: 0.26rem;
    height: 0.1rem;
    display: inline-block;
    /* outline: 1px solid red; */
}

.buyGoods b {
    width: 0.4rem;
    height: 0.1rem;
    display: inline-block;
    /* outline: 1px solid red; */
}

/* 验证码 */

.ident_code_btn {
    background: #00c4ee;
    color: white;
}

.ident_code_btn::after {
    pointer-events: none;
    content: '获取验证码'
}

.ident_code_btn.downcount::after {
    pointer-events: none;
    content: 's后再发送'
}

.ident_code_btn.downcount {
    background: #eeeeee !important;
    color: #444 !important;
    border: 1px solid #d8d8d8
}

/* book box */

.linearBottom {
    animation-name: linearBottom;
}

.linearTop {
    animation-name: linearTop;
}

.book-animated {
    animation-duration: .45s;
}

/* 隐藏 */

@keyframes linearBottom {
    0% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
    100% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
}

/* 显示 */

@keyframes linearTop {
    0% {
        transform: translate3d(0, 80px, 0);
        opacity: 0;
        filter: alpha(opacity=0);
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
        filter: alpha(opacity=100);
    }
}

/* PC支付二维码 */

.payQrCodeBox .layui-m-layerbtn {
    display: none;
}

.payQrCodeBox .layui-m-layercont {
    padding: 0;
}

.layui-m-layer0 .layui-m-layerchild.payQrCodeBox {
    width: 3rem;
    border-radius: 0.1rem 0.1rem 0 0;
}

.layui-m-layer0 .layui-m-layerchild.payQrCodeBox h3 {
    background-color: #1aac19;
    color: white;
    font-size: 0.2rem;
}

.payQrCodeBox .payQrCodeImg {
    width: 100%;
    height: auto;
}

/*意向价*/
.price_list{
	margin: 0.3rem 0.2rem;
}
.price{
	/*float: left; */
	margin: 0rem 1rem 0.2rem 0rem;
}
.price_title{
	height: 0.7rem; 
	line-height: 0.7rem;
}
#reason{
	width: 6rem; 
	height: 1.5rem;
	padding: 0.1rem;
	outline: none;
}
.price>input{
	height: 0.5rem;
	line-height: 0.5rem;
	outline: none;
	padding-left: 0.1rem;
}
.bid{
    width: 1.8rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    background: #00c4ee;
    color: #FFFFFF;
}
#yh{
	height: 30px; 
	line-height: 30px;
	/*background: #f7f7f9;*/
}
#yh span:first-of-type{
	width: 3rem;
	display: block;
	/*margin-right: ;*/
	float: left;
	color: #000000;
}
#yh span:last-of-type{
	width: 4rem;
	color: #E23333;
	display: block;
	float: left;
}
