@charset "utf-8";
.center{ padding: 0; background: #162355;}
.bi-view{ width: 100%; height: 100%; position: relative; box-sizing: border-box; padding-top: 160px;}
.bi-header{ line-height: 160px;font-size: 50px; color: #fff; box-sizing: border-box; width: 100%; padding: 0 40px; font-weight: bold; position: absolute; left: 0;top: 0;}
.backIcon{ width: 50px; display: inline-block; margin-right: 10px;}
.biHeader-right{ float: right;}
.dateSelect{ float: right;  height: 80px; line-height: 80px; display: block; background: #363F86;font-size: 40px;  margin-top: 40px; margin-right: 30px; cursor: pointer; position: relative; width: 280px; text-align: center; padding-right: 30px;}
.dateList{ width: 100%; position: absolute; left: 0;top:80px; background: #363F86; box-shadow:0 0 10px 0 #000;z-index: 1; display: none;}
.dateSelect.open .dateList{display: block;}
.dateSelect-show{ background: url("../../img/bi/selectIcon.png") no-repeat 230px center;background-size:35px auto;}
.dateList-item{ border-bottom:  2px solid rgba(255,255,255,0.1);}
.dateList-item:last-child{ border-bottom: 0;}
.dateBox{  background: url('../../img/bi/dateIcon.png') no-repeat 40px center,#363F86;background-size: 30px auto; color: #fff; border: 0; height: 80px; padding-left:85px; font-size: 30px; float: right; margin-top: 50px;display: none; margin-right: 30px;}
.dateBox.open{ display: block;}
.platBox{ float: right;  height: 80px; line-height: 80px; display: block; background: #363F86;font-size: 40px;  margin-top: 40px;  cursor: pointer; position: relative; width: 280px; text-align: center; padding-right: 30px; margin-right: 30px;}
.platList{ width: 100%; position: absolute; left: 0;top:80px; background: #363F86; box-shadow:0 0 10px 0 #000;z-index: 1; display: none;}
.platBox.open .platList{display: block;}
.platBox-show{ background: url("../../img/bi/selectIcon.png") no-repeat 230px center;background-size:35px auto;}
.platList-item{ border-bottom:  2px solid rgba(255,255,255,0.1);}
.platList-item:last-child{ border-bottom: 0;}
.brandBox{ float: right;  height: 80px; line-height: 80px; display: block; background: #363F86;font-size: 40px;  margin-top: 40px;  cursor: pointer; position: relative; min-width: 280px; text-align: center; padding-right: 30px;}
.brandList{ width: 100%; position: absolute; left: 0;top:80px; background: #363F86; box-shadow:0 0 10px 0 #000;z-index: 1; display: none;}
.brandBox.open .brandList{display: block;}
.brandBox-show{ background: url("../../img/bi/selectIcon.png") no-repeat right center;background-size:35px auto;padding-right: 35px;padding-left: 30px;}
.brandList-item{ border-bottom:  2px solid rgba(255,255,255,0.1);}
.brandList-item:last-child{ border-bottom: 0;}

.bi-content{position: relative; width: 100%; height: 100%; box-sizing: border-box; padding-left: 800px;}
.bi-left{  width: 800px; position: absolute; left: 0; top: 0;z-index: 1}
.bi-right{ width: 100%; height: 100%; box-sizing: border-box; padding-left: 100px; padding-right: 40px;}
.biList{ width: 100%; box-sizing: border-box; padding-left:40px;}
.biList-item{ position: relative; width: 100%; box-sizing: border-box; background: #253490; color: #fff; font-size: 28px; line-height: 90px; padding: 0 210px 0 20px; height: 90px; overflow: hidden; white-space: nowrap;text-overflow: ellipsis; margin-bottom:20px; box-shadow: 0 0 10px #151726;}
.biList-item .num{ position: absolute; right: 20px; top: 0; }
.biList-item .icon{ width: 40px; height: 40px; display: inline-block; margin-right: 0;}
.biList-item.up .icon{ background: url("../../img/bi/upIcon.png") no-repeat center; background-size: 40px auto;}
.biList-item.down .icon{ background: url("../../img/bi/downIcon.png") no-repeat center; background-size: 40px auto;}

.chartsItem{ height: 46%; margin-bottom:50px;}
.divBox{ width: 100%; height: 100%;}
.divBox-item{ width: 50%;  height:50%;float: left;}
.divBox-item2{ width:100%;  height:50%;float: left;}
iframe{ width: 100%; height: 100%; border: 0;}
@media (max-width: 1920px) {
    .bi-view{ padding-top: 100px;}
    .bi-header{ line-height: 100px; font-size: 30px; padding: 0 20px;}
    .backIcon{ width: 25px; margin-right: 5px;}
    .dateSelect{ height: 40px; line-height: 40px; font-size: 20px; margin-top: 30px; margin-right: 15px; width: 140px; padding-right: 15px;}
    .dateList{ top: 40px; box-shadow:0 0 5px 0;}
    .dateSelect-show{ background: url("../../img/bi/selectIcon.png") no-repeat 115px center;background-size:18px auto;}
    .dateList-item{ border-bottom:  1px solid rgba(255,255,255,0.1);}
    .dateBox{  background: url('../../img/bi/dateIcon.png') no-repeat 20px center,#363F86;background-size: 15px auto; height: 40px; padding-left:42px; font-size: 15px; margin-top: 30px;margin-right: 15px;}
    .platBox{ height: 40px; line-height: 40px; font-size: 20px;  margin-top: 30px;  width: 140px; padding-right: 15px; margin-right: 15px;}
    .platList{ top:40px; box-shadow:0 0 5px 0 #000;}
    .platBox-show{ background: url("../../img/bi/selectIcon.png") no-repeat 115px center;background-size:18px auto;}
    .platList-item{ border-bottom:  1px solid rgba(255,255,255,0.1);}
    .brandBox{ height: 40px; line-height: 40px; font-size: 20px;  margin-top: 30px;  min-width: 140px; padding-right: 15px;}
    .brandList{ top:40px; box-shadow:0 0 5px 0 #000;}
    .brandBox-show{ background: url("../../img/bi/selectIcon.png") no-repeat right center;background-size:18px auto; padding-right: 18px; padding-left: 15px;}
    .brandList-item{ border-bottom:  1px solid rgba(255,255,255,0.1);}
    .bi-content{padding-left: 400px;}
    .bi-left{  width: 400px;}
    .bi-right{  padding-left: 50px; padding-right: 20px;}
    .biList{ padding-left:20px;}
    .biList-item{  font-size: 18px; line-height: 50px; padding: 0 105px 0 10px; height: 50px; margin-bottom: 15px; box-shadow: 0 0 5px #151726; }
    .biList-item .num{  right: 10px; }
    .biList-item .icon{ width: 20px; height: 20px; }
    .biList-item.up .icon{ background-size: 20px auto;}
    .biList-item.down .icon{  background-size: 20px auto;}
    .chartsItem{ height: 45%; margin-bottom:50px;}

}

@media only screen and (max-width: 1024px) and (max-height: 1024px) {
    .bi-header{line-height: 80px;}
    .bi-view{padding-top: 80px;}
    .bi-left{ width: 300px;}
    .biList-item{font-size: 14px;line-height: 35px;height:35px; padding-right: 80px; margin-bottom: 5px;}
   .bi-content{ padding-left: 300px;}
    .chartsItem{margin-bottom:20px;}
    .dateSelect,.platBox,.brandBox{ margin-top:20px;}
    .bi-right{  padding-left: 20px; padding-right:10px;}
}