* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    color: #333;
    font-size: 16px;
    background: #F9F9FC !important;
    font-family: 'PingFang SC' !important;
}
ul{
    padding: 0;
    margin: 0;
}
input:focus{
    outline: none;
}
p{
    margin: 0;
    line-height: normal;
}
span{
    line-height: normal;
}
img {
    box-sizing: border-box;
}
a {
    /*font-family:"Hiragino Sans GB",myFirstFont,"微软雅黑","黑体";*/
    color: #333333;
    cursor: pointer;
    text-decoration: none;
}
li {
    list-style: none;
}
video {
    display: block;
    margin: 0 auto;
}

button {
    border: 0;
    background: #fff;
}
body a,
img {
    text-decoration: none;
    border: none;
    outline: none;
}

a:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.clear {
    clear: both;
    height: 0 !important;
}

.shadowMain{
    background: rgba(0, 0, 0, 0.2);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    z-index: 999;
    left: 0;
    bottom: 0;
    right: 0;
    display: none;
}

.UserFeedback_box {
    width: 460px;
    height: 420px;
    background: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 5px;
    display: none;
    z-index: 99999;
}

.boxDel {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
}

.UserFeedback_box .advise {
    height: 24px;
    font: 18px;
    font-weight: 600;
    margin: 26px 0 30px 26px;
}


.UserFeedback_boxSon {
    margin: 0 40px;
}

.UserFeedback_boxSon div {
    margin-bottom: 30px;
}


.UserFeedback_boxSon p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 10px;
}

.UserFeedback_box textarea {
    resize: none;
    height: 98px;
    width: 100%;
    border: 2px solid #f4f4f4;
    padding: 5px;
    display: block;
    color: #999999;
    font-size: 14px;
}

.UserFeedback_box .phone_box {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 5px;
    border: 2px solid #f4f4f4;
    display: block;
    color: #999999;
    font-size: 14px;
}

