* {
    margin: 0;
    padding: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    font-family: -apple-system, Helvetica, sans-serif;
    /* IOS禁止微信调整字体大小 */
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
    -moz-text-size-adjust: 100% !important;
    /*特殊活动全站变灰*/
    /*-webkit-filter: grayscale(100%);*/
}

div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
a,
img,
span,
input {
    border: 0;
}

ul {
    list-style: none;
}


/*去掉点击效果  安卓默认是篮筐   苹果默认是变灰*/

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*-webkit-tap-highlight-color: #E5E5E5;*/
}

input {
    outline: none;
    -webkit-appearance: none;
    border-radius: 0;
}

    input::-webkit-input-placeholder {
        color: #292828;
        font-size: 14px;
    }

    input:-moz-placeholder {
        color: #292828;
        font-size: 14px;
    }

    input::-moz-placeholder {
        color: #292828;
        font-size: 14px;
    }

    input:-ms-input-placeholder {
        color: #292828;
        font-size: 14px;
    }

li,
div,
input,
header,
footer {
    box-sizing: border-box;
}

i {
    font-style: normal;
}

a {
    box-sizing: border-box;
    text-decoration: none;
    color: #383838;
    /*-webkit-tap-highlight-color: rgba(255, 255, 255, 0);*/
    /*-webkit-user-select: none;*/
    /*-moz-user-focus: none;
	-moz-user-select: none;*/
}

* ::-webkit-scrollbar {
    display: none;
}

button {
    border: none;
    outline: none;
}

.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
}

.icon {
    display: inline-block;
    font-style: normal;
}

.i_right {
    width: .07rem;
    height: .12rem;
    vertical-align: middle;
    background: url(/Static/Image/right.png) no-repeat;
    background-size: 100%;
}


/*收藏*/

.sc {
    position: absolute;
    top: 14px;
    right: .1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/Static/Image/sc.png) no-repeat;
    background-size: 100% auto;
}

.sc_active {
    position: absolute;
    top: 14px;
    right: .1rem;
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/Static/Image/sc_01.png) no-repeat;
    background-size: 100% auto;
}


/*返回上一页*/

.goback {
    position: absolute;
    top: 14px;
    left: .1rem;
    width: 14px;
    height: 14px;
    border-top: 2px solid #969696;
    border-left: 2px solid #969696;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-indent: -1000px;
}

.line {
    content: '';
    display: block;
    width: 100%;
    height: .1rem;
    background-color: #f2f7fa;
}

.container {
    position: relative;
    max-width: 640px;
    height: 100%;
    margin: 0 auto;
    font-size: 16px;
    background-color: #f2f8f9;
    /*overflow: hidden;*/
}

.content {
    padding: 43px 0 .48rem 0;
    height: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f8f9;
}

.index_content {
    padding: 0 0 .5rem 0;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background-color: #f2f8f9;
}

.n_padding {
    padding-bottom: 0;
}


/*.bgc {
	background-color: #f9f9f9;
}*/

header {
    max-width: 640px;
    width: 100%;
    height: 43px;
    line-height: 43px;
    padding: 0 .1rem;
    background-color: #fff;
    position: fixed;
    top: 0;
    z-index: 1000;
    text-align: center;
    color: #1b263d;
    font-size: 16px;
    border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
}

    header a {
        font-size: 16px;
    }

    header span {
        display: block;
        padding: 0 .15rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.i_right {
    width: .07rem;
    height: .12rem;
    vertical-align: middle;
    background: url(/Static/Image/right.png) no-repeat;
    background-size: 100%;
}


/*底部导航*/

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 0;
    z-index: 1000;
    width: 100%;
    max-width: 640px;
    height: .48rem;
    font-size: 0;
    border-top: 1px solid #e8e8e8;
    background-color: #fff;
}

    footer a {
        width: 33.33%;
        float: left;
        font-size: 12px;
        color: #747474;
        text-align: center;
    }

    footer .icon {
        vertical-align: middle;
        margin-bottom: .02rem;
    }

    footer .i_home {
        width: .21rem;
        height: .2rem;
        background: url(/Static/Image/wx_footer1.png) no-repeat;
        background-size: 100%;
    }

    footer .i_record {
        width: .21rem;
        height: .2rem;
        background: url(/Static/Image/wx_footer2.png) no-repeat;
        background-size: 100% auto;
    }

    footer .i_user {
        width: .21rem;
        height: .17rem;
        background: url(/Static/Image/wx_footer3.png) no-repeat;
        background-size: 100% auto;
        vertical-align: middle;
    }

    footer .current {
        color: #57b8cf;
    }

        footer .current .i_home {
            background: url(/Static/Image/wx_footer01.png) no-repeat;
            background-size: 100% auto;
        }

        footer .current .i_record {
            background: url(/Static/Image/wx_footer02.png) no-repeat;
            background-size: 100% auto;
        }

        footer .current .i_user {
            background: url(/Static/Image/wx_footer03.png) no-repeat;
            background-size: 100% auto;
        }


