::-webkit-scrollbar {
    display: none;
}

::-moz-placeholder {
    color: #c0c0c0;
}

::-webkit-input-placeholder {
    color: #c0c0c0;
}

:-ms-input-placeholder {
    color: #c0c0c0;
}

html,
body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

a,
label,
button,
input,
select {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
    width: 100%;
    height: auto;
    display: block;
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}
 

.divHeight {
    width: 100%;
    height: 10px;
    background: #f5f5f5;
    position: relative;
    overflow: hidden;
}
.f-dn{
	display: none;
}
.r-line {
    position: relative;
}

.r-line:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    height: 100%;
    border-right: 1px solid #D9D9D9;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.b-line {
    position: relative;
}

.b-line:after {
    content: '';
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #e2e2e2;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}

.zbt-onload {
    position: relative;
    padding-right: 0.8rem;
    width: 22px;
}

.zbt-onload img {
    width: 22px;
    height: auto;
}

.zbt-arrow {
    position: relative;
    padding-right: 0.8rem;
}

.zbt-arrow span {
    font-size: 0.8rem;
    color: #000;
}

.zbt-arrow:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #000;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 2px;
    border-radius: 1px;
}

.zbt-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
}

.zbt-flex-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 15px;
    position: relative;
	background-color: #f8f8f8;
	margin: 30px auto 15px auto;
}

.zbt-flex-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
}

.zbt-flex-case {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 15px;
    position: relative;
    flex-wrap: wrap;
    width: 100%;
    box-sizing: border-box;
    justify-content: space-between;
}

.zbt-flex-case .zbt-item {
    width: 48%;
    height: 140px;
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
}

.zbt-flex-case .zbt-item img {
    width: 100%;
    height: 110px;
    font-size: 14px;
    color: #333;
    border-radius: 5px;
}

.casetit {
    line-height: 30px;
    width: 100%;
    height: 30px;
    overflow: hidden;
	display: flex;
	align-items: center;
}

.zbt-flex-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    min-width: 0;
    font-size: 14px;
    color: #333;
    display: flex;
    flex-direction: column;
    height: 100px;
    justify-content: space-between;
    padding: 5px 0 0 0;
}


/* 必要布局样式css */

