body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main {
    flex: 1 0 auto;
    min-height: auto;
}

.el-header,
.el-footer {
    color: #333;
    text-align: center;
    line-height: 60px;
    padding:0px;
}

.el-aside {
    background-color: #D3DCE6;
    color: #333;
    text-align: center;
    line-height: 200px;
}

.el-main {
    color: #333;
    padding: 0px;
}

body > .el-container {
    margin-bottom: 40px;
}
.ico_addr{
    height:22px;
}
.el-container:nth-child(5) .el-aside,
.el-container:nth-child(6) .el-aside {
    line-height: 260px;
}

.el-container:nth-child(7) .el-aside {
    line-height: 320px;
}

.el-row {
    margin-bottom: 20px;
    &:last-child

{
    margin-bottom: 0;
}

}

.el-col {
    border-radius: 4px;
}

.el-carousel__item h3 {
    color: #475669;
    font-size: 14px;
    opacity: 0.75;
    line-height: 200px;
    margin: 0;
}

.el-carousel__item:nth-child(2n) {
    background-color: #99a9bf;
}

.el-carousel__item:nth-child(2n+1) {
    background-color: #d3dce6;
}

.nav {
    display: flex;
    flex-flow: row wrap;
    margin-top: 5px;
    border-top: 1px solid whitesmoke;
    background-color: #fafafa;
    /* margin: 2%; */
    padding-bottom: 10px;
    border-radius: 2%;
}

.nav-item {
    width: 19%;
    text-align: center;
    margin-top: 10px;
}

.nav-img {
    width: 45px;
    height: 45px;
    margin: 0 auto;
}

.nav-img > img {
    width: 100%;
    height: 100%;
}

.nav-text {
    width: 71px;
    font-size: 12px;
    height: 20px;
    text-align:center;
    margin:0 auto;
    padding-top:2px;
}

.act-area {
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: cenetr;
}

.act-area-item {
    width: 100%;
    text-align: center;
}

.image {
    width: 100%;
    height:60px;
}

.act-area-text {
    font-size: 26px;
}

.section {
    border-top: 1px solid whitesmoke;
    margin-top: 10px;
    display: flex;
    flex-flow: column nowrap;
}

.tab {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin-top: 20px;
}

.tab-item {
    font-size: 12px;
    color: #666666;
}

.active {
    font-size: 18px;
    color: black;
    font-weight: bold;
    line-height:1px;
    border-bottom: 1px solid goldenrod;
}

.item-ans {
    width: 100%;
    display: flex;
    flex-grow: row no-wrap;
    justify-content: space-between;
    padding: 30px;
    box-sizing: border-box;
    align-items: center;
    margin-top: 20px;
}

.avatar {
    width: 200px;
    height: 200px;
    position: relative;
    padding-right: 30px;
}

    .avatar .img {
        width: 100%;
        height: 100%;
        border-radius: 4px;
    }

/* .avatar .doyen{width: 40px;height: 40px;position: absolute;bottom: -2px;right: 20px;} */
.expertInfo {
    font-size: 12px;
    flex-grow: 2;
    color: #B0B0B0;
    line-height: 1.5em;
}

    .expertInfo .name {
        font-size: 14px;
        color: #000;
        margin-bottom: 6px;
    }

.tag,
.pinpai,
.position {
    line-height: 1.5em;
}

.expertRight {
    margin-left: 20px;
}

.position > image {
    width: 30px;
    height: 30px;
    border-radius: 5px;
}

.cjBtn {
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 12px;
    background-color: orange;
    border-radius: 5px;
    color: white;
}

.distance {
    font-size: 12px;
    margin-top: 36px;
}


.content {
    margin-top: 20px;
    display: flex;
    flex-flow: column;
}

.content-list {
    margin-top: 20px;
    display: flex;
    flex-flow: row nowrap;
}

.content-left {
    margin-left: 20px;
}

    .content-left > img {
        width: 100px;
        height: 100px;
        border-radius: 10px;
    }

.content-middle {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 5px;
    width: 50%;
}

.content-middle-item {
    color: gray;
    font-size: 12px;
}

    .content-middle-item > img {
        width: 13px;
        height: 13px;
    }

.font-h1 {
    font-weight: bold;
    font-size: 12px;
    color: black;
}

.content-right {
    display: flex;
    flex-direction: column;
    margin-left: 1px;
    width: 30%;
}

.chengjiao {
    margin-top: 20px;
}

    .chengjiao > button {
        width: 66px;
        height: 20px;
        line-height: 1px;
        background-color: orange;
        border-radius: 10px;
        font-size: 12px;
        text-align: center;
        color: white;
    }

.distance {
    font-size: 12px;
    color: #B0B0B0;
}

.sm_img {
    height: 120px;
    line-height: 120px;
    width: 100%;
}

.swiper-container {
    margin-top:2px;
    height: 120px;
    line-height: 120px;
    width: 100%;
}

.swiper-container1 {
    height: 60px;
    line-height: 60px;
    width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.swiper-slide {
    width: 0px;
}

a {
    text-decoration: none;
    color: black;
}

.search-cell {
    display: flex;
    flex-flow: row;
    font-size: 26px;
    margin-left: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid whitesmoke;
}

.search-cell__image > img {
    width: 45px;
    height: 45px;
}

.search-cell__text {
    margin-left: 2px;
    font-size: 12px;
    width: 70%;
}

.search-cell__btnclose {
    margin-top: 20rpx;
    height: 50rpx;
    line-height: 50rpx;
    font-size: 12px;
    width: 120rpx;
    text-align: center;
    color: gainsboro;
}

ul, li {
    list-style: none
}

.storeaddr {
    height: 30px;
    text-align: left;
    line-height: 1.3;
    padding-top: 5px;
    cursor: pointer;
    background-image: url('../../../images/v3/ICO-right-arrow.png');
    background-position:97% center;
    background-repeat:no-repeat;
}
