/*
*   ¹«¹²ÑùÊ½
 */
.change-date {
    background-color: #1c2029;
    padding: .08rem 0;
    position: relative;
    border-bottom: 1px solid #1cb5a0;
}
.change-date li {
    text-align: center;
    font-size: 0.16rem;
    /*&.arrow{
          margin: -11px 0 -5px;
          padding: 10px;
      }
      &.disabled{
          color:#999;
      }*/
}
.change-date li.label-cen {
    margin: 5px .1rem 0;
}
.change-date li input {
    width: 0.8rem;
    text-align: center;
    background-color: transparent;
    font-size: 0.14rem;
    position: relative;
    top: 2px;
    color: #fff;
}
.change-date li .sp {
    color: rgba(255, 255, 255, 0.6);
}
.index .change-date-input {
    color: #fff;
    background: url('../images/icon-arrow.png') no-repeat;
    background-size: 14%;
}
.h3-title {
    position: relative;
    height: .17rem;
    line-height: .17rem;
    padding-left: .1rem;
    font-size: 0.17rem;
    font-weight: normal;
    border-left: 5px solid #f4c56a;
    color: white;
}
.commonline {
    border-bottom: 1px solid #f4c56a;
    margin-left: 100px;
    position: absolute;
    top: 50%;
    right: 10px;
    left: 0px;
}
.white {
    color: white !important;
}
.clearfix {
    clear: both;
}
.change-chart {
    text-align: center;
    margin-top: 25px;
}
.change-chart ul {
    font-size: 0;
}
.change-chart ul li {
    display: inline-block;
    border: 1px solid #1cb5a0;
}
.change-chart ul li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.change-chart ul li:last-child {
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
}
.change-chart ul li i {
    position: relative;
    display: inline-block;
    padding: 5px 15px;
    color: #1cb5a0;
    font-style: normal!important;
    font-size: 14px;
}
.change-chart ul li.checked {
    background-color: #1cb5a0;
    display: inline-block;
}
.change-chart ul li.checked i {
    color: #1c2029!important;
}
.change-chart-rediao {
    position: absolute;
    right: .2rem;
    top: 0rem;
}
.change-chart-rediao ul {
    color: white;
}
.change-chart-rediao ul li {
    float: left;
    margin-left: .1rem;
}
.change-chart-rediao ul li i {
    position: relative;
    display: inline-block;
    margin-right: .05rem;
    border: 1px solid white;
    width: 14px;
    height: 14px;
    overflow: hidden;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #1c2029;
}
.change-chart-rediao ul li.checked i:after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    overflow: hidden;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    background-color: #1cb5a0;
    overflow: initial;
}
.change-date-active {
    background: url(../images/icon-arrow.png) center no-repeat;
    width: 24px;
    height: 24px;
    background-size: 100%;
}
.table .thead {
    background-color: #262c37;
}
.table .thead ul {
    margin: 0 15px;
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: flex;
}
.table .thead li {
    padding-left: -0.1rem;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    color: white;
}
.table .thead li:first-child {
    text-align: left;
}
.table .item {
    position: relative;
    padding: .1rem 0;
    line-height: .22rem;
    border-bottom: 1px solid #1c2029;
    background-color: #2e3443;
}
.table .item.sum {
    border-bottom: 0;
    background-color: #262c37;
}
.table .item ul {
    margin: 0 15px;
}
.table .item li {
    padding: 0;
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    width: 33.3%;
    color: white;
}
.table .item li:first-child {
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: left;
}
.table .item li p {
    color: rgba(255, 255, 255, 0.6);
}
.table .item .arrow {
    position: absolute;
    right: 0.05rem;
    top: .11rem;
    color: #f4c56a;
    height: .15rem;
    width: .15rem;
    background: url('../images/icon-arrow.png') no-repeat center;
    background-size: contain;
}
.table .item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.table ul {
    display: -moz-box;
    display: -webkit-box;
    display: box;
    display: flex;
}
.table ul li {
    padding: .1rem 0;
    text-align: center;
}
.table .list-total {
    background-color: #262c38;
    padding: 0 15px;
}
.table .list-total li {
    color: white;
    text-align: right;
    padding-right: .8rem;
}
.table .list-total li:first-child {
    -moz-box-flex: 1;
    -webkit-box-flex: 1;
    box-flex: 1;
    flex: 1;
    text-align: left;
    padding-right: 0;
}
#loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
}
.no-data {
    position: absolute;
    top: 30%;
    width: 100%;
    height: 1rem;
    margin: 0 auto;
    background: url('../images/tip_06.png') no-repeat center;
    background-size: contain;
    text-align: center;
}
.no-data p {
    position: absolute;
    bottom: -30px;
    width: 100%;
    color: #999;
}
.is-empty {
    position: absolute;
    top: .5rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1.6rem;
    height: 1.6rem;
    overflow: hidden;
    -webkit-border-radius: 0.8rem;
    border-radius: 0.8rem;
    background-color: #262c38;
}
.is-empty .center {
    position: absolute;
    top: .3rem;
    left: .3rem;
    width: 1rem;
    height: 1rem;
    overflow: hidden;
    -webkit-border-radius: 0.5rem;
    border-radius: 0.5rem;
    line-height: 1rem;
    text-align: center;
    background-color: #1c2029;
    color: rgba(255, 255, 255, 0.6);
}
.is-table-empty {
    position: absolute;
    top: .5rem;
    width: 100%;
    height: 1rem;
    background: url('../images/tip_06.png') no-repeat center;
    background-size: contain;
}
.is-table-empty .center {
    position: absolute;
    bottom: -30px;
    width: 100%;
    color: #999;
    text-align: center;
}
#tips {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: .2rem .1rem;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translate(-50%, -50%);
}
@font-face {
    font-family: 'iconfont';
    src: url('../fonts/iconfont.eot');
    /* IE9*/
    src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
