.clear{
    clear: both;
}
.h50{
    height: 50px;
}
.head_box {
    background: url(../img/head1.png) no-repeat;
    height: 270px;
    max-width: 100%;
    background-size: 100%;
}
.head_box h1 {
    color: #fff;
    text-align: center;
    padding: 30px 0px 0px 0px;
    font-size: 34px;
    font-weight: normal;
    letter-spacing: 3px;
    font-family: mnjlx;
}
.tit {
    font-size: 20px;
    text-align: center;
    color: #9d1e1e;
    font-weight: bold;
}




/* 服务 */
.box2 {
    margin: -113px 10px 10px 10px;
    padding: 15px;
    background: rgba(255, 255, 255, 0.95);
    border-radius: 10px;
    box-shadow: 0px 0px 5px #ccc;
}
.sat{
    background: #fff;
    box-shadow: 0 0 4px #ccc;
    margin-bottom: 15px;
    padding: 5px;
    border-radius: 10px;
}
.sat_tit{
    font-size: 20px;
    text-align: center;
    color: #2c2c2c;
    font-weight: bold;
    margin-bottom: 7px;
}
.fw_box{
    width: 100%;
    /* height: 100px; */
    /* box-shadow: 0 0 4px #ccc; */
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}
.fw_check{
    position: absolute;
    left: 10px;
    top: 40%;
    width: 16px;
    height: 16px;
}
.fw_number{
    width: 22px;
    height: 22px;
    position: absolute;
    top: 15px;
    right: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    text-align: center;
}
.fw_xq{
    width: calc(100% - 90px);
    margin-left: 40px;
    padding: 10px 5px;
    line-height: 28px;
    letter-spacing: 1px;
}
.fw_xq .xm_tit{
    font-size: 16px;
}
.fw_xq .xm_fee{
    font-size: 18px;
    color: #e42e00;
}
.fw_xq .xm_note{
    font-size: 14px;
    color: #9c9c9c;
}


/* 合计 */
.bottom {
    width: 100%;
    background: #fff;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 15px 10px;
    border-top: 1px solid #ddd;
}
.bottom p{
    font-size: 14px;
    color: #3d3d3d;
}
.bottom p span{
    font-size: 18px;
    color: #e42e00;
    font-weight: 600;
}


/* 注册登录 */
.bd_style {
    margin: 10px 0px;
    border: 1px solid #ddd;
    padding: 2px 0px;
    border-radius: 6px;
}
.edit_box .weui-input {
    width: 97%;
}
.weui-input {
    padding: 0px 5px;
}

.bnt_submit {
    background: linear-gradient(to right, #9d1e1e, #e14d4d);
    color: #fff;
}

/* 验证码 */
.yzm_box{
    padding: 0;
}
.yzm_box:before {
    border-top: none;
}
/* 我的预约 */
.list_ico {
    box-shadow: 0px 0px 6px #ddd;
    padding: 20px 15px;
    margin: 15px 0px;
    background: #fff;
}
.b_h1 {
    margin: 12px 0px;
}
.b_h1:before {
    border-left: solid 5px #9d1e1e;
    padding-left: 12px;
    content: "";
}
.weui-form-preview__item{
    font-size: 15px;
    line-height: 35px;
}
.swzm_img{
    width: 120px;
    height: 90px;
    float: right;
    margin-top: 10px;
}
.swzm_img img{
    width: 100%;
    height: 90px;
}

/* 火化时间预约 */
.label_sx h5{font-size:16px;font-weight:normal;margin-top:5px;}

.date_ul {
    margin: 0px;
    display: flex;
}

/*.date-form{text-align: center;}*/
.date_li {
    list-style-type: none;
    line-height: 40px;
    width: 100%;
    margin-top: 15px;
    flex: 1;
    margin: 0 5px;
}

.date_li label {
    position: relative;
    border: 1px solid #ccc;
    border-radius: 10px;
    display: block;
    width: 100%;
    text-align: center;
}

.date_li .on {
    background: #deaf12;
    border: 1px solid #deaf12;
    color: #fff;
}

.date_li .on span {
    color: #fff
}

.date_li span {
    color: #666;
    font-size: 14px;
    margin-left: -15px
}

.date_li input {
    opacity: 0
}

.time_ul{margin:0px}
/*.time-form{text-align: center;}*/
.time_li{list-style-type:none;line-height:30px;width:23%;float: left;margin: 15px 3px 0px 3px;}
.time_li label{position:relative;border:1px solid #ccc;border-radius:5px;display:block;width:100%;text-align:center;}
.time_li .on{background:#deaf12;border:1px solid #deaf12;color:#fff;}
.time_li .on span{color:#fff}
.time_li span{color:#666;font-size:14px;margin-left:-15px}
.time_li input{opacity:0}
.yyy{
    background: #f1f1f1;
    color: #2c2c2c;
}
.time_sub{border:none;border:1px solid #3875c6;text-align:center;margin:10px 0;border-radius:5px;font-size:14px;color:#3875c6;height:30px;line-height:30px;}
.time_sub a{color:#3875c6;}


.footer_nav{
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: #fff;
    border-top: 1px solid #e5e5e5;
}
.footer_nav ul a{
    width: 100%;

}
.footer_nav ul{
    height: 100%;
    display: flex;
}
.footer_nav li{
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #969696;
}
.footer_nav .action{
  color: #bd1a2d;
}

.footer_nav li img{
    height: 24px;
    width: 24px;
    line-height: 20px;
    margin: 0 auto;
    margin-bottom: 5px;
}
.footer_nav li span{
    height: 14px;
    font-size: 12px;
    line-height: 14px;
    text-align: center;
}

