/*screen*/
.screen {
    background: #fff;
    position: relative;
    width: 1200px;
    margin: auto;
    box-shadow: 0px 4px 10px 0px rgb(1 33 65 / 4%);
    padding-top: 5px;

}

/* .screen dl{min-height:59px;width:1136px;padding-right:40px;zoom:1;position:relative;height: 59px;float: left;} */
.screen dl {
    width: 1136px;
    padding-right: 40px;
    zoom: 1;
    position: relative;
    float: left;
}

/* .screen dl dt{line-height:26px;padding:30px 0;text-align:center;background:#f4fbff;float:left;font-size:14px;color:#878787;} */
.screen dl dt {
    line-height: 26px;
    padding: 30px 0;
    text-align: center;
    float: left;
    font-size: 14px;
    color: #878787;
}

/* .screen dl dt h2{width:137px;line-height:29px;text-align:center;font-size:13px;color: #2A2A2A;font-weight: bold;position:absolute;height:26px;left:0;top:50%;margin-top:-13px;} */
.screen dl dt h2 {
    width: 108px;
    line-height: 29px;
    text-align: right;
    font-size: 14px;
    color: #222222;
    font-weight: bold;
    margin: -12px 17px 0 0;
}

/* .screen dl.dl02 dt h2{margin-top: -64px;} */
/* .screen dl dd{line-height:29px;padding:17px 0;margin-bottom:-200px;padding-left: 110px;} */
/* .screen dl dd{line-height:29px;padding:17px 0;padding-left: 110px;} */
.screen dl dd {
    line-height: 29px;
    padding: 17px 0 0 0;
}

.screen dl dd a {
    /* padding-right: 28px; */
    padding-right: 20px;
    display: inline-block;
    word-break: break-all;
}

.select_style_nav a {
    margin-left: -16px;
    font-size: 11px;
    font-size: #666666;
}

/* .screen dl dd a:nth-child(2){padding-left: 25px;} */
.screen dl dd a {
    color: #2A2A2A;
    font-size: 14px;
}

.screen dl dd:first-child a:hover,
.screen dl dd a:first-child.on {
    color: #FE550A;
    /* font-size: 11px;
    font-weight: bold; */
    float: left;
}

.screen dl dd>a:first-child {
    color: #2A2A2A;
    font-size: 11px;
    float: left
}

.rules>a:first-child {
    color: #2A2A2A;
    font-size: 11px;
}

.animated .select_style_nav>a {
    color: #666666;
    font-size: 11px;
    padding-left: 16px;
}

.animated .select_style_nav:hover a {
    /* color: #3573EC; */
    color: #195BE8!important;
}
.screen dl dd a.on{
  font-weight: bold;
}
.screen dl dd a:not(:first-child):hover,
.screen dl dd a.on:not(:first-child) {
    color: #FE550A;
    font-size: 14px;
}

.screen dl.more dd {
    padding: 7px 0;
    line-height: 22px;
}

.screen .result .dt {
    background: none;
    line-height: 26px;
    padding: 15px 0 15px 17px;
    text-align: center;
    float: left;
    font-size: 13px;
    color: #2A2A2A;
    font-weight: bold;
    margin-left: 17px;
}

.screen .result .dd a {
    box-sizing: border-box;
    display: block;
    float: left;
    border: 1px solid #D7D7D7;
    color: #222222;
    font-size: 11px;
    height: 30px;
    line-height: 30px;
    margin: 15px 10px 15px 0;
    padding: 0 30px 0 20px;
    font-family: arial;
    position: relative;
}
.screen .result .dd a:hover{
    border: 1px solid #195BE8;
}

.screen .result .dd a i {
    display: block;
    width: 12px;
    height: 11px;
    position: absolute;
    position: absolute;
    right: 10px;
    top: 9px;
    background: url(../images/business_list/icon-gbh.png) no-repeat center;
}

.screen .result .dd a:hover i{
    background: url(../images/business_list/icon-gbc.png) no-repeat center;
}

/* 新增更多 */
.screen dl dd:after {
    content: '';
    display: block;
    clear: both;
}

