@CHARSET "UTF-8";

@font-face {
  font-family: 'Roboto';
  src: url('../font-awesome/fonts/Roboto-Regular_0.ttf') format('truetype'); /* 本地路径 */
  font-weight: normal;
  font-style: normal;
}
body {
    background: #f0f0f0;
    font-family: 'Roboto';
}

body.body-white {
    background: #fff;
}
.logo{
    margin-left: 4vw;
}
.navbar{
    --bs-navbar-color:#fff !important;
}


.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
}

.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
    margin-right: 0px;
    margin-left: 0px;
}

.navbar .nav .user {
    padding: 0;
    line-height: 70px;
}

.navbar .nav .user .headicon {
    margin: 0 5px;
    height: 30px;
}

.navbar .nav .user .caret {
    vertical-align: middle;
    margin: 0 5px;
}

/*tc widget*/
.tc-main {
    margin-top: 20px;
}

/*tc-box*/
.tc-box {
    background: #fff;
    padding: 10px;
    margin: 0 0 10px 0;
}

.body-white .tc-box{
    border: solid 1px #eee;
}

.tc-box.first-box {
    margin: 0 0 10px 0;
}

.tc-box.article-box {
    padding: 5px 20px;
}

/*tc-box end */

/* The blog boxes */
/*.tc-gridbox {
  background-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 1px 1px #a8a8a8;
  -moz-box-shadow: 0px 1px 1px #a8a8a8;
  box-shadow: 0px 1px 1px #a8a8a8;
  margin-bottom: 40px;
}*/
.tc-gridbox-container {
    width: 25%;
    float: left;
}

.tc-gridbox {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    border: solid 1px #eee;
    background: #fff;
    cursor: pointer;
}
.slider-success {
    background-color: #90ee90 !important; /* 浅绿色 */
    transition: background-color 0.3s; /* 背景颜色渐变 */
}
.slider-container {
    width: 18rem;
    height: 40px;
    background: #eee; /* 灰色轨道 */
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.slider-bg {
    height: 100%;
    background: orange; /* 绿色进度条 */
    border-radius: 20px 0 0 20px;
    width: 0; /* 初始为 0 */
    transition: width 0.1s;
}

.slider-thumb {
    width: 40px;
    height: 40px;
    background: #2196f3;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: grab;
}

.error-message {
    margin-top: 5px;
    color: red;
}

.tc-gridbox {
    margin: 0 10px 20px 10px;
}

.tc-gridbox:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    -moz-box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
    box-shadow: 0 0 10px 1px rgba(50, 50, 50, 0.1);
}

.tc-gridbox a {
    text-decoration: none;
}

@media ( min-width: 768px) and (max-width: 979px) {
    .tc-gridbox {
        display: block;
        float: none;
        width: 95%;
    }
}

@media ( max-width: 979px) {
    .tc-gridbox-container {
        display: block;
        float: none;
        width: 100%;
    }

    .tc-gridbox {
        margin: 0 0 10px 0;
    }
}

.tc-gridbox .header {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
    background: #fff;
}

.tc-gridbox .footer {
    padding: 5px 14px 5px 14px;
    text-align: right;
    background: #fff;
}

.tc-gridbox .header .item-image {
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
}

.tc-gridbox .header img {
    margin-bottom: 5px;
    width: 100%;
    /*-webkit-transition: all 0.8s ease-in-out;*/
    /*-moz-transition: all 0.8s ease-in-out;*/
    /*-o-transition: all 0.8s ease-in-out;*/
    /*-ms-transition: all 0.8s ease-in-out;*/
    /*transition: all 0.8s ease-in-out;*/
}

.tc-gridbox .header img:hover {

    /*-webkit-transform: scale(1.2) rotate(2deg);*/
    /*-moz-transform: scale(1.2) rotate(2deg);*/
    /*-o-transform: scale(1.2) rotate(2deg);*/
    /*-ms-transform: scale(1.2) rotate(2deg);*/
    /*transform: scale(1.2) rotate(2deg);*/
}

.tc-gridbox .header h3 {
    color: #454a4e;
    margin: 0 5px;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 24px;
}

.tc-gridbox .header h3 a,
.tc-gridbox .header h3 a:focus,
.tc-gridbox .header h3 a:hover {
    color: #454a4e;
    white-space: nowrap;
}

.tc-gridbox .header .meta {
    color: #5a6065;
}

.tc-gridbox .header hr {
    border-top-color: #eee;
    border-bottom: none;
    margin: 5px 0;
}

.tc-gridbox .body {
    padding-right: 14px;
    padding-left: 14px;
    margin-bottom: 14px;
    color: #343a3f;
}

.tc-gridbox .body a {
    color: #666;
}

.tc-gridbox .body a:hover {
    color: #428bca;
}

.tc-gridbox .btn {
    float: right;
    margin-right: 10px;
    margin-bottom: 18px;
}

/*masonary*/

.masonary-container .item {
    margin-bottom: 20px;
}

.masonary-container .item h3 {
    line-height: 100%;
}

.masonary-container .grid-sizer, .masonary-container .item {
    width: 24.9%;
    margin: 10px 0.05%;
    float: left;
    zoom: 1;
}

