﻿* {
    word-wrap: break-word
}

body, th, td, button, input, select, textarea {
    font-family: "Microsoft Yahei","Hiragino Sans GB","Helvetica Neue",Helvetica,tahoma,arial,"WenQuanYi Micro Hei",Verdana,sans-serif,"\5B8B\4F53";
    font-size: 16px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

html, body {
    *position: static
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%
}

ul, ol, dl {
    list-style-type: none
}

.ant_mess_body {
    padding: 24px;
    zoom: 1;
}

    .ant_mess_body:after, .ant_mess_body:before {
        content: "";
        display: table;
    }

.ant_mess_result {
    margin: 0 auto;
    text-align: center;
    width: 72%;
}

    .ant_mess_result .ant_mess_icon {
        font-size: 72px;
        line-height: 72px;
        margin-bottom: 24px;
    }

        .ant_mess_result .ant_mess_icon > .ant_mess_success {
            color: #52c41a;
        }

        .ant_mess_result .ant_mess_icon > .ant_mess_error {
            color: #f5222d;
        }

.ant-layout, .ant-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.anticon {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    line-height: 1;
    text-align: center;
    text-rendering: optimizeLegibility;
    text-transform: none;
    vertical-align: -.125em;
}

.ant_mess_result .ant_mess_title {
    color: rgba(0,0,0,.85);
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 16px;
}

.ant_mess_result .ant_mess_description {
    color: rgba(0,0,0,.45);
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}
