/*
Theme Name: JSounds主题
Theme URI: http://www.jiloc.com
Author: 老季
Author URI: http://www.jiloc.com
Description: 简约大气的WordPress声乐主题
Version: 1.7.6
Tags: 声音主题、多级分类
*/

@charset "utf-8";

/*sanren*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-size-adjust: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transition: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
    margin: 0;
    padding: 0;
}

input,
button,
select,
textarea {
    outline: none;
    font-family: "microsoft yahei";
    -webkit-appearance: none;
}

html,
body {
    font-size: 16px;
}

ul,
li {
    list-style: none;
}

a {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #333333;
}

a:focus {
    color: #212121;
}


/* a:hover {
    text-decoration: underline;
} */

.contain_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.cover_img>img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.prel {
    position: relative;
}

.pabs {
    position: absolute;
}

.clear {
    height: 0;
    clear: both;
    zoom: 1;
}

.navbar>li:last-of-type {
    margin-right: 0;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.d-block,
.head_pc {
    display: block;
}

.navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.head>.wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-none,
.head_wap {
    display: none;
}

.iB_position {
    height: 60px;
    border-bottom: 1px solid #eeeeee;
}

.iB_position,
.iB_position>div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.iB_position>div,
.iB_position>div a {
    font-size: 1rem;
    color: #777777;
}

.xiaocms-page {
    text-align: center;
}

.flex-cc {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.d-inbl {
    display: inline-block;
}

.d-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.jc-c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.jc-sa {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.jc-sb {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.jc-se {
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -moz-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.jc-fe {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.ai-c {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ai-e {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    height: 100%;
}

.wrap1 {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    height: 100%;
}

.wrap2 {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    height: 100%;
}

.wrap3 {
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    height: 100%;
}

.wrap4 {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
    height: 100%;
}

.mcenter {
    margin-left: auto;
    margin-right: auto;
}

.cp {
    cursor: pointer;
}

.abtn {
    position: relative;
    border-radius: 150px;
}

.abtn>a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.aBtn {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.goTop {
    width: 50px;
    height: 50px;
    background: #fff;
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 999999;
    cursor: pointer;
    display: none;
}

.model {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 999999;
}

.model>div:nth-child(1) {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0.3;
        -moz-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0.3;
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        opacity: 0.3;
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.select {
    position: relative;
}

.select ul {
    position: absolute;
    border: 1px solid #333333;
    display: none;
}

.select p,
.select li {
    padding: 1px 2px;
}

.select li:hover {
    background: #333333;
}

.select li:hover a {
    color: #fff;
}

.select p,
.select a {
    color: #333333;
    text-transform: uppercase;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tac {
    text-align: center;
}


/* 13-15笔记本 */

@media screen and (min-width:1024px) and (max-width:1680px) {
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 3%;
    }
}


/* 平板 */

@media screen and (min-width:951px) and (max-width:1023px) {
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 3%;
    }
}

@media only screen and (max-width:950px) {
    html,
    body {
        font-size: 12px;
    }
    .wlogo {
        width: 150px;
        height: 100%;
        padding-left: 15px;
    }
    .wlogo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .whead {
        width: 100%;
        height: 70px;
        background: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .15);
        box-shadow: 0 0 15px rgba(0, 0, 0, .15);
    }
    .wap_menu_btn {
        width: 70px;
        height: 70px;
        float: right;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .wap_menu_list {
        width: 100%;
        height: 50vh;
        background: rgba(255, 255, 255, 1);
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        box-shadow: 0 8px 8px #777777;
        /* border: 1px solid #777777; */
        padding: 15px 20px;
        /* margin-top: 70px; */
        position: relative;
        z-index: 999;
        display: none;
    }
    .wap_menu_btn li {
        width: 35px;
        height: 4px;
        background: #333333;
        border-radius: 5px;
        -webkit-transition: .35s;
        -o-transition: .35s;
        -moz-transition: .35s;
        transition: .35s;
    }
    .wap_menu_btn li:not(:last-child) {
        margin-bottom: 4.35px;
    }
    .wap_menu_active li:nth-of-type(1) {
        -webkit-transform: rotate(45deg) translate(5px, 5px);
        -moz-transform: rotate(45deg) translate(5px, 5px);
        -ms-transform: rotate(45deg) translate(5px, 5px);
        -o-transform: rotate(45deg) translate(5px, 5px);
        transform: rotate(45deg) translate(5px, 5px);
    }
    .wap_menu_active li:nth-of-type(3) {
        -webkit-transform: rotate(-45deg) translate(6px, -6px);
        -moz-transform: rotate(-45deg) translate(6px, -6px);
        -ms-transform: rotate(-45deg) translate(6px, -6px);
        -o-transform: rotate(-45deg) translate(6px, -6px);
        transform: rotate(-45deg) translate(6px, -6px);
    }
    .wap_menu_active li:nth-of-type(2) {
        visibility: hidden;
        -webkit-animation: fadeInRight .6s 1 ease-in;
        -moz-animation: fadeInRight .6s 1 ease-in;
        -o-animation: fadeInRight .6s 1 ease-in;
        animation: fadeInRight .6s 1 ease-in;
    }
    .wap_nav {
        overflow: auto;
    }
    .wap_nav a {
        width: 100%;
        height: 44px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 0 15px;
        color: #444;
    }
    .wap_nav li:not(:last-child) a {
        border-bottom: 1px dashed #eee;
    }
    .tss_pr,
    .wapprda,
    .wapprda1 {
        position: relative;
    }
    .tss_db,
    .head_wap {
        display: block;
    }
    .tss_dn,
    .head_pc {
        display: none;
    }
    .ws {
        width: 100%;
    }
    .tss_fn {
        float: none;
    }
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 2%;
    }
}

@media only screen and (max-width:768px) {
    body,
    html {
        font-size: 10px;
    }
    .wrap,
    .wrap1,
    .wrap2,
    .wrap3 {
        width: 100%;
        padding: 0 3%;
    }
}

@media only screen and (max-width:550px) {
    html,
    body {
        font-size: 8px;
    }
}

@media only screen and (max-width:350px) {}

.footer {
    font-size: 1.125rem;
    color: #181818;
    text-align: center;
    padding: 12.5rem 0 30px;
}

.navbar>li {
    margin-right: 20px;
}

.navbar>li>a {
    font-size: 1rem;
    color: #191919;
    padding: 4px 15px;
}

.navbar>li>a.navbar_activation,
.navbar>li.current-menu-item>a {
    background: #0779f3;
    border-radius: 15px;
    color: #ffffff;
}

.headSearch form {
    position: relative;
}

.headSearch form img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 10px;
}

.headSearch form button {
    width: 70px;
    height: 40px;
    background: #46c082;
    font-size: 1rem;
    color: #ffffff;
}

.headSearch form input[type="text"] {
    width: 260px;
    height: 40px;
    border: 1px solid #d1d1d1;
    margin-right: 1px;
    padding-left: 35px;
}

.headSearch form input[type="text"]::-webkit-input-placeholder {
    padding-left: 5px;
    font-size: 1em;
    color: #191919;
}

.headSearch form input[type="text"]:-moz-placeholder {
    padding-left: 5px;
    font-size: 1em;
    color: #191919;
}

.headSearch form input[type="text"]::-moz-placeholder {
    padding-left: 5px;
    font-size: 1em;
    color: #191919;
}

.headSearch form input[type="text"]:-ms-input-placeholder {
    padding-left: 5px;
    font-size: 1em;
    color: #191919;
}

.headSearch form input[type="text"]::placeholder {
    padding-left: 5px;
    font-size: 1em;
    color: #191919;
}

.wrap {
    padding: 0;
}

.head {
    width: 100%;
    height: 110px;
    background: #ffffff;
    box-shadow: 0 8px 8px #e9e9e9;
}

body,
html {
    background: #f7f7f7;
}

.indexLabel ul.labelList {
    /* padding: 2.5rem 0 10px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexLabel ul.labelList li {
    width: 11.25%;
    height: 75px;
    background: #ffffff url(assets/images/audioBg.png) no-repeat center;
    border: 1px solid #b9d6f6;
    border-radius: 5px;
    margin-bottom: 1.875rem;
    text-align: center;
    padding-top: 10px;
    cursor: pointer;
}


/* .indexLabel ul.labelList li a {
    width: 100%;
    height: 100%;
} */

.indexLabel ul.labelList li:not(:nth-child(8n)) {
    margin-right: 1.3%;
}

.indexLabel ul.labelList li p {
    font-size: 1rem;
    color: #151515;
}

.indexLabel ul.shaiList {
    width: 100%;
    height: 60px;
    background: #ffffff;
    border: 1px solid #dadada;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 35px;
    /* position: relative; */
}

.indexLabel ul.shaiList .icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 1.25rem 0 2.5rem;
}

.indexLabel ul.shaiList .icon img {
    margin-right: 3px;
}

.indexLabel ul.shaiList li {
    width: 6.875rem;
    padding-left: 2.1875rem;
    position: relative;
}

.indexLabel ul.shaiList li a {
    width: 100%;
    height: 100%;
}

.indexLabel ul.shaiList li a.active i {
    background: url(assets/images/yes.png) no-repeat center;
    background-size: 130% 130%;
}

.indexLabel ul.shaiList li i {
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    border: 2px solid #cdcdcd;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.indexBox ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.indexBox ul li {
    width: 49.2%;
    margin-bottom: 1rem;
    background: transparent;
    border: 1px solid #3187e4;
    border-radius: 15px;
    overflow: hidden;
}

.indexBox ul li.a {
    display: flex;
    order: 999;
    opacity: 0.5;
    flex-wrap: wrap;
}

.indexBox ul li>p.zt {
    opacity: 1;
}

.indexBox ul li .showBox {
    width: 100%;
    height: 40px;
    background: #3187e4;
    font-size: 1rem;
    color: #ffffff;
    padding: 0 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.indexBox ul li .showBox,
.indexBox ul li .showBox .sb_l {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indexBox ul li .showBox .sb_l>div {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
}

.indexBox ul li .showBox .sb_l p {
    padding-left: 9px;
}

.indexBox ul li .showBox .sb_r {
    display: flex;
    align-items: center;
}

.indexBox ul li .showBox .sb_r img.hotIcon {
    width: 30px;
    height: 30px;
    margin-right: 30px;
    object-fit: contain;
}

.indexBox ul li .hideBox {
    width: 100%;
    display: none;
    height: 400px;
    overflow-x: hidden;
}

.indexBox ul li .hideBox>div {
    max-height: 420px;
    /* overflow-y: auto;
    overflow-x: none; */
    padding: 14px 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}

.indexBox ul li .hideBox div.item {
    width: 100%;
    border: 1px solid #dadada;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 1px #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 5px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.indexBox ul li .hideBox div.item:not(:last-child) {
    margin-bottom: 10px;
}

.indexBox ul li .hideBox div.item .btnBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.indexBox ul li .hideBox div.item a {
    height: 21px;
}

.indexBox ul li .hideBox div.item .title {
    width: 70%;
    overflow: hidden;
}

.indexBox ul li .hideBox div.item .title p {
    font-size: .8rem;
    color: #151515;
    white-space: nowrap;
}

.indexBox ul li .hideBox div.item .btnBox p {
    padding: 1px 2px;
    margin-left: .875rem;
    border: 1px solid #0779f3;
    border-radius: 5px;
    font-size: 1rem;
    color: #0779f3;
    white-space: nowrap;
}

#copyText {
    position: absolute;
    z-index: -99;
    opacity: 0;
}

.playAudioBox {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 999;
    display: none;
}

.playAudioBox>div {
    width: 100%;
    max-width: 1330px;
    height: 85px;
    background: #ffffff;
    box-shadow: 0 0 10px 1px #f1f1f1;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.playAudioBox .wrap>div.pa_l {
    width: var(--playL--);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 1rem;
}

.playAudioBox .wrap>div.pa_l>div.pa_ll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5.5rem;
}

.playAudioBox .wrap>div.pa_l img.btnPrev {
    margin-top: 3px;
}

.playAudioBox .wrap>div.pa_l img.btnNext {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-bottom: 4px;
}

.playAudioBox .wrap>div.pa_l .btnBoxPlay {
    margin: 0 1.25rem;
}

.playAudioBox .wrap>div.pa_l .volumeBtn {
    width: 105px;
    height: 2px;
    background: #d9d9d9;
}

.playAudioBox .wrap>div.pa_l .volumeBtn .scollBtn {
    width: 56px;
}

.scollBtn {
    height: 2px;
    background: #0779f3;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.scollBtn i {
    display: block;
    width: 12px;
    height: 12px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 5px 2px #f4f4f4, 0 0 5px 2px #f4f4f4;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 999;
}


/* .playAudioBox .wrap>div.pa_l .btnPause {
    display: none;
} */

.playAudioBox .wrap>div.pa_r {
    width: -webkit-calc(100% - var(--playL--));
    width: -moz-calc(100% - var(--playL--));
    width: calc(100% - var(--playL--));
    position: relative;
}

.playAudioBox .wrap>div.pa_r .playName {
    font-size: 1rem;
    color: #1f1f1f;
    text-align: center;
    padding-top: 1.5rem;
}

.playAudioBox .wrap>div.pa_r>img {
    display: block;
    position: absolute;
    left: 0;
    top: 22px;
    -webkit-animation: rote 1.735s linear infinite;
    -moz-animation: rote 1.735s linear infinite;
    -o-animation: rote 1.735s linear infinite;
    animation: rote 1.735s linear infinite;
}

.playAudioBox .wrap>div.pa_r>img.playPic {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

@-webkit-keyframes rote {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes rote {
    0% {
        -moz-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes rote {
    0% {
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rote {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.playAudioBox .wrap>div.pa_r .playControls {
    width: 100%;
    padding-left: 3.75rem;
    position: absolute;
    bottom: 20px;
}

.playAudioBox .wrap>div.pa_r .playControls .pc_t {
    width: 80%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 1rem;
    font-size: 1rem;
    color: rgba(31, 31, 31, 0.5);
}

.playAudioBox .wrap>div.pa_r .playControls .playPro {
    width: 80%;
    height: 2px;
    background: #d9d9d9;
    position: relative;
}

.playAudioBox .wrap>div.pa_r .playControls .pc_rr {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.playAudioBox .wrap>div.pa_r .playControls .pc_rr p {
    display: inline-block;
    font-size: 1rem;
    color: #0779f3;
    padding: 1px 2px;
    border-radius: 5px;
    border: 1px solid #0779f3;
    margin-left: 15px;
    cursor: pointer;
}

.playAudioBox .wrap .close {
    width: 20px;
    height: 20px;
    background: url(assets/images/close.png) no-repeat center;
    position: absolute;
    top: 8px;
    right: 8px;
    cursor: pointer;
}

.beiList ul li {
    width: 24.1%;
}

.beiList ul li .title {
    width: 50%;
    overflow: hidden;
}

.beiList ul li .btnBox {
    width: 40%;
}

.beiList ul li p {
    white-space: nowrap;
}

.beiList {
    padding: 4.8125rem 0;
}

.indexLabel>div[class*='wrap'] {
    padding-top: 2.5rem;
}

.indexLabel ul.shaiList {
    padding-top: 10px;
}

:root {
    --playL--: 18.75rem;
}

@media only screen and (max-width:950px) {
    .indexLabel ul.labelList li {
        width: 30%;
    }
    .indexLabel ul.labelList li:not(:nth-child(8n)) {
        margin-right: 0;
    }
    .indexLabel ul.labelList li:not(:nth-child(3n)) {
        margin-right: 4.8%;
    }
    .indexBox ul li,
    .beiList ul li {
        width: 100%;
    }
    .shaiList p {
        white-space: nowrap;
    }
    .headSearch form {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .headSearch form input[type="text"] {
        width: 70%;
    }
    .headSearch form button {
        width: 70px;
    }
    /* .indexLabel ul.shaiList {
        flex-wrap: wrap;
    } */
    .wrap {
        padding: 0 3%;
    }
    .playAudioBox>div {
        height: 130px;
        padding: 8px 0;
        flex-wrap: wrap;
        position: relative;
    }
    .playAudioBox>div>div[class*="pa"] {
        width: 100% !important;
    }
    .playAudioBox .wrap>div.pa_l>div.pa_ll {
        margin: 0 auto;
        transform: translateY(-15px);
    }
    .playAudioBox .wrap>div.pa_r>img {
        display: none;
    }
    .playAudioBox .wrap>div.pa_r .playControls .pc_rr img {
        display: none;
    }
    .playAudioBox .wrap>div.pa_r .playControls .pc_rr p {
        transform: translateX(40px);
    }
    .playAudioBox .wrap>div.pa_r .playName {
        width: 100%;
        text-align: center;
        position: absolute;
        top: -25px;
        padding-top: 0;
    }
    .playAudioBox .wrap>div.pa_l .pr_lr {
        display: none;
    }
    .playAudioBox .wrap>div.pa_l {
        padding-top: 0;
    }
    .headSearch {
        padding-top: 20px;
    }
    .headSearch form img {
        left: 30px;
    }
}

.indexLabel ul.labelList li a {
    width: 100%;
    height: 100%;
}


/* 文字类型 BEGIN */

.searchlist li {
    width: 48%!important;
    float: left;
    margin: 0 1%;
    padding: 20px 0;
    border: 0;
    border-bottom: 1px solid #999;
    font: 14px/1.5 Microsoft YaHei;
}

.searchlist .rinfo {
    overflow: hidden;
}

.searchlist .rinfo span {
    color: #3477ff;
    cursor: pointer;
    vertical-align: middle;
    float: right;
    font-size: 16px;
    display: block;
    background: url(assets/images/icon-copy-a.png) no-repeat left center;
    padding-left: 20px;
    margin-bottom: 5px;
}

.searchlist .cont {
    text-align: justify;
    min-height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* 文字类型 END */

.musicBar {
    width: 590px;
    margin-right: 13px;
    overflow: hidden;
    float: left;
    border: 1px solid #3187e4;
    border-radius: 12px;
}

.musicBar:nth-child(4n) {
    margin-right: 0;
}

.musicBar h2 {
    cursor: pointer;
    font-size: 14px;
    background: url(assets/images/arrow.png) 565px center no-repeat #3187e4;
    background-size: 14px auto;
    color: #fff;
    padding: 0px 20px 0px 10px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.musicBar h2.cur {
    background: url(assets/images/up.png) 565px center no-repeat #3187e4;
    background-size: 14px auto;
}

.musicBar h2 .iwell {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    height: 40px;
    width: 40px;
    background-image: url(assets/images/icon_well.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 24px;
}

.musicBar ul {
    display: none;
    background: #fff;
    padding: 16px 8px 10px;
    height: 395px;
    overflow: hidden;
    overflow-y: auto;
}

.musicBar li {
    margin-bottom: 10px;
    overflow: hidden;
    line-height: 38px;
    border: 1px solid #aaaaaa;
    border-radius: 3px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}

.musicBar li:hover,
.musicBar .liact {
    background-color: #def2ff;
}

.musicBar p {
    float: left;
    font-size: 14px;
    color: #333333;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 484px;
    overflow: hidden;
    padding-left: 8px;
}

.musicBar p.playBtn {
    cursor: pointer;
}

.controlBox {
    float: right;
    overflow: hidden;
    /*padding-top:11px;*/
}

.controlBox a {
    margin-right: 3px;
    cursor: pointer;
    float: left;
    display: block;
    width: 18px;
    height: 18px;
}

.controlBox a.downBtn {
    background: url(assets/images/icon3.jpg) center no-repeat;
    padding-top: 20px;
}

.controlBox span.copyBtn {
    /*background:url(assets/images/icon4.jpg) center no-repeat;*/
    cursor: pointer;
    margin-right: 3px;
    border: 1px solid #4eafe2;
    border-radius: 5px;
    color: #4eafe2;
    padding: 0 2px;
}

.musicList {
    overflow: hidden;
    margin-bottom: 15px;
    width: calc(100% + 13px);
}

.musicBox {
    padding-bottom: 75px;
}

i.cur {
    background: url(assets/images/chosen.jpg) left center no-repeat;
}

.searchInfor {
    overflow: hidden;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    line-height: 58px;
    background: #fff;
}

.searchInfor p {
    float: left;
    background: url(assets/images/shai_03.jpg) left center no-repeat;
    padding-left: 28px;
    font-size: 16px;
    color: #333333;
    margin-left: 20px;
}

.inforList {
    float: left;
    overflow: hidden;
}

.inforList span {
    cursor: pointer;
    display: block;
    background: url(assets/images/icon2.jpg) left center no-repeat;
    padding-left: 38px;
    margin-left: 35px;
    float: left;
    font-size: 16px;
    color: #666666;
}

.inforList span.cur {
    background: url(assets/images/icon1.jpg) left center no-repeat;
}