/*This is the beginning of CSS on pc*/
*{
    margin:0;
    padding:0;
}
p{
    margin-bottom: 0!important;
}
a{
    text-decoration: none!important;
}
/*show or hide/////////////////////////////////////////////////////////////////*/
.banner{
    display: block;
}
.banner-ydd{
    display: none;
}

.pc_footer{
    display: block;
}
.pcheade{
    display: block;
}
.ydheade{
    display: none;
}
.ydd-erweima{
    display: none;
}
/*show or hide is over*/
/*header*/
.heade{
    padding:0!important;
}
.heade .left{
    width: auto!important;
}
.heade .i{
    width: auto!important;
    height: auto!important;
    border-radius: 0px!important;
    background:none!important;
    overflow: hidden;
}
.bottom{
    background-color:#ffffff!important;
    padding:0!important;
}
/*End header*/
/*footer*/

/*End footer*/
.wrap{
    background: url(../image/background-404.jpg) center no-repeat;
    background-size:100% 100%;
    width:100%;
    height:690px;
    overflow: auto;
}
.wrap-main{
    max-width:1200px;
    margin: auto;
    height: auto;
}
.wrap-button{
    width: 112px;
    height: 46px;
    background: #22a3fe;
    color: #ffffff;
    border-radius: 50px;
    margin-top: 41%;
    margin-left: 42.9%;
}
.wrap-button p{
    font-size: 14px;
    text-align: center;
    line-height: 43px;
}
.wrap-button:hover{
    background: #ffffff;
    border: 1px solid #22a3fe;
    color: #22a3fe;
}
@media screen and (max-width: 1200px){
    body{
        font-size: 0!important;
    }
    /*show or hide/////////////////////////////////////////////////////////////////*/
    .banner{
        display: none!important;
    }
    .banner-ydd{
        display: block!important;
    }
    .pcheade{
        display: none!important;
    }
    .ydheade{
        display: block!important;
    }
    .pc_footer{
        display: none!important;
    }
    .ydd-erweima{
        display: block!important;
    }
    /*show or hide is over*/
    /*404-wrap*/
    .wrap{
        background: url(../image/background-404.jpg) center no-repeat;
        background-size:100% 100%;
        width:100%;
        height: 2.9rem;
        overflow: auto;
    }
    .wrap-button {
        width: 1.2rem;
        height: 0.46rem;
        background: #22a3fe;
        color: #ffffff;
        border-radius: 50px;
        margin-top: 26%;
        margin-left: 39.9%;
    }
    .wrap-button p {
        font-size: 0.14rem;
        text-align: center;
        line-height: 0.43rem;
    }
    
    /*End 404-wrap*/
}