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

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

.page-of-air .side-panel .side-wrap .side-search .complex{
    box-shadow: 0 0 10px 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: 45px;
    line-height: 45px;
}
.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: 100px;
}

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

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

.starts{
    display: flex;
    align-items: center;
}
.starts li{
    width: 13px;
    height: 14px;
}
.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: 67px;
    top: 70px;
    z-index: 99;
}
.list-lcti{
    line-height: 48px;
    background: #FFFFFF;
    box-shadow: 0 2px 10px 0 rgba(0,0,15,0.3);
    border-radius: 2px;
    font-size: 16px;
    color: #333333;
    display: flex;
    align-items: center;
    padding: 0 8px;
}
.list-lcti:hover{
    color: #fff;
    background: #3E6EFF;
}
.list-lcti .icon{
    display: block;
    width: 13px;
    height: 17px;
    background: url(../images/icon-rank.png) no-repeat;
    background-size: 100%;
    margin-right: 7px;
}


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

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

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

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