/*默认主题*/
:root {
    --main-color: #307bcd;/*主色调*/
    --background-color: #eee;/*背景颜色*/
    --ico-background: #f3f8ff;/*首页图标背景颜色*/
    --heatBorder:#95badf;/*导航下边框*/
    --warning-color: #f38400;/*警告橙色字体*/
    --font-color: #2f2f2f;/*字体颜色*/
    --font-vice: #8b8b8b;/*辅助字体颜色*/
    --third-color:#dadada;/*字体颜色*/
    --border-line: #e5e5e5;/*边框颜色*/
    --foot-background: #565656;/*版权背景颜色*/
    --copyright-color: #c4c4c4;/*版权字体景颜色*/
    --checked:#66D533; /*当前选中的*/
    --later: #d5d5d5; /*当前选中下面的*/
    --indexBg:url("../images/indexBg.png") no-repeat;
}

/*红色主题*/
[data-theme="red"] {
    --main-color: #c81406;
    --ico-background: #fff3f3;
    --indexBg:url("../images/indexBg-dark.png") no-repeat;
    --heatBorder: #ffd1d1;
}
body {
    font-size:1.6rem;
    height: 100%;
}
* {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html{
    font-size:62.5%;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
}
ul,ol,li {
    list-style:none
}
table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
}
a {
    text-decoration: none;
    color: inherit;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
}
.searchFontSize{
    font-size: 1.8rem;
}
.flexStyle{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flexCenterStyle{
    display: flex;
    justify-content: center;
    align-items: center;
}
.position{
    position: relative;
}
.pagePadding{
    padding: 1rem 0;
}
.marginRight{
    margin-right: 1rem;
}
.divCenter{
    margin: 0 auto;
}
.textCenter{
    text-align: center;
}

.textLeft {
    text-align: left;
}

.textRight {
    text-align: right;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.marginPanel{
    margin: 2rem 0;
}
.marginBottom{
    margin-bottom: 1rem;
}
.margin2{
    margin: 2rem 1rem;
}
.pagePanelBg{
    width: 100%;
    height: auto;
    min-width: 1000px;
    padding: 0.1rem 0;
    background: var(--background-color);
}
.pagePanel{
    width: 100%;
    height: auto;
    min-width: 1000px;
}
.contentPanel{
    margin: 0 auto;
    width: 100%;
    max-width: 1400px;
    height: auto;
}
.col-12 {
    width: 100%;
}
.col-11 {
    width: 91.66666667%;
}
.col-10 {
    width: 83.33333333%;
}
.col-9 {
    width: 75%;
}
.col-8 {
    width: 66.66666667%;
}
.col-7 {
    width: 58.33333333%;
}
.col-6 {
    width: 50%;
}
.col-5 {
    width: 41.66666667%;
}
.col-4 {
    width: 33.33333333%;
}
.col-3 {
    width: 25%;
}
.col-2 {
    width: 16.66666667%;
}
.col-1 {
    width: 8.33333333%;
}
.btnSty{
    border-radius: 3px;
    border: 0;
    height: 100%;
    width: 100%;
    font-size: 1.6rem;
    cursor:pointer;
    padding: 0 10px;
}
.resetBtn{
    color: #000;
    background: var(--background-color);
}
.defaultBtn{
    color: #fff;
    background: var(--main-color);
}
.lineColor{
    color: var(--font-vice);
}
.spanSty{
    border-radius: 5px;
    padding: 0.3rem 1rem;
}
.delBtn{
    border: 1px solid #ff5c51;
    color: #ff5c51;
    background: #fff;
}
.finishBorderBtn{
    border: 1px solid #34c025;
    color: #34c025;
    background: #fff;
}
.imgBorderBtn{
    border: 1px solid var(--border-line);
    background: #fff;
}
.disableBtn{
    color: #999;
    background: #e1e1e1;
}
.warningBtn{
    color: #ffffff;
    background: var(--warning-color);
}
.backBtn{
    color: #666;
    background: #e1e1e1;
}
.borderBtn{
    color: #fff;
    background: none;
    border: 1px solid #fff;
}
.mainBorderBtn{
    color: var(--main-color);
    background: none;
    border: 1px solid var(--main-color);
}
.warningBorderBtn{
    color: var(--warning-color);
    background: none;
    border: 1px solid var(--warning-color);
}
.defaultIco{
    background: var(--ico-background);
    color: var(--main-color);
}
.warningIco{
    color:  var(--warning-color);
    background:#ffecdf ;
}
.finishIco{
    color: #34c025;
    background: #e5ffea;
}
.dangerIco{
    color: #fe495a;
    background: #ffdadd;
}
.noProcess{
    color: #ccc;
}
.onProcess{
    color: var(--main-color);
}
.doneProcess{
    color: #34c025;
}
.delProcess{
    color: #ff6565;
}
.warningProcess{
    color: var(--warning-color);
}
.listFont{
    color: #333;
}
.hrSty{
    height:1px;
    border:none;
    border-top:1px solid #ddd;
}
.prompt_popover_mask {
    display:none;
    z-index: 3;
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.code_popover {
    display:none;
    z-index:10;
    position:fixed;
    top:50%;
    left:50%;
    width:700px;
    height: auto;
    padding: 1rem;
    transform: translate(-50%, -50%);
    border-radius:0.5rem;
    background-color:#fff;
}
.popoverTitle{
    height: 5rem;
    line-height: 5rem;
    padding: 0 2rem;
}
.closeBtn{
    display: block;
    background: #fe495a;
    color: #fff;
    font-size: 2.8rem;
    border-radius: 2rem;
    height: 3.4rem;
    width: 3.4rem;
    line-height: 3rem;
    text-align: center;
}
/*首页样式s*/
.indexHead{
    background: var(--indexBg);
    background-size: cover;
}
.headPanel{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
}
.logoMenu{
    display: flex;
    align-items: center;
}
.menuBox{
    margin-left: 10rem;
}
.menuBox ul{
    display: flex;
}
.menuBox ul li{
    color: #e8e8e8;
    margin: 0 2rem;
    font-size: 2rem;
    padding: 0.5rem;
}
.menuBox .active{
    border-bottom: 3px solid #fff;
    font-weight: bold;
    color: #fff;
}
.UserMsgBox{
    width: 10rem;
    height: 4rem;
}
.mainCon{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -0.5%;
}
.itemPanel{
    position: relative;
    width: 23%;
    margin: 0 1%;
    margin-bottom: 2%;
    padding: 2rem;
}
/* 移除每行最后一个元素的右边距 */
.itemPanel:nth-child(4n) {
    margin-right: 0;
}
/*.itemPanel:nth-last-child(-n+4) {
    margin-bottom: 0;
}*/
.themePanel{
    width: 31.333333%;
    margin: 0 1%;
    margin-bottom: 2%;
    padding: 2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.themePanel:nth-child(3n) {
    margin-right: 0;
}
.themePanel:nth-last-child(-n+3) {
    margin-bottom: 2%;
}
.themeIcon {
    text-align: center;
    width: 8rem;
    height: 8rem;
    transition: all .3s ease;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.divider{
    border-right: 1px solid var(--third-color);
    height: 90%;
}
.themeIcon .icon{
    font-size: 5rem;
    color: var(--main-color);
}

.themeList li{
    position: relative;
    padding-left: 20px;
    height: 4rem;
    line-height: 4rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.themeList li::before {
    content: "•";
    font-size: 24px;
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--third-color);
}
.bookmarks{
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex;
    align-items: center;
}
.bookmarks span{
    margin-right: 1rem;
    font-size: 1.8rem;
}
.itemIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 7rem;
    min-width: 7rem;
    height: 7rem;
    transition: all .3s ease;
    border-radius: 50%;
    cursor: pointer;
}
.itemIcon .icon{
    font-size: 4.2rem;
}
.itemName b{
    font-size: 1.8rem;
    line-height: 4rem;
    color: var(--font-color);
}
.itemDep span{
    color: var(--font-vice);
}
.menuBottomBorder{
    border-bottom: 1px solid var(--copyright-color);
}
.box-shadow {
    box-shadow: 0 0 1rem rgba(9, 41, 77, .18);
}
.indexSearchBox{
    padding: 5rem 0;
}
.logoBox{
    height: 70px;
}
.logoBox img{
    height: 100%;
}
.menuBg{
    background: var(--main-color);
}
.bannerBg{
    width: 100%;
    background-image: url("../images/indexBanner.png");
    background-size: cover; /* 图片覆盖整个div，可能被裁切 */
    background-position: center bottom; /* 图片底部固定，顶部可能被裁切 */
    background-repeat: no-repeat;
    height: 350px;
}
.indexTitle{
    font-size: 4.2rem;
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}
.pageTitle{
    font-size: 3.4rem;
    font-weight: 100;
    color: #f9f9f9;
    line-height: 8rem;
}
.searchPanel{
    display: flex;
    justify-content: center;
    width: 50%;
    margin: 0 auto;
    height: 5rem;
}
.searchInput{
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    padding: 10px;
    color: #666;
    background-color: rgba(255, 255, 255, 0.8);
    outline: none;
}
.searchInput:focus{
    border-color: #307bcd;
}
.seachBtn{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid #eee;
}
.mainPanel{
    background: #fff;
    border-radius: 1rem;
    padding: 3rem;
    margin: 2rem 0;
}
.sumPanel{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 4rem 0;
}
.sumNum{
    font-size: 3.2rem;
    font-weight: bold;
}
.sumSty{
    width: 3rem;
    height: 5px;
    border-radius: 1rem;
    background: var(--main-color);
    margin: 0.3rem auto;
}
.sumTitle{
    font-size: 2rem;
    line-height: 3rem;
    color: var(--font-color);
}

.copyRight{
    background: var(--foot-background);
}
.copyrightMsg{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 0;
}
.copyrightLeft{
    display: flex;
    align-items: center;
}
.footLogo{
    border-right: 1px solid var(--copyright-color);;
    padding: 0 5rem;
    margin-right: 5rem;
}
.copyRightFont{
    color: var(--copyright-color);
}
.copyRightMsg{
    line-height: 4rem;
}
.aLinks{
    border-bottom: 1px solid var(--copyright-color);
    line-height:4rem;
}
.aLinks a {
    position: relative;
    padding: 0 2rem;
}
.aLinks a:not(:last-of-type)::after {
    content: "|";
    position: absolute;
    color: var(--copyright-color);
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.aLinks a:last-of-type {
    margin-right: 0;
}
.indexMore{
    padding: 0 10px;
}
/*首页样式e*/


/*选项卡s*/
.nav-tabs {
    position: relative;
}
.indexTabsTitle{
    display: flex;
}
.nav-tabs .nav-more {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 42px;
    line-height: 42px;
    color: #666;
}
.indexTabsTitle {
    border-bottom: 2px solid var(--border-line);
}

.indexTabsTitle li {
    cursor: pointer;
    height: 4rem;
    text-align: center;
    font-size: 1.8rem;
    border-bottom: 3px solid transparent;
    position: relative;
    z-index: 1;
    padding: 0 5rem;
    margin-bottom: -1px;
    color: var(--font-vice);
}

.indexTabsTitle .active {
    border-bottom-color: var(--main-color);
    color: var(--font-color);
    font-weight: bold;
}
.mainPanel .content {
    display: none;
    margin-top: 2rem;
}
/*选项卡e*/
.panelLi{
    border-radius: 1rem;
    margin: 1rem 1rem 2rem 1rem;
    padding: 1rem;
    text-align: center;
    border: 2px solid #bdebff;
    background: #f2fbff;
}
.panelImg{
    margin: 1rem auto 0 auto;
    width: 100px;
    height: 100px;
}
.panelIco01{
    background: url("../images/index01.png") center no-repeat;
    background-size: 100%;
}
.panelIco02{
    background: url("../images/index02.png") center no-repeat;
    background-size: 100%;
}
.panelIco03{
    background: url("../images/index03.png") center no-repeat;
    background-size: 100%;
}
.panelIco04{
    background: url("../images/index04.png") center no-repeat;
    background-size: 100%;
}
.inputSty,.selectSty{
    width: 100%;
    height: 100%;
    border: 1px solid var(--border-line);
    border-radius: 3px;
    padding: 10px;
    color: #666;
    outline: none;
}
.submitBtn{
    text-align: center;
    border-radius: 5px;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 10px;
}
.icon_lists .icon {
    display: block;
    height: 100px;
    line-height: 100px;
    font-size: 42px;
    margin: 10px auto;
    color: #333;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
}

/*列表页tab样式s*/
.userTabsTitle{
    display: flex;
}

.userTabsTitle li {
    cursor: pointer;
    text-align: center;
    font-size: 1.8rem;
    position: relative;
    border-radius: 0.1rem;
    z-index: 1;
    background-color: rgba(256, 256, 256, 0.3);
    color: #fff;
    padding: 1.6rem 4rem;
    margin-right: 1rem;
}

.userTabsTitle .active {
    background: #fff;
    color: var(--main-color);
}
.userTabsPanel .content, .userTabsPanel .content2,.userTabsPanel .content3{
    display: none;
}
/*列表页tab样式e*/


/*内容页tab样式s*/
.userTabTitle{
    margin-top: 2rem;
}
.guideTabsTitle{
    display: flex;
}
.guideTabsTitle li {
    cursor: pointer;
    text-align: center;
    font-size: 1.6rem;
    position: relative;
    border-radius: 0.3rem;
    z-index: 1;
    background: var(--third-color);
    color: var(--font-vice);
    padding: 1.2rem 4rem;
    margin-right: 1rem;
}
.guideTabsTitle .active {
    color: #fff;
    background: var(--main-color);
}
.guideTabsTitle .content{
    display: none;
}
/*内容页tab样式e*/

/*分页 s */
.list_pages{
    text-align: center;
}
.list_pages a{
    border: 1px solid var(--font-vice);
    color: var(--font-vice);;
    display: inline-block;
    height: 3.6rem;
    line-height: 3.6rem;
    text-align: center;
    width: 4.6rem;
    border-radius: 0.3rem;
    margin-right: 0.5rem;
    text-decoration: none;
}
.list_pages a:hover, .list_pages a.next:hover{
    border: 1px solid var(--main-color);
    background: var(--main-color);
    color: #fff;
}
.list_pages a.next{
    width: 6.2rem;
}
.list_pages a.current {
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    color: #ffffff;
}
.page_text{
    width: 2.6rem;
    border: 1px solid var(--font-vice);
    height: 2rem;
    line-height: 2rem;
    text-align:center;
    margin: 0 5px 0 10px;
}
.page_button{
    border: 1px solid var(--font-vice);
    line-height: 2rem;
    padding: 0 1rem;
    cursor:pointer;
    margin:0 0.5rem;
}

/*分页 e */
/*列表页缩略图s*/
#picBox{
    display: none;
}
.picList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.picLi{
    display: flex;
    align-items: center;
    width: 32%;
    margin-bottom: 2rem;
    padding: 2rem;
}
.picLi:last-child:nth-child(3n - 1) {
    margin-right: calc(32% + 4% / 2);
}
.picLi:last-child:nth-child(3n - 2) {
    margin-right: calc(64% + 2% / 2);
}
.reMoveBtn{
    position: absolute;
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    background: #ccc;
    color: #fff;
    border-radius: 0.5rem;
    text-align: center;
    top: 1rem;
    right: 1rem;
    cursor: pointer;
}
.listItemMsg{
    margin-left: 2rem;
}
.listItemTitle{
    font-weight: bold;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.listItmeDep{
    color: var(--font-vice);
}
.listBtnPanel{
    display: flex;
    height: 3.4rem;
}
.listBtnPanel input{
    width: 10rem;

}
/*列表页缩略图e*/
/*列表页表格s*/
.content_table{
    width: 100%;
    table-layout: fixed;
}
.content_table tr td{
    padding: 1.6rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.content_table tr td p{
    white-space: pre-wrap;
}
.content_table thead tr td{
    background: var(--background-color);
    text-align: center;
    font-weight: bold;
}
.content_table thead tr td:first-child{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.content_table thead tr td:last-child{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.content_table tbody tr{
    border-bottom: 1px solid var(--border-line);
}
.content_table tbody tr:last-child{
    border: none;
}
/*列表页表格e*/



/*列表页s*/
.listPage{
    display: flex;
    justify-content: space-between;
    padding: 2rem 0;
}
.leftSearch{
    background: var(--main-color);
    display: flex;
    justify-content: space-between;
    padding: 1.6rem;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.leftSearchInput{
    width: 80%;
}
.leftSearchBox{
    width: 16%;
}
.leftSearchBox span{
    font-size: 1.8rem;
}
.leftNavBox{
    width: 18%;
    border: 1px solid var(--border-line);
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.leftNavLi{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2rem 2rem;
}
.leftNavLiTitle span{
    margin-right: 1rem;
}
.leftNavPanel .active{
    background: var(--background-color);
}
.rightConPanel{
    width: 80%;
}
.pageNavTitle{
    font-size: 2.6rem;
}
.listActive{
    color: var(--main-color);
    font-weight: bold;
}
.pageSearch{
    display: flex;
    margin: 2rem 0;
    height: 4.2rem;
}
.inputBox{
    margin-right: 1rem;
    display: flex;
    align-items: center;
}
.pagesPanel{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pagesTitle{
    color: var(--font-vice);
}
.divisionLine{
    margin: 0 1rem;
}
.listModel a{
    padding: 0 10px;
}
/*列表页e*/
/*办理指南表格样式s*/
.guideTable{
    width: 100%;
}
.guideTable tr td{
    padding: 1.4rem 1rem;
    border: 1px solid var(--border-line);
}
.guideTd{
    background: var(--background-color);
}
/*办理指南表格样式e*/
.guideTabPanel{
    border: 1px solid var(--border-line);
}
.guideTabTable{
    width: 100%;
}
.guideTabTable thead tr td{
    font-weight: bold;
}
.guideTabTable tr td{
    padding: 1.6rem 1rem;
}

.guideTitle {
    position: relative;
}

.guideTitle:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-top: 3px solid var(--border-line);
}
.guideTitle:after {
    content: "";
    display: table;
    clear: both;
}

.guideName{
    display: flex;
    align-items: center;
    font-size: 1.8rem;
    height: 5rem;
    padding-left: 1rem;
    padding-right: 2rem;
    position: relative;
    float: left;
}
.guideName:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 0;
    border-bottom: 3px solid var(--main-color);
}

.guideIco{
    display: inline-block;
    border-radius: 5px;
    height: 20px;
    min-width: 6px;
    background: var(--main-color);
    margin-right: 1.5rem;
}
.guideTitle span{
    font-weight: bold;
}
.evaluatePanel{
    padding-bottom: 3rem;
}
.evaluateStar{
    display: flex;
    align-items: center;
}

.bannerStar .icon{
    margin-right: 1rem;
    color: var(--ico-background);
}
.bannerStar .starSun{

}
.evaluateBtn{
    display: flex;
    height: 3.6rem;
}
.evaluateBtn input{
    margin-left: 1rem;
}
.handleBtn{
    height: 4rem;
    width: 13rem;
}
.guideCon{
    padding: 2rem 3rem;
    min-height: 30rem;
}
.guideCon p{
    line-height: 3.6rem;
}
.questionTit span{
    background: var(--main-color);
    border-radius: 5px;
    display: inline-block;
    width: 2.4rem;
    height: 2.4rem;
    line-height: 2.4rem;
    color: #fff;
    text-align: center;
}
.questionCon{
    border-bottom: 1px solid var(--border-line);
    padding: 1rem 0;
}
.questionCon:last-child{
    border-bottom: none;
}
.questionCon p{
    text-indent: 2em;
    line-height: 2.6rem;
}
.tableBtnBox{
    height: 3.2rem;
    width: 7rem;
    margin: 0 5px;
}
.itemTitle{
    display: flex;
    align-items: center;
}
.itemMsgPanel{

}
.itemDepartment,.itemState{
    color: #fff;
    padding-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 300;
}
.sxblPanel{
    margin: 2rem 0;
    display: flex;

}
.sxblForm{
    padding: 1rem;
}
.sxblLeft{
    margin: 1rem;
    min-height: 600px;
}
.sxblRight{
    background: var(--background-color);
    padding: 0 2rem;
}

.timeLine {
    margin: 20px auto;
    overflow: hidden;
    position: relative
}
.timeLine li {
    background:linear-gradient(to left, var(--main-color),var(--main-color)) 9.5px 5px no-repeat;
    background-size: 1px 100%;
    position: relative;
    padding-left: 3rem;
}
.timeLine li::after{
    content: "";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: var(--checked);
    border: 3px solid var(--background-color);
    position: absolute;
    top: 2px;
    left: 0;
}
.timeLine li:last-child {background:none !important;}

/* .on  */
.timeLine li.on{
    background-size: 1px 100%;
    position: relative;
}
.timeLine li.on::after{
    content: "";
    background: radial-gradient(var(--main-color) 80%, transparent 30%) 50% 50% no-repeat,
    linear-gradient(to left, #fff,#fff) left top no-repeat;
    background-size: 100% 100%, 100% 100%;
}

/* .on 下面的li  */
.timeLine li.on ~ li{background:linear-gradient(to left, var(--later),var(--later)) 9.5px 5px no-repeat; background-size: 1px 100%;}
.timeLine li.on ~ li::after{
    content: "";
    background: radial-gradient(var(--later) 80%, transparent 30%) 50% 50% no-repeat,
    linear-gradient(to left, #fff,#fff) left 5px no-repeat;
    background-size: 100% 100%, 100% 100%;
}
.examineNode{
    font-size: 1.6rem;
    font-weight: bold;
}
.examineNode .icon{
    color: #63a2fc;
}
.examineMsg{
    line-height: 3rem;
    padding: 1rem 0;
    color: #666;
}
.panelTitle{
    display: flex;
    align-items: center;
    padding: 2rem 0.5rem;
}
.panelTitle b{
    font-size: 1.8rem;
}
.panelTitle span{
    font-size: 1.6rem;
}
.noBorderTable{
    border: 0;
    width: 100%;
    margin: 10px 0;
}
.noBorderTable tr td{
    padding: 1rem;
}
.sxblBtnPanel{
    display: flex;
    justify-content: flex-end;
}
.sxblBtnLi{
    width: 10%;
    height: 4rem;
    margin: 1rem;
}
.userMsgPanel{
    display: flex;
    align-items: center;
    border-radius: 1rem;
    margin: 2rem 0;
    padding: 2.6rem;
}
.unread::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #f36c70;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 3px;
}
.userMsgCon{
    margin-left: 2rem;
}
.userMsgTime{
    color: var(--font-vice);
    margin-top: 1rem;
}
.userHead{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 2rem;
}
.userName{
    font-size: 2rem;
    line-height: 2.4rem;
    font-weight: bold;
    padding-left: 1rem;
}
.userId{
    background: var(--background-color);
    border-radius: 50px;
    padding: 2px 10px;
}
.userMsgIco{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.userMsgBox{
    padding: 0 2rem;
}
.faceIco{
    margin: 0 auto;
    text-align: center;
    width: 80px;
    height: 80px;
    border-radius: 60px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 0 5px 5px rgba(200, 200, 200, .9);
}
.evaluateTableStar span{
    color: var(--warning-color);
}
.star {
    cursor: pointer;
    color: lightgray;
    font-size: 2rem;
    margin: 0 0.3rem;
}
.star:hover,.star.selected {
    color: var(--warning-color);
}
.userIcon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    transition: all .3s ease;
    border-radius: 50%;
    margin: 0 1rem;
    cursor: pointer;
}
.userIcon .icon{
    font-size: 3rem;
}
.userConBtn{
    color: var(--heatBorder) ;
}
.userConBtn a{
    padding: 0 0.5rem;
}
.userConBtn a:hover{
    color: #fff;
}
.userTablePanel{
    min-height: 50rem;
}
.paginationPanel{
    margin-top: 3rem;
}
.seachTips{
    font-weight: bold;
    margin: 2rem 1rem;
}
.seachTit{
    margin: -2rem 0 2rem 0;
}
.login_popover_mask {
    display:none;
    z-index: 9998;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#000;
    opacity:0.4;
    filter:alpha(opacity=40);
}
.login_popover {
    display:none;
    z-index:9999;
    position:fixed;
    top:50%;
    left:50%;
    width:500px;
    height: auto;
    padding: 4rem;
    transform: translate(-50%, -50%);
    border-radius:10px;
    background-color:#fff;
}

.login-name{
    font-size: 24px;
    text-align: center;
}
.loginform{
    margin: 2rem 0;
    position: relative;
    height: 5rem;
    display: flex;
    align-items: center;
}

.login-checked {
    width: 100%;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    margin: 2rem 0;
}

.login-checked input[type="checkbox"] {
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: -3px;
}

.password_close, .password_show {
    width: 20px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 100%;
    display: block;
    height: 20px;
    cursor: pointer;
}

.password_close {
    background: url("../images/eye_b.png") no-repeat center center;
    background-size: 100%;
}

.password_show {
    background: url("../images/eye_s.png") no-repeat center center;
    background-size: 100%;
}

.send-code {
    position: absolute;
    top:1px;
    right: 1px;
    color: #d8584e;
    padding: 10px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.resend-code {
    display: none;
    position: absolute;
    right: 0;
    color: #777777;
    padding: 0 10px;
    height: 48px;
    border: none;
    background-color: #fff;
    cursor: pointer;
}

.login-tab {
    width: 100%;
    height: 40px;
    margin: 20px 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.login-tab a {
    width: 50%;
    font-weight: normal;
    color: var(--font-vice);
    line-height: 100%;
    text-align: center;
    border-bottom: 2px solid var(--font-vice);
    padding: 20px 0;
    transition: 0.5s;
    cursor: pointer;
}

.login-tab a.active {
    color: var(--main-color);
    border-bottom-color: var(--main-color);
    font-weight: bold;
}

.login-item {
    display: none;
    margin: 30px 0;
}

.login-reg {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.login-reg a {
    color: var(--main-color);
    font-size: 14px;
}
.loginPopClose{
    display: flex;
    justify-content: flex-end;
}
.themeSelectSty{
    height: 3.2rem;
}
.img_box ul{
    overflow:hidden;
}

.img_box ul li{
    float: left;
    width:20%;
    margin-right:2.5%;
    padding:20% 0 0;
    position:relative;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    border-radius: 3px;
}
.img_box ul li img{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top:0;
}

.img_box ul .add_btn{
    border:1px solid #e5e5e5;
    background: url(../images/add.png) no-repeat 50% 50%;
    cursor: pointer;
    border-radius: 3px;
}
.img_box ul .del{
    position:absolute;
    right:0;
    top:0;
    border-radius: 2px;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    background: rgba(0,0,0, .5);
    color: #fff;
    cursor: pointer;
}

.signBox{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content:space-between;
}
.signPanel{
    width: 100%;
    border-radius: 5px;
    background-color: #fff;
    background-image: url('../images/signFont.png');
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.signbtn{
    width: 20%;
    position: relative;

}
.signBtnTop{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;

}
.signBtnBottom{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}
.practicalType{
    background: #F0C448;
    color: #fff;
}
.publicType{
    background: #39c4af;
    color: #fff;
}
.resetBtn{
    color: #000;
    background: #ccc;
}
.marginB{
    margin-bottom: 0.8rem;
}
#portrait-warning {
    position: relative;
    width: 100%;
    height: 100%;
    background: #999999;
}
.portrait-box{
    position: absolute; /* 固定位置 */
    top: 50%; /* 垂直居中 */
    left: 50%; /* 水平居中 */
    border-bottom: 4px solid #39c4af;
    transform: translate(-50%, -50%); /* 使用transform实现真正的居中 */
    background-color: rgba(255, 255, 255, 0.8); /* 半透明背景 */
    padding: 10px; /* 内边距 */
    border-radius: 5px; /* 圆角 */
    z-index: 999; /* 确保提示信息在最上层 */
    transition: opacity 0.3s ease; /* 平滑过渡效果 */
    text-align: center;
}
#portrait-warning b{
    line-height: 2.2rem;
    font-size: 1.2rem;

}
#portrait-warning p{
    font-size: 1rem;
    line-height: 1.3rem;
    text-indent: 2em;
    text-align: left;
}
#portrait-warning p span{
    color: #ff6023;
    padding: 0 5px;
    font-weight: bold;
}
.hidden {
    display: none; /* 隐藏元素 */
    pointer-events: none; /* 禁止点击 */
}


/*3.31 s*/
.panelHeight{
    min-height: 540px;
}
/*内容页*/
.pageTitel{
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    padding: 10px 0;
    line-height: 2.4rem;
}
.pageDate{
    color: #989898;
    text-align: center;
    height: 38px;
    line-height: 38px;
}
.pageContent p{
    text-indent: 2em;
    line-height: 2.6rem;
    color: #333333;
    padding: 5px 0;
}
.pageContent p img{
    text-align: center;
    margin: 0 auto;
    max-width: 600px;
}
/*
.vsbcontent_img img {
    margin: 5px auto;
    width: 100%;
    max-width: 580px;
}
.news-content h1, .news-content h2,.news-content h3, .news-content h4 , .news-content h5, .news-content h6 {
    font-size: 1rem;
}*/

.miniMenu{
    bottom: 200px;
    left: auto;
    margin: 0;
    position: fixed;
    right: 0px;
    top: auto;

    z-index: 9999;
}
.miniMenuIcon {
    display: flex;
    justify-content: center;
    align-items: center;
}
.miniMenuIcon .icon{
    font-size: 3.6rem;
}
.miniMenuUl{
    background: #fff;
    border: 1px solid #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 2px 9px -1px rgba(105, 105, 105, .69);
    box-sizing: border-box;
    list-style: none;
    padding: 10px;
}
.miniMenuLi:first-child {
    border-top: none;
}
.miniMenuLi{
    color: #585858;
    border-top: 1px solid #ccc;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 49px;
    min-height: 49px;
    padding: 10px;
    position: relative;
    text-align: center;
}
.miniMenuText{
    color: #666;
    line-height: 20px;
}
.unreadBox{
    position: absolute;
    right: 10px;
    top: 1px;
}
#signPic{
    margin: 0 auto;
    width: 50%;
}
.tipsMsgTit{
    line-height: 4rem;
}
.tipsMsg{
    border-top: 1px solid #ccc;
    line-height: 4rem;
}
