[v-cloak] {
    display: none;
  }
*{
    margin: 0;
    padding: 0;
}
:root {
    --main-bg-color: #26aee4; /* 1b6ef0 */
    --main-bg2-color: rgb(83,208,156);
    --header-bg: #38373d;
    --newssection-bg: rgb(249, 249, 255);
    --text-color: #666;
    --tec_bg-color: #38373d;
    --tec_bgA-color: #1e1e1e;
    /* 中灰色 */
    --gray-color: rgb(196, 210, 219);
    --grayb-color: rgb(248, 248, 248);
    --grayd-color: rgb(247, 244, 244);
    --grayc-color: rgb(249, 250, 251);
    --graye-color: #f6f9f9;
  }
   /* loading容器 */
   .loading {
    position: relative;
    width: 20px;
    height: 20px;
}

/* 转动的圆环 */
.loading::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 4px solid #e0e0e0; /* 灰色边框 */
    border-top-color: #888888; /* 深色边框用于指示旋转方向 */
    animation: spin 1s linear infinite;
}

/* 旋转动画 */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
  
.marginauto{
    margin: 0 auto;
}
.minwith40{
    min-width: 40%;
}
  .danbluebg{
    background: #e7eeff;
  }
  .fixed{
    position: fixed;
  }
  .heiti{
    /* font-family: '微软雅黑'; */
  }
.bg-white {
    background: white;
}

.bg-main-bg2{
    background: var(--main-bg2-color);

}
.bg-main-bg3{
    background: var(--graye-color);

}
.bg-main-bg{
    background: var(--main-bg-color);

}
.bg-footer{
    background: var(--tec_bg-color);

}
.border-mian{
    border: solid 1px var(--main-bg-color);
}
.hovermiancolor:hover{
    color: var(--main-bg-color) !important;
}
/* 构建加载动画*/
.loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #a6a9aa;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
  }
  /*实现动画效果*/
  @keyframes spin {
    0% {
    transform: rotate(0deg);
    }
    100% {
    transform: rotate(360deg);
    }
  }
/* 构建加载动画*/
.image-container {
    position: relative;
    display: inline-block; /* 或使用 block 并设置宽度 */
  }
  
  .image-container::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%; /* 控制渐变覆盖的高度 */
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
    pointer-events: none; /* 确保点击能穿透蒙版作用于图片 */
  }
  
  .image-container img {
    display: block;
    max-width: 100%;
    /* height: auto; */
  }

.text-gray {
    color: #888888;
}

.text-black {
    color: black;
}
.text-newblack{
    color: #212121;
}

.text-darkgray {
    color: #454545;
}
.text-brown {
    color: rgb(98, 105, 115);
}
.text-mian {
    color: var(--main-bg-color);
}

.box-sizing {
    box-sizing: border-box;
}

.text-bold {
    font-weight: bold;
}
.dan-white{
    background: rgba(255, 255, 255, 0.3); ;
}

.zoomhover:hover img{
    transform: scale(1.05);
    transition: transform 500ms ease; 
}

.margintop10hover:hover{
    transform: translateY(-10px);
    transition: all 500ms ease; 
}
.spacebetween{
    justify-content: space-between;
}
.spacearound{
    justify-content: space-around;
}
.spacecenter{
    justify-content: center;
}
.circle10 {
    border-radius: 10px;
}
.circle5 {
    border-radius: 5px;
}
.circle20 {
    border-radius: 20px;
}
.circle50{
    border-radius: 50%;
}
.colorfuldiv1{
    background: #165DFF;
}
.colorfuldiv2{
    background: #FF7D00;
}
.colorfuldiv3{
    background: #722ED1;
}
.colorfuldiv4{
    background: #00B42A;
}
.colorfuldiv5{
    background: #F53F3F;
}
.colorfuldiv6{
    background: #4E5969;
}
.colorfuldiv7{
    background: #0050B3;
}
.colorfuldiv8{
    background: #F759AB ;
}
.colorfuldiv9{
    background:  #FFC107;
}
.colorfuldiv10{
    background:  #36D399;
}
.colorfuldiv11{
    background:  #FF7D7D;
}
.colorfuldiv12{
    background:  #1890FF;
}
.colorfuldiv13{
    background:  #FFF0F6;
}
.colorfuldiv14{
    background:  #FFF8E1;
}



