.breadnav{
    padding-left: 20px;
}
.showleft{
    float: left;
    width: 880px;
    border: 1px solid #eee;
    border-radius: 10px;
}

.showright{
    float: right;
    width: 310px;
}

.selectBigBox{
    padding: 20px;
    border-bottom: 1px solid #eee;
}
.selectBigBox .selectBox{
    padding-bottom: 14px;
}
.selectBigBox .selectBox:nth-last-child(1){
    padding-bottom: 0px;
}
.selectBigBox b{
    float: left;
    width: 73px;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 1.8;
    color: #777;
}
.selectLink{
    float: left;
    width: 720px;
}
.selectBigBox .fieldandcss{
    display: inline-block;
    width: auto;
    margin: 0px 20px 6px 0;
    font-size: 14px;
    height: 26px;
    line-height: 24px;
    cursor: pointer;
    color: #555;
}
.selectBigBox a:hover{
    color: #ff4200;
}


.selectBigBox .selectBox .selectLink .changefieldandcss{
    display: inline-block;
    font-size: 14px;
    padding:0px 10px;
    height: 26px;
    line-height: 25px;
    margin: 0px 20px 0px 0;
    background-color: #ff4200;
    color: #fff;
    border-radius: 15px;
}
.changefieldandcss:hover{
    color: #fff!important;
}



/*  鼠标放在更多上面 更多城市弹框 */

.newMoreCity{
    position: absolute;
    right: 0px;
    top: 0px;
}
.newMoreCity span{
    border: 1px solid #999;
    border-radius: 13px;
    padding: 3px 10px;
    font-size: 12px;
    cursor:pointer
}

.newMoreCity:hover .hideBox{
    display: block;
}
.newMoreCity:hover span{
    color: #ff4200;
    border-color: #ff4200;
}
.selectBigBox .hideBox{
    display: none;
    padding: 20px;
    position: absolute;
    left: -210px;
    top: 40px;
    background-color: #fff;
    border-radius: 10px;
    width: 420px;
    height: 270px;
    box-shadow: 1px 1px 10px 0px rgba(0, 0, 0, 0.15);
    border: solid 1px #dddddd;
    z-index: 1000;
}
.selectBigBox .hideBox:before{
    position: absolute;
    top: -8px;
    left: 234px;
    content: '';
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(135deg);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .15);
}
.selectBigBox .hideBox:after{
    position: absolute;
    top: 0px;
    left: 218px;
    content: '';
    width: 40px;
    height: 15px;
    background: #fff;
}
.selectBigBox .hideBox .clove{
    width: 100px;
    height: 54px;
    border-width: 0 10px 10px;
    border-style: solid;
    border-color: transparent transparent #fff;
    position: absolute;
    top: -40px;
    left: 200px;
    margin-left: -10px;
}
.newMoreCity .cityNewBox{
    height: 260px;
    overflow-y: scroll;
}
.newMoreCity .cityNewBox a{
    display: inline-block;
    font-size: 14px;
    color: #222;
    line-height: 2;
    width: 19%;
    text-align: left;
}
.newMoreCity .cityNewBox a:hover{
    color: #ff4200;
}