@charset "utf-8";
ol, ul, li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle;
    max-width: 100%;
}
a:hover{
    text-decoration:none;
}
body {
    font-size: 12px;
    font-family: 'PingFang SC', 'Hiragino Sans GB', 'PingHei', 'Open Sans', 'sans-serif', 'Helvetica Neue', 'Helvetica', 'Microsoft YaHei', 'SimSun', 'Arial';
    color: #666666;
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, input, textarea, p, table, tr, th, td, span, strong, em {
    padding: 0;
    margin: 0;
    font-style: normal;
    font-size: 12px;
}

input {
    border: 0;
    padding: 0px;
    font-size: 12px;
    background: none;
    font-family: "PingFang SC", "Hiragino Sans GB", "PingHei", "Open Sans", "sans-serif", "Helvetica Neue", "Helvetica", "Microsoft YaHei", "SimSun", "Arial";
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 1000px white inset;
}

button, button:focus, button:active, button:link {
    -webkit-appearance: none;
    outline: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* CSS Document */
.clear:after {
    content: " ";
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}

.clear {
    *zoom: 1;
}

.clearboth {
    clear: both;
}

.mt8 {
    margin-top: 8px;
}

.mt6 {
    margin-top: 6px;
}

.mr12 {
    margin-right: 12px;
}

.pt20 {
    padding-top: 20px;
}

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

/*多选框*/
.tyc-check-blue {
    margin-left: 5px;
    width: 12px;
    height: 12px;
    position: relative;
}

.tyc-check-blue input {
    margin:0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
}

.tyc-check-blue span, .tyc-check-blue span:after {
    border-radius: 2px;
}

.tyc-check-blue span {
    width: 12px;
    height: 12px;
    display: block;
    border: 1px solid #d7d7d7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.tyc-check-blue span:after {
    content: "";
    width: 12px;
    height: 12px;
    border: 0;
    display: block;
    background: url(../images/members-icon01.png) no-repeat center -2512px #00a0e8;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 2;
    display: none;
}

.tyc-check-blue input[type=checkbox]:checked + span:after {
    display: block;
}

.tyue-radio-wrapper {
    margin: 0 8px 0 0;
    vertical-align: middle;
    display: inline-block;
    position: relative;
    white-space: nowrap;
    line-height: 14px;
    font-weight: normal;
}

.tyue-radio {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    white-space: nowrap;
}

.tyue-radio-txt {
    margin-left: 8px;
    margin-right: 8px;
}

.div-radio-group .tyue-radio-wrapper .tyue-radio-input {
    margin:0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    visibility: visible;
    opacity: 0;
    filter: alpha(opacity=0);
    outline: none;
    cursor: pointer;
}

.div-radio-group .tyue-radio-wrapper .tyue-radio-circle {
    width: 12px;
    height: 12px;
    display: inline-block;
    border: 1px solid #d7d7d7;
    border-radius: 50%;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
}

.tyue-radio:hover .tyue-radio-circle {
    border: 1px solid #b3b3b3;
}

.tyue-radio-circle:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: block;
    background: #00a0e8;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 2;
    display: none;
}

.tyue-radio-input[type=radio]:checked + span:after {
    display: block;
}

.tyue-radio-input[type=radio][disabled],
.tyue-radio-wrapper-disabled .tyue-radio-circle {
    cursor: not-allowed;
}

.tyue-radio-wrapper-disabled .tyue-radio-circle {
    border-color: #d9d9d9;
    background-color: #f3f3f3;
}

.tyue-radio-wrapper-disabled .tyue-radio-checked .tyue-radio-circle:after {
    background: #ccc;
    display: block;
}

.tyue-radio-wrapper-disabled .tyue-radio:hover .tyue-radio-circle {
    border: 1px solid #d7d7d7;
}

/*tree结构导航*/
.ty-tree-select {
    display: block;
}

.ty-tree-div {
    overflow: hidden;
}

.ty-tree-switcher {
    width: 18px;
    height: 24px;
}

.ty-tree-arrow-bottom, .ty-tree-arrow-right {
    cursor: pointer;
    position: relative;
}

.ty-tree-arrow-bottom span {
    border-style: solid;
    border-color: transparent;
    border-top-color: #666;
    border-width: 4px 3px 0 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
}

.ty-tree-arrow-right span {
    border-style: solid;
    border-color: transparent;
    border-left-color: #666;
    border-width: 3px 0 3px 4px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -3px;
}

.ty-tree-text {
    line-height: 22px;
    font-size: 12px;
    color: #333;
    font-weight: normal;
}

.ty-tree-div .tyc-check-blue {
    margin: 5px 6px;
}

.ty-tree-select-ul {
    display: block;
    width: auto;
    padding-left: 30px;
}

.ty-tree-proportion {
    width: 300px;
    padding: 5px;
    background: #fafafa;
    max-height: 300px;
    overflow-y: auto;
}

.ty-tree-proportion-ul, .ty-tree-proportion-ul02 {
    width: 100%;
}

.ty-tree-proportion-ul > li {
    width: auto;
}

.ty-tree-proportion-ul > li + li {
    margin-top: 5px;
}

.ty-tree-div01, .ty-tree-div02 {
    width: auto;
    padding: 0 10px;
    height: 28px;
    overflow: hidden;
    position: relative;
    background: #ebebeb;
}

.ty-tree-div01 .ty-tree-bg {
    height: 28px;
    background: #5faee1;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.ty-tree-div02 .ty-tree-bg {
    height: 28px;
    background: #c5e1f3;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}

.ty-tree-div01 .ty-tree-switcher {
    width: 10px;
    height: 28px;
    position: relative;
    z-index: 100;
}

.ty-tree-div01.current, .ty-tree-div01:hover, .ty-tree-div02:hover, .ty-tree-div02:hover .ty-tree-bg {
    background: #5faee1;
}

.ty-tree-text02 {
    max-width: 170px;
    height: 28px;
    line-height: 28px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    z-index: 100;
}

.ty-tree-text02 span {
    color: #333;
    font-size: 12px;
}

.ty-tree-num {
    height: 28px;
    line-height: 28px;
    font-size: 12px;
    position: relative;
    z-index: 100;
}

.ty-tree-color-red {
    color: #ed6849;
}

.ty-tree-color-orange {
    color: #f1c06c;
}

.ty-tree-color-green {
    color: #74c1ad;
}

.ty-tree-div01 .ty-tree-text02 {
    max-width: 170px;
}

.ty-tree-arrow-right span, .ty-tree-arrow-bottom span {
    margin-left: -3px;
}

.ty-tree-proportion-ul02 {
    padding-left: 20px;
    width: auto;
    margin-top: 2px;
}

.ty-tree-proportion-ul02 > li + li {
    margin-top: 2px;
}

.ty-tree-more {
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #00a0e8;
    font-size: 12px;
    margin-top: 5px;
    cursor: pointer;
}

.ty-transfer {
    position: relative;
}

.ty-transfer-list-serach {
    width: auto;
    padding: 0 6px;
    position: relative;
}

.ty-transfer-list-serach input {
    display: block;
    width: 100%;
    line-height: 22px;
    padding-left: 26px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    box-sizing: border-box;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    -moz-transition: all .3s linear;
    height:24px;
}

.ty-transfer-list-serach > input:focus,
.ty-transfer-list-serach > input:hover {
    border: 1px solid #57c5f7;
    outline: 0;
    box-shadow: 0 0 0 2px rgba(45, 183, 245, .2);
}

.ty-transfer-list-serach-icon {
    width: 17px;
    height: 17px;
    display: block;
    background: url(../images/ue-icon-little.png) no-repeat left -130px;
    position: absolute;
    top: 2px;
    left: 12px;
    z-index: 10;
}

.ty-transfer-list-foot {
    background: #f1f1f1;
    border-top: 1px solid #d9d9d9;
}

.filter-pos {
    width: 770px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 1000;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
    border: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-pos-title {
    line-height: 30px;
    text-indent: 20px;
    font-size: 14px;
    color: #666;
    font-weight: 500;
    border-bottom: 2px solid #e6e6e6;
}

.filter-pos-con {
    width: auto;
    padding:0 12px 12px;
}

.filter-pos-con > li{
    margin-top: 12px;
}
.pr7{
    padding:0 7px;
}
.filter-pos .ty-transfer-list-head {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    text-indent: 8px;
    border-bottom: 1px solid #d9d9d9;
}

.filter-div {
    width: 358px;
    border: 1px solid #d9d9d9;
    background: #fafafa;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-div-height {
  height: 213px;
}

.filter-div-title {
    line-height: 24px;
    border-bottom: 1px solid #d9d9d9;
    text-indent: 12px;
    background: #e6e6e6;
    font-size: 12px;
    color: #333;
}

.filter-div-con {
    width: 100%;
    padding: 6px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.filter-div-note {
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
    font-size: 12px;
    color: #333;
}

.filter-pos .ty-transfer-list {
    width: 150px;
    height: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.filter-pos .ty-transfer-operation {
    width: 30px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    transform: translateY(-50%);
}

.ty-transfer-operation span {
    display: block;
    width: 100%;
    height: 28px;
    cursor: pointer;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    background-image: url(../images/ue-icon-little.png);
    background-repeat: no-repeat;
    background-color: #f3f3f3;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.ty-transfer-operation span + span {
    margin-top: 8px;
}

.filter-pos .ty-transfer-list-serach {
    padding: 0 6px;
    width: auto;
    position: relative;
    margin-top: 6px;
}

.tyue-dropdown-menu-wrapper {
    position: relative;
}
.tyue-dropdown-menu-wrapper.active .dropdown-menu-detail,
.tyue-dropdown-menu-wrapper:hover .dropdown-menu-detail{
    display:block;
}
.tyue-dropdown-menu-wrapper.active .dropdown-menu-detail:before,
.tyue-dropdown-menu-wrapper:hover .dropdown-menu-detail:before{
    content:"";
    width:100%;
    height:6px;
    display:block;
    position:absolute;
    top:-5px;
    left:0;
}

.filter-div-con01 .tyue-dropdown-menu-wrapper,
.filter-div-con03 .tyue-dropdown-menu-wrapper {
    width: auto;
    margin: 0 6px;
}

.filter-pos .dropdown-menu-detail {
    width: 100%;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #e5e5e5;
    padding: 5px 0px;
    z-index: 20000;
    /* display: none; */
    position: absolute;
    margin-top: 2px;
    top: 24px;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filter-pos .dropdown-menu-detail ul{
    overflow-y: auto;
    max-height:180px;
}
.filter-pos .dropdown-menu-detail ul li {
    height: 22px;
    line-height: 22px;
    padding: 0 12px 0 8px;
}

.filter-pos .dropdown-menu-detail ul li a {
    display: block;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-menu-detail ul li:hover {
    background-color: #f0f9ff;
}

.dropdown-menu-detail ul li a:link,
.dropdown-menu-detail ul li a:visited {
    color: #666;
}

.dropdown-menu-detail ul li a:hover {
    color: #00a0e8;
}

.dropdown-menu-detail ul li a:active {
    color: #666;
}

.filter-pos .tyue-dropdown-menu-wrapper.mt6 {
    margin-top: 4px;
}

.filter-pos .btn-dropdown-menu {
    display: block;
    height: 24px;
    line-height: 22px;
    border-radius: 4px;
    cursor: pointer;
    color: #666;
    background-color: #fff;
    border: solid 1px #d9d9d9;
    width: 100%;
    padding-left: 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.btn-dropdown-menu:link, .btn-dropdown-menu:visited {
    color: #666;
    background-color: #fff;
    border: solid 1px #d9d9d9;
}

.btn-dropdown-menu:hover {
    border: solid 1px #00a0e8;
    color: #00a0e8;
}

.btn-dropdown-menu:active {
    color: #666;
    border: solid 1px #d9d9d9;
}

.filter-pos .dropdown-menu-arrow {
    background: url(../images/table-icon.png) no-repeat 0 -51px;
    width: 9px;
    height: 5px;
    display: inline-block;
    position: absolute;
    top: 50%;
    margin-top: -2px;
    left: inherit;
    right: 10px;
}

.filter-pos .dropdown-text {
    display: inline-block;
    max-width: 87%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-pos .ty-transfer01 .ty-transfer-list {
    height: 318px;
}

.filter-div-con01 .transfer-list-left .ty-tree-select {
    display: block;
    height: 66px;
}

.filter-div-con01 .transfer-list-right .ty-tree-select {
    height: 91px;
    margin-top: 3px;
}

.filter-pos .ty-transfer-list-body {
    box-sizing: border-box;
}

.filter-pos .tyue-radio-circle:after {
    width: 6px;
    height: 6px;
    top: 2px !important;
    left: 2px !important;
}

.div-radio-group {
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
}

.filter-pos .div-text {
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    color: #333;
}

.filter-pos .filter-input-num {
    width: 34px;
    height: 24px;
    padding: 4px;
    text-align: center;
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 18px;
    font-size: 12px;
    color: #666;
    background: #fff;
    border-radius: 4px;
}

.filter-pos .filter-input-num:focus, .filter-pos .filter-input-num:hover {
    border: 1px solid #00a0e8;
}

.filter-div-con02 .filter-input-num {
    margin: 0 5px 0 0;
}

.filter-div-con02 .filter-input-num + .div-text {
    margin-right: 5px;
}

.filter-textarea {
    display: block;
    padding: 0 5px;
    line-height: 24px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ccc;
    background: #fff;
    width: 100%;
    height: 69px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    resize: none;
}

.filter-div-con02 .filter-textarea {
    margin: 10px 0 5px;
}

.filter-note {
    line-height: 18px;
    font-size: 12px;
    color: #999;
}

.filter-div-con03 .transfer-list-left .ty-tree-select{
    height:110px;
}

.filter-div-con03 .transfer-list-right .ty-tree-select {
    height: 140px;
}

.filter-pos .ty-tree-div label {
    display: block;
    width: 130px;
    float: left;
}

.filter-pos .ty-tree-div label div {
    max-width: 100%;
    overflow: hidden;
}

.div-wrap {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.div-wrap-ul {
    width: 100%;
    height: 190px;
    overflow-y: auto;
}

.div-wrap-ul li {
    max-width: 100%;
    text-indent: 8px;
    height: 24px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-div-con.pt20 {
    padding-top: 20px;
}

.ty-transfer-operation span:hover {
    border: 1px solid #3dadf2;
    background-color: #3dadf2;
}

.filter-pos .ty-transfer-btn-toright {
    background-position: 10px -150px;
}

.filter-pos .ty-transfer-btn-toright:hover {
    background-position: 10px -175px;
}

.filter-pos .ty-transfer-btn-toleft {
    background-position: 10px -206px;
}

.filter-pos .ty-transfer-btn-toleft:hover {
    background-position: 10px -231px;
}

.filter-pos .filter-tabcon > div {
    display: none;
}

.filter-pos .filter-tabcon > div.current {
    display: block;
}

.filter-div06 .ty-transfer-list {
    width: 100%;
}

.filter-div06 .ty-transfer-list-body {
    border: 0;
}

.filter-pos .state-disabled .tyue-input-number-input.c-ccc, .filter-pos .state-disabled .filter-input-num.c-ccc, .filter-pos .state-disabled .dropdown-text.c-ccc, .filter-pos .state-disabled .div-text.c-ccc {
    /* color: #ccc; */
}

.filter-pos .state-disabled .btn-dropdown-menu:hover {
    border: solid 1px #d9d9d9;
}

.filter-pos .state-disabled .filter-input-num:hover {
    border: solid 1px #ccc;
}

.filter-pos .ty-tree-select {
    overflow-y: auto;
}

.charts01 {
    height: 450px;
}
.chartsCurveHeightFist {
    height: 300px;
}
.chartsCurveHeightOrder {
    height: 200px;
}
.chartsScatter {
    height: 450px;
}
.chartsBar100 {
    height: 100%;
    width: 100%;
    float: left;
}
.chartsBar60 {
    height: 100%;
    width: 60%;
    float: left;
}
.chartsBar50 {
    height: 100%;
    width: 50%;
    float: left;
}
.chartsBar40 {
    height: 100%;
    width: 40%;
    float: left;
}
.chartsBar25 {
    height: 100%;
    width: 25%;
    float: left;
}
.chartsAllBar {
	height: 450px;
    width: 100%;
}
.chartsAllBarClear {
	clear:both;
}

.filter-pos-foot {
    text-align: center;
    padding-bottom:12px;
}

.filter-pos-foot .btn {
    margin: 0 10px;
}
.filter-pos-sm{
  width:400px;
}
.filter-div-con02  .tyue-dropdown-menu-wrapper{
  width:200px;
}
.filter-div-con04 .ty-tree-select{
  height:89px;
}
.filter-div-con04 .tyue-dropdown-menu-wrapper{
    width:220px;
}

.ty-tree-select::-webkit-scrollbar-track,
.pos-scroll-y::-webkit-scrollbar-track{
  background:#f3f3f3;
}
.ty-tree-select::-webkit-scrollbar,
.pos-scroll-y::-webkit-scrollbar{
  width:8px;
  height:8px;
  background:#f3f3f3;
}
.ty-tree-select::-webkit-scrollbar-thumb,
.pos-scroll-y::-webkit-scrollbar-thumb{
  background:#d9d9d9;
  border:2px solid #f3f3f3;
  border-radius:4px;
  transition:all .3s linear;
  -webkit-transition:all .3s linear;
  -moz-transition:all .3s linear;
  -o-transition:all .3s linear;
}
.ty-tree-select::-webkit-scrollbar-corner,
.pos-scroll-y::-webkit-scrollbar-corner{
  background:transparent;
}
.ty-tree-select::-webkit-scrollbar-thumb:hover,
.pos-scroll-y::-webkit-scrollbar-thumb:hover{
  background:#7d7d7d;
  border:2px solid #f3f3f3;
}
.filter-pos-close{
  cursor:pointer;
  display:block;
  width:30px;
  text-align:center;
  font-size:24px;
  font-weight: 700;
  line-height:30px;
  opacity:.2;
  filter:alpha(opacity=20);
  color: #000;
  position:absolute;
  top:0;
  right:10px;
}
.filter-pos-close:hover{
  opacity:.5;
  filter:alpha(opacity=50);
}


/** 06/28**/

.filter-div-con05 .tyue-dropdown-menu-wrapper {
    width: auto;
    margin: 0 6px;
}
.filter-div-con05 .transfer-list-left .ty-tree-select{
    height: 93px;
}

.filter-div-con05 .transfer-list-right .ty-tree-select {
    height: 91px;
    margin-top:3px;
}
.filter-pos.filter-normal{
    width: 770px;
    position: relative;
    top: auto;
    left: auto;
    border-radius: 0;
    background: none;
    box-shadow: none;
    border: none;
}
.filter-normal .filter-div{
    width:100%
}
.filter-pos.filter-normal .ty-transfer-list{
    width:45%;
}
.filter-normal .filter-div-con01 .transfer-list-right .ty-tree-select {
    height: 150px;
}
