﻿@charset "utf-8";


.homecase .casetabhm .tabsr span {
    display: block;
    padding-top: 30px;
}
.homecase .casetabhm .tabsr-8::before {
    content: '美声好空间';
    display: block;
    position: absolute;
    top: 37px;
    left: 2px;
    right: 0;
    font-size: 15px;
    text-align: center;
    white-space: nowrap;
    color: #C19E6F;
}

.homecase .casetabhm .tabsr-8 span {
    position: relative;
    top: -20px;
    padding-left: 10px;
    letter-spacing: 10px;
}
.homecase .casetabhm .tabsr-8 span::before,
.homecase .casetabhm .tabsr-8 span::after {
    content: '';
    position: absolute;
    top: 58px;
    width: 14px;
    height: 26px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.homecase .casetabhm .tabsr-8 span::before {
    left: 0;
    background-image: url(/static/images/imais.png);
}
.homecase .casetabhm .tabsr-8 span::after {
    right: 0;
    background-image: url(/static/images/imaisr.png);
}

@media (max-width: 960px) {
    .homecase .casetabhm .tabsr-8::before {
        top: 34px;
        font-size: 13px;
    }
    .homecase .casetabhm .tabsr-8 span::before, .homecase .casetabhm .tabsr-8 span::after {
        top: 46px;
        width: 10px;
        height: 14px;
    }
    .homecase .casetabhm .tabsr span {
        padding-top: 18px;
        padding-bottom: 15px;
    }
    .homecase .casetabhm .tabsr-8 span {
        top: -11px;
    }
}

.homebelcanto {
    background-color: #fff;
}
.homebelcanto .belcantoSWiper2,
.homebelcanto .belcantoSWiper {
    padding: 10px;
}
.homebelcanto .belcantolistr {
    margin-top: 26px;
}
.homebelcanto .gallery {
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}
.homebelcanto .gallery .link {
    display: block;
    padding-bottom: 10px;
}
.homebelcanto .gallery img {
    width: 100%;
}
.homebelcanto .gallery .tit {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    min-height: 44px;
    overflow: hidden;
    margin-top: 10px;
}
.homebelcanto .gallery .tit .w {
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.homebelcanto .gallery .link:hover {
    color: #0141D3;
}
.homebelcanto .belcantoSWiper2 .gallery .link {
    padding: 0;
}
.homebelcanto .belcantoSWiper2 .gallery .tit {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7);
}

.belcanto-page {
    margin-top: 24px;
    height: 10px;
    text-align: center;
}
.homebelcanto .hhitemr>.moreboxgy {
    display: flex;
    justify-content: end;
    margin: 0;
}


.column_index_ply .word {
    position: relative;
    padding-left: 10px;
}
.column_index_ply .word::before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    height: 18px;
    width: 3px;
    background-color: #0141D3;
}
.column_index_ply .word img {
    display: none;
}
.column_index_ply .moreboxgy .wd {
    display: flex;
    min-width: 20px;
    color: #333;
    background-color: #EBEBEB;
}
.column_index_ply .moreboxgy .wd .w {
    padding: 0 14px;
    font-size: 14px;
}
.column_index_ply .moreboxgy .wd .jt {
    content: '';
    width: 40px;
    height: 40px;
    font-size: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../images/icjt.png);
    background-color: #0141D3;
    transition: all .2s;
}
/* .column_index_ply .moreboxgy .wd:hover {
    color: #fff;
    background-color: #0141D3;
} */

@media (min-width: 961px) {
    .homebelcanto {
        padding-top: 90px;
    }
    .homebelcanto .hhitemr>.moreboxgy {
        margin-top: 20px;
    }
    .column_index_ply .word {
        padding-left: 14px;
        line-height: 40px;
    }
    .column_index_ply .word::before {
        top: 8px;
        width: 4px;
        height: 30px;
    }
}

@media (min-width: 1661px) {
    .homebelcanto .belcantoSWiper .gallery img {
        height: 220px;
    }
    .homebelcanto .belcantoSWiper2 .gallery img {
        height: 284px;
    }
}

@media (max-width: 1660px) and  (min-width: 961px) {
    .homebelcanto .belcantoSWiper .gallery img {
        height: 13.2vw;
    }
    .homebelcanto .belcantoSWiper2 .gallery img {
        height: calc(13.2vw + 64px);
    }
}

@media (max-width: 960px) {
    .column_index_ply .word {
        top: 4px;
    }
    .column_index_ply .moreboxgy .wd {
        line-height: 32px;
    }
    .column_index_ply .moreboxgy .wd .jt {
        width: 32px;
        height: 32px;
    }
}