﻿.header .nav{display: none;}
.main .content {
    width: 100%;
    padding: 30px;
    padding: .3rem;
    box-sizing: border-box;
    margin: 47px 0;
    margin: .47rem 0;
}

.main .content.bg1 {
    background: url('https://zwykb.hbjzbw.com/images/bannerbg.png') no-repeat;
    background-size: 100% 100%;
}

.main .content.bg2 {
    background: url('https://zwykb.hbjzbw.com/images/bannerbg2.png') no-repeat;
    background-size: 100% 100%;
}

.main .content .header1 {
    text-align: center;
    line-height: 40px;
    line-height: .4rem;
}

.main .content .header1 span {
    font-size: 36px;
    font-size: 0.36rem;
    color: #2789ee;
    font-weight: bold;
    margin: 0 20px;
    margin: 0 .2rem;
}

.main .content .header1 img {
    width: 155px;
    height: 20px;
    vertical-align: baseline;
}

.main .content .navs {
    /* padding-bottom: 25px; */
    border-bottom: 1px solid #fff;
    margin-top: 30px;
    overflow: hidden;
}

.main .content .navs .nav1 {
    float: left;
    color: #666;
    font-size: 26px;
    font-size: 0.26rem;
    font-weight: bold;
    padding: 0 50px 25px;
    padding: 0 .5rem .25rem;
    cursor: pointer;
    position: relative;
}

.main .content .navs .nav1 img {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}

.main .content .navs .active {
    color: #2789ee;
    /* border-bottom: 3px solid #2789ee; */
}

.main .content .tabs .tab {
    overflow: hidden;
}

.main .content .tabs .tab .item {
    float: left;
    margin-left: 6px;
    margin-left: .06rem;
    border-radius: 8px;
    margin-top: 30px;
    margin-top: .3rem;
    width: 182px;
    width: 1.82rem;
    height: 114px;
    height: 1.14rem;
    background: #FCFCFC;
    text-align: center;
    padding-top: 2px;
    padding-top: .2rem;
    box-sizing: border-box;
    cursor: pointer;
    overflow: hidden;
}

.main .content .tabs .tab .active {
    background-color: #2789EE;
    color: #fff;
}

.main .content .tabs .tab .active {
    background-color: #2789EE;
    color: #fff;
}

.main .content .tabs .tab .item img {
    height: 40px;
    width: auto;
    height: .4rem;
    margin: 0 auto 15px;
    margin: 0 auto .15rem;
}

.main .content .tabs .tab .item img.default-itemimg {
    display: inline-block;
}

.main .content .tabs .tab .item img.active-itemimg {
    display: none;
}

.main .content .tabs .tab .item.active img.active-itemimg {
    display: inline-block;
}

.main .content .tabs .tab .item.active img.default-itemimg {
    display: none;
}

.block-center {
    background-color: unset;
    padding-top: 1px;
}

.qdList {
    background-color: #fff;
}

.select-warp div.secto {
    display: none;
}

.select-warp div.district {
    width: 130px;
    width: 1.3rem;
    border: solid 1px #2789ee;
    color: #2789ee;
    background-color: #fff;
}

.select-warp div.district i {
    background-image: url('https://zwykb.hbjzbw.com/images/icon-down.png');
}