a {
    text-decoration: none;
}

.voice-container {
    margin-top: 30px;
    position: relative;
    width: 1025px;
    height: 605px;
}

.voice-container::after {
    content: "";
    position: absolute;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #F5F5F5 url("../images/voice-bg.png") no-repeat;
    z-index: -1;
}

.bubble-box {
    position: absolute;
}

.bubble-large {
    width: 207px;
    height: 74px;
    border: 2px solid #76B4FF;
    position: absolute;
    border-radius: 4px 4px 4px 4px;
}

.bubble-large span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.bubble-large span.bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 90px;
    bottom: -20px;
}

.bubble-large span.top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 90px;
    bottom: -20px;
}

.bubble-large img {
    width: 207px;
    height: 74px;
}

/*中型*/
.bubble-middle {
    width: 140px;
    height: 55px;
    border: 2px solid #76B4FF;
    position: absolute;
    border-radius: 4px 4px 4px 4px;
}

.bubble-middle span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.bubble-middle span.bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 63px;
    bottom: -20px;
}

.bubble-middle span.top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 63px;
    bottom: -20px;
}

.bubble-middle img {
    width: 140px;
}

/*中型*/

/*小型*/

.bubble-small {
    width: 90px;
    height: 36px;
    border: 2px solid #76B4FF;
    position: absolute;
    border-radius: 4px 4px 4px 4px;
}

.bubble-small span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.bubble-small span.bot {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 37px;
    bottom: -20px;
}

.bubble-small span.top {
    border-width: 10px;
    border-style: solid dashed dashed;
    border-color: #FEFFFF transparent transparent;
    left: 36px;
    bottom: -20px;
}

.bubble-small img {
    width: 90px;
    /*height: 50px;*/
}

/*小型*/

/*详情*/
.bubble-detail {
    width: 349px;
    height: 161px;
    position: absolute;
    display: none;
    border-radius: 4px 4px 4px 4px;
    z-index: 2020;
    background: linear-gradient(180deg, rgba(117, 179, 255, 1) 0%, rgba(16, 100, 251, 1) 100%);
}

.bubble-detail span {
    width: 0;
    height: 0;
    font-size: 0;
    overflow: hidden;
    position: absolute;
}

.bubble-detail span.bot {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #4B93FE transparent transparent;
    left: 150px;
    bottom: -40px;
}

.bubble-detail span.top {
    border-width: 20px;
    border-style: solid dashed dashed;
    border-color: #1265FB transparent transparent;
    left: 150px;
    bottom: -40px;
}

.bubble-detail img {
    width: 349px;
    /*height: 161px;*/
}

.detail-content {
    margin: 17px 18px 3px 18px;
    position: relative;
}

.detail-text {
    text-align: left;
    height: 90px;
}

.detail-content p {
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: rgba(245, 245, 245, 1);
    line-height: 20px;
}

.small-logo {
    float: right;
    border-radius: 4px 4px 4px 4px;
}

.small-logo img {
    width: 70px;
    /*height: 28px;*/
}