.screen dl dd a.more {
    display: inline-block;
    width: 58px;
    height: 22px;
    line-height: 20px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    right: -82px;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 9px;
    background: url('../images/business_list/icon6.png') no-repeat right 7px center;
    font-size: 12px;
}

/* 新增服务城市的确定按钮  */
.service_city_input {
    display: inline-block;
    height: 34px;
    /* width: 302px; */
    font-size: 0;
    position: relative;
    right: -4px;
    background: rgba(240, 243, 248, 0);
    display: flex;
}

.service_city_input input {
    width: 240px;
    margin-right: 5px;
    height: 34px;
    -webkit-box-sizing: border-box;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    padding-left: 6px;
}

.service_city_input input::placeholder {
    color: #999999;
    font-size: 13px;
}
.service_city_input input:hover{
    border: 1px solid #195BE8;

}

.service_city_input .service_btn {
    width: 105px;
    border: 1px solid #B6CDFF;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    padding: 0;
    font-size: 13px;
    font-weight: 400;
    color: #195BE8;
}

.service_city_input .service_btn:hover {
    background: #195BE8;
    border: 0;
    color: #fff !important;
}

a.service_btn.determine_city {
    font-size: 12px !important;
}

/* .service_city_input a.service_btn:hover{ color: #fff!important; background: #FF902A; } */
.pricediy {
    /* width: 209px; */
    /* height: 22px; */
    float: left;
    position: relative;
    top: -2px;
}

.pricediy .input {
    height: 32px;
    line-height: 32px;
    width: 105px;
    border: 1px solid #DEDEDE;
    font-family: arial;
    padding-left: 10px;
}
.pricediy:hover .input{
    border: 1px solid #195BE8;
}
.pricediy:hover .wan1,
.pricediy:hover .wan2{
    color: #222222;
}

.pricediy .wan1 {
    position: absolute;
    left: 85px;
    font-size: 12px;
    color: #979797;
    line-height: 35px;
}


.pricediy .wan2 {
    position: absolute;
    right: 90px;
    font-size: 12px;
    color: #979797;
    line-height: 35px;
}

.pricediy .qued-text {
    display: inline-block;
    width: 66px;
    height: 32px;
    border: 1px solid #B6CDFF;
    line-height: 32px;
    font-size: 13px;
    font-weight: 400;
    color: #195BE8;
    text-align: center;
    position: relative;
    top: 1px;

}

.pricediy .qued-text:hover {
    background: #195BE8;
    color: #fff;
}



/* .pricediy span {}

.pricediy .p1 {
    left: 1px;
}

.pricediy .p2 {
    left: 89px;
}

.pricediy .p3 {
    right: 0;
    background: #2C6BEA;
    position: absolute;
    left: 163px;
    font-size: 12px;
    width: 60px;
    height: 30px;
    border: none;
    line-height: 30px;
    color: white;
    display: block;
    text-align: center;
    float: left;
    cursor: pointer;
}

.pricediy .wan1 {
    position: absolute;
    left: 51px;
    font-size: 12px;
    color: #979797;
    line-height: 30px;
}

.pricediy .wan2 {
    position: absolute;
    left: 138px;
    font-size: 12px;
    color: #979797;
    line-height: 30px;
}

.pricediy .wan1:after {
    content: '';
    position: absolute;
    width: 19px;
    height: 30px;
    left: 19px;
    background-color: #fff;
}

.pricediy:after {
    content: '';
    position: absolute;
    right: 125px;
    top: 14.5px;
    width: 8px;
    height: 2px;
    background-color: #CBCBCB;
} */

.screen_right {
    width: 220px;
    height: 447px;
    right: 0;
    bottom: 0px;
    position: absolute;
    /*background:url(../images/business_list/s1_bg1.jpg) no-repeat left top;*/
    /* background:url(../images/business_list/di.png) no-repeat left top; */
    background: #2656B2;
}

.weights {
    font-weight: 700 !important;
}

.screen_right .p1 {
    color: #CEF5FF;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 22px;
}

.screen_right .p2 {
    width: 184px;
    margin: 0 auto;
    padding: 6px 0;
    text-align: center;
}

