body,
p {
    margin: 0;
}

img,
a {
    display: block;
}

a,
a:hover,
a:link {
    text-decoration: none;
    color: black;
}

video {
    object-fit: fill;
    display: block;
    border: none;
}

input {
    outline: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

.text_left {
    text-align: left;
}

.this_color {
    color: #00479d !important;
}

.colorw {
    color: white;
}

.display {
    display: none !important;
}

.fb {
    font-weight: bold;
}

.font12 {
    font-size: 12px;
}

.font13 {
    font-size: 13px;
}

.font14 {
    font-size: 14px;
}

.font15 {
    font-size: 15px;
}

.font16 {
    font-size: 16px;
}

.font18 {
    font-size: 18px;
}

.font20 {
    font-size: 20px;
}

.font24 {
    font-size: 24px;
}

.font30 {
    font-size: 30px;
}

.font40 {
    font-size: 40px;
}

.font55 {
    font-size: 55px;
}

.font60 {
    font-size: 60px;
}

.font100 {
    font-size: 100px;
}

.color333 {
    color: #333333;
}

.color666 {
    color: #666666;
}

.felx_b {
    display: flex;
    justify-content: space-between;
}

.felx_e {
    display: flex;
    justify-content: space-evenly;
}

.felx_a {
    display: flex;
    justify-content: space-around;
}

.felx_c {
    display: flex;
    justify-content: center;
}

.felx_r {
    display: flex;
    justify-content: end;
}

.felx {
    display: flex;
}

.align_center {
    align-items: center;
}

.align_end {
    align-items: flex-end;
}

.align_start {
    align-items: flex-start;
}

.w1200 {
    width: 1200px;
}

.ma {
    margin: auto;
}

.logo {
    width: 50px;
    height: 50px;
}

.huoban {
    width: 130px;
    height: 60px;
    margin-left: 30px;
}

.index_title {
    font-family: FangSong;
    font-size: 36px;
    line-height: 1.8;
    margin-top: 15px;
}

.index_e_title {
    font-weight: normal;
    line-height: 1.8;
    margin-top: 35px;
}

.index_img {
    width: 314px;
    height: 314px;
}

.login,
.registe {
    border: 1px solid #7f7f7f;
    width: 79px;
    height: 30px;
    padding: 5px;
    box-sizing: border-box;
    color: #7f7f7f;
    cursor: pointer;
}

.login:hover,
.registe:hover {
    background-color: #a8d7ff;
}

.login {
    border-radius: 15px 0 0 15px;
}

.registe {
    border-radius: 0 15px 15px 0;
}

#User {
    cursor: pointer;
    position: relative;
    padding: 10px 0 10px 20px;
}

.User_content {
    position: absolute;
    top: 35px;
    left: -60px;
    width: 236px;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 3px 6px #cccccc;
}
.User_content_inner {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    padding: 15px 0;
}

.User_content_item {
    padding: 5px 0 15px;
    margin: 0 22px;
    display: inline-block;
}
.User_content_bb {
    display: flex;
}
.User_content_item {
    flex: 1;
    width: 50%;
    display: flex;
    align-items: center;
}
.User_content_item i {
    width: 6px;
    height: 6px;
    background: red;
    border-radius: 50%;
    display: block;
    margin-left: 5px;
    margin-top: -10px;
}

.User_content_inner img {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}

.exit_login {
    padding-left: 20px;
    color: #666666;
    border-left: #d1d3d8 1px solid;
}

.fa-angle-down {
    margin-left: 12px;
    font-size: 14px !important;
}

.gointo {
    width: 125px;
    height: 40px;
    line-height: 40px;
    background: rgb(13, 77, 174);
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    box-shadow: #e5e5e5 0px 5px 5px;
    margin-top: 40px;
    font-size: 17px;
}

.index_wb {
    width: 55%;
    margin-top: 90px;
}

.logo_s {
    width: 27px;
    height: 27px;
    margin-left: 85px;
}

.biaoshi {
    padding: 0 15px;
}

.website {
    font-style: italic;
    font-family: Arial Black;
}

.changpai {
    width: 563px;
    height: 149px;
}

.huoban_s {
    width: 99px;
    height: 45.5px;
    margin: 0 25px 0 40px;
}

.logo_t {
    width: 44px;
    height: 44px;
}

.index_bottom {
    margin-top: 20px;
}

.foot {
    /* width: 100%;
    background: #000000;
    height: 86px;
    padding-top: 25px;
    box-sizing: border-box;
    color: white; */
}

.foot_top {
    background: rgb(235, 235, 235);
}
.foot_top_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 45px;
    margin: 0 auto;
    width: 90%;
}
.foot_top_logo {
    height: 45px;
}
.foot_top_logo > img {
    height: 100%;
}
.foot_top_name {
    color: #000;
    font-size: 13px;
}
.foot_bottom {
    background-color: #000;
}
.foot_bottom_box {
    margin: 0 auto;
    width: 90%;
}

.foot_bottom_t {
    border-bottom: 1px solid #fff;
    height: 48px;
    display: flex;
    justify-content: center;
}
.foot_bottom_b {
    text-align: center;
    color: #fff;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
}

.foot_row {
    width: 716px;
    display: flex;
    margin: auto;
}
.foot_row a {
    color: white;
    font-size: 14px;
}

.foot_row a:hover {
    color: #f7c42a;
}

.foot_item {
    width: calc((100%) / 5);
    /* border-right: 1px solid #666666; */
    position: relative;
}
.foot_item:after {
    content: "";
    width: 1px;
    height: 14px;
    background: #666;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.foot_item:last-child:after {
    display: none;
}

.m_foot {
    display: none;
    width: 100%;
    height: 60px;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 9;
    box-shadow: 0px 0px 10px #c3c3c3;
    background-color: white;
}

.m_foot_main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
}

.mfoot_item {
    width: 20%;
    text-align: center;
    line-height: 60px;
}

.color_xz {
    color: #f7c42a !important;
}

.copyright {
    margin-top: 15px;
}

.star {
    position: relative;
}

.star::before {
    content: "*";
    color: red;
    position: absolute;
    top: 0;
    right: -10px;
}

.zjfl_main {
    padding-top: 10px;
}

.weizhi {
    align-items: center;
}

.weizhi span,
.weizhi a {
    margin-left: 20px;
}

.weizhi a:nth-of-type(1) {
    margin-left: 0;
}

.zjfl_main .index_wb {
    margin-top: 0;
    width: auto;
}

.zjfl_main .logo_s {
    margin-left: 0;
    width: 36px;
    height: 36px;
}

