@charset 'UTF-8';

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    color: #333333;
}

p {
    margin: 0;
}

body,
html,
input {
    font-family: "微软雅黑","Microsoft YaHei",Arial, Helvetica, sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 600;
    margin: 0;
    padding: 0;
}

i {
    font-style: normal;
}

.clearfix {
    clear: both;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: '.';
}

body {
    position: relative;
    overflow-x: hidden;
    margin: 0;
    color: #333;
    background-color: #eee;
    /* -webkit-overflow-scrolling: touch; */
}

ol,
ul {
    list-style: none outside none;
    margin: 0;
}

a {
    text-decoration: none;
    color: black;
    background: transparent;
    -webkit-tap-highlight-color: transparent;
}

* {
    margin: 0;
    padding: 0;
}

li,
ul {
    list-style: none;
    font-weight: 400;
}

· .footbottomfloat {
    padding-bottom: 0.75rem;
}

a,
body,
div,
html,
img,
li,
ul {
    -webkit-touch-callout: none;
}

img {
    border: none;
    vertical-align: unset;
}

a:active,
a:focus,
a:hover {
    color: black;
    text-decoration: none;
}

a:active,
input {
    border: 0;
    outline: none;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
}
table,tr,td{
    border: 1px solid #dddddd;
}
.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    content: none;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    text-align: left;
    color: #ccc;
}
#contentUnderline{
    text-decoration: underline !important;
    font-weight: bold;
    color: #ff401a;
}
/* input{-webkit-appearance:none;} */
