﻿/*------- reset ------*/


@charset "utf-8";
@font-face {
    font-family: 'MyNewFont';   /*字体名称*/
    src: url('../iconfont/fonts/ionicons.ttf');       /*字体源文件*/
}
/* --Elements-- */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
lable,
textarea,
p,
blockquote,
img,
th,
td {
    margin: 0;
    padding: 0;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;}/*指鼠标在链接*/}

a:active{text-decoration:none;}/* 指正在点的链接*/ 

img {
    border: none;
    float: none;
}

fieldset {
    border: 0;
}

.cursor-p{
    cursor: pointer;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: bold;
}

ol,
ul {
    list-style: none;
}

dt,
dd {
    position: relative;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

body {
    margin: 0;
    font: 12px 'Microsoft YaHei' Verdana, Arial, Helvetica, sans-serif;
    color: #42515A;
}

select,
input {
    vertical-align: middle;
    padding: 1px 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0px;
}

table th {
    text-align: center;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
}


.hide {
    display: none;
}

.visib {
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.nowrap {
    white-space: nowrap;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}
body .border-none {
    border: none;
}

.border {
    border: 1px solid #eee;
}


/*块状元素水平居中*/
.auto {
    margin-left: auto;
    margin-right: auto;
}


/*清除浮动*/
.fix {
    *zoom: 1;
}

.fix:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/*单行文字溢出虚点显示*/
.ell {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/*红色标记*/
.mark {
    font-weight: bold;
    color: #f00;
}

/*字符型图标样式*/
.symbol {
    font-size: 14px;
    font-weight: bold;
    color: #06c;
}


/* mask start */
.has-mask {
    position: relative;
}

.fly-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    z-index: 9997;
}

.fly-mask-background {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 9998;
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.fly-mask-background iframe {
    width: 100%;
    height: 100%;
    filter: alpha(opacity=0);
    opacity: 0;
}

.fly-mask-content {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
}

.fly-mask-content div {
    padding: 10px 20px;
    font-size: 12px;
    line-height: 16px;
    background-color: #fff;
    border-radius: 4px;
}

.fly-mask-content div i,
.fly-mask-content div em {
    display: inline-block;
    height: 16px;
    font-style: normal;
    vertical-align: top;
}

.fly-mask-content div i {
    background: url(../img/loading.gif);
    width: 16px;
}

.fly-mask-content div em {
    margin-left: 8px;
    color: #333;
}

.bg-color-light-blue {
    background-color: #bfddf5;
}

/* mask end */
/*.search .widget.textbox.ser-input.input,
.search .textbox-wrap.state-default{
    width: 100% !important;
    border: none !important;
}*/

.ivu-spin-fix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
    width: 100%;
    height: 100%;
    background-color: hsla(0,0%,100%,.9);
}

.ivu-spin {
    color: #2d8cf0;
    vertical-align: middle;
    text-align: center;
    z-index: 2000;
    background-color: rgb(255,255,255, 0.4);
}

.ivu-spin-fix .ivu-spin-main {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

.ivu-spin-dot {
    position: relative;
    display: block;
    border-radius: 50%;
    background-color: #2d8cf0;
    width: 20px;
    height: 20px;
    -webkit-animation: ani-spin-bounce 1s 0s ease-in-out infinite;
    animation: ani-spin-bounce 1s 0s ease-in-out infinite;
}

.ivu-spin-fix .ivu-spin-dot {
    display: inline-block;
}

.ivu-spin-show-text .ivu-spin-dot, .ivu-spin-text {
    display: none;
}

.ivu-spin-show-text .ivu-spin-dot, .ivu-spin-text {
    display: none;
}

.ivu-spin-show-text .ivu-spin-text {
    display: block;
}

.demo-spin-icon-load {
    -webkit-animation: ani-demo-spin 1s linear infinite;
    animation: ani-demo-spin 1s linear infinite;
}

.demo-spin-icon-load {
    -webkit-animation: ani-demo-spin 1s linear infinite;
    animation: ani-demo-spin 1s linear infinite;
}

.ivu-icon {
    display: inline-block;
    font-family: Ionicons;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    font-size: 18px;
}

.ivu-icon-ios-loading:before {
    content: "\F45B";
}

@keyframes ani-demo-spin {
    from { transform: rotate(0deg);}
    50%  { transform: rotate(180deg);}
    to   { transform: rotate(360deg);}
}

*, :after, :before {
    box-sizing: border-box;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    background-color: #51a4ea;
    border-color: #51a4ea;
}

.btn-primary,
.dialog-footer button.dialog-autofocus,
.dialog-footer button.dialog-autofocus:hover, 
.dialog-footer button.dialog-autofocus:focus, 
.dialog-footer button.dialog-autofocus:active {
    background-color: #51a4ea;
    border-color: #51a4ea;
}

.dialog-footer button {
    border-radius: 0px;
}
