/*头部样式*/
body{
    min-width: 1400px;
}
.shadow {
    position: fixed;
    width: 100%;
    transition: height 0.3s;
    height: 80px;
    background: #fff;
    z-index: 10;
}

.no-shadow {
    box-shadow:0 5px 5px -5px #bbbbbb;
/*    background: #fff;*/
}
.all_up_down{
    float: left;
    padding-left: 10px;
    line-height:50px;
    min-width: 115px;
}
.search{
    border: 0;
    /*padding-left: 14px;*/
    width:480px;
    background: transparent;
}
input:-internal-autofill-previewed,
input:-internal-autofill-selected {
    -webkit-text-fill-color: #2a2d33;
    transition: background-color 5000s ease-out 0.5s;
}

.search_box_max{
    line-height:50px;
    width: 715px;
    border: 3px solid #A4D5B5;
    border-radius: 10px;
}
.btn_log{
    border: 1px solid #A4D5B5;
}
.btn_register{
    border: 1px solid #bbbbbb;
}
.btn_loding{
    line-height: 35px;
    padding: 0 15px;
    background-color: transparent;
    border-radius: 5px;
}
.search_hot_box{
    position: absolute;
    width: 710px;
    margin-top: 12px;
    background: #ffffff;
    border: 1px solid  #bbb;
    padding: 0 15px;
    display: none;
}
.search_hot_words{
    background: #bbbbbb;
    color:#fff;
    line-height:30px;
    padding: 0 10px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
}
.class_ul_box{
    min-width: 90px;
    position: absolute;
    background-color: #fff;
    /*margin-top: 10px;*/
    border-radius: 5px;
    display: none;
    z-index: 10;
    box-shadow: 0 2px 6px 0 #bbbbbb;
}
.class_ul_box:hover{
    display: block;
}
.class_list{
    padding:0 15px;
    color: #7a7a7a;
}
.class_list:hover{
    background: #A4D5B5;
    color: #fff;
}

