﻿body{background-color:#fff;background-color:#D93737;}
.error_container{width:100%;height:100%;position:fixed;top:0;left:0;}
.error_content{
    width: 80%;
    height: 60%;
    position: fixed;
    top: 5%;
    left: 10%;
    border-radius: 10px;
    background-image: url(../../Images/error_packettopbg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;}
.error_info{width:100%;position:absolute;top:20%;left:0;right:0;margin:0 auto;text-align:center;}
.error_pic{width:20%;}
.error_alert{font-size:1.6em;color:#F16043;}
.error_returnbtn{position:absolute;width:12em;height:3em;font-size:1.3em;color:#fff;background-image:url('../../Images/error_packetbtn.png');border-radius:20px;top:70%;left:0;right:0;margin:0 auto;text-align:center;line-height:3.1em;background-repeat:no-repeat;background-size:cover;background-position:top left;}
.error_return:active{background-color:#417ad6;}
.packetbottomppic{position:fixed;bottom:0;left:0;width:100%;height:42%;}