@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    text-align: left;
    font-size: 14px;
    font-family: "Source Han Sans CN";
    background-color: #eef1f6;
}

a {
    text-decoration: none;
    color: inherit;
}

a:link,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:active,
a:hover {
    color: #2b6fc2;
    text-decoration: none;
}

fieldset,
img {
    border: none;
}

img {
    vertical-align: middle;
    transition: transform 0.7s ease-out 0s;
    -moz-transition: transform 0.7s ease-out 0s;
}
em {
    font-style: normal;
}

li,
ul {
    list-style: none;
}

li {
    list-style-type: none;
}

div {
    word-wrap: break-word;
    word-break: break-all;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 9pt;
    font-weight: normal;
}

.f_l,.fl {
    float: left;
}

.f_r,.fr {
    float: right;
}

.auto {
    margin: 0 auto;
}
.w1577{width: 1255px;margin: 0 auto;}

.w1000 {
    width: 1000px;
}

.w1200 {
    width: 1200px;
}
.w1256{
    width: 1256px;
    margin: 0 auto;
}
.clear {
    clear: both;
    float: none;
}

.clearfix:after{content: "";display: block;height: 0;clear:both;visibility: hidden;}
.clearfix{*zoom: 1;}

.transition {
    transition: 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.layui-input,
.layui-textarea {
    box-shadow: inset 1px 1px 3px 0px #f1f1f1;
}

.layui-form-select dl dd.layui-this {
    background-color: #0659a0;
}
/*细缆样式初始化*/

#Zoom table.sortEnabled tr.firstRow td,
#Zoom table.sortEnabled tr.firstRow th {
    padding-right: 20px;
    background-image: url(/govapp/lib/ueditor_demo/ueditor2/themes/default/images/sortable.png);
    background-position: center right;
    background-repeat: no-repeat;
}

#Zoom .selectTdClass {
    background-color: #edf5fa!important;
}

#Zoom table.noBorderTable caption,
#Zoom table.noBorderTable td,
#Zoom table.noBorderTable th {
    border: 1px dashed #ddd!important;
}

#Zoom table {
    display: table;
    margin-bottom: 10px;
    border-collapse: collapse;
    margin: 0 auto;
}

#Zoom table,
#Zoom td,
#Zoom th {
    padding: 5px 10px;
    border: 1px solid #ddd;
    word-break: break-all;
}

#Zoom caption {
    padding: 3px;
    border: 1px dashed #ddd;
    border-bottom: 0;
    text-align: center;
}

#Zoom th {
    border-top: 1px solid #bbb;
    background-color: #f7f7f7;
}

#Zoom table tr.firstRow th {
    border-top-width: 2px;
}

#Zoom .ue-table-interlace-color-single {
    background-color: #fcfcfc;
}

#Zoom .ue-table-interlace-color-double {
    background-color: #f7faff;
}

#Zoom td p {
    margin: 0;
    padding: 0;
}

#Zoom ol,
#Zoom ul {
    margin: 0;
    width: 95%;
    pading: 0;
}

#Zoom li {
    clear: both;
}

#Zoom .list-paddingleft-1 {
    padding-left: 0;
}

#Zoom .list-paddingleft-2 {
    padding-left: 30px;
}

#Zoom .list-paddingleft-3 {
    padding-left: 60px;
}

#Zoom .pagebreak {
    clear: both!important;
    display: block;
    margin: 0;
    width: 100%!important;
    cursor: default!important;
}

#Zoom pre {
    margin: .5em 0;
    padding: .4em .6em;
    border-radius: 8px;
    background: #f8f8f8;
}

#Zoom .loadingclass {
    display: inline-block;
    margin-left: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    background: url(/govapp/lib/ueditor_demo/ueditor2/themes/default/images/loading.gif) no-repeat center center transparent;
    cursor: default;
}

#Zoom .loaderrorclass {
    display: inline-block;
    margin-right: 1px;
    width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    background: url(/govapp/lib/ueditor_demo/ueditor2/themes/default/images/loaderror.png) no-repeat center center transparent;
    cursor: default;
}

#Zoom anchor {
    display: inline;
}

#Zoom anchor:before {
    display: inline-block;
    width: 15px;
    height: 16px;
    background: url(/govapp/lib/ueditor_demo/ueditor2/themes/default/images/anchor.gif) no-repeat scroll left center transparent;
    content: "";
    cursor: auto;
}


/*细缆样式初始化*/


/*仿layui分页样式*/

.i_Page {
    text-align: center;
}

.layuiPage {
    padding: 10px 0px;
    clear: both;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}