/*头部END*/
.content_box{
    margin-top: -50px ;
    background: #fff;
    width: 100%;
    position: absolute;
    min-width: 1400px;
    border-radius: 10px 10px 0 0 ;
    z-index: 1;
}
.navigation_icon{
    width:60px;

}
.content_in_box{
    width: 1400px;
    margin: auto;
    padding-top: 30px;
}
.navigation_text{font-size: 18px;line-height: 60px}
.navigation_hot{
    float: right;
    margin-top: 30px;
    text-align: right;
}
.navigation_hot_li{
    display: inline-block;
}
.navigation_hot_li a{
    color: #7A7A7A;
    padding: 15px;
}
.navigation_hot_li a:hover{
    color: #A4D5B5;
}
.material_lists{
    position: relative;
}
.user_head{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #A4D5B5;
    float: left;
    padding: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_head img{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 50px;
}
.user_message{
    height: 280px;
    /*background: #A4D5B5;*/
    background: linear-gradient(to bottom, #A4D5B5, #fff);
    width: 320px;
    position: absolute;
    right: 60px;
    top:85px;
    border-radius: 10px;
    padding: 15px;
    border: 1px solid #A4D5B5;
    display: none;
}
.user_message_box{
    height:70px;
    padding: 0;
}
.user_message_name_id{
    float: left;
    margin-left: 15px;
    line-height: 25px;
}
.user_message_name{
    color: #333;
    font-weight: bold;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    max-width: 100px;
}
.user_message_name,.user_message_id{
    height:25px;
}

.user_message_vip{
    float: right;
    line-height: 25px;
}
.message_vip_img{
    float: right;
    height: 20px;
}
.message_vip_img img{
    width: 20px;
    height: 20px;
}
.message_vip_text {
    font-style: italic;
    color: #FFBF6B;
    float: right;
    margin-top: 2px;
    margin-left: 5px;
    right: 15px;
    height: 20px;
}
.message_vip_name_id{
    width: 80px;
    height: 22px;
    float: right;
}
.message_item_box,.message_item_out_box{
    background: #fff;
    border-radius: 10px;
    padding:10px 25px;
    line-height: 50px;
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.message_item_out_box{
    margin-top: 3px;
}
.message_item_box a,.message_item_out_box a{
    color: #7a7a7a;
}
.message_item_img{
    width: 24px;
    height: auto;
}
/*免扣元素*/
.material_column{
    display: grid;
    grid-template-columns: 300px 300px 300px 300px; /* 定义三列，每列100px宽 */
    grid-template-rows: 300px 300px; /* 定义两行，每行100px高 */
    gap: 50px;
    padding-left: 20px;
    margin-top: 30px;

}
.index_lists_box,.background_lists_box,.ad_lists_box{
    /*width: 300px;*/
    /*height: 300px;*/
    box-shadow: 0 2px 6px 0 #bbbbbb;
    border-radius: 20px;
    position: relative;
    overflow: hidden;

}
.background_lists_box::before,.index_lists_box::before,.ad_lists_box::before{
    display: inline-block;
}

.background_lists_box>img,.index_lists_box>img,.ad_lists_box>img{
    transition: transform 0.5s ease; /* 添加过渡效果 */
    max-width: 100%; /* 限制图片最大宽度 */
    height: auto; /* 高度自动 */
    z-index: 1;
}
.click_more_btn{
    width: 100px;
    line-height: 45px;
    font-size: 18px;
    background: #A4D5B5;
    border: 0;
    color:#ffffff;
    border-radius: 5px;

}
.mask_box{
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(0,0,0,0.3);
    display: none;
    border-radius: 10px;
    line-height: 300px;
    text-align: center;
    z-index: 2;
}
.shucai_name{
    display: inline-block;
    padding:0 10px;
    line-height: 30px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 18px;
    border-radius: 5px;
    font-style: normal;
    max-width: 180px;
}
/*免扣元素END*/
/*背景图库*/
.background_gallery,.ad_box{
    position: relative;
}
.background_column{
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;  /* 定义列*/
    grid-template-rows: 450px 300px; /* 定义行*/
    gap: 50px;
    padding-left: 20px;
}
.ad_column{
    display: grid;
    grid-template-columns: 300px 300px 300px 300px;  /* 定义列*/
    grid-template-rows: 450px 450px; /* 定义行*/
    gap: 50px;
    padding-left: 20px;
}
.background_mask_box{
    position: absolute;
    width: 300px;
    background: rgba(0,0,0,0.3);
    display: none;
    border-radius: 10px;
    line-height: 450px;
    text-align: center;
    z-index: 2;
}
.moushover_mask{
    position: absolute;
    background: rgba(0,0,0,0.3);
    display: none;
    border-radius: 10px;
    text-align: center;
    z-index: 2;
}
.background_lists_box>img,.pic_item>img,.ad_lists_box>img,.list_item_img>img{
    transition: transform 0.5s ease; /* 添加过渡效果 */
    max-width: 100%; /* 限制图片最大宽度 */
    height: auto; /* 高度自动 */
    z-index: 1;
}
.lists_a:nth-child(5){
    grid-column-start: 1;
    grid-column-end: 3;
}
.lists_a:nth-child(6){
    grid-column-start: 3;
    grid-column-end: 5;

}
.lists_a:nth-child(5) >.background_lists_box,.lists_a:nth-child(6) >.background_lists_box{
    height: 300px;
}
.lists_a:nth-child(5) > img{
    grid-column-start: 1;
    grid-column-end: 3;
    line-height: 300px;!important;
    height: 300px;!important;
}
.lists_a:nth-child(6) > img{
    grid-column-start: 3;
    height: 300px;!important;
    line-height: 300px;!important;
}
/*摄影图片*/
#carousel {
    position: relative;
    width: 300px; /* 调整宽度 */
    height: 450px; /* 调整高度 */
    /*overflow: hidden;*/
}
.picScroll-left{
    position: relative;
}
.tempWrap{
    overflow:hidden;
    position:relative;
    width:1300px;
    height: 450px;
    left: 35px;
}
.picList{
    width: 1300px;
    position: relative;
    overflow: hidden;
    zoom:1;
    margin: auto;
    display: inline-block;
}
.pic_item{
    float: left;
    width: 300px;
    height: 450px;
    overflow: hidden;
    border-radius: 10px;
    margin-right:20px;
}
.hd{
    /*position: absolute;*/
    top:0;
}
.hd img{
    width: 50px;
    height: 50px;
}
.next{
    position: absolute;
    top:40%
}
.prev{
    position: absolute;
    top:40%;
    right: 0;
}
/*底部*/
.footer_box{
    background: rgba(0,139,146,0.52 );
    width: 100%;
    height: 200px;
}
.footer_content_box,.details_content_box,.user_content_box,.user_recharge_box{
    width: 1400px;
    margin: auto;
}
.footer_box_list{
    width: 700px;
    margin: auto;
}
.footer_ul{
    text-align: center;
    padding-top: 50px;
}
.footer_ul li{
    display: inline-block;
    width: 100px;
}
.footer_ul a{
    color: #fff;
    width: 100px;
    font-size: 16px;
}
.footer_content_box{
    width: 1400px;
    display: grid;
    grid-template-columns: 160px 700px 150px;  /* 定义列*/
    /*grid-template-rows: 450px 450px; !* 定义行*!*/
    gap: 185px;
    padding-left: 20px;
}
.index_text_logo{
    letter-spacing: 20px;
    width: 180px;
    text-align: center;
    padding-top: 10px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}
/*登录弹窗*/
.layer_column{
    width: 700px;
    height:400px;
    display: grid;
    grid-template-columns: 350px  350px;  /* 定义列*/

}
.loding_layer{
    display: none;
    position: relative;
}

.loding_logo img{
    width: 150px;
    margin: auto;
}
.layer_loding_left{
    text-align: center;
    background: url("__IMAGES__/1734666030070.jpg");
    background-position: center bottom;
    background-repeat: no-repeat, repeat;
}
.layer_loding_left p{
    line-height: 50px;
    font-size: 18px;
}
.layer_loding_ewm img{
    margin: auto;
    width: 200px;
}
.loding_logo{
    margin-top: 60px;
}
/*素材列表*/
.list_content_box{
    position: relative;
}
.list_item{
    position: absolute;
    border-radius: 20px;
    height: auto;
    padding: 5px;
    overflow: hidden;
    transition: transform 1s;
}
.list_item img{
    width: 100%;
    height: auto;
    border-radius: 20px ;
    opacity: 0;
    transition: opacity 2s;
    box-shadow: 0 2px 6px 0 #bbbbbb;
    max-height: 100%;
    /*display: block;*/
}
.list_item:hover{
    transform:scale(1.1);
}
.content_all_box,.list_class_box,.list_content_box{
    width: 1400px;
    margin: auto;
    color: #101010;
}
.list_class_box{
    padding: 15px;
    background: #fff;
    border-radius: 20px;
    margin-bottom: 40px;

}
.list_type,.list_style{
    margin-bottom: 4px;
    min-height: 40px;
    /*border-bottom: 2px solid #f3f4f9;*/
    text-align: left;
    font-size: 15px;
}

.list_ul_class{
    padding-left: 10px;
    overflow: hidden;

}
.classiy_all{
    display: grid;
    grid-template-columns:70px 1310px; /* 定义列，每列100px宽 */
}
.list_ul_class a{
    display: inline-block;
    margin: 0 5px;
    padding: 0 12px;
    line-height: 30px;
}
.class_item{
    border-bottom: 2px solid #fff;
}
.class_item:hover{
    color: #A4D5B5;
    line-height: 30px;
    border-bottom: 2px solid #A4D5B5;
}
.class_on{
    color: #A4D5B5;
    border-bottom: 2px solid #A4D5B5;
    line-height: 30px;
}

.style_item_on,.style_item:hover{
    background: #A4D5B5;
    color: #fff;
    border-radius: 10px;

}
.style_item{
    text-transform: uppercase;
}
.material_title{
    font-size: 12px;
    width: 100%;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    padding-left: 15px;
    line-height: 40px;
    color: #7A7A7A;
}
.box_neo{
    height:2px;
    background:#D8D6D2;
    margin:10px auto 0;
    width: 96%
}
.list_title{
    padding:5px 10px;
    color: #7A7A7A;
    line-height: 30px;
    width: 250px;
}
.material_points{
    font-size: 12px;
    text-align: right;
}
.points_span{
    color: #c7254e;
}
.list_item_img{
    padding: 5px;
    border-radius: 20px;
}
.endBox{
    text-align: center;
    color: #bbb;
    padding-bottom: 30px;
    position: absolute;
    bottom: 0;
    width: 95%;

}
/*详情页*/
.details_content_box{

}
.crumb{
    background: #fff;
    border-radius:10px;
    line-height: 75px;
    padding-left: 15px;

}
.details_down{
    width: 100%;
    height: 935px;
    margin-top: 30px;

}
.details_img_box{
    width: 950px;
    float: left;
    height: 935px;
    background: #fff;
}
.details_text{
    width: 380px;
    height: 935px;
    float: right;
    position: relative;
}
.details_text,.details_img_box{

    border-radius: 10px;
    padding: 15px;
}
.img_title{
    overflow: hidden;
    margin-top: 5px;
    font-size: 18px;
}
.img_box_detail{
    width: 770px;
    height: 770px;
    vertical-align: middle;
    text-align: center;
    /*padding: 50px;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
}
.img_box_detail img{
    max-height: 100%;
}
.img_introduce{
    color: #7A7A7A;
    line-height: 25px;
    letter-spacing: 2px;
    border-top:2px solid #bbbbbb;
    padding: 15px 0;
    overflow: hidden;
}
.img_down_btn{
    height: 100px;
    text-align: center;
    line-height: 100px;
}
.img_down_btn,.pic_info_box,.copyright_box,.correlation_search{
    background: #fff;
    border-radius: 10px;
}
.btn_down{
    background: #A4D5B5;
    color: #fff;
    font-size: 16px;
    border: 0;
    line-height: 50px;
    width: 200px;
    border-radius: 10px 0 0 10px;
    float: left;
    margin-top: 25px;
    margin-left: 30px;
    cursor: pointer;
}
.down_class{
    float:left;
    background: #A4D5B5;
    font-size: 24px;
    line-height: 50px;
    margin-top: 25px;
    border-radius: 0px 10px 10px 0px;
    margin-left: 1px;
    width: 40px;
}
.extension_down_box{
    background: #fff;
    position: absolute;
    z-index: 10;
    margin-top: 80px;
    margin-left: 87px;
    display: none;
}
.extension_content{
    width:225px;
    margin:5px auto;
    text-align: center;
    background: #A4D5B5;
    color: #fff;
    line-height: 50px;
}
.pic_info_box,.copyright_box,.correlation_search{
    margin-top: 10px;
    line-height: 30px;
    color: #7a7a7a;
    padding: 10px 10px 10px 30px;
}
.copyright_box{
    padding-bottom: 30px;
}
.correlation_search{
    height: 365px;
}
.search_recommend_box{
    overflow: hidden;
}
.search_recommend{
    display: inline-block;
    padding:0 15px;
    color: #7a7a7a;
    border: 1px solid #7a7a7a;
    border-radius: 8px;
    margin-top: 10px;
    margin-right: 15px;
}
/*个人中心*/
.user_bg_box{
    height:350px;
    width: 100%;
    opacity: 0.44;
}
.user_left_box{
    float: left;
}
.user_right_box,.user_left_box{
    margin-top: -100px;
    padding-top: 30px;
}
.user_right_box{
    float: right;
    min-height: 730px;
    padding-top: 30px;
    width: 1000px;
}
.user_content_box{
    position: relative;
}
.user_information_box{
    height: 255px;
    width: 350px;
    background: #fff;
    border-radius: 20px;
    padding: 15px;
/*    border: 1px solid #A4D5B5;*/
    box-shadow: 0 1px 6px 0 #bbb;
}
.user_information{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
}
.user_head_box{
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #A4D5B5;
    float: left;
    padding: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.user_head_box img{
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    border-radius: 50%;

}
.user_center{
    background: #fff;
    width: 1000px;
    border-radius: 20px;
    min-height: 730px;
    padding: 15px;
    box-shadow: 0 2px 6px 0 #bbb;
}
.user_name_id{
    float: left;
    margin-top: 10px;
    margin-left: 15px;
}
.user_name_box{
    color: #000000;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    max-width: 160px;
}
.user_vip_box{
    float: right;
    margin-top: 10px;
}
.vip_img_box{
    float: left;
}
.vip_img_box img{
    width: 24px;
    height: 24px;
}
.vip_text_box {
    font-style: italic;
    color: #FFBF6B;
    float: right;
    /*margin-top: 5px;*/
    margin-left: 5px;
    font-size: 20px;
}
.vip_text_box_no {
    font-style: italic;
    color: #bbb;
    float: right;
    /*margin-top: -5px;*/
    margin-left: 10px;
    font-size: 16px;
}
.user_navigation_box{
    /*border: 1px solid #A4D5B5;*/
    box-shadow: 0 2px 6px 0 #bbbbbb;
    border-radius: 20px;
    background: #fff;
    text-align: center;
    margin-top: 50px;
}
.navigation_list_box{
    line-height: 70px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}
.navigation_list_box:hover,.navigation_on{
    background: #A4D5B5;
    color: #fff;
    z-index: 2;
    position: relative;
}
/*.navigation_list_box:nth-child(1){*/
/*    border-radius: 20px 20px 0 0;*/
/*}*/
.center_head_user{
    width: 100px;
    height: 100px;
    border: 2px solid #A4D5B5;
    padding: 3px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}
.center_head_user img,.center_head_user{
    border-radius: 50%;
}
.user_center_head_box{
    margin-top: 20px;
    padding: 15px;
}
.head_update_box{
    margin-top: 35px;
    margin-left: 30px;
    line-height: 40px;
    color: #fff;
}
.head_update_btn{
    background: #A4D5B5;
    border: 0;
    border-radius: 5px;
    padding: 0 15px;
}
.update_user_information{
    display: grid;
    grid-template-columns:repeat(2,1fr); /* 定义列，每列100px宽 */
    margin-top: 30px;
    color: #333333;
}
.update_term{
    margin-top: 15px;
    padding: 15px;
    font-size: 18px;
}
.user_input{
    border-radius: 8px;
    border: 1px solid #bbb;
    line-height: 40px;
    width: 275px;
    font-size: 16px;
    padding-left: 15px;
}
.update_term_box{
    position: relative;
}
.sex_option_box{
    position: absolute;
    border: 1px solid #bbb;
    width: 275px;
    line-height: 40px;
    background: #fff;
    z-index: 1;
    border-radius: 8px;
    margin-top: 5px;
    color: #7a7a7a;
    display: none;
}
.sex_option{
    padding-left: 20px;
}
.sex_option:nth-child(1){
    border-radius: 8px 8px 0 0;
}
.sex_option:nth-child(3){
    border-radius:0 0 8px 8px;
}
.sex_option:hover{
    background: #A4D5B5;
    color: #333;
}
.sex_option_input_box,.user_birthday_time{
    width: 275px;
    border: 1px solid #bbbbbb;
    line-height: 40px;
    border-radius: 8px;

}
.sex_option_input_box input,.user_birthday{
    width: 240px;
    border: 0;
}
.sex_dow_btn{
    width: 20px;
    height: 20px;
    transform: rotate(90deg);
    float: right;
    margin-top: 13px;
    margin-right: 5px;
}
.update_user_id{
    cursor: not-allowed;
}
.layui-this{
    border-radius:100%;

}

.calendar{
    width: 20px;
    height: 20px;
    float: right;
    margin-top: 13px;
    margin-right: 5px;
}
.user_select{
    width: 275px;
    height: 40px;
    border: 1px solid #bbb;
    border-radius: 8px;
}
/* 隐藏原生select的下拉箭头 */
select {
    -webkit-appearance: none; /* for Chrome, Safari */
    -moz-appearance: none;    /* for Firefox */
    -ms-appearance: none;     /* for IE10+ */
    appearance: none;         /* for standard browsers */
    border: 1px solid #aaa;   /* 边框样式 */
    padding-left: 20px;             /* 内边距 */
    position: relative;       /* 相对定位 */
    padding-right: 20px; /* 根据图片大小调整 */
    max-height: 200px;
}
.user_sub_box{
    padding-left: 20px;
    margin-top: 100px;
}
.user_sub{
    background: #80D5DA;
    border-radius: 8px;
    color: #fff;
    border: 0;
    width: 80px;
    line-height: 40px;
}
.bottom_box{
    height: 1px;
    background: #efefef;
    width: 100px;
    margin: auto;

}
.user_iframe{
    width: 100%;
    height: 100%;
}
/*下载记录*/
.download_content_box{
    margin-top: 20px;
    padding:5px 15px;
}
.search_startEnd_box{
    display: grid;
    grid-template-columns: 290px 80px;
    width: 380px;
}
.startEnd_box{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 280px;
    border: 1px solid #bbb;
    border-radius: 8px;
    padding: 0 10px;
}
.search_time{
    width: 95px;
    border: 0;
    padding-left: 10px;
}
.time_box{
    line-height: 40px;
}
.time_img{
    width: 20px;
    height: auto;
    margin-left: 5px;
}
.query_btn{
    background: #A4D5B5;
    border-radius: 8px;
    line-height: 40px;
    width: 80px;
    font-size: 16px;
    color: #fff;
    border: 0;
}
.download_table_box{
    margin-top: 30px;
}
.down_tr{
    display: grid;
    grid-template-columns: 310px 190px 200px 280px;
    margin-top: 20px;
}
.down_list_box{
    box-shadow: 0 2px 6px 0 #bbbbbb;
    border-radius: 8px;
    line-height: 120px;
    transition: transform 1s;
}
.down_list_box:hover{
    transform: scale(1.03);
}
.down_th{
    text-align: center;
    color: #333;
    font-weight: bold;
}
.down_td_title{
    display: grid;
    grid-template-columns: 120px 190px;
    padding:0 10px;
}
.title_format{
    line-height: 30px;
    padding: 5px;
}
.title_box{
    margin-top: 20%;
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
.down_list_img{
    margin-right: 15px;
    text-align: center;
    height: 100px;
}
.down_list_img img{
    width: 100%;
    max-width: 100px;
    border-radius: 8px;
    max-height: 100%;
}
.table_time{
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
    line-height: 100px;
    height: 100px;
    padding:0 10px
}
.table_user_name{
    border-right: 2px solid #efefef;
    line-height: 100px;
    height: 100px;
    padding:0 10px
}
.down_operate{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    width: 230px;
}
.down_operate a{
    color: #7a7a7a;
}
.down_user_name{
    padding: 0 10px;
}
.page_box{
    display: flex;
    justify-items: center;
    width: 350px;
    margin: auto;
    padding-top: 50px;
}
.page_prev,.page_next,.page_jump{
    line-height: 40px;
    border-radius: 3px;
    border: 1px solid #A4D5B5;
    padding: 0 10px;
    cursor: pointer;
}
.page_put{
    width: 40px;
    border-radius: 3px;
    border: 1px solid #A4D5B5;
    line-height: 40px;
    margin-left: 15px;
    text-align: center;
}
.page_jump{
    margin-left: 10px;
    background: #fff;
}
.page_num{
    width: 80px;
    line-height: 40px;
    text-align: center;
}
.not_box{
    margin-top: 80px;
}
.not_box div{
    color: #ececec;
    font-size: 16px;
    margin-top: 30px;
    letter-spacing: 10px
}
/*作品管理*/
.works_content_box{
    margin-top: 20px;
    padding:5px 15px;
}
.works_state_box{
    line-height: 40px;
}
.works_state_box a{
    display: inline-block;
    padding:0 20px;
    font-size: 16px;
}
.works_select_box{
    height: 2px;
    background: #A4D5B5;
    width: 50px;
    margin: auto;
}

.works_review_list{
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-top: 20px;

}
.review_item_box{
    padding: 10px;
    font-size: 12px;
    border-radius: 20px;
    box-shadow: 0 2px 6px 0 #A4D5B5;
    transition: transform 1s;

}
.review_item_box:hover{
    transform:scale(1.06);
}
.works_item_img{
    height: 200px;
    line-height: 200px;
    text-align: center;
}
.works_item_img img{
    max-width:200px;
    max-height: 100%;
}
.works_item_title{
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
    line-height: 25px;
    margin-top: 10px;
}
.works_wait{
    display: grid;
    grid-template-columns: repeat(2,1fr);
}
.upload_term_content input{
    padding-left: 14px;
}
/*上传模块*/
.upload_precautions_box{
    display: grid;
    color: #FB0505;
    grid-template-columns: 120px 630px 200px;
    margin-top: 20px;
}
.upload_form_box{

}
.upload_standard{
    cursor: pointer;
}
.upload_standard img{
    width: 20px;
    height: auto;
}
.standard_box{
    position: absolute;
    right: 5px;
    width: 365px;
    color: #C58B8B;
    margin-top: 30px;
    line-height: 30px;
    border: 1px solid #C58B8B;
    padding: 15px;
    border-radius: 8px;
    display: none;
    background: #fff;

}

.upload_submit_btn{
    background: #0FB84A;
    width: 100px;
    line-height: 40px;
    margin: auto;
    text-align: center;
    color: #fff;
    border-radius: 8px;
}
.upload_input_box{
    display: grid;
    grid-template-columns: 90px 750px;
    line-height: 40px;
    height: 40px;
    margin-bottom: 20px;
}
.upload_term_name::after{
    content: "";
    display: inline-block;
    width: 100%;
}
.upload_term_name{
    text-align: justify;
}
.upload_file_input{
    width: 290px;
}
.upload_title,.upload_keyword,.uoload_source{
    width: 700px;
    border: 1px solid #bbb;
    border-radius: 8px;
}
.upload_class,.upload_style,.upload_type,.upload_format{
    width: 200px;
    border: 1px solid #bbb;
    border-radius: 8px;
}
.upload_height,.upload_width{
    width: 100px;
    border-radius: 8px;
    border: 1px solid #bbb;
}
.upload_software,.upload_version{
    padding: 0 20px;
    border: 1px solid #bbb;
    display: inline-block;
    border-radius: 8px;
    line-height: 40px;
    margin-right: 15px;
    cursor: pointer;
}
.software_on,.version_on{
    background: #80D5DA;
    color: #fff;
    border: 0;
}
/*积分管理*/

.points_show_box{

    padding: 15px;
    display: grid;
    grid-template-columns: 530px 400px;
    line-height: 40px;
    height: 40px;
}
.recharge_withdrawal{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}
.user_points{color: #222}
.recharge,.withdrawal{
    width: 80px;
    line-height: 40px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
}
.recharge{
    background: #A4D5B5;
}
.withdrawal {
    background: #80D5DA;
}
.withdrawal_rule{
    color: #FF1F1F;
}
.withdrawal_rule img{
    width: 20px;
    height: auto;
}
.points_table_box{
    margin-top: 20px;
    padding: 15px;
    border-radius: 8px;
}
.points_tr{
    display: grid;
    grid-template-columns: 500px 290px 100px;

    line-height: 60px;
    height: 60px;
    padding: 0 15px;
}
.points_tr:nth-child(2n+1){
    background: #F9F9F9;
}
.points_tr:nth-child(2n){
    background: #fff;
}
.points_td,.order_td{
    overflow: hidden; /* 确保超出容器的内容被裁剪 */
    white-space: nowrap; /* 确保文本在一行内显示 */
    text-overflow: ellipsis; /* 超出部分显示省略号 */
}
/*订单列表*/
.order_content_box{
    margin-top: 10px;
    padding: 15px;
}
.order_search_startEnd_box{
    display: grid;
    grid-template-columns:200px 290px 80px;
    width: 680px;
    gap: 20px;
}
.order_state{
    width: 200px;
    line-height: 40px;
    border-radius: 8px;
    border: 1px solid #bbb;
    text-align: center;
}
.order_table_box{
    margin-top: 20px;
    padding: 15px;
}
.order_tr{
    display: grid;
    grid-template-columns: 150px 150px 150px 100px 180px 100px;
    line-height: 60px;
    height: 60px;
    padding: 0 15px;
}
.order_tr:nth-child(2n+1){
    background: #F9F9F9;
}
.order_tr:nth-child(2n){
    background: #fff;
}
/*账号设置*/
.setting_content_box{
    padding: 15px;
    margin-top: 10px;
}
.setting_tel,.setting_eml,.phone_code,.eml_code{
    border-radius: 8px;
    border: 1px solid #bbb;
    line-height: 40px;
    padding-left: 14px;
}
.phone_code,.eml_code{
    width: 110px;
    padding-left: 14px;
}
.sending_code_box,.eml_code_box{
    margin-top: 15px;
    display: none;
}
.binding_btn,.eml_btn{
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    background: #C58B8B;
    border: 0;
    margin-left: 30px;
}
.sending_phone_code,.sending_eml_code{
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    background: #0FB84A;
    border: 0;
    margin-left: 30px;
}
.binding_wx_img{
    width: 50px;
    height: auto;
}
.binding_card,.user_name{
    border: 1px solid #bbb;
    border-radius: 8px;
    line-height: 40px;
    width: 300px;
    padding-left: 14px;
    margin-right: 30px;
}
.binding_card_btn{
    padding: 10px 15px;
    border-radius: 8px;
    color: #fff;
    background: #0FB84A;
    border: 0;
    margin-left: 20px;
}
.upload_sub_box{
    margin-top: 30px;
}
.title_img_file{
    display: grid;
    grid-template-columns:240px 300px;
    gap: 10px;
}
.title_titleimg_box{
    padding: 2px;
    width: 210px;
    height: 210px;
    border: 1px solid #bbb;
    line-height: 200px;
    text-align: center;
}

.title_btn_box{
    line-height: 200px;
}
.title_img_file_uploadbtn{
    background: #0FB84A;
    border: 0;
    border-radius: 8px;
    padding:0 15px;
    color: #fff;
   line-height: 50px;
}
.file_img_box{
    display: grid;
    grid-template-columns:40px 400px 120px;
    line-height: 50px;
}
.upload_file_input {
    height: 30px;
}
.upload_file_img{
    width: 30px;
    height: 30px;
}
.upload_file_img img{
    width: 100%;
}
.fill_upload_btn{
    width: 130px;
    height: 40px;
    line-height: 40px;
    background: #C58B8B;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
}
.fill_upload_btn img{
    width: 24px;
    height: auto;
}
.fill_upload_btn span{
    color: #fff;
}
.title_preview{
    width: auto;
    height: auto;
    max-height: 200px;
    margin: auto;
    max-width: 100%;
}

.user_info_title{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
    letter-spacing: 0.32px;
    color: rgb(136, 136, 136);
    margin: 50px 24px 20px;

}
.user_info_nickname,.user_order_points{
    display: flex;
    justify-content: space-between;
}
.recharge_box{
    background: #fff;
    padding: 40px 40px;
    border-radius: 24px;
    margin-bottom: 40px;
}
.recharge_box_list{
    display: grid;
    grid-template-columns:repeat(4,1fr);
    place-items: center;
    margin-top: 40px;
}
.recharge_amount{
    width: 210px;
    height: 115px;
    padding: 40px 44px;
    border-radius: 8px;
    background: rgb(248, 248, 248);
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid rgb(248, 248, 248);
    color: rgb(42, 42, 42);
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-top: 40px;
}

.amount{
    font-weight: 700;
    font-size: 32px;
}
.select_amount{
    color: rgb(0, 0, 0);
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.32px;
    font-weight: bold;
}
.user_order_points div,.user_info_nickname div{
    width: 200px;
}
.user_order_points div,.user_info_nickname>div>i{
    color: #000;
}
.balance{
    color: rgb(255, 75, 49);
}
.memberships_box_list{
    display: grid;
    grid-template-columns:repeat(3,1fr);
    text-align: center;
    margin-top: 40px;
    place-items: center;
}
.memberships_title_one{
    background: -webkit-radial-gradient(circle, #A4D5B5, #008B92);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 30px;
    text-align: center;
    font-size: 50px;

}
.memberships_title_tow{
    text-align: center;
    margin-top: 15px;
    font-size: 30px;
    background: -webkit-radial-gradient(circle, #A4D5B5, #008B92);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.memberships_amount{
    width: 300px;
    height: 160px;
    padding: 30px 40px;
    border-radius: 8px;
    background: rgb(248, 248, 248);
    text-align: center;
    vertical-align: middle;
    line-height: 32px;
    font-size: 20px;
    cursor: pointer;
    border: 2px solid rgb(248, 248, 248);
    color: rgb(42, 42, 42);
    display: inline-block;
    margin-right: 20px;
    position: relative;
    margin-top: 40px;
}

.memberships_on,.memberships_amount:hover,.amount_on,.recharge_amount:hover{
    border: 3px solid #A4D5B5;
    background: rgba(0, 139, 146, 0.1);
    background: -webkit-radial-gradient(circle, #DE868F, red);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
