@media only screen and (max-width: 1023px) {
    #pcIp{
        display: none;
    }
    .footer_parent{
        width: 100%;
        height: 100%;
        /*height: 339px;*/
    }
    .footer_box{
        width:100%;
        background: #292929;
    }
    .footer_box_content{
        width: 6.87rem;
        min-height: 3.60rem;
        padding-top: 0.46rem;
        margin: 0 auto;
    }
    .footer_box_content_left{
        width: 100%;
    }
    .footer_box_content_left_box1{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-weight: 300;
        font-size: .28rem;
        color: #F3F3F3;
    }
    .wap_back{
        width: .26rem;
        height: .22rem;
    }
    .footer_box_content_left_box2 {
        width: 100%;
        margin-top: .35rem;
        display: flex;
        flex-wrap: wrap;
        column-gap: .2rem;
        row-gap: .26rem;
    }
    .footer_box_content_left_box2_img{
        width: 48%;
        height: .38rem;
    }
    .footer_box_content_right{
        display: none;
    }

    .footer_box1{
        width: 100%;
        height:5.26rem;
        background: #202020;
    }
    .footer_box1_item{
        width: 6.87rem;
        height: 100%;
        margin: 0 auto;
    }
    .footer_box1_item_box1{
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        padding-top: .79rem;
    }
    .footer_box1_item_box1_left{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        row-gap: .40rem;
    }
    .box1_left_box_item{
        width: 20%;
    }
    .box1_left_box_item_title{
        font-weight: 500;
        font-size: .24rem;
        color: #F3F3F3;
        text-align: center
    }
    .box1_left_box_item_bottom{
        display: none;
    }
    .box1_left_box_item_text{
        display: none;
    }
    .footer_box1_item_box1_right{
        width: 100%;
    }
    .box1_right_top{
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: .38rem;
    }
    .box1_right_top_left{
        font-weight: 500;
        font-size: .24rem;
        color: #949494;
    }
    .box1_right_top_right{
        width: .82rem;
        height: .82rem;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .box1_right_top_right:hover{
        background: #4383e9;
    }
    .box1_right_top_right:hover .box1_right_top_right_show{
        opacity: 1;
        visibility: visible;
    }
    .box1_right_top_right img{
        width: .42rem;
        height: .34rem;
    }
    .box1_right_top_right_show{
        opacity: 0;
        visibility: hidden;
        width: 2.59rem;
        height: 2.8rem;
        position: absolute;
        top: -3.2rem;
        background: #f4f4f4;
        box-sizing: border-box;
        padding-top: .31rem;
    }
    .box1_right_top_right_show::after{
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-left: .1rem solid transparent;
        border-right: .1rem solid transparent;
        border-top: .1rem solid #f4f4f4;
        position: absolute;
        bottom: -.1rem;
        left: 50%;
        transform: translateX(-50%);
    }
    .box1_right_top_right_show_img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box1_right_top_right_show_img img{
        width: 2rem;
        height: 2rem;
    }
    .box1_right_top_right_show_text{
        text-align: center;
        font-weight: 400;
        font-size: .24rem;
        color: #666666;
        line-height: .4rem;
    }
    .box1_right_bottom{
        width: 100%;
        margin-top: .1rem;
    }
    .box1_right_bottom_item{
        width: 100%;
        display: flex;
        margin-top: .1rem;
        /*align-items: center;*/
    }
    .box1_right_bottom_item_left{
        width: .29rem;
        display: flex;
        justify-content: center;
        padding-top: .12rem;
        box-sizing: border-box;
    }
    .box1_right_bottom_item_left_img1{
        width: .2rem;
        height: .2rem;
    }
    .box1_right_bottom_item_left_img2{
        width: .29rem;
        height: .22rem;
    }
    .box1_right_bottom_item_left_img3{
        width: .24rem;
        height:.34rem;
    }
    .box1_right_bottom_item_right{
        flex: 1;
        box-sizing: border-box;
        padding-left: .18rem;
        font-weight: 500;
        font-size: .24rem;
        color: #727272;
        line-height: .46rem;
    }
    .box1_right_bottom_text{
        font-weight: 300;
        font-size: 15px;
        color: #F3F3F3;
        box-sizing: border-box;
        padding-left: 21px;
    }
    .footer_box2{
        width: 100%;
        height: 1.78rem;
        background: #1B1B1B;
        padding-top: .42rem;
    }
    .footer_box2_content{
        width: 6.87rem;
        margin: 0 auto;
        height: 100%;
    }
    .text{
        font-size: .24rem;
        color: #F3F3F3;
        line-height: .36rem;
    }
    .footer_box2_item{
        width: 100%;
    }
    .footer_box2_item_left {
        display: flex;
        align-items: center;
    }
    .footer_box2_item_left>.text{
        padding-left: .1rem;
    }
}
@media only screen and (min-width: 1024px)and (max-width: 1399px) {
    #wapIp{
        display: none;
    }
    .footer_parent{
        width: 100%;
        height: 100%;
        /*height: 339px;*/
    }
    .footer_box{
        width:100%;
        background: #292929;
    }
    .footer_box_content{
        width: 960px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 80px;
    }
    .footer_box_content_left{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer_box_content_left_box1{
        /*display: flex;*/
        /*align-items: center;*/
        width: 90px;
        font-weight: 300;
        font-size: 16px;
        color: #F3F3F3;
    }
    .wap_back{
        display: none;
    }
    .footer_box_content_left_box2{
        flex: 1;
        display: flex;
        align-items: center;
        column-gap: 21px;
    }
    .footer_box_content_left_box2_img2{
        height: 25px;
        object-fit: contain;
        cursor: pointer;
    }
    .footer_box1{
        width: 100%;
        height: 346px;
        background: #202020;
    }
    .footer_box1_item{
        width: 960px;
        height: 100%;
        margin: 0 auto;
    }
    .footer_box1_item1{
        display: none;
    }
    .footer_box1_item_box1{
        width: 100%;
        height: 100%;
        display: flex;
        box-sizing: border-box;
        padding-top: 62px;
    }
    .footer_box1_item_box1_left{
        width: 100%;
        display: flex;
        column-gap: 20px;
    }
    .box1_left_box_item{
        flex: 1;
    }
    .box1_left_box_item_title{
        font-weight: 500;
        font-size: 16px;
        color: #F3F3F3;
        text-align: center
    }
    .box1_left_box_item_bottom{
        width: 100%;
        margin-top: 24px;
    }
    .box1_left_box_item_text{
        font-weight: 300;
        font-size: 14px;
        color: #A5A5A5;
        line-height: 35px;
        text-align: center
    }
    .footer_box1_item_box1_right{
        width: 340px;
        height: 100%;
        box-sizing: border-box;
        margin-left: 40px;
        display: flex;
        flex-direction: column;
    }
    .box1_right_top{
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 20px;
    }
    .box1_right_top_left{
        font-weight: 500;
        font-size: 16px;
        color: #949494;
    }
    .box1_right_top_right{
        width: 55px;
        height: 55px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;
    }
    .box1_right_top_right:hover{
        background: #4383e9;
    }
    .box1_right_top_right:hover .box1_right_top_right_show{
        opacity: 1;
        visibility: visible;
    }
    .box1_right_top_right img{
        width: 28px;
        height: 23px;
    }
    .box1_right_top_right_show{
        opacity: 0;
        visibility: hidden;
        width: 188px;
        height: 210px;
        position: absolute;
        top: -230px;
        background: #f4f4f4;
        box-sizing: border-box;
        padding-top: 20px;
    }
    .box1_right_top_right_show::after{
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f4f4f4;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%);
    }
    .box1_right_top_right_show_img{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box1_right_top_right_show_img img{
        width: 147px;
        height: 146px;
    }
    .box1_right_top_right_show_text{
        text-align: center;
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        line-height: 28px;
    }
    .box1_right_bottom{
        width: 100%;
        margin-top: 22px;
    }
    .box1_right_bottom_item{
        width: 100%;
        display: flex;
        /*align-items: center;*/
    }
    .box1_right_bottom_item_left{
        width: 13px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        box-sizing: border-box;
    }
    .box1_right_bottom_item:nth-of-type(3) .box1_right_bottom_item_left{
        padding-top: 8px;
    }
    .box1_right_bottom_item_left_img1{
        width: 10px;
        height: 13px;
    }
    .box1_right_bottom_item_left_img2{
        width: 13px;
        height: 10px;
    }
    .box1_right_bottom_item_left_img3{
        width: 13px;
        height: 17px;
    }
    .box1_right_bottom_item_right{
        flex: 1;
        box-sizing: border-box;
        padding-left: 9px;
        font-weight: 500;
        font-size: 13px;
        color: #727272;
        line-height: 30px;
    }
    .box1_right_bottom_item_right:nth-of-type(3){
        padding-top: 10px;
    }
    .box1_right_bottom_text{
        font-weight: 300;
        font-size: 15px;
        color: #F3F3F3;
        box-sizing: border-box;
        padding-left: 21px;
    }
    .footer_box2{
        width: 100%;
        height: 43px;
        background: #1B1B1B;
    }
    .footer_box2_content{
        width: 960px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .text{
        font-size: 14px;
        color: #F3F3F3;
    }
    .text:nth-child(n+2){
        padding-left: 10px;
    }
    .footer_box2_item{
        display: flex;
        align-items: center;
        column-gap: 5px;
        padding-left: 10px;
    }
    .footer_box2_item_left {
        display: flex;
        align-items: center;
    }
}
@media only screen and (min-width: 1400px)  {
    #wapIp{
        display: none;
    }
    .footer_parent{
        width: 100%;
        height: 100%;
        /*height: 339px;*/
    }
    .footer_box{
        width:100%;
        background: #292929;
    }
    .footer_box_content{
        width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 80px;
    }
    .footer_box_content_left{
        width: 100%;
        display: flex;
        align-items: center;
    }
    .footer_box_content_left_box1{
        /*display: flex;*/
        /*align-items: center;*/
        width: 90px;
        font-weight: 300;
        font-size: 16px;
        color: #F3F3F3;
    }
    .wap_back{
        display: none;
    }
    .footer_box_content_left_box2{
        flex: 1;
        display: flex;
        align-items: center;
        column-gap: 21px;
    }
    .footer_box_content_left_box2_img2{
        height: 35px;
        object-fit: contain;
        cursor: pointer;
    }
    .footer_box_content_right{
        width: 26px;
        height: 22px;
        cursor: pointer;
    }
    .footer_box1{
        width: 100%;
        height: 378px;
        background: #202020;
    }
    .footer_box1_item{
        width: 1400px;
        height: 100%;
        margin: 0 auto;
    }
    .footer_box1_item1{
        display: none;
    }
    .footer_box1_item_box1{
        width: 100%;
        height: 100%;
        display: flex;
        box-sizing: border-box;
        padding-top: 62px;
    }
    .footer_box1_item_box1_left{
        width: 100%;
        display: flex;
        column-gap: 20px;
    }
    .box1_left_box_item{
        flex: 1;

    }
    .box1_left_box_item_title{
        font-weight: 500;
        font-size: 18px;
        color: #F3F3F3;
        text-align: center
    }
    .box1_left_box_item_bottom{
        width: 100%;
        margin-top: 22px;
    }
    .box1_left_box_item_text{
        font-weight: 300;
        font-size: 16px;
        color: #A5A5A5;
        line-height: 35px;
        text-align: center
    }
    .footer_box1_item_box1_right{
        width: 500px;
        height: 100%;
        box-sizing: border-box;
        margin-left: 40px;
        display: flex;
        flex-direction: column;
    }
    .box1_right_top{
        width: 100%;
        display: flex;
        align-items: center;
        column-gap: 34px;
    }
    .box1_right_top_left{
        font-weight: 500;
        font-size: 18px;
        color: #949494;
    }
    .box1_right_top_right{
        width: 58px;
        height: 58px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        position: relative;


    }
    .box1_right_top_right:hover{
        background: #4383e9;
    }
    .box1_right_top_right:hover .box1_right_top_right_show{
        opacity: 1;
        visibility: visible;
    }
    .box1_right_top_right img{
        width: 30px;
        height: 24px;
    }
    .box1_right_top_right_show{
        opacity: 0;
        visibility: hidden;
        width: 200px;
        height: 210px;
        position: absolute;
        top: -230px;
        background: #f4f4f4;
        /*display: flex;*/
        /*align-items: center;*/
        /*justify-content: center;*/
        box-sizing: border-box;
        padding-top: 20px;
    }
    .box1_right_top_right_show::after{
        content: "";
        width: 0;
        height: 0;
        display: block;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #f4f4f4;
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }
    .box1_right_top_right_show_img{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .box1_right_top_right_show_img img{
        width: 156px;
        height: 156px;
    }
    .box1_right_top_right_show_text{
        font-weight: 400;
        font-size: 16px;
        color: #666666;
        text-align: center;
        line-height: 30px;
    }
    .box1_right_bottom{
        width: 100%;
        margin-top: 22px;
    }
    .box1_right_bottom_item{
        width: 100%;
        display: flex;
        /*align-items: center;*/
    }
    .box1_right_bottom_item_left{
        width: 19px;
        display: flex;
        justify-content: center;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .box1_right_bottom_item:nth-of-type(3) .box1_right_bottom_item_left{
        padding-top: 5px;
    }
    .box1_right_bottom_item_left_img1{
        width: 13px;
        height: 18px;
    }
    .box1_right_bottom_item_left_img2{
        width: 19px;
        height: 14px;
    }
    .box1_right_bottom_item_left_img3{
        width: 16px;
        height: 22px;
    }
    .box1_right_bottom_item_right{
        flex: 1;
        box-sizing: border-box;
        padding-left: 18px;
        font-weight: 500;
        font-size: 16px;
        color: #727272;
        line-height: 30px;
    }
    .box1_right_bottom_item_right:nth-of-type(3){
        padding-top: 10px;
    }
    .box1_right_bottom_text{
        font-weight: 300;
        font-size: 15px;
        color: #F3F3F3;
        box-sizing: border-box;
        padding-left: 21px;
    }
    .footer_box2{
        width: 100%;
        height: 40px;
        background: #1B1B1B;
    }
    .footer_box2_content{
        width: 1400px;
        margin: 0 auto;
        display: flex;
        align-items: center;
        height: 100%;
    }
    .text{
        font-weight: 300;
        font-size: 12px;
        color: #F3F3F3;
    }
    .text:nth-child(n+2){
        padding-left: 10px;
    }
    .footer_box2_item{
        display: flex;
        align-items: center;
        column-gap: 5px;
        padding-left: 10px;
    }
    .footer_box2_item_left {
        display: flex;
        align-items: center;
    }
}
.footer_box2_content{
    cursor: pointer;
}
.footer_box1_item_box1_left{
    cursor: pointer;
}