/*遮罩*/

.m_wrap {
    display: none;
    position: fixed;
    top: 0;
    max-width: 640px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    z-index: 1100;
    overflow: hidden;
}

    .m_wrap .m_bg {
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, .5);
    }

    .m_wrap .m_box {
        position: absolute;
        width: 100%;
        z-index: 12;
        padding: 0 .13rem;
        font-size: 14px;
    }

    .m_wrap .m_box02 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 80%;
        z-index: 12;
        font-size: 14px;
        border-radius: 5px 5px 0 0;
    }

        .m_wrap .m_box02 .m_box_div {
            padding: .16rem .1rem;
        }

    .m_wrap .m_top {
        position: relative;
        width: 100%;
        height: .45rem;
        font-size: 14px;
        color: #fff;
        line-height: .45rem;
        text-align: center;
        background-color: #52B7D0;
        border-radius: 5px 5px 0 0;
    }

    .m_wrap .m_box_div {
        max-height: 4rem;
        padding: .1rem;
        color: #4f4f4f;
        overflow-y: scroll;
        background-color: #fff;
        border-radius: 5px 5px 0 0;
    }

.m_btn {
    display: flex;
    justify-content: flex-start;
}

    .m_btn button {
        width: 100%;
        height: .4rem;
        font-size: 14px;
    }

    .m_btn .wx_cancel {
        color: #52b7d0;
        background-color: #f2f2f2;
    }

    .m_btn .wx_sure {
        color: #fff;
        background-color: #52b7d0;
    }

/*自定义radio按钮 start*/

.wx_radio input {
    display: none;
}

.wx_radio span:nth-of-type(1) {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    background: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    border: none;
    background-color: #fff;
    border: 1px solid #a6a6a6;
    box-sizing: border-box;
}

.wx_radio span:nth-of-type(2) {
    font-size: 14px;
    color: #acabab;
    vertical-align: middle;
}

.wx_radio input:checked + span:after {
    display: block;
    content: '';
    background: #fff url(/Static/Image/checked.png) no-repeat;
    background-size: 100%;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.wx_radio input:checked + span {
    border: 1px solid #fff;
}


/*自定义radio按钮 end*/


/*加载动画*/

.m_wrap .m_spinner {
    bottom: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.spinner {
    margin: 0 auto;
    width: 150px;
    text-align: center;
}

    .spinner > div {
        width: 25px;
        height: 25px;
        background-color: #52B7D0;
        border-radius: 100%;
        display: inline-block;
        -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
        animation: bouncedelay 1.4s infinite ease-in-out;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }

    .spinner .bounce1 {
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .spinner .bounce2 {
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0.0);
    }

    40% {
        -webkit-transform: scale(1.0);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }

    40% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}


/*没有数据*/

.nadata_tip {
    position: relative;
    padding-left: .2rem;
    padding-right: .2rem;
    top: .8rem;
}


/*浮动预约记录*/

.com_record {
    position: fixed;
    bottom: 60px;
    right: .1rem;
}

    .com_record a {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 46px;
        height: 46px;
        text-align: center;
        color: #fff;
        font-size: 12px;
        border-radius: 100%;
        background-color: #4db9d4;
    }

    .com_record .com_record_num {
        position: absolute;
        top: -.08rem;
        right: -.07rem;
        display: block;
        width: 28px;
        height: 17px;
        line-height: 17px;
        color: #fff;
        font-size: 12px;
        background-color: #f2b91f;
        border-radius: 8px;
    }


/*帮助*/

.help_con {
    padding: .1rem .2rem;
    background-color: #fff;
}

    .help_con .help_title {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin: 10px 0;
    }

    .help_con div {
        line-height: 30px;
        font-size: 14px;
    }

.code_12320 > div:last-child {
    text-align: center;
}

.code_12320 img {
    width: 2rem;
}

.txt_center {
    text-align: center;
}