.layuiPage a,
.layuiPage span,
.layuiPage font {
    display: inline-block;
    zoom: 1;
    vertical-align: middle;
    padding: 0 15px;
    border: 1px solid #e2e2e2;
    height: 28px;
    line-height: 28px;
    margin: 0 -1px 5px 0;
    background-color: #fff;
    color: #111111;
    font-size: 12px;
}

.layuiPage span,
.layuiPage font {
    margin-right: 10px;
    padding: 0;
    border: none;
}

.layuiPage a.onhover {
    background: #2242bc;
    border: 1px solid #2242bc;
    color: #FFFFFF !important;
}

.layuiPage font {
    height: 30px;
    line-height: 30px;
    color: #999;
}

.layuiPage input {
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    display: inline-block;
    width: 45px;
    margin: 0 10px;
    padding: 0 3px;
    text-align: center;
    outline: 0;
    transition: all .3s;
    -webkit-transition: all .3s;
}

input {
    border: none;
    outline: none;
}

.layuiPage input[type='text']:focus {
    border-color: #009688!important;
}

.layuiPage input[type='submit'] {
    margin-left: 10px;
    padding: 0 10px;
    cursor: pointer;
}

.trs_key4format {
    color: #333;
    font-size: 16px;
    zoom: 1;
}

.trs_key4format>p {
    margin: 5px 0;
    margin-bottom: 15px;
    color: #333;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}

.trs_key4format img {
    margin-bottom: -3px;
    max-width: 100%;
    text-align: center;
}


/*滚动条自定义样式*/

.ScrollStyle,
.layui-anim {
    overflow: auto;
    overflow: overlay;
}

.ScrollStyle::-webkit-scrollbar,
.layui-anim::-webkit-scrollbar {
    width: 9px;
    height: 9px;
    box-sizing: border-box;
    background: #eee;
}

.ScrollStyle::-webkit-scrollbar-button,
.layui-anim::-webkit-scrollbar-button {
    width: 9px;
    height: 12px;
    background: url(scroll.png) no-repeat;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start,
.layui-anim::-webkit-scrollbar-button:vertical:start {
    background-position: 0 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start:hover,
.layui-anim::-webkit-scrollbar-button:vertical:start:hover {
    background-position: -10px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:start:active,
.layui-anim::-webkit-scrollbar-button:vertical:start:active {
    background-position: -20px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end,
.layui-anim::-webkit-scrollbar-button:vertical:end {
    background-position: -30px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end:hover,
.layui-anim::-webkit-scrollbar-button:vertical:end:hover {
    background-position: -40px 0;
}

.ScrollStyle::-webkit-scrollbar-button:vertical:end:active,
.layui-anim::-webkit-scrollbar-button:vertical:end:active {
    background-position: -50px 0;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start,
.layui-anim::-webkit-scrollbar-button:horizontal:start {
    background-position: 0 -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start:hover,
.layui-anim::-webkit-scrollbar-button:horizontal:start:hover {
    background-position: -10px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:start:active,
.layui-anim::-webkit-scrollbar-button:horizontal:start:active {
    background-position: -19px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end,
.layui-anim::-webkit-scrollbar-button:horizontal:end {
    background-position: -30px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end:hover,
.layui-anim::-webkit-scrollbar-button:horizontal:end:hover {
    background-position: -40px -11px;
}

.ScrollStyle::-webkit-scrollbar-button:horizontal:end:active,
.layui-anim::-webkit-scrollbar-button:horizontal:end:active {
    background-position: -50px -11px;
}

.ScrollStyle::-webkit-scrollbar-track-piece,
.layui-anim::-webkit-scrollbar-track-piece {
    background-color: rgba(0, 0, 0, .15);
}

.ScrollStyle::-webkit-scrollbar-thumb,
.layui-anim::-webkit-scrollbar-thumb {
    background-color: #e7e7e7;
    border: 1px solid rgba(0, 0, 0, .21);
}

.ScrollStyle::-webkit-scrollbar-thumb:hover,
.layui-anim::-webkit-scrollbar-thumb:hover {
    background-color: #f6f6f6;
    border: 1px solid rgba(0, 0, 0, .21);
}

.ScrollStyle::-webkit-scrollbar-thumb:active,
.layui-anim::-webkit-scrollbar-thumb:active {
    background: -webkit-gradient(linear, left top, left bottom, from(#E4E4E4), to(#F4F4F4));
}

.ScrollStyle::-webkit-scrollbar-corner,
.layui-anim::-webkit-scrollbar-corner {
    background-color: #f1f1f1;
}

.container {
    width: 100%;
    min-width: 1260px;
    max-width: 1920px;
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    background: #fff;
}