.screen_right .p3 {
    color: #CEF5FF;
    text-align: center;
    font-family: arial;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
}

.screen_right .p4 {
    display: block;
    width: 120px;
    height: 30px;
    background: url('../images/business_list/icon9.png') no-repeat center;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 13px;
}

.screen_right .p4:hover {
    background: #e4e4e4;
    border-color: #e4e4e4;
    -webkit-box-shadow: 0 0 2px #666;
    box-shadow: 0 0 2px #666;
    color: #145fbc;
}

.screen_right_1 {
    height: 166px;
}

.screen_right_1 .p1 span {
    padding: auto 4px;
    font-size: 14px
}

.screen_right_1 .p2 {
    font-size: 32px;
    margin-top: 16px;
    color: #FFFFFF
}

.screen_right_1 .p3 {
    color: #A5B5D4;
    font-size: 12px;
    margin-bottom: 12px;
}

.dealNumber {
    display: flex;
}

.dealNumber>div {
    flex: 1;
    color: #A5B5D4;
    height: 42px;
    text-align: center;
    font-size: 12px;
}

.screen_right_2 {
    width: 180px;
    margin-left: 30px;
}

.screen_right_2 h2 {
    height: 40px;
    color: #fff;
    font-weight: normal;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    padding: 5px 0 10px;
}

.screen_right_2 h2:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 22.5px;
    width: 7px;
    height: 7px;
    background: url('../images/business_list/icon10.png') no-repeat center;
}

.screen_right_2 h2:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 23px;
    width: 8px;
    height: 4px;
    background: url('../images/business_list/icon11.png') no-repeat center;
}

.screen_right_2 .bd {
    margin-left: -15px;
}

.screen_right_2 ul li {
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    position: relative;
    padding: 13px 0;
    border-top: 1px solid #4287db;
    margin-left: 15px;
}

.screen_right_2 ul li a {
    height: 40px;
    display: block;
    overflow: hidden;
    color: #fff;
    cursor: inherit;
}

.screen_right_2 ul li:before {
    content: '';
    position: absolute;
    left: -15px;
    top: 20px;
    width: 7px;
    height: 7px;
    background: url(../images/business_list/icon12.png) no-repeat center;
}

.screen_right_2 ul li:last-child {
    border: none;
}

.service_choose {
    width: 1200px;
    /* position: absolute;left:50%;margin-left: -600px;top:-154px; */
    margin: 0 auto;
}

.screen_right_2 ul li a i {
    margin-right: 2px;
    display: inline-block;
    width: 48px;
    height: 15px;
    background: url('../images/business_list/icon5.png') no-repeat center;
    text-align: center;
    line-height: 15px;
    font-size: 12px;
    color: #fff;
}



/* 其他筛选的select */


.screen .result .dd a.more {
    display: inline-block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    right: -82px;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 9px;
    background: url(../images/business_list/icon6.png) no-repeat right 7px center;
    font-size: 12px;
}

/*模拟select*/
.select {
    position: relative;
    display: inline-block;
}

.select input {
    background: url(../images/business_list/icon6.png) no-repeat right 20px center;
    text-indent: 7px;
    cursor: pointer;
    min-width: 136px;
    height: 26px;
    border: 1px solid #e3e3e3;
}

.select .son {
    display: none;
    position: absolute;
    background: #fff;
    top: 27px;
    left: 0;
    z-index: 10;
    width: 320px;
    -webkit-box-shadow: 0 0 2px #eee;
    box-shadow: 0 0 2px #eee;
}

.select .son a {
    display: block;
    line-height: 30px;
    margin: 0 10px;
    color: #777;
    border-bottom: 1px dotted #eee;
}

.select .son a:hover {
    color: #000;
}

.select:hover .son {
    display: block;
}
.select .select_province:hover,
.select .select_city:hover{
    background: url(../images/business_list/icon6_off.png) no-repeat right 8px center;
}
/* ymr修改成省市联动的select */
.select .select_province,
.select .select_city {
    background: url(../images/business_list/Frame.png) no-repeat right 8px center;
    font-size: 14px;
    color: #222222;
}

