.page-of-air .section{
    z-index: auto;
}

.box-mapTitle{
    width: 100%;
    height: 1.64rem;
    background: url(../images/banner.png) no-repeat;
    background-size: cover;
    position: relative;
}
.box-mapTitle h2{
    font-size: .32rem;
    line-height: .36rem;
    font-weight: bold;
    color: #FFFFFF;
    text-shadow: 0 .02rem .10rem rgba(254,81,48,0.66);
    position: absolute;
    top: 50%;
    left: .27rem;
    transform: translate(0, -50%);
}
.box-mapTitle .slide-lang{
    position: absolute;
    right: .22rem;
    top: .22rem;
}

.page-of-air .side-panel .side-wrap .side-search .complex{
    box-shadow: 0 0 .10rem rgba(0,0,0,0.2);
}
.page-of-air .side-panel .side-wrap .side-search .complex .input-icon,
.page-of-air .side-panel .side-wrap .side-search .complex .input,
.page-of-air .side-panel .side-wrap .side-search .complex .button{
    height: .45rem;
    line-height: .45rem;
}
.page-of-air .side-panel .side-wrap .side-search .complex .input{
    border: none;
}
.page-of-air .side-panel .side-wrap .side-search .complex .button{
    min-width: 1rem;
}

.side-search{
    position: relative;
    z-index: 1;
    margin: -.24rem .30rem 0;
}

.grade-list{
    padding: .30rem .30rem .08rem;
}
.grade-list .li{
    width: 0.99rem;
    height: 0.99rem;
    background: #FFFFFF;
    border: .01rem solid #ECEBEB;
    border-radius: .04rem;
    float: left;
    margin-right: .18rem;
    margin-bottom: .22rem;
}
.grade-list .li:nth-of-type(3n){
    margin-right: 0;
}
.grade-list .li .flex{
    margin-left: .04rem;
}
.grade-list .li .logo{
    width: 100%;
    height: .83rem;
    position: relative;
}
.grade-list .li img{
    max-width: 90%;
    max-height: .70rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.grade-list .li span{
    font-size: .12rem;
    line-height: .12rem;
    color: #999999;
    margin-right: .03rem;
}

.starts{
    display: flex;
    align-items: center;
}
.starts li{
    width: .13rem;
    height: .14rem;
}
.starts li.icon-quan{
    background: url("../images/icon-start-quan.png") no-repeat;
    background-size: 100%;
}
.starts li.icon-ban{
    background: url("../images/icon-start-ban.png") no-repeat;
    background-size: 100%;
}


.img-box{
    width: 100%;
    height: 100%;
    position: relative;
    /*background: #fff;*/
    /*border-radius: 50%;*/
}
.img-box img{
    max-width: 90%!important;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.right-sidebarBox {
    position: absolute;
    right: .67rem;
    top: .70rem;
    z-index: 99;
}
.list-lcti{
    line-height: .48rem;
    background: #FFFFFF;
    box-shadow: 0 .02rem .10rem 0 rgba(0,0,15,0.3);
    border-radius: .02rem;
    font-size: .16rem;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 .08rem;
}
.list-lcti:hover{
    color: #fff;
    background: #3E6EFF;
}
.list-lcti .icon{
    display: block;
    width: .13rem;
    height: .17rem;
    background: url(../images/icon-rank.png) no-repeat;
    background-size: 100%;
    margin-right: .07rem;
}


.common-open-mask{
    width: 3.08rem;
}
.common-open-mask .popup-content{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .30rem 0 .12rem;
}
.common-open-mask .logo{
    width: .55rem;
    height: .55rem;
    position: relative;
}
.common-open-mask .logo img{
    max-width: 100%!important;
    max-height: .50rem!important;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.common-open-mask .data{
    margin-left: .17rem;
}
.common-open-mask .name{
    display: flex;
    align-items: flex-end;
    margin-bottom: .15rem;
}
.common-open-mask .name h4{
    font-size: .20rem;
    line-height: .22rem;
    font-weight: bold;
    color: #333333;
}
.common-open-mask .name b{
    font-size: .16rem;
    line-height: .18rem;
    font-weight: normal;
    color: #333333;
}

.common-open-mask .item{
    display: flex;
    align-items: center;
    margin-top: .10rem;
}
.common-open-mask .item p{
    font-size: .14rem;
    line-height: .16rem;
    color: #333333;
}
.common-open-mask .item strong{
    line-height: .18rem;
    color: #333333;
}

.common-open-mask .chart{
    width: 90%;
    height: 2.60rem;
    margin: 0 auto;
}
.common-open-mask .btn-jump{
    display: block;
    line-height: .40rem;
    background: #F5FAFF;
    border-radius: 0 0 .08rem .08rem;
    font-size: .14rem;
    color: #247CD2;
}