.zjfl_main #User {
    padding-left: 15px;
    width: auto;
}

#zjfl_swiper {
    width: 877px;
    /*height: 299px;*/
    margin: 50px auto 0;
    --swiper-pagination-color: white;
}

@media screen and (max-width: 645px) {
    #zjfl_swiper {
        height: auto !important;
        margin: 50px auto 0;
    }
}

#zjfl_swiper .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

.zjfl_main_text div {
    margin-top: 15px;
}

.zjfl_main_text img,
.zjfl_main_text video {
    max-width: 100%;
    height: auto !important;
}

.zjfl_fl {
    width: 1090px;
    margin: 50px auto;
}

.fl_title {
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    color: #333;
    width: 93px;
    height: 35px;
    line-height: 35px;
    border-left: 10px solid rgb(86, 165, 221);
}

.tuijian_row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 16.8%);
    grid-column-gap: 4%;
    grid-row-gap: 22px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.tuijian_item {
    overflow: hidden;
    width: 100%;
    display: inline-grid;
    background-color: white;
}
.tuijian_item > img {
    width: 100%;
}

.am_biaoshi {
    width: 25px;
    height: 25px;
    display: inline;
}

.buhuanhang {
    font-size: 12px;
    width: calc(100% - 20px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical; */
}

.tuijian_item div {
    margin: 2px 0;
    width: 100%;
}

.zhuanji_title {
    font-weight: bold;
    font-size: 14px;
    color: #333333;
}

.zhuanji_lx {
    background: rgb(255, 115, 4);
    color: #fff !important;
    text-align: center;
    line-height: 2;
}

.zhuanjifenlei {
    width: 100%;
    margin: 100px auto;
}

.fenlei_row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 47.5%);
    grid-column-gap: 5%;
    grid-row-gap: 60px;
    margin-top: 20px;
}

.fenlei_item {
    width: 100%;
    display: inline-grid;
}

.fenlei_item_main {
    display: flex;
    position: relative;
}

.fenlei_item_main img {
    width: 130px;
    height: 130px;
}

.music_name {
    font-size: 19px;
    line-height: 2;
    font-family: tahoma, arial, "Microsoft YaHei";
    color: #333333;
}

.music_name_e {
    font-size: 14px;
    color: #666;
    font-family: tahoma, arial, "Microsoft YaHei";
    color: #333333;
}

.go_details {
    width: 225px;
    height: 25px;
    border: 1px solid #7d7d7d;
    color: #333;
    text-align: center;
    margin-top: 10px;
    line-height: 25px;
}

.fenlei_item_left {
    margin-left: 20px;
}

.huo {
    position: absolute;
    top: 0;
    right: 40%;
    width: 26px !important;
    height: 38px !important;
}

.go_search {
    width: 200px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    border-width: 1px;
    border-style: double;
    margin: 100px auto;
    margin-bottom: 60px;
}

.qita_web {
    margin-bottom: 40px;
}

.erji_title {
    color: #333333;
    margin-top: 60px;
    font-size: 20px;
    line-height: 1.8;
    font-family: Microsoft YaHei;
}

.zjfl_erji {
    width: 1040px;
    margin: auto;
    margin-top: 30px;
}

.zjfl_erji .fl_title,
.lx_item .fl_title {
    width: 125px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
}

.erji_row {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 16.8%);
    column-gap: 4%;
    row-gap: 40px;
    margin: 20px auto 50px;
}

.layui-laypage a:hover {
    color: white;
    background-color: red;
}

.layui-laypage a,
.layui-laypage span {
    padding: 0 5px;
    height: 25px;
    line-height: 25px;
    margin: 0 5px 5px 5px;
    font-size: 14px;
    border: none;
}

#fenye {
    margin-bottom: 120px;
}

.lx_item {
    width: 241px;
    margin: 100px auto 150px;
}

.lx_item img {
    margin: 50px 0;
}

.search_title {
    width: 262px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #fff;
    color: #000;
    box-sizing: border-box;
    border: 1px solid #000;
    font-size: 16px;
    font-weight: bold;
    margin: 50px auto 100px;
}

.sx_row {
    width: 500px;
    box-sizing: border-box;
    border-bottom: 5px solid rgb(229, 229, 229);
    height: 40px;
    color: #666;
    font-size: 16px;
}

.sx_item {
    padding: 0 25px;
    box-sizing: border-box;
    height: 40px;
    border-bottom: 5px solid rgb(229, 229, 229);
    cursor: pointer;
}

.sx_item:hover {
    border-color: #f44646;
}

.color_red {
    border-color: #f44646;
}

.search_div {
    width: 500px;
    border-bottom: 1px solid #333;
    position: relative;
}

#music_name {
    border: 0;
    padding-right: 40px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.search_div .fa-search {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 16px !important;
    cursor: pointer;
}

.search_top {
    margin-top: 120px;
}

.search_list {
    width: 1152px;
    margin: 50px auto;
    display: grid;
    grid-template-columns: repeat(5, 16.8%);
    column-gap: 4%;
    row-gap: 40px;
}

.search_list_item {
    height: 200px;
    display: flex;
    margin-bottom: 20px;
}

.search_img {
    width: 200px;
    height: 200px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.search_right {
    margin-left: 20px;
    width: calc(100% - 220px);
}

.search_item_title {
    padding: 15px 0 10px;
    border-bottom: 1px solid #eee;
}

.fabu_time {
    font-size: 14px;
    color: #888888;
    padding-top: 10px;
    font-family: tahoma, arial, "Microsoft YaHei";
}

.fabu_title {
    color: #f37878;
    font-size: 12px;
    white-space: nowrap;
    margin-right: 5px;
}

.look_book {
    width: 68px;
    height: 26px;
    color: #fff !important;
    background: #f37878;
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    line-height: 26px;
    text-decoration: underline !important;
}

#list_fen {
    margin-bottom: 25px;
}

.about_logo {
    width: 53px;
    height: 53px;
    margin-left: 120px;
    margin-top: 20px;
    margin-bottom: 100px;
}

.about_index {
    width: 143px;
    height: 143px;
}