.select .select_province_active,
.select .select_city_active {
    font-size: 14px;
    color: #195BE8;
    background: url(../images/business_list/Frame.png) no-repeat right 8px center;
}

.select .select_area {
    margin-right: 6px;
    position: relative;
    cursor: pointer;
    width: 112px;
    height: 34px;
    border: 1px solid #DEDEDE;
    background-color: #ffffff;
    box-sizing: border-box;
    font-size: 14px;
    color: #222222;
    padding-left:5px;
}

.select .select_area>ul {
    position: absolute;
    left: -1px;
    top: 32px;
    border: 1px solid #e3e3e3;
    display: none;
    background-color: #ffffff;
    z-index: 999;
    max-height: 200px;
    overflow-y: auto;
    width: 100%;
}

.select .select_area>ul>li {
    background-color: #fff;
    padding-left: 5px;
}

.select .select_area>ul>li:hover {
    background: #F3F7F8;
}

.select .select_area>ul>li:hover a {
    /* color: #3573EC; */
    color: #195BE8!important;
}

.select .select_area>ul>li>a {
    cursor: pointer;
    height: 28px;
    font-size: 11px;
    color: #666666;

}

/* ymr 滚动条样式 */
.select .select_area>ul::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 4px;
    /*高宽分别对应横竖滚动条的尺寸*/
}

.select .select_area>ul::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    background: #d8d8d8;
}

.select .select_area>ul::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
}



.select_area>ul>li:hover .select_area>ul>li>a {
    color: #3573EC;
}

.other_select .animated .select_style_nav:hover .animated .select_style_nav a {
    color: #3573EC;
}

.ymr_top::after {
    content: "";
    display: block;
    background-color: #979797;
    position: absolute;
    left: calc(50% - 565px);
    width: 1127px;
    height: 1px;
    opacity: 0.2;
    top: 66px;
}

/*模拟地区选择*/
.sonaddress .tabbtnbox {
    border-bottom: 1px solid #eee;
    margin: 0 10px 10px 10px;
    height: 29px;
}

.sonaddress .tabbtnbox span {
    color: #888;
    padding: 5px 31px;
    float: left;
    display: block;
    cursor: pointer;
    line-height: 18px;
}

.sonaddress .tabbtnbox span:hover {
    color: #000;
}

.sonaddress .tabbtnbox span {
    background: #F8F8F8;
    border-left: 1px solid #EEEEEE;
    border-top: 1px solid #eee;
}

.sonaddress .tabbtnbox span.end {
    border-right: 1px solid #eee;
}

.sonaddress .tabbtnbox span.on2 {
    background: #fff;
    border-top: 1px solid #0172FF;
    border-bottom: 1px solid #fff;
}

.sonaddress .tabcontent2 {
    margin: 2px 0px 10px 7px;
    overflow: hidden;
    min-height: 148px;
    height: 18px;
    display: none;
}

.sonaddress .tabcontent2 span {
    padding: 3px 5px;
    float: left;
    display: block;
    cursor: pointer;
    color: #888;
}

.sonaddress .tabcontent2 span:hover {
    color: #000;
}

.selected {
    color: #0172FF !important;
    border-radius: 4px;
}

.sonaddress h2 {
    font-size: 12px;
    color: #888;
    font-weight: normal;
    padding: 10px 10px 5px 10px;
    line-height: 20px;
}

.sonaddress h2 span {
    color: #145FBC;
    cursor: pointer;
}

.mCSB_container {
    margin-right: 15px !important;
}

.mCSB_dragger_bar {
    width: 8px !important;
}

.mCSB_draggerRail {
    width: 3px !important;
}

.mCSB_dragger_bar {
    background-color: rgb(0, 0, 0) !important;
    opacity: .4 !important;
    filter: "alpha(opacity=40)" !important;
    -ms-filter: "alpha(opacity=40)" !important;
}

.mCustomScrollBox:hover .mCSB_dragger_bar {
    opacity: .4 !important;
    filter: "alpha(opacity=40)" !important;
    -ms-filter: "alpha(opacity=40)" !important;
}

