@charset "UTF-8";

/* 搜索 start */
.search {
    overflow: hidden;
    background: #f2f2f2;
}

.searchInput {
    width: 268px;
    z-index: 0;
    float: left;
    display: inline;
}

.searchInput input {
    width: 100%;
    padding: 0 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    height: 40px;
    line-height: 40px;
    background: none;
    border: none;
}

.searchInput input input::-webkit-input-placeholder {
    color: #666666;
    /* placeholder颜色  */
    font-size: 14px;
    /* placeholder字体大小  */
    text-align: left;
    /* placeholder位置  */
}

.searchBtn {
    float: left;
    display: inline;
    width: 38px;
    height: 40px;
    overflow: hidden;
    background: url(../images/common/search.png) no-repeat center center;
    position: relative;
}

.searchBtn:before {
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 50%;
    margin-top: -10px;
    width: 1px;
    height: 20px;
    background-color: #d7d7d7;
}

.topSearch {
    height: 2.5rem;
    width: 2.5rem;
}

.topSearch a {
    display: block;
    height: 2.5rem;
    position: relative;
    line-height: 2.5rem;
}

.topSearch a::before {
    display: block;
    content: '';
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    left: 0;
    top: 0;
    border-radius: 19px;
    background: #ededed url(../images/searchW.png) center center no-repeat;
    transition: all 0.3s linear;
}

.topSearch:hover a:hover::before {
    background: var(--themeColor) url(../images/searchW_h.png) center center no-repeat;
}

.topSearch:hover a {
    color: var(--themeColor);
}

.searchBox {
    position: absolute;
    top: -18.75rem;
    left: 0;
    right: 0;
    height: 7.5rem;
    z-index: 999;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all .5s ease;
    cursor: pointer;
}
.searchBox:hover{
    background-color: rgba(255, 255, 255, 0.6);
}
.searchBox.on {
    top: 5.625rem;
}

.searchBox .wrap {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.searchBox .input {
    width: 30.625rem;
    height: 3.75rem;
    border-radius: 3.75rem;
    border: 1px solid #999999;
    padding: 0 1.25rem;
    display: flex;
    align-items: center;
    position: absolute;
    left: 50%;
    left: 50%;
    transform: translate(-50%);
}
.searchBox .input input {
    flex: 1;
    border: none;
    background-color: transparent;
}
.searchBox .input a {
	width: 3.75rem;
	height: 3.75rem;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(../images/searchW.png);
}

/* 搜索 end */

/* 顶部 start */
.top {
    position: relative;
    top: 0;
    width: 100%;
    height: 5.625rem;
    left: 0;
    z-index: 99;
    transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .08);
}
.top .wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    column-gap: 5rem;
}
.top .logo {
    width: 11.25rem;
    height: 3.25rem;
}

.top .logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left center;
}

.topR {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    column-gap: 4.375rem;
}

.menuDl {
    display: flex;
    flex: 1;
    justify-content: flex-end;
}

.menuDl dd {
    height: 5.625rem;
    position: relative;
}

.mainMenu {
    position: relative;
    z-index: 9;
    padding: 0 2.125rem;
}


.mainMenu a {
    font-size: 1.125rem;
    color: #333;
    display: block;
    line-height: 5.625rem;
    height: 5.625rem;
    text-align: center;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    position: relative;
    z-index: 6;
    font-weight: bold;
    border-bottom: 3px solid transparent;
    box-sizing: border-box;
}

.menuDl dd.hover .mainMenu a,
.mainMenu a:hover {
    color: var(--themeColor);
    border-bottom: 3px solid var(--themeColor);
}

.menuDl dd .subMenu {
    padding-top: 8px;
    position: absolute;
    left: 50%;
    margin-left: -4.375rem;
    top: 4.5rem;
    width: 8.75rem;
    visibility: hidden;
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    z-index: 10;
}

.menuDl dd .subMenu.style2 {
    width: 645px;
    margin-left: -322px;
}