.about_top_left {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about_huoban {
    width: 193px;
    height: 89px;
}

.about_top {
    width: 100%;
    background-color: #080808;
    height: 47px;
}

.about_text {
    margin-left: 120px;
    margin-top: 50px;
    font-size: 14px;
    letter-spacing: 1px;
    font-family: Microsoft YaHei;
}

.about_text div {
    margin-bottom: 25px;
}

.about_text div p {
    margin: 8px 0;
}

.about_us {
    margin-left: 120px;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.about_us_text {
    margin-left: 120px;
    font-family: Microsoft YaHei;
    line-height: 30px;
}

.about_bottom {
    margin: 50px auto 30px;
}

.details_title {
    font-size: 26px;
    color: #333;
    margin-bottom: 20px;
    text-align: center;
}

.xinxi_item {
    text-align: center;
    color: #999;
    padding: 0 15px;
}

.biaoyu {
    font-family: Verdana, Tahoma, 宋体;
    font-size: 12px;
    border: 1px solid #e1e1e7;
    margin: 30px auto;
    box-sizing: border-box;
    padding: 18px;
    border-left: 4px solid #e1e1e7;
}

.detailsimg {
    width: 228px;
    height: 228px;
}

.details_name {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.from {
    font-size: 20px;
    color: #666666;
    margin-bottom: 10px;
}

.details_logo {
    width: 25px;
    margin-bottom: 60px;
}

.details_xx1 {
    margin-left: 30px;
    width: 450px;
}

.gobuy {
    width: 125px;
    height: 35px;
    box-sizing: border-box;
    border: 1px solid rgb(216, 216, 216);
    background-color: rgb(249, 249, 249);
    text-align: center;
    line-height: 33px;
    cursor: pointer;
    margin-left: 100px;
}

.details_xx2 {
    font-size: 14px;
    margin-left: 50px;
}

.xx2_item {
    margin-bottom: 15px;
}

.xx2_item span {
    margin-right: 10px;
}

.details_miaoshu {
    width: 70%;
    color: rgb(115, 115, 115);
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    margin-top: 30px;
    line-height: 30px;
}

.download {
    margin: 50px auto;
}

.download_title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-left: 10px solid rgb(86, 165, 221);
    padding-left: 15px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

.fa-download {
    margin-left: 15px;
    color: rgb(86, 165, 221);
    font-size: 24px !important;
}

.download_btn {
    padding: 80px 0;
    display: flex;
}

.go_load {
    width: 200px;
    height: 35px;
    border: 1px solid #d8d8d8;
    text-align: center;
    line-height: 35px;
    box-shadow: 0px 0px 10px #eee;
    margin: 0 15px;
}

.go_load img {
    width: 32px;
    height: 32px;
}

.liuyan {
    width: 100%;
    padding-top: 20px;
    border-top: 2px solid #ddd;
}

.pinglun {
    display: flex;
    font-size: 14px;
    margin: 15px 0;
    color: #666666;
    margin-left: 15px;
}

.plname {
    margin-right: 20px;
    letter-spacing: 1px;
}

.fbpl {
    width: 100%;
    margin: 50px auto;
}

.center_top {
    margin-right: 40px;
}

.center_main {
    width: 980px;
    padding: 50px 0 60px;
}

.center_div {
    display: flex;
    padding: 80px;
    box-sizing: border-box;
}

.center_left {
    width: 60%;
}

.center_right {
    width: 40%;
}

.center_left img {
    border-radius: 50%;
    width: 100px;
    height: 100px;
}

.center_item {
    display: flex;
    padding-left: 25px;
    align-items: flex-end;
    margin-top: 25px;
    align-items: center;
}

.center_item_left {
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.center_right img {
    width: 350px;
}

.jihuo {
    color: white;
    background-color: rgb(86, 165, 221);
    font-size: 14px;
    height: 26px;
    width: 40px;
    line-height: 26px;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
}

/* 登录 */

.bd_main {
    min-height: 790px;
    position: relative;
}

.login_main {
    width: 500px;
    margin: auto;
    position: absolute;
    top: 25%;
    left: calc(50% - 290px);
    box-shadow: 0px 0px 20px #8f8f8f;
    padding: 20px 40px;
}

.login_bd {
    font-size: 22px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

.bd {
    display: flex;
    align-items: center;
    margin: 25px auto;
    font-size: 16px;
}

.bd_one {
    width: 80px;
}

.bd input {
    width: calc(100% - 80px);
    height: 35px;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
}

#yzm {
    width: calc(100% - 190px) !important;
}

#mycanvas {
    margin-left: 10px;
    cursor: pointer;
}

.login_btn {
    width: 100%;
    color: white;
    text-align: center;
    height: 42px;
    line-height: 42px;
    background-color: black;
    font-size: 16px;
    cursor: pointer;
}

.go_forget,
.go_register,
.go_login {
    font-size: 12px;
    color: #666 !important;
    margin-top: 5px;
    cursor: pointer;
}

.go_forget:hover,
.go_register:hover,
.go_login:hover {
    color: black !important;
}



.go_login {
    margin-left: 10px;
}

.register_main {
    width: 500px;
    margin: auto;
    position: absolute;
    left: calc(50% - 290px);
    top: 15%;
    box-shadow: 0px 0px 20px #8f8f8f;
    padding: 20px 40px;
}

.login_top {
    width: 100%;
    height: 60px;
    background-color: black;
}

.find_btn {
    display: flex;
    justify-content: space-evenly;
}

.find_btn .login_btn {
    width: 35%;
}

.goback {
    width: 35%;
    color: white;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: black;
    font-size: 16px;
    cursor: pointer;
}

.goback:hover {
    color: white !important;
}

/* 手机端样式 */

@media screen and (max-width: 1200px) {
    .w1200,
    #zjfl_swiper,
    .zjfl_fl {
        width: 100%;
    }
    .index_bottom {
        display: none;
    }
    .logo_s {
        margin-left: 0;
    }
    .changpai {
        width: 49%;
    }
    .index_wb {
        width: 90%;
    }
    .tuijian_row,
    .erji_row,
    .search_list {
        width: 88%;
        grid-template-columns: repeat(2, 48%);
        grid-column-gap: 4%;
        grid-row-gap: 22px;
        margin: 40px auto;
    }
    .go_details {
        width: 165px;
    }
    .fenlei_row {
        width: 84%;
        display: grid;
        grid-template-columns: repeat(1, 100%);
        grid-row-gap: 60px;
        margin: auto;
        margin-top: 20px;
    }
}

@media screen and (max-width: 1000px) {
    .zjfl_erji,
    #fenye,
    .sx_right,
    .center_main,
    .center_left,
    .center_right,
    .sx_row,
    .search_div {
        width: 100%;
    }
    .search_top {
        margin-top: 30px;
        flex-direction: column;
        width: 100%;
    }
    .sx_row,
    .search_div {
        width: 100%;
    }
    .details_miaoshu {
        width: 100%;
    }
}

@media screen and (max-width: 716px) {
    .User_content {
        left: -135px;
    }
    .w1200 {
        width: 94%;
        margin: auto;
    }
    .center_main {
        padding-top: 10px;
    }
    .foot,
    .about_logo {
        display: none;
    }
    .m_foot {
        display: block;
    }
    .zjfl_main .weizhi {
        display: none;
    }
    .zjfl_top {
        width: 90%;
        margin: auto;
    }
    #zjfl_swiper {
        margin: 20px auto;
    }
    .dm,
    .download_btn,
    .lx_main,
    .about_row,
    .about_us,
    .center_div {
        flex-direction: column;
    }
    .lx_item {
        margin: 40px auto;
        width: 180px;
    }
    .lx_item img {
        margin: 10px auto;
    }
    .fl_title,
    .about_us_text {
        margin: 0;
    }
    .about_us_text {
        margin-top: 30px;
    }
    .download_btn {
        padding: 20px 0;
    }
    .go_load {
        margin: 15px auto;
    }
    .details_xx1,
    .details_xx2 {
        width: 100%;
        margin: 10px auto;
    }
    .gobuy {
        margin-left: 20px;
    }
    .detailsimg {
        width: 50%;
        height: 100%;
        margin: auto;
    }
    .details_logo {
        margin-bottom: 10px;
    }
    .about_text,
    .about_us {
        margin: 30px auto;
    }
    .about_bottom {
        flex-direction: row;
        justify-content: space-between;
        flex-wrap: wrap;
        margin: 10px auto;
    }
    .about_bottom a {
        margin-top: 10px;
    }
    .about_top_left {
        width: 100%;
        margin-top: 15px;
    }
    .about_index {
        width: 100%;
        height: 100%;
    }
    .about_huoban {
        margin-top: 30px;
    }
    .center_div {
        padding: 0px;
    }
    .center_right img {
        margin: auto;
    }
    .center_left img,
    .center_top {
        margin-left: 25px;
    }
    .center_left {
        margin-top: 30px;
    }
    .search_div {
        margin-top: 15px;
    }
}

@media screen and (max-width: 580px) {
    .login_main,
    .register_main {
        width: 100%;
        box-sizing: border-box;
        left: 0;
        padding: 20px 10px;
        top: 100px;
        box-shadow: none;
    }
    .register_main {
        top: 10px;
    }
    .bd_main {
        min-height: auto;
    }
    .index_wb .logo_s,
    .index_wb .biaoshi {
        display: none;
    }
    .biaoshi {
        font-size: 12px;
    }
    .website {
        font-size: 14px;
    }
    .index_title {
        margin-top: 65px;
    }
    .index_e_title {
        display: none;
    }
    .gointo {
        margin-top: 45px;
    }
    .index_img {
        width: 250px;
        height: 250px;
    }
    .sx_item {
        padding: 0 20px;
    }
}

.mulu {
    margin-top: 15px;
}
.mulurow {
    border-bottom: 1px solid #dedede;
    display: flex;
    max-width: 100%;
    width: 900px;
    padding: 8px 0;
}
.mulurow:last-of-type {
    border-bottom: 0;
}
.mulurow:first-of-type > div {
    font-weight: bold;
}
.mulurow > div {
    box-sizing: border-box;
    padding: 0 10px;
    flex: 1;
}
.mulurow > div:nth-of-type(1) {
    width: 100px;
    flex: inherit;
}

.neirong_toggle {
    font-size: 15px;
    color: rgb(115, 115, 115);
    margin-top: 5px;
    display: none;
}
.neirong_toggle > span {
    color: #428bca;
    cursor: pointer;
}
.neirong_toggle > span:hover {
    color: #2a6496;
    text-decoration: underline;
}

.download_maker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    z-index: 9999;
}

.download_popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 400px;
    max-width: 100%;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 50px 40px;
    z-index: 9999;
    display: none;
}