@media ( max-width: 479px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 98%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

@media ( min-width: 480px) and (max-width: 767px) {
    .masonary-container .grid-sizer, .masonary-container .item {
        width: 48%;
        margin: 10px 1%;
        float: left;
        zoom: 1;
    }
}

/*list Boxes
------------------------------------*/
.list-boxes {
    overflow: hidden;
    padding: 15px 20px;
    margin-bottom: 25px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    word-wrap: break-word;
    word-break: break-all;
    border: solid 1px #eee;
}

.list-boxes:hover {
    border: solid 1px #ddd;
}

.list-boxes h2 a {
    color: #555;
}

.list-boxes:hover h2 a {
    color: #f90;
}

.list-boxes .list-actions a {
    font-size: 16px;
    text-decoration: none;
}

.list-boxes p a {
    color: #72c02c;
}

.list-boxes .list-boxes-img li i {
    color: #72c02c;
    font-size: 12px;
    margin-right: 5px;
}

.list-boxes .list-boxes-img img {
    display: block;
    margin: 5px 10px 10px 0;
}

.list-boxes h2 {
    margin-top: 0;
    font-size: 20px;
    line-height: 20px;
}

.list-boxes ul.list-boxes-rating li {
    display: inline;
}

.list-boxes ul.list-boxes-rating li i {
    color: #f8be2c;
    cursor: pointer;
    font-size: 16px;
}

.list-boxes ul.list-boxes-rating li i:hover {
    color: #f8be2c;
}

/*list Colored Boxes*/
.list-boxes-colored p,
.list-boxes-colored h2 a,
.list-boxes-colored .list-boxes-img li,
.list-boxes-colored .list-boxes-img li i {
    color: #fff;
}

/*Red list Box*/
.list-boxes-red {
    background: #e74c3c;
}

/*Blue list Box*/
.list-boxes-blue {
    background: #3498db;
}

/*Grey list Box*/
.list-boxes-grey {
    background: #95a5a6;
}

/*Turquoise list Box*/
.list-boxes-sea {
    background: #1abc9c;
}

/*Turquoise Top Bordered list Box*/
.list-boxes-top-sea {
    border-top: solid 2px #1abc9c;
}

.list-boxes-top-sea:hover {
    border-top-color: #16a085;
}

/*Yellow Top Bordered list Box**/
.list-boxes-top-yellow {
    border-top: solid 2px #f1c40f;
}

.list-boxes-top-yellow:hover {
    border-top-color: #f39c12;
}

/*Orange Left Bordered list Box**/
.list-boxes-left-orange {
    border-left: solid 2px #e67e22;
}

.list-boxes-left-orange:hover {
    border-left-color: #d35400;
}

/*Green Left Bordered list Box**/
.list-boxes-left-green {
    border-left: solid 2px #72c02c;
}

.list-boxes-left-green:hover {
    border-left-color: #5fb611;
}

/*Green Right Bordered list Box**/
.list-boxes-right-u {
    border-right: solid 2px #72c02c;
}

.list-boxes-right-u:hover {
    border-right-color: #5fb611;
}

/*comments*/
.comment {
    margin-bottom: 10px;
}

.comment .avatar {
    height: 40px;
    width: 40px;
}

.comment-body {
    overflow: hidden;
}

.comment-content {
    padding-bottom: 2px;
    word-break: break-all;
    word-wrap: break-word;
}

.comment > .pull-left {
    margin-right: 10px;
}

.comment .time {
    color: #ccc;
    font-size: 12px;
    line-height: 14px;
}

.comment-postbox-wraper {

}

.comment-postbox {
    width: 100%;
    padding: 10px;
}

.comment-reply-box {
    position: relative;
}

.comment-reply-box .textbox {
    width: 100%
}

.comment-reply-submit .btn {
    margin-top: 20px;
}

/*ranking box*/

.ranking ul li {
    padding: 5px 0;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px dashed #f0f0f0;
}

.ranking ul.unstyled li i {
    margin-right: 5px;
}

.ranking li i {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-right: 15px;
    font-style: normal;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    vertical-align: middle;
    background-color: #aaa;
}

.ranking li.top3 i {
    background: #FC9B0B;
}

/*comment ranking box*/
.comment-ranking .comment-ranking-inner {
    padding: 10px;
    background: #f7f7f7;
    position: relative;
    margin-bottom: 10px;
    /*border-top: solid 2px #eee;*/
}

.comment-ranking .comment-ranking-inner,
.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.comment-ranking .comment-ranking-inner:after,
.comment-ranking .comment-ranking-inner:before {
    width: 0;
    height: 0;
    right: 0px;
    bottom: 0px;
    content: " ";
    display: block;
    position: absolute;
}

.comment-ranking .comment-ranking-inner:after {
    border-top: 15px solid #eee;
    border-right: 15px solid transparent;
    border-left: 0px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-right-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:before {
    border-bottom: 15px solid #fff;
    border-right: 0 solid transparent;
    border-left: 15px solid transparent;
    border-left-style: inset; /*FF fixes*/
    border-bottom-style: inset; /*FF fixes*/
}

.comment-ranking .comment-ranking-inner:hover {
    border-color: #FC9B0B;
    border-top-color: #FC9B0B;
    background: #f0f0f0;
}

.comment-ranking .comment-ranking-inner:hover:after {
    border-top-color: #FC9B0B;
}

.comment-ranking .comment-ranking-inner span.comment-time {
    color: #777;
    display: block;
    font-size: 11px;
}

.comment-ranking .comment-ranking-inner a {
    text-decoration: none;
}

.comment-ranking .comment-ranking-inner a:hover {
    text-decoration: underline;
}

.comment-ranking .comment-ranking-inner i.fa {
    top: 2px;
    color: #bbb;
    font-size: 18px;
    position: relative;
}

/*ThinkCMF Photos*/
ul.tc-photos {
    margin: 0;
}

.tc-photos li {
    display: inline;
}

.tc-photos li a {
    text-decoration: none;
}

.tc-photos li img {
    opacity: 0.6;
    width: 50px;
    height: 50px;
    margin: 0 2px 8px;
    border: 1px solid #ddd;
}

.tc-photos li img:hover {
    opacity: 1;
    border: 1px solid #f90;
    /* box-shadow: 0 0 0 1px #f90; */
}

/**/

/*Blog Posts
------------------------------------*/
.posts .dl-horizontal a {
}

.posts .dl-horizontal {
    margin-bottom: 15px;
    overflow: hidden;
}

.posts .dl-horizontal dt {
    width: 60px;
    float: left;
}

.posts .dl-horizontal dt .img-wraper {
    display: block;
    width: 55px;
    height: 55px;
    padding: 0;
    margin-top: 2px;
    border: solid 1px #eee;
}

.posts .dl-horizontal dt img {
    width: 100%;
    height: 100%;
    /* width: 55px;
    height: 55px;
    padding: 1px;
    margin-top: 2px;
    border: solid 1px #ddd; */
}

.posts .dl-horizontal dd {
    margin-left: 70px;
}

.posts .dl-horizontal dd p {
    margin: 0;
}

.posts .dl-horizontal dd a {
    font-size: 0.74vw;
    line-height: 16px !important;
}

.posts .dl-horizontal dd a:hover {
    text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a {
    color: #FC9B0B;
    border-color: #FC9B0B !important;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

/*headtitle*/

.headtitle {
    display: block;
    margin: 0 0 5px 0;
    border-bottom: 1px dotted #e4e9f0;
}

.headtitle h2 {
    font-size: 20px;
}

.headtitle h2,
.headtitle h3,
.headtitle h4 {
    margin: 0 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #e4e9f0;
}

.headtitle-md {
    margin-bottom: 15px;
}

.headtitle-md h2 {
    font-size: 21px;
}




/*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(1);}*/
#backtotop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    cursor: pointer;
    font-size: 50px;
    z-index: 9999;
}

#backtotop:hover {
    color: #333
}

#main-menu-user li.user {
    display: none
}





.my-container{
        padding: 0px 13.55vw;
    margin: 0 auto;
    width: 100vw;

}
/*nav*/

.top-nav{
    display: flex;
    justify-content: space-between;
    height: 40px;
    height: 4rem;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #dddcdc;
    padding: 0px 26rem;
    margin: 0 auto;
    width: 100vw;
    

}

.top-nav .left{

font-family: Roboto;
font-weight: 400;
font-size: 1.4rem;
color: #777676;
}

.top-nav .right{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.3rem;
}
.top-nav  .left img{
        width: 1.5rem;
    height: 1.1rem;
    margin-right: 0.6rem;
}
.top-nav .right span{

font-family: Roboto;
font-weight: 400;
font-size: 1.4rem;
color: #777676;
}
.language-drow{
    cursor: pointer;
}
.language-drow:hover,.top-nav .right span:hover{
    color: #f8931f;
}

.top-nav .language{
        list-style: none;
    width: 15.5rem;
    height: 20rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #DCDCDC;
    padding-left:0rem;
    position: absolute;
    top: 4rem;
    right: 15rem;
    z-index: 999;
    display: none;
}
.top-nav .language li{

    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 3rem;
    padding-left: 1.9rem;
}
.top-nav .language li:nth-child(1){
 
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.8rem;
    color: #777777;
    border-bottom: 1px solid #dcdcdc;
        padding-top: 2.2rem;
    padding-left: 1.9rem;
    padding-bottom: 2.4rem;
    line-height:1;
}
.middle-nav{
        height: 95px;
    display: flex;
    height: 9.5rem;
    justify-content: space-between;
    margin: 0 auto;
    width: 100vw;
    align-items: center;
    padding: 3rem 26rem;
}
.middle-nav.fixed{
     background: white; /* 防止透明 */
}
.middle-nav.fixed, .bottom-nav.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); /* 可选：添加阴影 */
}

