@charset "utf-8";
body, dl, dd, h1, h2, h3, h4, p { margin: 0; padding: 0; }
body, input, button, textarea, select, option, label { font-family: Tahoma, Arial, Roboto, "Droid Sans", "Helvetica Neue", "Droid Sans Fallback", "Heiti SC", "Hiragino Sans GB", '\5FAE\8F6F\96C5\9ED1', '\5B8B\4F53,\9ED1\4F53', sans-self; font-size: 16px; color: #333; }
img, a, a:active, a:focus {  outline: none; }
img { vertical-align: top; }
ol, ul,li { list-style: none; margin: 0; padding: 0; }
em, i, b, strong { font-size: 100%; font-style: normal; font-weight: normal; }
button::-moz-focus-inner, input::-moz-focus-inner { padding:0; border:0; }
input, button, textarea, select, label, form { margin: 0; padding: 0; border: none; font-size: 100%; outline: none; }
input, select { vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; font-size: 0; }
.clearfix { zoom: 1; }
a { text-decoration: none !important; color: #696969; }
a:hover{
    color: #0097da;
}
.fl { float: left; }
.fr { float: right; }
body{ background: #f1f2f3; font-size: 12px; }
*{
    box-sizing: border-box;
}
h4 {
    font-size: 18px;
    margin-bottom: 10px;
}
.pt25{
    padding-top: 25px !important;
}
.pb30{
    padding-bottom: 30px !important;
}
.mt10{
    margin-top: 10px;
}
.mt30{
    margin-top: 30px;
}
.mb10{
    margin-bottom: 10px;
}
.mb20{
    margin-bottom: 20px;
}
.mr10{
    margin-right: 10px;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.row10 {
    margin-right: -10px;
    margin-left: -10px;
}
b, strong {
    font-weight: 700;
}
p {
    margin: 0 0 10px;
}
.text-danger {
    color: #e74c3c;
}
a, .dayin-link {
    color: #444444;
    text-decoration: none;
    cursor: pointer;
}
.no-border{
    border:none !important;
}
.alert-danger {
    color: #e74c3c;
    background-color: #fff1f0;
    border-color: #ffd7db;
}
.fn-mt20 {
    margin-top: 20px;
}
option{
    font-size: 14px;
}