.download_popup_btn {
    width: 100%;
    height: 48px;
    border: 3px solid #13227a;
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13227a;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
}

.download_popup_btn svg {
    margin-right: 5px;
}
.download_popup_code {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #666;
    padding-bottom: 15px;
}
.download_popup_code svg,
.download_popup_code p {
    margin-right: 10px;
}
.download_popup_code_p {
    border: 1px dashed #2ab50a;
    font-size: 18px;
    font-weight: bold;
    color: #2ab50a;
    display: inline;
    outline: none;
    margin-right: 10px;
    width: 80px;
    text-align: center;
}

.nav_tabs {
    width: 70%;
    border-bottom: 1px solid #ddd;
    margin-top: 50px;
}
.nav_tabs:after {
    clear: both;
    display: table;
    content: " ";
}
.nav_tabs > li {
    float: left;
    margin-bottom: -1px;
    position: relative;
    display: block;
}
.nav_tabs > li > a {
    margin-right: 2px;
    line-height: 1.5;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    padding: 10px 15px;
    display: block;
    color: #428bca;
    font-size: 14px;
}
.nav_tabs > li > a.active {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
@media screen and (max-width: 1000px) {
    .nav_tabs {
        width: 100%;
    }
}

.pingluna {
    margin-top: 50px;
    width: 800px;
    max-width: 100%;
}

.pingluna > h3 {
    font-size: 25px;
    font-weight: 400;
}

.daduhui_comment_total {
    margin-top: 6px;
    font-size: 15px;
    font-weight: 400;
}

.daduhui_comment_total > span {
    font-size: 23px;
    color: #ad9134;
    font-weight: 500;
}

.daduhui_comment_form {
    margin-top: 10px;
}

.daduhui_comment_form_row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.daduhui_comment_form_row > textarea {
    padding: 6px;
    font-size: 14px;
    border: 1px solid #bfbfbf;
    outline: none;
    width: 100%;
    resize: none;
}

.daduhui_comment_form_btn {
    display: flex;
    justify-content: flex-end;
}

.daduhui_comment_form_btn > button {
    font-size: 14px;
    background: #27303c;
    color: #fff;
    outline: none;
    border: none;
    padding: 5px 18px;
}

.daduhui_link {
    border-top: 1px solid #d2d2d2;
    margin: 50px 0;
}

.daduhui_hot_comment {
    margin-top: 20px;
}

.daduhui_hot_comment_item {
    padding: 15px 0;
    border-bottom: 1px solid #d2d2d2;
}

.daduhui_hot_comment_item_wrapper {
    display: flex;
    overflow: hidden;
}

.daduhui_hot_comment_item_img {
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin-right: 15px;
    margin-top: 4px;
    position: relative;
}

.daduhui_hot_comment_item_img img {
    width: 100%;
    height: 100%;
}

.daduhui_hot_comment_item_cont {
    flex: 1;
}

.daduhui_hot_comment_item_top {
    display: flex;
    justify-content: space-between;
}

.daduhui_hot_comment_item_top .name {
    font-size: 15px;
}

.daduhui_hot_comment_item_top .time {
    font-size: 13px;
    color: #979797;
}

.daduhui_hot_comment_item_message {
    margin-top: 7px;
    color: #333;
    font-size: 13px;
    text-align: justify;
    line-height: 1.4;
    padding-right: 10px;
}

#more {
    margin: 0 auto;
    background: #dedede;
    text-align: center;
    line-height: 38px;
    width: 100px;
    height: 38px;
    font-size: 14px;
    margin-top: 30px;
    cursor: pointer;
}

