/* 全局 */

html{
	height: 100%;
}
body{
	display: flex;
	display: -webkit-flex;
    background: #fff;
    width:100%;
    height: 100%;
    flex-direction: column;
    -webkit-flex-direction: column;
    
}
img{
	display: inline-block;
}
footer *{
	box-sizing: content-box;
}
#mainWrapper {
    background: #F8F8F8;
    flex: 1 0 auto;
    -webkit-flex: 1 0 auto;
    display: flex;
    flex-direction: column;
}
/* 局部 */
#error_wrapper{
    /*position: absolute;
    width: 100%;
    left: 0;
    text-align: center;*/
}

#back_to_index {
    font-size: 15px;
    color: #6E7279;
}

#error_wrapper>img{
    width: 342px;
    height: 218px;
    margin-bottom: 45px;
}

#error_wrapper>p{
    font-size: 16px;
    color: #3a4350;
    margin-bottom: 16px;
}

#error_wrapper>button{
    font-size: 13px;
    color: #3a4350;
    background: #fff;
    border: none;
    cursor: pointer;
}

#countDown {
    margin: 0 5px;
    color: #88B8FD;
}

#content{
	flex: 1 0 auto;
	-webkit-flex: 1 0 auto;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}


/***************** media **********************/

@media screen and (max-width:768px){
    html{
        width: 100% !important;
        min-width: 300px !important;
        background-color: #fff !important;
    }

    body{
        background-color: #fff;
        width: auto !important;
        min-width: initial;
    }

    header{
        display: none;
    }

    footer{
        display: none;
    }

    #content{
        display: none;
        width: 95% !important;
    }

    #mobileErr{
        display: block !important;
        height: 100%;
        width: 100%;
        background-color: #fff;
    }

    #mobileErr img{
        width: 80%;
        margin-top: 40%;
    }

    #mobileErr p{
        margin-top:64px;
        font-size: 5vw;
        color: #4c4c4c;
    }

    .backBtn {
	    border: 1px solid #b2b2b2;
	    margin: 30% auto;
	    padding: 17px 40px;
	    color: #b2b2b2;
	    border-radius: 4px;
	    font-size: 5vw;
	    cursor: pointer;
	    display: inline-block;
	}

    #countDown2 {
        font-size: 0.8em;
    }

}


/***************** 3.4.2版本 **********************/
#mobileErr img.no_found ,#mobileErr img.to_home{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
#mobileErr img.no_found{ 
    width: 10.88rem;
    height: 10.432rem;
    top: 9rem;
}
#mobileErr img.to_home{
    width: 11.168rem;
    height: 4.032rem;
    top: 21rem;
}
#mobileErr .no_found_text{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 24.552rem;
    color: #9fa5b2;
    font-size: 0.768rem;
    }
#mobileErr .no_found_text span{
    color: #5b9efd
}