.screen .result:after {
    content: '';
    display: inline-block;
    clear: both;
    background: #fff;
}

/* .service_city{margin-top: -16px;} */
/* 分页 */
.list-page{border-top:1px dotted #EDECF4;height: 69px;padding-top:24px;}
.list-page .frist{margin-right:17px;}
.list-page .end{margin-left:17px;}
.list-page a{position: relative;padding:12px 15px 13px 15px;background: #fff;color: #979797;font-size: 14px;display:inline-block;}
.list-page a:hover{color: #649be8}
.list-page span{color: #666;font-size: 14px;padding: 0 10px;float:left;display:block;line-height:39px;}
.list-page span font{color:#649be8;font-family:arial;}
.list-page .active{background: #3573EC;border: 1px solid #3573EC;color: #fff !important;}
.list-page .list-page-input{*vertical-align: middle;border: 1px solid #f0f0f0;background: #fff;padding: 9px 0;width: 40px;text-align: center;font-size: 14px;float:left;display:block;}
.list-page .page_change{padding: 11.3px 10px !important;background:#3573EC !important;border-color:#3573EC !important;color:#fff !important;}
.list-page:after{ content: ''; display: block; clear: both; }

/* 新增placeholder的颜色改变 */
:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #666666;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #666666;
}

input:-ms-input-placeholder {
    color: #666666;
}

input::-webkit-input-placeholder {
    color: #666666;
}

/* 新增选择结果 */
.result {
    display: inline-block;
    width: 100%;
    position: relative;
    height: 70px;
    overflow: hidden;
    /* margin-top: 20px; */
}

.result_dd {
    margin-top: -1px;
    white-space: nowrap;
    height: 49px;
    position: relative;
}

.result_dd_left {
    left: 23px;
}

.screen .result .dd a.more {
    float: right;
    display: inline-block;
    width: 58px;
    height: 22px;
    line-height: 22px;
    text-align: left;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    right: 0px;
    border: 1px solid #e2e2e2;
    padding: 0 0 0 9px;
    background: url(../images/business_list/icon6.png) no-repeat right 7px center;
    font-size: 12px;
    color: #8f8f8f;
    margin-top: 20px;
}

.screen .result .dd a.more:hover {
    color: #649be8;
}

.result_dd:after {
    content: '';
    display: block;
    clear: both;
}

.result a.null {
    display: inline-block;
    width: 23px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    right: 43px;
    top: 14px;
    border: 1px solid #e2e2e2;
    padding: 3px 3px;
    font-size: 12px;
    color: #8f8f8f;
}
.result .left_result_type{
  max-width: 940px;margin-left: 128px;position: relative;
}
.result .result_dd>div{
  display: inline-table; height: 49px;width: 100%;
}

.result .left_arrow,
.right_arrow {
    display: inline-block;
    width: 20px;
    height: 28px;
    border: 1px solid #e6e6e6;
    -webkit-transition: all .3s;
    transition: all .3s;
    display: none;
    position: absolute;
    top: 15px;
    cursor: pointer;
    /* box-sizing: border-box; */
}

.result .left_arrow {
    background: url('../../p/images/business_list/icon14.png') no-repeat center;
}

.result .left_arrow:hover {
    background: #5377c1 url('../../p/images/business_list/icon15.png') no-repeat center;
}

.result .right_arrow {
    right: -37px;
    background: #fff url('../../p/images/business_list/icon17.png') no-repeat center;
}

.result .right_arrow:hover {
    background: #5377c1 url('../../p/images/business_list/icon16.png') no-repeat center;
}

/* 模拟下拉框 */
.other_select dd>div {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 112px;
    height: 34px;
    line-height: 29px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    background: #ffffff;
    padding-left:5px;
    cursor: pointer;
}

#province, .city, .select_x {
    position: relative;
    display: inline-block;
    margin-right: 6px;
    width: 112px;
    height: 34px;
    line-height: 29px;
    border: 1px solid #DEDEDE;
    box-sizing: border-box;
    background: #ffffff;
    padding-left:5px;
    cursor: pointer;
}


/* .other_select dd>div.first_select{ margin-left: 22px; } */
.other_select dd>div>div:hover{
    background: url(../images/business_list/icon6_off.png) no-repeat right 8px center;

}
.other_select dd>div>div {
    background: url(../images/business_list/Frame.png) no-repeat right 8px center;
    font-size: 14px;
    color: #222222;
}

.other_select dd>div ul {
    position: absolute;
    left:-1px;
    top: 32px;
    border: 1px solid #e3e3e3;
    background: #ffffff;
    z-index: 2;
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.other_select dd>div ul li {
    cursor: pointer;
    width: 105px;
    height: 31px;
    font-size: 11px;
    color: #666666;
    padding-left: 5px;
}

.other_select dd>div ul li:hover {
    background: #F3F7F8;
    color: #3573EC;
}

.fade_in {
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-animation: style_change .3s;
    animation: style_change .3s;
}

@-webkit-keyframes style_change {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}

@keyframes style_change {
    0% {
        width: 100%;
    }

    100% {
        width: 0;
    }
}


/*张亮2018年9月21日修改*/
#zizhilistpage .bannerbox {}

#zizhilistpage .banner {
    height: 130px !important;
    background: none;
}

#zizhilistpage .bannerbox {
    height: 246px;
    background: url("../images/business_list/banner.png") no-repeat center;
}

#zizhilistpage .all_content {
    background: none !important;
}

#zizhilistpage {
    background: #f0f2f5;
}

#zizhilistpage .screen {
    padding-right: 210px;
    width: auto;
    position: relative;
}

#zizhilistpage .screen dl {
    background: #f4fbff;
    padding: 0;
    margin: 0;
    width: auto;
    float: none;
    height: auto;
}

#zizhilistpage .screen dl.dl1 i {
    width: 110px;
    height: 10px;
    background: #f4fbff;
    display: block;
    position: absolute;
    bottom: -5px;
}

