/*th.customdatademo,*/
/*td.customdatademo {*/
/*    position: relative;*/
/*}*/

/*th.customdatademo:hover::after,*/
/*td.customdatademo:hover::after {*/
/*    content: attr(data-tooltip);*/
/*    position: absolute;*/
/*    !*top: 100%;!*1.1em ;*!*!*/
/*    !*left: 0%; !*1.1em ;*!*!*/
/*    min-width: 200px;*/
/*    !*border: 5px #808080 solid ;*!*/
/*    border-radius: 6px;*/
/*    padding: 8px 8px;*/
/*    text-align: left;*/
/*    color: white; !*black ;*!*/
/*    background-color: rgba(0, 0, 0, 0.7); !*#cfc ;*!*/
/*    z-index: 1;*/

/*    top: 140%;*/
/*    left: 0%;*/
/*    !*margin-left: -5px;*!*/
/*    !*border-width: 5px;*!*/
/*    !*border-style: solid;*!*/
/*    !*border-color: black transparent transparent transparent;*!*/
/*}*/

/*th.tooltip-right,*/
/*td.tooltip-right {*/
/*    position: relative;*/
/*}*/

/*th.tooltip-right:hover::after,*/
/*td.tooltip-right:hover::after {*/
/*    content: attr(data-tooltip);*/
/*    position: absolute;*/
/*    !*top: 100%;!*1.1em ;*!*!*/
/*    !*left: 0%; !*1.1em ;*!*!*/
/*    min-width: 200px;*/
/*    !*border: 5px #808080 solid ;*!*/
/*    border-radius: 6px;*/
/*    padding: 8px 8px;*/
/*    text-align: left;*/
/*    color: white; !*black ;*!*/
/*    background-color: rgba(0, 0, 0, 0.7); !*#cfc ;*!*/
/*    z-index: 1;*/

/*    top: 140%;*/
/*    right: 0%;*/
/*    !*margin-left: -5px;*!*/
/*    !*border-width: 5px;*!*/
/*    !*border-style: solid;*!*/
/*    !*border-color: black transparent transparent transparent;*!*/
/*}*/


html body {
    font-family: Arial, 'Times New Roman', "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, serif;
    /*font-size: 14px; !*same to easy-ui*!*/
}

.selector {
    font-family: Arial, 'Times New Roman', "Microsoft YaHei", 微软雅黑, "MicrosoftJhengHei", 华文细黑, STHeiti, serif;
    /*font-size: 14px;*/
}

tr {
    background: white;
}

tr:nth-child(2n) {
    background: #f0f0f0;
}

/*鼠标旋停时的颜色*/
tr:hover {
    background-color: palegreen;
}
