* {
    font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
}

@font-face {
    font-family: 'TimeDate';
    src: url('../images/LCD_ATT_Phone_Time_Date_Regular.ttf'), url('../images/LCD_ATT_Phone_Time_Date_Regular.eot');
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #F0FAFA;
}

html,
body {
    color: #1F2226;
}

.font_phone {
    font-family: 'TimeDate';
    vertical-align: middle;
}

div,
p,
span,
a,
img,
select,
li,
h4,
button,
input {
    outline: none !important;
}

input,
button,
select {
    vertical-align: middle;
}

body,
html {
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background-color: #001324;*/
    /*font-weight: 600;*/
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}

ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #1F2226;
    text-decoration: none !important;
    cursor: pointer;
    font-weight: 400;
}

a:focus,
a:hover,
a.active {
    color: #333;
    text-decoration: none;
}

input,
textarea {
    outline: none;
    border: none;
    /*  禁止拖动 */
    resize: none;
    border: solid 1px #dddddd;
    padding: 5px;
}

textarea {
    vertical-align: text-top;
    -webkit-appearance: none;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}

select::-ms-expand {
    display: none;
}


/*text*/

.txt-red {
    color: red;
}

.tx-c {
    text-align: center;
}

.tx-l {
    text-align: left;
}

.tx-r {
    text-align: right;
}

.mt-20 {
    margin-top: 20px;
}

.container {
    padding: 0;
    width: 1200px;
    margin: auto;
}

.ml-5 {
    margin-left: 5px;
}

.ml-10 {
    margin-left: 10px;
}

.ml-20 {
    margin-left: 20px;

}

.fl {
    float: left;
}

.fr {
    float: right;
}


/* .hide{
    display: none;
} */



body {
    /*padding-left: 250px;*/
    padding-top: 35px;
}

header .header_top {
    position: fixed;
    top: 0;
    height: 60px;
    width: 100%;
    background: white;
    left: 0;
    border: 1px solid #E5E7EB;
    /* box-shadow: 0px 0px 8px 0px rgb(0 0 0 / 10%); */
    /* box-shadow: 0px 1px 5px #888; */
    z-index: 100;
}

header .header_top .logo {
    /* width: 208px; */
    display: inline-block;
    height: 58px;
    line-height: 50px;
    background-color: white;
    color: #fff;
    font-size: 18px;
    float: left;
    line-height: 55px;
    /*text-align: center;*/
    padding-left: 13px;
}

header .header_top .logo img {
    margin: 0 10px;
    width: 30px;
}

header .header_top .sidebar_toggle {
    display: inline-block;
    width: 40px;
    text-align: center;
    line-height: 50px;
    vertical-align: top;
    font-size: 19px;
    color: #3F90FF;
    ;
    ;
    cursor: pointer;
}

header .header_top .sidebar_toggle:hover {
    color: #fff;
    background: #3F90FF;
    ;
    ;
}

header .header_top .user_login {
    display: inline-block;
    float: right;
    line-height: 60px;
    padding-right: 20px;
    position: relative;
    color: black;
}

.layui-badge,
.layui-badge-dot,
.layui-badge-rim {
    position: relative;
    top: -7px;
    left: 22px;

}

header .header_top .user_login span {
    margin-left: 5px;
    font-size: 14px;
    cursor: pointer;
    display: inline-block;
    color: black;
}

