@CHARSET "UTF-8";
body {
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,微软雅黑,Arial,sans-serif;
}
blockquote, body, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6,  legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
html {
    color: #000;
    background: #fff;
}
body, html {
    background-color: #efeff4;
}
body {
    font-size: 12px;
	max-width:640px;
	margin:auto;
}
a {
	text-decoration: none;
}
fieldset, img {
    border: 0;
}
ol, ul {
    list-style: none;
}
.city-block {
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    zoom: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.city-block:before {
    content: '';
    display: block;
}
.city-block:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
	clear: both;
}
.city-block__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    /*background-color: #fff;*/
	background:url(https://imgbdb4.bendibao.com/szbdb/202411/02/20241102022300_16129.png);
	background-position: center center;
	background-size:100%;
    position: relative;
    overflow: hidden;
	
}
.city-block__header_small {
	background:none !important;
    background-color: #fff !important;
}
.city-block__header:before {
    border-top: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.city-block__header:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.city-block__title {
    font-size: 0;
}

.city-block__title span {
    display: block;
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    margin: 13px 0 12px 12px;
}
.city-block__title_small span{
	 color: #888 !important;
}
.city-block__meta {
    margin-right: 15px;
    overflow: hidden;
}
.city-block__meta-text {
    display: block;
    float: left;
    line-height: 1.15;
    margin-right: 2px;
    color: #fff;
    font-size: 13px;
}
.city-block__meta-arrow {
    height: 15px;
    width: 10px;
    position: relative;
    display: block;
    float: left;
}
.city-block__meta-arrow:before {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 7px 8px;
    border-color: transparent transparent transparent #fff;
}
.city-block__meta-arrow:after {
    display: block;
    content: " ";
    position: absolute;
    top: 0;
    right: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 7px 8px;
    border-color: transparent transparent transparent #ff9b45;
}

.city-block__row {
    zoom: 1;
    position: relative;
    background-color: #fff;
    letter-spacing: -.31em;
}
.city-block__row:before {
    content: '';
    display: block;
}
.city-block__row:after {
    content: '';
    display: table;
    clear: both;
}
.city-block__col-md-6 {
    width: 50%;
    display: block;
    float: left;
    background-color: #fff;
    position: relative;
    overflow: hidden;
    letter-spacing: normal;
    word-spacing: normal;
}
.city-block__col-md-6:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.city-block__item {
    margin: 15px 0;
    padding: 0 1px 0 12px;
    line-height: 1em;
    font-size: 16px;
    color: #464646;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.city-block__col-md-6:nth-child(odd) .city-block__item:before {
    border-right: 1px solid #ddd;
    content: ' ';
    display: block;
    height: 16px;
    width: 1px;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
}
.city-block__col-md-6:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.city-block__item-img {
    height: 22px;
    width: 22px;
    display: block!important;
    margin-right: 5px;
    vertical-align: top;
    background-size: 100% 100%;
    font-size: 0;
}
.city-block__item-name {
    display: block!important;
    -webkit-box-flex: 1;
    overflow: hidden;
   
    white-space: nowrap;
    max-width: 100%;
    height: auto;
    line-height: 1.4375;
}
/*===========================================================*/
.ui-has-footer {
    height: auto;
    overflow: auto;
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
}
.ui-has-footer_size-1 {
    padding-bottom: 70px;
}
.chu {
    background: #fff;
    margin-bottom: 10px;
    position: relative;
	display: block;
}

.chu:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.chu__head {
    padding-top: 22px;
    position: relative;
}
.chu__head:before {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.chu:after {
    border-bottom: 1px solid #ddd;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}
.chu__head-img {
    height: 43px;
    width: 43px;
    position: absolute;
    top: 22px;
    left: 15px;
    border-radius: 22px;
}
.chu__head-main {
    padding-left: 73px;
    padding-right: 10px;
    padding-bottom: 8px;
    overflow: hidden;
}
.chu__head-title {
    line-height: 1;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 6px;
    color: #464646;
    vertical-align: middle;
}
.chu__head-desc {
    font-size: 13px;
    line-height: 1;
    color: #888;
}
.chu__head-desc ul li {
    margin-bottom: 4px;
    line-height: 1.4;
}
.chu__head-more {
    text-align: right;
    font-size: 12px;
    color: #576b95;
    padding: 0 20px 9px 0;
}
.chu__head-desc .chu__head-more {
    position: absolute;
    top: 50%;
    right: 16px;
    padding-right: 0;
}
.chu__head-more span {
    display: inline-block;
    margin-left: 3px;
    vertical-align: 1px;
    width: 8px;
    height: 12px;
}
.chu__head-more span {
    background-image: url(../images/style-city-autumn.png);
    background-size: 318px;
    background-position: -4px -295px;
}

.m-footer {
    position:fixed;
    bottom: 0;
    left: 0;
	right:0;
    width: 100%;
    padding-top: 10px;
	background-color:#fff;
	background-image:url(../images/logo.gif);
	background-size:contain;
	background-repeat:no-repeat;
	background-position:left;
    border-top: 1px solid #ddd;
	margin:auto;
	max-width:640px;
}
.m-footer__logo {
    height: 14px;
    margin: 5px 0 10px;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    color: #b3b3b3;
}
.m-footer__logo-icon {
    background-image: url(../images/style-city-autumn.png);
    background-size: 318px;
    background-position: -300px -170px;
}
/*===========================================================*/
.chu__head_single {
    padding: 25px 0;
}
.tmt-ui-mt_m {
    margin-top: 10px;
}
.tmt-list {
    position: relative;
    background-color: #fff;
}
.tmt-list_box {
    margin-bottom: 20px;
}
.tmt-ui-mb_l {
    margin-bottom: 15px;
}
.tmt-list_box:before {
    border-bottom: 1px solid #dfdfdf;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform-origin: left top;
	-webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.tmt-list_box:after {
    border-bottom: 1px solid #dfdfdf;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
	-webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.tmt-list__item {
    position: relative;
}
.tmt-list__item-link_auto {
    height: auto!important;
    line-height: 38px!important;
}
.tmt-list__item .tmt-list__item-link {
    position: relative;
    padding: 10px 0 0 15px;
    display: block;
    text-decoration: none;
}
.tmt-list__item .tmt-list__item-box {
    position: relative;
    padding: 0 15px 11px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tmt-list_info .tmt-list__item .tmt-list__item-box {
    padding: 0 15px 0 0;
    top: 0;
}
.tmt-list__profile {
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.tmt-list_info .tmt-list__item .tmt-list__item-link {
    padding: 0 0 0 15px;
    line-height: 2.59;
}
.tmt-list__item .tmt-list__item-box:after {
    border-bottom: 1px solid #dfdfdf;
    content: ' ';
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: left bottom;
	-webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}
.tmt-list__item:last-child .tmt-list__item-box:after {
    border: none;
}
.tmt-list__profile-label {
    color: #333;
    -webkit-box-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    min-width: 120px;
}
.tmt-list__profile-content_nowrap {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    color: #666;
}
.tmt-list__profile-content_mul {
    padding: 8px 0;
    line-height: 1.7em;
}
.chu__head-desc-light {
    color: #576b95;
    text-decoration: none;
}
#main_content{    padding-bottom: 30px; }
.breadcrumb {
    padding: 0 11px;
    height: 40px;
    opacity: 1;
    background: linear-gradient(90deg, rgba(255, 242, 227, 1) 0%, rgba(255, 255, 255, 1) 100%);
    box-shadow: none;
    display: flex;
    align-items: center;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumb a {
    display: inline-block;
    padding: 8px 15px 8px 3px;
    text-decoration: none;
    background: url(https://static.bendibao.com/images/doubleRightYellow.png) center right no-repeat;
    background-size: 10px 6px;
    color: rgba(151, 151, 151, 1);
    font-size: 14px;
    font-weight: 500;
	word-break: keep-all;
}

.breadcrumb span {
    color: rgba(255, 136, 0, 1);
    font-size: 14px;
    font-weight: 500;
    margin-left: 5px;
}

.head-text-left {
    display: flex;
    align-items: center;
    height: 33px;
	background:#fff;
	margin-bottom:5px;
	padding:5px 0;
	justify-content: space-between;
	
}
.headtextimg {
    width: 135px;
    opacity: 1;
    padding-right: 0.3rem;
    display: block;
    box-sizing: content-box;
}

#search_right{
    margin-bottom: 2px;
	width:100%;
    height:20px;
	margin-top: 0;
    font-size: 14px;
    flex: 1;
	background-color: #F2F2F2 !important;
	border: none;
    outline: none;
}

.search{
    width: 40%;
    height: 30px;
    flex-shrink: 0;
    border-radius: 25px;
    border: 1px solid #e2e2e2;
    background: #F2F2F2;
    box-shadow: 0 0 8px 0 #facc951a;
    padding: 0 10px;
    margin: auto;
    font-size: 12px;
    display: flex;
    align-items: center;
    position: relative;
	z-index: 20;
	margin-right:5px;
	
}
.searchicon {
    width: 20px;
    margin-right: 5px;
}
.searchbutton {
    display: inline-block;
    position: absolute;
    right: 3px;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 22px;
    line-height: 22px;
    flex-shrink: 0;
    border-radius: 25px;
    background: var(--156, linear-gradient(128deg, #FF934A 8.03%, #F60 54.85%));
    color: #fff;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 2px;
    opacity: 0;
}