/* 调整 bottom-nav 的位置，防止重叠 */
.bottom-nav.fixed {
  top: 9rem; /* 假设 middle-nav 高度 60px */
}
.product-top-nav.fixed{
        top: 14rem;
    position: fixed;
    z-index: 999;
}
.middle-nav img{
   
    width: 24rem;
}
.is_pc .dropdowm{
        width: 31.2rem;
    max-height: 55.05rem;
    background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #DCDCDC;
    min-height: 40rem;
    overflow-y: scroll;
    position: fixed;
       top: 11.5rem;
    left: 119rem;
    z-index: 88888;
    display: none;
}
.category-drop{
    cursor: pointer;
}

 .is_pc .dropdowm   .category-menu {
        width: 100%;
    }
.is_pc .dropdowm    .category-item {
        padding: 10px 15px;
        position: relative;
        cursor: pointer;
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #555555;
    }
.is_pc .dropdowm    .has-children {
        border-bottom: 1px solid #eee;
        cursor:pointer;
}
.is_pc .dropdowm    .category-arrow {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        transition: transform 0.3s;
}
.is_pc .dropdowm    .category-arrow.down {
        transform: translateY(-50%) rotate(90deg);
}
    
.is_pc .dropdowm    .children-container {
        display: none;
        padding-left: 15px;
}
    
