﻿@charset "UTF-8";
/* Css Reset */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    clear: both;
    height: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    content: ".";
}
.hide {
    display: none;
}
img {
    border: 0;
    vertical-align: top;
}
/* 重置bootstrap */
.btn {
    display: block;
    text-align: center;
    width: 100%;
    border: 0;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 12px;
    background: #ccc;
}
.btn .fa {
    display: none
}
.btn-primary {
    background: #377BB8;
    border-color: #377BB8;
}
.form-group {
    margin-bottom: 15px;
    position: relative;
}
.form-group .btn-icon {
    position: absolute;
    left: 12px;
    top: 8px;
    color: #999
}
input.form-control {
    height: 40px;
    line-height: 20px;
    padding: 5px 5px 5px 30px;
    width: 100%;
    font-size: 14px;
    border: 1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.field-validation-error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: red
}
/* Public */
body {
    color: #333;
    line-height: 1.8;
    font-size: 14px;
    font-family: "Microsoft YaHei", 'PingFang SC', Helvetica, Arial, sans-serif;
    background: #F7F7F7;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
a:hover,
a:active,
a:focus {
    text-decoration: none !important;
}
input,
select,
textarea,
button {
    cursor: pointer;
    -webkit-appearance: none;
    font-size: 14px;
}
.show {
    display: block !important;
}
/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 50px;
    height: 50px;
    bottom: 60px;
    right: 5px;
    z-index: 99;
    cursor: pointer;
    margin: 5px;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 5px #9c9c9c;
    opacity: .9;
    background: rgba(0, 0, 0, 0.5);
}
#goTop::after {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -10px;
    margin-top: -15px;
    content: "";
    border-width: 10px;
    border-color: transparent;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    border-style: dashed;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}
/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.9);
    left: 0;
    top: 0;
}
/* header */
.header {
    height: 60px;
    line-height: 60px;
    background: #216693;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
}
.header a {
    color: #fff;
    padding: 0 15px;
}
.header .fr {
    position: absolute;
    right: 0;
    top: 0;
}
.header .fr .fa {
    font-size: 22px;
}
.header .fl {
    position: absolute;
    left: 0;
}
.header .back .fa {
    margin-right: 5px;
}
.header .title {
    text-align: center;
}
.content,
.container {
    padding: 15px;
}
#footer {
    background: #fff;
    text-align: center;
    padding: 15px;
    font-size: 12px;
}
.moreBtn {
    text-align: center;
    margin-top: 15px;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    background: #eee;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/* box */
.box {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    margin-bottom: 12px;
    position: relative;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
/* tabBox */
.tabBox {
    background: #fff;
    padding: 15px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    margin-bottom: 12px;
}
.tabBox .hd {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #ddd;
}
.tabBox .hd ul {
    overflow: hidden;
}
.tabBox .hd li {
    float: left;
    padding: 0 10px;
}
.tabBox .hd .on {
    line-height: 38px;
    color: #216693;
    font-weight: bold;
    border-bottom: 2px solid #216693;
}
.tabBox .bd {
    padding: 15px 0;
}
/* searchBar */
.searchBar {
    position: relative;
    margin-bottom: 12px;
}
.searchBar .searchBtn {
    float: right;
    border: 1px solid #ddd;
    height: 36px;
    line-height: 36px;
    width: 25%;
    color: #777;
    background: #F2F2F2;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#F2F2F2));
    background: -moz-linear-gradient(#FFFFFF, #F2F2F2);
    background: -ms-linear-gradient(#FFFFFF, #F2F2F2);
    background: -o-linear-gradient(#FFFFFF, #F2F2F2);
    background: linear-gradient(#FFFFFF, #F2F2F2);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchBar input {
    overflow: hidden;
    height: 36px;
    line-height: 36px;
    padding: 5px 5px 5px 30px;
    width: 70%;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.searchBar .fa {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 9px;
    color: #999;
}
/* 弹窗 */
.popBox {
    max-height: 0;
    position: fixed;
    top: 0;
    left: 5%;
    z-index: 99;
    width: 90%;
    height: 88%;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.popBox .bd {
    max-height: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
    overflow-x: hidden;
}
.popBox .close {
    display: none;
    position: absolute;
    right: -11px;
    top: -50px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
.popBox .close::before,
.popBox .close::after {
    display: inline-block;
    content: "";
    width: 19px;
    height: 1px;
    background: #fff;
    overflow: hidden;
    position: absolute;
    top: 20px;
    left: 12px;
}
.popBox .close::after {
    height: 19px;
    width: 1px;
    margin: 0;
    left: 21px;
    top: 11px;
}
.popBox.active {
    max-height: none;
    top: 60px;
}
.popBox.active .close {
    display: block;
}
/* 提示信息 */
.topTip {
    position: fixed;
    width: 100%;
    top: -60px;
    height: 60px;
    padding: 15px;
    text-align: center;
    background: #f1edd1;
    -webkit-transition: 200ms;
    -o-transition: 200ms;
    -moz-transition: 200ms;
    transition: 200ms;
}
.topTip .fa {
    margin-right: 10px;
}
.topTip.action {
    top: 0;
}
/*站点选择色块颜色*/
.theme-red {
    color: #fff;
    background: #bf3421;
}
.theme-red:hover {
    color: #fff;
    background: #af0d05;
}
.theme-default {
    color: #fff;
    background: #216693;
}
.theme-gray {
    color: #fff;
    background: #737373;
}
.theme-orange {
    color: #fff;
    background: #d97900;
}
.theme-green {
    color: #fff;
    background: #205c03;
}