body,html {
    margin: 0;
    font-family: "Segoe UI", "微软雅黑", sans-serif;
    background-color: #ffffff;
    color: #333;
    height: 100%;

}
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1;
    width: 1200px;

}

/* 4. header 和 footer 的样式 */
header {
    text-align: center;
}


*{margin: 0;padding: 0;border: 0;  box-sizing: border-box}
h1, h2, h3, h4, h5, h6 {margin: 0;padding: 0;}
img {margin: 0;padding: 0;border: 0;max-width: 100%;height: auto;}
ul, ol, li {list-style: none;}
table, td, input {font-size: 12px;}
a:link, a:visited {color: #333;text-decoration: none;cursor: pointer;}
a:hover, a:active {text-decoration: none;}
div.clear {height: 0;overflow: hidden;clear: both;}
input{outline: none;-webkit-appearance: none;-moz-appearance: none;-ms-appearance:none;font-family: "Microsoft Yahei","SimSun",Arial;}
textarea:focus{outline: none;}
.element{  overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.element2{width: 34em;height: 3em;line-height: 1.6em!important;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
textarea{font-family: "Microsoft Yahei","SimSun",Arial;color: #333;}
.c333{color: #333!important;}
*{ -webkit-tap-highlight-color:rgba(255,255,255,0);}
a{outline: none;}

/* 顶部导航 */
header {
    background-color: #1c2d4a;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 30px;
}

.logo {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
}

.nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-size: 16px;
}
.nav .unreadMsg{
    display: inline-block;
    background-color: red; /* 背景色 */
    color: white; /* 文字颜色 */
    font-size: 14px; /* 字体大小 */
    font-weight: bold; /* 文字加粗 */
    border-radius: 50%; /* 圆形效果 */
    padding: 5px 10px; /* 上下左右内边距，保证圆形外观 */
    min-width: 24px; /* 设置最小宽度 */
    min-height: 24px; /* 设置最小高度 */
    text-align: center; /* 文字居中 */
    line-height: 1; /* 行高为1，确保文字垂直居中 */
    position: relative; /* 相对定位用于调节位置 */
    margin: 0 5px; /* 与其他元素的间距 */
}
.nav .unreadMsg:empty {
    display: none; /* 当内容为空时，不显示徽章 */
}
main {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

h2 {
    /*border-left: 4px solid #1c2d4a;*/
    /*padding-left: 10px;*/
    /*color: #1c2d4a;*/
    /*margin-bottom: 15px;*/
}


footer {
    background-color: #1c2d4a;
    color: white;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
}

.logo img {
    width: 60px;
    border-radius: 40px;
    float: left;
}

.logo h1 {
    float: left;
    font-size: 20px;
    line-height: 58px;
    margin-left: 10px;
}
.logo  a {color: #FFFFFF}
footer {
    background-color: #1c2d4a;
    color: white;
    text-align: left;
    padding: 15px;
    margin-top: 30px;
}

.info-card {
    /*background-color: #f8f9fa;*/
    /*border: 1px solid #ddd;*/
    /*border-radius: 8px;*/
    /*padding: 20px;*/
    /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);*/
    /*font-family: "微软雅黑", sans-serif;*/
    margin-top: 40px;
}

.info-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    color: #1c2d4a;
    margin-bottom: 20px;
}

.info-title {
    font-size: 16px;
}

.info-number {
    font-size: 22px;
    color: #c9a14a;
}




.marginT30{margin-top: 30px!important;}
.redColor{color: #FB1D1D;}
.blueColor{color: #1890ff;}
.mask{width: 100%;height: 100%;position: fixed;left: 0px;top: 0px;background: rgba(0,0,0,.5);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);z-index: 10015;}
input{-webkit-appearance: none;-moz-appearance: none;border: none;background: transparent;}
input:focus{outline: none;}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {-webkit-appearance: none;}
input[type="number"]{-moz-appearance: textfield;}
input::-webkit-input-placeholder{color:#999;}
input::-moz-placeholder{color:#999;}
input:-moz-placeholder{color:#999;}
input:-ms-input-placeholder {color: #999;}
.text-center{text-align: center!important;}
.c6{color: #666!important;}.c66{color: #666!important;} .c666{color: #666!important;}.c6666{color: #666!important;}.c66666{color: #666!important;}.c666666{color: #666!important;}
.c999{color: #999;}
.bold{font-weight: bold;}
.redColor,.redColor a{color: #ff1d1d!important;}
.marginT0{margin-top: 0px!important;} .marginT10{margin-top: 10px!important;} .marginT20{margin-top: 20px!important;} .marginT30{margin-top: 30px!important;} .marginT40{margin-top: 40px!important;}
.marginB0{margin-bottom: 0px!important;}
.wid30{width: 30%;}.wid10{width: 10%!important;}  .wid34{width: 34%;}
.floatL{float: left;}  .floatR{float: right;}
.box-shadow{}
.jx-counselor{padding-left: 0;padding-right: 0;padding-top: 0;}
.jx-counselor .title{
    font-size: 20px;
    line-height: 27px;
    font-family: mi-sans, sans-serif;
    font-weight: 400;
}
.jx-counselor .number{
    margin-top: 4px;
    font-size: 44px;
    line-height: 73px;
    font-family: MCDS, sans-serif;
    font-weight: 600;
    color: #111;
}
.jx-counselor .number .tag{
    font-size: 16px;
    font-weight: 500;
    padding-left: 4px;
}
.borderR3{border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;behavior: url('/PIE.htc');position: relative;}
.borderR5{border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;behavior: url('/PIE.htc');position: relative;}
input[type=button]{border: none;box-shadow: none;}
.level_firm input[type=radio]{-webkit-appearance:radio!important;-moz-appearance: radio!important;position: relative;top: 2px;}
.f12{font-size: 12px;}.f14{font-size: 14px;}
.box-shadow .order-phone{
    width: 135px !important;
    margin-left:40px;
}
.box-shadow .order-time{
    margin-left:40px;
}
.box-shadow .order-form{
    margin-left:110px;
}
.box-shadow .order-edit{
    margin-left:60px;
}
.hideOver{
    overflow: hidden;margin-right:20px;
}
/* Wrapper styles */
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Ensure it spans the full viewport height */
}
/* Content takes remaining space */
.contentH {
    flex: 1; /* Fills the available space */
}

.content {
    background-color: #f4f4f4;
    padding: 2rem;
}

a{outline:0;text-decoration:none;color: #666;}
/*strong{font-weight:400}*/
/*.strong{font-weight:700}*/
::selection{background:#1eacdf;color:#fff}
img{border:0}::-moz-selection{background:#1eacdf;color:#fff}::-webkit-selection{background:#1eacdf;color:#fff}
.clearfix:after {
    content:"";
    display: block;
    clear:both;
}

.file-iteme{
    margin: 12px 0 0 15px;
    float: left;
    position: relative;
    border: 1px solid #dfdfdf;
    width: 100px;
    height: 100px;}
.file-iteme .handle{
    position: absolute;
    height: 20px;
    width: 100%;
    background: #000;
    opacity: 0.5;
    cursor: pointer;
}
.file-iteme .handle span{
    text-align: right;
    float: right;
    color: #fff
}

.footer-floor2{border-top:1px solid #313740;background: #2e3139}
.footer-floor2-item{text-align:center;margin: 0 auto;height: 40px;line-height: 40px;font-size: 14px;
    color: #d8d8d8;font-family: PingFang-SC-Regular}
.footer-floor2-item a{color: #d8d8d8;}
.tableComplain{font-size: 20px;color: #1f1f21;padding: 20px 0;}
.tableComplain .title{float: left}
.tableComplain .changeTagText{float: right;font-size: 14px;margin-left: 10px;cursor: pointer}
.tableComplain .changeTag{float: right;cursor: pointer}

/*添加投诉的进度样式*/

.app-beian-card__header{
    font-family: -apple-system,BlinkMacSystemFont,"pingfang SC","Hiragina Sans GB","Helvetica Neue",Helvetica,"microsoft yahei ui","microsoft yahei",simsun,arial,sans-serif;
    border-bottom: 1px solid #e9ecf1;
}

.app-beian-step {
    counter-reset: step;
    font-size: 0;
    color: rgba(0,0,0,0.9)
}

.app-beian-step__item{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 10px;
}
.app-beian-step__num{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    background-color: #fff;
    border:2px solid #e6e9ef;
    box-sizing: border-box;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    color:rgba(0,0,0,0.3);
}
.color-yellow .app-beian-step__num{

}
.is-current .app-beian-step__num{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 28px;
    height: 28px;
    background-color: #0052d9;
    border: 2px solid #0052d9;
    box-sizing: border-box;
    line-height: 24px;
    border-radius: 50%;
    margin-right: 10px;
    text-align: center;
    color: hsla(0,0%,100%,0.9);
}
.color-yellow .is-current .app-beian-step__num{
    background-color: #b98f30;
    border: 2px solid #b98f30;
}

.app-beian-step__num:before {
    counter-increment: step;
    content: counter(step);
    font-size: 0;
}
.app-beian-step__item.is-current .app-beian-step__num:before {
    color: hsla(0,0%,100%,0.9);
}
.app-beian-step__item.is-current .app-beian-step__num:before, .app-beian-step__item.is-current~.app-beian-step__item .app-beian-step__num:before {
    font-size: 16px;
    font-weight: 400;
}
.app-beian-step__content {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    padding-top: 4px;
}
.app-beian-step__title {
    font-weight: 600;
    max-width: 10em;
}
.app-beian-step__arrow {
    width: 16px;
    height: 16px;
    content: "";
    display: inline-block;
    margin: 6px 30px 0;
    vertical-align: top;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0iIzg4OCIgZD0iTTYuMzYgMUw1LjAyMSAyLjQxMWw1LjMwNCA1LjU4Ni01LjMxNCA1LjU5NyAxLjM0IDEuNDExTDEzIDguMDAzbC0uMDA1LS4wMDYuMDA1LS4wMDV6IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
}
.is-current  .app-beian-step__title{
    color: rgba(0,0,0);
}
.app-beian-step__title{
    color: rgba(0,0,0,0.3);
}
.app-beian-step__description {
    font-size: 12px;
    color: #0034b5;
    line-height: 18px;
    margin-top: 10px;
    max-width: 15em
}
.color-yellow  .app-beian-step__description{
    max-width: 150px;
    margin-top: 10px;
}
.color-yellow  .is-current .app-beian-tag {
    text-align: left
}
.app-beian-tag {
    background-color: #e9ecf1;
    border-color: #e9ecf1;
    color: rgba(0,0,0,0.5);
    text-align: center;
    font-size: 12px;
}
.is-current .app-beian-tag{

    background-color: #e3ecff;
    border-color: #e3ecff;
    color: #0034b5;
    text-align: center;
    font-size: 12px;
}
.color-yellow .is-current .app-beian-tag{
    color: #c9a14a;
    background:none;
    border:none;
}
.app-beian-tag span {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.app-beian-tag.app-beian-tag--unlimited-width span {
    max-width: none;
    white-space: normal;
}



.a-do-info{
    padding: 2px 13px;
    background: #0052d9;
    color: #FFFFFF;    display: inline-block;
    border: 1px solid #0052d9;
    font-size: 13px;}


.marginRight15{
    margin-right: 15px;
}
.info-card .info-btn {
    background-color: #FA6C2F;
    color: white;
    border: none;
    padding:18px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.info-card .info-btn:hover {
    /*background-color: #b98f30;*/
}
/*地图*/
.wy_dw{
    margin: 0 auto;
}
.g_cw {
    padding: 0 10px;
    margin: 0 auto;
}
.wy_dw .dw p {
    color: #999;
}
.wy_dw .dw img {
    padding: 25px 10px 25px 0px;
    vertical-align: middle;
}
.wy_dw a {
    text-decoration: none;
    color: inherit;
    transition: ease .3s;
}
.g_cw {
    /*margin-top: 120px;*/
    font-size: 14px;
}
.news_home .g_title {
    float: left;
    width: auto;
}

#wrapper-content{
    display: flex;
    flex-direction: column;
    height: 100%;
}