.vip_icon {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 25px;
}

.vip_icon img {
    width: 100%;
    height: auto;
}

.daduhui_hot_comment_item_btn {
    display: flex;
    justify-content: flex-end;
}

.daduhui_hot_comment_item_btn > button {
    font-size: 13px;
    background: #27303c;
    color: #fff;
    outline: none;
    border: none;
    padding: 3px 15px;
    cursor: pointer;
}

.daduhui_comment_hint {
    text-align: center;
    font-size: 14px;
    color: #999;
}

.daduhui_comment_hint a {
    display: inline-block;
    color: #f7c42a;
}

body {
    padding-top: 47px;
}
.comm_header {
    background: rgb(240, 240, 240);
    height: 45px;
    box-shadow: 0px 4px 3px rgb(0 0 0 / 12%);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999999;
}
.comm_header_inner {
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 100px;
}
.comm_header_l {
    height: 100%;
    flex: 1;
    display: flex;
    align-items: center;
}
.comm_header_r {
    height: 100%;
    display: flex;
    align-items: center;
}
.comm_header_inner_logo {
    margin-right: 10px;
    width: 25px;
}
.comm_header_inner_logo img {
    width: 100%;
}
.comm_header_l > p {
    font-size: 15px;
}
.comm_header_l_a {
    margin-left: 30px;
    display: flex;
    align-items: center;
    font-size: 15px;
}
.comm_header_l_a > span {
    margin: 0 6px;
}
.comm_header_search {
    display: flex;
    height: 28px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    align-items: center;
    padding: 0 10px;
}
.comm_header_search input {
    border: none;
    outline: none;
    display: block;
    width: 140px;
    margin-right: 10px;
}
.comm_header_user {
    height: 28px;
    display: flex;
    align-items: center;
    background: rgb(9, 79, 183);
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 8px;
}
.comm_header_user > a {
    color: #fff;
}
.comm_header_user > span {
    margin: 0 5px;
}
.comm_header_mb_er {
    height: 28px;
    display: flex;
    align-items: center;
    background: rgb(9, 79, 183);
    color: #fff;
    margin-left: 20px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 8px;
    display: none;
}

@media screen and (max-width: 850px) {
    body {
        padding-top: 0;
    }
    .comm_header {
        position: relative;
    }
    .comm_header_inner {
        padding: 0 13px;
    }
    .comm_header_r {
        display: none;
    }
    .comm_header_l_a {
        display: none;
    }
    .comm_header_mb_er {
        display: flex;
    }
}

.custom-pagination {
    display: flex;
    align-items: center;
    width: 877px;
    margin: 0 auto 50px;
    max-width: 100%;
}