.zbt-flexView {
    width: 100%;
/*    height: 100%; */
    margin: 0 auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.zbt-scrollView {
    width: 100%;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding-bottom: 55px;
}

.zbt-navBar {
    height: 50px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    z-index: 102;
    background: #ae1f23;
}

.logo {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    font-size: 0.9rem;
    font-weight: bold;
    height: 50px;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.logo img {
    height: 32px;
    width: auto;
}

.back_btn {
    font-size: 0.9rem;
    font-weight: bold;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    margin-left: 0;
    background: url(../images/back.png) no-repeat;
    background-size: 50px 50px;
}

.logoPage {
    height: 50px;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logoPage img {
    height: 32px;
    width: auto;
}

.logoMin {
    height: 50px;
    width: auto;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.logoMin img {
    height: 22px;
    width: auto;
}

.zbt-navBar-item {
    height: 50px;
    min-width: 15%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 15%;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    padding: 0 0.9rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    color: #808080;
    position: relative;
}

.zbt-navBar-item:last-child {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    display: flex;
    align-items: center;
}

.zbt-center {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    color: #fff;
}

.zbt-center.ml {
    margin-left: 5%;
    width: 50%;
}

.zbt-center-title {
    text-align: center;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
    font-size: 0.95rem;
    color: #333;
}

.icon {
    width: 20px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 20px;
    background-repeat: no-repeat;
}
.icon2 {
    width: 35px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 35px 20px;
    background-repeat: no-repeat;
}
.icon3 {
    width: 22px;
    height: 20px;
    display: block;
    border: none;
    float: left;
    background-size: 22px 20px;
    background-repeat: no-repeat;
}
.icon-return {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAYAAAA6/NlyAAACh0lEQVRoQ+3ZMW8TMRQH8PcOsTBQISExVCIRCwgWFvZ+hZYBpIrEcTYkBsTGlI2VDamL3YEBpWJoR1BJaOlXYEzyDYp0bMRGRjnJoDuWs/1e3EbKeHf55b33vzsb4YJ98IJ54RKce8XZV1gIcQ8AviDiD2vtC631pzZFYQ2WUt611p4CwM0VcqqU2soSXIN1ztdKqTfZgRuw75RSz9tg3bHsWjomlh04NpYVOAWWDbjf7z8oimLipbH7bUopJdvO7L/Hk8+wwyLiCSLe8H6cww4BwGYFTo0lbWkKLBmYCksCrsNaa99rrZ/FmFnS0GrCdrvd3mg0MqEDqu58yVKaAzZZSwshHgLAsX/rcW2csrJVtaNXeIWdIuL16qJU2OgVrsMCwEGn03mSamaThVYTtizLp+PxeJkioJKFFldslJbmjA0O5o4NCm7AHpZluUM5s1FCSwjxCAA++7ceADiczWaPJ5PJL6qAihJaUspdY8w+Il7xLsASG6SlhRA/EfGa91BxNJ/Pd7hVNtiT1mAwOAeADXdCa637Hi0Wi3zBUsptY8wHRLzqwIh/nlbzbWmna0roLEOrmo11QQd9W1oHdFDwOrR3cLCH/uuFn0uQRQE7dMPKJHl6RwNzRUcF/w9N9VIRHVyhazbLDihWP5KAHbphOzQ5OhmYCzopmAM6OZgaTQL20FMAuOUtHESfaTLwCn3HWnuWEk0KpkCTg1OjWYArtDHmKyJu+jMdeh+KDdghh8NhZ7lcfvPRoXcaWYFToNmBY6NZgj20m+nb3pr3W631yzY7GWzBDtXr9TaLojjz0N+VUvezBXvoPQBw0Fda649Zg9vg6o5l3dKhse58l+AY/yqnc/4GvNDoTFOq8FwAAAAASUVORK5CYII=");
}

.m-slider {
    overflow-x: hidden;
    width: 92%;
    margin: 15px auto;
    border-radius: 15px;
    position: relative;
    height: 165px;
}

.m-slider.proShow {
    overflow-x: hidden;
    width: 100%;
    margin: 0 auto 15px auto;
    border-radius: 0;
    position: relative;
    height: 165px;
}

.slider-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    position: relative;
    z-index: 1;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}

.slider-item {
    width: 100%;
    height: 165px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #f6f6f6;
}

.slider-item img {
    width: 100%;
    height: 165px;
    display: block;
    border: none;
}

.slider-pagination {
    text-align: right;
    position: absolute;
    width: 100%;
    z-index: 2;
    right: 0;
    bottom: 10px;
    pointer-events: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.slider-pagination.proPage {}

.slider-pagination>.slider-pagination-item {
    margin: 0 .2rem;
    width: 8px;
    height: 4px;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.4);
}

.slider-pagination>.slider-pagination-item.slider-pagination-item-active {
    background-color: #fff;
    width: 18px;
}

.slider-pagination.proPage>.slider-pagination-item {
    margin: 0 .2rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(255, 255, 255, 1);
}

.slider-pagination.proPage>.slider-pagination-item.slider-pagination-item-active {
    background-color: #0e4b8e;
    border-radius: 50%;
    width: 6px;
}

.zbt-palace {
    padding: 0.5rem 0 0 0;
    position: relative;
    overflow: hidden;
}

.zbt-palace-grid {
    position: relative;
    float: left;
    padding: 1px;
    width: 20%;
    box-sizing: border-box;
    margin: 10px 0;
}

.zbt-palace-grid-icon {
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.zbt-palace-grid-icon img {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
}

.zbt-palace-grid-text {
    display: block;
    text-align: center;
    color: #333;
    font-size: 0.85rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 0.6rem;
}

.zbt-palace-grid-text h2 {
    font-size: 1rem;
    font-weight: normal;
    color: #2c343f;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background-color: #EFEFF4;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.mask-black {
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    z-index: 500;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 998;
}

.actionsheet-action {
    display: block;
    margin-top: .15rem;
    font-size: 0.28rem;
    color: #555;
    height: 1rem;
    line-height: 1rem;
    background-color: #FFF;
}

.m-actionsheet {
    text-align: center;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 10005;
    background-color: #ffffff;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
}

.actionsheet-toggle {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.actionsheet-item {
    display: block;
    position: relative;
    font-size: 0.85rem;
    color: #555;
    height: 2rem;
    line-height: 2rem;
    background-color: #FFF;
}

.zbt-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.zbt-coll-share-img {
    width: 38px;
    height: 38px;
    margin: 0 auto;
}

.zbt-coll-share-img img {
    width: 100%;
    height: auto;
    display: block;
    border: none;
}

.zbt-coll-share-box {
    position: relative;
    overflow: hidden;
    padding: 10px 0;
}

.zbt-coll-cancel a {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    background: #f9f9f9;
    display: block;
    text-align: center;
    width: 100%;
}

.zbt-coll-share-item {
    position: relative;
    float: left;
    padding: 8px 10px;
    width: 33.333%;
    box-sizing: border-box;
    font-size: 12px;
    height: 85px;
}

.zbt-rule {
    position: absolute;
    right: 0;
    top: 1rem;
    background: #54ca9a;
    border-radius: 50px 0 0 50px;
    font-size: 0.8rem;
    padding: 0.2rem 0.6rem;
    color: #fff;
}

.zbt-search-box {
    border: 1px #ffffff solid;
	color: #ffffff;
    border-radius: 3px;
    position: relative;
    width: 95%;
    height: 31px;
    border-radius: 25px;
}

.zbt-search-box input {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    height: 31px;
    border-radius: 22px;
    color: #ffffff;
	font-size: 12px;
    padding: 0.55rem 0 0.55rem 1.6rem;
}
.zbt-search-box input::placeholder {
  color: #ffffff; /* 设置占位符文字的颜色 */
}
.icon-search {
    position: absolute;
    background-image: url('../images/search-icon.png');
      left: 8px;
      top: 0.45rem;
      background-size: 16px;
}

.icon-sys {
    background-image: url('../images/slide.png');
    margin-top: 5px;
}
.icon-close {
    background-image: url('../images/slide_close.png');
    margin-top: 5px;
}
.zbt-palace-one {
    color: #2c343f;
    margin-bottom: 1rem;
}

.zbt-palace-one h2 {
    color: #2c343f;
}

.zbt-palace-one .zbt-palace-grid-icon {
    width: 51px;
    height: 51px;
}

.zbt-palace-one .zbt-palace-grid {
    width: 25%;
}

.zbt-palace-two .zbt-palace-grid {
    width: 25%;
}

.zbt-palace-two .zbt-palace-grid-icon {
    width: 51px;
    height: 51px;
}

.zbt-ren-img {
    width: 40px;
    height: 40px;
    margin-right: 0.5rem;
}

.zbt-flex-box h3 {
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-align: justify;
    color: #333;
    font-size: 0.95rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.zbt-flex-box p {
    color: #737373;
    font-size: 0.8rem;
    font-weight: normal;
    display: -webkit-box;
    /* 必须设置此项才能生效 */
    -webkit-line-clamp: 2;
    /* 限制最大行数 */
    -webkit-box-orient: vertical;
    /* 垂直布局 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
}

.zbt-citizen-head h2 {
    /* padding: 1rem 1rem 0 1rem; */
    font-size: 1rem;
    color: #333;
}

.zbt-flex-one {
    padding: 0.8rem 1rem 0 1rem;
}

.zbt-flex-one .zbt-flex-box {
    margin-left: 0.8rem;
}

.zbt-flex-box h2 {
    font-size: 0.9rem;
    font-weight: normal;
}

.zbt-list-theme-box {
    padding: 10px;
    overflow: hidden;
    position: relative;
}

.zbt-list-item {
    width: 48%;
    float: left;
    margin: 0 1% 0 1%;
    border-radius: 5px;
    background: #e4faee;
    display: block;
    overflow: hidden;
    text-align: center;
    padding: 1rem 0.1rem;
}

.zbt-flex-t-b {
    padding-top: 0.5rem;
    padding-bottom: 0.1rem;
}

.zbt-list-theme-box h1 {
    color: #333333;
    font-weight: normal;
    font-size: 0.95rem;
}

.zbt-list-theme-box h2 {
    color: #9b9b9b;
    font-weight: normal;
    font-size: 0.8rem;
    margin: 0.3rem 0;
}

.zbt-list-theme-box h2 em {
    color: #f53f55;
    font-weight: bold;
    font-size: 1rem;
    font-style: normal;
}

.zbt-list-theme-box p {
    color: #9b9b9b;
    font-weight: normal;
    font-size: 0.8rem;
}

.Conduct .zbt-list-item {
    background: #eff4fa;
}

.insure .zbt-list-item {
    background: #fcecec;
}

.zbt-six-img {
    width: 119px;
    height: 100px;
    margin-right: 0.8rem;
}

.zbt-six-img img {
    width: 119px;
    height: 100px;
    border-radius: 10px;
}

.icon-add {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAACkElEQVRYR+1Xy3EbMQwl9rZ7iVOB1UHkCqI9LnCIU0HsCqxUELkC2xVY6UA5kDrKriBOB0oFiS6Sbi9DzSqzo5BL7seJZmJedBAIvH3AA0BSR37oyPGpF4BdM/R/MKi1HiqlTpMksb/2LAEsmfnxnzG4WCxOttvtFYALpdTABQTAT6XULEmS66Iolm3AtkqxMeYcwD0RncQELYFOROQuxr5q0xig1npCRJ+aBrL2AKYictnkbiOAWusLIrpvEuDQtinIaIBWCET0tQu4yt33zDyL8RUN0BjzoJR663G6UkpNiWgXFMAQwJiITj32yzRNz/I8tyKqPVEAA+x9TtN07ApmjLlVSl15FH4pItNeAPoCAfgmIvve54xljLEgPjhq8YuInPcF0JleIsqLorD/eY/tl5vN5ofLgJmDGQwaWMda66WjnlbMHNUHffXbG0BjDBwMPDLzKJSi8gNnRPTOkeYzEXmq8xHL4BMRvak6stNBRF7HAPwbDPoKPciArwZjBGY/PorB+Xw+ArBwsPXAzHkdizWj8SMz2zbUvQ/WCKV2vhpjxkqpGweCVZqmg94adQmwbg7b/e+WiHYFT0SDcg1zigjAtYhMQuxFp3jvSGv9h1highzYRLPXGGBNLTbBGVV7e4dRIqlGr5uvESije2drgLZtrNdrm2rfpuLDuQIwCjXmw8uNGbQOWqa6UWpbM1gRTPTqDyBqc3FR34rBvaPAErszA/A9y7JhTM/rHWA5xuxz8pWv8AAEx2GduDoxWDZw71sFQNTW/KwAa6bMHTPbUdfpdGawUo+/3x9dRNFLm/FRYt8f9kWXZdmorSieFaB1boXTF7jGs7hTMbW83FsNtowfvPYCMEhRwODoGfwFeTU4OH5PdNwAAAAASUVORK5CYII=');
}

.icon-time {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAYAAACM/rhtAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTQ1IDc5LjE2MzQ5OSwgMjAxOC8wOC8xMy0xNjo0MDoyMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QTA0MzI3MDk5ODQ2MTFFOUI3RkE4REM2MEM0QzFCMUUiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QTA0MzI3MEE5ODQ2MTFFOUI3RkE4REM2MEM0QzFCMUUiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEOEQxNzA3Mjk4NDQxMUU5QjdGQThEQzYwQzRDMUIxRSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBMDQzMjcwODk4NDYxMUU5QjdGQThEQzYwQzRDMUIxRSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pm8bLrUAAAKlSURBVHja7Jg9aBRBFMd373YjiSISw6X0W4uoQUVEOwXxECtFotj5ARERLCwtrU3toYWFKWJhpTkIYqGFqBFJioCoCYr4wVVKuCJ7e/6ePGEJh7Mz2Q0RduDPvLudefO/9zVvz2+3295KHiVvhY+CYEGwIGgYwb8e1uv1P7OUomQ5KpVKXhzHnu/78nEDzwb4bhC5H8T6wxusmWLNNJhdXM7ks+xXHV61WrUnaBgHwTkwxCF9neqpHv4TjIL74PlyuLgfy4zoYVdAn2H9WsgPg2egBjbmSXAPVplgvsZstVeteQlMIB/Kg+A+FD9k3vU3bmyHxtxWrCh6DmdJsAJqkhCGdV/BnCaKSd9tsCUrgjfAXsMaSYYTQLJ5JoXObeCmGNaZoJQScADxfAq3zrPmCxCi31PG5GlwxJkgSgJwAXF1mhBLlK1ySs+UiUdJnC4ngmyugJM5Xxan8NJm1xiUsrJ+GW6z/a4EBy0Pa+uNss5y326nu1jLgU2dK4dh6EVRNInbJA5byZyTWwVs6mCYiivB2MJ0LQjOazGWxOpijpK6WLOGeRJsT3uOycVlC+v1YrmzzWazm1ksFUKoJ4FQC32PzTkmCzYsPNwNyRFwGXlVh+eRurLX5hwTwSnLYBcrDThk8rSri9/gml951hj0S/y9cr1JvoEHeRJE/yPwwZXgAriDuJAjwRpoLqWbeYGC0Zz4PQbjS2235Gq4Dt5mTO49uLqomDv3gw1t1+cyIvcDDIOPWbb8r+UNTppR13/EdN8ncAY8yeOl6SXxeCwIgrsuJNk3xv6jiE9ze+3kgM80BBcRjyPfg2hkshrrxqSvZN8QL/jvbH5c4OoqDh3XDLyFLB3KDjqYnRr0AURmNBxm9aZouVjdL/5hLQgWBP9zgr8FGACsWO7yLgzK2AAAAABJRU5ErkJggg==');
}

.zbt-flex-box h1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.zbt-flex-box h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-overflow: ellipsis;
    color: #333;
    font-size: 0.85rem;
    font-weight: normal;
    margin-bottom: 0.2rem;
}

.zbt-flex-box h5 {
    overflow: hidden;
    white-space: nowrap;
    /* 不换行 */
    overflow: hidden;
    /* 超出部分隐藏 */
    text-overflow: ellipsis;
    /* 显示省略号 */
    color: #333;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.zbt-flex-box h4 {
    color: #b6b6b6;
    font-weight: normal;
    font-size: 0.8rem;
    padding: 0.1rem 0;
}

.zbt-flex-box span {
    color: #f53f56;
    font-size: 1.1rem;
}

.zbt-flex-box span em {
    font-style: normal;
}

.zbt-flex-box span em i {
    font-size: 0.7rem;
    font-style: normal;
}

.pic {
    color: #b5b5b5;
}

.pic-one {
    color: #b5b5b5;
    font-size: 0.88rem;
}

.zbt-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #fff;
}

.zbt-footer:after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    border-top: 1px solid #e4e4e4;
    -webkit-transform: scaleY(0.5);
    transform: scaleY(0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.zbt-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
}

.zbt-tabBar-item-text {
    display: inline-block;
    font-size: 0.6rem;
    color: #818085;
    padding-top: 2px;
}

.zbt-tabBar-item-active .zbt-tabBar-item-text {
    color: #ae1f24;
}

.icon-loan {
    background-image: url('../images/nav_home.png');
}

.zbt-tabBar-item-active .icon-loan {
    background-image: url('../images/nav_home_on.png');
}

.icon-credit {
    background-image: url('../images/nav_kefu.png');
}

.zbt-tabBar-item-active .icon-credit {
    background-image: url('../images/nav_kefu_on.png');
}

.icon-dz {
    background-image: url('../images/nav_vr.png');
}
.icon-buy {
    background-image: url('../images/nav_prod_on.png');
}
.zbt-tabBar-item-active .icon-dz {
    background-image: url('../images/nav_vr_on.png');
}

.icon-tz {
    background-image: url('../images/nav_tuzhi.png');
}

.zbt-tabBar-item-active .icon-tz {
    background-image: url('../images/nav_tuzhi_on.png');
}

.icon-tel {
    background-image: url('../images/nav_tel.png');
}

.zbt-tabBar-item-active .icon-tel {
    background-image: url('../images/nav_tel_on.png');
}

.zbt-footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 49;
}

.MNenuMain {
    display: none;
    width: 100%;
	  height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
}

.MNenuMain .navmain {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.95);
    z-index: 9;
}

.navCont {
    width: 100%;
    position: relative;
    z-index: 10;
    color: #fff;
    margin: 15px auto;
    border-radius: 15px;
    padding-top: 10px;
    overflow: hidden;
}
.navCont a.fix-palace-grid {
    width: 90%;
	display: block;
    position: relative;
    z-index: 10;
    color: #fff;
	margin-left: 5%;
    margin-right:  5%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	font-weight: bold;
    overflow: hidden;
 
	border-width: 0px 0px 2px;
	border-style: solid;
	border-color: #45494C;
}
.flexInfo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pds10 {
    padding: 10px 0;
}

.viewNum {
    color: #b6b6b6;
}

.timeinfo {
    color: #b6b6b6;
}

.navCont .zbt-palace-grid {
    width: 100%;
    margin-bottom: 10px;
}

.navCont .zbt-palace-grid .zbt-palace-grid-text {
    color: #fff;
}

.navCont .zbt-palace-grid .zbt-palace-grid-icon {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.navCont .zbt-palace-grid .zbt-palace-grid-icon img {
    max-width: 100%;
    height: auto;
}

.navCont .zbt-palace-grid .zbt-palace-grid-text h2 {
    font-size: 1rem;
    font-weight: normal;
    color: #fff;
}

.view-btm-flex {
    height: 40px;
    line-height: 40px; 
    color: #ae1f25;
    display: block;
	border: 1px #ae1f25 solid;
    margin: 15px;
    box-sizing: border-box;
    text-align: center; 
    border-radius: 20px;
}
.view-btm-flex-case{
	height: 40px;
	line-height: 40px; 
	color: #ffffff;
	background-color: #ae1f25;
	display: block;
	border: 1px #ae1f25 solid;
	margin: 15px;
	box-sizing: border-box;
	text-align: center; 
	border-radius: 10px;
}

.borderBottom {
    border-bottom: 1px #eee solid;
}

.newsList {
    padding: 0 15px;
}

.newsList .zbt-flex {
    padding: 15px 0;
}

.flex-space {
    justify-content: space-between;
}

.topmenu {
    width: 100%;
	position: relative;
	float: left;
	z-index: 99;
}

.topmenu dt {
    width: 25%;
    float: left;
}

.selectlist {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    z-index: 8;
    background: #f8f8f8;
	margin-bottom: .4rem;
	
}

.select_textdiv {
    height: 3rem;
    width: 100%;
    line-height: 3rem;
    text-align: center;
    border-bottom: 1px solid #ddd;
    position: relative;
    /* border-left: 2px solid -webkit-linear-gradient(red, blue); */
    z-index: 8;
 
	overflow: hidden;
	
}

.select_textul {
    width: 100%;
    line-height: 3rem;
    box-sizing: border-box;
    display: none;
    width: 980px;
    max-height: 20rem;
    overflow-y: scroll;
	
}

.select_first_ul {
    width: 100%;
    background: #fff;
    position: absolute;
    box-sizing: border-box;
    left: 0;
    z-index: 9;
	    padding: .5rem 0 0 0;
}

.select_first_ul>li {
    margin-bottom: .5rem;
	margin-left: .5rem;
    box-sizing: border-box;
	width: 30%;
	float: left;
	height: 1.98rem;
	line-height: 1.98rem;
	padding: 0 .8rem;
	background: #efefef;
	color: #000;
}

.select_first_ul li p {
	
	height: 1.98rem;
	line-height: 1.98rem;
    box-sizing: border-box;
    text-align: center;
	width:100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
	
}

.select_first_ul li.focus  {
	background:#ae1f23;
    color: #ffffff;
}

.select_second_ul {
    width: 50%;
    position: absolute;
    right: 0px;
    top: 0;
    background: #fff;
    display: none;
    box-sizing: border-box;
    padding-left: 0.5rem;
    /*z-index: 1;*/
}

.down {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 1rem;
    height: 100%;
}

.down img {
    width: 1rem;
    margin-top: 1rem;
    display: inline-block;
}

.s_text {
    padding-right: 5px;
    box-sizing: border-box;
	font-size: .96rem;
}

.divfocus::after {
    position: absolute;
    top: 17px;
    right: 0;
    width: 1rem;
    height: 1rem;
    content: "";
    background: url('../images/down2.png') top center no-repeat;
    background-size: 100% 100%;
    z-index: 99;
}

.focusli {
    background: #0e4b8e;
    color: #FFFFFF;
}

.select_second_ul>li {
    padding: 0 0.5rem;
    box-sizing: border-box;
    border-bottom: 1px solid #eaeaea;
}

.divfocus .s_text {
    color: #ae1f23;
	
}

.aui-palace-text p {
    text-align: center;
    font-size: 14px;
    color: #333333;
    margin-top: 5px;
}
.aui-tab-scroll{
    overflow-x: auto;
    white-space: nowrap;
    height: 40px;
    line-height: 40px;
    width: 100%;
    margin-bottom: 1rem;
    position: relative; /* 添加相对定位 */
}
.tab-nav {
    height: 40px;
    line-height: 40px;
    display: flex;
    position: relative;
    background: #fff;
    z-index: 1;
    margin: 0 auto 1rem;
    padding: 0 0 0 1rem;
    box-sizing: border-box;
    border-bottom: 2px #ae1f23 solid;
    overflow-x: auto; /* 添加横向滚动 */
    white-space: nowrap; /* 防止内容换行 */
    -webkit-overflow-scrolling: touch; /* 优化滚动体验 */
}
.tab-nav::-webkit-scrollbar {
    display: none; /* 隐藏滚动条 */
}

.tab-nav-item {
    height: 40px;
    line-height: 40px;
    position: relative;
    text-align: center;
    color: #585858;
    font-size: .92rem;
    display: block;
    padding: 0 1.2rem;
}

.tab-nav-item.tab-active {
    background-color: #ae1f23;
    border-radius: 10px 10px 0 0;
}

.tab-nav-item.tab-active a {
    color: #fff;
    font-size: .92rem;
    font-weight: 600;
}

.tab-nav-item a {
    display: inherit;
    font-size: .92rem;
    color: #525252;
    font-weight: 600;
}

.tab-panel {
    position: relative;
    overflow: hidden;
}

.tab-panel .tab-panel-item {
    width: 100%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.tab-panel .tab-panel-item.tab-active~.tab-panel-item {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.tab-panel .tab-panel-item.tab-active {
    position: relative;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.tab-nav-item.tab-active:before {

}

.aui-list-box {
    padding: 0.1rem 0 0 1rem;
    overflow: hidden;
    position: relative;
}

.aui-list-item {
    width: 46%;
    float: left;
    margin: 0 4% 2% 0;
    background: #fff;
    display: block;
    overflow: hidden;
}

.aui-list-theme-img {
    height: 8rem;
    width: 100%;
    position: relative;
}

.aui-list-theme-img img {
    width: 100%;
       height: 8rem;
    display: block;
    border-radius: 5px;
}

.aui-list-theme-message {
    background: #fff;
    padding: 0.3rem 0;
}

.aui-list-theme-title {
    color: #4a4a4a;
    font-size: 14px;
    margin: 0.2rem 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    font-weight: normal;
    text-overflow: ellipsis;
}

.aui-list-theme-message p {
    color: #ff3b52;
    font-size: 0.88rem;
    font-weight: bold;
}

.aui-list-theme-message span {
    font-size: 0.9rem;
    color: #363636;
    width: 100%;
    display: block;
    padding: 0 0.2rem;
}

.aui-list-theme-message span i {
    color: #ff4601;
    font-weight: bold;
    font-style: normal;
}

.aui-list-theme-message span em {
    color: #ff4601;
    font-weight: bold;
    font-style: normal;
}

.aui-footer {
    width: 100%;
    position: relative;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 7px 5px 7px 5px;
    background: #fefefe;
    box-shadow: 0 0px 4px #c3c3c3;
}

.aui-tabBar-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #979797;
    position: relative;
}

.aui-tabBar-item-text {
    display: inline-block;
    font-size: 0.65rem;
    color: #7d7d7d;
    padding-top: 2px;
}

.aui-tabBar-item-active .aui-tabBar-item-text {
    color: #11d492;
}
#menuClose{
	float: right;
}



 

@charset "utf-8";
/* CSS Document */


.clearfix:after{ 
    visibility:hidden; 
    display:block; 
    font-size:0; 
    content:" "; 
    clear:both; 
    height:0
}
.clearfix{display:inline-block}
.clearfix{display:block;zoom:1}
.clearfixed:after{ display: block; content: ""; clear: both;}
.fl{
	float: left;
}
.fr{
	float: right;
}
.navbox{
	height:43px;
	clear:both;
/*     background-color: #f9f9f9;
    border-top: 1px solid #ededee;
    border-bottom: 1px solid #dcdcdc;.*/
    width: 100%;

}
#MutiNav {
	height:43px;
	width: 1070px;
	margin:0 auto;


}
#MutiNav A {
	TEXT-DECORATION: none
}
#MutiNav .multiUl {
	width:100%;
	height:43px;
	CLEAR: both;
	display:block;
}
#MutiNav .multiUl LI {
	display:block;
	float:left;
	WIDTH: 150px;
	height:43px;
	LINE-HEIGHT:43px;
	POSITION: relative;
}
#MutiNav .multiUl LI A.go {
	DISPLAY: inline-block;
	Z-INDEX: 300;
	WIDTH: 150px;
	height:43px;
	line-height:43px;
	color:#000;
	font-size:14px;
	font-family:"微软雅黑";
	TEXT-ALIGN: center
}
#MutiNav .multiUl LI A.go:hover,LI.lis A.go{
	display:block;
	color:#2a5e93!important;
