* {
    margin: 0;
    padding: 0;
}

body {
    font-family: -apple-system-font, Helvetica Neue, Helvetica, sans-serif;
    background: #fff;
    line-height: 1.6
}

img {
    border: none
}

a {
    cursor: pointer;
    color: #586C94;
    transition: .5s;
    -moz-transition: .5s;
}

ul, li {
    list-style: none
}

table {
    table-layout: fixed;
}

table tr td {
    word-break: break-all;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

.cf:after {
    content: ".";
    display: block;
    height: 0;
    font-size: 0;
    clear: both;
    visibility: hidden;
}

.cf {
    zoom: 1;
    clear: both
}

.bg {
    width: 100%;
}

.cont {
    margin: 0 auto;
    width: 100%;
    text-align: center
}

.success {
    min-height: 10rem;
    text-align: center;
    background: url(../images/true.png) no-repeat center
}

.error {
    min-height: 10rem;
    text-align: center;
    background: url(../images/403.png) no-repeat center;
}

.error_body {
    width: 800px;
    height: 600px;
    margin: 0 auto;
}

.error_left {
    float: left;
    width: 50%;
    min-height: 500px;   
    background-repeat: no-repeat;
    background-position: center top;
}

.error_right {
    float: right;
    width: 50%;
    min-height: 500px;
    padding-top: 130px;
}

.error_right h1 {
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 65px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #000;
}

.error_right h2 {
    color: #000;
    font-size: 32px;
    font-weight: normal;
    line-height: 1.5rem;
    margin-bottom: 1rem;
    min-height: 3rem
}

.error_right h3, .error_right h4, .error_right h5 {
    font-weight: normal;
    color: #666;
}

.error_right p {
    color: #999;
    font-size: 14px;
    font-weight: normal;
    height: 2rem margin-bottom:6rem
}

.success .norecord {
    padding-top: 20rem;
}

.success .list {
    width: 500px;
    margin: 0 auto;
    padding: 2.5rem 0;
}

.success .list li {
    width: 100%;
    line-height: 2.5rem;
    height: 2.5rem;
    border-bottom: 1px dashed #ddd;
    background: #DAD9D7
}

.success .list li a {
    display: block;
    width: 100%;
    height: 2.5rem;
    line-height: 2.5rem;
    overflow: hidden;
    text-align: center;
    color: #454545;
}

.btn-area {
    border-top: 1px solid #eee;
    margin: 2rem 0;
    padding: 2rem 0;
}

.btn-area .btn {
    border: 1px solid #5591ff;
    border-radius: 5px;
    padding: 0.6rem 1.5rem;
    margin: 2rem 2rem 0 0;
    box-shadow: 1px 1px 10px #ccc;
}

.btn-area .btn1 {
    background-color: #5591ff;
    color: #fff;
}


.btn-area .btn:hover {
    background-color: #326ad3;
    color: #fff;
    box-shadow: 1px 1px 10px #666;
}

@media screen and (max-width: 768px) {

    .error_body {
        width: 100%;
        height: 600px;
        margin: 0 auto;
    }

    .error_left {
        width: 100%;
        min-height: 200px;        
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50% auto;
    }

    .error_right {
        width: 90%;
        padding:5%;
        text-align: center;
    }

}