.page-of-air .side-panel{
    width: 380px;
}
.page-of-air .map-container {
    width: calc(100% - 380px);
    height: 100%;
    right: 0;
    left: auto;
}

.banner-search{
    width: 100%;
    height: 182px;
    /*margin: -20px -20px 0;*/
    position: relative;
    background: url("../images/banner.png") no-repeat;
    background-size: cover;
}
.site_title{
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 32px;
    color: #FFFFFF;
    text-shadow: 0 2px 10px rgba(96,92,75,0.66);
    padding: 50px 0 0 27px;
}
.slide-lang{
    position: absolute;
    top: 19px;
    right: 22px;
}

.page-of-air .side-panel .side-wrap .side-con{
    margin-top: -42px;
}
.page-of-air .side-panel .side-wrap .side-con .side-search{
    position: relative;
}

.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: auto;
    line-height: 45px;
}

.page-of-air .side-panel .side-wrap .side-search .complex .input-icon{
    box-shadow: -2px 2px 10px #DEE0E4;
}
.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;
}


.condition-wrap .condition-con{
    padding: 14px 0 7px;
}
.condition-wrap .condition-con > dl {
    border-bottom: none;
    margin: 0;
    padding-bottom: 34px;
}
.condition-wrap .condition-con > dl > dt{
    line-height: 40px;
    float: none;
}
.condition-wrap .condition-con .input,
.condition-wrap .condition-con .select{
    width: 160px;
    min-width: 160px!important;
    margin-bottom: 0;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #CCCCCC;
}
.condition-wrap .condition-con .input{
    height: auto;
    padding: 7px 14px 7px 15px;
}
.condition-wrap .condition-con .select-AF .select{
    width: 100%;
}

/* checkbox */
.icon-radio,
.icon-checkbox{
    width: 13px;
    height: 13px;
    border: 1px solid #E6E6E6;
    background: #fff;
    border-radius: 50%;
}
.icon-radio-checked,
.icon-checkbox-checked {
    /*background-position: -1px -268px;*/
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.industry-search{
    padding: 30px 0 0;
    background: #F6F7F8;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
}
.industry-search .radio,
.industry-search .checkbox{
    text-align: center;
    margin-right: 0;
    margin-bottom: 15px;
    width: 33%;
}

.industry-search .logo-box{
    position: relative;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.industry-search .logo-box .pos{
    position: absolute;
    right: 8px;
    top: 1px;
}
.industry-search .logo-box .logo{
    width: 100%;
    height: 100%;
}

.industry-search .radio .text,
.industry-search .checkbox .text{
    width: auto;
    font-size: 12px;
    line-height: 18px;
    color: #3D3D3D;
    margin-top: 6px;
    margin-left: 0;
}

.side-source p{
    color: #999;
    font-size: 12px;
    line-height: 18px;
}

/* 图例 */
.page-of-air .map-legendBoxs{
    padding: .04rem .3rem .07rem .14rem;
}
.map-legendBoxs .map-level-list li p{
    margin-right: -0.5rem;
}
.map-legendBoxs .map-level-list .zero{
    min-width: auto;
}
.map-legendBoxs .map-level-list .zero span{
    background: transparent;
}
.map-legendBoxs .map-level-list .zero p{
    margin-right: -0.04rem;
}