/*顶部*/
.navbar{
    width: 100%;
    margin: 0 auto;
    box-shadow:0px 2px 8px 0px rgba(0,0,0,0.1),0 1px 0px 0px rgba(0,0,0,0.02);
    padding: .5rem 12rem;
    height: 70px;
}
h1.title{
    display: inline-block;
    font-size:18px;
    font-weight:400;
    color:rgba(95,99,104,1);
    margin-top: 10px;
    margin-bottom: 10px;
}
.navbar-brand{
    padding: 8px;
}
.navbar-brand img{
    width: 24px;
    height: 24px;
}

.f-bottom {
    margin-bottom: 48px;
}

/*底部*/
.footer-txt {
    background: #20272e
}

.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 40px;
    width: 1000px;
    margin: auto
}

.footer-top .footer-top-left {
    display: flex;
    justify-content: space-between;
    flex: 1;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 25px;
    height: 100px
}

.footer-top-right ul li {
    flex: 1;
    text-align: center
}

.footer-top .footer-top-left dl {
    font-size: 12px;
    color: #fff
}

.footer-top .footer-top-left dt {
    font-size: 14px;
    color: #fff;
    margin-bottom: 14px
}

.footer-top .footer-top-left dd, .footer-top .footer-top-left dd a {
    font-size: 12px;
    color: #fff;
    margin-bottom: 8px
}

.footer-top .footer-top-right {
    flex: 1
}

.footer-bottom {
    height: 60px;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    font-size: 12px;
    color: #fff;
    justify-content: center;
    background: #20272e
}

.footer-bottom p {
    margin-bottom: 0
}

.footer-icon1 img {
    width: 10px;
    height: 12px;
    margin-right: 7px
}

.footer-icon2 img {
    width: 10px;
    height: 10px;
    margin-right: 7px
}

.footer-icon3 img {
    width: 10px;
    height: 8px;
    margin-right: 7px
}

.footer-top-right ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding-left: 40px
}

.footer-top-right p {
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: 6px
}

.footer-top-right img {
    width: 80px;
    height: 80px
}

/*星级图片*/
img.start-img {
    display: block;
    width: 105px !important;
    height: 16px !important;
}
/*按钮*/
button {
    width:172px;
    height:48px;
    background:rgba(53,116,224,1);
    border-radius:8px;
    font-size:20px;
    color: #fff;
}
/*轮播图*/
.carousel-inner>.item>a>img, .carousel-inner>.item>img{
    height: 100%;
    width: 100%;
}

/**
评价
 */
.user-review {
    width: 920px;
    margin: 0 auto 64px;
}

.review-label {
    height: 28px;
    margin: 24px 0;
    font-size: 20px;
    color: rgba(0,0,0,0.85);
    line-height: 28px;
}

.review-content {
    position: relative;
    display: flex;
    flex-flow: row nowrap;
}

.review-logo {
    width: 48px;
    height: 100%;
    margin-right: 12px;
}

.review-item {

}

.review-item-title {
    height: 24px;
    margin-bottom: 6px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(0,0,0,0.85);
    line-height: 24px;
}

.review-item-mark {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.review-item-time {
    height: 24px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}

.review-item-star {

}

.review-item-txt {
    width: 720px;
    margin-top: 6px;
    font-size: 14px;
    color: rgba(0,0,0,0.65);
    line-height: 24px;
}

.review-item-imgs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 120px;
    margin-top: 20px;
}

.review-item-imgs .img-wrap {
    width: 120px;
    height: 120px;
    margin-right: 16px;
    overflow: hidden;
}

.divider {
    width: 1px;
    height: 14px;
    background: rgba(216,216,216,1);
    margin: 0 8px;
}

.review-item-img {
    position: relative;
    width: auto;
    height: 120px;
    transform: translateX(-50%);
    left: 50%;
    object-fit: cover;
    cursor: pointer;
}

/*对话框*/
.modal-body{
    text-align: center;
}
.modal-header{
    height: 56px;
    line-height: 56px;
}
.modal-title{
    line-height: 25px;
    font-size: 18px;
}
.modal-header .close {
    margin-top: -13px;
    width: 30px;
}
.modal-footer{
    text-align: center;
}
.modal-footer button{
    width: 88px;
    height: 34px;
    font-size: 14px;
    border-radius:4px;
}
@media (min-width: 768px){
    .modal-dialog {
        width: 600px;
        margin: 10% auto;
    }
}

.custom-style {
    width: 800px;
}
.custom-style .modal-body {
    padding: 0;
}
.custom-style .modal-content {
    border: none;
}

.modal-img {
    width: 100%;
    height: 100%;
}
