.plxt-main{
    border: 4px solid #179d7e;
    margin-top: 20px;
    background: #fff;
}
.plxt-index-search{
    border: 4px solid #179D7E;
    border-radius: 10px;
    height: 68px;
    width: 804px;
    margin: 70px auto 0;
    line-height: 60px;
}
.plxt-index-search input{
    line-height: 60px;
    height: 60px;
    font-size: 20px;
    padding: 0 15px;
    width: 735px;
    border: none;
}
.plxt-index-search button{
    width: 60px;
    height: 60px;
    background: #179D7E!important;
    border: none!important;
    border-radius: 0!important;
    font-size: 20px!important;
    color: #fff!important;
}
.plxt-index-search button img{
    width: 20px;
}
.plxt-index-search .el-input-group__append, .el-input-group__prepend{
    border: none;
}
.plxt-index-hotsearch{
    font-size: 16px;
    width: 66.6666%;
    margin: 20px auto 0;
    line-height: 30px;
    display: flex;
}
.plxt-index-hotsearch span{
    color: #DC8700;
}
.plxt-index-hotsearch .hotword{
    flex: 1;
}
.plxt-index-hotsearch .tit{
    display: inline-block;
    height: 30px;
    background: #EBEBEB;
    border-radius: 15px;
    line-height: 30px;
    padding: 0 10px;
    margin-right: 10px;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    white-space: nowrap;
    max-width: 200px;
}
.plxt-index-hotsearch .more{
    color: #179D7E;
}
.plxt-index-bar{
    text-align: center;
}
.plxt-index-bar a{
    display: inline-block;
    margin: 100px 80px 100px 80px;
}
.plxt-index-bar a img{
    width: 150px;
    height: 150px;
}

/*常见问题*/
.plxt-sybz-t{
    padding: 20px 40px;
    border-bottom: 1px solid #9AE9D7;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    color: #179D7E;
}
.plxt-sybz-t img{
    width: 22px;
}
.plxt-sybz-t span{
    display: inline-block;
    margin-left: 6px;
}
.plxt-sybz-l{
    margin: 20px;
    font-size: 18px;
    border: 1px solid #EBEEF5;
}
.plxt-sybz-l .el-collapse-item__header{
    line-height: 30px;
    height: auto;
    padding: 10px 0;
    border-bottom: 1px solid #EBEEF5;
    font-size: 16px;
}
.plxt-sybz-l .el-collapse-item__header .img{
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 20px;
}
.plxt-sybz-l .el-collapse-item__header .img.cur{
    display: none;
}
.plxt-sybz-l .el-collapse-item__header span{
    display: inline-block;
    max-width: 1600px;
}
.plxt-sybz-l .el-collapse-item__header.is-active{
    color: #179D7E;
}
.plxt-sybz-l .el-collapse-item__header.is-active .img{
    display: none;
}
.plxt-sybz-l .el-collapse-item__header.is-active .img.cur{
    display: block;
}
.plxt-sybz-l .el-collapse-item__content{
    background: #F5FBFA;
    padding: 20px;
}
.boder-none{
    border: none;
}
.plxt-file-l{
    padding-bottom: 20px;
    margin: 0 20px;
}
.plxt-file-l .item{
    background: #F5FBFA;
    line-height: 50px;
    padding: 5px 20px;
    align-items: center;
    border: 1px solid #EBEEF5;
    margin-top: -1px;
    display: flex;
}
.plxt-file-l .item>img{
    width: 20px;
    margin-right: 20px;
}
.plxt-file-l .item .tit{
    flex: 1;
    color: #2c3e50;
    font-size: 16px;
    line-height: 30px;
}
.plxt-file-l .item .btn{
    align-items: center;
    cursor: pointer;
    display: flex;
}
.plxt-file-l .item .btn span{
    color: #000;
    font-size: 16px;
}
.plxt-file-l .item .btn img{
    width: 15px;
    margin-right: 20px;
    display: block;
}

