﻿ .error_page_container {
            width:100%;
            float:left;
            color:#777777;
            position:relative;
        }
         .error_page_inner {
            width: 100%;
            position: relative;
            top: 0px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            height: 360px;
            text-align: center;
         }
         .error_page_icon {
             width:100%;
             float:left;
             font-size:150px;
             height:185px;
         }
         .error_page_number {
             width:100%;
             float:left;
             font-size:50px;
         }
         .error_page_text_middle {
              width:100%;
             float:left;
             font-size:20px;
             color:#b5b5b5;
             padding-bottom: 10px;
         }
         .error_page_text_bottom {
              width:100%;
             float:left;
             font-size:14px;
         }
         .error_green_text {
             cursor:pointer;
             color:#2ca01c;
         }
         .error_green_text:hover {
             text-decoration:none;
             color:#2ca01c;
         }
         @media (max-width:414px) {
              .error_page_text_bottom {
             font-size:10px;
         }
         }
