﻿@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", 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: #8c8c8c;
}
.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,
textarea.form-control,
select {
    height: 40px;
    line-height: 20px;
    padding: 5px 5px 5px 5px;
    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", Helvetica, Arial, sans-serif;
    background: #F7F7F7;
    padding-bottom: 55px;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
input,
select,
textarea,
button {
    cursor: pointer;
    font-size: 14px;
}
.show {
    display: block !important;
}
/* header */
.header {
    height: 60px;
    line-height: 60px;
    background: #0068B7;
    color: #fff;
    overflow: hidden;
    font-size: 18px;
}
.header .logo {
    padding-top: 15px;
    padding-left: 20px;
}
.header .logo a {
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    font-weight: bold;
    color: #0068B7;
    padding-left: 55px;
    background: url(../../base/img/minilogo.png) -10px 2px no-repeat;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei UI Light", "Microsoft YaHei UI", "Microsoft YaHei", "微软雅黑", Arial, sans-serif
}
.header .fr .fa {
    font-size: 22px;
}
.header .back .fa {
    margin-right: 5px;
}
.header .title {
    text-align: center;
}
.header h4 {
    padding-left: 15px;
}
.header .back {
    display: block;
    width: 55px;
    height: 60px;
    overflow: hidden;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}
.header .back::after {
    content: "\e616";
    font-family: "iconfont";
    font-size: 24px;
    color: #fff;
}
.header .write {
    padding: 0 15px;
    color: #fff;
    font-size: 24px;
    line-height: 55px;
}
.header .title {
    text-align: center;
    margin: 0 80px;
    overflow: hidden;
    font-size: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
}
.content,
.container {
    padding: 15px;
}
#footer {
    display: none;
}
/*
.footer{
    position:fixed;
    left:0;
    bottom:0;
    width:100%
}
.footer ul{
    border-top:2px solid #DCDCDC;
    background:#fff;
    display:-moz-box; display:-webkit-box; display:-ms-flexbox; display:box;
}
.footer li{
    text-align:center;
    border-right:1px solid #DCDCDC;
    width:25%;
    -moz-box-flex:1; -webkit-box-flex:1; -ms-flex:1; box-flex:1;
}
.footer li:last-child{
    border-right:0;
}
.footer a{
    display:block;
    height:60px;
    padding-top:8px;
    line-height:1.5;
}
.footer .fa{
    font-size:24px;
}
*/
.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: 15px;
    position: relative;
}
.box .bd {
    position: relative;
}
.box .tips {
    margin-bottom: 10px;
    color: #f00
}
/* 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: #0068B7;
    font-weight: bold;
    border-bottom: 2px solid #0068B7;
}
.tabBox .bd {
    padding: 15px 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;
}
/* 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;
}
/* table-style */
.table-style {
    width: 100%
}
.table-style td {
    padding: 5px;
}
.table-style .field {
    min-width: 70px;
    text-align: right;
    color: #777;
    vertical-align: top;
    line-height: 40px;
}
.table-detail-style tr {
    border-bottom: 1px dotted #ddd
}
.editContent .table-detail-style tr {
    border-bottom: none
}
.table-detail-style .field {
    line-height: 35px;
}
.img-thumbnail {
    width: 100%;
}
/* table-striped */
.table-striped {
    width: 100%;
    margin-bottom: 10px;
}
.table-striped th,
.table-striped td {
    padding: 5px 0;
    text-align: center;
    border-bottom: 1px dotted #ddd;
    line-height: 1.5
}
.table-striped th {
    border-bottom: 2px solid #ddd;
    font-weight: bold;
}
.table-striped .title {
    text-align: left;
}
.table-striped a {
    color: #0068B7
}
.table-striped .info {
    padding: 10px 0 5px 0;
    overflow: hidden;
    height: 35px;
    line-height: 22px;
    font-size: 12px;
}
.table-striped .info span {
    margin-right: 10px;
}
.table-striped .info #OperationDiv {
    float: right;
    font-size: 0;
    margin: 0;
}
.table-striped .info #OperationDiv a {
    font-size: 12px;
    margin-left: 5px;
    display: inline-block;
    border: 1px solid #ccc;
    line-height: 20px;
    padding: 0 5px;
    color: #333;
    border-radius: 3px;
}
/* 验证码 */
.codeinp .form-control {
    width: 100px;
    vertical-align: middle;
}
.codeinp .validationcode {
    display: inline;
    margin-left: 5px;
}
.codeinp .validationcode img {
    vertical-align: middle;
}
/* 其它 */
.required:after {
    content: "*";
    color: #f00;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    right: 10%;
}
.field-validation-error {
    display: block;
    font-size: 12px;
    padding-top: 5px;
    color: red;
}
/* url_方块样式分页 */
.pagination {
    font-size: 14px;
    text-align: center;
    padding: 10px 10px 0px;
    clear: both;
    line-height: 30px;
    overflow: hidden;
    background: #fff;
}
.pagination a {
    display: none;
    float: left;
    border: 1px solid #E1E1E1;
    padding: 0 15px;
    margin: 0 8px 8px 0;
}
.pagination .current {
    display: none;
}
.pagination .select {
    display: none;
}
.pagination .prev,
.pagination .next,
.pagination .total {
    display: block;
}
.pagination .next {
    float: right;
}
/* boxA */
.boxA {
    padding: 0px;
    margin-bottom: 15px;
}
.boxA .hd {
    height: 36px;
    border-bottom: 1px solid #e0e0e0;
    overflow: hidden;
    background: #fff;
    padding-top: 10px;
    box-sizing: content-box;
}
.boxA .hd li {
    float: left;
    width: auto;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
    margin: 0 10px;
}
.boxA .hd li a {
    display: block;
    padding: 0 5px
}
.boxA .hd li.on {
    border-bottom: 2px solid #0068b7;
    font-weight: bold
}
.boxA .bd {
    padding: 0px;
}
/* 账户管理 */
.modifyPage {
    background: #fff
}
.modifyPage .modifyBox {
    padding-top: 60px;
}