﻿body {
    font-size: 14px;
    /*用于适配底部的版权信息*/
}

p {
    margin: 0 auto;
    padding: 0;
}

a {
    text-decoration: none !important;
}

    a:active {
        background: #c7e8fa !important;
    }
/*
    a:link {
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    a:visited {
        font-size: 12px;
        color: #000000;
        text-decoration: none;
    }

    a:hover {
        font-size: 12px;
        color: #999999;
        text-decoration: underline;
    }*/

.weixin-containt {
    margin: 15px 10px;
}

.weixin-row {
    border: 1px solid #DCDCDC;
    border-radius: 5px 5px;
    /*box-shadow:3px 3px #DCDCDC;*/
}

.weixin-icondiv {
    background-color: #ffffff;
    border: 1px solid #DCDCDC;
    /*box-shadow:3px 3px #DCDCDC;*/
    position: relative;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.weixin-icon {
    display: inline-block;
    margin: 0 auto;
    width: 60px;
    color: #000000;
}

    .weixin-icon:hover {
        text-decoration: none;
    }

.menu-none {
    visibility: hidden;
}

.iconimg-responsive {
    display: block;
    height: auto;
    width: 60px;
    max-width: 100%;
}

.weixinborder {
    border: 1px solid #DCDCDC;
}

.weixinmargin {
    margin: 5px 0px;
    /*padding:5px 5px;*/
}

.weixinpadding {
    padding: 5px 5px;
}

.icronbginline-blok {
    display: inline-block;
    height: 20px;
    width: 20px;
}

.body-blackground {
    background-color: #EEEFF3;
}

.goods {
    display: block;
    border: 1px solid #04BE02;
    background-color: #ffffff;
    border-radius: 5px 5px;
}

.goodsPrice {
    display: block;
    color: #007bbb !important;
    font-size: 1.3em !important;
    text-decoration: none;
    /*width: auto;*/
    height: 95px;
    line-height: 60px;
    background-color: #ffffff;
    margin: 0px 0px;
}

.container-fluid {
    /*所有布局不要有内边距*/
    padding: 0px;
}

.weui-footer {
    margin-top: 5px;
    left: 0;
    right: 0;
}

.weui-flex-head {
    background: #FFFFE0;
    font-weight: bold;
}

.weui-flex-containt {
    background: #ffffff;
}

.weui-flex-flexItem {
    padding: 2px 2px;
    border: solid 1px #EEEFF3;
}
.weui-cells {
    margin-top: 0 !important; 
    background-color: #FFFFFF;
    line-height: 1.47058824;
    font-size: 17px;
    overflow: hidden;
    position: relative;
}
    .weui-btn-YueYu {
        background-color: #1C8EE1;
        height: 32px !important;
        font-size: 14px !important;
        line-height: 34px;
    }
        .docHeadInfo {
        padding: 0px 10px;
    }

    .doctorname {
        margin: 0;
        padding: 5px 0px;
        font-weight: 600;
    }

    .docZhiCheng {
        font-size: 14px;
        margin: 0;
        font-weight: 400;
    }