@charset "utf-8";

html {
    height: 100%;
}

.infoShade {

}

body {
    margin: 0;
    padding: 0;
    font-size: 13px;
    background-color: #FFFFFF;
    color: #333;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

* {
    font-family: ryo-gothic-plusn,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
}

ul, p, li, h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: inherit; /* 或者你可以指定一个颜色，比如 color: black; */
}

a:visited {
    color: inherit; /* 保持与未访问时相同的颜色，或者你可以指定一个颜色 */
}

.clear {
    clear: both;
}

.hide {
    display: none !important;
}

.hidden {
    visibility: hidden;
}

.mainBox {
    position: fixed;
    top: 54px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    /* background-color: #FFFFFF; */
    background-color: #FBFBFB;
    padding: 16px;
    flex: 1;
}

.main {
    /*  width: 84.2%; */
    width: 100%;
    /*min-width: 1200px;*/
    margin: 0 auto;
}

.mainBox .boxShadow {
    background-color: #FFFFFF;
    box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.10);
}

.mainBox .nav-parent-div {
    height: 34px;
    background: #FBFBFB;
    border-bottom: 1px solid #DDDDDD;
}

.margin_right_20c {
    margin-right: 3%;
}

.strong {
    font-weight: bold;
}

.main .select {
    float: right;
    font-size: 13px;
    position: relative;
    height: 25px;
    margin-top: 9px;
    border: 1px solid #34c3ed;
    color: #34c3ed;
    line-height: 25px;
    width: 80px;
    padding-left: 1em;
    background-color: white;
    background-image: url('../images/op_down.png');
    background-position: 80px center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.main .select.hover {
    background-image: url('../images/op_up.png');
}

.main .select .option {
    position: absolute;
    background-color: white;
    width: 93px;
    left: -1px;
    top: 25px;
    border: 1px solid #34c3ed;
    border-top-width: 0;
    z-index: 99999;
}

.main .select .option li {
    padding-left: 1em;
    color: #666666;
    border-top: 1px solid #dedede;
}

.main .select .option li:hover {
    /*color: #ffffff;*/
    background-color: #f5f5f5;
}

.hover {
    background-color: #f5f5f5;

}

/*.main .select .option li:active {
	background-color: #1a8eb0;
}*/
.main .caption {
    width: 100%;
    margin: 30px auto;
    /* 	margin-bottom: 20px; */
    display: flex;
    justify-content: space-between;
}

.main .caption > .item {
    float: left;
    width: 20%;
    /*  background-color: #34c3ed;*/
    background-color: #fff;
    color: #000;
    border-radius: 2px;
    cursor: pointer;
    height: 112px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}

.main .caption > .item > .title {
    padding: 17px;
    /*	font-size: 16px; */
    font-size: 14px;
    margin-top: 10px;
}

.main .caption > .item > .content {
    padding-left: 17px;
    /*    font-weight: bold; */
    /*    font-size: 30px; */
    font-size: 24px;
    padding-bottom: 17px;
    /*    text-align: center; */
    margin-top: -10px;
}

.main .caption > .item > .content > .unit {
    font-size: 16px;
    vertical-align: middle;
}

.main .area {
    width: 100%;
}

.main .area > .item {
    float: left;
    border-radius: 2px;
    background-color: white;
}

.main .area > .item > .title {
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 1em;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #333;
    font-weight: bold;
}

.main .area > .item > .mainTitle {
    background-color: #f9f9f9 !important;
}

.main .area > .item > .title .tab {
    float: right;
    cursor: pointer;
    margin-right: .6em;
    padding: 0 .5em;
    margin-top: 6px;
    line-height: 30px;
    border: 0;
}

.main .area > .item > .title .tab.checked {
    background-color: white;
    border: 1px solid #34c3ed;
    color: #34c3ed;
}

.main .area > .item > .content {
    /*	padding: 15px; */
    margin: 0;
    padding: 0;
    padding-bottom: 30px;
    /*padding-top: 20px;*/
}

.main .area > .item > .AllEchartsDiv > .content {
    padding: 20px 15px 15px 15px;
}

.main .area > .item > .title .link {
    display: inline;
    font-size: 15px;
    font-weight: normal;
    cursor: pointer;
}

.main .area > .item > .title .select {
    float: right;
    cursor: pointer;
    margin-right: .8em;
}

/*header*/
.header {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 54px;
    background-color: #333333;
    z-index: 99999;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
}

.header .content {
    min-width: 1200px;
    height: 100%;
    padding: 0 40px;
}

.header .content .logo {
    float: left;
    margin-top: 15px;
    width: 134px;
    height: 38px;
    cursor: pointer;
    display: inline-block;
}

.header .content .logo img{
    width: 100%;
    height: 100%;
}

.header .content .link {
    float: right;
    margin-left: 50px;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.header .content .link:hover {
    color: #0C55A8!important;
}

.header .content .link::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px; /* 下划线的高度 */
    background-color: #0C55A8; /* 下划线的颜色 */
    transition: width 0.5s ease; /* 过渡效果 */
}

.header .content .link:hover::after {
    width: 100%; /* 鼠标悬停时宽度变为100% */
}

.navigation {
    height: 34px;
    float: left;
    font-size: 14px;
    border-radius: 5px;
    z-index: 99999;
    letter-spacing: 1px;
    text-align: center;
}

.navigation .item a {
    color: #333;
    display: block;
    cursor: pointer;
    text-decoration: none;
    font-family: MicrosoftYaHei-Bold;
    font-weight: bold;
}

.navigation .item.last a {
    border-color: transparent;
}

.navigation .top_flag {
    height: 48px;
    background-image: url('../images/top_flag.png');
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: 100% 100%;
}

.navigation .item.checked {
    color: #333;
    border-top: 3px solid #FF6700;
    height: 34px;
    line-height: 31px;
    background-color: #fff;
}

.navigation .item.checked .del {
    position: absolute;
    top: 10.5px;
    right: 10px;
}

.navigation .item {
    /* background-color: #fff; */
    height: 34px;
    line-height: 34px;
    float: left;
    padding: 0 40px 0 20px;
    border-right: 1px solid #eaeaea;
    position: relative;
}

.navigation .item .del {
    position: absolute;
    /* top: 18px; */
    top: 12px;
    right: 10px;
}

.navigation .item:hover a {
    font-weight: bold;
}

.navigation .top_flag a {
    display: block;
    width: 100%;
    height: 100%;
}

/*footer*/
.footer {
    width: 100%;
    font-size: 12px;
    margin-top: 100px;
    background: #333;
    height: 250px;
    background-color: rgba(0, 0, 0, 1);
    color: rgba(255, 255, 255, 1);
    position: relative;
    display: flex;
    justify-content: center;
    /*background-image: url('../images/bottom_logo.png');*/
    /*background-position: 40px;*/
    /*background-repeat: no-repeat;*/
    /*background-size: 251px 132px;*/
}

.footer .content {
    margin-top: 40px;
    width: 1200px;
}

.footer .content .address {
    float: left;
}

.footer .content .address .address_img_div {
    width: 122px;
    height: 36px;
    margin-bottom: 15px;
    cursor: pointer;
    display: inline-block;
}

.footer .content .address .address_img_div img {
    width: 100%;
    height: 100%;
}

.footer .content .address .address_info,.footer .content .address .email_info {
    margin-top: 10px;
}

.footer .contacts {
    margin-left: 185px;
    float: left;
}

.footer .contacts .contacts_title {
    font-size: 16px;
    margin-bottom: 20px;
}

.footer .contacts .contacts_pocket {
    margin-bottom: 15px;
    cursor: pointer;
    display: block;
}

.footer .contacts .contacts_data {
    cursor: pointer;
    display: block;
}

.footer .contacts .contacts_pocket:hover,.footer .contacts .contacts_data:hover {
    color: #707070!important;
}

.footer .copyRight {
    width: 64%;
    text-align: center;
    position: absolute;
    bottom: 35px;
}

.footer .content .logo {
    float: left;
    margin: 35px 0;
    width: 100%;
    height: 46px;
    background-position: center;
    background-repeat: no-repeat;
}

.footer .content .info {
    margin-top: 20px;
    float: left;
    width: 100%;
    height: 60px;
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.footer .content .info img {
    position: absolute;
    top: 5px;
    left: 80px;
    width: 130px;
}

.footer .content .info .aboutUs {
    font-size: 14px;
    color: #fff;
}

.footer .content .info .aboutUs a {
    color: white;
    text-decoration: none;
    cursor: pointer;
    margin: 0 40px;
}

.footer .content .info .aboutUs a:hover {
    text-decoration: underline;
}

.footer .content .info p a {
    color: white;
    text-decoration: underline;
    cursor: pointer;
    margin: 10px;
}

.footer .content .info .beginEnd {
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
}

/*模糊查询插件*/
.main .item .title .date_query {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 10px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    color: #bbbbbb;
    line-height: 28px;
    width: 200px;
    background-color: white;
    background-position: 160px center;
    background-repeat: no-repeat;
    border-radius: 2px;
}

.main .item .title .date_query:hover {
    border: 1px solid #3285ff;
}

.main .item .title .date_query input {
    border: 0;
    outline: none;
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0);
}

.main .item .title .date_query .categoryListDiv {
    border: 1px solid #3285ff;
    color: #3285ff;
    width: 200px;
    position: relative;
    right: 1px;
    background-color: white;
    background-position: 160px center;
    background-repeat: no-repeat;
    z-index: 99999;
    display: none;
}

*.chooseBlue {
    /*	background: #34c3ed; */
    background: #f5f5f5;
}

.main .area .clearQuery {
    height: 17px;
    width: 17px;
    position: absolute;
    top: 6px;
    right: 5px;
    cursor: pointer;
    background-image: url(../images/cha.png);
    background-color: #cccccc;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.main .area .clickQuery {
    height: 23px;
    width: 23px;
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
    background-size: 18px;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-image: url(../images/query.png);
}

.main .area .clearQuery:HOVER {
    background-image: url(../images/cha.png);
    background-color: #e57777;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 50%;
}

/*模糊查询插件end*/

/*
样式大修改
*/
.main .area > .item > .title .blue_title {
    display: inline;
    background-image: url(../images/circle.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 8px;
    font-size: 16px;
    color: #333;
}

.main .area > .item > .title .titleText {
    display: inline;
    background-color: #f8f8f9;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    padding-left: 1em;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    color: #333;
}

.main .area .item .title .blueTitle {
    display: inline;
    background-image: url(../images/circle.gif);
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 8px;
    font-size: 16px;
    color: #333;
}

.main .area .item .title .blueTitle_noImage {
    display: inline;
    background-image: none;
    background-position: center left;
    background-repeat: no-repeat;
    padding-left: 15px;
    background-size: 8px;
    font-size: 16px;
    color: #333;
}

.main .area .item .table .titleText {
    font-size: 12px;
    color: #333;
    font-weight: bold;
}

.main .area .item .table .valueText {
    color: #333;
    font-size: 12px;
}

.main .area .item .table .valueText.right {
    padding-right: 5px;
    text-align: right;
}

.star1 {
    width: 16px;
    height: 13px;
    display: inline-block;
    background-image: url(../images/star1.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.star2 {
    width: 16px;
    height: 13px;
    display: inline-block;
    background-image: url(../images/star2.png);
    background-position: center left;
    background-repeat: no-repeat;
}

.table th {
    font-weight: normal;
    font-size: 13px;
    color: #000000;
    background-color: #f9f9f9;
}

.table .bg {
    background-color: #f9f9f9;
}

.table {
    width: 100%;
    border: 1px solid #eaeaea;
    border-spacing: 0;
    cellpadding: 0;
    cellspacing: 0;
    text-align: center;
    font-size: 13px;
}

.table .table_level_title {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.table .table_level {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.table .table_name {
    width: 195px;
    padding-left: 5px;
    display: inline-block;
    text-align: left;
}

.table .table_money {
    width: 67px;
    padding-right: 3px;
    display: inline-block;
    text-align: right;
}

.table .table_count {
    width: 60px;
    display: inline-block;
    text-align: right;
    min-height: 1px;
}

.table .table_money_color {
    width: 60px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.table .table_count_color {
    width: 50px;
    display: block;
    text-align: left;
    padding-left: 10px;
}

.table .table_count_center {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.table .table_rate {
    width: 55px;
    padding-right: 5px;
    display: inline-block;
    text-align: right;
}

.table .table_storeCount {
    width: 50px;
    display: inline-block;
    text-align: right;
}

.table .t_r {
    width: 80%;
    display: inline-block;
    text-align: right;
}

.table .table_t_r {
    text-align: right !important;
    padding-right: 10px !important;
}

.table .table_com {
    width: 50px;
    display: inline-block;
    text-align: right;
}

.table .table_com_title {
    width: 50px;
    display: inline-block;
    text-align: center;
}

.table .table_name_title {
    width: 200px;
    display: inline-block;
    text-align: center;
}

.table .table_money_title {
    width: 68px;
    padding-right: 2px;
    display: inline-block;
    text-align: center;
}

.table .table_count_title {
    width: 58px;
    padding-right: 2px;
    display: inline-block;
    text-align: center;
}

.table .table_count_title2 {
    width: 85px;
    display: inline-block;
    text-align: center;
}

.table .table_rate_title {
    width: 58px;
    padding-right: 2px;
    display: inline-block;
    text-align: center;
}

.table .table_small_type {
    width: 155px;
    padding-left: 5px;
    display: inline-block;
    text-align: left;
}

.table .table_small_type_title {
    width: 155px;
    padding-left: 5px;
    display: inline-block;
    text-align: center;
}

.table .table_middle_type {
    width: 160px;
    display: inline-block;
    text-align: left;
}

.table .table_middle_type_title {
    width: 160px;
    display: inline-block;
    text-align: center;
}

.table .table_big_type {
    width: 160px;
    display: inline-block;
    text-align: left;
}

.table .table_big_type_title {
    width: 160px;
    display: inline-block;
    text-align: center;
}

.table .table_ord {
    width: 40px;
    display: inline-block;
    text-align: center;
}

.table .table_ord_title {
    width: 40px;
    display: inline-block;
    text-align: center;
}

.main .area .item .content .table .border_bottom {
    border-bottom: solid 1px #f0f0f0 !important;
}

.border_bottom {
    border-bottom: solid 1px #f0f0f0 !important;
}

.main .area .item .content .table .border_right {
    border-right: 1px solid #f0f0f0;
}

.main .area .item .content .table .border_right1 {
    border-right: 1px solid #f0f0f0;
}

.main .area .item .content .table .border_right2 {
    border-right: 1px solid #f0f0f0;
}

.main .area .item .content .table .border_bottom_solid {
    border-bottom: 1px solid #f0f0f0;
}

.table .TOOLHoliday {
    height: 30px !important;
    line-height: 0 !important;
}

.table.border_radius {
    border-radius: 8px;
}

.table.border_top_radius {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.table.border_bottom_radius {
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

.table .border_top_left_radius {
    border-top-left-radius: 8px;
}

.table .border_top_right_radius {
    border-top-right-radius: 8px;
}

.table .border_bottom_right_radius {
    border-bottom-right-radius: 8px;
}

.table .border_bottom_left_radius {
    border-bottom-left-radius: 8px;
}

.font_size_12 {
    font-size: 12px !important;
}

.font_size_14 {
    font-size: 14px !important;
}

.font_size_13 {
    font-size: 13px !important;
}

.font_size_16 {
    font-size: 16px !important;
}

.table .tr_color {
    color: #23acd8 !important;
}

.table .color_3 {
    color: #000000 !important;
}

.table .table_t_p4 {
    padding-left: 4px;
    padding-right: 4px;
}

.table.nob {
    border: none !important;
}

.table.nobb {
    border-bottom: none !important;
}

.table.norb {
    border-right: none !important;
}

.table.nolb {
    border-left: none !important;
}

.table.notb {
    border-top: none !important;
}

.table.norb {
    border-right: none !important;
}

.tableDiv {
    width: 96%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

.tableDiv .table .redTex {
    color: red !important;
}

.greenTex {
    color: green !important;
}

.tableDiv .table th {
    background-color: #f5f5f5;
}

.tableDiv .table .bgColor {
    background-color: #f5f5f5;
}

.tableDiv .table tr {
    height: 35px;
}

.tableDiv .table .text_right {
    text-align: right;
}

.tableDiv .table .text_left {
    text-align: left;
}

.tableDiv .table .right_10 {
    padding-right: 10px;
}

.tableDiv .table .left_10 {
    padding-left: 10px;
}

.table .width_30 {
    width: 30px;
}

.table .width_60 {
    width: 60px;
}

.table .width_85 {
    width: 85px;
}

.table .width_120 {
    width: 120px;
}

.table .width_160 {
    width: 160px;
}

.table .width_20R {
    width: 20%;
}

.table .width_10R {
    width: 10%;
}

/*
样式大修改 end
*/
.main .item .title .date_choose {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 7px;
    color: #666666;
    line-height: 28px;
    cursor: pointer;
}

.main .item .title .date_choose .lastMonth {
    background-image: url('../images/left.png');
    height: 2em;
    width: 2em;
    display: -webkit-inline-box;
    cursor: pointer;
    position: relative;
    top: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.main .item .title .date_choose .nextMonth {
    background-image: url('../images/right.png');
    height: 2em;
    width: 2em;
    display: -webkit-inline-box;
    cursor: pointer;
    position: relative;
    top: 4px;
    background-position: center;
    background-repeat: no-repeat;
}

.main .item .title .date_choose .nowMonth {
    height: 30px;
    display: -webkit-inline-box;
    line-height: 30px;
    position: relative;
    top: -4px;
    cursor: pointer;
    color: #333;
    font-weight: normal;
}

.table_store_title {
    width: 135px;
    display: inline-block;
    text-align: center;
}

.table_store {
    width: 135px;
    display: inline-block;
    text-align: left;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.main ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.main ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.main ::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #BBBBBB;
}

.no_order {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-position: 80% 50%;
    background-repeat: no-repeat; */
    cursor: pointer;
    /* background-image: url('../images/icon_排序_默认.png');
    background-size:14px auto; */
}

.no_order .order_icon {
    height: 14px;
    width: 14px;
    background-image: url('../images/icon_排序_默认.png');
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: center center;
    display: inline-block;
    border: 0px;
    border-radius: unset;
    vertical-align: middle;
    margin-left: 8px;
}

.no_order:HOVER {
    /* background-image: url('../images/icon_排序_下.png'); */
}

.no_order:hover .order_icon {
    background-image: url('../images/icon_排序_下.png');
}

.order_up {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: url('../images/icon_排序_上.png') !important;
    background-position: 80% 50%;
    background-repeat: no-repeat; */
    cursor: pointer;
    /* background-size:14px auto; */
}

.order_up .order_icon {
    height: 14px;
    width: 14px;
    background-image: url('../images/icon_排序_上.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}

.order_down {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /* background-image: url('../images/icon_排序_下.png') !important;
    background-position: 80% 50%;
    background-repeat: no-repeat; */
    cursor: pointer;
    /* background-size:14px auto; */
}

.order_down .order_icon {
    height: 14px;
    width: 14px;
    background-image: url('../images/icon_排序_下.png') !important;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 14px 14px;
}


/*
带箭头的div
*/
div.moveDiv {
    /*	width: 78px;  */
    position: absolute;
    top: 40px;
    left: 180px;
    padding-bottom: 6px;
    /*	min-width: 70px; */
    min-width: 66px;
    padding-right: 6px;
    font-size: 12px;
    display: none;
    background-color: #ffffff;
    z-index: 99;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;
    border-radius: 2px;
}

div.moveDiv s {
    position: absolute;
    top: -20px;
    *top: -22px;
    left: 20px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #ccc transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
}

div.moveDiv i {
    position: absolute;
    top: -9px;
    *top: -9px;
    left: -10px;
    display: block;
    height: 0;
    width: 0;
    font-size: 0;
    line-height: 0;
    border-color: transparent transparent #fff transparent;
    border-style: dashed dashed solid dashed;
    border-width: 10px;
}

div.moveDiv .content {

}

div.moveDiv .moveBtn {
    /*	background-color: #fff;
    color: #333;
    font-size: 12px;
    width: 78px;
    height: 30px;
    line-height: 20px;
    text-align: center;
    outline: none;
    border: none;
    float: left;
    cursor: pointer; */
    background-color: #fff;
    color: #333;
    font-size: 12px;
    border-radius: 3px;
    padding: 5px;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 8px;
    margin-left: 6px;
    outline: none;
    border: none;
    float: left;
    cursor: pointer;
}

div.moveDiv .moveBtn:hover {
    background-color: #3285ff;
    color: #fff;
}

.MaskDiv {
    height: 50px;
    z-index: 99999999;
    position: absolute;
    top: -40px;
    left: 0px;
    width: 100%;
}

div.moveDiv .moveBtn.unUse {
    cursor: default;
    background-color: #cccccc;
}

.table th span p, td span p {
    line-height: normal;
}

.table tr {
    /* height: 42px !important; */
}

.categoryListDiv ul {
    max-height: 200px;
    overflow: auto;
}

/*
箭头DIVend
*/
.onHoverDiv tr:HOVER {
    /*	background-color: #f5f7fd; */
    background-color: #d7e2f9
}

.onHover {
    background-color: #d7e2f9
}

/*
 商品编码查询弹窗
*/
.nameSerialBack {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999999999;
    top: 0px;
    background-color: rgba(0, 0, 0, 0.3);
}

.nameSerialQueryDialog {
    width: 500px;
    height: 500px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -250px;
    z-index: 999999999999;
    background-color: #ffffff;
    border-radius: 8px;
}

.nameSerialQueryDialog .title {
    font-size: 20px;
    font-weight: 100;
    padding-bottom: 10px;
    margin: 10px 15px 10px 20px;
    border-bottom: 1px #45a3c1 solid;
}

.nameSerialQueryDialog .content {
    margin: 10px 15px 10px 20px;
}

.nameSerialQueryDialog .content div {
    margin-top: 10px;
    margin-left: 20px;
}

.nameSerialQueryDialog .content label {
    line-height: 30px;
    font-size: 15px;
}

.nameSerialQueryDialog .content input {
    height: 30px;
    padding-left: 10px;
    margin-left: 10px;
    margin-right: 10px;
    width: 200px;
}

.nameSerialQueryDialog .content button {
    background-color: #3285ff;
    border: 0;
    border-radius: 5px;
    padding: 5px 15px;
    color: #ffffff;
    outline: none;
    cursor: pointer;
}

.nameSerialQueryDialog .table .itemCdT {
    width: 50px;
    border-right: 1px solid #dddddd;
}

.nameSerialQueryDialog .table .serialT {
    width: 110px;
    border-right: 1px solid #dddddd;
}

.nameSerialQueryDialog .table .itemCdT2 {
    width: 50px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.nameSerialQueryDialog .table .serialT2 {
    width: 110px;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.nameSerialQueryDialog .table .nameT2 {
    border-bottom: 1px solid #dddddd;
}

.nameSerialQueryDialog .content .nameSerialQueryTableDiv {
    max-height: 170px;
    width: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0;
}

.nameSerialQueryDialog .content .contentTitle {
    width: 400px;
    height: 25px;
    line-height: 25px;
    margin-top: 0;
    margin-left: 0;
    text-align: right;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.nameSerialQueryDialog ::-webkit-scrollbar {
    height: 0px;
    width: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.nameSerialQueryDialog ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.nameSerialQueryDialog ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #3285ff;
}

/*
商品编码查询弹窗结束
*/
tr.choose {
    background-color: #d7e2f9;
}

td.choose {
    background-color: #d7e2f9;
}

.width_60_important {
    width: 60px !important;
}

.width_50_important {
    width: 50px !important;
}

.centerImportant {
    text-align: center;
}

table tr .no_data {
    font-size: 16px;
    color: red;
}

table td .no_data {
    font-size: 16px;
    color: red;
}

table td.no_data {
    font-size: 16px;
    color: red !important;
}

/*鼠标悬浮列头文字说明*/
.fieldCommon {
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url(../images/fieldCommon1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
    top: 2px;
    left: 3px;
}

.fieldCommon:HOVER {
    background-image: url("../images/fieldCommon2.png");
}

/* 修改密码弹窗 start*/
.updatePassword {
    position: fixed;
    width: 500px;
    height: 400px;
    border-top: 2px solid #3285ff;
    top: 50%;
    left: 50%;
    background: white;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 99999999;
    display: none;
}

.updatePassword .title {
    width: 100%;
    height: 69px;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 20px;
    color: #333333;
    line-height: 69px;
}

.updatePassword .contactInfo {
    width: 395px;
    margin: 0px auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.updatePassword .contactInfo .textDiv {
    width: 100px;
    height: 70px;
    float: left;
    font-size: 16px;
    line-height: 35px;
    vertical-align: middle;
}

.updatePassword .contactInfo .textareaDiv {
    width: 240px;
    height: 34px;
    float: left;
    font-size: 16px;
}

.updatePassword .contactInfo .textareaDiv input {
    width: 240px;
    height: 34px;
    float: left;
    font-size: 16px;
    border: 1px solid #BBBBBB;
}

.updatePassword .btnDiv {
    position: absolute;
    top: 305px;
    left: 100px;
    text-align: center;
}

.updatePassword .btnDiv button {
    width: 130px;
    height: 50px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: #428BCB;
    font-size: 18px;
    color: #ffffff;
    border: none;
    cursor: pointer;
    float: left;
}

/* 修改密码弹窗 end*/
/*黑背景*/
.blackBg {
    position: fixed;
    width: 100%;
    top: 0;
    height: 100%;
    z-index: 9999999;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}

.onloadBack {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 1;
    background-color: rgb(0, 0, 0, 0);
    z-index: 1300;
    display: none;
}

.onloadBack .onload {
    height: 45px;
    padding-top: 6.5px;
    padding-left: 10px;
    width: 190px;
    /* background-color: white;
    border: 1px solid #bbbbbb; */
    text-align: left;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 8000000;
}

.onloadBack .onload div {
    display: inline;
    position: absolute;
    top: 11px;
    left: 50px;
}

.table .table_people_title {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.table .table_people {
    width: 70px;
    display: inline-block;
    text-align: center;
}

.main .item .title .date_text {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 14px;
}

.table a {
    color: #2372fa;
    cursor: pointer;
}

.table .move {
    position: relative;
}

.onHoverBlue:HOVER {
    background-color: #008cff;
    cursor: pointer;
}

.blueTex {
    color: blue;
}

.blueTex:hover {
    color: #ffffff;
}

.remind_nav {
    position: relative;
}

.remind_nav .remind_icon {
    position: absolute;
    background-color: red;
    display: block;
    width: 10px;
    height: 10px;
    top: 9px;
    border-radius: 50%;
    right: -8px;
}

.main .item .title .data_type {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 10px;
    border: 1px solid rgba(221, 221, 221, 0.5);
    color: #666666;
    line-height: 28px;
    width: 160px;
    padding-left: 20px;
    background-color: white;
    background-image: url('../images/op_down.png');
    background-position: 160px center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: normal;
}

.main .item .title .data_type {
    font-size: 14px;
}

/*.main .item .title .data_type:hover {*/
/*border: 1px solid #3285ff;*/
/*}*/

.main .item .title .date_text {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

/*.main .item .title .data_type.hover {*/
/*background-image: url('../images/op_up.png');*/
/*}*/

.main .item .title .data_type .data_value {
    position: absolute;
    background-color: white;
    width: 180px;
    left: -1px;
    top: 29px;
    border: 1px solid #3285ff;
    border-top-width: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
}

.main .item .title .data_type .data_value li {
    padding-left: 20px;
    color: #666666;
    /*	border-top: 1px solid #dedede; */
}

.main .item .title .data_type .data_value li.hover {
    /*	color: #ffffff; */
    background-color: #f5f5f5;
}

/*.main .item .title .data_type .data_value li:active {
	background-color: #1a8eb0;
}*/
*.margin_right_20 {
    margin-right: 20px;
}

*.margin_right_10 {
    margin-right: 10px;
}

.text_right {
    text-align: right !important;
    padding-right: 10px;
}

.text_center {
    text-align: center !important;
}

.tree {
    position: relative;
}

.tree .branch {
    cursor: pointer;
    position: absolute;
    height: 20px;
    width: 20px;
    top: 10px;
    left: 5px;
    background-size: 100% 100%;
}

.tree .branch.close {
    background-image: url('../images/tree_close.png');
}

.tree .branch.close.open {
    background-image: url('../images/tree_open.png');
}

.tree .branch.noClick {
    background-image: none !important;
}

.main .content .tableClickScroll {
    float: right;
}

/*.main .content .tableClickScroll .scrollRight {
	float: right;
	width: 30px;
	height: 15px;
	background-size: 10px 15px;
	background-image: url('../images/scroll_right.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.main .content .tableClickScroll .scrollLeft {
	float: right;
	width: 20px;
	height: 15px;
	background-size: 10px 15px;
	background-image: url('../images/scroll_left.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}*/

/*.content .tableClickScroll .scrollRight {
    width: 32px;
    height: 32px;
    border-radius:50%;
    background-size: 100% 100%;
    background-image: url(../images/scroll_left.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 0.8;
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    transform:scaleX(-1);
    /*IE
    filter:FlipH;
    z-index: 999999;
    position: fixed;
    bottom: 70px;
    right:135px;
}

.content .tableClickScroll .scrollRight:hover {
    width: 42px;
    height: 42px;
    bottom: 65px;
    right:135px;
    background-size: 100% 100%;
    opacity: 1;
}

.content .tableClickScroll .scrollLeft {
    width: 32px;
    height: 32px;
    border-radius:50%;
    background-size: 100% 100%;
    background-image: url(../images/scroll_left.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    bottom: 70px;
    opacity: 0.8;
    z-index: 999999;
    right:185px;
}

.content .tableClickScroll .scrollLeft:hover {
    width: 42px;
    height: 42px;
    bottom: 65px;
    right:175px;
    background-size: 100% 100%;
    opacity: 1;
}
*/
.content .tableClickScroll .scrollRight {
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 32px;
    background-image: url(../images/scroll_right.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 84px;
    right: calc(4% + 50px);
    z-index: 9999;
}

.content .tableClickScroll .scrollRight:hover {
    width: 42px;
    height: 42px;
    bottom: 79px;
    right: calc(4% + 45px);
    background-size: 42px 42px;
    background-image: url(../images/scroll_right_hover.png);
}

.content .tableClickScroll .scrollLeft {
    float: right;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 32px;
    background-image: url(../images/scroll_left.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
    bottom: 84px;
    right: calc(4% + 92px);
    z-index: 9999;
}

.content .tableClickScroll .scrollLeft:hover {
    width: 42px;
    height: 42px;
    bottom: 79px;
    right: calc(4% + 87px);
    background-size: 42px 42px;
    background-image: url(../images/scroll_left_hover.png);
}

/*头部下拉 start*/
#headerNav {
    /*width: 160px;*/
    height: 54px;
    line-height: 54px;
    position: relative;
}

.header .userImg {
    float: left;
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-image: url('../images/user_icon.png');
    background-repeat: no-repeat;
    margin: 12px 10px 0 0;
}

#headerNav > ul {
    width: 100px;
    margin: 0 auto;
}

#headerNav ul {
    position: absolute;
    list-style: none;
    text-align: center;
    width: 100px;
    top: 34px;
    left: 50%;
    margin-left: -50px;
    border-radius: 2px;
    max-height: 0px;
    overflow: hidden;
}

#headerNav ul li {
    background-color: #fff;
}

#headerNav ul li {
    color: #000;
    text-decoration: none !important;
    display: block;
    font-size: 14px;
    width: 85px;
    height: 40px;
    line-height: 40px;
}

#headerNav ul li:hover {
    background-color: #3285ff;
    color: #fff;
}

#headerNav ul li:first-child {
    margin-top: 11px;
    position: relative;
    border-radius: 2px;
    box-shadow: 5px 0px 5px -5px rgba(0, 0, 0, 0.1), -5px 0px 5px -5px rgba(0, 0, 0, 0.1);
}

#headerNav ul li:last-child {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#headerNav ul li:first-child:hover:before {
    border-bottom-color: #3285ff;
}

#headerNav ul li:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 1px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    left: 50%;
    top: -21px;
    margin-left: -10px;
}

#headerNav:hover ul {
    max-height: 200px;
}

/*头部下拉 end*/
.padding_left20 {
    text-align: left;
    padding-left: 20px;
}

.padding_right20 {
    text-align: right;
    padding-right: 20px;
}

.margin_top20 {
    margin-top: 20px;
}

.margin_left20 {
    margin-left: 20px;
}

.text_left20 {
    text-align: left;
    padding-left: 20px;
}

/*echarts新增导出图表 start*/
.AllEchartsDiv {
    position: relative;
}

.exportTop0 {
    top: 0;
}

.AllExportEchartsBox {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 12px;
    color: #666;
    cursor: pointer;
    background-image: url('../images/echarts_export.png');
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 18px;
    text-decoration: none;
}

.AllExportEchartsBox:hover {
    background-image: url('../images/export_hover.png');
    color: #333;
}

/*echarts新增导出图表 end*/
/*checkbox样式start*/
input[class='g-selectAll'], input[class='g-selectAll--input'] {
    width: 16px;
    height: 16px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none;
}

input[class='g-selectAll--input']:checked {
    outline: none;
    background: url("../images/input_checkbox.png");
    background-size: 19px 17px;
    background-position: center;
    border: 0px;
}

#selectAll:checked {
    outline: none;
    background: url("../images/input_checkbox.png");
    background-size: 19px 17px;
    background-position: center;
    border: 0px !important;
}

input[class='g-selectAll--input']:hover {
    outline: none;
    border: 1px solid #FF6700;
}

#selectAll:hover {
    outline: none;
    border: 1px solid #FF6700;
}

/*checkbox样式end*/


/*radio样式 start*/
input[type="radio"] {
    display: none;
}

.radioBox {
    position: relative;
}

.radioBox label:last-child {
    position: absolute;
    top: 0px;
}

input[type="radio"] + label {
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #bbb;
    display: inline-block;
    position: relative;
    margin-right: 6px;
    font-size: 14px;
    color: #333;
}

.radioBox input[type="radio"] + label:hover {
    border: 1px solid #FF6700;
}

input[type="radio"]:checked + label:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: #FF6700;
    text-shadow: 0px;
    left: 2px;
}

input[type="radio"]:checked + label {
    border: 1px solid #FF6700;
}

/*radio样式 end*/
/*table按钮*/
.tableButtonBox {
    border-radius: 0;
    padding: 5px;
    cursor: pointer;
    color: #BBBBBB;
    font-weight: normal;
    background-color: #ffffff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 12px;
}

.tableStartButton {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.tableChooseButton {
    color: #2372fa;
    background-color: rgba(35, 114, 250, 0.1);
    border-color: #2372fa;
}

.tableEndButton {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.table .table_rate_color_span_box {
    position: relative;
    overflow: hidden;
}

.table .table_rate_color_span {
    height: 20px;
    line-height: 20px;
    background: #fdd77d;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    margin-left: 10px;
    text-align: left;
}

.K001Content {
    padding: 20px 15px;
}

/* 前进后退（后退） */
.prevNext {
    float: left;
    margin-left: 10px;
    width: 30px;
    height: 50px;
    background-size: 10px 15px;
    background-image: url(../images/scroll_right.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

.margin_left10 {
    margin-left: 10px;
}

.margin_left30 {
    margin-left: 30px;
}

/* 前进后退（前进） */
.prevNext2 {
    float: left;
    width: 30px;
    height: 50px;
    background-size: 10px 15px;
    background-image: url(../images/scroll_left.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}

/*confirm*/
.confirm-shade {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 998;
    background-color: #000000;
    opacity: 0.3;
    display: none;
}

.pop-confirm {
    position: absolute;
    width: 440px;
    background-color: #FFFFFF;
    height: 250px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
}

.pop-confirm2 {
    position: absolute;
    width: 350px;
    background-color: #FFFFFF;
    padding-bottom: 60px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
}

.pop-confirm3 {
    position: absolute;
    width: 500px;
    background-color: #FFFFFF;
    height: 184px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
}

.pop-confirm4 {
    position: absolute;
    width: 930px;
    background-color: #FFFFFF;
    height: 600px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
    padding: 0px 15px;
}

.pop-confirm4 .partOne {
    width: 100%;
    /* margin-left: 15px; */
    border: 1px solid #EDEDED;
}

.pop-confirm4 .partOneTop {
    height: 50px;
    background: #FBFBFB;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    line-height: 51px;

    margin-top: -1px;
}

.pop-confirm4 .partOneBtm {
    padding-bottom: 20px;
    padding-top: 5px;
    height: 430px;
    overflow: auto;
}

.pop-confirm5 {
    position: absolute;
    width: 930px;
    background-color: #FFFFFF;
    height: 600px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
    padding: 0px 15px;
}

.pop-confirm5 .excelPaste {
    margin: 0 10px 0 0;
}

.pop-confirm5 .partOne {
    width: 100%;
    /* margin-left: 15px; */
    border: 1px solid #EDEDED;
}

.pop-confirm5 .partOneTop {
    height: 50px;
    background: #FBFBFB;
    border-bottom: 1px solid #EDEDED;
    border-top: 1px solid #EDEDED;
    line-height: 51px;

    margin-top: -1px;
}

.pop-confirm5 .partOneBtm {
    padding-bottom: 20px;
    padding-top: 5px;
    height: 430px;
    overflow: auto;
}

.pop-confirm6 {
    position: absolute;
    width: 440px;
    background-color: #FFFFFF;
    min-height: 190px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 999;
    border-radius: 4px;
    display: none;
}

.pop-confirm6 .pop_title {
    color: #323233;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #DCDEE0;
    padding-left: 15px;
}

.pop-confirm6 .pop_label {
    height: 47px;
    color: #686868;
    font-size: 14px;
    font-family: PingFangSC-Medium;
    padding: 17px 0 10px;
}

.pop-confirm6 .pop_input {
    width: 400px;
    height: 32px;
    line-height: 32px;
    border-radius: 2px;
    border: 1px solid #DCDEE0;
    padding: 0 12px;
    margin: 0 auto;
}

.pop-confirm6 .form_box {
    width: 100%;
    padding: 0 20px;
    min-height: 100px;
}
.pop-confirm6 .pop-confirm-foot3{
    margin: 20px 0 0;
    position: unset;
}

.pop-confirm-close-div {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #ddd;
}

.pop-confirm-title {
    float: left;
    padding-left: 20px;
    font-size: 20px;
    height: 100%;
}

.pop-confirm-close {
    text-align: center;
    font-size: 20px;
    float: right;
    padding-left: 15px;
    padding-right: 20px;
    height: 100%;
    cursor: pointer;
}

.pop-confirm-text {
    width: 100%;
    padding-top: 66px;
}

.pop-confirm5 .pop-confirm-text {
    height: auto;
    width: 100%;
    padding-top: 0px;
}

.pop-confirm5 td {
    height: 43px;
}

.pop-confirm4 .pop-confirm-text {
    height: auto;
    width: 100%;
    padding-top: 0px;
}

.pop-confirm4 td {
    height: 43px;
}

.pop-confirm-text .pop-confirm-message {
    text-align: center;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
}

.pop-confirm4 .pop-confirm-text .pop-confirm-message {
    text-align: center;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    height: 60px;
}

.pop-confirm5 .pop-confirm-text .pop-confirm-message {
    text-align: center;
    font-size: 20px;
    padding: 15px 20px 15px 20px;
    font-family: MicrosoftYaHei;
    font-size: 18px;
    color: #333333;
    letter-spacing: 0;
    height: 60px;
}

.pop-confirm-text .pop-confirm-message-icon-tips {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url(../images/icon_tips.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pop-confirm-text .pop-confirm-message-icon-success {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url(../images/icon_success.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pop-confirm-text .pop-confirm-message-icon-fail {
    width: 32px;
    height: 32px;
    background-size: 100% 100%;
    background-image: url(../images/icon_fail.png);
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 auto;
}

.pop-confirm-foot, .pop-confirm-foot2 {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
}

.pop-confirm-foot2 .btnDiv {
    width: 155px;
    margin: 0 auto;
}

.pop-confirm-foot, .pop-confirm-foot3 {
    width: 100%;
    height: 60px;
    position: absolute;
    bottom: 0px;
}

.pop-confirm-foot3 .btnDiv {
    width: 155px;
    margin: 0 auto;
}

.pop-confirm-foot4 {
    height: 60px;
}

.pop-confirm-foot4 .checkbox_box {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pop-confirm-foot4 .checkbox_box input[type=checkbox], .pop-confirm-foot4 .checkbox_box input[type=radio] {
    margin: 0 5px 0 15px;
    float: left;
}

.pop-confirm-foot4 .btnDiv {

    margin: 0 auto;
}

.pop-confirm-foot div {
    color: #FFFFFF;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 6px;
    cursor: pointer;
}

.pop-confirm-foot .sure {
    width: 70px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #FF6700;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
}

.pop-confirm-foot2 .sure {
    width: 70px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #FF6700;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    float: right;
    cursor: pointer;
}

.pop-confirm-foot2 .cancel {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    display: block;
    float: left;
    cursor: pointer;
}

.pop-confirm-foot3 .sure {
    width: 70px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #FF6700;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    float: right;
    cursor: pointer;
}

.pop-confirm-foot3 .cancel {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    display: block;
    float: left;
    cursor: pointer;
}

.pop-confirm-foot4 .sure {
    width: 70px;
    text-align: center;
    height: 34px;
    line-height: 34px;
    background-color: #FF6700;
    margin: 0 auto;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    display: block;
    float: right;
    cursor: pointer;
    margin: 13px 0px 13px 20px;
}

.pop-confirm-foot4 .cancel {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    width: 70px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    display: block;
    float: right;
    cursor: pointer;
    margin: 13px 0px 13px 20px;
}

/*alert*/
.KIT-alert {
    position: fixed;
    width: auto;
    height: 40px;
    left: 50%;
    top: 20%;
    -webkit-transform: translate(-50%, -80%);
    transform: translate(-50%, -80%);
    border-radius: 99px;
    padding: 10px 40px 10px 40px;
    color: #FFFFFF;
    font-size: 16px !important;
    line-height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    min-width: 300px;
    font-size: 14px;
    text-align: center;

}

/* 折叠按钮-s */
.main .tbDisplay {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 100% 100%;
    background-image: url(../images/scrollTop.png);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: fixed;
    top: 50%;
    right: 15px;
    opacity: 0.6;
    z-index: 101;
}

.main .tbHide {
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    transform: scaleY(-1);
    /* IE */
    filter: FlipH;
}

/* 折叠按钮 -e*/

/* 折叠提示框-s */
.main .TBTS {
    width: 100%;
    background: #fff;
    z-index: 100;
    position: fixed;
}

.main .TBTS-child {
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
}

.main .TBTS span {
    padding-left: 15px;
}

/* 折叠提示框-e */
.part2 {
    position: absolute !important;
    background: #fff !important;
    z-index: 100 !important;
}

.part3 {
    margin: auto !important;
    position: relative !important;
}

.part3 .part3Title {
    position: fixed !important;
    z-index: 100 !important;
}

.part3 .part3Data {
    position: relative !important;
    margin-bottom: 30px !important;
}


/* left start*/
.left.leftNav {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 200px;
    z-index: 999;
    background-color: #FFFFFF;
    box-shadow: 2px 0 4px 0 rgba(0, 0, 0, 0.10);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

.left.leftNav .left-title {
    width: 100%;
    height: 38px;
    background-color: #F5F5F5;
    color: #666666;
    font-size: 14px;
    line-height: 38px;
    text-indent: 33px;
}

.left.leftNav .left-title .pickup {
    background-image: url("../images/packup.png");
    background-repeat: no-repeat;
    background-size: 14px 14px;
    background-position: center center;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.left.leftNav .left-title .pickup.expand {
    background-image: url("../images/expand.png");
}

.left.leftNav ul {
    padding: 0;
    margin: 0px;
}

.left.leftNav li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.left.leftNav li.level1 {
    color: #333333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    /* padding-top:15px; */
    cursor: pointer;
    text-indent: 33px;
    padding-right: 14px;
    font-family: MicrosoftYaHei;
    background-repeat: no-repeat;
    background-position: 14px center;
    background-size: 16px auto;
}

.left.leftNav li.level12 {
    color: #333333;
    font-size: 16px;
    height: 45px;
    line-height: 45px;
    cursor: pointer;
    font-family: MicrosoftYaHei;
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px auto;
}

.left.leftNav li.level1 .bg {
    background-image: url(../images/icon_下拉.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 16px;
    display: inline-block;
    width: 20px;
    height: 45px;
    float: right;
}

.left.leftNav li.level1 .chooseBg {
    background-image: url(../images/icon_收起.png);
}

.left.leftNav li.level1 .point {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 99px;
    background-color: #999999;
    margin-left: 15px;
    margin-right: 10px;
    vertical-align: middle;
    margin-top: -1px;
}

.left.leftNav li.level1.choose {
    color: #FF6700;
}

.left.leftNav li.level2 {
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #666666;
    font-size: 14px;
    text-indent: 33px;
    cursor: pointer;
    padding-top: 8px;
    padding-bottom: 8px;
}

.left.leftNav li.level2:hover {
    color: #FF6700;
}

.left.leftNav li.level2.choose {
    color: #FFFBF4;
    background: #FF6700;
}

/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
.left.leftNav #leftUl::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.left.leftNav #leftUl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.left.leftNav #leftUl::-webkit-scrollbar-thumb {
    border-radius: 3px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #bbb;
}

/* left end*/

/*导航栏删除按钮-start*/
.navigation .link.del .removeDom {
    width: 10px;
    height: 10px;
    background-image: url(../images/icon_X.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.navigation .link.del .removeDom:hover {
    background-image: url(../images/icon_X_hover.png);
}

/* 导航栏删除按钮-end */

/* 内容区content下拉框 -start
使用时根据宽度来设定
backgroud-position
*/
.main .data_type {
    float: right;
    position: relative;
    height: 34px;
    /* margin-top: 10px; */
    border: 1px solid rgba(221, 221, 221, 0.5);
    color: #666666;
    line-height: 34px;
    width: 140px;
    padding-left: 10px;
    background-color: white;
    /* background-image: url('../images/op_down.png'); */
    background-image: url('../images/down.png');
    background-position: 118px;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: normal;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-size: 14px;
}

/*.main  .data_type:hover{*/
/*border: 1px solid #FF6700;*/
/*!* background-image: url('../images/op_up.png'); *!*/
/*background-image: url('../images/up.png');*/
/*}*/

.main .data_type .data_value {
    position: absolute;
    background-color: white;
    width: 140px;
    left: -1px;
    top: 33px;
    border: 1px solid #FF6700;
    border-top-width: 0;
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
}

.main .data_type .data_value li {
    padding-left: 10px;
    color: #666666;
}

.main .data_type .data_value li:nth-child(odd) {
    background-color: #f5f5f5;
}

.main .data_type .data_value li:nth-child(even) {
    background-color: #fff;
}

.main .data_type .data_value li.hover {
    background-color: #FF6700;
    color: #FFFFFF;
}

/* 内容区content下拉框 -end*/
/* input[type="text"]输入框-start */
input[type="text"] {
    height: 34px;
    width: 120px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    outline: none;
}

input[type="text"]:focus {
    border: 1px solid #FF6700;
}

/* input[type="text"]输入框-end */
.table {
    border: 0px;
}

/* 表格头部 */
.main .area .item .content .table.tableHead th {
    height: 34px !important;
    vertical-align: middle;
    border: 0px;
    background-color: #F8F8F8 !important;
    font-family: MicrosoftYaHei-Bold;
    font-size: 14px;
    color: #666666;
    letter-spacing: 0;
    font-weight: bold;
    padding: 0px 8px;
    line-height: 34px;
}

/* 表格数据 */
.main .area .item .content .table.tableBody td {
    height: 44px !important;
    vertical-align: middle;
    border: 0px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #333333;
    letter-spacing: 0;
    padding: 0px 8px;
    line-height: 44px;
}

.main .area .item .content .table.tableBody tr:nth-child(even),
.main .area .item .content .table.tableBody tr:nth-child(even) td {
    background-color: #FBFBFB;
}

.main .area .item .content .onHoverDiv tr:hover,
.main .area .item .content .onHoverDiv tr:hover td,
.main .area .item .content .table.tableBody.onHoverDiv tr:nth-child(even):hover td {
    background-color: #d7e2f9;
}

/* 搜索按钮样式 */
.searchBtn {
    background-color: #FF6700;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    background-image: url('../images/query.png');
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
}

/* 表格中删除按钮 */
.main .deleteBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .deleteBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;

}

/*删除按钮不可用*/
.main .deleteBtnUnClick {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_default.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}

/*删除按钮不可用*/
.main .deleteBtnUnClick.deleteBtn:hover {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_default.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}

/* 表格中编辑按钮 */
.main .editBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_edit_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

/* 表格中导出按钮 */
.main .exportBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_export.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

/* 表格中导入按钮 */
.main .importBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_import.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .importBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    background-image: url('../images/icon_import_hover.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    color: #FF6700;
    background-size: 12px 14px;
}

.main .exportBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    background-image: url('../images/icon_export_hover.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    color: #FF6700;
}

.main .editBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_edit_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

/* 表格按钮带图标 */
.main .tdIconBtn {
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right: 7px;
}

.main .tdIconBtn.respect { /* 维护 */
    background: #FAFAFA url('../images/icon_respect_default.png') no-repeat 10px center;
    background-size: 14px;
}

.main .tdIconBtn.copy { /* 复制 */
    background: #FAFAFA url('../images/icon_copy_default.png') no-repeat 10px center;
    background-size: 14px;
}

.main .tdIconBtn.respect:hover { /* 维护 */
    background: #FAFAFA url('../images/icon_respect_hover.png') no-repeat 10px center;
    background-size: 14px;
}

.main .tdIconBtn.copy:hover { /* 复制 */
    background: #FAFAFA url('../images/icon_copy_hover.png') no-repeat 10px center;
    background-size: 14px;
}

/*编辑按钮不可用*/
.main .editBtnUnClick {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_edit_default.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}

/* 表格中详情按钮 */
.main .detailsBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_details_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .detailsBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_details_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;

}

/*详情按钮不可用*/
.main .detailsBtnUnClick {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_details_UnClick.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}

/* 表格中作废按钮 */
.main .invalidBtn {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_invalid_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .invalidBtn:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_invalid_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;

}

/*作废按钮不可用*/
.main .invalidBtnUnClick {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_invalid_UnClick.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}

/* 查看用户按钮 */
.main .foundBtn {
    margin-right: 7px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_power_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .foundBtn:hover {
    margin-right: 7px;
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_power_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;

}


/*删除按钮*/
.main .editBtndel {
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_default.png');
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .editBtndel:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_hover.png');
    color: #FF6700;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.main .editBtndelUnClick {
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-image: url('../images/icon_delete_default.png');
    color: #999999;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: not-allowed;
}


/* 分页 */
.main .area .tablePaginationDiv {
    height: 66px;
    line-height: 66px;
    width: 97%;
    padding-top: 18px;
    padding-bottom: 18px;
    position: absolute;
    bottom: 25px;
    left: -25px;
    right: 0px;
    background-color: #FFFFFF;
    margin-left: 3%;
}

.main .area .tablePagination {
    height: 30px;
    line-height: 30px;
    width: 100%;
    background: #fff;
}

.main .area .tablePaginationLeft {
    float: right;
}

.main .area .tablePaginationRight {
    float: right;
}

.main .area .tablePagination .data_type {
    float: left;
    position: relative;
    height: 28px;
    border: 1px solid #DDDDDD;
    color: #666666;
    line-height: 28px;
    width: 60px;
    padding-left: 12px;
    background-color: white;
    background-image: url('../images/down.png');
    background-position: 42px center;
    background-repeat: no-repeat;
    cursor: pointer;
    font-weight: normal;
    margin: 0 6px 0 6px;
}

.main .area .tablePagination .data_type {
    font-size: 14px;
}

/*.main .area .tablePagination .data_type:hover {*/
/*border: 1px solid #FF6700;*/
/*}*/

.main .area .tablePagination .date_text {
    float: right;
    position: relative;
    height: 28px;
    margin-top: 10px;
    line-height: 28px;
    cursor: pointer;
    color: #FFFFFF;
    font-size: 12px;
    font-weight: normal;
}

/*.main .area .tablePagination .data_type.hover {*/
/*background-image: url('../images/up.png');*/
/*}*/

.main .area .tablePagination .data_type .data_value {
    position: absolute;
    background-color: white;
    width: 60px;
    left: -1px;
    top: -84px;
    border: 1px solid #FF6700;
    /* border-top-width: 0; */
    max-height: 200px;
    overflow-y: auto;
    z-index: 99999;
}

.main .area .tablePagination .data_type .data_value li {
    padding-left: 20px;
    color: #666666;
    /*	border-top: 1px solid #dedede; */
}

.main .area .tablePagination .data_type .data_value li.hover {
    /*	color: #ffffff; */
    background-color: #f5f5f5;
}

/*.main .item .title .data_type .data_value li:active {
	background-color: #1a8eb0;
}*/

.main .area .tablePagination .pageBtn {
    float: right;
    margin-left: 10px;
    position: relative;
    height: 28px;
    /* border: 1px solid #DDDDDD; */
    line-height: 28px;
    padding-left: 9px;
    padding-right: 9px;
    background-color: white;
    cursor: pointer;
    font-weight: normal;
}

.main .area .tablePagination .pageBtnNext,
.main .area .tablePagination .pageBtnPrev {
    width: 28px;
    text-align: center;
    float: right;
    margin-left: 10px;
    position: relative;
    height: 28px;
    border: 1px solid #DDDDDD;
    line-height: 28px;
    background-color: white;
    cursor: pointer;
    font-weight: normal;
    border-radius: 1px;
    color: #999999;
}

.main .area .tablePagination .pageBtnChoose {
    background-color: #FF6700;
    color: #fff;
    border: 1px solid #FF6700;
    border-radius: 1px;
}

.main .area .tablePagination .pageBtn:hover {
    /* background-color: #FF6700; */
    color: #FF6700;
    text-decoration: underline;
    /* border: 1px solid #FF6700; */
}

.main .area .tablePagination .pageBtn.pageBtnChoose:hover {
    text-decoration: none;
    background-color: #FF6700;
    color: #fff;
    border: 1px solid #FF6700;
}

.main .area .tablePagination .nextPageNumber {
    height: 28px;
    width: 65px;
    float: right;
    margin-left: 10px;
}

.main .area .tablePagination .goBtn {
    height: 28px;
    line-height: 28px;
    width: 46px;
    float: right;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #DDDDDD;
    font-family: PingFangSC-Regular;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    cursor: pointer;
}

.main {
    height: calc(100% - 34px);
}

.main .area {
    height: 100%;
}

.main .area > .item {
    height: 100%;
}

.main .area > .item > .content {
    /*padding-left: 15px;*/
    padding-right: 15px;
    height: 100%;
}

/*放大图片start*/
.bigimg {
    width: 600px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: none;
    z-index: 99999999999;
    border: 10px solid #fff;
}

.mask {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.3;
    filter: Alpha(opacity=30);
    z-index: 999999998;
    transition: all 1s;
    display: none
}

.bigbox {
    width: 840px;
    background: #fff;
    border: 1px solid #ededed;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    padding: 10px;
}

.bigbox > .imgbox {
    width: 400px;
    height: 250px;
    float: left;
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px 10px 10px;
}

.bigbox > .imgbox > img {
    width: 100%;
}

.imgbox:hover {
    cursor: zoom-in
}

.mask:hover {
    cursor: zoom-out
}

.mask > img {
    position: fixed;
    right: 50px;
    top: 50px;
    width: 60px;
}

.mask > img:hover {
    cursor: pointer
}

/*放大图片end*/

/* 退出系统 -s*/
.header .content .info .signOut {
    float: left;
    padding-right: 16px;
    padding-left: 16px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #BDBDBD;
    cursor: pointer;
    letter-spacing: 0;
}

.header .content .info .signOut:hover {
    color: #FFFFFF;
    background-color: #212121;
}

/* 退出系统-e */

/* readonly只读 */

*[readonly] {
    background-color: #EEEEEE !important;
    border: 1px solid #DDDDDD !important;
    outline: none !important;
}

/*模糊查询插件*/
.main .item .content .date_query {
    float: left;
    position: relative;
    height: 34px;
    border: 1px solid #DDDDDD;
    color: #bbbbbb;
    line-height: 34px;
    width: 120px;
    background-color: #FFFFFF;
    border-radius: 2px;
}

.main .item .content .date_query:hover {
    border: 1px solid #FF6700;
}

.main .item .content .date_query input {
    border: 0px !important;
    outline: none !important;
    text-indent: 10px;
    background-color: unset !important;
    width: 100%;
}

.main .item .content .date_query .dataQueryInput {
    position: relative;
    top: -1px;
    height: 30px;
    width: 110px;
}

.main .item .content .date_query .categoryListDiv {
    border: 1px solid #FF6700;
    color: #FF6700;
    width: 120px;
    position: relative;
    right: 1px;
    top: -1px;
    background-color: #FFFFFF;
    z-index: 99999;
    display: none;
}

.main .item .content .date_query .categoryListDiv ul {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0px !important;
}

.main .item .content .date_query .categoryListDiv ul li:nth-child(odd) {
    background-color: #F5F5F5 !important;
}

.main .item .content .date_query .categoryListDiv ul li:nth-child(even) {
    background-color: #FFFFFF !important;
}

.main .item .content .date_query .categoryListDiv ul li,
.main .item .content .date_query .categoryListDiv ul li input {
    cursor: pointer;
}

.main .item .content .date_query .categoryListDiv ul li:hover,
.main .item .content .date_query .categoryListDiv ul li:hover input {
    background-color: #FF6700 !important;
    color: #FFFFFF !important;
}

/*模糊查询插件end*/

/*
不可点击
 */
.THM_ButtonUnConfirm {
    width: 70px;
    height: 34px;
    background: #EEEEEE;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    border-radius: 2px;
    display: inline-block;
    margin-left: 14px;
    cursor: pointer;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
}

/*按钮span*/
.THM_ButtonUnConfirm span {
    float: left;
    line-height: 34px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #999999;
    letter-spacing: 0;
    margin-left: 5px;
}


/**
	按钮(确认/查找)
 */
.THM_ButtonConfirm {
    width: 70px;
    height: 34px;
    background: #FF6700;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    border-radius: 2px;
    display: inline-block;
    margin-left: 7px;
    cursor: pointer;
}

.THM_ButtonConfirm:hover {
    background: #EE6911;
}

/*查找图片*/
.THM_QueryImg {
    float: left;
    width: 14px;
    height: 14px;
    margin-left: 10px;
    margin-top: 10px;
}

/*按钮span*/
.THM_ButtonConfirm span {
    float: left;
    line-height: 34px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    margin-left: 5px;
}

.THM_click {
    border: 1px solid #FF6700 !important;
    /* background-image: url('../images/op_up.png'); */
    background-image: url('../images/up.png') !important;
}

.THM_clickUn {
    background-image: url('../images/op_down.png') !important;
    border: 1px solid #DDDDDD !important;
}

.THM_addAllsImgBtn {
    background-color: #FF6700;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    background-image: url(../images/icon_add.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}

.THM_addAllsImgBtn:hover {
    background: #EE6911;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    background-image: url(../images/icon_add.png);
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.common_button{
    background-color: #FF6700;
    border-radius: 2px;
    height: 34px;
    line-height: 34px;
    background-position: 8px center;
    background-repeat: no-repeat;
    background-size: 14px;
    font-family: MicrosoftYaHei;
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    padding-left: 30px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;

}
.common_button:hover {
    background-color: #EE6911;
}
.common_button.common_add_button{
    background-image: url(../images/icon_add.png);
}
.common_button.common_import_button{
    background-image: url(../images/H3006Daochu.png);
}
.common_button.common_export_button{
    background-image: url(../images/H3006Daoru.png);
}


.THM_marginTop10 {
    margin-top: 10px;
}

.THM_Edit {
    width: 68px;
    height: 26px;
    background: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    margin: 0 auto;
    line-height: 26px;
}

.THM_input {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 34px;
    padding-left: 10px;
}

.THM_input:hover {
    background: #FFFFFF;
    border: 1px solid #FF6700;
    border-radius: 2px;
    height: 34px;
}

.THM_divHover:hover {
    border: 1px solid #FF6700 !important;
}

.pop-confirm4 ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.pop-confirm4 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.pop-confirm4 ::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #BBBBBB;
}

.pop-confirm5 ::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background-color: #F5F5F5;
}

/*定义滚动条轨道 内阴影+圆角*/
.pop-confirm5 ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 3px;
    background-color: #F5F5F5;
}

/*定义滑块 内阴影+圆角*/
.pop-confirm5 ::-webkit-scrollbar-thumb {
    border-radius: 100px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #BBBBBB;
}

/* 商品标签盒子 */
table tr .table_screen_span {
    display: inline-block;
}

/* 商品标签 */
table tr td .table_screen_label_box {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-flow: row wrap;
}

table tr td .table_screen_label {
    font-size: 11px;
    font-family: PingFangSC-Regular;
    height: 20px;
    border-radius: 1px;
    background-color: rgba(243, 243, 243, 1);
    border: 0.5px solid rgba(220, 220, 220, 1);
    line-height: 20px;
    padding: 0 8px;
    margin: 5px;
}

/*共通表格按键*/
.common_table_button{
    background-color: #FAFAFA;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    height: 26px;
    line-height: 24px;
    background-position: 10px center;
    background-repeat: no-repeat;
    background-size: 12px 14px;
    font-family: MicrosoftYaHei;
    font-size: 12px;
    color: #666666;
    letter-spacing: 0;
    text-align: center;
    padding-left: 28px;
    padding-right: 10px;
    display: inline-block;
    cursor: pointer;
}
.common_table_button:hover {
    background-color: #FFFFFF;
    border-color: #FF6700;
    color: #FF6700;
    background-size: 12px 14px;
}
.common_table_button.disabled{
    opacity: 0.6;
    pointer-events: none;
}
.common_table_button.edit{
    background-image: url('../images/icon_edit_default.png');
}
.common_table_button.add{
    background-image: url('../images/H7009_add_item.png');
}
.common_table_button.delete{
    background-image: url('../images/icon_delete_default.png');
}
.common_table_button.export{
    background-image: url('../images/H7009_export_button.png');
}
.common_table_button.edit:hover {
    background-image: url('../images/icon_edit_hover.png');
}
.common_table_button.add:hover {
    background-image: url('../images/H7009_add_item_hover.png');
}
.common_table_button.export:hover{
    background-image: url('../images/H7009_export_button_hover.png');
}
.common_table_button.delete:hover{
    background-image: url('../images/icon_delete_hover.png');
}
/*共通表格按键end*/
/*共通label radio*/
.radio_box_normal{
    display: flex;
    margin-bottom: 0;
    align-items: center;
    cursor: pointer;
}
.radio_box_normal input[type="radio"] + span{
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #bbb;
    position: relative;
    margin-right: 6px;
    font-size: 14px;
    color: #333;
}
.radio_box_normal .radioBox input[type="radio"] + span:hover {
    border: 1px solid #FF6700;
}
.radio_box_normal input[type="radio"]:checked + span:after {
    content: ' ';
    width: 8px;
    height: 8px;
    border-radius: 50px;
    position: absolute;
    top: 2px;
    background: #FF6700;
    text-shadow: none;
    left: 2px;
}

.radio_box_normal input[type="radio"]:checked + span {
    border: 1px solid #FF6700;
}
/*共通label radio end*/

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.colorRed {
    color: red;
}