body {
    font-size: .85em;
    font-family: "Helvetica Neue", "Hiragino Sans GB", "Segoe UI", "Microsoft Yahei", "微软雅黑", Arial, Sans-Serif;
}

a {
    word-break: break-all;
    text-decoration: none;
    color: #5ea8de;
}

a:visited {
    color: #5ea8de;
    text-decoration: none;
}

a:hover {
    color: #ce8b10;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    width: auto;
    height: auto;
}

label {
    display: inline-block;
}

table {
    border-collapse: collapse !important;
    border: 1px solid #d8d9dc;
}

thead {
    background-color: #f0f1f4;
}

td,
th {
    border: 1px solid #d8d9dc;
    padding: 5px;
}

a {
    cursor: pointer;
}

h1 {
    font-size: 2em;
    font-weight: normal;
    margin: 10px auto;
}

h2 {
    font-size: 1.6em;
    font-weight: normal;
    margin: 10px auto;
}

h3 {
    font-size: 1.4em;
    font-weight: normal;
    margin: 10px auto;
}

h4 {
    font-size: 1.2em;
    font-weight: bold;
    margin: 10px auto;
}

h5 {
    font-size: 1.1em;
    font-weight: bold;
    margin: 10px auto;
}

h6 {
    font-size: 1em;
    font-weight: bold;
    margin: 10px auto;
}

input[type="color"] {
    box-sizing: content-box;
}

label.error {
    float: left;
}

.container>h1 {
    margin-top: 50px;
}


.breadcrumb {
    background-color: inherit;
    padding: 8px 0
}

.input-tiny {
    width: 40px;
}

.alert {
    margin-top: 5px;
    margin-bottom: 5px;
}

.line {
    margin-top: 100px;
    border-top: 1px solid #d4d4d4;
    border-radius: 4px;
    height: 0;
}

.logo {
    position: relative;
    left: -30px;
    min-height: 75px;
    flex-shrink: 0;
}

.brand {
    font-size: 20px;
    font-weight: 200;
    color: #777;
    text-shadow: 0 1px 0 #fff;
}

a.brand:hover {
    color: #777;
}

a.brand:visited {
    color: #777;
}

.banner-bar {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.ad-container {
    margin: auto auto;
}

.input_textarea {
    width: 100%;
    height: 250px;
    padding: 0;
}

.output_textarea {
    width: 100%;
    height: 250px;
    padding: 0;
}

.lead li {
    line-height: 30px;
}

.icon {
    width: 32px;
    height: 32px;
}

.metro {
    margin: 5px;
    padding: 10px;
    width: 180px;
    height: 180px;
    line-height: 20px;
    background-color: #f6f6f6;
    display: inline-block;
}

.metro:hover {
    background-color: #efeff2
}

.content {
    font-size: 16px;
    line-height: 30px;
}