
.radio-box {
    width: 100%;
    height: auto;
    background-image: url("../../image/linxiazhou/guanbo-bc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

/*顶部电台*/
.radio-top_box {
    width: 100%;
    /*height: 590px;*/
    background-image: url("../../image/linxiazhou/radio-top.png");
    background-repeat: no-repeat;
    background-size: 100% 42%;
    top: 10px;
    position: relative;
}

.radio-box_nei {
    width: 96%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    padding-top: 30px;
}

.radio-box_yuyin {
    width: 100%;
    height: 186px;
    background-color: #ffffff;
    position: relative;
    border-radius: 20px;
    display: flex;
}

.left-tupian {
    width: 310px;
    height: 100%;
}

.left-tupian img {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    object-fit: fill;
}

.right-box {
    width: calc(100% - 240px);
    height: 100%;
}

.right-content {
    display: flex;
    height: 100%;
}

.middle-jindu {
    width: 40%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 10px 0 10px 20px;
}

.middle-jindu_title {
    height: 36px;
    line-height: 36px;
    font-size: 20px;
    color: #4f4f4f;
}

.middle-jindu_status {
    color: #bdbdbd;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.right-anniu {
    width: calc(100% - 280px);
    background-image: url("../../image/linxiazhou/anniu.png");
    background-repeat: no-repeat;
    background-size: 70% 50%;
    top: 24%;
    position: relative;
    left: 8%;
}

.anniu-bofang {
    width: 25px;
    height: 34px;
    position: absolute;
    top: 27%;
    left: 35%;
    transform: translate(-45%, -53%)
}

.anniu-bofang2 {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 31%;
    left: 35%;
    transform: translate(-40%, -49%);
}

.anniu-bofang img {
    width: 100%;
    height: 100%;
    background-color: #3e5ee1;
}

.anniu-bofang2 img {
    width: 100%;
    height: 100%;
}

.anniu-pre {
    width: 40px;
    height: 44px;
    position: absolute;
    top: 26%;
    left: 12%;
    transform: translate(-42%, -49%);
}

.anniu-pre img {
    width: 100%;
    height: 100%;
}

.anniu-next {
    width: 40px;
    height: 44px;
    position: absolute;
    top: 26%;
    left: 57%;
    transform: translate(-42%, -49%);
}

.anniu-next img {
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 1610px) {
    .right-anniu {
        width: calc(100% - 200px);
        background-image: url("../../image/linxiazhou/anniu.png");
        background-repeat: no-repeat;
        top: 28%;
        position: relative;
        left: 4%;
        background-size: 80% 46%;
    }

    .anniu-bofang {
        width: 24px;
        height: 30px;
        position: absolute;
        top: 24%;
        left: 39%;
        transform: translate(-36%, -50%);
    }

    .anniu-bofang2 {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 24%;
        left: 37%;
        transform: translate(-36%, -50%);
    }

    .anniu-pre {
        width: 32px;
        height: 38px;
        position: absolute;
        top: 24%;
        left: 12%;
        transform: translate(-42%, -49%);
    }

    .anniu-next {
        width: 32px;
        height: 38px;
        position: absolute;
        top: 24%;
        left: 65%;
        transform: translate(-42%, -49%);
    }

}

/*音频列表*/
.radio-box_list {
    width: 80%;
    height: 655px;
    margin: 80px auto 30px auto;
    background-color: #fff;
    border-radius: 40px;
}

.list_head {
    width: calc(100% - 160px);
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #bababa;
    margin: 0 80px;
    padding: 30px 0px 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    color: #5a5a5a;
    text-align: center;
}

.list_head > span:nth-child(1) {
    width: 10%;
}

.list_head > span:nth-child(2) {
    width: 32%;
}

.list_head > span:nth-child(3) {
    width: 14%;
}

.list_head > span:nth-child(4) {
    width: 22%;
}

.list_head > span:nth-child(5) {
    width: 22%;
}

.list_body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.list-body_content {
    width: calc(100% - 160px);
    height: 70px;
    line-height: 60px;
    border: 1px solid #e1e1e1;
    margin: 12px 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    font-size: 18px;
    color: #5a5a5a;
    border-radius: 20px;
    text-align: center;
}

.list-body_content > div:nth-child(1) {
    width: 10%;
}

.list-body_content > div:nth-child(2) {
    width: 32%;
    display: flex;
    left: 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.list-body_content > div:nth-child(3) {
    width: 14%;
}

.list-body_content > div:nth-child(4) {
    width: 22%;
}

.list-body_content > div:nth-child(5) {
    width: 22%;
}

.list_body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 10px;
}

.list-content_title img {
    width: 64px;
    height: 48px;
    object-fit: cover;
    border-radius: 8px;
    margin-right: 20px;
}

.list-content_bf {
    width: 110px;
    height: 44px;
    background-color: #3e5ee1;
    border-radius: 25px;
    color: #fff;
    line-height: 44px;
    margin: 0 auto;
}

.list-content_bf img {
    width: 20px;
    height: 22px;
    object-fit: cover;
}

.list-content_bf span {
    padding-left: 6px;
}
.list-content_bfs {
    width: 110px;
    height: 44px;
    background-color: #3e5ee1;
    border-radius: 25px;
    color: #fff;
    line-height: 44px;
    margin: 0 auto;
}


.list-content_bfs span {
    padding-left: 6px;
}

/*底部播音*/
.radio-bottom_box {
    width: 100%;
    margin: 0 auto;
    height: auto;
}

.radio-bottom_top {
    width: 100%;
    height: 100px;
    text-align: center;
    line-height: 100px;
    margin-bottom: 12px;
}

.radio-bottom_top img {
    width: 340px;
    height: 50px;
    object-fit: fill;
}

.anchor-box {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 22px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.anchor-box_content {
    width: calc(18.6% - 10px);
    margin-right: 2%;
    height: 310px;
}

.anchor-box_person {
    width: 100%;
    display: flex;
    padding: 40px 0px 6px;
}

.anchor-box_bottom {
    width: 180%;
    display: none;
    height: 140px;
    overflow-y: auto;
    background-color: #a6e4ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.anchor-box_person:hover + .anchor-box_bottom {
    display: block;
}

.anchor-box_person:hover {
    background-color: #a6e4ff !important;
}

.anchor-show {
    display: block;
    background-color: #a6e4ff !important;
}

.anchor-box_bottoms {
    display: block;
}


.anchor-box_bottom p {
    line-height: 22px;
    color: #000;
    font-size: 15px;
    padding: 4px 10px;
}

.anchor-box_bottom p:first-child {
    padding-top: 18px;
}

.anchor-box_bottom p:last-child {
    padding-bottom: 18px;
}


.anchor-touxiang {
    width: 124px;
    height: 124px;
    background-image: url("../../image/linxiazhou/author-bc.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    margin-right: 10px;
}

.anchor-touxiang img {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 124px;
    height: 124px;
    object-fit: fill;
    border-radius: 50%;
}

.anchor-name {
    width: 50%;
    height: 100%;
    color: #1d9efa;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.anchor-name_title {
    width: 100%;
    height: 40px;
    background-color: #a6e4ff;
    border-radius: 14px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.anchor-name_title span {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding-top: 8px;
    letter-spacing: 0.1em;
}

.anchor-name > span {
    font-size: 16px;
    line-height: 32px;
    padding-top: 10px;
    letter-spacing: 0.05em;
}

.carouselpar {
    width: 100%;
    height: 220px;
    position: relative;
    top: 128px;
}

.carouselpar .carousel {
    position: relative;
    overflow: hidden;
}

.carouselpar .sltm-carousle {
    width: 80%;
    height: 100%;
    left: 10%;
}

.lf {
    float: left;
}

.carouselpar #Carouselzt ul {
    padding-left: 0;
}

.carouselpar .carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: unset !important;
}

.carousel-img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.sltm-carousle {
    width: 100%;
    height: 100%;
}

.carousel {
    overflow: hidden;
    position: relative;
}

.carouselpar .carousel-img li {
    width: 245px;
    height: 180px;
    float: left;
    margin: 20px 28px;
    transition: transform 0.3s ease-in-out;
    transform-origin: bottom left;
}

.carouselpar .carousel-img li img {
    width: 100%;
    height: 100%;
    object-fit: fill;
    border-radius: 10px;

}

.carouselpar .carousel-img li:hover {
    transform: scale(1.115);
    z-index: 999;
}


.carl-btn {
    width: 36px;
    height: 50px;
    position: absolute;
    cursor: pointer;
    z-index: 999;
    top: 40%;
}

.carl-btn img {
    width: 100%;
    height: 100%;
    padding-left: 8px;
}

.next {
    right: 16px;
}

@media screen and (max-width: 1610px) {
    .carouselpar .carousel-img li {
        width: 200px;
        height: 160px;
        float: left;
        margin: 20px 28px;
        transition: transform 0.3s ease-in-out;
        transform-origin: bottom left;
    }

    .carouselpar .carousel-img li:hover {
        transform: scale(1.115);
    }
}

.layui-laypage {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    margin: 10px auto;
    font-size: 0;
    text-align: center;
}

.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: unset;
    height: 12px;
    width: 12px;
    font-size: 0;
    border-radius: 50%;
    line-height: 0px;
    margin: 0 14px 0px 0;
    background-color: #3e5ee1;
    border: 1px solid #3e5ee1;
}

.layui-laypage > a:last-child, .layui-laypage > a:last-child em {
    border-radius: 50%;
}

.layui-laypage > a:first-child, .layui-laypage > a:first-child em {
    border-radius: 50%;
}

.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: -1px;
    top: -1px;
    padding: 1px;
    width: 10px;
    height: 10px;
    background-color: #fff !important;
    border: 1px solid #3e5ee1;
    border-radius: 50%;
    font-size: 0;
}

.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
    font-size: 0;
}

#demo-laypage-normal-1 {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    bottom: 10px;
    width: 80%;
}

/*初始播放区域*/
.radio-bottom_start {
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 56px;
    background-image: linear-gradient(to bottom, #859dfe, #4564e3);
}

.audio-controls {
    width: 80%;
    height: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

#playPauseBtn {
    background-color: inherit;
    width: 22px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}

#playPauseBtn img {
    width: 100%;
}

#playPauseBtn img:last-child {
    width: 12px;
    height: 16px;
    padding-left: 4px;
}

.audio-controls_start {
    width: 174px;
    height: 100%;
    position: relative;
}

.audio-controls_start::before {
    position: absolute;
    content: '';
    width: 133px;
    height: 42px;
    top: 12%;
    background-image: url("../../image/linxiazhou/audio_bc.png");
    background-size: 100% 100%;
}

.progress-bar {
    width: 100%;
    height: 10px;
    background-color: #4761c8;
    position: relative;
    cursor: pointer;
    margin-left: 30px;
}

.volume-slider {
    margin-left: 10px;
}

.audio-controls_laba {
    width: 220px;
    margin-left: 20px;
    display: flex;
    align-items: center;
}