/*	background:#00a0e9 url(../images/nav.jpg) center bottom no-repeat;
*/}
#MutiNav .multiUl LI A.on {
	FONT-WEIGHT: bold;
	COLOR: #dfe8d9;
	TEXT-DECORATION: none;
}
#MutiNav .multiUl LI BLOCKQUOTE {
	DISPLAY: none;
	Z-INDEX: 201;
	LEFT:-40px;
	*LEFT:-40px;
	POSITION: absolute;
	TOP: 31px;
	*top:43px;
	HEIGHT: auto;
	WIDTH: 150px;
}
#MutiNav .multiUl LI BLOCKQUOTE .ChildNavIn {
	BACKGROUND:#fff;
	background: rgba(255, 255, 255, 0.7);
	filter: alpha(opacity=70)
	OVERFLOW: hidden;
	WIDTH: 150px;
	HEIGHT: auto;
	TEXT-ALIGN: center;
/*	border-bottom:2px solid #2a5e93;
*/}
#MutiNav .multiUl LI BLOCKQUOTE .ChildNavIn A {
	DISPLAY:block;
	WIDTH: 146px;
	line-height:30px;
	color: #333;
	margin:0 2px;
	TEXT-ALIGN: center
}
#MutiNav .multiUl LI BLOCKQUOTE A:hover {
}

 
/**更多导航-2**/
.NMore_1002{width:60%; height:100%; overflow-y:auto; position:fixed; z-index:1001; right:-100%; top:0px; padding:10px 0px; transition:all 0.5s ease-in; background-color:#333436!important;}
.NMore_1002[state='open']{right:0px;}
.NMore_1002 ul{padding-bottom:35px;}
.NMore_1002 ul li{border-width:0px 0px 2px; border-style:solid; border-color:#45494C;}
.NMore_1002 li:first-child{border-top:none;}
.NMore_1002 li:last-child{border-bottom:none;}
.NMore_1002 li a{color:#fff; font-size:17px; position:relative;display:block; padding:4% 0px 4% 25px;}
.NMore_1002 li a img{ position:absolute; left:15px; top:50%; margin-top:-9px;}/*2015-07-13添加图片居中*/
.NMore_1002 li a:hover{color:#fff!important;}
.NMore_1002 li a:active{background-color:#1D1D1D;}
.NMore_1002 li a:after{content:""; position:absolute;background-color:#5B5D5E; height:1px; width:4px; box-shadow:-1px 1px 0 #5B5D5E, -2px 2px 0 #5B5D5E, -3px 3px 0 #5B5D5E, -4px 4px 0 #5B5D5E, -5px 5px 0 #5B5D5E, -1px -1px 0 #5B5D5E, -2px -2px 0 #5B5D5E, -3px -3px 0 #5B5D5E, -4px -4px 0 #5B5D5E, -5px -5px 0 #5B5D5E; left:15px; top:50%;}
.NMore_1002 .hover_icon a:after{ display:none;}
.NMore_1002 .hover_icon span{ margin-left:15px; color: #fff;}

.Nzz {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);
}

.zbt-flex-box .f12 span em {
	font-size: 14px;
	color: #f53f56
}
.zbt-flex-box .f12 span{
	font-size: 14px;
	color:#666666
}
.zbt-flex-case .zbt-item img.nav_vr_on{
	height: 14px;
	width: auto;
	margin-left: 5px;
}
.casetitInfo{
	max-width: 80%;
	line-height: 30px;
	height: 30px;
	 overflow: hidden;
	  text-overflow: ellipsis;
	  white-space: nowrap;
}
.searchPage{
	height: 5rem;
	display: flex;
	align-items: center;
}
.pageMin{
	  font-size: 0.8rem;
}
#search-container {
  display: flex;
  align-items: center;
  justify-content: center;
    border-radius: 15px;
  margin: 10px;
	background: #f8f8f8;
	flex-grow: 1;
}
 
#search-container input {
  flex: 1;
  padding: 10px 10px 10px 38px;
  border: none;
  border-radius: 15px;
  outline: none;
  background: url('../images/search-icon-g.png') 10px center no-repeat;
	color: #000;
  background-size: 19px;
}
 
#search-button {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
 
#search-button:hover {
  background-color: #0056b3;
}
.copyright{
	width: 100%;
	background-color: #f8f8f8;
	box-sizing: border-box;
	padding: 1.2rem 0.2rem;
	text-align: center;
	color: #9b9b9b;
	font-size: 0.8rem;
	line-height: 1.3rem;
}

.aui-list-theme-message img.nav_vr_on{
	height: 14px;
	width: auto;
	margin-left: 5px;
}
 
 .aui-list-theme-message .casetitInfo{
     color: #4a4a4a;
     font-size: 0.92rem;
    
 }
 
 
 
 .select_nav {
     width: 100%;
     line-height: 3rem;
     box-sizing: border-box;
     max-height: 20rem;
     overflow-y: scroll;
 	
 }
 
 .select_nav_ul {
     width: 100%;
     background: #fff;
   
 }

.select_nav_ul>li {
    margin-bottom: .5rem;
    margin-left: .5rem;
    box-sizing: border-box;
    width: 46%;
    float: left;
    height: 1.98rem;
    line-height: 1.98rem;
    padding: 0 .8rem;
    background: #efefef;
    color: #000;
}
 
 .select_nav_ul li p {
	font-size: .8rem;
 	height: 1.98rem;
 	line-height: 1.98rem;
     box-sizing: border-box;
     text-align: center;
 	width:100%;
 	margin: 0 auto;
 	white-space: nowrap;
 	overflow: hidden;
 	text-overflow: ellipsis;
 	
 	
 }
 
 .select_nav_ul li.focus  {
 	background:#ae1f23;
     color: #ffffff;
 }

.Nzzs{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 90;
    display: none;
    background-color: rgba(0, 0, 0, 0.5);

}
 
 .poup{
	 width: 20rem;
	 height: 14rem;
	 position: fixed;
	 left: 50%;
	 top: 50%;
	 margin-top: -7rem;
	 margin-left: -10rem;
	 z-index: 99;
	 display: none;
	
 }
 .poup_cont{
	 width: 14rem;
	 height: 10rem;
	 background: linear-gradient(to bottom, #e24d53 0%, #d84146 100%);
	 display: flex;
	 align-items: center;
	 margin:.5rem auto 0 auto;
	 flex-direction: column;
	 justify-content: space-around;
	 padding: .8rem 0 .8rem 0;
	 	border-radius: 15px;
 }
 .btn1{
	width: 80%;
	height:  2.2rem;
	line-height: 2.2rem;
	background: #ffe9b7;
	color: #b21f27;
	display: block;
	text-align: center;
	font-size: .96rem;
	font-weight: 800;
	border-radius: 15px;
 }
 
 .btn2{
	width: 80%;
	height:  2.2rem;
	line-height: 2.2rem;
 	background: #ffe9b7;
 	color: #b21f27;
	display: block;
	text-align: center;
	font-size: .96rem;
	font-weight: 800;
		border-radius: 15px;
 }
 .poup_close{
	 width: 38px;
	 height: 38px;
	 background-image: url('../images/poup_close.png');
	 background-size:38px 38px;
	 float: right;
	 margin-right: 2rem;
 }
 .poup_line{
	 width:75%;
	 height: 1px;
	 margin: 0 auto;
	 background-color: #ffe9b7;
 }
 
 
  .zbt-flex-box .flexInfo.f12 span{
	  margin-bottom: 5px;
  }
 .zbt-flex-box .flexInfo.f12 span:first-child em {
     color: #096b4d;
 }
 
/* 1203 修改 广告位 */
.bannerIndex{
	width: 100%;
	height: 180px;
}

.bannerIndex img{
	width: 100%;
	height: 180px;
	object-fit: cover;
}

.select_nav_ul li.focus a {
    color: #fff;
}

#designBox {
    padding: 20px;
}

/* 定制设计 */
#coustDesginBox{
    display: none;
    padding: 20px 5px;

}

.deslist .item{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    border-bottom: 1px #eee solid;
    padding-bottom: 15px;
}
.itemStic{
    width: 80px;
    height: 80px;
    margin-right: 10px;
}
.itemStic img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.itemInfo{
    flex-grow: 1;
    overflow: hidden;
}
.item_t_1{
    display: flex;
    align-items: center;

    margin-bottom: 15px;
}
.item_c_s{
    display: flex;
    align-items: center;
}
.c_name{
    font-size: 18px;
    color: #000;
    font-weight: bold;
    margin-right: 10px;
}
.c_label_1{
    margin-right: 10px;
    color: #666;
}
.c_label_2{
    color: #666;
}
.c_tel{
    margin-right: 10px;
    color: #000000;
}
.c_copy{
    margin-right: 10px;
    color: #ae1f23;
}
.c_copy a{
    color: #ae1f23;
}
.btntel{
    display: block;
    height: 30px;
    color: #ffffff;
    line-height: 30px;
    background: #ae1f23;
    font-size: 11px;
    padding: 0 5px;
    border-radius: 10px;
}
.btntel:hover{
    color: #ffffff;
}
.fixApp{
    position: fixed;
    right: 20px;
    z-index: 999;
    width: 20px;
    bottom: 80px;
    color: #ffffff;
    background: #ae1f23;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
}

.regBoxTit {
    margin: 20px auto 20px auto;
}


.kfFormMin .item {
    font-size: 14px;
    height: 40px;
    box-sizing: border-box;
    margin-bottom: 26px;
}

.kfFormMin input {
    width: 100%;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}
.kfFormMin input::-webkit-input-placeholder {
    color: #666;
}


.kfFormMin input:-ms-input-placeholder {
    color: #666;
}

.kfFormMin select {
    width: 100%;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.kfFormMin .item.flexcc {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kfFormMin .item .min {
    width: 160px;
    height: 40px;
    border: 1px solid #c9c9c9;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}


.getverify-code-btn {
    width: 100px;
    height: 35px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
    display: block;
    line-height: 35px;
}

.postForm {
    display: block;
    background: #d53d3c;
    color: #fff;
    width: 280px;
    height: 42px;
    margin: 5px auto;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}


.postFormReg {
    display: block;
    background: #d53d3c;
    color: #fff;
    width: 100%;
    height: 42px;
    margin: 5px auto;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    border-radius: 8px;
    box-sizing: border-box;
}
.postFormReg:hover{

    color: #fff;

}

.zbt-center.ml {
    margin-left: 0;
    width: 50%;
}

#search-container form {
    width: 100%;
}

#search-container input {
    flex: 1;
    padding: 10px 10px 10px 38px;
    border: none;
    border-radius: 15px;
    outline: none;
    background: url(../images/search-icon-g.png) 10px center no-repeat;
    color: #000;
    background-size: 19px;
    width: 100%;
}

.down img {
    width: 1rem;
    margin-top: 0
}

.topmenu {
    width: 100%;
    position: relative;
    float: left;
    z-index: 999;
}

.regBoxTit {
    color: #ae1f24;
    text-align: center;
    font-size: 18px;
    overflow: hidden;
    margin: 0 auto 20px auto;
}

.aui-list-theme-img {
    height: 6.7rem;
    width: 100%;
    position: relative;
}
.aui-list-theme-img img {
    width: 100%;
    height: 6.7rem;
    display: block;
    border-radius: 5px;
}

  /* 新增固定定位时的样式 */
.topmenu {
    width: 100%;
    position: relative;
    float: left;
    z-index: 97;
}

  .topmenu.fixed {
    position: fixed;
    top: 0;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}