body {
    height: 100%;
    min-height: 100vh;
    background: url('../img/back.png') no-repeat;
    background-size: 100% 100%;
    overflow-y: hidden;
  }
  #app {
    height: 100%;
    min-height: 100vh;
    color: #fff;
    padding: 0 .42rem;
    box-sizing: border-box;
    display: flex;
    padding-top: .12rem;
    /* overflow-y: hidden; */
  }
  aside {
    width: 25%;
    height: 100%;
  }
  .basic {
    padding-top: 0.5rem;
    box-sizing: border-box;
  }
  .title1 {
    font-size: .20rem;
    margin-bottom: .20rem;
  }
  .area1 {
    display: flex;
    margin-bottom: .05rem;
  }
  .area1 img{
    width: .45rem;
  }
  .arerR {
    margin-left: .29rem;
  }
  .arerRchinese {
    font-size: .30rem;
  }
  .arerRenglish {
    font-size: .21rem;
  }
  .nameHistory {
    font-size: .14rem;
    color: #02ccce;
    margin-bottom: .13rem;
    line-height: .26rem;
  }
  .areaData {
    font-size: .14rem; 
    display: flex;
  }
  .areaDataL {
    margin-right: .62rem;
  }
  .areaDataL>div {
    margin-bottom: .16rem;
  }
  .areaDataR>div {
    margin-bottom: .16rem;
  }
  .priceT, li {
    display: flex;
    box-sizing: border-box;
  }
  .priceT {
    margin-bottom: .09rem;
  }
  .priceT .pl {
    width: 70%;
  }
  .rubliBox {
    box-sizing: border-box;
  }
  .rubliBox li .pl{
    /* width: 60%; */
    flex: 1;
  }
  .rubliBox li .pr{
    width: 30%;
  }
  .priceList {
    margin-top: .1rem;
  }
  .priceList li:nth-of-type(n+4) {
    color: rgba(255,255,255,.5);
  }
  .rubliBox, .levelBox {
    height: 2.28rem;
    overflow: hidden;
  }
  .timeOrderBox {
    height: .76rem;
    overflow: hidden;
  }
  .rubliBox li, .levelBox li, .timeOrderBox li {
    height: .38rem;
    line-height: .38rem;
    display: flex;
    align-items: center;
  }
  .rubliBox li>i, .levelBox li>i {
    display: inline-block;
    width: inherit;
    height: .18rem;
    text-align: center;
    line-height: .18rem;
    background-color: #b0a6a0;
    margin-right: .05rem;
    padding: 0 .05rem;
  }
  li>i {
    display: inline-block;
    width: .18rem;
    height: .18rem;
    text-align: center;
    line-height: .18rem;
    background-color: #b0a6a0;
    margin-right: .05rem;
    /* padding: 0 .05rem; */
  }
  .rubliBox .cs1, .levelBox .cs1 {
    background-color: #ff5050;
  }
  .rubliBox .cs2, .levelBox .cs2 {
    background-color: #1c8fbf;
  }
  section {
    flex: 1;
  }
  section .title1>span {
    margin-right: .21rem;
    margin-top: .50rem;
  }
  .map {
    background-image: url('../img/map.png');
    background-size: 100% 100%;
    padding: .24rem;
    margin-top: .24rem;
    margin-right: .56rem;
    position: relative;
  }
  .mapPosi {
    position: absolute;
    top: .31rem;
    left: .5rem;
    z-index: 1;
  }
  .liveData {
    position: absolute;
    bottom: 0.3rem;
    left: .3rem;
  }
  header {
    font-size: .35rem;
    text-align: center;
    width: 6.5rem;
    height: .76rem;
    background-image: url('../img/title.png');
    background-size: 100% 100%;
    margin: auto;
  }
  .amount {
    box-sizing: border-box;
  }
  .amount {
    display: flex;
    padding-left: .14rem;
    padding-bottom: .1rem;
  }
  .amount i{
    width: .36rem;
    height: .56rem;
    display: block;
    background-color: #1d8eed;
    text-align: center;
    line-height: .56rem;
    margin-right: .09rem;
    font-size: .37rem;
  }
  .amount span {
    font-size: .15rem;
    margin-right: .26rem;
    margin-left: .10rem;
    display: inline-block;
    margin-top: 0.42rem;
  }
  .stationType {
    font-size: .13rem;
    float: left;
  }
  .stationType1 {
    position: absolute;
    z-index: 1;
    top: 2.5rem;
  }
  #mainMap {
    display: inline-block;
  }
  #mapChart {
    display: block;
    width: 100%;
    height: 370px;
  }
  #mapChart canvas {
    width: 100%;
    height: 400px;
  }
  .point {
    position: relative;
    margin-top: .1rem;
  }
  .stationType .point:last-child {
    padding-bottom: .05rem;
  }
  .point::before {
    content: '';
    width: .10rem;
    height: .1rem;
    position: absolute;
    left: -.15rem;
    top: 50%;
    transform: translateY(-50%);
    background-color: yellow;
    border-radius: 50%;
  }
  .point1::before {
    background-color: #FF6633;
  }
  .point2::before {
    background-color: #00fb29;
  }
  .put {
    font-size: .13rem;
    opacity: 0.4;
    /* margin-top: .1rem; */
  }
  .rightBox {
    width: 25%;
  }
  .thingBox {
    width: 75%;
    /* height: .78rem; */
    background-image: linear-gradient(90deg, 
		#208bef 0%, 
		#04b1d3 100%), 
	linear-gradient(
		#eeebe9, 
    #eeebe9);
    margin-bottom: .1rem;
    font-size: .14rem;
  }
  .thingBox li:nth-child(2n+1) {
    font-size: .14rem;
    padding: .1rem .81rem .03rem .25rem;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
  }
  .thingBox li:nth-child(2n) {
    height: 1px;
    margin-left: .1rem;
    height: .01rem;
    background-image: linear-gradient(90deg,#eeebe9 0%,rgba(238, 235, 233, 0.5) 25%,#eeebe9 50%,#eeebe9 100%), linear-gradient(#eeebe9,#eeebe9);
  }
  .thingBox li:last-child {
    height: 0;
  }
  .levelBox {
    box-sizing: border-box;
  }
  .levelBox div {
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .levelBox li div:nth-child(2) {
    /* width: 24%; */
    flex: 1;
  }
  .levelBox li:nth-of-type(n+4) { 
    color: rgba(255,255,255,.5);
  }
  .rubList {
    margin-top: .1rem;
  }
  .levelTitle {
    display: flex;
  }
  .levelTitle>div {
    width: 30%;
    font-size: .18rem;
  }
  .arrow {
    display: inline-block;
    width: .14rem;
    height: .14rem;
    background: url('../img/arrow_up.png') no-repeat;
    background-size: 100% 100%;
  }
  .arrowd {
    display: inline-block;
    width: .14rem;
    height: .14rem;
    background: url('../img/arrow_down.png') no-repeat;
    background-size: 100% 100%;
  }
  #recleRubbish {
    width: 90%;
    height: 230px;
  }
  .title1_1 {
    margin-top: .25rem;
  }
  #joinPerson {
    width: 100%;
    height: 230px;
  }
  .titleJ_1 {
    margin-bottom: 0rem;
  }
  .footData {
    padding-top: .22rem;
    display: flex;
  }
  #rubLevel {
    width: 80%;
    height: 100px;
  }
  .footData>div {
    width: 33%;
  }
  .mounthT {
    padding: .1rem 0 0 .3rem;
    display: inline-block;
    width: 50%;
  }
  #radioRub {
    width: 100%;
    height: 180px;
  }
  .radioRub {
    padding-left: .3rem;
    box-sizing: border-box;
  }

  .text2 {
    text-align: right;
    margin-bottom: .07rem;
    opacity: 0.4;
    font-size: .14rem;
    box-sizing: border-box;
    padding-right: .1rem;
    display: inline-block;
    width: 35%;
  }
  .radioTbox {
    display: flex;
    padding: .2rem;
    box-sizing: border-box;
    font-size: .2rem;
  }
  .radioTbox div {
    width: 50%;;
  }
  .radioLi {
    padding-top: .4rem;
  }
  .radioLi li{
    margin-bottom: .1rem;
  }
  .creditDesc {
    margin-top: .27rem;
    font-size: .14rem;
    width: 80%;
  }
  .creditDesc li {
    margin-bottom: .08rem;
  }
  .radioLi li>i, .creditDesc li>i {
    border-radius: 50%;
  }
  .labelCss {
    width: 25%;
    font-size: .14rem;
  }
  .labelCss1 {
    width: 30%;
    margin-left: .3rem;
  }
  .valueCss {
    width: 40%;
    font-size: .24rem;
  }
  .valueCss1 {
    width: 35%;
  }
  .creditPie {
    display: flex;
    width: 80%;
  }
  .creditLevel {
    width: 33%;
    height: 86px;
  }
  .radioText {
    margin-bottom: inherit;
  }
  .anchorBL{ 
      display:none
  }
  .modal {
    position: fixed;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 10000;
    display: none;
  }
  .modal .modal-body {
    background: #fff;
    width: 60%;
    margin: 0 auto;
    border-radius: 5px;
    padding: 35px 15px;
    box-sizing: border-box;
    background-color: #01161B;
  }
  .modal .modal-body .modal-icon {
    text-align: center;
  }
  .modal .modal-body .modal-title {
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-top: 27px;
  }
  .modal .modal-body .modal-text p {
    margin-top: 15px;
    color: #555;
    font-size: 13px;
    text-indent: 20px;
    line-height: 1.5;
  }
  .modal-body  .loading {
    display: none;
  }
  .btn-modal-warp {
    text-align: center;
    margin-top: 29px;
  }
  .modal-close {
    width: .3rem;
    height: .3rem;
    line-height: .3rem;
    text-align: center;
    background-color: #eee;
    border-radius: 50%;
    position: absolute;
    top: -.15rem;
    right: 3.8rem;
    cursor: pointer;
  }
  .wfl {
    position: relative;
  }
  .swipBox {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: #01161B;
    margin: 0 135px; 
    padding-bottom: .2rem;
  }
  #box{
    width: 700px;
    height: 400px;
    border: 1px solid #102327;
    position: relative;
    padding-top: 100px;
    overflow: hidden;
}
.ul_list{
    /* width:3500px; */
    width:4200px;
    height: 400px;
}
.li_list{
    width: 700px;
    height: 400px;
    list-style: none;
    float: left;
}
.li_list img{
    width: 100%;
    height: 100%;
}
.odiv_nav{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.span_list{
    width: .2rem;
    height: .2rem;
    /* border: 3px solid white; */
    border-radius:50%;
    float: left;
    margin-left: 20px;
    cursor: pointer;
}
.left_click{
    position: absolute;
    width: 80px;
    top: .5rem;
    font-size:4em;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    color: #007AFF;
}
.right_click{
    position: absolute;
    top: .5rem;
    right: 0px;
    width: 80px;
    /* height: 400px; */
    font-size:4em;
    color: white;
    text-align: center;
    cursor: pointer;
    z-index: 10000;
    color: #007AFF;
}
.vtitle {
  color: #fff;
  font-size: 3em;
  position: absolute;
  top: .5rem;
  left: 50%;
  transform: translateX(-50%);
}
.info {
  width: 700px;
  /* height: 50px; */
  color: #fff;
  box-sizing: border-box;
}
.info ul {
  display: flex;
  flex-wrap: wrap;
}
.info li {
  /* border: 1px solid #292CA6; */
  text-align: center;
  height: 30px;
  line-height: 30px;
  box-sizing: border-box;
  display: flex;
}
.info li div {
  border: 1px solid #292CA6;
  height: 100%;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.info li:nth-child(2n+1){
  width: 55%;
  /* background-color: #1F2184;
  opacity: 0.8; */
}
.info li:nth-child(2n){
  width: 45%;
  
  /* opacity: 0.8; */
}
.info li:nth-child(2n+1)>div:first-child {
  width: 40%;
  background-color: #1F2184;
}
.info li:nth-child(2n+1)>div:last-child {
  width: 60%;
}
.info li:nth-child(2n)>div:first-child{
  width: 55%;
  background-color: #1F2184;
}
.info li:nth-child(2n)>div:last-child {
  width: 45%;
}
/* .info li:nth-child(2n){
  width: 30%;
}
.info li:nth-child(4n){
  width: 20%;
} */
.downBtnBox {
  width: 1.45rem;
  padding: .1rem 0.2rem;
  background-color: #fff;
  position: absolute;
  top: 2rem;
  left: .20rem;
  border-radius: .30rem;
  cursor: pointer;
}
.downBtnBox img {
  height: .2rem;
}
#myPlayer {
  width: 100%;
  height: 100%;
}
#myPlayer1 {
  width: 100%;
  height: 100%;
}