header .header_top .user_login .user_image {
    display: inline-block;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

.text-headImage {
    line-height: 25px;
    text-align: center;
    border-radius: 40px;
    background: black;
    color: white;
    font-size: 14px;
    display: inline-block;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    margin-right: 7px;
}

header .header_top .user_login span i {
    margin-left: 5px;
}

/* header .header_top .user_login span:hover {
    color:  white;
} */
.user_login ul {
    position: absolute;
    top: 51px;
    background: #fff;
    z-index: 10000;
    line-height: 25px;
    /* padding: 10px 20px; */
    /* text-align: center; */
    box-shadow: 0px 3px 5px 1px rgba(0, 0, 0, 0.3);
    right: -25px;
    width: 120px;
    display: none;
}



.h6,
h6 {
    font-size: 16px !important;
}

.user_login ul li {
    height: 35px;
    /* padding-left: 7px; */
    cursor: pointer;
    width: 120px;
    padding: 7px 15px;
    /* background-color: red; */
}

.user_login ul li a {
    color: #000;
}

.user_login ul li:hover {
    background: #f1f1f1;
}

header .header_left {
    position: fixed;
    left: 0;
    width: 208px;
    height: 100%;
    background-color: #F0F0F0;
    top: 60px;
    z-index: 100;
    overflow: auto;
    height: calc(100vh - 50px);
    overflow: hidden;
}

header .header_left:hover {
    overflow-y: auto;
}

header .header_left .header_user {
    height: 70px;
    line-height: 70px;
    color: #fff;
    font-size: 16px;
}

header .header_left .header_user .avatar {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    border-radius: 40px;
    background: #3F90FF;
    ;
    ;
    color: #fff;
    font-size: 24px;
    margin: 15px 5px;
    vertical-align: top;
}

header .header_left ul.tab_one>li>a {
    height: 50px;
    line-height: 50px;
    display: block;
    color: #262626;
    background: #F0F0F0;
    position: relative;
    font-size: 14px;
    margin-left: 8px;
}

header .header_left.menu_close ul.tab_one>li>a span {
    position: absolute;
    left: 50px;
    width: 120px;
    display: none;
    top: 0;
    padding-left: 10px;
    background: #3F90FF;
    ;
    ;
}

header .header_left.menu_close ul.tab_one>li>a:hover span {
    display: inline-block;
}

header .header_left ul.tab_one>li>a i {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 15px;
    top: 17px;
    background: url('../img/spread1.png') no-repeat;
    ;
}

header .header_left ul.tab_one>li>a img {
    width: 20px;
    margin: 0 10px;
}

header .header_left ul.tab_one>li.on>a .toggleicon {
    background: url(../img/xiala_01.png) no-repeat;
    /*background-size: 10px 27px;*/
}

header .header_left ul.tab_one>li.on>a,
header .header_left ul.tab_one>li:hover>a {
    color: #1969F1;
    /*background-color:  #3F90FF;;;*/
}

header .header_left ul.tab_one>li.on>ul.tab_two {
    display: block !important;
}

header .header_left ul.tab_one>li>ul.tab_two img {
    margin: 0 13px;
}

header .header_left ul.tab_two>li {
    /*color: #fff;*/

    /* background: #E7E9EB; */
    height: 40px;
    line-height: 40px;
    padding-left: 42px;
}


header .header_left ul.tab_two>li>a {
    height: 40px;
    line-height: 40px;
    display: block;
    margin-left: 20px;
    /*color: #fff;*/
    /*background: #0e161e;*/
    position: relative;
}

header .header_left ul.tab_two>li>a span {
    color: #737373;
    font-size: 14px;
}

header .header_left ul.tab_two>li.on,
header .header_left ul.tab_two>li:hover {

    background: #E7E9EB;
    /* border-left: 2px solid #24F8FF; */
    /* background: linear-gradient(270deg, rgba(79, 199, 204, 0) 0%, rgba(59, 175, 179, 0.51) 100%) */
}

header .header_left ul.tab_two>li.on>a span {
    color: #1969F1;

}


.main {
    position: relative;

    height: 100%;
    /* overflow-y: scroll; */
    /*background-color: #   f1f1f1;*/
    margin-left: 220px !important;
    background-color: #F8F8F8;

}

.offsetWidthClose {
    margin-left: 60px !important;
}

.mainBack {
    background-color: #f1f1f1;
}



.con_title {
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid #3F90FF;
    ;
    ;
    padding-left: 10px;
}

.con_title a.on {
    color: #3F90FF;
    ;
    ;
}


/*表格*/

.common_table {
    width: 100%;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
    margin-top: 13px;
    border: #fff;
}

.common_table thead {
    text-align: center;
    background: #E8ECF2;
    color: #333;
}

.common_table thead th {
    text-align: center;
    border-color: #E8ECF2;
    line-height: 36px;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 5px;
}

.common_table tbody td {
    /*text-align: center;*/
    background: #fff;
    border-color: #dcdcdc;
    word-break: keep-all;
    white-space: nowrap;
    padding: 0 7px;
    cursor: pointer;
    /* font-size: 12px; */
}

.txt-orgin {
    color: #ff901b !important;
}

.common_table tbody td span {
    color: #3F90FF;
    ;
    ;
    margin: 0px 5px;
    cursor: pointer;
}









/*模态框*/


.modal-content {
    width: 480px;
    margin-top: 32%;
    margin-left: 16%;
}

.modal .modal-header {
    padding: 10px;
    /* background-color:  #3F90FF;;; */
    color: black;
    min-height: 40px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#modal-header22 {
    /* background-color: #005383!important; */
    color: white;
}

.modal .modal-header h4 {
    font-size: 16px;
    color: black;
}

.modal .modal-header button {
    opacity: 1;
    font-weight: 200;
    color: black;
}

.modal .modal-body {
    padding-top: 20px;
    padding-bottom: 40px;
    margin-left: 15px;
}

.modal .modal-body>div.line {
    line-height: 28px;
    margin-bottom: 8px;
    position: relative;
}

.modal .modal-body>div.line span.title {
    display: inline-block;
    width: 120px;
    text-align: right;
    vertical-align: top;
    color: #666666;
    font-weight: 500;
}

.modal .modal-body>div.line input {
    width: 300px;
    height: 32px;
    padding: 0px 8px;
    color: #999;
    margin-left: 49px;
    border: solid 1px #dddddd;
    display: inline-block;
}

.modal .modal-body>div.line .credentials {
    width: 203px;
    height: 118px;
    position: relative;
    right: -120px;
    top: 9px;
}

.modal .modal-body>div.line select {
    width: 305px;
    height: 28px;
    padding: 0px 8px;
    color: #999;
    border: solid 1px #dddddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/pulldown.png)no-repeat 278px 7px;
}

.modal .modal-body>div.line select.area {
    width: 99px;
    height: 28px;
    padding: 0px 8px;
    color: #999;
    border: solid 1px #dddddd;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/pulldown.png)no-repeat 79px 7px;
}

.modal .modal-body>div.line em {
    display: block;
    padding-left: 124px;
    font-style: normal;
}

.modal .modal-body>div.line p {
    display: inline-block;
}

.modal .modal-body>div.line em {
    color: #d0011b;
    font-size: 13px;
}

.modal .modal-body>div.btn_click {
    text-align: center;
    margin-top: 20px;
}

.modal .modal-body>div.btn_click button {
    width: 110px;
    height: 34px;
    line-height: 32px;
    border-radius: 4px;
    border: solid 1px #3F90FF;
    ;
    ;
    margin: 0px 25px;
    font-size: 13px;
    background: #fff;
}

.modal .modal-body>div.btn_click button.btn_true {
    background: #3F90FF;
    ;
    ;
    color: #fff;
}


/*页码*/

.page_line {
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: center;
    font-size: 0px;
}

.page_line .page {
    text-align: center;
    display: inline-block;
}

.page_line .page span {
    font-size: 12px;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 30px;
    color: #666666;
    vertical-align: top;
    cursor: pointer;
    margin: 0px 5px;
    border: 1px solid #dddddd;
    background: #fff;
}

.page_line .page span:hover,
.page_line .page span.on {
    background: #3F90FF;
    ;
    ;
    color: #fff;
}

.page_line .page .ellipsis,
.page_line .page .ellipsis:hover {
    background: transparent;
    border: 1px solid transparent;
    color: #666666;
}

.page_line .page .prev,
.page_line .page .next {
    width: 80px;
    border: 1px solid #dddddd;
}

.page_line .page .prev:hover,
.page_line .page .next:hover {
    color: #666666;
    background: #f1f1f1;
    border: 1px solid #dddddd;
}

.page_line .page_acount {
    font-size: 12px;
    color: #666666;
    display: inline-block;
    vertical-align: bottom;
    line-height: 32px;
    margin: 0 10px;
}

.page_line .go_page {
    display: inline-block;
    font-size: 12px;
    color: #666666;
    vertical-align: bottom;
    margin: 0 20px;
}

.page_line .go_page input {
    width: 50px;
    height: 32px;
    display: inline-block;
    border: solid 1px #dddddd;
    margin: 0px 5px;
    padding: 0px 5px;
}

.page_line .go_page button {
    width: 60px;
    height: 32px;
    border-radius: 4px;
    background-color: #3F90FF;
    ;
    ;
    border: solid 1px #3F90FF;
    ;
    ;
    color: #fff;
    margin-left: 10px;
    vertical-align: top;
}


/*end 页码*/


/*滚动条样式*/

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
    background-color: #f5f5f5;
}


