@charset "UTF-8";

.layui-layer {
    top: 50% !important;
    transform: translateY(-50%);
}

select {
    /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
    border: 1px solid #ebe4df;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    /*很关键：将默认的select选择框样式清除*/
    appearance: none !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../../images/analarrow.png") no-repeat scroll center #fefdfd;
    background-position-x: 112px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 25px;
    padding-left: 15px;
    background-color: #fff;
    color: #333;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}

.data-text {
    position: relative;
}

.hide {
    width: 300px;
    background: #fff;
    box-shadow: 0 0 3px 0 rgba(153, 153, 153, 0.4);
    border: 1px solid #DDDDDD;
    position: absolute;
    z-index: 100;
    top: 100%;
    right: 10px;
    align-items: center;
    border-radius: 3px;
    font-size: 14px;
    padding: 12px;
    color: #666;
}

.hide:after {
    position: absolute;
    display: inline-block;
    top: -4px;
    left: 236px;
    width: 0;
    height: 0;
    content: '';
    border-style: solid;
    border-width: 4px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(315deg);
    box-shadow: 2px -2px 2px rgba(153, 153, 153, 0.3);
}

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
    display: none !important;
}

.calender-detail--main {
    padding: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.chart-main {
    margin-top: 20px;
}

.chart-main .common-tit {
    border-bottom: 1px solid #ebe4df;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.chart-main .common-tit img {
    height: 16px;
    vertical-align: middle;
    margin-right: 7px;
    margin-top: -3px;
}

.chart-main .common-tit > ul {
    margin-top: 5px;
    font-size: 0;
}

.chart-main .common-tit > ul li {
    display: inline-block;
    padding: 0 20px;
    border-right: 1px solid #eeee;
    font-size: 14px;
    line-height: 14px;
    color: #333;
}

.chart-main .common-tit > ul li:first-child {
    padding-left: 0;
}

.chart-main .common-tit > ul li:first-child span {
    color: #ff7e0b;
}

.chart-main .common-tit > ul li:last-child {
    padding-right: 0;
    border-right: 0;
}

.chart-main--container {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebe4df;
}

.chart-main--container .contrast {
    margin: 15px 0;
}

.chart-main--container .contrast .root, .chart-main--container .contrast .area {
    cursor: pointer;
    float: right;
    width: 135px;
    height: 24px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    margin-right: 10px;
}

.chart-main--container .contrast .contrast-btn {
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    background-color: #ff7e0b;
    color: #fff;
    display: block;
    width: 60px;
    float: right;
    height: 24px;
    line-height: 24px;
}

.chart-main--container .show-chart {
    width: 100%;
    height: 335px;
    background-color: #fff9f6;
}

.chart-main--explain > div {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    height: 232px;
    padding: 20px 20px 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 10px);
    background-color: #fff9f6;
}

.chart-main--explain > div > .data-item:first-child {
    margin-bottom: 16px;
}

.chart-main--explain > div:first-child {
    margin-right: 20px;
}

.chart-main--explain .chart-data--tit {
    padding-left: 10px;
    margin-bottom: 7px;
    color: #ff7e0b;
    position: relative;
    font-size: 14px;
    line-height: 14px;
}

.chart-main--explain .chart-data--tit:before {
    content: '';
    left: 0;
    top: 50%;
    width: 5px;
    height: 5px;
    position: absolute;
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff7e0b;
}

.chart-main--explain .data-item--last p {
    width: 50%;
    float: left;
}

.chart-main--explain p {
    font-size: 14px;
    color: #333;
    line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.history-data {
    text-align: center;
}

.history-data th {
    color: #ff7e0b;
    font-size: 13px;
    height: 34px;
    line-height: 34px;
    width: 105px;
    font-weight: normal;
}

.history-data th:first-child {
    width: 140px;
}

.history-data th:nth-child(2) {
    width: 270px;
}

.history-data th:last-child {
    width: 80px;
    text-align: right;
    padding-right: 20px;
}

.history-data td {
    font-size: 13px;
    height: 40px;
    text-wrap: nowrap;
    line-height: 40px;
}

.history-data tbody > tr {
    border-top: 1px solid #ebe4df;
}

.history-data tbody > tr td:last-child {
    text-align: right;
    padding-right: 20px;
}

.history-data tbody > tr td:first-child {
    text-align: left;
    padding-left: 20px;
}

/**/
.rl-catalogue {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.rl-catalogue .rl-catalogue--list li {
    border-bottom: 1px solid #ebe4df;
}

.rl-catalogue .rl-catalogue--list a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 0;
}

.rl-catalogue .rl-catalogue--list a em {
    font-style: normal;
    display: inline-block;
    margin-right: 20px;
    font-weight: bold;
    font-size: 18px;
    color: #333;
}

.rl-catalogue .rl-catalogue--list a:hover {
    background-color: #fafcff;
}

.rl-catalogue .rl-catalogue--list a:hover em {
    color: #ff7e0b;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}

.quesList {
    padding-bottom: 40px;
    border-bottom: 1px solid #e0d4ca;
}
