@keyframes scaleAnim{
    0%{
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100%{
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.g-tag{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/*推荐按钮*/
.r-tag {
  display: inline-block;
  padding: 6px 15px;
  background: linear-gradient(135deg, #ff4d4d, #f9cb28);
  color: white;
  font-size: 14px;
  font-weight: bold;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(255, 77, 77, 0.3);
  position: relative;
  overflow: hidden;
}
/* 心跳动画效果 */
.r-tag.heartbeat {
  animation: heartbeat 1.5s infinite;
}
/* 添加微光动画效果 */
.r-tag::after {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(
    to bottom right,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.3) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: rotate(30deg);
  animation: shine 3s infinite;
}

@keyframes heartbeat {
  0% { transform: scale(1); }
  15% { transform: scale(1.1); }
  30% { transform: scale(1); }
  45% { transform: scale(1.15); }
  60% { transform: scale(1); }
}
/*分类弹窗*/
.o_big_con {
    overflow:hidden;
    position:relative;
}
.o_big {
    overflow:hidden;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    width:100%;
    -webkit-animation:scaleAnim 5s ease forwards;
    animation:scaleAnim 5s ease forwards;
}
.o_big img {
    width:100%;
    filter:Alpha(Opacity=0);
    opacity:0;
}
.o_big_con .cons {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.o_big_con .cons .wrap {
    height:100%;
    display:table;
}
.o_big_con .cons .wrap3 {
    height:100%;
    display:table;
}
.o_big_con .cons .wrap12 {
    height:100%;
    display:table;
}
.o_big_con .h2 {
    font-weight:normal;
    display:table-cell;
    vertical-align:middle;
    text-transform:uppercase;
    text-align:left;
}
.o_big_con .h2 label {
    width:100%;
    display:block;
    color:rgba(255,255,255,0.8);
    margin-top:2.5%;
    font-size:24px;
    text-transform:none;
    max-width:670px;
    line-height:36px;
}
.o_big_con .h2 span {
    display:block;
    overflow:hidden;
    color:rgba(255,255,255,0.8);
    line-height:1;
    position:relative;
    letter-spacing:1px;
    font-weight:bold;
}
.o_big_con .h2 span i {
    font-style:normal;
    overflow:hidden;
    color:rgba(255,255,255,0.2);
    font-family:Arial;
    display:block;
    position:relative;
    line-height:100px;
    text-transform:uppercase;
}
.o_big_con .h2 span em {
    font-style:normal;
    overflow:hidden;
    color:#fff;
    position:absolute;
    bottom:0;
    left:0;
}
.postions2 {
    position:absolute;
    left:0;
    width:100%;
    height:60px;
    line-height:60px;
    overflow:hidden;
    color:rgba(255,255,255,0.4);
    font-size:14px;
    bottom:0;
}
.postions2 a {
    color:rgba(255,255,255,0.4);
}
.postions2 a:hover {
    color:#ff390b;
}
.postions2 .postions_r img {
    height:16px;
    margin-right:9px;
    vertical-align:text-bottom;
    margin-bottom:2px;
}
.postions2 .postions_r {
    overflow:hidden;
    position:relative;
}
/*.postions2 .postions_r:after {
    content:"";
    position:absolute;
    left:24px;
    top:50%;
    margin-top:-5px;
    height:10px;
    width:1px;
    background:rgba(255,255,255,0.5);
}
*/
.postions2 label {
    color:#ff390b;
}
.postions2 h2 {
    float:left;
    font-weight:normal;
    color:#fff;
    height:58px;
}
.postions2 h2 span {
    font-size:15px;
    font-family:Arial;
    color:rgba(255,255,255,0.5);
}
.map {
    position:relative;
    top:-80px;
    color:#999999;
    font-size:14px;
    transition:all 0.3s;
}
/*内页*/
.postions {
    height:60px;
    line-height:60px;
    overflow:hidden;
    color:#999999;
    font-size:14px;
    background:#fff;
    position:relative;
}
.postions:after {
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    height:1px;
    width:100%;
    background:#e5e5e5;
}
.sec .postions {
    margin-top:20px;
}
.postions.bgs2 {
    -webkit-box-shadow:0 5px 15px rgba(0,0,0,.1);
    box-shadow:0 5px 15px rgba(0,0,0,.1);
}
.postions.bgs3 {
    border-bottom:0;
    height:58px;
    line-height:58px;
}
.posadd .postions {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:5;
}
.postions a {
    color:#999999;
}
.postions a:hover {
    color:#0000ff;
}
.postions label {
    color:#777777;
}
.postions .goback {
    float:right;
    height:72px;
    line-height:72px;
    color:#777777;
    font-size:14px;
    padding-left:25px;
    background:url(../images/goback.png) left center no-repeat;
    background-size:16px 15px;
}
.postions .goback:hover {
    color:#00468c;
}
.postions .postions_r {
    }.postions .postions_r img {
    vertical-align:text-top;
    margin-right:8px;
    height:16px;
}
.postions .postions_r img:first-child {
    margin-left:0;
}
.postions h2 {
    float:left;
    font-weight:normal;
    color:#333;
    height:58px;
    font-size:20px;
}
.postions h2 span {
    font-size:16px;
    font-family:Arial;
}
.postions .rclass {
    float:right;
    background:url(../images/pos_bg2.png) left center no-repeat;
    background-size:20px auto;
    padding-left:25px;
    -webkit-tap-highlight-color:#fff;
    -webkit-tap-highlight-color:transparent;
    display:none;
}
.postions .postions_b {
    text-align:center;
}
.postions .postions_b a {
    display:inline-block;
    vertical-align:top;
    /*float:left;
    */ width:19.5%;
    text-align:center;
    overflow:hidden;
    font-size:18px;
    color:#424242;
    position:relative;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
    z-index:0;
}
.postions.bgs4 .postions_b a {
    max-width:200px;
}
.postions .postions_b a:hover {
    color:#ff390b;
}
.postions .postions_b a span {
    display:inline-block;
    vertical-align:top;
    overflow:hidden;
    padding:inherit;
    z-index:0;
    position:relative;
}
.postions .postions_b a span:after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    right:50%;
    bottom:0;
    height:3px;
    opacity:0;
    background:#ff390b;
    -webkit-transition:all .3s;
    -o-transition:all .3s;
    -ms-transition:all .3s;
    transition:all .3s;
    z-index:-1;
}
.postions .postions_b a:before {
    content:"";
    position:absolute;
    right:0;
    top:50%;
    margin-top:-15px;
    height:30px;
    width:1px;
    background:#e6e6e6;
}
.postions .postions_b a:last-child:before {
    display:none;
}
.postions .postions_b a.isel span:after {
    left:0%;
    right:0%;
    opacity:1;
}
.postions .postions_b a:hover span:after {
    left:0%;
    right:0%;
    opacity:1;
}
.postions .postions_b a.isel {
    color:#ff390b;
}
@media screen and (max-width:480px) {
    .o_big {
    height:200px;
}
.o_big_con .h2 {
    font-size:18px;
}
.o_big_con .h2 label {
    font-size:14px;
    line-height:22px;
    margin-bottom:10px;
}
.o_big_con .h2 span i {
    line-height:50px;
}
.postions {
    font-size:12px;
}
.postions .postions_b a {
    font-size:13px;
}
.postions .postions_r span {
    display:none;
}
.postions .postions_r img {
    height:14px;
}
.postions .search {
    width:220px;
}
.postions .search .inputs {
    width:calc(100% - 60px);
    width:-webkit-calc(100% - 60px);
    width:-moz-calc(100% - 60px);
    font-size:12px;
}
.postions .search .bnts {
    width:60px;
}
.postions2 {
    font-size:12px;
}
}/*作品*/
.g-cont {
    display:flex;
    flex-wrap:nowrap;
    gap:30px;
    margin-top:4%;
    margin-bottom:6%;
    font-size:16px;
}
.g-cont .left-block {
    flex:50%;
    background-color:#f0f0f0;
    padding:15px;
    border-radius:5px;
}
.g-cont .right-block {
    flex:50%;
    padding:30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
}
.g-cont .image-container {
    width:100%;
    height:500px;
    cursor:pointer;
    overflow:hidden;
    display:flex;
    justify-content:center;
}
.g-cont .image-container img {
    display:block;
    transition:transform 0.3s;
}
.g-cont .modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:rgba(0,0,0,0.8);
    z-index:1000;
    justify-content:center;
    align-items:center;
}
.g-cont .modal-content {
    max-width:90%;
    max-height:90%;
}
.g-cont .close-btn {
    position:absolute;
    top:20px;
    right:30px;
    color:white;
    font-size:30px;
    cursor:pointer;
}
.g-cont .title {
    font-size:24px;
    margin-bottom:10px;
}
.g-cont .title2 {
    font-size:20px;
    margin-top:30px;
    font-weight:400
}
.g-cont .state{
    font-size:14px;
    font-weight:bold;
    color:#fff;
    line-height:1;
    border-radius: 10px;
    padding:10px;
    margin-top: 4%;
    text-align: center;
    width:80px;
}
.g-cont .description {
    margin-bottom:30px;
    line-height:1.5;
    margin-top:50px;
}
.g-cont .visitor-count {
    text-align:left;
    color:#666;
    font-size:20px;
}
.g-cont .visitor-count b{
    color:#000;
    font-size: 28px;
}
.g-table {
    width:100%;
    border-collapse:collapse;
    margin-top:4%;
    margin-bottom:6%;
    font-size:16px;
}
.g-table tr {
    display:flex;
    flex-wrap:wrap;
}
.g-table tr td {
    border:1px dashed #ddd;
}
.g-table th,.g-table td {
    line-height:20px;
    padding:12px;
    text-align:left;
    box-sizing:border-box;
}
.row-1 td {
    width:75%;
    font-weight:bold;
}
.row-1 td:first-child {
    width:25%;
    background-color:#f0f0f0;
}
.row-2 td {
    width:25%;
}
.row-2 td:nth-child(1),.row-2 td:nth-child(3) {
    font-weight:bold;
    background-color:#f0f0f0;
}
.g-person {
    width:100%;
    background:url("../images/person.jpg") right center no-repeat; background-size:cover;;
}
.g-person .p-container {
    padding:150px;
    width:80%;
    max-width:1350px;
    text-align:center;
    margin:auto;
}
.g-person .p-avatar {
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    margin:0 auto 20px;
    border:3px solid #f0f0f0;
}
.g-person .p-name {
    font-size:24px;
    font-weight:bold;
    margin-bottom:10px;
    color:#333;
}
.g-person .p-bio {
    color:#666;
    line-height:1.6;
    font-size:16px;
    margin-top:30px;
}
@media (max-width:600px) {
    .g-person .p-container {
    width:90%;
    padding:20px;
}
.g-person .p-avatar {
    width:100px;
    height:100px;
}
}@media (max-width:768px) {
    .g-cont {
    display:flex;
    gap:30px;
    flex-direction:column;
}
.g-cont .left-block,.g-cont .right-block {
    width:100%;
}
.g-person .p-container {
    width:95%;
}
}@media (max-width:600px) {
    .g-table th,.g-table td {
    width:100%;
}
.row-1 td:first-child {
    width:100%;
}
}/*新闻*/
.activity .box1 {
    margin-top:4%;
    margin-bottom:6%;
}
.activity .box1 .box-c .list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.activity .box1 .box-c .list li,.activity .box1 .box-c .list i {
    width:calc(33% - 10px);

}
.activity .box1 .box-c .list .text-box {
    background-color:#fff;
    padding:30px 24px;
    box-shadow:0vw 0vw 1vw 0vw rgba(0,0,0,0.1);
    border-radius: 0 0 8px 8px;
}
.activity .box1 .box-c .list .date {
    font-size:14px;
    /*font-family:HarmonyOS_Sans_SC_Bold;
    */
    font-weight:400;
    color:#888888;
    line-height:1;
}
.activity .box1 .box-c .list .state {
    font-size:14px;
    font-weight:bold;
    color:#fff;
    line-height:1;
    border-radius: 10px;
    padding:10px;
    text-align: center;
    width:80px;
}
.tc1{
    background:#36b368;
}
.tc2{
    background:#1e9fff;
}
.tc3{
    background:#ffb800;
}
.activity .box1 .box-c .list .text-title {
    font-size:20px;
    /*font-family:HarmonyOS_Sans_SC_Bold;
    */
    font-weight:400;
    color:#333333;
    line-height:22px;
    height:22px;
    margin-top:19px;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    overflow:hidden;
    text-overflow:ellipsis;
}
.activity .box1 .box-c .list .text-time{
    font-size: 15px;
    color:#777777;
    margin-top:19px;
}
.activity .box1 .box-c .list li {
    margin-bottom:32px;
    margin-left:10px;
}
.activity .box1 .box-c .list .text-box:hover {
    box-shadow:0px 10px 25px 0px rgba(255,57,11,0.2000);
}
.activity .box1 .box-c .list li:hover .text-title {
    color:#ff390b;
}
.activity .box1 .box-c .list li .pic {
    position:relative;
    overflow:hidden;
    padding-top:80%;
    border-radius: 8px 8px 0 0;
}

.activity .box1 .box-c .list li .pic img {
    width:100%;
    position:absolute;
    top:0;
    left:0;
    height:100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
    border-radius: 8px 8px 0 0;
}
.activity .box1 .box-c .list li .pic:hover img{
    transform: scale(1.1);

}
.activity .box1 .box-c .list .text-des {
    font-size:15px;
    /*font-family:Microsoft YaHei;
    */
    font-weight:400;
    color:#777777;
    line-height:28px;
    margin-top:24px;
    height:84px;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:3;
    overflow:hidden;
    -webkit-box-orient:vertical;
}
.activity .box1 .box-c .list .more {
    width:140px;
    height:46px;
    border:1px solid #BFBFBF;
    border-radius:4px;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-top:24px;
    font-size:13px;
    /*font-family:Microsoft YaHei;
    */
    font-weight:400;
    color:#333333;
}
.activity .box1 .box-c .list .more:hover {
    border-color:#ff390b;
    background-color:#ff390b;
    color:#fff;
}
.activity .box1 .box-c .list .more .iconfont {
    margin-left:15px;
}
.activity .news-box-b {
    margin-top:10px;
}
@media (max-width:768px) {
    .activity .box1 .box-c .list li,.activity .box1 .box-c .list i {
        width:100%;
    }
    .activity .box1 .box-c .list li .pic img {
        width:100%;
    }
}

.news-d .box1 {
    padding-top: 4%;
    padding-bottom: 6%;
    background-color: #f7f7f7;

}
.news-d .box1 .left-block{
    width:70%;
    float:left;
    padding:30px;
    background:#fff;
}
.news-d .box1 .right-block{
    width:28%;
    background:#fff;
    float:right;
    padding:20px;
}
.news-d .box1 .right-block .r-title {
    font-family: Source Han Sans CN;
    font-weight: 400;
    font-size: max(0.24rem, 20px);
    color: #424242;
    line-height: 1;
    display: flex;
    align-items: center;
    padding-bottom: max(0.21rem, 15px);
    border-bottom: 1px solid #ff390b;
    margin-bottom: max(0.25rem, 15px);
}
.news-d .box1 .right-block .r-title::before {
    content: "";
    display: block;
    width: 7px;
    height: 27px;
    background: #ff390b;
    margin-right: 10px;
}
.news-d .box1 .title{
    font-size: 28px;
    padding:30px;
    color: #424242;
    text-align: center;
    border-bottom: 1px solid #dfdfdf;
}
.news-d .box1 .titles{
    font-size: 28px;
    padding:30px 0;
    color: #424242;
    text-align: left;
    border-bottom: 1px solid #dfdfdf;
}
.news-d .box1 .msg{
    font-size: 14px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    color: #888888;
    line-height: 30px;
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-d .box1 .msg span:not(:last-child){
    margin-right: 44px;
}
.news-d .box1 .box-c{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    line-height: 32px;
    margin-top: 40px;
}
.news-d .box1 .box-c p,
.news-d .box1 .box-c span{
    font-size: 16px!important;
    line-height: 32px!important;
}
.news-d .box1 .box-c .text-box:not(:last-child){
    margin-bottom: 30px;
}
.news-d .box1 .box-c  .img{
    display: block;
    max-width: 100%;
    margin: 30px auto;
}
.news-d .box1 .box-b{
    margin-top: 60px;
    border-top: 1px solid rgba(226, 226, 226, 1);
    padding: 30px 0px 0;
    display: flex;
    justify-content: space-between;
}
.news-d .box1 .box-b-l{
    flex: 1;
    margin-right: 20px;
}
.news-d .box1 .box-b-l p{
    display: flex;
    font-size: 14px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    color: #666666;
    line-height: 1;
}
.news-d .box1 .box-b-l p:not(:last-child){
    margin-bottom: 16px;
}
.news-d .box1 .box-b-l p a{
    flex: 1;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #666666;
}
.news-d .box1 .box-b-r{
    font-size: 14px;
    /*font-family: Microsoft YaHei;*/
    font-weight: 400;
    color: #666666;
    line-height: 1;
}

.waterfall {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-auto-rows: 10px;
    grid-gap: 15px;
}
.waterfall .item {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    background: white;
}
.waterfall .item.tall {
    grid-row-end: span 15;
}
.waterfall .item.short {
    grid-row-end: span 10;
}
.waterfall .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.5s ease;
}
.waterfall .item:hover img {
    transform: scale(1.1);
}
.waterfall .title2 {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 1px 3px rgba(0,0,0,0.5);
    padding: 5px 10px;
    background: rgba(0,0,0,0.3);
    border-radius: 4px;
}

@media (max-width: 768px) {
    .news-d .box1 .left-block,
    .news-d .box1 .right-block{
        width:100%;
    }
    .news-d .box1 .left-block .title{
        font-size: 18px;
        padding:10px 0;
    }
    .waterfall {
        grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    }
}
@media (max-width: 480px) {
    .waterfall {
        grid-template-columns: 1fr;
    }
}
/*分页*/
.yema{ width:100%; text-align:center; clear:both; overflow:hidden; padding-top:4%; clear:both; font-family:Arial;}
.yema.bgs2{ text-align:right;}
.yema ul li{ display:inline-block;overflow:hidden; text-align:center;margin-left: 5px;font-size: 16px}
.yema ul li a{padding:20px 20px;line-height: 50px; }
.yema ul li span{padding:20px 20px;line-height: 50px}
.yema ul li a:hover{color:#fff;background:#ff390b;}
.yema .active{background:#ff390b;color:#fff;}

/*常见问题*/
.product_t2{ text-align:center; margin-top:6%;}
.product_t2.bgs2{ text-align:left;}
.product_t2 .h3{ font-weight:bold; color:#333333; line-height:1.2;}
.product_t2 .p{ overflow:hidden; text-transform:uppercase; color:#cccccc; line-height:1.6; font-family:Arial; margin-top:0.5%; font-weight:lighter;}
.faq_ul2{ margin-top:4%; margin-bottom:1%;}
.faq_ul2 ul li{ display:block; overflow:hidden; background:url() #f7f7f7 right 40px top 19px no-repeat;transition:all 0.3s; cursor:pointer;-webkit-tap-highlight-color:transparent; background-size:40px 40px; margin-bottom:40px; padding-left:40px; padding-right:40px; border-radius:4px;}

.faq_ul2 ul li .h3{ font-weight:normal; overflow:hidden; padding-top:18px; padding-bottom:18px;line-height:40px; /*white-space:nowrap;text-overflow:ellipsis;*/  color:#333333; transition:all 0.3s; position:relative; font-size:21px; border-bottom:1px solid #dddddd;}
.faq_ul2 ul li .h3 em{ float:right; overflow:hidden; font-style:normal; color:#999999; font-size:15px; padding-right:58px;}
.faq_ul2 ul li .desc{ color:#666666; overflow:hidden; font-size:16px; line-height:36px; padding-top:30px; padding-bottom:30px;}

.faq_ul2 ul li .desc label{ display:inline-block; vertical-align:top; margin-right:6%;}
.faq_ul2 ul li .down{ overflow:hidden; line-height:36px; font-size:16px;padding: 3% 0 3%  0; display: none; color:#777777; border-top:1px solid #dddddd;}
.faq_ul2 ul li .down .h4{ font-weight:normal; color:#333; overflow:hidden; margin-bottom:0.5%; font-size:16px; text-transform:uppercase;}
.faq_ul2 ul li .down .p{ overflow:hidden; margin-bottom:2%;}
.faq_ul2 ul li .down .p:last-child{ margin-bottom:0;}
.faq_ul2 ul li .down .two{ overflow:hidden; margin-top:1%; padding-top:2.5%; border-top:1px solid #dddddd;}
.faq_ul2 ul li .down .two a{ color:#f6f6f6; background:#63c6ed; display:block; width:190px; line-height:54px; height:54px; text-align:center; overflow:hidden;transition:all 0.3s; border-radius:6px; }
.faq_ul2 ul li .down .two a:hover{opacity:0.8;filter:Alpha(opacity=80);}


.support .box1 .product_t2{ margin-top:0;}
.support .box1{
    padding: 60px 0 80px;
    background-color: #f7f7f7;
    text-align: center;
}
.support .box1 .box-c{
    margin-top: 50px;
    display: flex;
}
.support .box1 .box-c>div{
    width: 50%;
}
.support .box1 .box-c .l li{
    display: flex;
    align-items: center;
    height:230px;
    padding: 58px 46px;
    background-color: rgba(49, 49, 49, 1);
}
.support .box1 .box-c .l li .icon{
    width: 63px;
}
.support .box1 .box-c .l li .icon img{
    display: block;
    max-width: 100%;
    transition: all .6s;
}
.support .box1 .box-c .l li:hover .icon img{
    transform: rotateY(180deg);
}
.support .box1 .box-c .l li .text-box{
    margin-left: 47px;
    display: flex;
    align-items: flex-end;
    text-align: left;
    width: 437px;
    justify-content: space-between;
}
.support .box1 .box-c .l li .text-title{
    font-size: 22px;
    /*font-family: HarmonyOS_Sans_SC_Bold;*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1;
}
.support .box1 .box-c .l li .text-des{
    font-size: 16px;
    /*font-family: HarmonyOS_Sans_SC;*/
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    text-align:left;
}
.support .box1 .box-c .l li:nth-child(2){
    background-color:#ff390b;
}
.support .box1 .box-c .r .pic{
    height: 100%; overflow:hidden;
}
.support .box1 .box-c .r .pic img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s;

}
.support .box1 .box-c .r .pic:hover img{transform: scale(1.2);}


@media (max-width:500px) {
    .support .box1 .box-c .l li .text-des{
        margin-top: 10px;
        line-height: 25px; font-size:14px;
    }
    .support .box1 .box-c .l li .text-box{
        flex-direction: column;
        margin-left: 10px;
    }
    .support .box1 .box-c .l li .text-box-l,
    .support .box1 .box-c .l li .text-box-r{
        width: 100%;
    }
    .support .box1 .box-c .l li .text-box-r{
        margin-top: 15px;
    }
    .support .box1 .box-c .l li{
        padding: 25px 15px;
    }
    .support .box1 .box-c .l li .text-title{
        font-size: 20px;
    }
    .support .box1 .box-c{
        margin-top: 5%;
    }
    .support .box1{
        padding: 50px 0; padding-top:6%;
    }
}
@media (max-width:1024px) {
    .support .box1 .box-c{
        flex-direction: column; margin-top:4%;
    }
    .support .box1 .box-c>div{
        width: 100%;
    }
}
@media (max-width:1280px) {
    .support .box1 .box-c .l li .text-box{
        margin-left: 20px;
    }
    .support .box1 .box-c .l li{
        padding: 40px 25px;
    }
}


.profile-container {
    margin-top: 100px;
    max-width: 1600px;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.stats-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25%, 1fr));
    margin-top: 50px;
}
.stat-card {
    background: white;
    text-align: left;
}
.stat-value {
    font-size: 28px;
    font-weight: bold;
    margin: 10px 0;
    color: #333;
}
.stat-label {
    color: #666;
    font-size: 14px;
}
.stat-icon {
    font-size: 24px;
    margin-bottom: 10px;
}
.works { color: #6366f1; }
.transactions { color: #10b981; }
.views { color: #f59e0b; }
.favorites { color: #ec4899; }


.profile-container .left-section {
    padding: 2rem;
    width: 70%;
}
.profile-container .right-section {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 30%;
}


.profile-container .profile-name {
    margin-bottom: 0.5rem;
}
.profile-container .profile-bio {
    line-height: 1.6;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 16px;
}

.profile-container .avatar-container {
    width: 100%;
    max-width: 280px;
    aspect-ratio: 1/1;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.profile-container .avatar-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (min-width: 768px) {
    .profile-container {
        flex-direction: row;
    }
    .profile-container .left-section {
        width: 100%;
    }

}
@media (min-width: 480px){
    .profile-container .left-section {
        width: 100%;
    }

}

@media (max-width: 768px){
    .profile-container{
        margin-top:30px;
    }
    .profile-container .left-section {
        width: 100%;
    }
    .profile-container .right-section{
        width:100%;
        display: flex;
        justify-content: center;
    }
    .profile-container .stats-container {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
        margin-top: 50px;
        margin-bottom: 50px;
    }
}
