
body {
    background:#fafafa;
}

.content {
    width:1200px;
    margin:0 auto;
}

.standard_Wrap {
    width:100%;
    display:flex;
    justify-content:space-between;
    margin-top:20px;
}

.left_Menu_Wrap {
    width: 240px;
    background: linear-gradient( 180deg, #EEF4FF 0%, #F1F6FF 100%);
    border-radius: 4px 4px 4px 4px;
}

.left_Menu_Change {
    height:52px;
    width:100%;
    display:flex;
    justify-content:space-between;
}

    .left_Menu_Change div {
        width: 120px;
        height: 52px;
        background: #FAFDFF;
        text-align: center;
        line-height: 52px;
        font-size: 16px;
        color: #838A9E;
        cursor:pointer;
        user-select:none;
    }

.menu_Wrap {
    margin-top:14px;
    width:100%
}

.right_Content_Wrap {
    width:940px;
}

.standard_Type_Wrap {
    width: 100%;
 
    background: linear-gradient( 180deg, #EEF4FF 0%, #F1F6FF 100%);
    border-radius: 4px;
    overflow: hidden;
}

.standard_Type_Wrap .change_Types {
    display:flex;
}

.type_Name {
    font-weight: 400;
    font-size: 14px;
    color: #8B92A4;
    margin-left:20px;
    margin-right:16px;
    white-space:nowrap;
    padding-top:1px;
}

.type_Info {
    display:flex;
    flex-wrap:wrap
}

    .type_Info div {
        margin-right:30px;
        user-select:none;
        cursor:pointer;
        margin-bottom: 16px;
        padding-bottom: 2px;
    }
    
   .type_Info .typeActive {
       color: #2A60FF; 
        border-bottom: 1px solid #2A60FF;
    }

.standard_Content {
    width:100%;
    background: #FFFFFF;
    border-radius:4px;
    margin-top:20px;
}

.screen_Wrap {
    width: 100%;
    height: 52px;
    border-bottom: #E9EDF2 solid 1px;
    display:flex;
    justify-content:space-between;
}

.screen_Left {
    height:100%;
    display:flex;
    justify-content:space-between;
    margin-left:20px;
}

.box-icon {
    height: 16px;
}

.screen_Left > div {
    height: 100%;
    line-height: 50px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #717683;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right:24px;
}
.screen_Btn {
    display: flex;
    align-items: center;
}
.screen_Left .screen_Active {
    color: #084ED5;
}

.up {
    width: 0px;
    height: 0px;
    border-bottom: 6px solid #a3a5b3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    margin-bottom: 4px;
}

.down {
    width: 0px;
    height: 0px;
    border-top: 6px solid #a3a5b3;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
}

.box-icon div {
    margin-left:4px;
}

.screen_Right {
    width:80px;
    display:flex;
    align-items:center;
    height:52px;
}

    .screen_Right img {
        margin-right:10px;
        cursor:pointer;
        user-select:none;
    }

.standard_Detail_Show {
    width:940px;
  
}

.every_Standard {
    width: 900px;
    height: 172px;
    margin-left: 20px;
    display: flex;
    border-top: #E9EDF2 solid 1px;
    cursor:pointer;
    position: relative;
}

.collect_Img{
    position: absolute;
    right: 0;
    top: 30px;
}

    .every_Standard:nth-child(1) {
        border:none;
    }

    .every_Standard_Img {
        width: 112px;
        height: 132px;
        background: url(/Content//imgs/standardBg.png) no-repeat;
        background-size: 100% 100%;
        margin-top: 20px;
    }
    
    .standard_Level_Name{
        font-size: 12px;
        padding: 0 8px;
        margin-top: 46px;
        text-align: center;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

.every_Standard_Info {
    margin-left:14px;
    max-width: 650px;
}

.status_Title {
    margin-top: 30px;
    display: flex;
    align-items: center;
   max-width: 692px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.standard_Status {
    padding: 0 6px;
    height: 24px;
    text-align:center;
    line-height:24px;
}


.standard_Status_Abolish {
     /*现行 2A60FF*/
    /*即将实施 14 193 88*/
    background: rgba(255,115,115,0.2);
    border-radius: 4px;
    border: 1px solid #FF7373;
    color: #FF5656;
}

.standard_Status_Active{
    background: rgba(14,193,88,0.2);
    border-radius: 4px;
    border: 1px solid rgb(14,193,88);
    color: rgb(14,193,88);
}

.standard_Status_Soon{
    background: rgba(42,96,255,0.2);
    border-radius: 4px;
    border: 1px solid rgb(42,96,255);
    color: rgb(42,96,255);
}

.standard_Title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 16px;
    color: #3D3D3D;
    margin-left:14px;
    white-space:normal;
    overflow:hidden;
    text-overflow:ellipsis;
}

.standard_Date {
    margin-top:18px;
    display:flex;
}

    .standard_Date div {
        font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
        font-weight: 400;
        font-size: 14px;
        color: #9097A8;
    }

.applicable_Scope {
    margin-top: 8px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #707070;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
    line-height: 30px;
}

.detail_Domain {
    width: 100%;
    height: 208px;
    background: #FFFFFF;
    box-shadow: 0px 10px 10px 0px rgba(233,238,247,0.3);
    overflow: hidden;
}

.domain_Title {
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 34px;
    color: #3D3D3D;
    text-align: center;
    margin-top:40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  
}

.collect_error_Wrap{
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

.collect_error_Wrap div{
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
    
}

.collect_error_Wrap img{
    margin-right: 10px;
}

.waring_Img{
    
    width: 20px;
    height: 20px;
    margin-left: 26px;
}

.every_Btn_Wrap{
    width: 670px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    user-select: none;
    margin-top: 6px;
}

.every_Btn{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.every_Btn img{
    margin-right: 14px;
}

.standard_Introduce{
    width: 100%;
    display: flex;
    margin-top: 30px;
}

.every_Introduce_Title{
    width: 230px;
    height: 68px;
    border: 2px solid #FFFFFF;
    background: linear-gradient( 180deg, #F0F6FF 0%, #F1F6FF 100%);
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 550;
    font-size: 16px;
    color: #3D3D3D;
    text-align: right;
    line-height: 68px;
    padding-right: 30px;
    margin-left: 146px;
}

.every_Introduce_Info{
    width: 610px;
    height: 68px;
    background: linear-gradient( 180deg, #F8FAFF 0%, #FFFFFF 100%);
    border-radius: 0px 0px 0px 0px;
    border: 2px solid #FFFFFF;
    line-height: 68px;
    padding-left: 30px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #394356;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.all_article{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.left_Catalogue{
    width: 186px;
    height: 754px;
    background: linear-gradient( 180deg, #EEF4FF 0%, #F1F6FF 100%);
    border-radius: 6px;
    user-select: none;
}

.left_Catalogue_Btn{
    height: 52px;
    width: 100%;
    text-align: center;
    line-height: 52px;
    font-size: 20px;
    color: #838A9E;
    background: #fff;
    border-radius: 6px  ;
}



.left_Catalogue_Menu{
    margin-top: 14px;
    height: 654px;
    overflow-y: auto;
}

.left_Catalogue_Menu::-webkit-scrollbar {
    width: 6px; /* 滚动条宽度 */
}

.left_Catalogue_Menu::-webkit-scrollbar-track {
    background: #f1f1f1; /* 滚动条轨道背景 */
}

.left_Catalogue_Menu::-webkit-scrollbar-thumb {
    background: #888; /* 滚动条滑块颜色 */
    border-radius: 6px; /* 圆角 */
}

.left_Catalogue_Menu::-webkit-scrollbar-thumb:hover {
    background: #555; /* 滑块悬停时颜色 */
}

/* Firefox */
#left_Catalogue_Menu {
    scrollbar-width: thin; /* 滚动条宽度 */
    scrollbar-color: #f3f6f9 #f1f1f1; /* 滑块颜色和轨道背景 */
}

.middle_Content{
    width: 782px;
    height: 754px;
    user-select: none;

}

.middle_Content_operation{
    height: 36px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #F2F3F8;
}

.right_Search{
    margin-left: 38px;
    width: 192px;
    height: 716px;
    background: #FCFCFC;
    padding: 20px;
    border-radius: 6px;
    user-select: none;
}

.lage_Page{
    display: flex;
    align-items: center;
    cursor: pointer;
    
}

.page_Img{
    width: 18px;
    height: 18px;
    margin-top: 4px;
}

.page_Img img{
    width: 100%;
    height: 100%;
}

.standard_Show{
    width: 98%;
    height: 718px;
    background: #FCFCFC;
    overflow-y: auto;
    padding: 0 26px;
    padding-top: 22px;
 
}

.standard_Show_Title{
    width: 100%;
    height: 18px;
    font-weight: 550;
    font-size: 24px;
    color: #3D3D3D;
    text-align: center;
    margin: 30px 0;
}

.standard_Detail_Table{
    width: 940px;
    background: #fff;
}

.table_Wrap{
    width: 940px;
    margin: 0 auto;
}

.opacity-5 {
    opacity: 0.2;
}

.opacity-1 {
    opacity: 1 !important;
}

.type_Infos div{
    margin-bottom: 8px;
}

.type_Btn{
    text-align: right;
    padding-right: 20px;
    margin-bottom: 10px;
}

.page_Wrap{
    text-align: center;
    padding: 20px 0;
}

.operate_Info div {
    margin: 0 8px;
}

.operate_Info{
   height: 26px;
    background: #F4F6F8;
    border-radius: 4px;
    display: flex;
    align-items: center;
    cursor: pointer;
    user-select: none;
}

.operate_Info img{
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin-left: 8px;
}

.operate_Fifth_Span{
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #838790;
}

.explain_Dialog {
    position: fixed;
    width: 734px;
    height: 272px;
    background: url(/content/imgs/explainBgs.png) no-repeat;
    background-size: 100% 100%;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    right: 31%;
    bottom: 38%;
    z-index: 99;
}

.explain_Dialog_Wrap {
    width: 90%;
    margin: 0 auto;
}

.explain_Dialog_Title {
    width: 100%;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #343434;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.explain_Content {
    max-height: 150px;
    overflow-y: auto;
    line-height: 24px;
}

.explain_Content p{
    margin: 0;
}


.nexts_Page{
    display: flex;
    align-items: center;
    cursor: pointer;
}

.size_Img{
    margin-top: 4px;
    margin-right: 20px;
    position: relative;
}

.show_Size{
    position: absolute;
    right: -102px;
    bottom: -48px;
    width: 220px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.15);
    z-index: 1;
}
.show_Size::before {
    content: '';
    position: absolute;
    top: -22px; 
    left: calc(50% - 10px); 
    border-width: 10px; 
    border-style: solid;
    border-color: transparent transparent #FFFFFF transparent; 
}

.every_Search_Info{
    padding-bottom: 12px;
    padding-top: 16px;
    border-bottom: 1px solid #E4E7ED;
    font-weight: 400;
    font-size: 14px;
    color: #989898;
    cursor: pointer;
}

.right_Search_Wrap{
    height: 672px;
}

.every_Search_Info span{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #989898;
}

.modal_Overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}

.modal_Content {
    width: 936px;
    height: 503px;
    border-radius: 8px;
    background: url("../imgs/searchBg.png") no-repeat;
    background-size: 100% 100%;
    background-color: #fff;
}

.modal_Middle{
    width: 96%;
    margin: 0 auto;

}

.modal_Title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 34px;
}

.modal_Title_Name{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 24px;
    color: #021A4C;
    padding-left: 30px;
}

.modal_Title_Btn{
    width: 26px;
    height: 26px;
}

.modal_Title_Btn img{
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.modal_Member_Wrap{
    width: 100%;
    height: 294px;
    margin-top: 20px;
    background: url("../imgs/modal.png") no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
}

.membership_Benefits{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    margin-top: 16px;
    margin-left: 26px;
}

.modal_Member_Content{
    width: 100%;
    height: 206px;
    margin-top: 30px;
    display: flex;
}

.every_modal_Member {
    display: flex;
    margin-bottom: 28px;
}

.every_modal_Member img{
    margin-right: 6px;
}

.modal_Member_Right{
    flex: 1;
    display: flex;
    
}

.every_Buy{
    width: 140px;
    height: 206px;
    background: rgba(255,255,255,0.3);
    border-radius: 8px;
    border: 1px solid #BFD6FF;
    margin-left: 30px;
    cursor: pointer;
}

.every_Buy_Active{
    background: rgba(185,210,255,0.2);
    border: 1px solid #3F67FF;
}

.every_Buy_Title{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #3F67FF;
    margin-top: 28px;
    text-align: center;
}

.every_Buy_Price{
    margin-top: 16px;
    color: #FF687A;
    text-align: center;
}

.every_Buy_Money{
    font-size: 32px;
}

.RMB{
display: inline-block;
    margin-bottom: 4px;
}

.every_Buy_Info{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #313233;
    text-align: center;
    margin-top: 16px;
}

.buy_Now{
    width: 80px;
    height: 32px;
    background: linear-gradient( 45deg, #389DFF 0%, #2670FF 27%, #30B3FF 100%);
    border-radius: 4px;
    text-align: center;
    line-height: 32px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #FFFFFF;
    margin: 0 auto;
    margin-top: 16px;
    cursor: pointer;
}

.payment_Wrap{
    width: 870px;
    height: 88px;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 0 auto;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.payment_Left{
    display: flex;
}

.pay_Code{
    width: 86px;
    height: 86px;
    margin-top: 2px;
    margin-left: 10px;
}

.pay_Code img{
    width: 100%;
    height: 100%;
}

.scan_Code{
    margin-top: 24px;
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #3D3D3D;
    margin-left: 14px;
}

.use_Pay_Way{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    margin-left: 14px;
    margin-top: 8px;
}

.pay_Blue{
    color: #0176FF;
    cursor: pointer;
}

.payment_Right_RMB{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 14px;
    color: #E6574B;
}

.payment_Right_Price{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 500;
    font-size: 32px;
    color: #E6574B;
}

.payment_Right_Day{
    font-family: HarmonyOS Sans SC, HarmonyOS Sans SC;
    font-weight: 400;
    font-size: 12px;
    color: #3D3D3D;
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.payment_Right_Info{
    margin-top: 38px;
    margin-right: 24px;
}

.islogin{
    width: 320px;
    height: 170px;
    background: #FFFFFF;
    border-radius: 4px;
    box-shadow: rgb(0 0 0 / 16%) 0px 0px 20px 0px;
    text-align: center;
    padding: 22px 14px;
    box-sizing: border-box;
    z-index: 99;
}

.goLogin{
    margin: 0 auto;
    padding: 0px 16px;
    font-size: 14px;
    line-height: 32px;
    color: rgb(255, 255, 255);
    text-align: center;
    cursor: pointer;
    border: 1px solid rgb(5, 109, 232);
    border-radius: 3px;
    margin-top: 34px;
    width: calc(80% - 32px);
    position: relative;
    background-color: #056de8;
    color: #fff;
}

.search_Total{
    height: 32px;
    line-height: 40px;
    border-top: 1px solid #E4E7ED;
    margin-top: 10px;
    font-size: 14px;
    color: #838A9E;
    text-align: center;
}

.search_Total_Num{
    color: #2A60FF;
}

.isForced .standard_Show_Info  span{
    color: #FF687A;
}