/* PC端网页公共底部样式 */
.footer_0514{ overflow: hidden; clear: both; position: relative; background-color: #282828; font-family: "微软雅黑"; color: #666;}
.footer_0514 .col{clear:both;margin:0 auto; text-align:left;width:1200px; overflow: hidden;}
.footer_0514 .col-border{padding-bottom: 20px; border-bottom: 1px solid #383838;}
/* 企业微信 */
.footer_0514 .qiyeweixin-box{ position: fixed; bottom: 15px; right: 30px; cursor: pointer;}
.footer_0514 .qiyeweixin-box .main-box{ background: #fff; border-radius: 25px; }
.footer_0514 .qiyeweixin-box i{ padding: 0; font-size: 50px; color: #ff6964; }
.footer_0514 .qiyeweixin-box p{ padding-top: 5px;  color: #ff6964;}
.footer-kefu-box p{ padding: 10px; text-align: center; font-size: 15px; font-weight: bold; }
.footer-kefu-box .text-time{ padding-top: 20px; font-weight: normal;}
.footer-kefu-box .img-box img{ display: block; width: 40%; max-width: 200px; margin: 0 auto; }
.footer-kefu-box .img-box-two img{ display: block; max-width: 240px; width: 50%; }
/* 关于产品 */
.footer_0514 .bottomlist{ width: 200px; float: left; color: #666;}
.footer_0514 .bottomlist h3{ font-size: 18px; line-height: 40px; margin-bottom: 5px; font-weight: normal;}
.footer_0514 .bottomlist a{ float: left; width: 100%; font-size: 14px; line-height: 30px; color: #666;}
.footer_0514 .bottomlist a:hover{color: #999;}
.footer_0514 .bottomimg{ margin: 0 180px 0 400px;}
.footer_0514 .bottomimg h3{ font-size: 18px; line-height: 40px; margin-bottom: 5px; font-weight: normal;}
.footer_0514 .bottomimg .img{ float: left; margin-right: 38px; width: 90px;}
.footer_0514 .bottomimg .img p{ font-size: 13px; line-height: 30px; text-align: center; color: #666;}
.footer_0514 .bottomPhone{ float: right; width: 370px;}
.footer_0514 .bottomPhone h3{ text-align: right; font-size: 16px; font-weight: normal;}
/* 文化许可 */
.footer_0514 .bottom_link{ display: flex; justify-content: center; font-size: 12px; line-height: 24px;}
.footer_0514 .bottom_link b{ padding: 0 5px; }
.footer_0514 .bottom_link a{ display: flex; align-items: center; padding: 0 5px; color: #666;}
.footer_0514 .bottom_link img{ padding-right: 5px; }
.bottom_link a:hover{ color: #999}
/*发表评论与发布帖子限制*/
.popup-tiezi{display: none; position: absolute; width: auto; height: 20px; padding: 20px;background: #333; 
background: rgba(0,0,0,.8); border-radius: 4px; border: 1px solid #ccc; color: #fff; font-size: 14px; z-index: 10;}
/* 切换乐器 */
.yueqi-change-box {
    background: #f4f4f4;
    border-radius: 20px;
}
.yueqi-change-box .layui-layer-setwin{
    display: none;
}
.yueqi-change-box .top-box {
    padding-bottom: 20px;
    text-align: center;
}

.yueqi-change-box .top-box h3 {
    font-size: 20px;
    font-weight: 600;
    color: #3f485c;
}

.yueqi-change-box .top-box p {
    padding-top: 10px;
    font-size: 14px;
    font-weight: 600;
    color: #878c96;
}

.yueqi-change-box .content-box {
    display: flex;
    justify-content: center;
}

.yueqi-change-box .content-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 696px;
}

.yueqi-change-box .content-box li {
    display: flex;
    width: 202px;
    padding: 5px;
    margin: 10px;
    background: #fff;
    border-radius: 10px;
    cursor: pointer;
}

.yueqi-change-box .content-box .list-box {
    flex: 1;
    padding: 15px;
    border-radius: 10px;
}

.yueqi-change-box .content-box .list-box:hover {
    background: #3c4a6a;
}

.yueqi-change-box .content-box .list-box:hover h4 {
    color: #fff;
}

.yueqi-change-box .content-box .list-box .price-box {
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.yueqi-change-box .content-box .list-box .price-box img {
    width: inherit;
    height: inherit;
    border-radius: 50%;
}

.yueqi-change-box .content-box .list-box h4 {
    padding: 10px 0 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #3d465a;
}