﻿body {
}
.main{
    background-color: #F0F5FA;
}


.fixed-index {
    display: none;
}

.overflow{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.container-fluid{
    height: 3.76rem;
    overflow: hidden;
    background: url("/TempImg/Index/bg.png") no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.container-fluid::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0.4rem;
    width: 100%;
    border-radius: .1rem .1rem 0 0;
    background-color: #F0F5FA;
}

.container-fluid #divScrollBox{
    height: 100%;
    width: 7rem;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

.carousel {
    height: 100%;
    padding: 0;
    position: relative;
}
.carousel > .carousel-main {
    position: relative;
    width: 100%;
    height: 100%;
}
.carousel .carousel-img-box, .carousel .carousel-img-box > div {
    width: 100%;
    height: 100%;
    text-align: right;
    display: none;
}
.carousel .carousel-img-box, .carousel .carousel-img-box > div.active {
    display: block;
}
.carousel .carousel-img-box img {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.carousel .carousel-num-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5px;
    text-align: center;
    height: 20px;
}
.carousel .carousel-num-box a {
    width: 12px;
    height: 12px;
    display: inline-block;
    background: #dcdcdc;
    color: #dcdcdc;
    border: none;
    text-align: center;
    margin: 0 10px;
    border-radius: 100%;
}
.carousel .carousel-num-box a.active {
    background: #52b4e4;
    color: #52b4e4;
}

.card-list{
    margin-top: 0.28rem;
    display: flex;
    justify-content: center;
}

.card-list .card-item{
    width: 3.3rem;
    height: 1.92rem;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.card-list .card-item:first-child{
    margin-right: 0.32rem;
}

.card-item-title{
    font-size: 0.4rem;
    /* margin-left: 0.24rem; */
    /* margin-top: 0.32rem; */
    text-align: center;
}

.card-item-text{
    font-size: 0.32rem;
    /* margin-left: 0.24rem; */
    margin-top: 0.08rem;
    text-align: center;
    opacity: 0.7;
}

.branch-section{
    height: calc(100% - 8.3rem);
}

.branch-section.max{
    height: calc(100% - 8.9rem);
}

.recommend{
    height: calc(100% - 12.7rem);
    padding: 0.24rem;
}

.recommend>div{
    width: 100%;
    height: 100%;
    border-radius: 0.16rem;
    background-color: #FFFFFF;
}

.branch-box{
    width: 7.02rem;
    height: 100%;
    margin: 0.24rem auto;
    border-radius: 0.16rem;
    padding: 0.32rem 0.22rem;
    background-color: #FFFFFF;
    text-align: center;
    overflow-y: auto;
}

.describe-box{
    height: calc(100% - 1.36rem);
}

.describe-box>p{
    width: 100%;
    display: flex;
    margin-bottom: 0.4rem;
    font-size: 0.28rem !important;
    color: #80868A !important;
}
.describe-box>p span{
    display: inline-block;
}

.branch-info-tel{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 0.5rem;
}
.branch-info-tel p{
    width: 5rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border: 1px solid #58BA66;
    border-radius: 0.1rem;
    margin-top: 0.1rem;
    text-align: center;
    color: #58BA66;
}
.branch-info-tel p img{
    width: 0.38rem;
    height: auto;
    margin-right: 0.1rem;
}

.branch-info-addr {
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.branch-info-addr span{
    font-size: 0.3rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #9F9F9F;
}
.branch-info-mark{
    width: 100%;
    text-align: center;
    color: #80868A !important;
}

/* .describe-box p,.describe-box p span,.describe-box p span strong{
    font-size: 0.28rem !important;
    font-weight: normal !important;
    line-height: 0.45rem !important;
    color: #80868A !important;
} */


.branch-info{
    width: 100%;
    height: 1.12rem;
    margin-bottom: 0.24rem;
}
.branch-info-con{
    text-align: center;
}

.branch-info-con img{
    width: 1rem;
    height: auto;
}

.branch-info-texts{
    width: calc(100% - 1.36rem);
    padding-right: 0.2rem;
}

.branch-info-title{
    font-size: 0.4rem;
    margin-bottom: 0.08rem;
    color: #0D0D0D;
}

.btn-card-nav{
    height: 1.84rem;
    width: 100%;
    padding: 0.24rem;
    background-color: #FFFFFF;
    border-radius: 0.16rem;
    position: absolute;
    bottom: 0;
}

    .btn-card-nav.max{
        bottom: 0.6rem;
    }

.btn-card-list{
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-card-item{
    width: 2.2rem;
    height: 1.28rem;
    line-height: 1.28rem;
    padding-left: 0.72rem;
    font-size: 0.32rem;
    color: #606A71;
}

    .btn-card-item:first-child{
        margin-right: 0.2rem;
        background-color: rgba(47,210,150,0.08);
    }

    .btn-card-item:nth-of-type(2){
        background-color: rgba(60,157,239,0.08);
    }

    .btn-card-item:last-child{
        margin-left: 0.2rem;
        background-color: rgba(255,124,86,0.08);
    }


.icp{
    background-color: #FFFFFF;
    padding-top: 0.24rem;
}

.reverse-bg{
    background: url("/TempImg/Index/reverse-bg.png") no-repeat;
    background-size: 100% 100%;
}
.report-bg{
    background: url("/TempImg/Index/report-bg.png") no-repeat;
    background-size: 100% 100%;
}
.icon-addr{
    background: url("/TempImg/Index/icon-addr.png") no-repeat;
    background-size: 0.26rem 0.32rem;
}

.icon-right {
    background: url('/content/img/icon/icon-right.png') no-repeat center right;
    background-size: .14rem auto;
}

.icon-know {
    background: url('/TempImg/Index/icon-know.png') no-repeat 0.22rem center;
    background-size: .38rem auto;
}
.icon-order {
    background: url('/TempImg/Index/icon-order.png') no-repeat 0.22rem center;
    background-size: .38rem auto;
}
.icon-user {
    background: url('/TempImg/Index/icon-user.png') no-repeat 0.22rem center;
    background-size: .38rem auto;
}


#icp-a{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}