#zizhilistpage .screen dl dd {
    margin: 0;
    padding: 0;
    background: #fff;
    width: auto;
    float: none;
    margin-left: 110px;
    padding: 10px 0;
    position: relative;
    padding-right: 20px;
}

#zizhilistpage .screen dl dd input {
    min-width: 80px;
}

#zizhilistpage .screen dl dd a {
    display: block;
    float: left;
}

#zizhilistpage .screen dl .morebox {
    height: 50px;
    overflow: hidden;
    padding-right: 30px;
}

#zizhilistpage .service_choose {
    position: static;
    margin: 0 auto;
}

#zizhilistpage .all_content {
    padding-top: 0 !important;
}

#zizhilistpage .screen dl.dl4 dd {
    line-height: 49px;
}

#zizhilistpage .select {
    margin-top: 12px;
}

#zizhilistpage .ddbox {
    display: block !important;
    margin: 0 !important;
    height: 12px;
}

#zizhilistpage .pricediy {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 50%;
    right: 20px;
    margin-top: -11px;
}

#zizhilistpage .on_off {
    color: #999;
    width: 55px;
    height: 28px;
    border: 1px solid #e3e3e3;
    background: url(../images/business_list/icon6.png) no-repeat left 37px center;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 5px;
    cursor: pointer;
    /* margin-left: 10px; */
    font-size: 12px;
    color: #666666;
    position: absolute;
    right: 20px;
}

#zizhilistpage .on_off font {
    display: none;
}

#zizhilistpage .on_off font.f1 {
    display: block;
}

#zizhilistpage h2::before {
    top: 22.5px;
}

#zizhilistpage .screen_right {
    top: -59px !important;
}

#zizhilistpage .service_city_input {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -14px;
}

#zizhilistpage .service_city_input input {
    border-right: 1px solid #ccc;
    font-size: 13px;
}

#zizhilistpage .rules {
    overflow: hidden;
    width: 620px;
    margin-top: 13px;
}

#zizhilistpage .clear_province_city {
    margin-top: 14px;
}

#zizhilistpage .opens {
    height: auto !important;
}