.custom-pagination .item {
    display: flex;
    align-items: center;
    padding: 0 10px;
    background: #f7c42a;
    transition: all 0.3s;
    color: #ffffff;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-pagination .item span {
    display: none;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-pagination .item.active span {
    display: block;
}

.custom-pagination .item:nth-child(1) {
    background: #eeb828;
}

.custom-pagination .item:nth-child(2) {
    background: #5cf143;
}

.custom-pagination .item:nth-child(3) {
    background: #4389f1;
}

.custom-pagination .item:nth-child(4) {
    background: #eeb828;
}

.custom-pagination .item:nth-child(5) {
    background: #5cf143;
}

.custom-pagination .item:nth-child(6) {
    background: #4389f1;
}

.custom-pagination .item:nth-child(7) {
    background: #eeb828;
}

.custom-pagination .item:nth-child(8) {
    background: #5cf143;
}

.custom-pagination .item:nth-child(9) {
    background: #4389f1;
}

@media screen and (max-width: 716px) {
    .custom-pagination {
        width: 100%;
    }
}

.caidan {
    display: flex;
    width: 1090px;
    max-width: 100%;
    margin: 30px auto 0;
}

.caidan > div {
    /*width: 14.2%;*/
    width: 25%;
    box-sizing: border-box;
    padding: 0 5px;
}

.caidan > div > a {
    height: 34px;
    display: block;
    background: #efefef;
    text-align: center;
    line-height: 34px;
    color: #333333;
    font-size: 15px;
    border-bottom: 3px solid #5da6dc;
}

.caidan > div > a:hover {
    background: #5da6dc;
}

@media only screen and (max-width: 650px) {
    .caidan {
        flex-wrap: wrap;
        margin-top: 0;
    }
    .caidan > div {
        width: 25%;
        box-sizing: border-box;
        padding: 0 3px;
        margin-top: 6px;
        font-size: 14px;
    }
}

.chanpai_col {
    width: 1090px;
    margin: 0 auto;
    max-width: 100%;
}
.chanpai_col img {
    max-width: 100%;
}
.chanpai_col .fl_title {
    text-align: left;
    width: auto;
    padding-left: 12px;
    padding-right: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    border-top: 3px solid rgb(51, 204, 255);
    border-left: 0;
    background: rgb(233, 233, 233);
    color: #666666;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
}
.chanpai_col .tuijian_row {
    grid-template-columns: repeat(8, 11%);
    grid-column-gap: 1.65%;
    margin-bottom: 60px;
}
.chanpai_col .tuijian_item > div {
    overflow: hidden;
}
.chanpai_col .ttttitle {
    font-size: 13px;
}
.chanpai_col .singer {
    font-size: 13px;
}
.chanpai_col .buhuanhang {
    font-size: 12px;
}
@media screen and (max-width: 1200px) {
    .chanpai_col .tuijian_row {
        grid-template-columns: repeat(2, 46%);
        grid-column-gap: 8%;
    }
}

.searchBox {
    max-width: 100%;
}

.searchBox > p {
    text-align: center;
    font-size: 19px;
    margin-bottom: 10px;
}

.searchflex {
    max-width: 100%;
    width: 380px;
    display: flex;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #999;
    height: 35px;
}

.searchflex .input {
    flex: 1;
    height: 100%;
    padding: 0 10px;
}

.searchflex .input input {
    border: none;
    outline: none;
    width: 100%;
    height: 100%;
}

.searchflex .btn {
    width: 80px;
    color: #fff;
    background: #506ef2;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.columnclassBox {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.columnclassItem {
    margin-right: 15px;
    padding: 6px 30px;
    cursor: pointer;
}

.columnclassItem.avtive {
    background: #333;
    color: #fff;
}

.columnBox {
    margin-top: 20px;
    padding: 0 10px;
}

.columnRow {
    display: block;
    border-bottom: 1px solid #dedede;
    display: flex;
    padding: 15px 0;
    overflow: hidden;
}

.columnRow:last-of-type {
    border-bottom: 0;
}

.columnimg {
    width: 180px;
    height: 110px;
    margin-right: 20px;
}

.columnimg img {
    width: 100%;
    height: 100%;
    display: block;
}

.columninfo {
    flex: 1;
    overflow: hidden;
}

.columntitle {
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 19px;
}

.columnintro {
    margin-top: 10px;
    color: #666;
    font-size: 15px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height: 1.4;
}

@media screen and (max-width: 645px) {
    .columnimg {
        width: 130px;
        height: 80px;
        margin-right: 10px;
    }
    .columntitle {
        font-size: 15px;
    }
    .columnintro {
        margin-top: 5px;
        font-size: 12px;
    }
}

.songs_info {
    display: flex;
    align-items: flex-start;
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 35px 20px;
    margin: 0 auto;
}
.songs_info_r {
    width: 220px;
    height: 220px;
}
.songs_info_r > img {
    width: 100%;
    height: 100%;
}
.songs_info_l {
    width: 1px;
    flex: 1;
    margin-right: 45px;
}
.songs_info_col {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.songs_info_col > div:first-of-type {
    color: #cccccc;
    font-size: 16px;
    line-height: 1.5;
}
.songs_info_col > div:last-of-type {
    width: 1px;
    flex: 1;
    margin-left: 20px;
    line-height: 1.6;
    word-break: break-all;
    font-size: 14px;
}
.songs_info_col > div.songs_name {
    font-size: 20px;
    line-height: 1;
}
.songs_info_toggle {
    color: #428bca;
    cursor: pointer;
}
.songs_info_b {
    display: none;
}

.songs_zj {
    width: 1000px;
    max-width: 100%;
    box-sizing: border-box;
    padding: 20px 0;
    margin: 0 auto;
}
.songs_zj_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.songs_zj_top_l {
    border-left: 4px solid #008cd5;
    padding-left: 10px;
    color: #3a3a3a;
    display: inline-block;
    cursor: pointer;
    font-size: 24px;
    font-family: Arial;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 1;
}
.songs_zj_top_r {
    display: flex;
}
.songs_zj_top_r > a {
    cursor: pointer;
    margin-left: 2px;
    color: #000000;
    border: 1px solid #003366;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.4;
}
.songs_zj_top_r > a.active {
    background-color: #003366;
    color: #fff;
}
.songs_zj_top_r > a:hover {
    background-color: #003366;
    color: #fff;
}

.songs_zj_box {
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    min-height: 350px;
}
.songs_zj_col {
    width: 16.666%;
    margin-bottom: 15px;
    padding: 0 5.5px;
    box-sizing: border-box;
}
.songs_zj_col_img {
    width: 100%;
    height: 155px;
    overflow: hidden;
}
.songs_zj_col_img img {
    width: 100%;
}
.songs_zj_col > h4 {
    width: 99%;
    height: 32px;
    margin-top: 8px;
    line-height: 16px;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal;
}
.songs_zj_col > p {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #c0c0c0;
    font-size: 12px;
}
.songs_zj_col_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.songs_zj_col_price > span {
    color: #008dd2;
    font-size: 12px;
}
.songs_zj_col_price > img {
    width: 19px;
    height: 12px;
}

@media screen and (max-width: 645px) {
    .songs_info {
        flex-direction: column-reverse;
    }
    .songs_info_r {
        width: 50%;
        height: auto;
        margin: 0 auto;
    }
    .songs_info_l {
        width: 100%;
        margin-top: 20px;
        margin-right: 0;
    }
    .songs_zj_col {
        width: 50%;
        padding: 0 8px;
    }
    .songs_zj_col_img {
        height: 40vw;
    }
    .songs_zj_box {
        min-height: auto;
    }
}

.lx2_main {
    padding: 0 10px;
}
.lx2_item {
    display: flex;
    width: 600px;
    max-width: 100%;
    margin: 70px auto;
}
.lx2_item_img {
    width: 90px;
    height: 90px;
    overflow: hidden;
}
.lx2_item_img > img {
    display: block;
    width: 100%;
}
.lx2_item_info {
    margin-left: 30px;
    width: 1px;
    flex: 1;
    padding-top: 5px;
}
.lx2_item_info > p {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 18px;
    width: 100%;
    padding-left: 30px;
    position: relative;
    box-sizing: border-box;
}
.lx2_item_info > p:first-of-type {
}
.lx2_item_info > p:first-of-type:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 25px;
    background: rgb(86, 165, 221);
}
.lx2_item_info > p:last-of-type {
    margin-top: 10px;
    color: #666;
}

@media screen and (max-width: 600px) {
    .lx2_item {
        margin: 40px auto;
    }
    .lx2_item_img {
        width: 70px;
        height: 70px;
    }
    .lx2_item_info {
        margin-left: 15px;
    }
    .lx2_item_info > p {
        font-size: 16px;
        padding-left: 20px;
    }
    .lx2_item_info > p:first-of-type:after {
        width: 5px;
        height: 20px;
    }
    .lx2_item_info > p:last-of-type {
        font-size: 14px;
    }
}

.person_main {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0;
}
.person_nav {
    display: flex;
    width: 100%;
    height: 46px;
    border-bottom: 1px solid #dedede;
}
.person_nav > a {
    max-width: 20%;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    padding: 0 10px;
    margin: 0 10px;
}
.person_nav > a.active:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #333;
    position: absolute;
    bottom: 0;
    left: 0;
}

