@media screen and (max-width: 1199px) {
    .footerWrap_pc {
        display: none;
    }

    .footerWrap_view {
        display: block;
        background: rgba(54, 61, 62, 1);
        padding: .97rem .43rem 1.32rem;
        font-family:TsangerYunHei-W03;


    }
    .footerView_top{
        display: flex;
        justify-content: center;
        font-size: 0.26rem;
        line-height: 0.37rem;
        color: var(--theme-color);
        align-items: center;
        border-bottom: 1px solid var(--theme-color);
        padding-bottom: 0.2rem;
    }
    .footerView_top img{
        width: 0.17rem;
        height: 0.1rem;
        margin-left: 0.12rem;
    }
    .footerView_bot{
        padding-top: 0.48rem;
        color: #FFFFFF;
        font-size: 0.22rem;
        line-height: 0.3rem;
    }
    .footer_list_fir{
        padding: 0.33rem 0.34rem 0.31rem;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        display: flex;
        justify-content: space-between;

        align-items: center;
    }

    .footer_list_fir img{
        width: 0.24rem;
        height: 0.12rem;
    }
    .footer_up_750{
        display: none;
    }
    .footer_list_sec{
        padding: 0.48rem 0.34rem;
        background: rgba(255, 255, 255, 0.02);
        display: none;
    }
    .footer_list_sec span{
        display: block;
        margin-bottom: 0.3rem;

    }
    .footer_list_sec span:last-child{
        margin-bottom: 0;
    }
    .footerView_last{
        padding: 0.8rem 0.34rem 0;

    }
    .footerView_last_top{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .footerView_last_top span{
        margin-right:0.36rem;
        position: relative;
    }


    .footerView_last_top span img {
        height: 0.32rem;
        width: auto;
    }
    .footerView_last_top span img:nth-child(2){
        display: none;
        position: absolute;
        left:-0.5rem;
        bottom: -1.4rem;
        width: 1.2rem;
        height:1.2rem;
    }

    .footerView_last_top p:nth-child(2){
        font-size: 0.29rem;
        line-height: 0.3rem;
        font-family: TsangerYunHei-W08;
        color: #FFFFFF;
    }
    .footerView_last_mid{
        margin-top: 0.95rem;
        font-size: 0.22rem;
        font-family: TsangerYunHei-W03;
        line-height: 0.3rem;
        color: #FFFFFF;
    }
    .footerView_last_bot{
        margin-top: 0.2rem;
        font-size: 0.22rem;
        font-family: TsangerYunHei-W03;
        line-height: 0.3rem;
        color: #FFFFFF;
    }
    .footerView_last_bot p{
        margin-top: 0.2rem;
    }
    .footerView_last_bot p:first-child{
        display: flex;
        /*justify-content: space-between;*/
    }
    .footerView_last_bot p:first-child span{
        margin-right: 0.2rem;
    }
    .weibo_btn{
        cursor: pointer;
    }
}

@media all and (max-width: 1560px)and (min-width: 1200px) {
    .footerWrap_view{
        display: none;
    }
    .footerWrap_pc {
        display: block;
        height: 350px;
        background: #363D3E;
        color: #ffffff;
    }

    .footer_top {
        padding: 30px 0;
        display: flex;
        justify-content: center;
    }

    .footer_top img {
        width: 110px;
    }

    .footer_bot {

        padding: 0 60px;
        height: 195px;
    }

    .footer_bot_con {
        border-top: 1px solid #ffffff;
        display: flex;
        justify-content: space-between;
        padding-top: 18px;
    }

    .footer_bot_left ul {
        display: flex;
    }

    .footer_bot_left ul li {
        margin-right: 92px;
        font-size: 12px;
        font-family: TsangerYunHei-W04;
        line-height: 14px;
        text-align: center;
    }

    .footer_bot_left ul li span {
        display: block;
        margin-bottom: 8px;
        cursor: pointer;
    }

    .footer_bot_left ul li span:first-child {
        font-family: TsangerYunHei-W05;
        margin-bottom: 10px;
        cursor:auto ;
    }

    .footer_bot_left ul li span:hover {
        color: rgb(218,249,0);
    }
    .footer_bot_left ul li span:first-child:hover {
        color:#FFFFFF;
    }

    .footer_bot_right p:nth-child(1) {
        font-size: 34px;
        line-height: 34px;
        font-family: TsangerYunHei-W08;
        text-align: right;
    }

    .footer_bot_right p:nth-child(2) {
        margin-top: 14px;
        display: flex;
        justify-content: flex-end;
    }

    .footer_bot_right p:nth-child(2) span {
        margin-left: 28px;
        position: relative;
    }

    .footer_bot_right p:nth-child(2) span img {
        height: 32px;
        width: auto;
    }

    .footer_bot_right p:nth-child(2) span img:nth-child(2){
        display: none;
        position: absolute;
        left: -20px;
        bottom: -90px;
        width: 70px;
        height: 80px;
    }



    .footer_last_top{
        display: flex;
        padding: 0 60px;
        font-size: 10px;
        font-family: TsangerYunHei-W03;
        margin-bottom: 10px;
    }
    .footer_last_top p:nth-child(1) {
        margin-right: 24px
    }
    .footer_last {
        display: flex;
        padding: 0 60px;
        font-size: 10px;
        font-family: TsangerYunHei-W03;
    }
    .footer_last p:nth-child(1) span{
        display: inline-block;
        margin-right: 24px;
        cursor: pointer;
    }
    .weibo_btn{
        cursor: pointer;
    }
}

@media screen and (min-width: 1561px) {
    .footerWrap_view{
        display: none;
    }
    .footerWrap_pc {
        display: block;
        height: 560px;
        background: #363D3E;
        color: #ffffff;
    }

    .footer_top {
        padding: 48px 0;
        display: flex;
        justify-content: center;
    }

    .footer_bot {
        height: 329px;

        padding: 0 96px;
    }

    .footer_bot_con {
        border-top: 1px solid #ffffff;
        display: flex;
        justify-content: space-between;
        padding-top: 28px;
    }

    .footer_bot_left ul {
        display: flex;
    }

    .footer_bot_left ul li {
        margin-right: 144px;
        font-size: 16px;
        font-family: TsangerYunHei-W04;
        line-height: 22px;
        text-align: center;
    }

    .footer_bot_left ul li span {
        display: block;
        margin-bottom: 13px;
        cursor: pointer;
        text-align: center;
    }

    .footer_bot_left ul li span:first-child {
        font-family: TsangerYunHei-W05;
        margin-bottom: 10px;
        cursor:auto ;
    }

    .footer_bot_left ul li span:hover {
        color: rgb(218,249,0);
    }
    .footer_bot_left ul li span:first-child:hover {
        color:#FFFFFF;
    }

    .footer_bot_right p:nth-child(1) {
        font-size: 54px;
        line-height: 54px;
        font-family: TsangerYunHei-W08;
        text-align: right;
    }

    .footer_bot_right p:nth-child(2) {
        margin-top: 30px;
        display: flex;
        justify-content: flex-end;
    }

    .footer_bot_right p:nth-child(2) span {
        margin-left: 44px;
        position: relative;
    }
    .footer_bot_right p:nth-child(2) span img:nth-child(2){
        display: none;
        position: absolute;
        left: -30px;
        bottom: -156px;
        width: 110px;
        height: 126px;

    }
    .footer_last_top{
        display: flex;
        padding: 0 96px;
        font-size: 10px;
        line-height: 17px;
        font-family: TsangerYunHei-W04;
        margin-bottom: 10px;
    }
    .footer_last_top p:nth-child(1) {
        margin-right: 40px;
    }
    .footer_last{
        display: flex;
        padding: 0 96px;
        font-size: 10px;
        line-height: 17px;
        font-family: TsangerYunHei-W04;
    }
    .footer_last p:nth-child(1) span{
        display: inline-block;
        margin-right: 40px;
        cursor: pointer;
    }
    .weibo_btn{
        cursor: pointer;
    }

}
