#error-notpage .notpage_father{
    width: 100%;
    
    display: flex;
    
    align-items: center;
}
#error-notpage .notpage_content{
    width: 100%;
    text-align: center;
    position: relative;
    padding: 14% 0 16.5% 0;
}
#error-notpage .notpage_content>img{
    display: block;
    width: 3.416%;
    margin: auto;
    margin-bottom: 95px;
}
#error-notpage .notpage_content>h1{
    font-family: "Montserrat";
    font-size: 75px;
    color: #000;
    line-height: 75px;
    font-weight: 200;
    margin-bottom: 40px;
}
#error-notpage .notpage_content>h2{
    font-family: "Montserrat";
    font-size: 15.62px;
    color: #000;
    font-weight: 400;
    padding-bottom: 135px;
}
#error-notpage .notpage_from{
    display: flex;
    justify-content: center;
}
#error-notpage .notpage_email{
    width: 320px;
    height: 45px;
    padding: 5px 10px;
    border: 1px solid #e6e6e6;
}
#error-notpage .notpage_btn{
    font-family: "Montserrat";
    font-size: 12.5px;
    font-weight: 800;
    width: 135px;
    height: 45px;
    line-height: 45px;
    background-color: #ff8b00;
    color: #fff;
}
#error-notpage .notpage_mask{
    display: none;
    position: fixed;
    top: 75px;
    left: 0%;
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
#error-notpage .notpage_mask_son{
    width: 100%;
    min-height: 100%;
    position: relative;
}
#error-notpage .notpage_mask_close>img{
    
    cursor: pointer;
}
#error-notpage .notpage_mask_content{
    width: 315px;
    height: 390px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -157.5px;
    margin-top: 10%;
    border-radius: 15px;
}
#error-notpage .notpage_mask_close{
    position : absolute;
    right: -15%;
}
#error-notpage .notpage_mask_con{
    text-align: center;
}
#error-notpage .notpage_mask_img{
    display: block;
    padding: 55px 0;
    margin: 0 auto;
}
#error-notpage .notpage_mask_title{
    font-family: "Montserrat";
    font-size: 12.5px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}
#error-notpage .notpage_mask_btn>a{
    display: inline-block;
    width: 135px;
    height: 40px;
    font-family: "Montserrat";
    font-size: 12.5px;
    line-height: 40px;
    font-weight: 800;
    background-color: #ff8b00;
    color: #fff;
}
#error-notpage .notpage_mask_btn{
    margin-top: 60px;
}

#error-notpage .notpage_tips{
    font-size: 12.5px;
    font-weight: 300;
    color: #c2c2c2;
    font-family: "Montserrat";
    margin-top: 30px;
    line-height: 22px
}
#error-notpage .notpage_tips>a{
    color: #ff8d18;
}

#error-notpage .user{
    
}