.menuDl dd .subMenu:before {
    display: block;
    content: '';
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -8px;
    width: 16px;
    height: 16px;
    background: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

.menuDl dd .subMenu .subMenuItem {
    position: relative;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
    padding: 8px 0 0;
    overflow: hidden;
    z-index: 3;
}

.menuDl dd .subMenu.style2 .subMenuItem {
    padding: 20px;
}

.menuDl dd .subMenu a {
    display: block;
    padding: 8px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    color: #333;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    /* font-family: 'phtL'; */
}

.menuDl dd .subMenu .subMenuItem a:hover,
.menuDl dd .subMenu .subMenuItem a.hover {
    color: var(--themeColor);
}

.menuDl dd:hover .subMenu {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
}

.topR .menuIcon div {
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    border-radius: 2px;
}

.menuTabTitle {
    margin-left: 50px;
}

.menuTabTitle a {
    display: block;
    font-size: 15px;
    color: #666666;
    padding: 8px;
    line-height: 24px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuTabTitle a:hover,
.menuTabTitle a.hover {
    color: #0063b1;
}

.menuTabContent {
    overflow: hidden;
}

.menuTabContent .pic {
    width: 150px;
    margin-right: 20px;
    overflow: hidden;
}

.menuTabContent .pic:before {
    padding-top: 66.6666%;
}

.menuTabContent .text {
    overflow: hidden;
}

.menuTabContent .info {
    font-size: 14px;
    color: #858585;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.menuTabContent .enter {
    line-height: 24px;
}

.menuDl1 dd .subMenu .enter a {
    color: #3184d7;
    text-align: left;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
}

.menuDl1 dd .subMenu .enter a:hover {
    opacity: 0.8;
}


/*三级菜单*/
.subItem {
    position: relative;
}
.thirdMenu {
    position: absolute;
    right: -88%;
    top: 0;
    min-width: 100px;
    height: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    height: auto;
    display: none;
    border-radius: 5px;
}
.thirdMenu::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 12px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    filter: drop-shadow(-1px 1px 2px rgba(0,0,0,0.1));
}
.menuDl dd .subMenu .subMenuItem {
    overflow: initial !important;
}
.subItem:hover .thirdMenu {
    display: block;
    padding: 20px 10px;
}



/*四级菜单 */
/* 四级菜单 */
.fourthMenu {
    position: absolute;
    right: -110%; /* 右侧展开 */
    top: 2%;
    min-width: 120px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
    border-radius: 5px;
    display: none;
    padding: 10px;
    z-index: 200;
}

/* 三级菜单中有四级菜单时显示 */
.thirdItem:hover > .fourthMenu {
    display: block;
}
/* 四级菜单箭头（可选） */
.fourthMenu::before {
    content: "";
    position: absolute;
    left: -6px;
    top: 25px;
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid #fff;
    filter: drop-shadow(-1px 1px 2px rgba(0,0,0,0.1));
}

/* 保持三级菜单原有效果 */
.subItem:hover .thirdMenu {
    display: block;
    padding: 20px 10px;
}
/* 顶部 end */

/* ————— 底部 start ————— */
.footer {
    background: #fff;
    border-top: 2px solid var(--themeColor);
}
.footer .main {
    display: flex;
    justify-content: space-between;
    padding: 1.875rem 0;
    border-bottom: 1px solid #ebebeb;
    column-gap: 5rem;
}
.footer .footerLTop {
    display: flex;
    align-items: end;
    column-gap: 2.375rem;
}
.footer .footerLTop img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.footer .logo {
    width: 11.875rem;
    height: 3.125rem;
}
.footer .webAq img {
    width: 6.875rem;
    height: 2.5rem;
}
.footerLBottom .title {
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #444;
    margin: 1.6875rem 0 .5rem;
}
.footerLBottom .phone{
    font-size: 1.625rem;
    line-height: 2.5rem;
    color: var(--themeColor);
    font-weight: 500;
}
.footerLBottom .tip {
    font-size: .875rem;
    line-height: 2rem;
    color: #777;
}
.footerR .post {
    font-size: 1.125rem;
    line-height: 2.25rem;
    color: #444;
    margin: 0 0 1.4375rem;
}
.footerDl {
    display: flex;
    column-gap: 1.25rem;
}
.footerDl .con {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.footerDl .img {
    width: 7.5rem;
    height: 7.5rem;
    border: 1px solid #ebebeb;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footerDl img {
    width: 5.9375rem;
    height: 5.9375rem;
    object-fit: contain;
    object-position: center;
}
.footerDl .name {
    font-size: .9375rem;
    color: #666;
    line-height: 1.9375rem;
}
/* 底部版权start   */
.friendCopyRight{ height: 5rem; line-height: 5rem; overflow: hidden; font-size: .9375rem; color: #666666;background: #fff;}
.friendCopyRight .conL{ float: left; display: inline;}
.friendCopyRight .conL span{ margin-right: 20px;color: #888;}
.friendCopyRight .conL a{ color: #888;}
.friendCopyRight .conL a.gabeian{ padding-left: 30px;background: url(../images/beian.png) left center no-repeat;}
.friendCopyRight .conL a:hover{ color: var(--themeColor);}
.friendCopyRight .conR{ float: right; display: inline;}
.friendCopyRight .conR a{color: #666666; }
.friendCopyRight .conR a:hover{ color: var(--themeColor);}
/* 底部版权end   */
/* ————— 底部 end   ————— */

/* ————— subBanner start ————— */
.subBanner{position: relative;overflow: hidden;width: 100%;}
.subBanner:before{display: block;content: '';padding-top: 22.3958%;}
.subBanner img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; object-position: center center;transform: scale(1.1);-webkit-transform: scale(1.1);transition: all 3s ease;-webkit-transition: all 3s ease;}
.subBanner.on  img{transform: scale(1);-webkit-transform: scale(1);}
.subBanner .text{width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.subBanner .wrap{height: 100%;position: relative;}
.subBanner .title {
    font-size: 2.25rem;
    color: #333;
    position: absolute;
    left: 0;
    bottom: 8.75rem;
}
.subBanner.subBanner2 .title {
    bottom: 13.75rem;
    color: #ffff;
}
.subBanner .subBannerSearch{
  position: absolute;
  left: 0;
  bottom: 6.6875rem;
  z-index: 20;
}
.subBanner .subBannerSearch .angecSearch {
    margin: 0;
}
/* ————— subBanner end ————— */
/* 二级菜单 start */
.monyLeftUse {
    position: relative;
}
.monyLeftMenuBox {
    width: 15rem;
    position: relative;
    top: -50px;
    min-height: 20rem;
}
.monyLeftMenuBox .monyMenuTitle {
    height: 5.1875rem;
    position: relative;
    background-color: #ce404d;
    border-radius: 0 3.125rem 0 0;
    margin-bottom: 10px;
}
.monyLeftMenuBox .monyMenuTitle a {
    display: block;
     font-size: 1.375rem;
    line-height: 2.75rem;
    color: #fff;
    background-color: var(--themeColor);
    border-radius: 0 4.0625rem 0 0;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1.875rem;
     display: flex;
    align-items: center;
}
.monyMenuDl {
    padding: 1.25rem;
    background-color: #fcf6f5;
}
.monyMenuDl dd>a {
    display: flex;
    align-items: center;
    height: 3.75rem;
    line-height: 3.75rem;
    justify-content: space-between;
    column-gap: 2rem;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
    transition: .3s;
    padding: 0 1.25rem;
    border-bottom: 1px solid #e6e6e6;
}
.monyMenuDl dd:last-child>a {
    border-bottom: none;
}
.monyMenuDl dd>a .title {
    flex: 1;
}
.monyMenuDl dd>a .more {
    width: .75rem;
    height: .75rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: .75rem,5px;
    transition: .3s;
    background-image: url(../images/icon/down.png);
}
.monyMenuDl dd>a .more.rotate {
    background-image: url(../images/icon/downbai.png);
}
.monyMenuDl dd>a:hover,
.monyMenuDl dd>a.hover {
    color: #fff;
    background-color: var(--themeColor);
}
.monyMenuDl dd>a:hover .more,
.monyMenuDl dd>a.hover .more {
    background-image: url(../images/icon/downbai.png);
}
.monyMenuUl {
    border-radius: 8px;
    transition: all 0.3s ease;
    max-height: 0;
    transform: translate(0);
    opacity: 0;
    transform: translate(0);
    width: 0%;
}
.monyMenuUl li {
    margin-bottom: .625rem;
}
.monyMenuUl.active {
    max-height: 800px;
    padding: 1.25rem;
    transform: translate(1);
    opacity: 1;
    transform: translate(1);
    width: 100%;
    box-sizing: border-box;
}
.monyMenuUl a {
    display: block;
    font-size: 1rem;
    color: #444;
    line-height: 1.5rem;
    padding-bottom: .75rem;
    padding-left: .625rem;
    transition: .3s;
    position: relative;
}
.monyMenuUl a::before {
    content: '';
    position: absolute;
    left: 0;
    top: .55rem;
    width: .3125rem;
    height: .3125rem;
    background-color: #333;
    border-radius: 100%;
    transition: .3s;
}
.monyMenuUl a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--themeColor);
    transition:.3s;
}
.monyMenuUl a:hover,.monyMenuUl a.hover{
    color: var(--themeColor1);
}
.monyMenuUl a:hover::before,.monyMenuUl a.hover::before{
    background-color: var(--themeColor1);
}
.monyMenuUl a:hover::after,.monyMenuUl a.hover::after{
    width: 100%;
}
/* 二级菜单 end */
/* ————— 当前位置 start ————— */
.locationBox{clear:both;width: 100%;height: 4.375rem;background: #fff;box-shadow:0 3px 5px rgba(0, 0, 0, 0.15);border-bottom: 1px solid #e6e6e6;}
.locationBox .wrap{height: 100%; display: flex;align-items: center;justify-content: space-between;}
.subNavBox .subNav {
    display: flex;
    align-items: center;
}
.subNavBox .subNav a {
    height: 4.375rem;
    line-height: 4.375rem;
    padding: 0 2.375rem;
    font-size: 1rem;
    color: #333;
    font-weight: bold;
    transition: .3s;
    position: relative;
}
.subNavBox .subNav a::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: var(--themeColor);
    transition: .3s;
}
.subNavBox .subNav a:hover,
.subNavBox .subNav a.hover {
    color: var(--themeColor);
    background-color: #fcf5f5;
}
.subNavBox .subNav a:hover::before,
.subNavBox .subNav a.hover::before {
    width: 100%;
}
.locationBox .location {
    display: flex;
    align-items: center;
    column-gap: 6px;
}
.locationBox .location a{
    font-size: .9375rem;
    color: #999;
    padding-left: .625rem;
   background-position: left center;
	background-repeat: no-repeat;
}
.locationBox .location a:hover,
.locationBox .location a.hover{
	color: #333;
}
.locationBox .location a.home{
	padding-left: 20px;
	background-size: 15px;
	background-image: url(../images/icon/newshome.png);
}
.locationBox .location a {
	background-size: 6px;
	background-image: url(../images/icon/newssjx.png);
	padding-left: 12px;
}
/* ————— 当前位置 end ————— */
/* ————— 三级栏目 start ————— */
.sjMenu{ text-align: center; font-size: 0;}
.sjMenu a{ display: inline-block; height: 30px; line-height: 30px; padding:0 30px; color: #333; border: 1px solid #fff; border-radius: 32px; font-size: 14px; margin: 0 5px; background: #FFF;}
.sjMenu a:hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
.sjMenu a.hover{ background: var(--themeColor); color: #FFF; border-color: var(--themeColor);}
/* ————— 三级栏目 end ————— */
/* ————— 页码 start ————— */
.page{text-align: center;clear: both;font-size: 14px;padding: 12px;}
.page a{display: inline-block;overflow: hidden;width:40px;height: 40px;line-height: 40px; color:#999999;border-radius:100%; border: 1px solid #ebebeb; background: #fff; margin: 0 3px;vertical-align: middle;box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);}
.page span{display: inline-block; padding: 10px 15px; position: relative; top: -15px;}
.page a:hover{background: var(--themeColor1);color: #fff;}
.page a.hover{background: var(--themeColor1);color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}
.page a div{width: 40px;height: 40px;background-position: center center;background-repeat: no-repeat;}
.page a.firstPage div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage div{background-image: url(../images/common/page/lastPage.png)}
.page a.firstPage:hover div{background-image: url(../images/common/page/firstPageh.png)}
.page a.prevPage:hover div{background-image: url(../images/common/page/prevPageh.png)}
.page a.nextPage:hover div{background-image: url(../images/common/page/nextPageh.png)}
.page a.lastPage:hover div{background-image: url(../images/common/page/lastPageh.png)}
.page a.firstPage.disabled{background:#fff;}
.page a.prevPage.disabled{background:#fff;}
.page a.nextPage.disabled{background:#fff;}
.page a.lastPage.disabled{background:#fff;}
.page a.firstPage.disabled div{background-image: url(../images/common/page/firstPage.png)}
.page a.prevPage.disabled div{background-image: url(../images/common/page/prevPage.png)}
.page a.nextPage.disabled div{background-image: url(../images/common/page/nextPage.png)}
.page a.lastPage.disabled div{background-image: url(../images/common/page/lastPage.png)}
/* ————— 页码 end ————— */


/*********** 基础公共列表页 start ***********/
/* 下载 end */
/* 视频列表 start */
.videoList {overflow: hidden;margin:0 -15px;}
.videoList dd {width: 33.33333%;float: left;display: inline;padding: 15px 0;}
.videoList dd .con {display: block;margin:0 15px;background: #fff;overflow: hidden;border-radius: 5px;transition: .4s;-webkit-transition: .4s;}
.videoList dd .pic::before{padding-top: 66.5761%;}
.videoList dd .pic .playBtn{position: absolute;width: 100%;height: 100%;top: 0;left: 0;background: rgba(0, 0, 0, 0.3);z-index: 2;}
.videoList dd .pic span.play {width: 100%;height:60px;margin-bottom:10px;display: block;background: url(../images/common/videoIco.png) no-repeat center center;background-size: 50px;}
.videoList dd .pic span.time {width: 100%;height: 16px;line-height: 16px;display: block;font-size: 16px;color: #ffffff;text-align: center;}
.videoList dd .text{padding:20px;}
.videoList dd .con .title {height: 25px;line-height: 25px;font-size: 16px;color: #333333;overflow: hidden;transition: all 0.4s;-webkit-transition: all 0.4s; text-align: center;}
.videoList dd .con:hover .title {color: var(--themeColor);}
.videoList dd .con:hover{box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.1);transform: translateY(-2px);-webkiet-transform: translateY(-2px);}
/* 视频列表 end */
/* 视频弹窗 start */
.aykj-videoPop .layui-layer-setwin .layui-layer-close2{
	width:30px !important;
	height:30px !important;
	right:-40px;
    top:-40px;
}
.aykj-videoPop {
	border:10px solid rgba(255, 255, 255, 0.9);
	box-shadow: 0 1px 20px 0 rgba(0, 0, 0, 0.1)!important;
	border-radius:5px !important;
	background-color:#000 !important;
	}
/* 视频弹窗 end */


/*********** 文章详细页 start ***********/
.articleC {background: #FFFFFF;padding: 0 45px 45px;}
.articleBox {line-height: 36px;padding: 10px 0 0;color: #666666;font-size: 16px;margin-bottom: 10px;}
.articleBox .articPdf {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    display: inline-block;
    padding-left: 44px;
    background-position: left calc(100% - 2px);
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/icon/word.png);
    font-weight: 700;
    transition: .3s;
}
.articleBox .aykjWord {
    font-size: 18px;
    line-height: 36px;
    color: #333;
    display: inline-block;
    padding-left: 44px;
    background-position: left calc(100% - 2px);
    background-repeat: no-repeat;
    background-size: 30px;
    background-image: url(../images/icon/pdf.png);
    font-weight: 700;
    transition: .3s;
}

.articleBox .articPdf:hover {
    color: var(--themeColor);
}
.articleBox img {max-width: 100%;}
/* 标题 start */
.articleTitle {clear: both;line-height: 40px;font-size: 26px;font-family: "microsoft yahei";color: #333333;text-align: center;position: relative;}
/* 标题 end */
/* 发布信息 start  */
.articleTime {display: flex;color: #666666;font-size: 16px;line-height: 32px;padding: 15px 0 24px;border-bottom: 1px solid #ebebeb;align-items: center;justify-content: center;column-gap: 35px;}
.shareBox .sharejs_list  .sharejs_item{position:relative;z-index: 100}
/*  发布信息 end  */
/* 分享 start */
.articleShare {display: inline-block;vertical-align: middle;}
.articleShare .shareParent .shareItem{vertical-align: middle;}

/*  分享 end  */
/*  大图 start */
/* 文章阅读页-内容上部大图 */
#play {width: 600px;height: 400px;position: relative;overflow: hidden;background: #fff;border: 1px solid #e9e9e9;padding: 5px;margin: 20px auto 0 auto;}
#play .change_a {width: 40%;height: 100%;position: absolute;top: 0;z-index: 1;cursor: pointer;display: block;overflow: hidden;}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {width: 24px;height: 43px;display: block;position: absolute;top: 50%;margin-top: -21px;display: none}
#play .prev_a span {background: url(../images/common/file/article_iconh.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/common/file/article_iconh.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {position: relative;z-index: 1;width: 600px;height: 400px;}
#play .img_ul li {position: relative;z-index: 1;width: 600px;height: 400px;background: #fff;margin: 0 0 5px 0;}
#play .img_ul li img {position: absolute;}
.imgMove {width: 600px;clear: both;margin: 20px auto;position: relative;}
.img_hd {margin: 0 auto;overflow: hidden;height: 60px;position: relative;}
.img_hd ul {position: absolute;z-index: 1}
.img_hd ul li {float: left;height: 47px;width: 70px;padding: 3px;margin: 0 7px;cursor: pointer;background: #fff;border: 1px solid #d4d4d4;position: relative;}
.img_hd ul li p {height: 47px;width: 70px;display: block;background: #fff;position: relative;}
.img_hd ul li i {display: block;clear: both;line-height: 20px;padding: 0 5px;background: #000;color: #fff;position: absolute;right: 3px;bottom: 3px;z-index: 9;filter: alpha(opacity=50);-moz-opacity: 0.5;opacity: 0.5;font-family: Arial;font-size: 12px;font-style: normal;}
.img_hd ul li img {position: absolute;height: 47px;width: 70px;}
.img_hd ul li.on {border: 1px solid var(--themeColor);background: var(--themeColor);}
.imgMove .bottom_a {width: 20px;height: 25px;display: block;cursor: pointer;z-index: 10;float: left;top: 15px;position: absolute;z-index: 9;background: url(../images/common/file/article_iconh.png) no-repeat;}
.imgMove .prev_a {background-position: left top;left: 0;}
.imgMove .next_a {background-position: right top;right: 0;}
/* ————— 大图 end ————— */
/* ————— 文件 start ————— */
.articleHand {clear: both;font-size: 16px;padding: 10px 0px 20px 0;/* overflow: hidden; */}
.articleHand a {display: inline-block;line-height: 32px;padding: 0 20px 0px 30px;background: url(../images/common/file/file.png) no-repeat left center; color:#666;margin-bottom: 10px;}
.articleHand a.word {background: url(../images/common/file/word.png) no-repeat left 3px;color: #37a6ff !important;}
.articleHand a.ppt {background: url(../images/common/file/ppt.png) no-repeat left center;color: #ff7735 !important;}
.articleHand a.excel {background: url(../images/common/file/excel.png) no-repeat left center;color: #15bf44 !important;}
.articleHand a.pdf {background: url(../images/common/file/pdf.png) no-repeat left center;color: #1369c0 !important;}
.articleHand a.zip {background: url(../images/common/file/zip.png) no-repeat left 3px;color: #ff9779 !important;}
.articleHand a:hover{text-decoration: underline;}
/* ————— 文件 end ————— */
/* ————— 文章页码 start ————— */
.articlePage {clear: both;text-align: center;font-family: Arial;font-size: 0;}
.articlePage a {margin: 0 5px;background: #ccc;padding: 3px 12px;display: inline-block;font-size: 12px;height: 24px;line-height: 24px;}
.articlePage a:hover {color: #fff;background: var(--themeColor);}
.articlePage a.hover {color: #fff;background: var(--themeColor);}
/* ————— 文章页码 end ————— */
/* ————— 上一篇/下一篇 start ————— */
.newsPage {
    display: flex;
    align-items: center;
    column-gap: 160px;
    justify-content: space-between;
    padding: 38px 0 42px;
    border-top: 1px solid #ebebeb;
}
.newsPage a.home {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #f7f7f7 no-repeat center center url(../images/icon/menu.png);
    transition: .3s;
}
.newsPage a.home:hover {
    background: var(--themeColor) no-repeat center center url(../images/icon/menuh.png);
}
.newsPage div{
    flex: 1;
}
.newsPage div span{
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333;
    font-weight: bold;
    margin-bottom: 28px;
}
.newsPage div a {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
    color: #666;
    display: block;
    transition: .3s;
}
.newsPage div a:hover {
    color: var(--themeColor1);
}
/* ————— 上一篇/下一篇 end ————— */
/* ————— 音频 start ————— */
.newsAudio .audiojs audio {position: absolute;left: -1px;opacity: 0;}
.newsAudio .audiojs {z-index: 99999;background: #fff;overflow: hidden;font-family: monospace;font-size: 12px;border-radius: 5px;box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);width: 400px;margin: 0 auto;border: 1px solid #e5e5e5;}
.newsAudio .audiojs .play-pause {width: 25px;height: 27px;padding: 4px 6px;margin: 0px;float: left;overflow: hidden;position: relative;}
.newsAudio .audiojs .play-pause:before {content: '';display: block;border-right: 1px solid #e5e5e5;position: absolute;right: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs p {display: none;width: 25px;height: 27px;margin: 0px;cursor: pointer;}
.newsAudio .audiojs .play {display: block;}
.newsAudio .audiojs .scrubber {position: relative;float: left;width: 240px;background: #f5f5f5;height: 14px;margin: 10px;top: 1px;overflow: hidden;}
.newsAudio .audiojs .progress {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #fbbc05;z-index: 1;}
.newsAudio .audiojs .loaded {position: absolute;top: 0px;left: 0px;height: 14px;width: 0px;background: #ffeebb;cursor: pointer;}
.newsAudio .audiojs .time {overflow: hidden;height: 35px;line-height: 36px;margin: 0px 0px 0px 6px;padding: 0px 6px 0px 12px;position: relative;color: #666;}
.newsAudio .audiojs .time:before {content: '';display: block;border-left: 1px solid #e5e5e5;position: absolute;left: 0;top: 0;height: 100%;transform: scaleX(0.3);}
.newsAudio .audiojs .time em {padding: 0px 2px 0px 0px;color: #666;font-style: normal;}
.newsAudio .audiojs .time strong {padding: 0px 0px 0px 2px;font-weight: normal;}
.newsAudio .audiojs .error-message {display: none;padding: 0px 10px;height: 35px;overflow: hidden;line-height: 36px;white-space: nowrap;color: #666;text-overflow: ellipsis;-o-text-overflow: ellipsis;-icab-text-overflow: ellipsis;-khtml-text-overflow: ellipsis;-moz-text-overflow: ellipsis;-webkit-text-overflow: ellipsis;}
.newsAudio .audiojs .error-message a {color: #666;text-decoration: none;padding-bottom: 1px;border-bottom: 1px solid #999;white-space: wrap;}
.newsAudio .audiojs .play {background: url(../../common/components/audio/images/play.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .loading {background: url(../../common/components/audio/images/loading.png) center center no-repeat;background-size: 14px;-webkit-animation: fa-rotating 2s infinite linear;animation: fa-rotating 2s infinite linear;}
.newsAudio .audiojs .loading:before {content: '';}
@keyframes fa-rotating {0% {-webkit-transform: rotate(0deg);transform: rotate(0deg);}100% {-webkit-transform: rotate(359deg);transform: rotate(359deg);}}
.newsAudio .audiojs .error {background: url(../../common/components/audio/images/error.png) center center no-repeat;background-size: 14px;}
.newsAudio .audiojs .pause {background: url(../../common/components/audio/images/pause.png) center center no-repeat;background-size: 16px;}
.newsAudio .playing .play,
.newsAudio .playing .loading,
.newsAudio .playing .error {display: none;}
.newsAudio .playing .pause {display: block;}
.newsAudio .loading .play,
.newsAudio .loading .pause,
.newsAudio .loading .error {display: none;}
.newsAudio .loading .loading {display: block;}
.newsAudio .error .time,
.newsAudio .error .play,
.newsAudio .error .pause,
.newsAudio .error .scrubber,
.newsAudio .error .loading {display: none;}
.newsAudio .error .error {display: block;}
.newsAudio .error .play-pause p {cursor: auto;}
.newsAudio .error .error-message {display: block;}
/* ————— 音频 end ————— */
/* ————— 视频 start ————— */
.newsViewVideo{width: 600px;height: 400px;margin: 0 auto;position: relative;}
.newsViewVideo #col1mui-player{height: 100% !important;cursor: pointer;}
.newsViewVideo #muiPlaybtn{position: absolute;left: 0;top: 0;background: url(../images/play.png) no-repeat center center;width: 100%;height: 100%;display: block;z-index: 999;cursor: pointer;}
/* ————— 视频 end ————— */


/* ————— 有序列表 start ————— */
.articleBox  ul,.articleBox  ol{padding-left: 20px;}
.articleBox  ul li{list-style-type: disc;}
.articleBox  ol li{list-style-type: decimal}
/* ————— 有序列表 end ————— */

/* ————— 表格 start ————— */
.articleBox table{
    margin: 0 auto;
}
.articleBox table tr td{
  padding: 5px;
  border: 1px solid #e6e6e6;
}
/* ————— 表格 end ————— */
/*********** 文章详细页 start ***********/

/* 通用 筛选条件 start */
.generalSelectBg {
    padding: 2.5rem 1.875rem;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.generalSelectBox {
    display: flex;
    column-gap: 1rem;
    margin-bottom: .9375rem;
}
.generalSelectBox  .title {
    font-size: 1rem;
    line-height: 2.5rem;
    color: #333;
    font-weight: bold;
}
.generalSelectDl {
    flex: 1;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    row-gap: .9375rem;
    position: relative;
}
.generalSelectDl dd{
    transition: .3s;
    margin-right: 2.1875rem;
}
.generalSelectDl .con {
    font-size: 1rem;
    line-height: 2.5rem;
    padding: 0 1.25rem;
    cursor: pointer;
    transition: .3s;
}
.generalSelectDl dd:hover,
.generalSelectDl dd.hover {
    background-color: #f5ece0;
    color: #a06637;
    border-radius: 3px;
    font-weight: bold;
}
.generalSelectDl dt {
    height: 2.5rem;
    z-index: 10;
    width: 0;
}
.generalSelectDl dt .more {
     position: absolute;
    right: 0;
    top: 0;
    font-size: .9375rem;
    color: #999;
    line-height: 2.5rem;
    padding-right: 1.25rem;
    cursor: pointer;
    transition:.3s;

}
.generalSelectDl1 {
    max-height: 2.5rem;
    overflow: hidden;
    position: relative;
    padding-right: 1.25rem;
    transition: max-height 0.5s ease;
}

.generalSelectDl1.active {
    max-height: 500px;
}
.generalSelectDl dt .more::before{
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
     background-position: right center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/down.png);
    background-size: .625rem;
    margin-bottom: .9375rem;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transition: transform 0.3s ease;
}
.generalSelectDl.active dt .more::before {
    transform: translateY(-50%) rotate(180deg);
}

.generalSelectNum {
    font-size: 1rem;
    line-height: 3.5rem;
    color: #333;
    font-weight: bold;
}
.generalSelectNum span {
    color: var(--themeColor1);
}
/* 通用 筛选条件 end */



/* 贵金属产品列表 start */

.productSearch  {
    width: 680px;
    height: 60px;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.12);
    background-color: #fff;
}

.productSearch input {
    border: none;
    width: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.productSearch input::placeholder {
    font-size: 16px;
    line-height: 24px;
    color: #999;
}
.productSearch img {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    margin-left: 30px;
    cursor: pointer;
}

.productFilter {
    width: 100%;
    padding: 30px;
    border-radius: 10px;
    background: #f7f7f7;
    font-size: 16px;
    line-height: 24px;
    box-sizing: border-box;
}
.productFilter .filter {
    display: flex;
    margin-top: 15px;
}
.productFilter .filter:first-child {
    margin: 0;
}
.productFilter .filterT {
    font-weight: bold;
    color: #333;
    margin-right: 53px;
    padding: 8px 0;
    flex-shrink: 0;
}
.productFilter .filterC,
.productFilter .filterC dl{
    display: flex;
    gap: 20px 40px;
}
.productFilter .filterC dl {
    overflow: hidden;
    flex-wrap: wrap;
    transition: all 0.5s;

}
.productFilter .filterO {
    height: fit-content;
    padding: 8px 20px;
    color: #444;
    cursor: pointer;
    flex-shrink: 0;
    transition: .3s;
}
.productFilter .filterO.active,
.productFilter .filterO:hover {
    border-radius: 3px;
    font-weight: bold;
    color: #a06637;
    background: #f5ece0;
}

.productFilter .toggleBtn {
    margin-left: auto;
    display: flex;
    align-items: center;
    padding-left: 4px;
}

.productFilter .toggleBtn .btn {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    user-select: none;
    padding-right: 6px;
    margin-left: 6px;
    font-size: 14px;
    color: #999;
}

.productFilter .toggleBtn.expanded .arrowIcon {
    transform: rotate(270deg);
}
.productFilter .toggleBtn .arrowIcon {
    font-family: 'SimSun';
    transform: rotate(90deg);
    transition: all 0.5s;
}

.productList {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.productList .product {
    width: calc(calc(100% - 60px) / 3);
    border: 1px solid #e6e6e6;
    box-sizing: border-box;
    transition: all 0.5s;

}
.productList .product:hover {
    box-shadow: 0 0 10px 6px rgba(102, 102, 102, 0.2);
}
.productList .pic {
    border-bottom: 1px solid #e6e6e6;
    overflow: hidden;
}

.productList .pic::before {
    padding-top: 66.39%
}
.productList .text {
    padding: 24px 20px;
    background: #fff;
}
.productList .text .textTop,
.productList .text .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
}
.productList .text .textTop {
    color: #d8000f;
}
.productList .text .title {
    color: #333;
}
.productList .text .textC {
    font-size: 14px;
    line-height: 20px;
    color: #999;
}
/* 贵金属产品列表 end */

/* 贵金属产品详情 start */
.productDetail {
  padding: 30px;
  flex-direction: column;
}
.productDetail .detailTop {
  display: flex;
  width: 100%;
}
.productDetail .detailTop .pic {
  width: 518px;
  border: 1px solid #e6e6e6;
  margin-right: 30px;
  flex-shrink: 0;
}
.productDetail .detailTop .pic::before {
  padding-top: 66.02%;
}
.productDetail .detailTopR {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.productDetail .info {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #e6e6e6;
}
.productDetail .info .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  color: #333;
  margin-right: 20px;
}
.productDetail .info .textC {
  font-size: 18px;
  color: #666;
  margin-top: 30px;
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.productDetail .info .textC .title {
  color: #d8000f;
}
.productDetail .info .buyBtn {
  width: 170px;
  height: 50px;
  margin-left: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 3px;
  background-color: #ce404d;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
}
.productDetail .spec {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 14px;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #e6e6e6;
}
.productDetail .spec dd {
  width: 50%;
  font-size: 18px;
  line-height: 48px;
  display: flex;
}
.productDetail .textL {
  font-weight: bold;
  color: #333;
}
.productDetail .textC {
  color: #666;
    flex:1;
}
.productDetail .tip {
  flex-grow: 1;
  display: flex;
  font-size: 18px;
  line-height: 2;
    margin-bottom: 10px;
}
.productDetail .tip .textL {
  color: #666;
}
.productDetail .detailC .tabs {
  border-bottom: 1px solid #e6e6e6;
}
.productDetail .detailC .tabItem {
  width: fit-content;
  padding: 20px 0;
  padding-right: 18px;
  font-size: 20px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
  position: relative;
}
.productDetail .detailC .tabItem.active:after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #a6202f;
}
.productDetail .detailC .tabC {
  min-height: 400px;
  font-size: 18px;
  line-height: 36px;
  color: #333;
}
/* 贵金属产品详情 end */

/* 贵金属业务 start */
.metalArticle .maxTitle {
    margin-top: 30px !important;
}
/* 贵金属业务 end */

/* 金价趋势 start */
.metalChart .maxTitle {
    margin-top: 30px !important;
}
.metalChart .con .text {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.metalChart .con .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
}
.metalChart .con .textC {
  display: flex;
  align-items: baseline;
  color: #d8000f;
  margin-top: 14px;
  font-weight: bold;
}
.metalChart .con .textC .price {
  font-size: 36px;
  line-height: 50px;
  margin-right: 24px;
}
.metalChart .con .textC .trend {
  font-size: 20px;
}
.metalChart .con .time {
  font-size: 16px;
  line-height: 24px;
  color: #999;
  margin-top: 34px;
}
.metalChart .con .right {
  display: flex;
  flex-wrap: wrap;
  width: 714px;
  height: fit-content;
}
.metalChart .con .right dd {
  width: calc(100% / 3);
  padding-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 70px;
  border-bottom: 1px solid #ebebeb;
  color: #666;
  box-sizing: border-box;
}
.metalChart .con .right dd:nth-of-type(-n+3) {
  border-top: 1px solid #ebebeb;
}
.metalChart .con .right dd .textP {
  color: #d8000f;
}
.metalChart .con .chart #metalLineChart {
  width: 100%;
  height: 330px;
}
/* 金价趋势 end */

/* 贵金属 动态公告 start */
.textList3 .maxTitle {
    margin-top: 30px !important;
}
.textList3 .title::after {
    display: none !important;
}
/* 贵金属 动态公告 end */

/* 投资者教育 start */
.textList4 {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.textList4 .con {
position: relative;
  border: 1px solid #e9e9e9;
  padding: 40px 30px;
  padding-right: 60px;
  transition: 0.5s;
}
.textList4 .con::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 1px;
    background: #bf0008;
    transition: 0.5s;
}
.textList4 .date {
  width: 96px;
  height: 96px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: transparent;
  color: #333;
  margin-right: 23px;
  transition: 0.5s;
}
.textList4 .day {
  font-size: 52px;
  line-height: 60px;
}
.textList4 .yearMonth {
  font-size: 16px;
  line-height: 22px;
}
.textList4 .title {
  margin-top: 5px;
  font-size: 20px;
  line-height: 30px;
  color: #333;
}
.textList4 .textC {
  font-size: 14px;
  line-height: 28px;
}
.textList4 .con:hover {
  border-color: #fcf5f5;
  border-bottom-color: #e9e9e9;
  background: #fcf5f5;
}
.textList4 .con:hover::after {
    width: 100%;
}
.textList4 .con:hover .date {
  background: #ce404d;
  color: #fff;
}
/* 投资者教育 end */




/* 服务指南 start */
.serveListColumn {
    overflow: hidden;
}
.serveListColumn .maxTitle {
    font-size: 1.875rem;
    color: var(--themeColor);
    font-weight: bold;
    margin: 0 0 1.75rem;
}
.serveList a {
    display: block;
    border-bottom: 1px solid #ededed;
    position: relative;
    padding: 5px 15px 5px;
    transition: .3s;
}
.serveList .title {
    font-size: 1rem;
    line-height: 2.5rem;
    height: 2.5rem;
    overflow: hidden;
    position: relative;
    padding-left: 15px;
}
.serveList .title::after{
    display: block;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 100%;
    background-color: var(--themeColor);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.serveList a:hover {
    color: var(--themeColor);
    background-color: #fcf5f5;
}
.servePopBg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.4);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}
.servePopBg.active {
    display: flex;
    animation: fadeIn 0.3s ease;
}
.servePop {
    position: relative;
    background-color: #fff;
    z-index: 5000;
    width: 800px;
    max-height: 700px;
    overflow-y: auto;
    border-radius: 10px;
}
.servePop .offBt {
    position: absolute;
    right: 15px;
    top: 10px;
    width: 30px;
    height: 30px;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    color: #666;
    transition: 0.3s;
}
.servePop .offBt:hover {
    color: var(--themeColor);
    transform: scale(1.1);
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}
.servePop .title {
    font-size: 1.25rem;
    line-height: 1.5;
    text-align: center;
    color: var(--themeColor);
    border-bottom: 1px solid #ededed;
    padding: 1rem;
}
.servePop .text {
    padding: 1.25rem;
}
.servePop .textC {
    font-size: 1rem;
    line-height: 1.875rem;
    color: #666;
}
.servePop .textC span {
    color: #333;
    font-weight: 600;
}
/* 服务指南 end */

/* 新销售人员 start */
.eraMonyTableC .main {
    margin: 50px 0;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
.eraMonyTableC .maxTitle {
    font-size: 1.5rem;
    color: var(--themeColor);
    font-weight: bold;
    margin: 0 0 1.75rem;
    text-align: center;
}
.table-wrapper {
    overflow-x: auto;
    border: 1px solid #ddd;
    max-width: 100%;
    position: relative;
}

.eraMonyTable {
    border-collapse:separate;
    width: 100%;
    min-width: 1200px;
}

.eraMonyTable thead th {
    background-color: #fff8e7;
    color: #ce404d;
    padding: 12px 15px;
    text-align: left;
    white-space: nowrap;
}

.eraMonyTable tbody td {
    padding: 10px 15px;
    white-space: nowrap;
    text-wrap: nowrap;
}
.eraMonyTable tbody tr:hover {
    background-color: #f5f5f5;
}

/* 固定第一列 */
.eraMonyTable thead th:first-child,
.eraMonyTable tbody td:first-child {
    position: sticky;
    left: 0;
    z-index: 10;
    background-color: #fff;
    box-shadow: 2px 0 5px rgba(0,0,0,0.1);
    z-index: 1000;
}

.eraMonyTable thead th:first-child {
    background-color: #fff8e7;
    color: #ce404d;
    z-index: 11;
}

.eraMonyTable tbody tr:nth-child(even) td:first-child {
    background-color: #f9f9f9;
}

.eraMonyTable tbody tr:hover td:first-child {
    background-color: #f5f5f5;
}
.eraMonyTable th,
.eraMonyTable td {
    border-right: 0.5px solid #e8e8e8;
    border-bottom: 0.5px solid #e8e8e8;
}
.eraMonyTable th:first-child,
.eraMonyTable td:first-child {
    border-left: 0.5px solid #e8e8e8;
}
.eraMonyTable tr:first-child th {
    border-top: 0.5px solid #e8e8e8;
}
