﻿
/* bottom-detail */
.bottom-detail-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0; background-color: #fff;
    padding-bottom: constant(safe-area-inset-bottom);
    padding-bottom: env(safe-area-inset-bottom); 
    z-index:100;
}
.bottom-detail {
    background-color: #fff;
    padding: 0.4rem 0.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-shadow: 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 -0.1rem 0.25rem rgba(0, 0, 0, 0.05);
}
.bottom-detail .conts {
    display: -webkit-box; display: -ms-flexbox; display: flex;
}
.bottom-detail .photo {
    position: relative; margin-right: 0.8rem; 
    width: 2rem; height: 2rem; flex: none;
}
.bottom-detail .photo .dot {
    position: absolute; top: 0.05rem; right: 0;
    width: 0.5rem; height: 0.5rem; border-radius: 50%;
    border: 1px solid #fff; background-color: #11BB65;
}
.bottom-detail .txt {
    line-height: 1rem; font-size: 0.65rem;
}
.bottom-detail .txt span { margin: 0 0.2rem; }
.bottom-detail .u-btn {
	display: inline-block; vertical-align: middle; text-align: center; box-sizing: border-box;
	border-width: 0.025rem; border: 1px solid #d9d9d9; border-radius: 2.5rem;
    height: 2rem; line-height: 1.9rem; padding: 0 .8rem;
    font-size: 0.8rem; font-weight: bold; min-width: 4.5rem;
}

.bottom-detail .btn-warn  { border-color: #ec3b3b; background-color: #ec3b3b; color: #fff; }
.bottom-detail .s-warn { color: #ec3b3b !important; }
.bottom-detail .is-round img { border-radius: 50%; }
.bottom-detail .img-block img { display: block; width: 100%; height: 100%; }