/*热搜榜*/
.plxt-hotsearch{
    padding: 0 20px 20px;
    box-sizing: border-box;
    background: #fff;
}
.plxt-hotsearch .el-col-8{
    padding: 0 20px;
}
.plxt-hotsearch .hot-header{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    background: #F5FAF9;
    border: 1px solid #E9F0EE;
}
.plxt-hotsearch .hot-header img{
    width: 34px;
    height: 34px;
    margin-right: 20px;
}
.plxt-hotsearch .hot-header span{
    font-size: 16px;
    color: #2c3e50;
}
.plxt-hotsearch .hot-list{
    padding: 0 20px;
    border: 1px solid #E9F0EE;
}
.plxt-hotsearch .hot-list .item{
    display: flex;
    color: #2c3e50;
    align-items: center;
    padding: 5px 0;
    height: 50px;
    cursor: pointer;
}
.plxt-hotsearch .hot-list .item img{
    width: 24px;
    height: 33px;
}
.plxt-hotsearch .hot-list .item .rank{
    width: 18px;
    height: 18px;
    background: #E3E6E6;
    border-radius: 2px;
    text-align: center;
    line-height: 18px;
    color: #999999;
    font-size: 14px;
    margin: 0 5px 0 3px;
}
.plxt-hotsearch .hot-list .item .name{
    color: #333333;
    font-size: 16px;
    flex: 1;
    margin: 0 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 1;
}
.plxt-hotsearch .hot-list .item .name:hover{
    color: #179D7E;
}
.plxt-hotsearch .hot-list .item .frequency{
    display: block;
    width: 38px;
    text-align: right;
    color: #F65136;
    font-size: 16px;
}

/*地图*/
.plxt-map{
    display: flex;
    margin-top: 20px;
}
.plxtmap-left{
    width: 370px;
    box-sizing: border-box;
    padding: 10px;
    background: #fff;
}
.plxtmap-search{
    display: flex;
}
.plxtmap-search .el-input-group__append .el-button.el-button--primary{
    background: #179D7E;
    color: #ffffff;
    border-radius: 0;
    margin: 0 -20px;
}
.plxtmap-list{
    margin-top: 20px;
}
.plxtmap-list th{
    background: #179D7E !important;
    color: #ffffff !important;
    font-weight: normal;
}
.plxtmap-list tr:nth-child(2n-1) td{
    background: #F5F5F5 !important;
}
.plxtmap-list tr:nth-child(2n) td{
    background: #ffffff !important;
}
.plxtmap-list tr .img{
    position: relative;
    margin-right: 2px;
    width: 16px;
    height: 23px;
}
.plxtmap-list tr .name{
    cursor: pointer;
}
.plxtmap-list tr .el-button--text{
    color: #179D7E;
}
.plxtmap-list tr .el-button--text:focus,.plxtmap-list tr .el-button--text:hover{
    color: #66b1ff;
}
.plxtmap-list tr span{
    vertical-align: bottom;
}
.plxtmap-page{
    margin-top: 20px;
    text-align: right;
}

.plxtmap-right{
    height: 808px;
    margin-left: 20px;
    border: 1px solid #D4D4D4;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    flex: 1;
}
.plxtmap-total{
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    border-radius: 17px;
    height: 34px;
    z-index: 2;
    padding-left: 10px;
    line-height: 34px;
    display: flex;
}
.plxtmap-total i{
    color: #009465;
    font-weight: bold;
    font-size: 22px;
    margin-top: 6px;
}
.plxtmap-total b{
    font-size: 16px;
    color: #009465;
    font-weight: bold;
}
.plxtmap-total span{
    color: #000;
    font-size: 18px;
    display: block;
    margin: 0 20px;
}
.plxtMapcon{
    width: 100%;
    height: 100%;
}
.plxtMapcon .shadow,.plxtMapcon .shadow img,.plxtMapcon .shadow div{
    display: none!important;
}
.BMap_bubble_pop{
    border-radius: 0!important;
    border: none!important;
    padding: 0!important;
}
.BMap_bubble_pop>img{
    display: none;
}
.BMap_bubble_top{
    font-size: 16px;
    line-height: 24px;
    padding: 13px 20px;
    height: auto!important;
    background: #179D7E;
    display: flex;
}
.BMap_bubble_top .BMap_bubble_title{
    white-space: pre-wrap!important;
    width: 100%!important;
    height: auto!important;
    color: #fff!important;
}
.BMap_bubble_buttons{
    position: initial!important;
}
.BMap_bubble_buttons div{
    position: initial!important;
    font-size: 30px!important;
    color: #fff!important;
    line-height: 26px!important;
}
.BMap_bubble_content{
    position: initial!important;
    width: 100%!important;
    height: auto!important;
    padding: 10px 20px!important;
    color: #202020!important;
    box-sizing: border-box;
    line-height: 30px!important;
}
.BMap_bubble_content .btn{
    color: #009465;
    border: 1px solid #009465;
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #FFF;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    font-weight: 500;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin: 10px 0;
}
.BMap_bubble_content .btn:hover{
    background-color: #ecf5ff;
}

#indexMain,#hotList,#sybzList,.plxtmap-total b{
    opacity: 0;
}
.opacity1{
    opacity: 1!important;
}