.is_pc .dropdowm    .children-container.show {
        display: block;
}
    
    
.bottom-nav{
              display: flex
;
    /* padding: 120px; */
    /* width: 45px; */
    /* height: 12px; */
    font-family: Roboto;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    gap: 4vw;
    list-style: none;
    background: #F7931E;
    align-items: center;
    line-height: 5rem;
    height: 5rem;
    width: 100vw;
    padding: 0 26rem;

}
.bottom-nav .menu-parents{
        display: flex;
    list-style: none;
    line-height: 3rem;
    height: 5rem;
    align-items: center;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.bottom-nav .menu-parents .menu-parents-item{
    cursor: pointer;
     display: block;
         height: 100%;
}
.bottom-nav .menu-parents .menu-parents-item .menu-parents-item-title{
            height: 100%;
    display: block;
    padding-left: 5.7rem;
    padding-right: 5.7rem;
    /*padding-top: 1.9rem;*/
    line-height: 1;
    display: flex
;
    align-items: center;
    font-size: 1.6rem;

}

.bottom-nav .menu-parents .menu-parents-item.active .menu-parents-item-title{
        background: #f5f5f5;
   
    color: #f7931e !important;
}
.bottom-nav .menu-parents .menu-parents-item.active .menu-child{
    display: flex;
}


.bottom-nav .menu-parents .menu-parents-item .menu-child{

     
      padding: 0 26rem;
         position: absolute;
    top: 4rem;
    background-color: #fff;
    left: 0;
    z-index: 77;
    width: calc(100vw);
    padding-bottom: 9.5rem;
    padding-top: 4.6rem;
    display: none;
    top: 5rem;
    justify-content: space-between;
    left: -26rem;
   padding-left: 29.5rem;
   z-index: 999;
    
}
.items-column-item{
    display: flex;
    flex-direction: column;
    gap: 6.4rem;
    align-items: flex-start;
}

.bottom-nav .menu-parents .menu-parents-item .menu-child.three-two{
    
      gap: 10px;
      
         
   
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item{
        display: flex;
    align-items: flex-start;
    gap: 3rem;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item ul{
        padding: 0;
    list-style: none;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item img{
    width: 6.2rem;
    height: auto;
}
.shopnow-items .menu-child-item{
    flex-direction: column;
     background: #FFFFFF;
    border-radius: 1rem;
    border: 1px solid #DCDCDC;
    flex-direction: column;
    justify-content: center;
        padding: 5rem 3.4rem;
    width: 28rem;
    height: 40rem;

    font-family: Roboto;
    font-weight: bold;
    font-size: 2rem;
    color: #000000;
}


/* 第4列：单元素，允许很长 */

.bottom-nav .menu-parents .menu-parents-item .menu-child.three-two .shopnow-items .img-main{
    width: 20.6rem;
    height: 19.9rem;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item .shopnow{
    display: flex;
    gap: 0.7rem;
        align-items: center;
    justify-content: center;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child.three-two .shopnow-items .title a{

font-family: Roboto;
font-weight: bold;
font-size: 2rem;
color: #000000;
    text-decoration: none;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item .shopnow a{
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.8rem;
    color: #000000;
    text-decoration-line: underline;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item .shopnow a:hover {
    color: orange; /* 鼠标悬停时字体变橙色 */
    text-decoration-color: orange; /* 下划线颜色变橙色 */
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item .shopnow img
{
    width: 1rem;
    height: 1.1rem;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item li a{
  
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.6rem;
    color: #000000;
    text-decoration: none;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item li:nth-child(1) a{
    font-weight: bold;
    border-bottom: 0.2rem solid orange;
    padding-bottom: 2px;
}
.bottom-nav .menu-parents .menu-parents-item .menu-child .menu-child-item li a:hover{
    color: orange;
    border-bottom: 1px solid orange;
}
.input-search{
    width: 31.45vw;
    height: 2.2vw;
    background: #FFFFFF;
    border-radius: 1.1vw;
    border: 1px solid #DCDCDC;
       padding-left: 1vw;
    padding-right: 1.19vw;
    position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: 0.84vw;
}

.input-search input{
        width: 93%;
    border: none;
}
.input-search input:hover,
.input-search input:focus,
.input-search input:focus-within {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}
.input-search span{

font-family: Roboto;
font-weight: 400;
font-size: 0.74vw;
color: #777676;
cursor: pointer;
}
.input-search span:hover{
    color: #f8931f;   
    ci
}

.middle-nav .search{
    width: 7.035vw;
    height: 2.2vw;
background: #F7931E;
border-radius: 20px;
border: 1px solid #DCDCDC;
color: #fff;


font-family: Roboto;
font-weight: 400;
font-size: 0.74vw;
color: #FFFFFF;
line-height: 4rem;
text-align: center;
}

.middle-nav .search:hover{
    background-color: #f8f9fa;
    color: orange;
    font-weight: 800;
    cursor: pointer;
}

#nav1{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
}

.footer{
        padding: 2.65vw 13.55vw;
    width: 100vw;
    display: flex;
    gap: 1vw;
        justify-content: space-between;

}
.footer div{
    display: flex
;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.span1 img{
    height: 2.15vw;
}
.span1 .span1-title1{
      margin-top: 3.3vw;
    /* width: 199px; */
    /* height: 15px; */
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.9vw;
    color: #7E7E7E;

}

.span1-title2{
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.3vw;
    color: #000000;
}
.span2{
        margin-left: 4.59vw;
    display: flex;
    gap: 1.57vw;
}

.span2-title1{
        font-family: Roboto;
    font-weight: bold;
    font-size: 1.05vw;
    color: #000000;
}
.span2-title{
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.84vw;
    color: #000000;

}
.span2-title:hover{
    color: orange;
}
.span3{
    justify-content: flex-start !important;
    align-items: flex-start;
    gap: 1.4vw;
}
.span3-title{

font-family: Roboto;
font-weight: bold;
font-size: 1.07vw;
color: #000000;
}
.span3-title1{
            width: 16vw;
    height: 2.26vw;
    font-family: Roboto;
    font-weight: 400;
    font-size: 0.84vw;
    color: #2E2E2E;
}
.span2,.span3{
    padding-top: 1vw;
}

.container{
            width: 100%;
    max-width: 100% !important;
    padding: 0rem 26rem;
}



/*
询价*/
/* 全屏黑色蒙层 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.8); /* 黑色透明度0.8 
    z-index: 1000; /* 确保在最上层 */
    display: none;
    z-index: 9998;
}

/* 模态框样式 */
.quote-modal {
    position: fixed;
        bottom: 5rem;
    right: 10rem;
    /*transform: translate(-50%, -50%); */
   
    border-radius: 1rem;
    z-index: 9999; /* 要比蒙层更高 */
    
    width: 74rem;
    min-height: 63rem;
    background: #FFFFFF;
    /*box-shadow: 0rem 1rem 1rem 0rem #CBCBCB;*/
    border-radius: 1rem;
  
    padding-left: 5rem;
    padding-right: 5rem;
    padding-bottom: 3.9rem;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}
.quote-modal.product,#empty-list,.new-quote-model{
      top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
        bottom: auto;
   
}
.close{
        width: 1.2rem;
    height: 1.3rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.8rem;
    color: #6D6D6D;
    display: block;
    margin-top: 1.5rem;
    margin-left: auto;
    margin-right: -4rem;
    margin-bottom: 2.5rem;
    cursor: pointer;
}

.quote-modal .title{
        font-family: Roboto;
    font-weight: bold;
    font-size: 2.4rem;
    color: #010101;
    line-height: 1;
}

.quote-modal .des{

    font-family: Roboto;
    font-weight: 400;
    font-size: 1.6rem;
    color: #010101;
    display: block;
    margin-top: 1.9rem;
    line-height: 1;

}

.quote-modal .search{
    margin-top: 2.6rem;
    width: 100%;
    position: relative;
}


.quote-modal .search .close{
        width: 1.3rem;
    height: 1.5rem;
    position: absolute;
    top: 1.2rem;
    left: 1.6rem;
}
.quote-modal .search input{
        width: 100%;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2rem;
    border: 1px solid #DCDCDC;
    padding-left: 3.7rem;
    outline: none;
}

.quote-modal .search .search-span{
        width: 13.3rem;
    background: #F8F9FA;
    border-radius: 2rem;
    border: 1px solid #DCDCDC;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    height: 100%;
    text-align: center;

    font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #F8931F;
    line-height: 3.7rem;
    cursor: pointer;
}
.quote-modal .search .search-span:hover{
    background-color: orange;
    color: #fff;
}
.quote-modal .search-icon{
        position: absolute;
    top: 1.4rem;
    left: 1.4rem;
}
 .top-result,.quote-modal .search-result{
    position: absolute;
    z-index: 9999;
    background-color: #fff;
    width: 100%;
    min-height: 12rem;
    border-radius: 0rem 0rem 1rem 1rem;
    min-height: 12rem;
    padding: 2.7rem 2rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
}
  .top-result{
    top: 12rem;
    position: fixed;
    z-index: 99999;
    background-color: #fff;
    width: 61rem;
    left: 90rem;
}
.search-result-item img{
    width: 5.2rem;
height: 4rem;
}
.search-result-item .product-des{
    width: 16rem;
}

.quote-modal .search-result-items,.top-result  .search-result-items{
         flex-wrap: wrap;
         max-height: 25rem;
        overflow-y: auto;
}
.quote-modal .search-result-item .add{
        width: 2rem;
    height: 2rem;
    display: block;
    background-color: #ccc;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    font-weight: 800;
    margin-left: 4.2rem;
    cursor: pointer;
    font-size: 2rem;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.new-quote-model{
    width: 74rem;
    height: 73rem;
    background: #FFFFFF;
    
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    padding-top: 5.9rem;
    padding-bottom: 7.5rem;
    align-items: center;
    padding-left: 12.9rem;
    padding-right: 12.9rem;
    display: none;
}
.new-quote-model .logo_new{
    width: 8.3rem;
    height: 5.4rem;
}
.new-quote-model  .you{
 
    font-family: Roboto;
    font-weight: bold;
    font-size: 2.4rem;
    color: #010101;
    margin-top: 3.3rem;
    display: block;
    line-height: 1;
}
.new-quote-model  .our{
    
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.6rem;
    color: #010101;
    display: block;
    margin-top: 1.9rem;
    line-height:1;
}
.new-quote-model .right{
    width: 3.5rem;
    height: 3.5rem;
    margin-top: 1.7rem;

}
.new-quote-model .any{

font-family: Roboto;
font-weight: 400;
font-size: 2rem;
color: #010101;
margin-top: 7.7rem;
display: block;
}
.new-quote-model .contant_us{
        width: 18rem;
    height: 4rem;
    background: #F7931E;
    border-radius: 2rem;

    font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 4rem;
    margin-top: 2rem;
    cursor: pointer;
}
.new-quote-model .close{
     position: absolute;
    top: 0;
    right: 6rem;
}


.new-quote-model .product_list{
        
    margin-bottom: 0;
    width: 100%;
    max-height: 29rem;
    overflow-y: auto;
    padding-right: 2rem;
}
.new-quote-model .product_list_th{
    display: flex;
    justify-content: space-between;
    margin-top: 2.6rem;
     width: 100%;
     border-bottom: 1px solid #ebebeb;
     padding-bottom: 1.5rem;
}
.new-quote-model .product_list_th span{
       
    text-align: center;
    display: block;
    font-weight: 800;
        font-size: 1.4rem;
        padding-right: 1.8rem;
}
.new-quote-model .product_list_th span:nth-child(1){
     width: 7rem;
}
.new-quote-model .product_list  .product_list_item{
    display: flex;
    align-items: center;
    justify-content:flex-start;
    gap: 1rem;
    margin-top: 1rem;
    border-bottom: 1px solid #ebebeb;
}
.new-quote-model .product_list  .product_list_item img{
    width: 7.3rem;
    height: 7.3rem;
    object-fit: contain;
}

.new-quote-model .product_list  .product_list_item .post_content{
      margin-top: 0px;
}
.new-quote-model .product_list  .product_list_item .post_content .post_title{
  
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    display: block;
}

.new-quote-model .product_list  .product_list_item .post_content .post_title1{
  
    display: block;
font-family: Roboto;
font-weight: 400;
font-size: 1.4rem;
color: #7E7E7E;
}
.star.half::after{
    display: none !important;
}
.new-quote-model .product_list  .product_list_item  .quantity{
    
font-family: Roboto;
font-weight: 400;
font-size: 1.6rem;
color: #6D6D6D;
margin-left: auto;
margin-right: 0px;
}
.product-des span:nth-child(1){
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.2rem;
    color: #7E7E7E;
    display: block;
}
.product-des span:nth-child(2){
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    margin-top: 1.2rem;
    display: block;
    line-height: 1;
}
.quote-modal .search-result-item .add:hover{

    background-color: orange;
    color: #fff;
    
}
.view-more{
    width: 9rem;
    height: 1.4rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    text-decoration-line: underline;
    margin: 0 auto;
    display: block;
    margin-top: 3.7rem;
    cursor: pointer;
}

.search-result-item{
        width: 50%;
    display: flex;
    /*justify-content: flex-end;*/
    align-items: center;
    margin-top: 3.9rem;
}
.quote-modal .product{
    margin-top: 3.5rem;
}


.product-item{
        display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 3.5rem;
}
 .product-item .product-item-left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.4rem;
}

 .product-item .product-item-left img{
        width: 7.3rem;
    height: 7.3rem;
    background: #FFFFFF;
    border-radius: 0.5rem;
    border: 1px solid #DCDCDC;
    object-fit: cover;
}
 .product-item .product-item-left .product-item-left-title{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #000000;
    display: block;
}
 .product-item  .product-item .product-item-left .product-item-left-des{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #7E7E7E;

}

.product-item-right{
        position: relative;
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
 .product-item .product-item-right .number{
        width: 16.5rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 2rem !important;
    border: 1px solid #DCDCDC;
    padding-left: 2rem;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


 .product-item .product-item-right .add{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    /* border: 1px solid #ccc; */
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: center;
    left: 9rem;
    top: 0.8rem;
    background-color: #f5f4f4;
    border-radius: 50% !important;
    color: #ddc;
    cursor: pointer;
}
 .product-item .product-item-right .jian{
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    /* border: 1px solid #ccc; */
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: center;
    left: 13rem;
    top: 0.8rem;
    background-color: #f5f4f4;
    border-radius: 50% !important;
    color: #ddc;
    cursor: pointer;

}
 .product-item .product-item-right .add:hover{
     color: orange;
 }
  .product-item .product-item-right .jian:hover{
     color: orange;
 }
 .product-item  .product-item-right .delete{
    width: 2.5rem;
    height: 2.5rem;
    font-weight: 800;
    font-size: 2rem;
    line-height: 2.1rem;
    text-align: center;
    cursor: pointer;


}

.delete img:last-child {
  display: none; /* 默认隐藏 orange */
}

.delete:hover img:first-child {
  display: none; /* hover 时隐藏 black */
}

.delete:hover img:last-child {
  display: inline; /* hover 时显示 orange */
}

.form .row-item{
        width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: no-warp;
    align-items: center;
    gap: 2.1rem;
    margin-top: 2rem;

}

.form .row-item input,.form .row-item select{
        width: 30.85rem;
    height: 4rem;
    background: #F8F9FA;
    border-radius: 0.5rem;
    border: none;

    font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #444444;
    padding-left: 2rem;
    outline: none;
}
.form .row-item textarea{
    width: 100%;
    height: 8.9rem;
    background: #F8F9FA;
border-radius: 0.5rem;
    border: none;
    outline: none;
    padding-left: 2rem;
        font-size: 1.4rem;
        font-family: Roboto;
    font-weight: 400;
}

.form .row-item .country_select{
    position: relative;
}
.form .row-item .country_select ul{
    display: none;
        max-height: 20rem;
    position: absolute;
    list-style: none;
    overflow-y: scroll;
    background-color: #fff;
    width: 100%;
    padding-left: 1rem;
    cursor: pointer;
    font-size: 1.2rem;
}
.form .row-item .country_select ul li:hover{
    background-color: #ccc;
    line-height:2rem;
    
}
.submit .solve{
        font-family: Roboto;
    font-weight: 400;
    font-size: 1.4rem;
    color: #7E7E7E;
}

.submit button{
        width: 18rem;
    height: 4rem;
    background: #F7931E;
    border-radius: 2rem;
    /* color: #000; */
    /* width: 10rem; */
    /* height: 1.4rem; */
    font-family: Roboto;
    font-weight: bold;
    font-size: 1.4rem;
    color: #FFFFFF;
    text-align: center;
    border: none;
    /* padding: 1.4rem 4.1rem; */
    /* width: 93rem; */
    display: block;
}
.submit button:hover{
    text-decoration: underline; /* 鼠标悬停显示下划线 */
}
.submit{    display: flex
;
    min-width: 30rem;
    margin: 0 auto;
    gap: 1.1rem;
    align-items: center;    margin-top: 4rem;}
    
    
    
    .bottom-quote{
            width: 5rem;
    height: 13rem;
    background: #F8F9FB;
    box-shadow: 0rem 1rem 1rem 0rem #CBCBCB;
    border-radius: 0.5rem;
    border: 0px solid #FFFFFF;
    position: fixed;
    right: 1rem;
    bottom:6rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
        gap: 2.3rem;
        cursor: pointer;
        z-index: 999;
    }
    
  .bottom-quote   .bottom-icon-item{
            display: flex
;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.9rem;
    }
    
     .bottom-quote   .bottom-icon-item img {
            width: 1.7rem;
    height: 1.5rem;
    }
    
     .bottom-quote   .bottom-icon-item span{
             width: 3.1rem;
    height: 1rem;
    font-family: Roboto;
    font-weight: 400;
    font-size: 1rem;
   color: #7e7e7e;
     }
    
    .bottom-quote   .bottom-icon-item span:hover{
         color: #F7931E;
    text-decoration-line: underline;
    }
    
    .tp-top{
        cursor: pointer;
        position: fixed;
        bottom: 0px;
        right: 1rem;
            flex-wrap: wrap;
        display: flex;
        justify-content: center;
        align-content: center;
        width: 5rem;
height: 5rem;
background: #FFFFFF;
box-shadow: 0rem 1rem 1rem 0rem #CBCBCB;
border-radius: 0.5rem 0.5rem 0rem 0rem;
        
    }
    .tp-top img{
        width: 2rem;
        height: 1.5rem;
    }
    
    .tp-top img.d-init {
    display: block;
}

.tp-top img.d-none-init {
   display: none;
}

.tp-top:hover img.d-init {
    display: none;
}

.tp-top:hover img.d-none-init {
    display: block;
}
.face-init{
    cursor: pointer;
}


.face-inits img.face-init {
    display: block;
}

.face-inits img.face-init-none {
   display: none;
}

.face-inits:hover img.face-init {
    display: none;
}

.face-inits:hover img.face-init-none {
    display: block;
}


    .empty-list{
            width: 74rem;
    min-height: 30rem;
    background: #FFFFFF;
    box-shadow: 0rem 1rem 1rem 0rem #CBCBCB;
    border-radius: 1rem;
        padding-top: 8rem;
 
    display: none
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    }
    
    .empty-list .submit{
        min-width: auto;
    }
    .empty-list .close{
            position: absolute;
    top: 0;
    right: 6rem;
    }
    .star-rating{
        display: flex;
    }
    .quote-modal  .star-rating {
    display: flex;
    gap: 0.5rem;
  }
  .star {
    width: 1.5rem;
    height: 1.5rem;
    position: relative;
  }
   .star-rating svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  .star.full path {
    fill: #ffc107;
  }
  .star.empty path {
    fill: #ddd;
  }
  .star.half path {
    fill: #ddd;
  }
  .star.half .half-fill {
    fill: #ffc107;
  }


/*眼睛*/

.hover-img-wrapper {
  position: relative;
  display: inline-block;
  width: 2.6rem;
  height: 2.6rem;
}
.hover-img-wrapper img {
  display: block;
    position: absolute;
  top: 0;
  left: 0;
    width: 2.6rem;
  height: 2.6rem;
}

.hover-img-wrapper .hover-img {

  display: none ;
}
.hover-img-wrapper img.hover-img {
  display: none;
}




.hover-img-wrapper:hover .default-img {
  display: none;
}

.hover-img-wrapper:hover .hover-img {
  display: block;
}




/* 定义动画 */
.slide-down {
  animation: slideDown 0.5s ease-out forwards;
  opacity: 0;
  transform: translateY(-20px);
}

@keyframes slideDown {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

    
    #quoteModal-inquiry .product{
        max-height: 700px;
        overflow-y: scroll;
    }
    
    
    
    
    
    .email-submit{
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        flex-direction: row !important;
        gap: 1rem !important;
        margin-top: 4.4rem;
    }
    .email-submit input{
        width: 23.4rem;
        height: 4rem;
        background: #FFFFFF;
        box-shadow: 0rem 1rem 1rem 0rem #F0F0F0;
        border-radius: 0.5rem;
        border: 1px solid #F8F9FA;
        
        font-family: Roboto;
        font-weight: 400;
        font-size: 1.4rem;
        color: #7E7E7E;
        padding-left: 1rem;
        
        outline: none;       /* 去掉点击时的蓝色/黑色轮廓 */

    }
    
    .email-submit input:focus {
   border: 1px solid #F8F9FA !important;
   
}
     .email-submit .email-icon{
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
            gap: 1rem;
            background-color: red;
            background: #F8F9FA;
            box-shadow: 0rem 1rem 1rem 0rem #F0F0F0;
            border-radius: 0.5rem;
            border: 1px solid #FFFFFF;
            padding: 1.5rem;
            cursor: pointer;
     }
    
    .email-submit .email-icon img{
        width: 1.4rem;
        height: 1rem;
    }
    .email-submit .email-icon span{
        width: 6.4rem;
height: 1.4rem;
font-family: Roboto;
font-weight: bold;
font-size: 1.4rem;
color: #F7931E;

line-height: 1.4rem;
    }
    .email-submit .email-icon span:hover{
        text-decoration-line: underline;
    }
    
    
    
    
    
    .paroduct{
            max-height: 24rem;
    overflow-y: auto;

    }
    
    
    
    
    
/*验证码**/    
 .captcha-container {
            background: white;
          
            border-radius: 8px;
            text-align: center;
            width: 18rem;
            padding-top: 0;
        }
        .slider-container {
            position: relative;
            height: 4rem;
            background: #eee;
            border-radius: 4rem;
            overflow: hidden;
        }
        .slider-thumb {
            position: absolute;
            top: 0;
            left: 0;
             width: 4rem;
            height: 4rem;
            background: #fff;
            border-radius: 50%;
            box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
            cursor: grab;
            z-index: 2;
        }
        .hint {
            color: #666;
            margin-bottom: 15px;
        }
        #verify-btn {
            padding: 8px 20px;
            background: #4CAF50;
            color: white;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            transition: background 0.3s;
        }
        #verify-btn:disabled {
            background: #cccccc;
            cursor: not-allowed;
        }
        
        
        
        
        
        
        
   .is_mobile{
        display: none;
    }     
@media (max-width: 768px) {
    .container{
            padding: 0rem 2rem;
    }
}        
/*@media (max-width: 768px) { */
/*    .is_pc{*/
/*        display: none;*/
/*    }*/
/*     .is_mobile{*/
/*        display: block;*/
/*    }*/
/*    .container-init{*/
/*        width: 100% !important;*/
/*    }*/
/*    .search-icon{*/
/*        display: none;*/
/*    }*/
/*    .navbar-nav-line{*/
/*        display: none;*/
/*    }*/
/*    .top-menu{*/
/*        display: none;*/
/*    }*/
/*    #nav1.show{*/
/*        background-color: #fff !important;*/
/*        opacity: 1 !important;*/
/*    }*/
   
/*    #nav1{*/
/*        height: 25.9rem;*/
/*        z-index: 9999;*/
/*        background-color: orange !important;*/
/*    }*/
/*    .logo img{*/
/*        width: 57.1rem;*/
/*        height: auto;*/
/*        margin-top: 6rem;*/
/*    }*/
/*    #nav1 .container-fluid {*/
/*        height: 14.9rem;*/
/*    }*/
/*    .red-dian{*/
/*        display: none;*/
/*    }*/
/*    .accessory  ul li{*/
/*        margin-top: 9rem;*/
/*    }*/
/*    .accessory  ul li span{*/
/*        font-size: 12px;*/
/*        line-height: 12px;*/
/*        width: 99%;*/

/*        margin: 0 auto;*/
/*        margin-top: 3px;*/

    /*    white-space: nowrap;     */
    /*overflow: hidden;        */
    /*text-overflow: ellipsis; */

/*    }*/
/*    .accessory .accessory-title{*/
/*        margin-top: 3rem;*/
/*    }*/
/*    .accessory .accessory-title img{*/
/*        width: 6rem;*/
/*        height: 6rem;*/
/*    }*/
/*    .accessory .accessory-title span{*/
/*        font-size: 5rem;*/
/*    }*/
/*    .accessory ul .img-item{*/
/*        height: 71rem;*/
/*    }*/
/*    .accessory .img-item img{*/
/*        object-fit: contain;*/
/*    }*/

/*    .banner-home.left .title-group,.banner-home.right .title-group{*/
/*        top: 34%;*/
/*        display: block;*/
/*        left: 0;*/
/*    }*/
/*    .about-page .banner-home.left .title-group,.about-page .banner-home.right .title-group{*/
/*        top: 0 !important;*/
/*    }*/

    /*底部*/
/*    .footer .footer-top{*/
/*        flex-direction: column;*/
/*        background-color: #fff;*/
/*        border-top: 1px solid #ccc;*/
/*    }*/
/*    .footer-top-left .spans a{*/
/*        color: #000;*/
/*        font-size: 6.5rem;*/
/*        line-height: 13.68rem;*/
/*        width: 89.4rem;*/
/*    }*/
/*    .footer-top-left{*/
/*        width: 100%;*/
/*        padding-right: 33rem;*/
/*    }*/
/*    .footer-top-middle{*/
/*        width: 100%;*/
/*        margin-top: 11rem;*/
/*    }*/
/*    .content{*/
/*        line-height: 13.14rem;*/
/*        font-size: 6.43rem;*/
/*        gap: 0px;color: #000;*/
/*    }*/
/*    .footer-top-right{*/
/*        margin-top: 13rem;*/
/*        width: 100%;*/
/*        flex-direction: row;*/
/*    }*/
/*    .footer-top-middle img, .footer-top-right img{*/
/*        width: 37vw;*/
/*        height: auto;*/
/*    }*/


/*    .icon-row{*/
/*        justify-content: space-around;*/
/*        width: 50%;*/
/*    }*/
/*    .footer-icon {*/
/*        width: 49.6rem;*/
/*        height: auto;*/
/*        margin-left: calc(50% - 26.3rem);*/
/*        margin-top: 6rem;*/
/*    }*/


    /*手机导航*/
/*    .mobile-menu-btn,.mobile-menu-container{*/
/*        display: block;*/
/*    }*/


    /* 菜单容器 */
/*    .mobile-menu-container {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        right: -90%;*/
/*        width: 90%;*/
/*        height: 100vh;*/
/*        background-color: #fff;*/
/*        z-index: 99999999;*/
/*        transition: right 0.3s ease-in-out;*/
/*    }*/

/*    .mobile-menu-container.show {*/
/*        right: 0;*/
/*    }*/

    /* 菜单内容 */
/*    .mobile-menu-content {*/
/*        height: 100%;*/
/*        padding: 20px;*/
/*        color: #fff;*/
/*        overflow-y: auto;*/
/*    }*/

    /* 关闭按钮 */
/*    .mobile-menu-close {*/
/*        position: absolute;*/
/*        top: 15px;*/
/*        right: 15px;*/
/*        background: none;*/
/*        border: none;*/
/*        color: #000;*/
/*        font-size: 1.5rem;*/
/*        cursor: pointer;*/
/*        z-index: 1051;*/
/*    }*/

    /* 菜单列表 */
/*    .mobile-menu-list {*/
/*        list-style: none;*/
/*        padding: 0;*/
/*        margin-top: 40px;*/
/*    }*/

/*    .mobile-menu-item {*/
/*        border-bottom: 1px solid #333;*/
/*    }*/

    /* 菜单链接 */
/*    .mobile-menu-link {*/
/*        display: flex;*/
/*        justify-content: space-between;*/
/*        align-items: center;*/
/*        padding: 15px 0;*/
/*        color: #000;*/
/*        text-decoration: none;*/
/*    }*/
/*    .mobile-menu-link.active{*/
/*        color: #F32753;*/
/*    }*/
/*    .mobile-menu-link span {*/
/*        font-size: 9.1rem;*/
/*        font-family: 'AcuminVariableConcept', serif;*/
/*    }*/

    /* 菜单箭头 */
/*    .mobile-menu-arrow {*/
/*        transition: transform 0.2s ease;*/
/*        font-size: 9rem;*/
/*    }*/

/*    .mobile-menu-item.active .mobile-menu-arrow {*/
/*        transform: rotate(90deg);*/
/*    }*/

    /* 子菜单 */
/*    .mobile-submenu {*/
/*        list-style: none;*/
/*        padding: 0 0 0 15px;*/
/*        margin: 0;*/
/*        max-height: 0;*/
/*        overflow: hidden;*/
/*        transition: max-height 0.3s ease;*/
/*    }*/

/*    .mobile-menu-item.active .mobile-submenu {*/
/*        max-height: 500px;*/
/*    }*/

/*    .mobile-submenu li {*/
/*        padding: 10px 0;*/
/*    }*/

/*    .mobile-submenu a {*/
/*        color: #ccc;*/
/*        text-decoration: none;*/
/*        display: block;*/
/*        font-size: 8rem;*/
/*        font-family: 'AcuminVariableConcept', serif;*/
/*    }*/
/*    .mobile-submenu a.active{*/
/*        color: #f22634;*/
/*    }*/
/*    .mobile-menu-item:has(.mobile-submenu .active) > .mobile-menu-link {*/
/*        color: #f22634;*/
/*    }*/


    /* 遮罩层 */
/*    .mobile-menu-overlay {*/
/*        position: fixed;*/
/*        top: 0;*/
/*        left: 0;*/
/*        width: 100%;*/
/*        height: 100vh;*/
/*        background-color: rgba(0, 0, 0, 0.5);*/
/*        z-index: 1040;*/
/*        opacity: 0;*/
/*        visibility: hidden;*/
/*        transition: opacity 0.3s ease, visibility 0.3s ease;*/
/*    }*/

/*    .mobile-menu-overlay.show {*/
/*        opacity: 1;*/
/*        visibility: visible;*/
/*    }*/

    /* 防止滚动 */
/*    body.mobile-menu-open {*/
/*        overflow: hidden;*/
/*    }*/

    /* 菜单触发按钮样式 */
/*    .mobile-menu-btn {*/
/*        position: fixed;*/
/*        right: 8rem;*/
/*        top: 0;*/
/*        font-size: 17rem;*/
/*        z-index: 9999;*/
/*        color: #fff;*/
/*    }*/
/*    .mobile-menu-close i{*/
/*        font-size: 9rem;*/
/*    }*/
/*    .banner-home .main-title1{*/
/*        display: none;*/
/*    }*/
/*    .banner-home.left .main-title,.banner-home.right .main-title{*/
/*        width: 100vw;*/
/*        font-size: 19rem;*/

/*        text-align: center;*/
/*        max-width: 100vw;*/
/*        line-height: 20rem;*/

/*    }*/
/*    .banner-home.left .main-title1,.banner-home.right .main-title1 {*/
/*        font-size: 9rem;*/
/*        width: 100vw;*/

/*        text-align: center;*/
/*        line-height: 10rem;*/
/*        max-width: 100vw;*/
/*        position: relative;*/
/*        top: auto;*/
/*        left: auto;*/
/*        margin-top: 6rem;*/
/*    }*/
/*    .about-page .main-title {*/
/*        transform: none !important;*/
/*        text-align: right !important;*/
/*    }*/
/*    .container{*/
/*        padding:0px;*/
/*    }*/
/*    .footer {*/
/*        padding: 2.65vw 4.55vw;*/
        
/*    }*/
/*    .span2-title,.span2-title1{*/
/*        font-size: 2rem;*/
/*    }*/


/*}*/









.star.half::after{
    display: none !important;
}

.fixed-center{
      top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); /* 居中 */
}



   /*html{filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);-webkit-filter: grayscale(1);}*/
    #backtotop {
        position: fixed;
        bottom: 50px;
        right: 20px;
        display: none;
        cursor: pointer;
        font-size: 50px;
        z-index: 9999;
    }

    #backtotop:hover {
        color: #333
    }

    #main-menu-user li.user {
        display: none
    }
        