/*body {overflow-y:scroll;filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(100%);}
按钮样式*/
.btn-static-primary {
    border:none;
    color:#fff;
    background-image:linear-gradient(284deg, #1cc7d0, #2dde98);
}
.btn-static-primary:hover, .btn-static-primary:focus {
    color:white;
    background-image:linear-gradient(284deg, #1cc7d0, #2dde98)
}
.btn-static-primary:active, .btn-static-primary.active {
    background-image:linear-gradient(284deg, #1ab6be, #21d58e)
}
.btn-static-primary.btn-shadow {
    box-shadow:0 2px 6px 0 rgba(45, 222, 152, 0.4)
}
.btn-static-primary.btn-shadow:hover, .btn-static-primary.btn-shadow:focus {
    box-shadow:0 4px 12px rgba(45, 222, 152, 0.4)
}
.btn-static-secondary {
    border:none;
    color:#fff;
    background-image:linear-gradient(80deg, #00aeff, #3369e7)
}
.btn-static-secondary:hover, .btn-static-secondary:focus {
    color:white;
    background-image:linear-gradient(80deg, #00aeff, #3369e7)
}
.btn-static-secondary:active, .btn-static-secondary.active {
    background-image:linear-gradient(80deg, #00a0eb, #215ce5)
}
.btn-static-secondary.btn-shadow {
    box-shadow:0 2px 6px 0 rgba(51, 105, 231, 0.4)
}
.btn-static-secondary.btn-shadow:hover, .btn-static-secondary.btn-shadow:focus {
    box-shadow:0 4px 12px rgba(51, 105, 231, 0.4)
}
.btn-static-teshe {
    border:none;
    color:#fff;
    background-image:linear-gradient(80deg, #9e1ecb, #7729d9)
}
.btn-static-teshe:hover, .btn-static-teshe:focus {
    color:white;
    background-image:linear-gradient(80deg, #9e1ecb, #7729d9)
}
.btn-static-teshe:active, .btn-static-teshe.active {
    background-image:linear-gradient(80deg, #601eb2, #713fb0)
}
.btn-static-teshe.btn-shadow {
    box-shadow:0 2px 6px 0 rgba(51, 105, 231, 0.4)
}
.btn-static-teshe.btn-shadow:hover, .btn-static-teshe.btn-shadow:focus {
    box-shadow:0 4px 12px rgba(51, 105, 231, 0.4)
}
.btn-static-huashe {
    border:none;
    color:#fff;
    background-image:linear-gradient(80deg, #f99200, #de6809)
}
.btn-static-huashe:hover, .btn-static-huashe:focus {
    color:white;
    background-image:linear-gradient(80deg, #f99200, #de6809)
}
.btn-static-huashe:active, .btn-static-huashe.active {
    background-image:linear-gradient(80deg, #ca8a1b, #bc691f)
}
.btn-static-huashe.btn-shadow {
    box-shadow:0 2px 6px 0 rgba(51, 105, 231, 0.4)
}
.btn-static-huashe.btn-shadow:hover, .btn-static-huashe.btn-shadow:focus {
    box-shadow:0 4px 12px rgba(51, 105, 231, 0.4)
}
/*按钮样式1,绿色*/
/**按钮默认颜色*/
.btn-green {
    color:#fff;
    background-color:#2ec22a;
    border-color:#2ec22a;
    outline:0px
}
/**按下去的颜色*/
.btn-green:focus, .btn-green.focus {
    color:#fff;
    background-color:#21ab1d;
    border-color:#21ab1d;
    outline:0px
}
/**移上去的颜色*/
.btn-green:hover {
    color:#fff;
    background-color:#21ab1d;
    border-color:#21ab1d;
    outline:0px
}
/**按下去操作的颜色*/
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    color:#fff;
    background-color:#0aab06;
    border-color:#0aab06;
}
.btn-green:active:hover, .btn-green.active:hover, .open > .dropdown-toggle.btn-green:hover, .btn-green:active:focus, .btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus, .btn-green:active.focus,
.btn-green.active.focus, .open > .dropdown-toggle.btn-green.focus {
    color:#fff;
    background-color:#3e993c;
    border-color:#0aab06;
}
.btn-green:active, .btn-green.active, .open > .dropdown-toggle.btn-green {
    background-image:none;
}
.btn-green.disabled, .btn-green[disabled], fieldset[disabled] .btn-green, .btn-green.disabled:hover, .btn-green[disabled]:hover, fieldset[disabled] .btn-green:hover, .btn-green.disabled:focus,
.btn-green[disabled]:focus, fieldset[disabled] .btn-green:focus, .btn-green.disabled.focus, .btn-green[disabled].focus, fieldset[disabled] .btn-green.focus, .btn-green.disabled:active, .btn-green[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-green:active, .btn-green.disabled.active, .btn-green[disabled].active, fieldset[disabled] .btn-green.active {
    background-color:#9dc59c;
    border-color:#9dc59c;
}
.btn-green .badge {
    color:#0aab06;
    background-color:#fff;
}
/*按钮样式2,橙色*/
/**按钮默认颜色*/
.btn-orange {
    color:#fff;
    background-color:#FB8C00;
    border-color:#FB8C00;
    outline:0px
}
/**按下去的颜色*/
.btn-orange:focus, .btn-orange.focus {
    color:#fff;
    background-color:#dc5935;
    border-color:#dc5935;
    outline:0px
}
/**移上去的颜色*/
.btn-orange:hover {
    color:#fff;
    background-color:#dc5935;
    border-color:#dc5935;
    outline:0px
}
/**按下去操作的颜色*/
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
    color:#fff;
    background-color:#b04c30;
    border-color:#b04c30;
}
.btn-orange:active:hover, .btn-orange.active:hover, .open > .dropdown-toggle.btn-orange:hover, .btn-orange:active:focus, .btn-orange.active:focus,
.open > .dropdown-toggle.btn-orange:focus, .btn-orange:active.focus,
.btn-orange.active.focus, .open > .dropdown-toggle.btn-orange.focus {
    color:#fff;
    background-color:#b04c30;
    border-color:#b04c30;
}
.btn-orange:active, .btn-orange.active, .open > .dropdown-toggle.btn-orange {
    background-image:none;
}
.btn-orange.disabled, .btn-orange[disabled], fieldset[disabled] .btn-orange, .btn-orange.disabled:hover, .btn-orange[disabled]:hover, fieldset[disabled] .btn-orange:hover, .btn-orange.disabled:focus,
.btn-orange[disabled]:focus, fieldset[disabled] .btn-orange:focus, .btn-orange.disabled.focus, .btn-orange[disabled].focus, fieldset[disabled] .btn-orange.focus, .btn-orange.disabled:active, .btn-orange[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-orange:active, .btn-orange.disabled.active, .btn-orange[disabled].active, fieldset[disabled] .btn-orange.active {
    background-color:#e6c6bd;
    border-color:#e6c6bd;
}
.btn-orange .badge {
    color:#b04c30;
    background-color:#fff;
}
/*按钮样式3,淡蓝*/
/**按钮默认颜色*/
.btn-babyblue {
    color:#fff;
    background-color:#2196F3;
    border-color:#2196F3;
    outline:0px
}
/**按下去的颜色*/
.btn-babyblue:focus, .btn-babyblue.focus {
    color:#fff;
    background-color:#0b74b6;
    border-color:#0b74b6;
    outline:0px
}
/**移上去的颜色*/
.btn-babyblue:hover {
    color:#fff;
    background-color:#0b74b6;
    border-color:#0b74b6;
    outline:0px
}
/**按下去操作的颜色*/
.btn-babyblue:active, .btn-babyblue.active, .open > .dropdown-toggle.btn-babyblue {
    color:#fff;
    background-color:#0b74b6;
    border-color:#4f80c4;
}
.btn-babyblue:active:hover, .btn-babyblue.active:hover, .open > .dropdown-toggle.btn-babyblue:hover, .btn-babyblue:active:focus, .btn-babyblue.active:focus,
.open > .dropdown-toggle.btn-babyblue:focus, .btn-babyblue:active.focus,
.btn-babyblue.active.focus, .open > .dropdown-toggle.btn-babyblue.focus {
    color:#fff;
    background-color:#4f80c4;
    border-color:#0b74b6;
}
.btn-babyblue:active, .btn-babyblue.active, .open > .dropdown-toggle.btn-babyblue {
    background-image:none;
    color:#fff;
}
.btn-babyblue.disabled, .btn-babyblue[disabled], fieldset[disabled] .btn-babyblue, .btn-babyblue.disabled:hover, .btn-babyblue[disabled]:hover, fieldset[disabled] .btn-babyblue:hover, .btn-babyblue.disabled:focus,
.btn-babyblue[disabled]:focus, fieldset[disabled] .btn-babyblue:focus, .btn-babyblue.disabled.focus, .btn-babyblue[disabled].focus, fieldset[disabled] .btn-babyblue.focus, .btn-babyblue.disabled:active, .btn-babyblue[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-babyblue:active, .btn-babyblue.disabled.active, .btn-babyblue[disabled].active, fieldset[disabled] .btn-babyblue.active {
    background-color:#bbcde7;
    border-color:#bbcde7;
    color:#fff;
}
.btn-babyblue .badge {
    color:#fff;
    background-color:#e9573f;
}
/*按钮样式4,淡灰*/
/**按钮默认颜色*/
.btn-lightgray {
    color:#4a4e51;
    background-color:#E0E0E0;
    border-color:#f3f3f3;
    outline:0px
}
/**按下去的颜色*/
.btn-lightgray:focus, .btn-lightgray.focus {
    color:#4a4e51;
    background-color:#E0E0E0;
    border-color:#E0E0E0;
    outline:0px
}
/**移上去的颜色*/
.btn-lightgray:hover {
    color:#4a4e51;
    background-color:#B0BEC5;
    border-color:#B0BEC5;
    outline:0px
}
/**按下去操作的颜色*/
.btn-lightgray:active, .btn-lightgray.active, .open > .dropdown-toggle.btn-lightgray {
    color:#4a4e51;
    background-color:#d3dade;
    border-color:#d3dade;
}
.btn-lightgray:active:hover, .btn-lightgray.active:hover, .open > .dropdown-toggle.btn-lightgray:hover, .btn-lightgray:active:focus, .btn-lightgray.active:focus,
.open > .dropdown-toggle.btn-lightgray:focus, .btn-lightgray:active.focus,
.btn-lightgray.active.focus, .open > .dropdown-toggle.btn-lightgray.focus {
    color:#4a4e51;
    background-color:#d3dade;
    border-color:#d3dade;
}
.btn-lightgray:active, .btn-lightgray.active, .open > .dropdown-toggle.btn-lightgray {
    background-image:none;
    color:#4a4e51;
}
.btn-lightgray.disabled, .btn-lightgray[disabled], fieldset[disabled] .btn-lightgray, .btn-lightgray.disabled:hover, .btn-lightgray[disabled]:hover, fieldset[disabled] .btn-lightgray:hover, .btn-lightgray.disabled:focus,
.btn-lightgray[disabled]:focus, fieldset[disabled] .btn-lightgray:focus, .btn-lightgray.disabled.focus, .btn-lightgray[disabled].focus, fieldset[disabled] .btn-lightgray.focus, .btn-lightgray.disabled:active, .btn-lightgray[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-lightgray:active, .btn-lightgray.disabled.active, .btn-lightgray[disabled].active, fieldset[disabled] .btn-lightgray.active {
    background-color:#f3f3f3;
    border-color:#f3f3f3;
    color:#798991;
}
.btn-lightgray .badge {
    color:#798991;
    background-color:#f3f3f3;
}
/*按钮样式5,淡蓝*/
/**按钮默认颜色*/
.btn-ironash {
    color:#fff;
    background-color:#727d91;
    border-color:#727d91;
    outline:0px
}
/**按下去的颜色*/
.btn-ironash:focus, .btn-ironash.focus {
    color:#fff;
    background-color:#596375;
    border-color:#596375;
    outline:0px
}
/**移上去的颜色*/
.btn-ironash:hover {
    color:#fff;
    background-color:#596375;
    border-color:#596375;
    outline:0px
}
/**按下去操作的颜色*/
.btn-ironash:active, .btn-ironash.active, .open > .dropdown-toggle.btn-ironash {
    color:#fff;
    background-color:#596375;
    border-color:#596375;
    outline:0px
}
.btn-ironash:active:hover, .btn-ironash.active:hover, .open > .dropdown-toggle.btn-ironash:hover, .btn-ironash:active:focus, .btn-ironash.active:focus,
.open > .dropdown-toggle.btn-ironash:focus, .btn-ironash:active.focus,
.btn-ironash.active.focus, .open > .dropdown-toggle.btn-ironash.focus {
    color:#fff;
    background-color:#596375;
    border-color:#596375;;
    outline:0px
}
.btn-ironash:active, .btn-ironash.active, .open > .dropdown-toggle.btn-ironash {
    background-image:none;
    color:#fff;;
    outline:0px
}
.btn-ironash.disabled, .btn-ironash[disabled], fieldset[disabled] .btn-ironash, .btn-ironash.disabled:hover, .btn-ironash[disabled]:hover, fieldset[disabled] .btn-ironash:hover, .btn-ironash.disabled:focus,
.btn-ironash[disabled]:focus, fieldset[disabled] .btn-ironash:focus, .btn-ironash.disabled.focus, .btn-ironash[disabled].focus, fieldset[disabled] .btn-ironash.focus, .btn-ironash.disabled:active, .btn-ironash[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-ironash:active, .btn-ironash.disabled.active, .btn-ironash[disabled].active, fieldset[disabled] .btn-ironash.active {
    background-color:#a7bac3;
    border-color:#a7bac3;;
    outline:0px
}
.btn-ironash .badge {
    color:#a7bac3;
    background-color:#fff;;
    outline:0px
}
/*按钮样式6,紫色*/
/**按钮默认颜色*/
.btn-purpure {
    color:#fff;
    background-color:#940994;
    border-color:#940994;
    outline:0px
}
/**按下去的颜色*/
.btn-purpure:focus, .btn-purpure.focus {
    color:#fff;
    background-color:#660666;
    border-color:#660666;
    outline:0px
}
/**移上去的颜色*/
.btn-purpure:hover {
    color:#fff;
    background-color:#660666;
    border-color:#660666;
    outline:0px
}
/**按下去操作的颜色*/
.btn-purpure:active, .btn-purpure.active, .open > .dropdown-toggle.btn-purpure {
    color:#fff;
    background-color:#660666;
    border-color:#660666;
}
.btn-purpure:active:hover, .btn-purpure.active:hover, .open > .dropdown-toggle.btn-purpure:hover, .btn-purpure:active:focus, .btn-purpure.active:focus,
.open > .dropdown-toggle.btn-purpure:focus, .btn-purpure:active.focus,
.btn-purpure.active.focus, .open > .dropdown-toggle.btn-purpure.focus {
    color:#fff;
    background-color:#660666;
    border-color:#660666;
}
.btn-purpure:active, .btn-purpure.active, .open > .dropdown-toggle.btn-purpure {
    background-image:none;
    color:#fff;
}
.btn-purpure.disabled, .btn-purpure[disabled], fieldset[disabled] .btn-purpure, .btn-purpure.disabled:hover, .btn-purpure[disabled]:hover, fieldset[disabled] .btn-purpure:hover, .btn-purpure.disabled:focus,
.btn-purpure[disabled]:focus, fieldset[disabled] .btn-purpure:focus, .btn-purpure.disabled.focus, .btn-purpure[disabled].focus, fieldset[disabled] .btn-purpure.focus, .btn-purpure.disabled:active, .btn-purpure[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-purpure:active, .btn-purpure.disabled.active, .btn-purpure[disabled].active, fieldset[disabled] .btn-purpure.active {
    background-color:#bca3cc;
    border-color:#bca3cc;
    color:#fff;
}
.btn-purpure .badge {
    color:#fff;
    background-color:#bca3cc;
}
/*按钮样式7,青蓝*/
/**按钮默认颜色*/
.btn-treegree {
    color:#fff;
    background-color:#0797ac;
    border-color:#0797ac;
    outline:0px
}
/**按下去的颜色*/
.btn-treegree:focus, .btn-treegree.focus {
    color:#fff;
    background-color:#067f91;
    border-color:#067f91;
    outline:0px
}
/**移上去的颜色*/
.btn-treegree:hover {
    color:#fff;
    background-color:#067f91;
    border-color:#067f91;
    outline:0px
}
/**按下去操作的颜色*/
.btn-treegree:active, .btn-treegree.active, .open > .dropdown-toggle.btn-treegree {
    color:#fff;
    background-color:#067f91;
    border-color:#067f91;
}
.btn-treegree:active:hover, .btn-treegree.active:hover, .open > .dropdown-toggle.btn-treegree:hover, .btn-treegree:active:focus, .btn-treegree.active:focus,
.open > .dropdown-toggle.btn-treegree:focus, .btn-treegree:active.focus,
.btn-treegree.active.focus, .open > .dropdown-toggle.btn-treegree.focus {
    color:#fff;
    background-color:#067f91;
    border-color:#067f91;
}
.btn-treegree:active, .btn-treegree.active, .open > .dropdown-toggle.btn-treegree {
    background-image:none;
    color:#fff;
}
.btn-treegree.disabled, .btn-treegree[disabled], fieldset[disabled] .btn-treegree, .btn-treegree.disabled:hover, .btn-treegree[disabled]:hover, fieldset[disabled] .btn-treegree:hover, .btn-treegree.disabled:focus,
.btn-treegree[disabled]:focus, fieldset[disabled] .btn-treegree:focus, .btn-treegree.disabled.focus, .btn-treegree[disabled].focus, fieldset[disabled] .btn-treegree.focus, .btn-treegree.disabled:active, .btn-treegree[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-treegree:active, .btn-treegree.disabled.active, .btn-treegree[disabled].active, fieldset[disabled] .btn-treegree.active {
    background-color:#8fc3cb;
    border-color:#8fc3cb;
    color:#fff;
}
.btn-treegree .badge {
    color:#fff;
    background-color:#8fc3cb;
}
/*按钮样式8,红色*/
/**按钮默认颜色*/
.btn-reakit {
    color:#fff;
    background-color:#c3083d;
    border-color:#c3083d;
    outline:0px
}
/**按下去的颜色*/
.btn-reakit:focus, .btn-reakit.focus {
    color:#fff;
    background-color:#95052d;
    border-color:#95052d;
    outline:0px
}
/**移上去的颜色*/
.btn-reakit:hover {
    color:#fff;
    background-color:#95052d;
    border-color:#95052d;
    outline:0px
}
/**按下去操作的颜色*/
.btn-reakit:active, .btn-reakit.active, .open > .dropdown-toggle.btn-reakit {
    color:#fff;
    background-color:#95052d;
    border-color:#95052d;
}
.btn-reakit:active:hover, .btn-reakit.active:hover, .open > .dropdown-toggle.btn-reakit:hover, .btn-reakit:active:focus, .btn-reakit.active:focus,
.open > .dropdown-toggle.btn-reakit:focus, .btn-reakit:active.focus,
.btn-reakit.active.focus, .open > .dropdown-toggle.btn-reakit.focus {
    color:#fff;
    background-color:#95052d;
    border-color:#95052d;
}
.btn-reakit:active, .btn-reakit.active, .open > .dropdown-toggle.btn-reakit {
    background-image:none;
    color:#fff;
}
.btn-reakit.disabled, .btn-reakit[disabled], fieldset[disabled] .btn-reakit, .btn-reakit.disabled:hover, .btn-reakit[disabled]:hover, fieldset[disabled] .btn-reakit:hover, .btn-reakit.disabled:focus,
.btn-reakit[disabled]:focus, fieldset[disabled] .btn-reakit:focus, .btn-reakit.disabled.focus, .btn-reakit[disabled].focus, fieldset[disabled] .btn-reakit.focus, .btn-reakit.disabled:active, .btn-reakit[disabled]:active,
    /**禁用颜色*/
fieldset[disabled] .btn-reakit:active, .btn-reakit.disabled.active, .btn-reakit[disabled].active, fieldset[disabled] .btn-reakit.active {
    background-color:#cd8ea0;
    border-color:#cd8ea0;
    color:#fff;
}
.btn-reakit .badge {
    color:#fff;
    background-color:#cd8ea0;
}
/*按钮样式9,深灰*/
/**按钮默认颜色*/
.btn-shenfei {
    color:#666666;
    background-color:#cccccc;
    border-color:#cccccc;
    outline:0px
}
/**按下去的颜色*/
.btn-shenfei:focus, .btn-shenfei.focus {
    color:#fff;
    background-color:#7a7a7a;
    border-color:#7a7a7a;
    outline:0px
}
/**移上去的颜色*/
.btn-shenfei:hover {
    color:#fff;
    background-color:#7a7a7a;
    border-color:#7a7a7a;
    outline:0px
}
/**按下去操作的颜色*/
.btn-shenfei:active, .btn-shenfei.active, .open > .dropdown-toggle.btn-shenfei {
    color:#fff;
    background-color:#7a7a7a;
    border-color:#7a7a7a;
}
.btn-shenfei:active:hover, .btn-shenfei.active:hover, .open > .dropdown-toggle.btn-shenfei:hover, .btn-shenfei:active:focus, .btn-shenfei.active:focus,
.open > .dropdown-toggle.btn-shenfei:focus, .btn-shenfei:active.focus,
.btn-shenfei.active.focus, .open > .dropdown-toggle.btn-shenfei.focus {
    color:#fff;
    background-color:#7a7a7a;
    border-color:#7a7a7a;
}
.btn-shenfei:active, .btn-shenfei.active, .open > .dropdown-toggle.btn-shenfei {
    background-image:none;
    color:#fff;
}
.btn-shenfei.disabled, .btn-shenfei[disabled], fieldset[disabled] .btn-shenfei, .btn-shenfei.disabled:hover, .btn-shenfei[disabled]:hover, fieldset[disabled] .btn-shenfei:hover, .btn-shenfei.disabled:focus,
.btn-shenfei[disabled]:focus, fieldset[disabled] .btn-shenfei:focus, .btn-shenfei.disabled.focus, .btn-shenfei[disabled].focus, fieldset[disabled] .btn-shenfei.focus, .btn-shenfei.disabled:active, .btn-shenfei[disabled]:active,
    /*标签面版
.panel_espcms{border-color: #B9E3F7;}
.panel_espcms > .panel-heading + .panel-collapse > .panel-body {border-top-color: #ddd;}
.panel_espcms > .panel-heading .badge {color: #f5f5f5;background-color: #333;}
.panel_espcms > .panel-footer + .panel-collapse > .panel-body {border-bottom-color: #ddd;}
*/
.panel_espcms > .panel-heading h4 {
    font-size:16px;
    padding:5px 0px;
    margin:0px;
}
/**禁用颜色*/
fieldset[disabled] .btn-shenfei:active, .btn-shenfei.disabled.active, .btn-shenfei[disabled].active, fieldset[disabled] .btn-shenfei.active {
    background-color:#cccccc;
    border-color:#cccccc;
    color:#fff;
}
.btn-shenfei .badge {
    color:#fff;
    background-color:#cccccc;
}
.input_exp {
    font-size:12px;
    color:#999999;
}
.input_exp .exp_icon {
    color:#F78900;
}
.btn-padding20 {
    padding-right:20px;
    padding-left:20px;
}
.btn-padding25 {
    padding-right:25px;
    padding-left:25px;
}
.btn-padding30 {
    padding-right:30px;
    padding-left:30px;
}
.container:before, .container:after {
    content:" ";
    display:table;
}
*:before, *:after {
    box-sizing:border-box;
}
.radius6 {
    border-radius:5px;
}
.z-10 {
    z-index:10;
}
.z-100 {
    z-index:100;
}
.pos-rel {
    position:relative;
}
.pos-abs {
    position:absolute;
}
.no-padding {
    padding:0 !important;
}
.img-circle {
    border-radius:50%;
}
.photo48 {
    width:48px;
    height:48px;
    border:2px solid #fff;
}
.photo58 {
    width:58px;
    height:58px;
    border:2px solid #fff;
}
.fill-titan {
    background-color:#f8faff !important;
}
.fill-white {
    background-color:white !important;
}
h2, .h2 {
    font-size:30px;
    font-weight:300;
    line-height:40px;
    position:relative;
}
h3, .h3 {
    font-size:20px;
    font-weight:300;
    line-height:30px;
    position:relative;
}
.p-xlarge {
    padding:30px;
}
.m-t-n-large {
    margin-top:-20px;
}
.m-l-r-auto {
    margin-left:auto;
    margin-right:auto;
}
.bg1 {
    background-image:linear-gradient(180deg, #2ce6c0, #1cb8b6);
}
.bg2 {
    background-image:linear-gradient(180deg, #29bdd9, #1d7acb);
}
.bg3 {
    background-image:linear-gradient(180deg, #89d928, #45c31c);
}
.bg4 {
    background-image:linear-gradient(180deg, #a01ecc, #651bbf);
}
.bg5 {
    background-image:linear-gradient(180deg, #f8f8f8, #ededed);
}
.bg_p1 {
    background-image:linear-gradient(45deg, #00AEFF 50%, #3369E6 100%);
}
.bg_p2 {
    background-image:linear-gradient(45deg, #FF4F81 50%, #FE6C5F 100%);
}
.bg_p3 {
    background-image:linear-gradient(45deg, #3E396B 50%, #201C38 100%);
}
.bg_p4 {
    background-image:linear-gradient(45deg, #22c202 50%, #08a504 100%);
}
.bg_p5 {
    background-image:linear-gradient(45deg, #e18b12 50%, #eea70a 100%);
}
.bg_p6 {
    background-image:linear-gradient(45deg, #2cdc9c 50%, #1dc8cc 100%);
}
.bg_p0 {
    background-image:linear-gradient(45deg, #616161 50%, #EEEEEE 100%);
}
.bg_p7 {
    background-image:linear-gradient(45deg, #8bd5f9 50%, #55a9d1 100%);
}
.bg_read {
    background-color:#f7f7f7
}
/*相片大小*/
.phone_z_href {
    border-radius:50px;
    border:1px solid #dadada;
    display:inline-block;
    padding:1px;
    background-color:#FFF;
}
.phone_z_48 {
    width:48px;
    height:48px;
    border:1px solid #fff;
}
.phone_z_58 {
    width:60px;
    height:60px;
    border:1px solid #fff;
}
.phone_z_80 {
    width:80px;
    height:80px;
    border:3px solid #fff;
}
.phone_z_100 {
    width:100px;
    height:100px;
    border:3px solid #fff;
}
.phone_z_120 {
    width:120px;
    height:120px;
    border:3px solid #fff;
}
.phone_z_160 {
    width:160px;
    height:160px;
    border:3px solid #fff;
}
.login_photo {
    width:48px;
    height:48px;
    border:2px solid #a7bac3;
}
.starting_block {
    text-shadow:0px 1px 2px rgba(62, 57, 107, 0.9);
}
.color-portage {
    color:#8994c6 !important;
}
.color-fontget {
    color:#adadad !important;
}
.color-wite {
    color:#fff !important;
}
.color-titleh2 {
    color:#00a0eb !important;
}
.color-titleh3 {
    color:#3f65c4 !important;
}
.text-white {
    color:#fff;
}
.text-orange {
    color:#ff6237;
}
.text-green {
    color:#4DC976;
}
.text-ashes {
    color:#798991;
}
.text-blue {
    color:#0193eb;
}
.text-red {
    color:#ff0033;
}
.text-zhishe {
    color:#cc00cc;
}
.text-danfei {
    color:#969fa7;
}
.text-greenyellow {
    color:#34aa66;
}
.text-danfei_befull {
    color:#d4d4d4;
}
.text-dannan {
    color:#afd2e5;
}
.colorgwhite {
    color:#ffffff;
}
.colorgreen {
    color:#0f66cd;
}
.colorgreg {
    color:#E60000;
}
.colorgblue {
    color:#2F44A2;
}
.colorghow {
    color:#FC5B00;
}
.colorgorning {
    color:#4D4D4D;
}
.colorgorning2 {
    color:#67625f;
}
.colorgorning3 {
    color:#90898C;
}
.colorgorningage {
    color:#ff5b0b;
}
.colorthree {
    color:#2E9438;
}
.ok {
    color:#08a504;
    font-weight:bold;
}
.no {
    color:#a5a5a5;
}
.h14 {
    height:14px;
}
.h16 {
    height:16px;
}
.h18 {
    height:18px;
}
.h20 {
    height:20px;
}
.h22 {
    height:22px;
}
.h24 {
    height:24px;
}
.lh14 {
    line-height:14px;
}
.lh16 {
    line-height:16px;
}
.lh18 {
    line-height:18px;
}
.lh20 {
    line-height:20px;
}
.lh22 {
    line-height:22px;
}
.lh24 {
    line-height:24px;
}
.lh25 {
    line-height:25px;
}
.lh26 {
    line-height:26px;
}
.lh30 {
    line-height:30px;
}
.lh150c {
    line-height:150%;
}
.lh180c {
    line-height:180%;
}
.lh200c {
    line-height:200%;
}
.lh220c {
    line-height:220%;
}
.t1 {
    top:2px;
}
.t2 {
    top:2px;
}
.t3 {
    top:3px;
}
.t4 {
    top:4px;
}
.t5 {
    top:5px;
}
.fa {
    font-family:Arial;
}
.ft {
    font-family:Tahoma;
}
.fv {
    font-family:Verdana;
}
.fs {
    font-family:'宋体';
}
.fw {
    font-family:'微软雅黑';
}
.n {
    font-weight:normal;
    font-style:normal;
}
.b {
    font-weight:bold;
}
.i {
    font-style:italic;
}
.tc {
    text-align:center;
}
.tr {
    text-align:right;
}
.tl {
    text-align:left;
}
.tj {
    text-align:justify;
}
.tdl {
    text-decoration:underline;
}
.tdn, .tdn:hover, a.tdl:hover {
    text-decoration:none;
}
.lt0 {
    letter-spacing:0;
}
lt1 {
    letter-spacing:1px;
}
.bk {
    word-wrap:break-word;
}
.vm {
    vertical-align:middle;
}
.vtb {
    vertical-align:text-bottom;
}
.vb {
    vertical-align:bottom;
}
.vt {
    vertical-align:top !important;
}
.vn {
    vertical-align:-2px;
}
.cl {
    clear:both;
}
.rel {
    position:relative;
}
.abs {
    position:absolute;
}
.zx1 {
    z-index:1;
}
.zx2 {
    z-index:2;
}
.poi {
    cursor:pointer;
}
.def {
    cursor:default;
}
.ovh {
    overflow:hidden;
}
.vh {
    visibility:hidden;
}
.vv {
    visibility:visible;
}
.z {
    *zoom:1;
}
.tu {
    text-transform:uppercase
}
/*块状元素水平居中*/
.auto {
    margin-left:auto;
    margin-right:auto;
}
/*清除浮动*/
.fix {
    *zoom:1;
}
.fix:after {
    display:block;
    content:"clear";
    height:0;
    clear:both;
    overflow:hidden;
    visibility:hidden;
}
/*基于display:table-cell的自适应布局*/
.cell {
    display:table-cell;
    *display:inline-block;
    width:2000px;
    *width:auto;
}
/*双栏自适应cell部分连续英文字符换行*/
.cell_bk {
    display:table;
    width:100%;
    table-layout:fixed;
    word-wrap:break-word;
}
/*单行文字溢出虚点显示*/
.ell {
    text-overflow:ellipsis;
    white-space:nowrap;
    overflow:hidden;
}
.ti2 {
    text-indent:2em;
}
.bort0 {
    border-top:0px !important;
}
.m0 {
    margin:0 !important;
}
.ml1 {
    margin-left:1px;
}
.ml2 {
    margin-left:2px;
}
.ml5 {
    margin-left:5px;
}
.ml10 {
    margin-left:10px;
}
.ml20 {
    margin-left:20px;
}
.mr1 {
    margin-right:1px;
}
.mr2 {
    margin-right:2px;
}
.mr5 {
    margin-right:5px;
}
.mr10 {
    margin-right:10px;
}
.mr20 {
    margin-right:20px;
}
.mt1 {
    margin-top:1px;
}
.mt2 {
    margin-top:2px;
}
.mt5 {
    margin-top:5px;
}
.mt10 {
    margin-top:10px;
}
.mt40 {
    margin-top:40px !important;
}
.mt50 {
    margin-top:50px !important;
}
.mt60 {
    margin-top:60px !important;
}
.mt80 {
    margin-top:80px !important;
}
.mt20 {
    margin-top:20px;
}
.mb1 {
    margin-bottom:1px;
}
.mb2 {
    margin-bottom:2px;
}
.mb5 {
    margin-bottom:5px !important;
}
.mb8 {
    margin-bottom:8px !important;
}
.mb10 {
    margin-bottom:10px !important;
}
.mb20 {
    margin-bottom:20px;
}
.mb30 {
    margin-bottom:30px;
}
.mb60 {
    margin-bottom:60px !important;
}
.ml-1 {
    margin-left:-1px;
}
.mt-1 {
    margin-top:-1px;
}
.m30 {
    margin:30px !important;
}
.mb0 {
    margin-bottom:0px !important;
}
.ml0 {
    margin-left:0px !important;
}
.p1 {
    padding:1px;
}
.pl1 {
    padding-left:1px;
}
.pt1 {
    padding-top:1px;
}
.pr1 {
    padding-right:1px;
}
.pb1 {
    padding-bottom:1px;
}
.p2 {
    padding:2px;
}
.pl2 {
    padding-left:2px;
}
.pt2 {
    padding-top:2px !important;
}
.pt3 {
    padding-top:3px !important;
}
.pt4 {
    padding-top:4px !important;
}
.pt9 {
    padding-top:9px;
}
.pt8 {
    padding-top:8px;
}
.pt7 {
    padding-top:7px;
}
.pt6 {
    padding-top:6px;
}
.pr2 {
    padding-right:2px;
}
.pb2 {
    padding-bottom:2px;
}
.pl5 {
    padding-left:5px;
}
.p5 {
    padding:5px !important;
}
.pt5 {
    padding-top:5px;
}
.pr5 {
    padding-right:5px !important;
}
.pb5 {
    padding-bottom:5px;
}
.p10 {
    padding:10px !important;
}
.p15 {
    padding:15px;
}
.pl10 {
    padding-left:10px;
}
.pt10 {
    padding-top:10px;
}
.pr10 {
    padding-right:10px;
}
.pb10 {
    padding-bottom:10px;
}
.p20 {
    padding:20px;
}
.pl20 {
    padding-left:20px;
}
.pt20 {
    padding-top:20px;
}
.pr20 {
    padding-right:20px;
}
.pb20 {
    padding-bottom:20px;
}
.pr30 {
    padding-right:30px !important;
}
.pt15 {
    padding-top:15px;
}
.pb15 {
    padding-bottom:15px;
}
.pl15 {
    padding-left:15px;
}
.pr15 {
    padding-right:15px;
}
.ph10 {
    padding-left:10px !important;
    padding-right:10px !important;
}
.p9 {
    padding:9px !important;
}
.pn {
    padding:0 !important;
}
.pl0 {
    padding-left:0px !important;
}
.pr0 {
    padding-right:0px !important;
}
.pb0 {
    padding-bottom:0px !important;
}
.displaynone {
    display:none;
}
.displaytrue {
    overflow:hidden;
}
.em {
    color:#ff3333;
    padding:0px 5px;
}
a.infolist {
    color:#656565;
    text-decoration:underline;
}
a:visited.infolist {
    color:#00a0eb;
    text-decoration:underline;
}
a:hover.infolist {
    color:#00a0eb;
    text-decoration:none;
}
a.typelink {
    color:#78909C;
    text-decoration:none;
}
a:visited.typelink {
    color:#78909C;
    text-decoration:none;
}
a:hover.typelink {
    color:#00a0eb;
    text-decoration:underline;
}
a.infolist_noline {
    color:#666;
    text-decoration:none;
}
a:visited.infolist_noline {
    color:#666;
    text-decoration:none;
}
a:hover.infolist_noline {
    color:#00a0eb;
    text-decoration:underline;
}
a.footer {
    color:#7b7d8a;
    text-decoration:none;
}
a:visited.footer {
    color:#7b7d8a;
    text-decoration:none;
}
a:hover.footer {
    color:#fff;
    text-decoration:underline;
}
.img-breck {
    transition:transform 0.2s ease, box-shadow 0.2s ease;
    -will-change:transform, box-shadow;
    box-shadow:0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}
/*内容框*/
.calculator_upper {
    padding:20px;
    border-radius:6px;
    position:relative;
    border-top:4px solid #00aeff;
    box-shadow:0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    overflow:hidden
}
.calculator_faq {
    padding:20px;
    border-radius:6px;
    position:relative;
    border-top:4px solid #FF4F81;
    box-shadow:0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
    overflow:hidden
}
.lineh200 {
    line-height:200%
}
.tooltip-inner {
    max-width:320px;
    padding:3px 8px;
    color:#fff;
    text-align:left;
    background-color:#0a5da6;
    border-radius:4px;
}
.tooltip.top .tooltip-arrow {
    bottom:0;
    left:50%;
    margin-left:-5px;
    border-width:5px 5px 0;
    border-top-color:#0a5da6;
}
.popover {
    position:absolute;
    color:#fff;
    padding:0px;
    font-size:12px;
    text-align:left;
    border:0px;
    border-radius:4px;
    background-color:#e00b0b;
    line-height:180%;
    -webkit-box-shadow:0;
    box-shadow:0;
    line-break:auto;
    max-width:460px;
    min-width:180px;
    z-index:1200;
}
.popover .popover-title {
    display:none !important;
    z-index:1061 !important;
}
.popover .popover-content {
    padding:5px;
    z-index:1061 !important;
}
.popover.top > .arrow {
    bottom:-11px;
    left:50%;
    margin-left:-11px;
    border-top-color:#e00b0b;
    border-top-color:rgba(0, 0, 0, 0);
    border-bottom-width:0;
}
.popover.top > .arrow:after {
    bottom:1px;
    margin-left:-10px;
    content:" ";
    border-top-color:#e00b0b;
    border-bottom-width:0;
}
.form-horizontal .has-feedback .form-control-feedback {
    right:0px;
}
.min-h-120 {
    min-height:120px;
}
.mb60 {
    margin-bottom:60px !important;
}
.pay_ico {
    padding:0px 15px;
}
.pay_ico img {
    height:60px
}
/*支付二维码*/
.pay_code_pic {
    float:left;
    padding-left:300px;
    overflow:hidden;
}
.code_str {
    float:left;
    width:280px;
}
.pw-box-ft {
    height:64px;
    padding:8px 0 8px 125px;
    background:url(../images/icon-red.png) 50px 8px no-repeat #ff7674;
}
.pw-box-ft p {
    margin:0;
    font-size:14px;
    line-height:22px;
    color:#fff;
    font-weight:700;
    text-align:left;
}
.from_per p {
    margin:0px;
    padding:0px;
}
.nav-tabs > li {
    margin-right:5px
}
.nav-tabs > li > a {
    font-size:18px;
    padding:10px 45px;
}
.nav-tabs > li > a {
    background-color:#d3dade;
    color:#666666;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color:#ff3333;
    cursor:default;
    background-color:#fff;
    border:1px solid #ddd;
    border-bottom-color:transparent;
}
.tab-content {
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
    border-bottom:1px solid #ddd;
    padding:15px 10px 10px 10px;
    border-radius:0px 0px 4px 4px;
}
.tab-content > .tab-pane {
    overflow:hidden;
}
/*ICON图标*/
.icon_label .iconfont {
    font-size:60px;
    border-radius:50px;
    border:0px solid #dadada;
    padding:20px;
    background-color:#0099cc;
    color:#fff;
}
.icon_label2 .iconfont {
    font-size:60px;
    border-radius:50px;
    border:0px solid #dadada;
    padding:20px;
    background-color:#ff6633;
    color:#fff;
}
/*im*/
#share {
    position:fixed;
    _position:absolute;
    _top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight)-24+"px");
    bottom:24px;
    left:96%;
    width:30px;
    zoom:1;
}
#share a {
    background-image:url(../images/im/share.png);
    background-repeat:no-repeat;
    display:block;
    width:30px;
    height:30px;
    margin-bottom:2px;
    overflow:hidden;
    text-indent:-999px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
#share a {
}
#share .sina {
    background-position:0 0;
    position:absolute;
    bottom:0px;
}
#share a.sina:hover {
    background-position:-30px 0;
}
#share .qq {
    background-position:0 -60px;
    position:absolute;
    bottom:34px;
}
#share a.qq:hover {
    background-position:-30px -60px;
}
#share .qq2 {
    background-position:0 -60px;
    position:absolute;
    bottom:0px;
}
#share a.qq2:hover {
    background-position:-30px -60px;
}
#share a#totop {
    background-position:0 -120px;
    position:absolute;
    bottom:68px;
    cursor:pointer;
}
#share a#totop:hover {
    background-position:-30px -120px;
}
/*关键字*/
a.keyword1 {
    font-size:14px;
    color:#FF0000;
    text-decoration:none;
}
a.keyword2 {
    text-decoration:none;
    color:#CC3300;
    font-size:12px;
}
a.keyword3 {
    text-decoration:none;
    color:#000033;
    font-size:14px;
}
a.keyword4 {
    text-decoration:none;
    color:#3333CC;
    font-size:16px;
}
a.keyword5 {
    text-decoration:none;
    color:#0099FF;
    font-size:10px;
}
a.keyword6 {
    text-decoration:none;
    color:#9966CC;
    font-size:12px;
}
a.keyword7 {
    text-decoration:none;
    color:#996600;
    font-size:12px;
}
a.keyword8 {
    text-decoration:none;
    color:#996600;
    font-size:18px;
}
a.keyword9 {
    text-decoration:none;
    color:#996600;
    font-size:12px;
}
a.keyword10 {
    text-decoration:none;
    color:#996600;
    font-size:14px;
}
a.keyword1:hover, a.keyword2:hover, a.keyword3:hover, a.keyword4:hover, a.keyword5:hover,
a.keyword6:hover, a.keyword7:hover, a.keyword8:hover, a.keyword9:hover, a.keyword9:hover {
    color:#0c4ac7;
    text-decoration:none;
}
.espcms_product_img img {
    margin-right:auto;
    margin-left:auto;
    display:block;
    max-width:100%;
    height:auto;
    margin-bottom:5px;
    max-height:185px;
}
.espcms_product_img .espcms_product_title {
    text-align:center;
    padding:10px 0px 10px 0px;
    height:40px;
}
.espcms_page_book {
    padding-top:25px;
    padding-bottom:25px;
}
.espcms_page_navigation_title > h4 {
    padding:5px 0px;
    margin:0px;
    font-weight:bold;
    font-size:16px;
}
.espcms_page_navigation_title > h5 {
    padding:0px 0px;
    margin:0px;
    font-weight:bold;
    font-size:14px;
}
.espcms_page_navigation {
    padding:0px;
    border:0px;
    margin:0px;
}
.espcms_page_navigation > li {
    border:0px;
    margin:0px;
    padding:8px 5px;
	font-size: 16px;
}
.espcms_page_navigation > li:before {
    float:left;
    padding-right:3px;
    font-family:'Glyphicons Halflings';
    content:"\e250";
    font-size:7px !important;
    padding-top:2px;
    color:#ababab
}
.espcms_page_navigation > li.active {
    background:none;
    color:#1565C0;
    font-weight:bold
}
.espcms_page_navigation > li.active:hover {
    background:none;
    color:#1565C0;
    font-weight:bold
}
.espcms_page_infolist {
    padding:0px;
    border:0px;
    margin:0px;
}
.espcms_page_infolist > li {
    border:0px;
    margin:0px;
    padding:8px 5px;
    list-style:none
}
.espcms_page_infolist > li:before {
    float:left;
    padding-right:3px;
    font-family:'Glyphicons Halflings';
    content:"\e080";
    font-size:7px !important;
    padding-top:2px;
    color:#ababab
}
.espcms_address {
    line-height:200%;
    margin:0px;
    padding:0px;
	font-size: 16px;
}
.espcms_path {
    border-bottom:1px solid #E0E0E0;
    padding:10px 10px;
    margin:0px;
}
.espcms_content {
    padding-top:15px;
    line-height:200%;
}
.espcms_book {
    padding-top:15px;
}
.espcms_page_botton {
    text-align:center;
    border-top:1px solid #E0E0E0;
    padding:15px 0px;
}
.espcms_info_pager {
    border-top:0px solid #E0E0E0;
    padding-top:15px;
	
}
/*新闻列表*/
.espcms_info_list {
    padding-top:15px;
}
.espcms_info_list > ul > li {
    border:0px;
    margin:0px;
    padding:8px 5px;
}
.espcms_info_list > ul > li:before {
    float:left;
    padding-right:5px;
    font-family:'Glyphicons Halflings';
    content:"\e080";
    font-size:7px !important;
    padding-top:0px;
    color:#ababab
}
.espcms_info_time {
    background:none;
    color:#BDBDBD
}
.espcms_info_list > ul > li > .list-group-item-text {
    padding-left:15px;
    line-height:150%;
    padding-top:10px;
    color:#BDBDBD
}
/*新闻阅读*/
.espcms_info_content {
    padding:15px 0px;
}
.espcms_info_content > .info_title {
    text-align:center;
    padding-bottom:15px;
}
.espcms_info_content > .info_title > h1 {
    font-size:25px;
}
.espcms_info_content > .info_append {
    text-align:center;
    padding-bottom:15px;
}
.espcms_info_content > .info_content {
    border-top:1px solid #E0E0E0;
    padding-top:15px;
    line-height:200%;
}
.espcms_info_content > .info_book {
    padding-top:15px;
}
.espcms_info_content > .info_key {
    border-top:1px solid #E0E0E0;
    padding-top:15px;
    line-height:200%;
}
/*搜索*/
.search_div {
    width:70%;
    overflow:hidden;
    text-align:center;
    margin:0px auto;
}
/*投票-----------------------------------------------------------------------------------------------------------------*/
.main_sub {
    padding:10px;
    border:1px solid #f5e4ce;
    background-color:#fcf8f4;
    margin-top:10px;
    border-radius:5px;
}
.main_sub .mian_title {
    padding:5px 0px 10px 0px;
    border-bottom:1px solid #f5e4ce;
    margin-bottom:20px;
    overflow:hidden;
}
.main_sub .mian_title p {
    padding:0px;
    margin:0px;
    overflow:hidden;
}
.main_sub .mian_title .t {
    float:left;
    font-size:18px;
    color:#ff6237;
    padding-right:10px;
}
.main_sub .mian_title .s {
    float:left;
    line-height:25px !important;
    font-size:12px;
    height:25px;
    overflow:hidden;
}
.main_sub .mian_title .v {
    float:right;
    line-height:25px !important;
    font-size:14px;
}
.main_sub .mian_title .v .c {
    color:#f54343;
    text-decoration:none;
}
.vote_surList {
    list-style:none;
    margin:0px;
    padding:0px;
    overflow:hidden;
}
.vote_surList li {
    list-style:none;
    margin:0px;
    padding:0px 0px 15px 0px;
    overflow:hidden;
}
/*投票文字*/
.vote_surList .vote_item .voteTxt {
    float:left;
    font-size:14px;
    padding-right:10px;
    word-break:break-all;
}
.vote_surList .vote_item .voteResult {
    float:right;
    width:300px !important;
    padding-top:4px;
    height:20px !important;
    line-height:16px !important;
    overflow:hidden;
}
.vote_surList .vote_item .voteResult .signbox {
    width:300px;
    padding:0px;
    margin:0px;
    overflow:hidden;
}
.vote_surList .vote_item .voteResult .signbox .bar {
    float:left;
    width:190px;
    background:#f0f0f0;
    height:11px;
    overflow:hidden;
    border-radius:5px;
    margin-top:2px;
}
.vote_surList .vote_item .voteResult .signbox .bar .sgnTie {
    border-radius:5px;
    height:11px;
    display:inline-block;
    _display:inline-block;
}
.vote_surList .vote_item .voteResult .signbox .bar em {
    text-indent:0 !important;
}
/*百分比及投票数*/
.vote_surList .vote_item .voteResult .signbox .ct {
    float:left;
    width:50px;
    text-align:left;
    color:#f54343;
    font:12px/16px Arial;
    line-height:15px !important;
    height:15px;
    padding-left:5px;
}
.vote_surList .vote_item .voteResult .signbox .percent {
    float:left;
    text-align:right;
    padding-left:10px;
    color:#2b2b2b;
    height:15px;
    line-height:15px !important;
}
.vote_surList .vote_item .voteResult .signbox strong {
    font:12px/12px Arial;
    font-weight:normal;
}
/*图片投票*/
.vote_surList li.vote_pic {
    list-style:none;
    margin:0px;
    padding:0px 10px 15px 0px;
    overflow:hidden;
    float:left;
    width:230px;
}
.vote_surList .vote_pic .vote_image {
    float:left;
    position:relative;
}
.vote_surList .vote_pic .vote_image img {
    width:220px;
    height:170px;
}
.vote_surList .vote_pic .vote_image .vote_image_bg {
    height:30px;
    line-height:30px;
    width:100%;
    padding-left:5px;
    left:0px;
    bottom:0px;
    position:absolute;
    background-color:#fff;
    background:rgba(255, 255, 255, 0.9);
    filter:Alpha(Opacity=80);
    word-break:break-all;
}
.vote_surList .vote_pic .voteResult {
    float:left;
    width:220px !important;
    padding-top:4px;
    height:40px !important;
    overflow:hidden;
}
.vote_surList .vote_pic .voteResult .signbox {
    width:220px;
    padding:0px;
    margin:0px;
    overflow:hidden;
    font-size:12px;
}
.vote_surList .vote_pic .voteResult .signbox .bar {
    float:left;
    width:220px;
    background:#f0f0f0;
    height:11px;
    overflow:hidden;
    border-radius:2px;
    margin-top:2px;
    margin-bottom:5px;
}
.vote_surList .vote_pic .voteResult .signbox .bar .sgnTie {
    border-radius:5px;
    height:11px;
    display:inline-block;
    _display:inline-block;
}
.vote_surList .vote_pic .voteResult .signbox .bar em {
    text-indent:0 !important;
}
/*投票项百分比颜色*/
.vote_surList .voteResult .signbox .bar .sgn_1 {
    background:url(../images/public/vote_bg.gif) repeat-x left top;
}
.vote_surList .voteResult .signbox .bar .sgn_2 {
    background:url(../images/public/vote_bg.gif) repeat-x left -13px;
}
.vote_surList .voteResult .signbox .bar .sgn_3 {
    background:url(../images/public/vote_bg.gif) repeat-x left -26px;
}
.vote_surList .voteResult .signbox .bar .sgn_4 {
    background:url(../images/public/vote_bg.gif) repeat-x left -39px;
}
.vote_surList .voteResult .signbox .bar .sgn_5 {
    background:url(../images/public/vote_bg.gif) repeat-x left -52px;
}
.vote_surList .voteResult .signbox .bar .sgn_6 {
    background:url(../images/public/vote_bg.gif) repeat-x left -65px;
}
.vote_surList .voteResult .signbox .bar .sgn_7 {
    background:url(../images/public/vote_bg.gif) repeat-x left -78px;
}
.vote_surList .voteResult .signbox .bar .sgn_8 {
    background:url(../images/public/vote_bg.gif) repeat-x left -91px;
}
.vote_surList .voteResult .signbox .bar .sgn_9 {
    background:url(../images/public/vote_bg.gif) repeat-x left -104px;
}
.vote_surList .voteResult .signbox .bar .sgn_10 {
    background:url(../images/public/vote_bg.gif) repeat-x left -117px;
}
/*投票按钮*/
.vote_bottom {
    padding:5px 0px;
    overflow:hidden;
    text-align:left;
    color:#ff6237
}
/*对话框*/
#floatBoxBg {
    display:none;
    width:100%;
    height:100%;
    background:#616161;
    position:absolute;
    top:0;
    left:0;
    z-index:800
}
.floatBox {
    background-color:#fff;
    border:0px solid rgba(0, 0, 0, 0.1);
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    border-radius:5px;
    outline:0;
    position:fixed;
    z-index:1599;
    height:auto;
    display:block;
}
.floatBox #headtitle {
    width:100%;
    padding:8px 0px;
    background-color:#00B0FF;
    webkit-border-radius:10px 10px 0px 0px;
    -moz-border-radius:10px 10px 0px 0px;
    border-radius:5px 5px 0px 0px;
    cursor:move;
    position:relative;
}
.floatBox #headtitle .title {
    white-space:nowrap;
    width:80%;
    color:#fff;
    text-overflow:ellipsis;
    padding-left:10px
}
.floatBox .content {
    display:block;
    width:auto;
    min-height:29px;
    max-height:none;
    height:auto;
    padding:0px 0px 5px 0px;
}
/*备注说明*/
.espcms_content_ul_list {
    margin:0;
    list-style:none;
    padding:0px;
}
.espcms_content_ul_list li {
    padding:0px 0px 5px 0px;
    margin:0 0 0 20px;
    list-style:decimal;
    font-size:12px;
    color:#798991
}
/*上传窗口单个文件选择*/
.webuploader-container {
    position:relative;
}
.webuploader-element-invisible {
    position:absolute !important;
    clip:rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip:rect(1px, 1px, 1px, 1px);
}
.webuploader-pick {
    position:relative;
    display:inline-block;
    cursor:pointer;
    overflow:hidden;
}
.webuploader-pick-hover {
}
.webuploader-pick-disable {
    opacity:0.6;
    pointer-events:none;
}
/*上传样式*/
.btn-image {
    display:inline-block;
    padding:6px;
    margin:0px 0px 0px 0px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    width:100px;
    height:100px;
    background:url('../images/public/add_image.png') no-repeat center #EEEEEE;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.btn-image:hover {
    display:inline-block;
    padding:6px;
    margin:0px 0px 0px 0px;
    text-align:center;
    white-space:nowrap;
    vertical-align:middle;
    border-radius:4px;
    width:100px;
    height:100px;
    background:url('../images/public/add_image.png') no-repeat center #d9e3ed;
    -ms-touch-action:manipulation;
    touch-action:manipulation;
    cursor:pointer;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.espcms_uploadPicList {
    list-style:none;
    padding:0px;
    margin:0px;
}
.espcms_uploadPicList li {
    width:110px;
    height:110px;
    background-color:#f0f0f0;
    text-align:center;
    margin:5px 5px 0px 0px;
    position:relative;
    float:left;
    border-radius:4px;
}
.espcms_uploadPicList li p {
    padding:0px;
    margin:0px;
}
.espcms_uploadPicList li p.uploadtitle {
    position:absolute;
    left:0;
    width:100%;
    overflow:hidden;
    top:5px;
    text-align:left;
    font-size:12px;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.espcms_uploadPicList li p.uploadimgWrap {
    position:relative;
    z-index:2;
    line-height:110px;
    vertical-align:middle;
    overflow:hidden;
    width:110px;
    height:110px;
    top:0px;
    left:0px;
    border-radius:4px;
}
.espcms_uploadPicList li p.uploadimgWrap img {
    max-width:110px;
    max-height:110px;
}
.espcms_uploadPicList li p.uploadprogress {
    position:absolute;
    width:100%;
    bottom:0;
    left:0;
    height:8px;
    line-height:8px;
    z-index:50;
    font-size:12px;
}
.espcms_uploadPicList {
    list-style:none;
    padding:0px;
    margin:0px;
}
.espcms_uploadPicList li.select_pic_botton {
    width:110px;
    height:110px;
    background-color:#EEEEEE;
    border-radius:4px;
}
.espcms_uploadPicList li.select_pic_botton .webuploader-pick {
    width:110px;
    height:110px;
    padding-top:75px;
    background:url('../images/public/add_image.png') no-repeat center top #EEEEEE;
}
.espcms_uploadPicList li.select_pic_botton .webuploader-pick-hover {
    color:#0d4480;
    background:url('../images/public/add_image.png') no-repeat center top #d9e3ed;
}
.espcms_fileupload_ok, .espcms_filedir_ok {
    cursor:pointer;
}
/*已选择的样式*/
.espcms_fileupload_select .file_select_ok {
    display:block;
    position:absolute;
    left:0;
    top:0;
    height:40px;
    width:100%;
    z-index:200;
    background:url(../images/public/success.png) no-repeat left bottom;
}
/*成功提醒*/
.espcms_uploadPicList li p.uploadprogress .success {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    z-index:200;
    background:url(../images/public/success.png) no-repeat right bottom;
}
.espcms_uploadPicList li p.uploadprogress .successinfo {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    height:28px;
    line-height:28px;
    z-index:200;
    background:rgba(7, 133, 11, 0.8);
    color:#fff;
    width:100%;
}
/*进度条*/
.espcms_uploadPicList li p.uploadprogress .progressline {
    display:block;
    position:absolute;
    left:0;
    bottom:0;
    background:#2ec22a;
    height:3px;
}
/*正在上传中*/
.espcms_uploadPicList li p.uploadloading {
    display:block;
    position:absolute;
    left:0;
    top:0;
    background:rgba(0, 0, 0, 0.3);
    width:110px;
    height:110px;
    padding-top:50px;
    text-align:center;
    z-index:200;
    color:#fff;
    display:none;
}
/*失败提醒*/
.espcms_uploadPicList li p.uploaderror {
    background:#f43838;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
    height:28px;
    line-height:28px;
    width:100%;
    z-index:100;
    display:none;
}
.espcms_uploadPicList .upload_file_panel {
    position:absolute;
    left:0;
    top:0px;
    background:rgba(0, 0, 0, 0.5);
    width:100%;
    overflow:hidden;
    z-index:300;
    font-size:12px;
    height:0px
}
.espcms_uploadPicList .upload_file_panel span {
    width:24px;
    height:24px;
    display:inline;
    float:right;
    text-indent:-9999px;
    overflow:hidden;
    background:url(../images/public/icons.png) no-repeat;
    margin:5px 1px 1px;
    cursor:pointer;
}
.espcms_uploadPicList .upload_file_panel span.cancel {
    background-position:-48px -24px;
}
.espcms_uploadPicList .upload_file_panel span.cancel:hover {
    background-position:-48px 0;
}
.espcms_uploadPicList .upload_file_panel span.rotateRight {
    background-position:-24px -24px;
}
.espcms_uploadPicList .upload_file_panel span.rotateRight:hover {
    background-position:-24px 0;
}
.espcms_uploadPicList .upload_file_panel span.rotateLeft {
    background-position:0 -24px;
}
.espcms_uploadPicList .upload_file_panel span.rotateLeft:hover {
    background-position:0 0;
}
/*提醒*/
.espcms_warn {
    background-color:#fff;
    padding:50px 0px 80px 0px;
    width:100%;
    margin:0px auto;
    border-radius:10px;
}
.espcms_warn .form-control-icon-feedback {
    line-height:45px;
    font-size:20px;
    color:#4D4D4D;
    position:absolute;
    top:0;
    z-index:2;
    display:block;
    width:34px;
    height:34px;
    text-align:center;
    pointer-events:none;
}
.espcms_warn > h2 {
    font-size:30px;
    font-weight:300;
    line-height:40px;
    position:relative;
}
.espcms_warn > h3 {
    font-size:20px;
    font-weight:300;
    line-height:30px;
    position:relative;
}
.member_list_div {
    overflow:hidden;
}
.member_list_div .h4 {
    padding:0px;
    margin:0px;
    font-size:14px;
}
.member_list_div .order_bottom {
    padding-top:15px;
}
/*sns社交ICON*/
.sns_icon {
    width:100px;
    height:130px;
    overflow:hidden;
    position:relative;
    cursor:pointer;
    display:block
}
.sns_icon p {
    width:100px;
    height:30px;
    line-height:35px;
    overflow:hidden;
    position:absolute;
    bottom:0px;
    text-align:center;
    padding:0px;
    margin:0px;
}
.qq_sns {
    background:url(../images/qq_sns.png) 0px 0px no-repeat #fff;
}
.qq_sns:hover {
    background:url(../images/qq_sns.png) -100px 0px no-repeat #fff;
}
.weibo_sns {
    background:url(../images/weibo_sns.png) 0px 0px no-repeat #fff;
}
.weibo_sns:hover {
    background:url(../images/weibo_sns.png) -100px 0px no-repeat #fff;
}
.weixin_sns {
    background:url(../images/weixin_sns.png) 0px 0px no-repeat #fff;
}
.weixin_sns:hover {
    background:url(../images/weixin_sns.png) -100px 0px no-repeat #fff;
}
.sns_icon_list {
    list-style:none;
    padding:0px;
    margin:0px;
    overflow:hidden;
}
.sns_icon_list li {
    float:left;
    padding:0px;
    margin:0px;
}
.tab-pane .form-horizontal .form-group {
    margin-left:0px;
    margin-right:0px;
}
/*留言发布*/
.bbs_add_button_list {
    list-style:none;
    padding:0;
    margin:0;
}
.bbs_add_button_list li {
    padding:10px 0 0 0;
}
.bbs_forum .van-cell {
    padding-left:0;
    padding-right:0;
}
.bbs_forum .van-cell::after {
    right:0;
    bottom:0;
    left:0;
}
.bbs_forum .van-field__control {
    border:1px solid #ccc;
    padding:5px 10px;
    border-radius:5px;
}
.bbs_forum .van-cell-title {
    padding:0 0 5px 5px;
    font-weight:bold;
}
.bbs_forum .van-hairline--top-bottom {
    padding:8px 0;
}
.bbs_forum .van-hairline--top-bottom::after {
    border-width:0 0;
}
.maximg {display: block;width: 100%;height: auto;}