#zizhilistpage .opens .on_off {
    background: url(../images/business_list/icon6_off.png) no-repeat left 37px center;
}

#zizhilistpage .opens .on_off .f1 {
    display: none !important;
}

#zizhilistpage .opens .on_off .f2 {
    display: block !important;
}

#zizhilistpage .opens .screen_right {
    height: 646px;
    background-color: #145FBC;
}

#zizhilistpage .screen_right {
    height: 100%;
    background-color: #145FBC;
    overflow: hidden;
    padding-bottom: 61px;
}

#zizhilistpage .singgleright {
    overflow: hidden;
}

#zizhilistpage .qy_li08 .price_style {
    font-size: 24px !important;
    position: relative;
    top: -4px;
}

#zizhilistpage .constorm {
    background: #5d8cd3 !important;
    color: #fff !important;
    border: 1px solid #5d8cd3 !important;
}

#zizhilistpage .constorm span {
    color: #fff !important;
}

#zizhilistpage .constorm i {
    background: url("../images/business_list/kf2.png") no-repeat center;
    background-size: 100% 100%;
}

#zizhilistpage .upper_left .names {
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 800px;
}

#zizhilistpage .qy_li07 {
    text-align: center;
    padding: 0 15px;
}

#zizhilistpage .dl6 {
    height: 0 !important;
    min-height: 0 !important;
    border: none;
    background: #eee;
    position: relative;
    z-index: 9;
}

#zizhilistpage .dl6 dd {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

#zizhilistpage .service_city>.select {
    position: absolute;
    margin: 0 !important;
    top: 20px;
    background: #fff;
    left: 777px;
    top: 22px;
}

#zizhilistpage .each_li {
    position: relative;
}

#zizhilistpage .each_li .down_info .contact {
    height: 152px;
    position: absolute;
    right: 30px;
    top: 0;
}

#zizhilistpage .each_li .money {
    color: #fff;
    font-size: 16px;
    color: #FA4B20;
    padding: 52px 0 10px 0;
}

#zizhilistpage .each_li .money .m {
    font-size: 34px;
    font-weight: 700;
    font-family: arial;
}

#zizhilistpage .down_down_style {
    font-size: 16px !important;
    line-height: 18px;
}

#zizhilistpage .other_select dd>div div {
    width: 104px;
    background: url(../images/business_list/icon6.png) no-repeat left 85px center;
}

#zizhilistpage .other_select dd>div ul li {
    width: 97px;
}


.ymr_not_find>div>.nothing_p1 {
    line-height: 28px;
    font-size: 28px;
    font-weight: 400;
    color: #222222;
}

.ymr_not_find>div>.nothing_p2 {
    margin: 8px 0 28px 0;
    font-size: 16px;
    font-weight: 400;
    color: #666666;
}

.ymr_not_find>div>.nothing_a {
    display: block;
    color: #fff;
    line-height: 50px;
    font-size: 13px;
    text-align: center;
    width: 191px;
    height: 50px;
    background: #195BE8;
    border-radius: 4px 4px 4px 4px;
}

.attached-zc-search {
    height: 34px;
    /* position: relative;
    margin-top: 2px; */
    /* float: right; */
    /* right: 70px; */
    /* right: 36px; */
    margin-left: 56px;
}

.attached-zc-search input {
    height: 33px;
    width: 202px;
    line-height: 34px;
    padding-left: 16px;
    border: 1px solid #DFE3EB;

}
.attached-zc-search input:hover{
    border: 0.5px solid #195BE8;

}

.attached-zc-search-btn {
    height: 33px;
    border-radius: 0px 0px 0px 0px;
    opacity: 1;
    /* border: 1px solid #B6CDFF; */
    display: inline-block;
    width: 60px;
    /* height: 32px; */
    /* background: #2C6BEA; */
    text-align: center;
    line-height: 33px;
    color: #195BE8;
    /* position: absolute; */
    /* right: 0; */
    /* top: -2px; */
    cursor: pointer;
    border: 1px solid #195BE8;

}
.attached-zc-search-btn:hover{
    background: #195BE8;
    color: #fff;
}