.person_block {
    min-height: 400px;
    display: none;
}
.person_block.show {
    display: block;
    padding: 20px 15px;
}
@media screen and (max-width: 600px) {
    .person_main {
        padding: 20px 0;
    }
    .person_nav {
        height: 38px;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
    .person_nav > a {
        margin: 0;
        font-size: 13px;
        line-height: 38px;
        width: auto;
        padding: 0 5px;
        margin: 0 3px;
        display: inline-block;
    }
    .person_block {
        min-height: 360px;
    }
}
.person_info {
    position: relative;
}
.person_info_tx {
    position: relative;
    width: 200px;
    margin-bottom: 25px;
}
.hdyl {
    position: absolute;
    left: 390px;
    top: 200px;
    display: block;
    width: 260px
}
.hdyl > img {
    width: 100%;
}
#uploadHead {
    position: absolute;
    left: 115px;
    bottom: 0;
    display: none;
    color: #999;
    font-size: 14px;
}
.person_info_tx img {
    width: 100px;
    height: 100px;
}
.person_info_tx:hover #uploadHead {
    display: block;
}
.person_info_tx .vip_icon {
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 50px;
}
.person_info_tx .vip_icon img {
    width: 100%;
    height: auto;
}
.person_info_col {
    display: flex;
    font-size: 18px;
    padding: 10px 0;
}
.person_info_col p:first-of-type {
    font-weight: bold;
    margin-right: 10px;
}
.person_btn {
    background-color: #000;
    width: 95px;
    border-radius: 6px;
    height: 38px;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    margin-top: 20px;
}
.jhm_label {
    font-size: 18px;
    font-weight: bold;
}
.jhm_box {
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
}
.jhm_box > input {
    width: 240px;
    height: 32px;
    outline: none;
    border: 1px solid #000;
    box-sizing: border-box;
    padding: 0 10px;
    margin-right: 15px;
    font-size: 15px;
}
.jhm_box > a {
    margin-right: 15px;
    height: 32px;
    border-radius: 3px;
    color: #fff;
    background: #000;
    font-size: 15px;
    padding: 0 15px;
    line-height: 32px;
}
@media screen and (max-width: 600px) {
    .jhm_box > input {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
    .hdyl {
        left: auto;
        right: 0px;
        top: 250px;
        display: block;
        width: 165px;
    }
    .hdyl > img {
        width: 100%;
    }
}
.order_explain img,
.order_explain video {
    max-width: 100%;
    height: auto !important;
}

.links_box {
}
.links_col {
    padding: 10px 0;
    margin-bottom: 20px;
}
.links_col > p {
    font-size: 18px;
}
.links_col > a {
    display: block;
    width: 75px;
    height: 30px;
    background: #000;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}
.message_title {
    font-size: 18px;
    font-weight: bold;
}
.message_box {
    max-width: 450px;
    min-height: 260px;
    margin-top: 10px;
}
.message_col {
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.message_col p {
    font-size: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.message_col_title {
    color: red !important;
}
.message_col_msg {
    color: #506ef2;
}
.message_col .date {
    color: #999;
    font-size: 14px;
}
#messagesPages {
    margin-top: 15px;
}

.collect_col_wrapper {
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.collect_col_inner {
    padding: 9px 0;
    cursor: pointer;
    flex: 1;
}
.collect_col_inner h3 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}
.collect_col_inner .intro {
    color: #999;
    font-size: 14px;
    margin-top: 3px;
}
.quxiaoshoucang {
    background: #000;
    padding: 3px 10px;
    color: #fff !important;
    margin-left: 20px;
    font-size: 14px;
}
#collectPages {
    margin-top: 15px;
}



.hyfx_msg {
    padding: 30px 0;
    text-align: center;
  }
  .hyfx_search {
    max-width: 100%;
    height: 48px;
    border-radius: 5px;
    width: 500px;
    display: flex;
    align-items: center;
    background: rgb(241, 243, 244);
    margin: 0 auto;
    box-shadow: 1px 4px 5px rgb(0 0 0 / 10%);
    box-sizing: border-box;
    padding: 0 13px;
    margin-top: 20px;
  }
  .hyfx_search input {
    flex: 1;
    width: 1px;
    margin-right: 10px;
    border: none;
    display: block;
    outline: none;
    font-size: 15px;
    background: transparent;
  }
  .hyfx_search .fa-search {
    cursor: pointer;
  }
  .hyfxBox {
    margin-top: 50px;
    min-height: 400px;
    padding: 0 0 20px;
  }
  .hyfxItem {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
  }
  .hyfxItem_l {
    width: 80px;
  }
  .hyfxItem_l_img {
    width: 50px;
    height: 50px;
    border-radius: 4px;
    overflow: hidden;
    margin: 0 auto;
  }
  .hyfxItem_l_img img {
    display: block;
    width: 100%;
    height: 100%;
  }
  .hyfxItem_l > p {
    color: #666;
    font-size: 13px;
    text-align: center;
    margin-top: 8px;
  }
  .hyfxItem_r {
    width: 1px;
    flex: 1;
    margin-left: 25px;
    background: rgb(241, 243, 244);
    border-radius: 8px;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    padding: 15px;
  }
  .hyfxItem_r_img {
    width: 130px;
    height: 130px;
    border-radius: 8px;
    overflow: hidden;
  }
  .hyfxItem_r_img img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .hyfxItem_r_info {
    margin-left: 25px;
    flex: 1;
    width: 1px;
    display: flex;
  }
  .hyfxItem_r_info > div {
    width: 43.5%;
  }
  .hyfxItem_r_info > div:last-of-type {
    width: 13%;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .hyfxItem_r_n > p:first-of-type {
    font-weight: bold;
    font-size: 19px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;	
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;					
    -webkit-box-orient: vertical;
    padding-top: 8px;
  }
  .hyfxItem_r_n > p:last-of-type {
    font-size: 15px;
    margin-top: 15px;
    color: #999;
  }
  .hyfxItem_r_n, .hyfxItem_r_p {
    box-sizing: border-box;
    padding-right: 20px;
  }
  .hyfxItem_r_p > p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .hyfxItem_r_msg {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;	
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;					
    -webkit-box-orient: vertical;
    font-size: 15px;
    color: #666;
  }
  .hyfxItem_r_download {
    cursor: pointer;
    background: #000;
    font-size: 14px;
    color: #fff;
    border-radius: 5px;
    padding: 6px 12px;
  }
  .hyfxItem_foot {
    display: none;
  }

  @media screen and (max-width: 645px) {
    .hyfxBox {
      margin-top: 30px;
    }
    .hyfxItem {
      margin-bottom: 10px;
      display: block;
      background: rgb(241, 243, 244);
      border-radius: 8px;
    }
    .hyfxItem_l {
      display: none;
    }
    .hyfxItem_l_img {
      width: 40px;
      height: 40px;
    }
    .hyfxItem_r {
      width: 100%;
      margin-left: 0;
      padding: 10px;
    }
    .hyfxItem_r_img {
      width: 70px;
      height: 70px;
    }
    .hyfxItem_r_info {
      margin-left: 10px;
    }
    .hyfxItem_r_info > div {
      width: 44%;
    }
    .hyfxItem_r_n, .hyfxItem_r_p{
      padding-right: 5px;
    }
    .hyfxItem_r_n > p:first-of-type {
      font-size: 13px;
      padding-top: 3px;
    }
    .hyfxItem_r_n > p:last-of-type {
      margin-top: 5px;
      font-size: 12px;
    }
    .hyfxItem_r_p > p {
      font-size: 12px;
      line-height: 1.4;
    }
    .hyfxItem_r_msg {
      font-size: 12px;
      line-height: 1.4;
      display: none;
    }
    .hyfxItem_r_info > div:last-of-type {
      height: 70px;
    }
    .hyfxItem_foot {
      width: 100%;
      display: flex;
      box-sizing: border-box;
      padding: 0 10px 10px;
    }
    .hyfxItem_foot_user {
      width: 70px;
    }
    .hyfxItem_foot_user_img {
      width: 40px;
      height: 40px;
      border-radius: 4px;
      overflow: hidden;
    }
    .hyfxItem_foot_user_img img {
      display: block;
      width: 100%;
      height: 100%;
    }
    .hyfxItem_foot_user > p {
      color: #666;
      font-size: 12px;
      margin-top: 3px;
    }
    .hyfxItem_foot_msg {
      width: 1px;
      flex: 1;
      color: #666;
      font-size: 12px;
      margin-left: 10px;
      text-overflow: -o-ellipsis-lastline;
      overflow: hidden;	
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;					
      -webkit-box-orient: vertical;
      height: 60px;
    }
    .hyfxItem_r_download {
      font-size: 12px;
      padding: 2px 2px;
      text-align: center;
    }
  }

  .hyfxdetail_box {
    width: 100%;
    box-sizing: border-box;
    padding: 50px 0 200px;
  }
  .hyfxdetail_top {
    display: flex;
  }
  .hyfxdetail_img {
    width: 160px;
    height: 160px;
  }
  .hyfxdetail_img img {
    width: 100%;
    height: 100%;
  }
  .hyfxdetail_info {
    width: 400px;
    margin-left: 30px;
  }
  .hyfxdetail_info_title {
    font-weight: bold;
    font-size: 20px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .hyfxdetail_info_author {
    font-size: 18px;
    color: #666;
    margin-top: 10px;
  }
  .hyfxdetail_info_spec {
    margin-top: 20px;
    font-size: 16px;
    color: #333;
  }
  .hyfxdetail_buy {
    margin-left: 30px;
    padding-top: 30px;
  }
  .hyfxdetail_buy > p {
    font-size: 18px;
  }
  .hyfxdetail_buy > div {
    width: 110px;
    height: 40px;
    background: #333;
    border-radius: 6px;
    color: #fff;
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }

  .hyfxdetail_intro {
    margin-top: 50px;
  }
  .hyfxdetail_intro_title {
    font-size: 18px;
    font-weight: bold;
  }
  .hyfxdetail_intro_cont {
    font-size: 15px;
    line-height: 1.5;
    padding: 10px 0;
  }

  .hyfxdetail_download {
    margin-top: 50px;
  }
  .hyfxdetail_download_title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding: 10px 0;
  }

  .hyfxdetail_download_cont {
    margin-top: 10px;
  }
  .hyfxdetail_download_cont_no {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
  }
  .hyfxdetail_download_cont_no > img {
    width: 32px;
    height: 32px;
  }
  .hyfxdetail_download_cont_no > p {
    font-size: 18px;
    color: #666;
    margin: 0 12px;
  }
  .hyfxdetail_download_cont_no > div {
    background: #333;
    color: #fff;
    font-size: 16px;
    padding: 4px 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  .hyfxdetail_download_cont_da {
    display: flex;
    align-items: center;
    padding: 50px 0;
  }
  .da_code {
    display: flex;
    align-items: center;
    font-size: 17px;
    color: #666;
    margin-right: 15px;
  }
  .da_code svg, .da_code p {
    margin-right: 10px;
  }
  .da_code_p {
    border: 1px dashed #2ab50a;
    font-size: 17px;
    font-weight: bold;
    color: #2ab50a;
    display: inline;
    outline: none;
    margin-right: 10px;
    width: 80px;
    text-align: center;
  }
  .da_btn {
    width: 200px;
    height: 40px;
    border: 3px solid #13227a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #13227a;
    border-radius: 3px;
    font-weight: bold;
    cursor: pointer;
    margin-right: 15px;
  }
  .da_btn svg {
    margin-right: 10px;
  }
  @media screen and (max-width: 716px) {
    .hyfxdetail_top {
      flex-direction: column;
      align-items: center;
    }
    .hyfxdetail_info {
      width: 100%;
      margin: 10px auto;
    }
    .hyfxdetail_info_author {
      font-size: 17px;
      color: #666;
      margin-top: 5px;
    }
    .hyfxdetail_info_spec {
      margin-top: 5px;
      font-size: 17px;
      color: #333;
    }
    .hyfxdetail_buy {
      width: 100%;
      margin-left: 0;
      padding-top: 0;
      display: flex;
      align-items: center;
    }
    .hyfxdetail_buy > p {
      font-size: 17px;
    }
    .hyfxdetail_buy > div {
      margin-top: 0;
      margin-left: 20px;
      width: 110px;
      height: 40px;
      font-size: 18px;
    }
    .hyfxdetail_intro {
      margin-top: 30px;
    }
    .hyfxdetail_download {
      margin-top: 30px;
    }
    .hyfxdetail_download_cont_no {
      padding: 25px 0;
    }
    .hyfxdetail_download_cont_da {
      flex-direction: column;
      padding: 25px 0;
    }
    .da_code {
      margin-right: 0;
    }
    .da_btn {
      margin-top: 13px;
      width: 80%;
    }
  }
  
  .go_forget, .go_register {
    width: 46%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(91, 91, 91);
    color: #fff !important;
    font-size: 16px;
    margin-top: 10px;
}
.go_forget {
    margin-left: 2%;
    width: 25%;
    background: rgb(140, 140, 140);
}