.hotSearch a:hover {
    color: #fff;
}

.fixedMenu{
    position: fixed;
    top: 100px;
    z-index: 999;
}

.wrapCon{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.wrapCon_l{
    width: 260px;
    background: #FFFFFF;
}

.result-list table th,
.contentTab table th{
    font-size: 14px;
}
.result-list table tbody tr td{
    font-size: 14px;
    padding: 12px 6px 12px 10px;
}

.menu-container {
    width: 260px;
    height: auto;
    background-color: #fff;
    box-shadow: 0 1px 13px 0 rgba(51,51,51,0.09);
}
.menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    /*右侧三四级菜单的父级定位位置*/
    position: relative;
}
.menu-title{
    display: inline-block;
    width: 100%;
    padding: 5px 10px;
}
.menu-item {
    /*position: relative;*/
    cursor: pointer;
}
.open .firstTit{
    border-bottom: 1px solid #e6e6e6 !important;
    margin-bottom: 1px;
}
.firstTit{
    color: #000;
    font-size: 16px;
    font-weight: 400;
    padding: 10px 20px 10px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.firstTit i{
    font-style: normal;
    display: flex;
    align-items: center;
}
.firstTit img{
    width: 17px;
    margin-right: 6px;
}
.menu li:nth-child(3) .firstTit img{
    width: 15px;
    margin-top: 3px;
}
.menu li:nth-child(6) .firstTit img,
.menu li:nth-child(7) .firstTit img,
.menu li:nth-child(8) .firstTit img,
.menu li:nth-child(9) .firstTit img{
    width: 15px;
}
.firstShow::after,
.secondShow::after{
    content: "▶";
    font-size: 8px;
    float: right;
}
.open>.firstShow::after{
    content: "▲";
    font-size: 8px;
}
.firstShow::after,
.open>.firstShow::after{
    color: #000;
}
.secondShow::after,
.open>.secondShow::after{
    color: #BFBFBF;
}
.secondTit{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #505050;
    font-size: 15px;
    font-weight: 400;
    padding: 10px 20px 10px 40px;
    cursor: pointer;
    position: relative;
}

.thirdMenu{
    width: 200px;
    max-height: 500px;  /*最大高度，可以适应低的就是自动高度*/
    overflow-y: scroll;
    background-color: rgba(233, 234,241, 0.95);
    position: absolute;
    top: 0;
    right: -202px;
    z-index: 9;
}
.powerSecMenu{
    height: 370px;
    overflow-y: scroll;
}
.thirdMenu::-webkit-scrollbar,
.powerSecMenu::-webkit-scrollbar{
    width: 6px;
    height: 6px;
    display: block;
}
.thirdMenu::-webkit-scrollbar-thumb,
.powerSecMenu::-webkit-scrollbar-thumb{
    background-color: rgba(40, 44, 52, .05);
    border: 3px solid transparent;
    border-radius: 10px;
}
.thirdTit,
.fourthTit{
    width: 100%;
    padding: 10px 10px 10px 15px;
    font-size: 15px;
    font-weight: 400;
}
.thirdTit{
    color: #505050;
}
.fourthTit{
    color: #a5a2a2;
    padding: 10px 10px 10px 25px;
}


.firstTit,
.secondTit{
    border-right: 2px solid transparent;
}
.currActSel{
    background-color: #E7E8F0;
    border-right: 2px solid #16256D;
    box-sizing: border-box;
}
.currActSel::after{
    color: #16256D;
}

.open-item {
    /*background-color: #e0f2e6;*/
}
.open-item a span {
    color: #05077e;
    font-weight: 400;
}
.sub-menu {
    display: none;
}
.menu-item.open > .sub-menu {
    display: block;
}
.noData,
.noData2{
    text-align: center;
    color: #b1aeae;
}
.noData{
    height: 200px;
    line-height: 200px;
}
.noData2 {
    margin-top: 150px;
}

.result-list table td{
    text-align: center !important;
}

.pages a:nth-last-child(5){
    width: 70px;
}

.timeCond{
    margin-bottom: 8px !important;
}
.timeCond dt{
    width: 82px;
}
.timeCond dd{
    width: 285px;
}
.timeCond dd input{
    width: 120px !important;
    height: 26px;
    padding-left: 6px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
}
.timeCond dd input:focus{
    border: 1px solid #008c7a;
}
.timeCond dd img{
    top: 3px !important;
}
.timeCond .searchBtn,
.timeCond .resetBtn{
    height: auto;
    line-height: unset;
    font-size: 15px;
    padding: 4px 8px;
    margin-right: 10px;
    border-radius: 6px;
    background: #008c7a;
    color: #fff;
    cursor: pointer;
}
.timeCond .searchBtn:hover,
.timeCond .resetBtn:hover{
    background: #006a5e;
}

.yiSelected{
    border-top: none;
    border-bottom: 1px solid #e6e6e6;
    padding: 0;
}
.yiSelected,
.yiSelected h3{
    align-items: unset;
}
.yiSelected h3,
.selectedRight{
    padding-top: 3px;
}
.yiSelected h3 img{
    height: 19px;
}
.yiSelected ul{
    max-width: 730px;
    display: flex;
    flex-wrap: wrap;
}
.yiSelected li{
    margin-bottom: 10px;
}


.wrapCon_r{
    width: 920px;
    margin-left: 20px;
}
.cation-content,
.result-list{
    width: 100%;
    box-sizing: border-box;
}
.cation-content{
    position: unset;
}
.pages{
    font-size: 13px;
}
.pages strong,
.pages a{
    width: 40px;
}
.pages a:nth-child(2),
.pages a:nth-last-child(5){
    width: 60px;
}
.pages input.pages_inp{
    width: 50px;
}

.result-list table{
    user-select: none;
}

.addArea li dd{
    overflow: hidden;
}
.addArea li dd a.moreCity{
    display: none;
}
.seeMore{
    font-size: 15px;
    padding: 4px 8px;
    color: #999;
    margin: 0 10px 10px 0;
    cursor: pointer;
    border-radius: 6px;
}
.seeMore:hover{
    background: #008c7a;
    color: #fff;
}

/*试用表单*/
.confirmSubBox{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.7);
    z-index: 9999;
    display: none;
}
.firmSubCon{
    width: 550px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.firmSubCon h1{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.firmSubCon h2{
    width: 100%;
    margin-top: 7px;
    text-align: center;
    color: #999;
}
.firmSubCon h2 a{
    color: #008c7a;
    cursor: pointer;
}
.sy_form{
    width: 480px;
    margin: 25px auto 30px auto;
}
.sy_form ul{
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-bottom: 15px;
}
.sy_form ul:last-child{
    margin-bottom: 0;
}
.sy_form ul li{
    width: 100px;
    font-size: 15px;
    color: #333;
}
.sy_form ul li em,
.sy_form ul p span,
.sy_phoneCode span{
    color: red;
}
.sy_form ul p{
    width: 80%;
    font-size: 15px;
}
.sy_form ul p input[type="text"]{
    width: 350px;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 0 6px;
    font-size: 14px;
}
.sy_form ul p span,
.sy_phoneCode span#dsy_code{
    display: inline-block;
    font-size: 14px;
}
.sy_form ul p span img,
.sy_phoneCode span#dsy_code img{
    width: 14px;
    height: 14px;
    display: none;
}
.sy_form ul p input[type="text"]:hover,
.sy_form ul p input[type="text"]:focus{
    border: 1px solid #008c7a;
}
.sy_phoneCode{
    width: 100%;
    flex-wrap: wrap;
}
.sy_phoneCode ol{
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 32px 0 99px;
}
.sy_phoneCode ol input{
    width: 220px;
    height: 100%;
    padding: 0 10px;
    background: #fcfcfc;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    font-size: 14px;
    color: #616161;
}
.sy_phoneCode ol a{
    display: inline-block;
    background-color: #999;
    width: 120px;
    height: 100%;
    text-align: center;
    line-height: 35px;
    border-radius: 4px;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
}
.sy_phoneCode ol a span{
    color: #fff !important;
}
.sy_phoneCode span#dsy_code{
    margin-left: 99px;
}

.sySubBtn{
    width: 100%;
    border-top: 1px solid #d5d5d6;
    display: flex;
    justify-content: space-around;
}
.sySubBtn li{
    width: 50%;
    color: #353535;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
}
.sySubBtn li:first-child{
    padding: 12px 0;
    border-right: 1px solid #d5d5d6;
}
.sySubBtn li:last-child input{
    padding: 12px 0;
    color: #008c7a;
    font-size: 16px;
    width: 100%;
    background-color: transparent;
    cursor: pointer;
}