.U_Feedback_submit {
    width: 112px;
    height: 36px;
    background: #FF7500;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 5px;
    margin: 0 auto;
    display: block;
}
/* 弹窗 */
 .modal-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.wechat-modal {
    background-color: white;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.modal-header {
    background-color: #ff9966;
    color: white;
    padding: 15px 20px;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 20px;
    cursor: pointer;
}

.wechat-modal-body {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.wechat-left-column, .wechat-right-column {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
}

.wechat-form-group {
    margin-bottom: 20px;
}

.wechat-form-input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

.wechat-form-input:focus {
    border-color: #ff9966;
    outline: none;
}

.wechat-modal-footer {
    padding: 0 20px 20px;
}


.wechat-save-btn {
    background-color: #ff9966;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 12px;
    font-size: 16px;
    width: 100%;
    cursor: pointer;
}

.wechat-form-label {
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
    color: #333;
}

.main{

}
.main_top{
    background: linear-gradient(180deg, #FFEDED 0%, #F9F9FC 100%);
    height: 100px;
    align-items: center;
    display: flex;
    position: fixed;
    width: 100%;
    z-index: 1001;
}
#edui1_toolbarbox {
    position: static !important;
    top: auto !important;
    width: auto !important;
  }
  
  /* 防止编辑器因工具栏固定而错位 */
  #edui1 {
    position: relative !important;
  }
.main_top_center{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.main_top_left{
    display: flex;
    align-items: center;
    margin: 0 auto;
    width:1010px;
}
.search_box{
    width: 520px;
    height: 48px;
    border-radius: 100px;
    background: #FFFFFF;
    position: relative;
    margin-left: 170px;
    display: flex;
    align-items: center;
}

.search_input{
    border: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    position: relative;
    background: url('/static/web/img/search.svg') no-repeat center left 20px;
    width: 415px;
}

.search_index{
    width: 88px;
height: 40px;
border-radius: 100px;
background: #FF7500;
font-size: 16px;
font-weight: 500;
color: #FFFFFF;
display: flex;
align-items: center;
justify-content: center;
position: absolute;
right: 4px;
display: none;
}

.search_input:focus{
    outline: none;
}
.search_icon{
    position: absolute;
    left: 20px;
}
.search_input{
    padding-left: 45px;
}
.main_top_right{
    display: flex;
    align-items: center;
    width: 250px;
    justify-content: space-between;
}
.main_top_right_item{
    width: 120px;
    height: 42px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    color: #FF7500;
    background: #fff;
    padding: 0 14px;
    border: 1px solid rgba(255, 117, 0, 0.2);
}
.main_top_right_item_link{
    display: flex;
    align-items: center;
    width: 90px;
    justify-content: space-between;
}

.userHasLogin{

}


.userHasLogin-1{
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.userHasLogin-1 img{
    width: 32px;
    height: 32px;
    border-radius: 50%;
}

.userHasLogin-1 span{
    width: 61px;
    white-space: nowrap; /* 防止文本换行 */
    overflow: hidden; /* 隐藏溢出的文本 */
    text-overflow: ellipsis; /* 显示省略号 */
}

.userHasLogin-2{
    display: flex;
    align-items: baseline;
    flex-direction: column;
    gap: 20px;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 20px 25px -5px rgba(0, 0, 0, 0.1),0px 10px 10px -5px rgba(0, 0, 0, 0.04);
    padding: 20px;
    position: absolute;
}

.userHasLogin-2 a{
    display: flex;
    align-items: center;
    gap: 10px;
}

.layout_main{

}

.newPc_main{
    width: 1260px;
    margin: 0 auto;
    display: flex;
    padding-bottom: 40px;
    padding-top: 100px;
    align-items: flex-start;
}


/* 搜索结果页面 */
.search_result{
    margin-left: 170px;
    display: grid;
    gap: 20px;
    width: 820px;
}

.search_result_div1{
    padding: 20px;
}

.search_result_div1_title{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}

.search_result_div1_title p:nth-child(1){
    font-size: 28px;
    font-weight: 500;
}

.search_result_div1_title p:nth-child(2){
    font-size: 14px;
    color: #999999;
}

/* 左侧导航栏 */
.leftMain{
    width: 150px;
    position: fixed;
}
.left_main_list{
    width: 150px;
}

.left_main_list a{
    width: 150px;
    height: 48px;
    display: flex;
    align-items: center;
    padding-left: 20px;
    cursor: pointer;
}
.left_main_list a:hover{
    background: #EFEFF1;
}
.left_main_list a span{
    padding-left: 10px;
}
.current-page {
    background: #EFEFF1;
    border-radius: 6px;
}
.current-page  span{
    color: #E80000;
}
.left_main_bot{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
.left_main_bot div{
    width: 48px;
    height: 48px;
    border-radius: 10px;
    border: 0.5px solid #EEEEEE;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    padding: 11px;
}
.left_main_bot div:nth-child(1){
    margin-bottom: 10px;
}
/* 右侧导航栏 */
.rightAll{
    width: 250px;
    display: grid;
    margin-left: 20px;
    gap: 20px;
}
.rightMain{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    padding: 22px 20px;
    background: #fff;
}

.dropdown-options{
    position: absolute;
    top: 100%;
    left:-20px;
    background: rgb(255, 255, 255);
    z-index: 10;
    min-width: 60px;
    width: 80px;
    border-radius: 10px;
    box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 20px 0;
    padding-left: 19px;
    display: none;
}

.dropdown-options .dropdown-option:not(:last-child){
    margin-bottom: 20px;
}

.dropdown-option{
    cursor: pointer;
}

.dropdown-option.selected span {
    color: #FF7500;
    font-weight: bold;
}

.right_mian_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.right_hot{
    display: flex;
    align-items: center;
}

.right_hot span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 6px;
}

.right_main_data div{
    display: flex;
    align-items: center;
}

.right_main_data div:not(:last-child){
    margin-bottom: 20px;
}

.right_main_data div a{
    font-size: 14px;
    margin-left: 20px;
    line-height: 24px;
}

.right_main_data div a:hover{
    color: #FF7500 !important;
    text-decoration: underline !important;
}


/* 轮播图 */
/* 首页content */
.contentMain{
    margin-left: 170px;
    display: grid;
    gap: 20px;
    width: 820px;
}
.indexSwiper{
    width: 100%;
    border-radius: 10px;
    max-height: 500px;
}
.swiper-container {
    --swiper-navigation-size: 0;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: '' !important;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: '' !important;
}
.mySwiper {
    width: 820px;
    height: 460px;
}

.indexSwiper .swiper-slide{
     max-width: 100%;
    max-height: 500px !important;
    min-height: 195px !important;
}

.indexSwiper .swiper-slide a{
    height: 100%;
}

.swiper-slide img,
.swiper-slide video{
    max-width: 100%;
    max-height: 500px !important;
    min-height: 195px !important;
    margin: auto;
    display: block !important;
}

.mySwiper .swiper-slide a{
    display: flex;
}

.swiperDiv {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    border-radius: 10px;
}

.mySwiper a span {
    position: absolute;
    color: #fff;
    font-size: 26px;
    bottom: 40px;
    left: 25px;
}

.index-content{
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    width: 820px;
}

.indexModuleA{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.indexModuleA img{
    width: 32px;
height: 32px;
border-radius: 50%;
}

.indexModuleA p{
    font-weight: 500;
    font-size: 14px;
    margin-left: 10px;
}

.indexModuleA span{
    font-weight: 300;
    font-size: 14px;
    color: #999999;
    margin-left: 15px;
}

.indexModule_a{
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.indexModule_a:hover{
    color: #FF7500 !important;
    text-decoration: underline !important;
}

.indexModuleB video{
    display: block;
    border-radius: 10px;
}

.indexModuleB{
    margin-bottom: 20px;
}

.modulebContent{
    font-size: 14px;
font-weight: 300;
line-height: 24px;
}

.indexModuleC{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indexModuleC_1{
    display: flex;
    align-items: center;
    gap: 20px;
}

.indexModuleC_1 div{
    background: #F9F9FC;
    padding: 6px 15px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.indexModuleC_1 div:not(:first-child){
}

.indexModuleC_1 div span{
    color: #3D3D3D;
    font-size: 14px;
    margin-left: 5px;
}

.indexModuleC_2{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #999999;
}

.indexModuleC_2 img{
    margin-right: 3px;
}

.browse{
    position: relative;
}

.browse img{
    width: 100%;
    height: 195px;
    background: rgba(0, 0, 0, 0.4);
    filter: blur(3px);
}

.contentDiv img{
    margin: 0 auto;
    display: block;
    max-width: 100%;
}

.huifuBtn{
    background: #FF7500 !important;
    color: #fff !important;
    border: 1px solid #FF7500 !important;

}

.browse div{
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    left: 0;
    right: 0;
}

.browse div p{
    font-size: 18px;
    margin-bottom: 16px;
}

.browse div span{
    border-radius: 6px;
    padding: 10px 34px;
    background: #FF7500;
    margin-bottom: 10px;
    cursor: pointer;
}

.browse div a{
    text-decoration: underline;
    font-size: 12px;
    color: #fff;
}

.Support-a{
    color: #FF7500;
    font-weight: 500;
    width: 380px;
    background:url('/static/web/img/橙色.png') no-repeat;
    padding: 20px;
    background-size: 100% 100%;
}

.indexModuleB hr{
    margin: 20px 0;
    border-style: dashed;
}

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

.Support-a .Support-but{
    color: #FF7500;
}

.Support-a .Support-but button{
    border-radius: 6px;
    padding: 7px 28px;
    font-weight: 500;
    border: 1px solid #FF7500;
    color: #FF7500;
}


.Support-a .Support-but span normal{
    font-weight: 800;
    font-size: 30px;
}

.SupportImg{
    width: 100%;
    height: 195px;
    margin-bottom: 20px;
}

.Support-b-1{
    display: flex;
    align-items: self-start;
}

.div-white-3,
.div-white-2{
   display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    background: #fff;
    margin: 10px 0;
}


.div-white-2 span{
    color: #333;
    font-size: 16px;
    background: #fff;
    justify-content: center;
}

.div-white-3 span{
     color: #333;
    font-size: 16px;
    background: #fff;
    justify-content: center;
}

.Support-b-1 div{
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.Support-b-1 img{
    width: 16px;
    height: 16px;
    border-radius: 50%;
}

.Support-b-1 div span{
    font-size: 12px;
    color: #999999;
    margin-bottom: 7px;
}

.Support-b-1 div p{
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


.Support-c{
    color: #3EBF9B;
    font-weight: 500;
    width: 380px;
    background:url('/static/web/img/绿色.png') no-repeat;
    padding: 20px;
}

.Support-c .Support-but{
    color: #3EBF9B;
}

.Support-c .Support-but button{
    border-radius: 6px;
    padding: 7px 28px;
    font-weight: 500;
    border: 1px solid #3EBF9B;
    color: #3EBF9B;
}


.Support-c .Support-but span normal{
    font-weight: 800;
    font-size: 30px;
}

.Support-but{
    display: flex;
    align-items: center;
}

.Support-but button{
    margin-right: 20px;
}

.Support-but span normal{
    margin-right: 8px;
    font-style: italic;
}

.viewMore{
    width: 200px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7500;
    border: 1px solid #FF7500;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.index_share{
    position:relative;
}

.index_share_img{
    display: none;
    position: absolute;
    width: 100px;
    height: 100px;
        width: 100px;
    height: 100px;
    bottom: 30px;
}

/* 底部footer */
.footer{
    background: #fff;
    padding: 68px 0;
}
.footer-a{
    width: 1260px;
    margin: 0 auto;
}

.footer-b{
    width: 1090px;
    margin-left: 170px;
    display: flex;
    justify-content: space-between;
}

.footer-b-1-a{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.footer-b-1-a span{
    font-size: 14px;
    margin-left: 30px;
    font-weight: 300;
}

.footer-b-1-b{
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
}

.footer-b-1-b a{
    color: #333333;
}

.footer-b-1-b a:not(:first-child){
    margin-left: 30px;
}

.footer-b-1-c{
    display: flex;
    align-items: center;
    color: #999999;
    font-size: 14px;   
}

.footer-b-1-c a{
     color: #999999;
}

.footer-b-1-c p:not(:first-child){
    margin-left: 50px;
}

.footer-b-2{
    display: flex;
    align-items: center;
    display: grid ;
    align-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.footer-b-2 div{
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-b-2 div img{
    width: 85px;
    height: 85px;
}

.footer-b-2 div span{
    font-size: 12px;
    margin-top: 5px;
}


/* detail详情页 */
.detailMain{
    display: flex;
    flex-direction: column;
}
.detailMain-1{
    background: #fff;
    padding: 50px;
}

.detail_title{
    font-size: 28px;
    font-weight: bold;
    line-height: 44px;
    letter-spacing: 0em;
    margin-bottom: 20px;
}

.infoTitle_right {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.infoTitle_right div {
    display: flex;
    align-items: center;
}

.infoTitle_right div a {
    display: flex;
    align-items: center;
}

.infoTitle_right div img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 10px;
}

.infoTitle_right span:nth-of-type(1) {
    font-size: 14px;
    color: #333;
}
.infoTitle_right div span {
    font-size: 14px;
    color: #00386F;
    margin-right: 24px;
}

.followBtnStyle {
    border-radius: 8px;
    border: 1px solid #FF7500;
    font-size: 16px;
    color: #FF7500;
    padding: 3px 14px;
    background: #fff;
    cursor: pointer;
}

.infoTitle_right .time {
    font-size: 14px;
    color: #999999;
}

.detail-top{
    margin-bottom: 20px;
}

.detail-content{
display: flex;
    flex-direction: column;
    width: 720px;
}

.detail-content img{
    width: 100%;
    display: block;
}

.detail-content video{
    width: 100%;
    display: block;
}

.detail-Individual{
    padding: 30px 20px;
    background: #fff;
    border-radius: 10px;
}

.detail-Individual-1{
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px
}

.detail-Individual-1 img{
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.detail-Individual-p1{
    font-size: 16px;
font-weight: 500;
margin-top: 20px;
}

.detail-Individual-p2{
    color: #999999;
    font-size: 14px;
    margin-top: 6px;
}

.detail-Individual-p3{
    font-size: 14px;
    color: #3D3D3D;
    margin-top: 6px;
}

.detail-Individual-2{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.detail-Individual-2-1{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.detail-Individual-2-1 span{
    font-size: 18px;
    font-weight: 500;
    margin-left: 6px;
}

.detail-Individual-2-2{
    display: flex;
    flex-direction: column;
}

.detail-Individual-2-2 p{
    font-size: 14px;
}

.detail-Individual-2-2 p:not(:first-child){
    margin-top: 20px;
}

.detail-Individual-a{
    font-size: 14px;
    font-weight: 500;
    color: #FF7500;
    margin-top: 20px;
    text-align: center;
}

.detail-label{

}

.detail-label span{
    padding: 4px 16px;
    border-radius: 4px;
    background: #F9F9FC;
    font-size: 14px;
    color: #666666;
}

.detail-boot{
    padding: 20px 0;
    background: #fff;
    border-top: 2px solid #FF7500;
}

.detail-boot-1{
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-boot-1 div{
    display: flex;
    align-items: center;
    margin: 0 40px;
    cursor: pointer;
    color: #3D3D3D;
    font-size: 14px;
}

.detail-boot-1 div img{
    margin-right: 5px;
}

.detailMain-2{
    padding: 30px 20px 50px 20px;
    background: #fff;
    margin-top: 20px;
}

.detailMain-2-div{
    position: relative;
     margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.like-box,.dislike-box{
    cursor: pointer;
}

.detailMainComment{
        display: flex;
    flex-direction: column;
    gap: 15px;
}

.detailMain-2-send{
        width: 88px;
    height: 40px;
    border-radius: 100px;
    background: #FF7500;
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 4px;
}

.close-btn-info{
    
}

.close-btn {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
    transition: all 0.2s;
}

.close-btn:hover {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.05);
}

/* 文件夹标签样式 */
.folder-tabs {
    display: flex;
    gap: 20px;
    font-size: 14px;
    margin-top: 15px;
}

.folder-tabs .tab-1{
    color: #FF7500;
    background: rgba(255, 117, 0, 0.1);
    padding: 6px 16px;
}

.folder-tabs .tab-2{
    color: #999999;
    background: rgba(153, 153, 153, 0.1);
    padding: 6px 16px;
}

/* 文章列表样式 */
.article-list {
    padding: 8px 0;
        height: 300px;
    overflow-y: auto;
}

.article-item {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid #f0f0f0;
    transition: background-color 0.2s;
}

.article-item:hover {
    background-color: #fafafa;
}

.article-info {
    flex-grow: 1;
    max-width: calc(100% - 90px);
}

.article-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.article-excerpt {
    font-size: 14px;
    color: #999999;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-action {
    width: 80px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.collect-btn {
    width: 80px;
    height: 36px;
    background: #FF7500;
    color: #FFFFFF;
    border-radius: 6px;
}

.collect-btn.collected {
    background: rgba(255, 117, 0, 0.1);
    color: #FF7500;
    cursor: default;
}

.collect-btn:hover:not(.collected) {
    background-color: #ff5b26;
    box-shadow: 0 4px 10px rgba(255, 107, 59, 0.3);
    transform: translateY(-2px);
}

/* 底部样式 */
.footer-coll {
    padding: 16px 20px;
    display: flex;
    justify-content: center;
}

.new-folder-btn {
    border: 1px solid rgba(255, 117, 0, 0.2);
    padding: 10px 16px;
    color: #FF7500;
    background: #FFFFFF;
cursor: pointer;
    display: flex;
    align-items: center;
    gap: 5px;
}

.new-folder-btn:hover {
    /* transform: translateY(-2px); */
}

/* 弹框样式 */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.overlay.active {
    opacity: 1;
    visibility: visible;
}

.dialog {
    background-color: #fff;
box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
overflow: hidden;
}

.overlay.active .dialog {
    transform: translateY(0);
    opacity: 1;
}

.dialog-header {
    background: linear-gradient(135deg, #ff6b3b 0%, #ff4f4f 100%);
    color: white;
    padding: 18px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dialog-header h2 {
    font-size: 17px;
    font-weight: 500;
}

.dialog-body {
    padding: 24px 20px 20px;
}

.dialog-body .form-group {
    margin-bottom: 24px;
}

.dialog-body .form-group label {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    color: #333;
}


.dialog-body .form-group label normal{
    color:#FF7500;
}

.input-field {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    transition: border-color 0.3s;
}

.input-field:focus {
    border-color: #ff6633;
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 107, 59, 0.1);
}

.input-field::placeholder {
    color: #aaa;
}

.option-group {
    margin-top: 16px;
    display: flex;
    justify-content: space-between
}

.option-item {
    display: flex;
    align-items: center;
}

.option-item input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #ddd;
    appearance: none;
    position: relative;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.2s;
}

.option-item input[type="checkbox"]:checked {
    background-color: #ff6633;
    border-color: #ff6633;
}

.option-item input[type="checkbox"]:checked::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -60%) rotate(45deg);
}

.option-item label {
    font-size: 14px;
    color: #444;
    cursor: pointer;
    user-select: none;
}

.dialog-footer {
    padding: 0 20px 20px;
    display: flex;
    justify-content: center;
}

.submit-btn {
    padding: 10px 30px;
    box-shadow: 0 6px 18px rgba(255, 107, 59, 0.4);
    background: #FF7500;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    
}

.submit-btn:hover {
    box-shadow: 0 6px 18px rgba(255, 107, 59, 0.4);
    background: #FF7500;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
}

/* 动画效果 */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@keyframes slideIn {
    from { transform: translateY(-10px); }
    to { transform: translateY(0); }
}

.header {
    background: #FF7500;
    color: white;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
}

.container-collectStyle {
    max-width: 700px;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
}

/* 主界面样式 */
.main-container {
    background-color: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
/* 详情评论样式 */
.reviewMain{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.giveALike{
    cursor: pointer;
}
.recoverAll{
     display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 44px;;
}

#commentModal .modal-body {
    max-height: 600px;
    overflow-y: auto;
}

.reply-box,.delete-box{
    cursor: pointer;
}

.modalMoreBtn{
    margin: 0 auto;
    margin-top: 20px;
}

.detailMain-2-input{
    background: #F9F9FC;
    width: 100%;
    height: 48px;
    border-radius: 10px;
    border: 0px;
    padding: 15px 20px;
}

.detailMain-2-1{
    display: flex;
}

.detailMain-2-1-img{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    margin-right: 10px;
}

.detailMain-2-1-1{
    margin-bottom: 6px;
}

.detailMain-2-1-1-1{
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 6px;
}

.detailMain-2-1-1-p{
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    margin-bottom: 6px;
}

.detailMain-2-1-1-span{
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    color: #999999;
}

.detailMain-2-1-2{
    display: flex;
    gap: 30px;
    color: #666;
    font-size: 14px;
}

.jumpTo{
    background: #FF7500;
    font-weight: 500;
    line-height: normal;    
    color: #FFFFFF;
    padding: 10px 50px;
    border-radius: 6px;
}

.detail-status{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    background: #fff;
    padding: 200px 0;
}

.Support-aBack{
}

.Support-a-input{
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgba(255, 117, 0, 0.1);
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}

input.Support-a-input::placeholder {
    color: #FF7500;
  }
  
  .Support-Comment{
    margin-top: 20px;
  }

  .Support-Comment-p{
    color: #999999;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
  }


  /* 关于我们 */
  .other-about{
    background: #fff;
    padding: 30px;
    margin-left: 170px;
    width: 820px;
  }

  .about-item p{
    font-weight: 600;
    font-size: 14px;
    color: #FF7500;
    line-height: 24px;
  }

  .about-item span{
    font-weight: 400;
    font-size: 14px;
    color: #3D3D3D;
    line-height: 24px;
  }

  .about-item ul li{
    list-style: disc;
    list-style-position: inside;
    font-size: 14px;
  }

  .about-item ul li normal{
    font-weight: 600;
    color: #3D3D3D;
  }
  .about-main{
    display: flex;
    flex-direction: column;
    gap:30px;
  }

  .right-about{
    width: 250px;
    display: grid;
    margin-left: 20px;
    gap: 20px;
  }

  /* 用户协议 */
  .other-agreement{
    background: #fff;
    padding: 30px;
    margin-left: 170px;
    width: 1090px;
  }

  






  /* userinfo重复css */
  .history-item{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.history-content{
    display: flex;
    flex-direction: column;
    gap: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
}

.history-content-main{
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 30px;
}


.interaction-top{
    display: flex;
    align-items: center;
    gap: 10px;
}

.interaction-img{
    width: 54px;
    height: 54px;
    border-radius: 50%;
}

.interaction-top-data{
    display: flex;
    flex-direction: column;
}

.interaction-top-data p{
    
}


.interaction-top-data div{
    display: flex;
    align-items: center;
    gap: 10px;
}

.interaction-top-data div span:nth-child(1){
    font-size: 14px;
}

.interaction-top-data div span:nth-child(2){
    font-size: 14px;
    font-weight: 300;
    color: #999999
}

.interaction-comment{
    font-size: 18px;
    font-weight: normal;
    color: #3D3D3D;
}
.interaction-item-1{
    display: flex;
    align-items: center;
    gap: 30px;
}



.radio-group {
  display: flex;
  gap: 30px;
}

.radio-custom {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
}

.radio-custom input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.radio-custom .radio-icon {
  width: 16px;
  height: 16px;
  border: 1px solid #d9d9d9;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
}

.radio-custom input[type="radio"]:checked+.radio-icon {
  border-color: #1890ff;
}

.radio-custom input[type="radio"]:checked+.radio-icon:after {
  content: '';
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  background-color: #1890ff;
  border-radius: 50%;
}



.viewMoreStyle{
    width: 200px;
    height: 48px;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF7500;
    border: 1px solid #FF7500;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}


  .Support-Comment-input{
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 20px;
  }

  .Support-b{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }

  .Support-Comment-input inut{
        padding-right: 60px;
  }

   .Support-Comment-input button{
    position: absolute;
    right: 10px;
   }

   .Support-Comment-input .buttonA{
    color: #FF7500;
   }
   .Support-Comment-input .buttonC{
    color: rgb(62, 191, 155);
   }


  .Support-c-input{
    height: 48px;
    border-radius: 10px;
    border: 1px solid rgb(62, 191, 155,0.1);
    font-size: 14px;
    padding: 0 20px;
    width: 100%;
}

input.Support-c-input::placeholder {
   color: rgb(62, 191, 155);
  }

  .supportLoadMore{
    margin-top: 30px;
  }

  .Support-a-loadMore{
    color: #FF7500;
  }
  .Support-c-loadMore{
    color: rgb(62, 191, 155);
  }
  
  
  .Support-Comment{
    margin-top: 20px;
     display: flex;
    flex-direction: column;
    gap: 20px;
  }


.file-drop-zone{
    overflow: hidden;
    overflow-x: auto;
}