.flex {
    display: flex;
}
.middle{
    vertical-align: middle;
}
.martop10 {
    margin-top: 10px;
}

.marright10 {
    margin-right: 10px;
}
.marright20 {
    margin-right: 20px;
}
.flexnm{
    flex: 1;
    transition: all 1000ms ease;

}
.flexnm:hover{
    flex: 2;
    transition: all 1000ms ease;

}

.martop20 {
    margin-top: 20px;
}
.martop50 {
    margin-top: 50px;
}

.marbottom10 {
    margin-bottom: 10px;
}
.marbottom30{
    margin-bottom: 30px;

}
.marbottom80{
    margin-bottom: 80px;

}
.pointer {
    cursor: pointer;
}

.overflow {
    overflow: hidden;
}

.fontbold {
    font-weight: bold !important;
}


/* 短下划线效果 */

  .underline-wrapper {
    position: relative;
    display: inline-block;
    cursor: pointer;
  }
  .underline-wrapper::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 40%;
    height: 7px;
    background-color: var(--main-bg-color);
    transition: width 0.3s ease;
    border-radius: 8px;
  }
/* 两行后溢出省略号 */
.overtextell2 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.overtextell3 {
    word-break: break-all;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.shadow-boxstylea{
    box-shadow: 0 0.1rem 0.4rem rgba(0, 0, 0, .175) !important;
  
  }
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.circle5 {
    border-radius: 5px;
}
.wrap{
    flex-wrap: wrap;
}

.width100 {
    width: 100% !important;
}
.height100 {
    height: 100% !important;
}
.width80 {
    width: 80% !important;
}

.width90 {
    width: 90% !important;
}
.width95{
    width: 95% !important;
}

.floatleft {
    float: left;
}
.pointer{
    cursor: pointer;
}
.floatright {
    float: right;
}

.text-left {
    text-align: left;
}

.maincolor {
    color: var(--main-bg-color) !important;
}
.maincolorb {
    color: var(--main-bg2-color) !important;
}
.maincolorc{
    color:#1296db;
}
.text-white {
    color: white !important;
}


.height100vh {
    height: 100vh;
}
/* 详细区域 */
.borderdown{
    border-bottom: solid 2px #c2c2c2;
}
/* 右移动的动画效果 */
.slide-icon-effect {
    display: inline-flex;
    align-items: center;
    color: var(--primary);
    font-weight: 500;
    text-decoration: none;
}
.slide-icon-effect svg {
    margin-left: 0.5rem;
    transition: transform 0.3s ease;
}
.slide-icon-effect:hover svg {
    transform: translateX(4px);
}
#addclassnewa{
    /* display: none; */
}
.transition500{
    display: block;
    transition: all 1s ease;

}
.stylea{
    height: 0px;

    overflow: hidden;
    /* display: none; */
    /* transition: all 0.5s ease; */
}
.styleb{
    /* display: block; */

    /* border: solid 1px red; */
    height: 300px;
    animation: myfirst 1s;
    -webkit-animation: myfirst 1s; /* Safari 与 Chrome */


}
@keyframes myfirst
{
    0%   {height: 0;}
    /* 50%  {height: 10rem;} */
    /* 50%  {height: 15rem;} */
    100% {height: 300px;}
}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
    0%   {height: 0;}
    /* 50%  {height: 10rem;} */
    /* 50%  {height: 15rem;} */
    100% {height: 300px;}
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.wei3{
    min-height: calc(1.5em * 3); /* 假设每行 1.5em 行高，共 3 行 */
  line-height: 1.5em;
}
.object-cover{
    object-fit: cover;
}
.block{
    display: block;
}
a{
    text-decoration: none;
}
.none{
    display: none;
}
@media (min-width: 976px) {
    .width1000{
        width: 1000px;
    }
    .webmarright20 {
        margin-right: 20px;
    }
    .top-300{
        top: -300px;
    }
    .webwidth40{
        width: 40%;
    }
    .height80{
        height: 80px;
    }
    .height400{
        height: 535px;
    }
    .height190{
        height: 260px;
    }
    .top-80{
        top: -80px;
    }
    .left130{
        left: 130px;
    }
    .wid80hei80{
        width: 80px;
        height: 80px;
    }
    .wid80hei50{
        width: 50px;
        height: 50px;
    }
    /* .webshow{
        display: block;
    }
    .wapshow{
        display: none;
    } */
    .height300px{
        height: 300px;
    }
    .ptop-50{
        padding-top: 50px;
    }
    .ptop-10{
        padding-top: 10px;
    }
    .pleft-10{
        padding-left: 10px;
    }
    .ptop-20{
        padding-top: 20px;
    }
    .ptop-150{
        padding-top: 150px;

    }
    .ptop-100{
        padding-top: 100px;

    }
    .pbottom-50{
        padding-bottom: 50px;
    }
    .pbottom-100{
        padding-bottom: 100px;
    }
    .pbottom-25{
        padding-bottom: 25px;
    }
    .pbottom-20{
        padding-bottom: 20px;
    }
    .pbottom-10{
        padding-bottom: 10px;
    }
    .ptop-100{
        padding-top: 100px;
    }
    .pad-5-20{
        padding: 5px 20px;
    }
    .pad-5-15{
        padding: 5px 15px;
    }
    .pad-0-20{
        padding: 0px 20px;
    }
    .pad-2-20{
        padding: 2px 20px;
    }
    .pad-2-10{
        padding: 2px 10px;
    }
    .pad-10-20{
        padding: 10px 20px;
    }
    .pad-15-20{
        padding: 15px 20px;
    }
    .web20wap60{
        width: 20%;
    }
    .height16rem{
        height: 16rem;
    }
    .height13rem{
        height: 13rem;
    }
    .height14rem{
        height: 14rem;
    }
    .marginbottom4{
        margin-bottom: 4rem;
    }
    .webtop8{
        top: -8rem !important;
    }
    .top12vh{
        top: 12vh;
    }
    .top40vh{
        top: 40vh;
    }
    .flex80 {
        width: 77%;
    }

    .flex20 {
        width: 20%;
    }

    .font20 {
        font-size: 20px;
    }
    .font21 {
        font-size: 21px;
    }
    .font40 {
        font-size: 40px;
    }
    .font26 {
        font-size: 26px;
    }
    .font14 {
        font-size: 14px;

    }
    .font15 {
        font-size: 15px;

    }
    .font12 {
        font-size: 12px;

    }
    .font16 {
        font-size: 16px;

    }

    .font18 {
        font-size: 18px;
    }

    .p-25 {
        padding: 25px;
    }
    .p-15 {
        padding: 15px;
    }
    .p-0-15 {
        padding: 0 15px;
    }

    .mar20 {
        margin-bottom: 20px;
    }

    .gridthree {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 20px;
    }


    .gridtwo {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }

    .gridfour {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        grid-gap: 20px;
        margin-bottom: 20px;

    }
    .gridauto{
        display: grid;
        gap: 30px;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    }
    .newgridauto{
        display: grid;
        gap: 30px;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .newgridautoc{
        display: grid;
        gap: 30px;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    }
    .newgridautob{
        display: grid;
        gap: 100px;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }
    .newcgridauto{
        display: grid;
        gap: 30px;

        grid-template-columns: 1fr 1fr 1fr; /* 三列 */
        grid-template-rows: 1fr 1fr; /* 两行 */
    }
    .newcgridauto .item1 {
        grid-column: 1 / 2; /* 第一列 */
        grid-row: 1 / 2; /* 第一行 */
    }
    
    .newcgridauto .item2 {
        grid-column: 1 / 2; /* 第一列 */
        grid-row: 2 / 3; /* 第二行 */
    }
    
    .newcgridauto .item3 {
        grid-column: 2 / 4; /* 第二列到第四列（即占据第二、三列） */
        grid-row: 1 / 3; /* 第一行到第三行（即占据两行） */
    }
    .width30 {
        width: 30%;
    }

    .width70 {
        width: 70%;
    }
    .width40 {
        width: 40%;
    }
    .webwidth60{
        width: 60%;
    }
    .webwidth40{
        width: 40%;
    }
    .width50 {
        width: 48%;
    }

    .width60 {
        width: 60%;
    }
    
      .top16rem{
        top: -16rem;
      }
     
.width1200wap100{
    width: 1200px;
}
.width1200{
    width: 1200px;
}
    }

@media (max-width: 975px) {
    .width50{
        width: 90%;
        margin: 0 auto;
    }
    .newcgridauto{
        width: 100%;
    }
    .newcgridauto div{
        margin-bottom: 1rem;
    }
    .width1200wap100{
        display: none;
    }
    .width1200{
        width: 90%;
    }
    .wapflexwrap{
        flex-flow: wrap;
    }
    .wapwidth100{
        width: 100%;
    }
    .wapwidth90{
        width: 90%;
    }
    .width80 {
        width: 90% !important;
    }
    
    .top-300{
        top: -6rem;
    }
    .height80{
        height: 4rem;
    }
    .spacecenter{
        justify-content: start;
    }
    .top-80{
        top: -5rem;
    }
    .left130{
        left: 4rem;
    }
    .wid80hei80{
        width: 6rem;
        height: 6rem;
    }
    .wid80hei50{
        width: 4rem;
        height: 4rem;
    }
    .pad-10-20{
        padding: 0.3rem 0.6rem;
    }
    .pad-15-20{
        padding: 0.8rem 1.2rem;
    }
    .pad-5-20{
        padding: 0.2rem 0.6rem;

    }
    .pad-5-15{
        padding: 0.2rem 0.5rem;

    }
    .pad-0-20{
        padding: 0rem 0.6rem;

    }
    .pad-2-20{
        padding: 0.1rem 0.6rem;

    }
    .pad-2-10{
        padding: 0.1rem 0.3rem;

    }
    /* .webshow{
        display: none;
    }
    .wapshow{
        display: block;
    } */
    .gridauto{
        display: grid;
        gap: 1rem;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    }
    .newgridauto{
        display: grid;
        gap: 1rem;
 
        justify-items: stretch;/* 拉伸网格项以填充整个单元格 */ 
        grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
    }
    .newgridautob{
        width: 100%;
    
    }
    .newgridautob div{
        margin-bottom: 1rem;
    }
    .newgridautoc div{
        margin-bottom: 1rem;
    }
    .height300px{
        height: 20rem;
    }
    .ptop-10{
        padding-top: 0.5rem;
    }
    .pleft-10{
        padding-left: 0.5rem;
    }
    .ptop-20{
        padding-top: 1rem;
    }
    .pbottom-50{
        padding-bottom: 2rem;
    }
    .pbottom-20{
        padding-bottom: 1rem;
    }
    .pbottom-100{
        padding-bottom: 4rem;
    }
    .wappbottom-100{
        padding-bottom: 4rem;
    }
    .pbottom-25{
        padding-bottom: 0.5rem;
    }
    .pbottom-10{
        padding-bottom: 0.3rem;
    }
    .ptop-100{
        padding-top: 2.5rem;
    }
    .ptop-50{
        padding-top: 2rem;
    }
    .ptop-150{
        padding-top: 5rem;

    }
    .ptop-100{
        padding-top: 4rem;

    }
    .web20wap60{
        width: 60%;
    }
    .width40 {
        width: 40%;
    }

    .width60 {
        width: 80%;
    }
    .p-15 {
        padding: 1rem;
    }
    .p-0-15 {
        padding: 0 1rem;
    }
    .top12vh{
        top: 12rem;
    }
    .top40vh{
        top: 17rem;
    }
    .width30 {
        width: 100%;
    }

    .width70 {
        width: 100%;
    }

    .flex80 {
        width: 57%;
    }

    .flex20 {
        width: 40%;
    }

    .font20 {
        font-size: 1rem;
    }
    .font21 {
        font-size: 1.1rem;
    }
    .font40 {
        font-size: 1.6rem;
    }
    .font14 {
        font-size: 0.85rem;

    }
    .font15 {
        font-size: 0.9rem;

    }
    .font12 {
        font-size: 0.7rem;

    }
    .font18 {
        font-size: 0.95rem;
    }
    .font26 {
        font-size: 1.3rem;
    }
    .martop20 {
        margin-top: 1rem;
    }
    .font16 {
        font-size: 0.9rem;
    }

    .p-25 {
        padding: 1rem;
    }

    .mar20 {
        margin-bottom: 1rem;
    }
    /* 详细区域 */
    .top16rem{
        top: 3rem;
    }
    
    .wapbottom10{
        margin-bottom: 1rem;
    }
    .wapbottom6{
        padding-bottom: 6rem;
    }
    .height16rem{
        height: 13rem;
    }
    .height13rem{
        height: 13rem;
    }
    .martop50 {
        margin-top: 1rem;
    }
    .gridtwo div{
        margin-bottom: 1rem;
    }
}
