.tm_con{
    margin-top: 25px;
    width: 100%;
    background: #FFFDF3;
    box-shadow: 1px 2px 39px 1px rgba(0,0,0,0.2);
    border-radius: 10px;
    margin-bottom: 60px;
    padding: 30px;
    box-sizing: border-box;
}
.container{
    text-align: left;
    padding-top: 35px;
}
.tm_tip{
    width: 100%;
    height: 74px;
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    font-weight: 400;
    font-size: 18px;
    color: #191919;
    line-height: 74px;
    margin-bottom: 30px;
    text-align: center;
}
.map_out{
    width: 100%;
    position: relative;
    margin-bottom: 22px;
}
.map_out img{
    width: 100%;
    height: auto;
}
.map_point_out{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.map_out .map_point{
    position: absolute;
    background: #ffffff;
    border-radius: 4px;
    padding: 5px;
    color: #303030;
    font-size: 12px;
    cursor: pointer;
    transition: .2s linear;
    vertical-align: middle;
    box-shadow: 0px -1px 10px 0px rgba(218,129,81,0.5);
}
.map_out .map_point .map_icon{
    width: 12px;
    margin-right: 5px;
}
.map_out .map_point:hover{
    transform: scale(1.2);
    /*z-index: 999;*/
    /*background: #720d0f;*/
}
.audio_out{
    width: 100%;
    height: 89px;
    background: #FFF4EC;
    box-shadow: 0px -1px 10px 0px rgba(218,129,81,0.5);
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 30px 0 15px;
    font-weight: 500;
    font-size: 28px;
    color: #303030;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
.audio_out .icon{
    margin-right: 23px;
    width: 74px;
    height: 74px;
    object-fit: cover;
    border-radius: 50%;
}
.flex_1{
    flex: 1;
}
.audio_out .play{
    display: flex;
    align-items: center;
}
.audio_out .play img{
    width: 13px;
    height: 19px;
    cursor: pointer;
}
.audio_out .play audio{
    margin: 0 40px;
}
.tm_info_out{
    border-radius: 10px;
    border: 1px solid #9F9F9F;
    padding: 16px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: flex-start;
}
.tm_info_out img{
    border-radius: 10px;
    margin-right: 25px;
    width: 245px;
    height: 245px;
    object-fit: cover;
}
.tm_info_out .title{
    font-weight: 500;
    font-size: 24px;
    color: #303030;
    margin-bottom: 16px;
}
.tm_info_out .sub{
    font-weight: 400;
    font-size: 18px;
    color: #303030;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
}