/* ::-webkit-scrollbar-button{
    background: #026def;
} */

::-webkit-scrollbar-thumb {
    width: 5px;
    border-radius: 5px;
    background-color: #333333;
}

/*定义滚动条宽高及背景，宽高分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar,
scrollbar {
    width: 3px;
    height: 8px;
    background-color: white;

}

/*定义滚动条的轨道，内阴影及圆角*/
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/*定义滑块，内阴影及圆角*/
::-webkit-scrollbar-thumb {
    /*width: 10px;*/
    /*height: 20px;*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #555;
}




.common_table tbody tr:hover {
    background-color: red;
}

/**/


/* 小导航 */

.location {
    /* height: 70px; */
    padding: 40px 30px 27px 22px;
    /* margin-bottom: 20px; */
    line-height: 2px;
    border-bottom: 1px solid #E5E7EB;
    font-size: 14px;
    /* font-weight: 800; */
    background-color: white;
}

.location.noline {
    border: none;
}

.location .icon {
    width: 7px;
    background: url(../images/data.png) no-repeat -15px -129px;
    background-size: 47px 290px;
    margin: 0 8px;
    margin-top: 5px;
    height: 20px;
    background-position: -15px -125px;
}

.location span:last-of-type {
    color: black;
}

.location span:hover {
    color: #3F90FF;
    ;
    cursor: pointer;
}

.layui-layer-btn0 {
    background: #3F90FF !important;
    border: solid 1px #3F90FF;
    ;
    ;
}


/*------------按钮----------*/

.btns {
    text-align: center;
    margin-top: 5px;
}

.btns button {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 36px;
    margin: 0 9px;
    font-size: 14px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    outline: none;
    cursor: pointer;
}

.btns button.ok {
    color: #fff;
    background-color: #3F90FF;
    ;
    ;
    border: none;
}

.btns button.ok:hover {
    background-color: #3F90FF;
    ;
    ;
    color: #fff;
}

.btns button.cancel {
    border: 1px solid #D4D4D4;
    color: #999;
    background-color: transparent;
}

.btns button.cancel:hover {
    color: #3F90FF;
    ;
    ;
    border-color: #3F90FF;
    ;
    ;
    background-color: transparent;
}








.txt-red {
    color: #e65656;
}

.orange {
    /* color: #e65656 !important; */
    background: url(../images/orange.png)no-repeat;
    background-size: 80% 80%;
    background-position: 50% 50%;
}

.txt-orange {
    color: #ffcd5f;
}

.txt-green {
    color: #3cb77d !important;
}

.txt-org {
    color: #ff901b;
}





.num {
    text-align: right;
}

.txt-grey {
    color: #999999
}





tbody {
    -ms-scroll-chaining: chained;
    -ms-overflow-style: none;
    -ms-content-zooming: zoom;
    -ms-scroll-rails: none;
    -ms-content-zoom-limit-min: 100%;
    -ms-content-zoom-limit-max: 500%;
    -ms-scroll-snap-type: proximity;
    -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
    -ms-overflow-style: none;
    overflow: auto;
}



.label-btn {
    border: 1px solid #dcdcdc;
    font-size: 12px;
    line-height: 28px;
    margin-left: 20px;
}

.label-btn b {
    display: inline-block;
    width: 80px;
    text-align: center;
}

.label-btn b.on {
    background-color: #ce5253;
    color: #fff;
}

.label-btn b:first-child {
    border-right: 1px solid #dcdcdc;
}

.layui-layer-title {
    padding: 0 80px 0 20px;
    height: 42px;
    line-height: 42px;
    border-bottom: 1px solid #eee;
    font-size: 14px;
    color: black !important;
    overflow: hidden;
    background-color: #F8F8F8;
    border-radius: 2px 2px 0 0;
    background-color: #F8F8F8 !important;
}

.layui-select-title {
    width: 301px;
}

.layui-form-select .layui-edge {
    position: absolute;
    left: 283px;
    top: 48%;
    /* margin-top: -3px; */
    cursor: pointer;
    border-width: 6px;
    border-top-color: #c2c2c2;
    border-top-style: solid;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.layui-form-select {
    width: 301px;
    display: block
}

.layui-form-select dl {
    width: 301px;
}

.layui-form-select dl dd {
    width: 290px;
}

.layui-input-block {
    margin-left: 100px;
    min-height: 36px;
}

.layui-form-select .layui-input {
    height: 32px;
}

.layui-form-select .layui-input {
    height: 32px;
    display: block !important
}

.prev {
    background: #fff url(../images/left.png)no-repeat 4px 3px;

}

.next {
    background: #fff url(../images/right.png)no-repeat 4px 3px;

}

.select2-container--default .select2-results__option--selected {
    display: none
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 35px;
    width: 300px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 0px;
    border-radius: 2px;
    margin-left: 0px;
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #dddd;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 300px !important;

}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #dddd;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #3F90FF;
    color: white;
}

.buttoms {

    color: #3F90FF
}

/* .layui-table-box{
    height: 430px;
    overflow-y: auto;
} */
.serach_heard {
    height: 250px;
    background-color: white;
    padding-top: 20px;
    width: 100%;
}

.seachDiv {
    /* margin-left: 27px; */
    position: relative;
    height: 50px;
    /* line-height: 79px; */
    padding-top: 14px;
    line-height: 34px;
}

.seachDiv>p {
    float: left;
    width: 100px;
    text-align: right;
}

.seachDiv>input {
    float: left;
}

.seach {

    /* height: 221px; */
    background: white;
    border-radius: 4px;
    width: 98.3%;
    margin: 0 auto;
    border: 1px sl;
    /* border: 1px solid #E5E6E6; */
    padding-top: 5px;
}

input::-webkit-input-placeholder {
    font-size: 12px;
}

.tableHeard {
    float: left;
    font-weight: 500;
    color: #101010;
    font-size: 16px;
    /* border-left: 3px solid #3F90FF; */
    /* margin-left: 30px; */
    padding: 6px 9px 1px 0px;
}

.query {
    display: flex;
    /* justify-content: space-evenly; */
}

.query p,
.querysome {
    display: flex;
    white-space: nowrap;
    align-items: center;
}

.query .querysome {
    /* margin: 0 32vw 0 10%; */
    justify-self: left;
}

.addFireTxt .buttoms {
    display: block;
    /* width: 100px; */
    padding: 0 12px !important;
    height: 32px;
    line-height: 30px;
    background: #027AFF;
    border-radius: 2px;
    line-height: 32px;
    float: right;
    margin-right: 5px;
    text-align: center;
    color: white;
    float: right;
    cursor: pointer;
}

.addFireTxt .buttomss {
    display: block;
    padding: 0 12px !important;
    height: 32px;
    line-height: 30px;
    background: white;
    border: 1px solid #D6D6D6;
    border-radius: 2px;
    line-height: 32px;
    float: right;
    margin-left: 16px;
    text-align: center;
    color: black;
    float: left;
    cursor: pointer;
}

.querybtn {
    width: 100px;
    height: 32px;
    background: #027AFF;
    border-radius: 2px;
    line-height: 32px;
    float: right;
    margin-right: 21px;

}

.querybtn1 {
    width: 100px;
    height: 32px;
    background: white;
    color: black;
    border: 1px solid #cccccc;
    border-radius: 2px;
    line-height: 32px;
    float: right;
    margin-right: 21px;
}


.laydate-btns-clear {
    display: none !important;
}


.search {
    background: url(../img/search.svg) no-repeat 12px center;
    padding-left: 37px;
}

.addFireTxt {

    margin-bottom: 10px;
}