/* 公共，背景色 */
.sw-product-wrapper{
  background-color: rgba(244,247,252,1) !important;
}
.sv-pro-section{
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sv-bg-white{
  background-color: rgba(255,255,255);
}
.sv-bg-gray{
  background-color: rgba(246,248,250);
  background-color: #EDF6FF;
  background-color: rgba(244,247,252,1);
}

/* 公共，背景图 */
.main-con{
  position: relative;
  z-index: 2;
  background-color: transparent;
}
.sv-top-bgimg{
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-attachment: fixed;
}
@media(max-width: 995px){
  .main-con{
    min-height: calc(100vh - 60px);
  }
}


/* head 容器 */
@media(min-width: 0){
  .sv-head{
    display: none;
  }
}
@media(min-width: 925px){
  .sv-head{
    display: block;
    position: fixed;
    left: 0;
    top: -66px;
    width: 100%;
    height: 66px;
    z-index: 400;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.08);
    transition: .3s ease-out;
  }
  .sv-head.sv-z-up{
    z-index: 1040;
  }
  .sv-head .container{
    height: 100%;
  }
  .sv-head .sv-head-con{
    position: relative;
    height: 100%;
  }
  .sv-head.sv-show{
    top: 0;
  }
  .sv-head > .sv-left{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .sv-head > .sv-right{
    display: flex;
    height: 100%;
  }

  /* 咨询按钮 */
  .sv-head .sv-btn{
    display: inline-block;
    color: #fff;
    line-height: 40px;
    padding: 0 30px;
    border-radius: 20px;
    background-color: var(--m-color);
    transition: .3s ease-out;
  }
  .sv-head .sv-btn:hover{
    background-color: var(--m-color);
  }

  /* 锚点导航 */
  .sv-anchor{
    display: flex;
    height: 100%;
  }
  .sv-anchor > div{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 15px;
    cursor: pointer;
  }
  .sv-anchor > div::before{
    position: absolute;
    content: '';
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    width: 1.5em;
    height: 3px;
    border-radius: 3px;
    background-color: transparent;
  }
  .sv-anchor > div.sv-active::before{
    background-color: var(--m-color);
  }
  .sv-anchor > div:hover{
    color: var(--m-color);
  }

  /* 推荐容器 */
  .sv-recom-box{
    height: 100%;
  }
  /* 推荐按钮 */
  .sv-recom-btn{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 20px;
    padding-right: 30px;
    cursor: default;
  }
  .sv-recom-btn::before{
    position: absolute;
    content: '';
    right: 15px;
    top: 50%;
    transform: translateY(calc(-50% + 3px));
    width: 0;
    height: 0;
    border-width: 5px;
    border-style: solid;
    border-color: transparent;
    border-top-color: rgba(10,20,30,.5);
  }
  .sv-recom-btn:hover{
    background-color: rgba(10,20,30,.05);
  }
  /* 推荐下拉容器 */
  .sv-down-box{
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 5px 10px 2px rgba(213, 213, 213, 0.42);
    border-radius: 0 0 8px 8px;
  }
}
@media(min-width: 925px){
  .sv-head{
    font-size: 15px;
  }
  /* 推荐下拉容器 */
  .sv-down-box{
    padding: 20px;
  }
}
@media(min-width: 1920px){
  .sv-head{
    font-size: 15px;
  }
  /* 推荐下拉容器 */
  .sv-down-box{
    padding: 30px;
  }
}



/* head 下拉推荐布局、标题 */
@media(min-width: 0){
  .sv-pro-recom{
    min-height: 240px;
  }
  .sv-pro-recom .sv-left{
    flex-grow: 1;
    width: 75%;
    padding-right: 20px;
  }
  .sv-pro-recom .sv-right{
    flex-shrink: 0;
    width: 25%;
  }
  .sv-pro-recom .sv-left > .sv-title,
  .sv-pro-recom .sv-right > .sv-title{
    font-weight: bold;
    color: #000;
  }
  .sv-pro-recom .sv-left > .sv-title{
    margin-bottom: 10px;
  }
}
@media(min-width: 0){
  
}
@media(min-width: 996px){
  
}
@media(min-width: 1440px){
  
}


/* head 推荐产品列表 */
@media(min-width: 0){
  .sv-list-recom{
    display: flex;
    margin-left: -10px;
    margin-right: -10px;
  }
  .sv-list-recom a{
    display: block;
    width: 33.3333%;
  }
  .sv-list-recom .sv-item{
    padding: 10px; 
    border-radius: 8px;
    transition: .3s ease-out;
  }
  .sv-list-recom .sv-img{
    margin-right: 10px;
    border-radius: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
  }
  .sv-list-recom .sv-title{
    font-size: 16px;
    color: rgba(10,20,30,.8);
  }
  .sv-list-recom .sv-des{
    font-size: 14px;
    color: rgba(10,20,30,.6);
  }
  .sv-list-recom .sv-item:hover{
    background-color: rgba(242,244,246,1);
  }
}
@media(min-width: 0){
  .sv-list-recom .sv-img{
    width: 46px;
    height: 46px;
  }
}
@media(min-width: 1920px){
  .sv-list-recom .sv-img{
    width: 60px;
    height: 60px;
  }
}


/* head 应用分类 */
@media(min-width: 0){
  .sv-recom-classify a{
    display: block;
    width: 50%;
  }
  .sv-recom-classify .sv-item{
    border-radius: 8px;
    background-color: rgba(246,248,250,1);
    transition: .3s ease-out;
  }
  .sv-recom-classify .sv-item:hover{
    background-color: rgba(240,242,244,1);
  }
}
@media(min-width: 0){
  .sv-recom-classify{
    margin: 15px -5px 0 -5px;
  }
  .sv-recom-classify a{
    padding-left: 5px;
    padding-right: 5px;
  }
  .sv-recom-classify .sv-item{
    padding: 9px 10px;
    margin: 5px 0;
  }
}
@media(min-width: 1920px){
  .sv-recom-classify{
    margin: 15px -7px 0 -7px;
  }
  .sv-recom-classify a{
    padding-left: 7px;
    padding-right: 7px;
  }
  .sv-recom-classify .sv-item{
    padding: 10px 10px;
    margin: 7px 0;
  }
}



/* 顶部大图 */
@media(min-width: 0){
  .sv-top-img{
    position: relative;
  }
  .sv-top-img::before{
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(10,20,30,.5);
  }
  .sv-top-img .sv-con{
    position: relative;
    z-index: 9;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  .sv-top-img .sv-title{
    color: rgba(255,255,255,.98);
    font-weight: normal;
    letter-spacing: 1px;
  }
  .sv-top-img .sv-des{
    color: rgba(255,255,255,.8);
  }
  .sv-top-img .sv-btn{
    display: inline-block;
    color: #fff;
    cursor: pointer;
  }
  .sv-top-img .sv-btn{
    background-color: var(--m-color);
  }
  .sv-top-img .sv-btn:hover{
    background-color: var(--m-color);
  }
}
@media(min-width: 0){
  .sv-top-img{
    padding-top: calc(60px + 66px);
    padding-bottom: 60px;
  }
  .sv-top-img .sv-icon{
    margin-bottom: 20px;
  }
  .sv-top-img .sv-icon img{
    width: 100px;
    height: 100px;
  }
  .sv-top-img .sv-title{
    font-size: 24px;
  }
  .sv-top-img .sv-des{
    font-size: 15px;
    margin-top: 15px;
  }
  .sv-top-img .sv-btn{
    width: 140px;
    height: 46px;
    font-size: 16px;
    line-height: 46px;
    margin-top: 30px;
    border-radius: 23px;
  }
}
@media(min-width: 996px){
  .sv-top-img{
    padding-top: calc(70px + 66px);
    padding-bottom: 70px;
  }
  .sv-top-img .sv-icon{
    margin-bottom: 20px;
  }
  .sv-top-img .sv-icon img{
    width: 100px;
    height: 100px;
  }
  .sv-top-img .sv-title{
    font-size: 28px;
  }
  .sv-top-img .sv-des{
    font-size: 16px;
    margin-top: 15px;
  }
  .sv-top-img .sv-btn{
    width: 140px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 20px;
  }
}
@media(min-width: 1440px){
  .sv-top-img{
    padding-top: calc(100px + 66px);
    padding-bottom: 100px;
  }
  .sv-top-img .sv-icon{
    margin-bottom: 40px;
  }
  .sv-top-img .sv-icon img{
    width: 120px;
    height: 120px;
  }
  .sv-top-img .sv-title{
    font-size: 36px;
  }
  .sv-top-img .sv-des{
    font-size: 18px;
    margin-top: 25px;
  }
  .sv-top-img .sv-btn{
    width: 140px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    border-radius: 23px;
  }
}


/* 列表 */
@media(min-width:0){
  .sv-list-pro a{
    display: block;
  }
  .sv-list-pro .sw-item{
    position: relative;
    padding: 0;
    background-color: #fff;
    box-shadow: 0 4px 60px rgba(0,28,85,.04);
    overflow: hidden;
    transition: .3s ease-out;
  }
  .sv-list-pro .sv-img{
    width: 100%;
    height: auto;
    padding-bottom: 64%;
    border-radius:  8px;
    background-position: center center;
    background-size: cover;
  }
  .sv-list-pro .sv-con{
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius:  8px 8px 0 0;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background: -moz-linear-gradient(top, hsla(0, 0%, 100%, .8) 0, #fff 17.97%);
    background: linear-gradient(180deg, hsla(0, 0%, 100%, .8), #fff 17.97%);
    transition: top .5s;
  }
  .sv-list-pro .sv-con img{
    display: none;
  }
  .sv-list-pro .sv-title{
    color: rgba(10,20,30,1);
  }
  .sv-list-pro .sv-des,
  .sv-list-pro .sv-des-more{
    color: rgba(10,20,30,.65);
    transition: visibility .05s;
  }
  .sv-list-pro .sv-des{
    visibility: visible;
  }
  .sv-list-pro .sv-des-more{
    position: relative;
    height: 0;
    overflow: hidden;
  }
  .sv-list-pro .sv-more{
    color: var(--m-color);
    padding-left: 10px;
    white-space: nowrap;
    overflow: auto;
  }
  .sv-list-pro .sv-price{
    color: #e9210f;
  }
  .sv-list-pro .sv-price span:first-child{
    color: #e9210f;
    padding-left: 0;
  }
  .sv-list-pro .sv-price span{
    color: rgba(10,20,30,.6);
  }
  .sv-list-pro .sv-label span{
    color: rgba(0,0,0,.6);
  }
  .sv-list-pro .sv-label span.sv-active{
    color: rgba(1,1,1,.8);
    font-weight: bold;
  }
  .sv-list-pro .sv-label span + span{
    padding-left: 10px;
  }
  .sv-list-pro .sv-consult{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: none;
    padding: 25px;  
  }
  .sv-list-pro .sv-consult .sw-btn{
    width: 100%;
  }
}
@media(max-width:767px){
  .sv-list-pro{
    margin-left: -12px;
    margin-right: -12px;
  }
  .sv-list-pro > .sw-col{
    padding: 3px;
  }
}
@media(min-width:0){
  /* ==== */
  .sv-list-pro{
    padding-top: 3px;
  }
  .sv-list-pro .sw-item{
    height: calc((100vw - 18px)/2*0.64 + 140px);
    border-radius: 10px;
  }
  .sv-list-pro .sv-img-box{
    padding: 10px;
  }
  .sv-list-pro .sv-con{
    top: calc((100vw - 18px)/2*0.64 - 5px);
    padding: 0 10px;
  }
  .sv-list-pro .sv-con img{
    height: 40px;
    margin-top: 10px;
  }
  .sv-list-pro .sv-title{
    font-size: 17px;
    margin: 12px 0 5px 0;
  }
  .sv-list-pro .sv-des,
  .sv-list-pro .sv-des-more{
    font-size: 15px;
  }
  .sv-list-pro .sv-des{
    min-height: 48px;
  }
  .sv-list-pro .sv-des-box{
    margin-top: 5px;
  }
  .sv-list-pro .sv-price{
    font-size: 18px;
  }
  .sv-list-pro .sv-price span{
    font-size: 14px;
    padding-left: 4px;
  }
  .sv-list-pro .sv-label{
    font-size: 13px;
    line-height: 32px;
  }
}
@media(min-width: 768px){
  .sv-list-pro{
    padding-top: 7px;
  }
  .sv-list-pro .sw-item{
    height: calc((100vw - 100px)/3*0.64 + 165px);
    border-radius: 10px;
  }
  .sv-list-pro .sv-img-box{
    padding: 20px;
  }
  .sv-list-pro .sv-con{
    top: calc((100vw - 100px)/3*0.64 - 10px);
    padding: 0 20px;
  }
  .sv-list-pro .sv-con img{
    height: 40px;
    margin-top: 20px;
  }
  .sv-list-pro .sv-title{
    font-size: 20px;
    margin: 15px 0 8px 0;
  }
  .sv-list-pro .sv-des,
  .sv-list-pro .sv-des-more{
    font-size: 15px;
  }
  .sv-list-pro .sv-des{
    min-height: 48px;
  }
  .sv-list-pro .sv-des-box{
    margin-top: 10px;
  }
  .sv-list-pro .sv-price{
    font-size: 22px;
  }
  .sv-list-pro .sv-price span{
    font-size: 14px;
    padding-left: 4px;
  }
  .sv-list-pro .sv-label{
    font-size: 14px;
    line-height: 32px;
  }
}
@media(min-width:1024px){
  .sv-list-pro{
    padding-top: 7px;
  }
  .sv-list-pro .sw-item{
    height: calc((100vw - 120px)/4*0.64 + 165px);
    border-radius: 12px;
  }
  .sv-list-pro .sv-img-box{
    padding: 23px;
  }
  .sv-list-pro .sv-con{
    top: calc((100vw - 120px)/4*0.64 - 10px);
    padding: 0 20px;
  }
  .sv-list-pro .sv-con img{
    height: 40px;
    margin-top: 20px;
  }
  .sv-list-pro .sv-title{
    font-size: 20px;
    margin: 15px 0 8px 0;
  }
  .sv-list-pro .sv-des,
  .sv-list-pro .sv-des-more{
    font-size: 15px;
  }
  .sv-list-pro .sv-des{
    min-height: 48px;
  }
  .sv-list-pro .sv-des-box{
    margin-top: 10px;
  }
  .sv-list-pro .sv-price{
    font-size: 22px;
  }
  .sv-list-pro .sv-price span{
    font-size: 14px;
    padding-left: 4px;
  }
  .sv-list-pro .sv-label{
    font-size: 14px;
    line-height: 32px;
  }
  /* hover */
  .sv-list-pro .sw-item:hover{
    box-shadow: 0 4px 20px rgba(0,28,85,.12);
  }
  .sv-list-pro .sw-item:hover .sv-con{
    background:-moz-linear-gradient(top,hsla(0,0%,100%,.8) .33%,#fff 50.5%);
    background: linear-gradient(180deg,hsla(0,0%,100%,.8) .33%,#fff 50.5%);
    top: 0;
  }
  .sv-list-pro .sw-item:hover .sv-des-more{
    line-clamp: 3;
    -webkit-line-clamp: 3;
    height: auto;
  }
  .sv-list-pro .sw-item:hover .sv-des{
    display: none !important;
    height: 0;
  }
  .sv-list-pro .sw-item:hover .sv-consult{
    display: block;
  }
  .sv-list-pro .sw-item:hover .sv-con img{
    display: block;
  }
  .sv-list-pro .sw-item .sv-label span:hover{
    color: var(--m-color);
  }
}
@media(min-width:1440px){
  .sv-list-pro .sw-item:hover .sv-des-more{
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}
@media(min-width:1540px){
  .sv-list-pro{
    padding-top: 15px;
  }
  .sv-list-pro .sw-item{
    height: 410px;
    border-radius: 16px;
  }
  .sv-list-pro .sv-img-box{
    padding: 30px;
  }
  .sv-list-pro .sv-con{
    top: 220px;
    padding: 0 25px;
  }
  .sv-list-pro .sv-con img{
    height: 54px;
    margin-top: 25px;
  }
  .sv-list-pro .sv-con img.sv-small{
    height: 40px;
  }
  .sv-list-pro .sv-title{
    font-size: 22px;
    margin: 20px 0 10px 0;
  }
  .sv-list-pro .sv-des,
  .sv-list-pro .sv-des-more{
    font-size: 15px;
  }
  .sv-list-pro .sv-des{
    min-height: 48px;
  }
  .sv-list-pro .sv-des-box{
    margin-top: 10px;
  }
  .sv-list-pro .sv-price{
    font-size: 22px;
  }
  .sv-list-pro .sv-price span{
    font-size: 14px;
    padding-left: 4px;
  }
  .sv-list-pro .sv-label{
    font-size: 15px;
    line-height: 32px;
  }
  .sv-list-pro .sw-item:hover .sv-des-more{
    line-clamp: 5;
    -webkit-line-clamp: 5;
  }
}
@media(min-width:1540px){
  .container-list .sv-list-pro .sw-item{
    height: 420px;
  }
  .container-list .sv-list-pro .sv-con{
    top: 240px;
  }
}

/* 功能列表 */
@media(min-width: 0){
  .sv-pro{
    background: #FFFFFF;
    box-shadow: 0 4px 60px rgba(0,28,85,.04);
    display: flex;
    align-items: flex-start;
    height: 100%;
  }
  .sv-pro-con{
    display: flex;
    align-items: flex-start;
  }
  .sv-pro-icon{
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-color: rgba(255,0,23,.1); */
    border-radius: 50%;
    color: var(--m-color);
    flex-shrink: 0;
  }
  .sv-pro .sv-pro-icon{
    transition: .3s ease-out;
  }
  .sv-pro:hover .sv-pro-icon{
    transform: scale(1.1);
    /* -webkit-animation: tada 1s 0s ease both;
    -moz-animation: tada 1s 0s ease both;
    animation: tada 1s 0s ease both; */
  }
  .sv-pro-text h5{
    font-family: PingFang SC;
    font-weight: 500;
    line-height: 1.6;
    color: rgba(10,20,30,1);
    letter-spacing: .002em;
    margin-top: 0;
  }
  .sv-pro-text p{
    margin: 0;
    color: rgba(10,20,30,.6);
    font-weight: 500;
    line-height: 1.5;
  }
}
@media(min-width: 0){
  .sv-pro-fun > div{
    margin-top: 7px;
    margin-bottom: 7px;
  }
  .sv-pro{
    padding: 25px 15px;
    border-radius: 10px;
  }
  .sv-pro:hover {
    box-shadow: 0px 0px 16px 2px rgba(213, 207, 230, 0.62);
  }
  .sv-pro-icon{
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }
  .sv-pro-icon .iconfont{
    font-size: 28px;
  }
  .sv-pro-text h5{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .sv-pro-text p{
    font-size: 14px;
  }
}
@media(min-width:996px){
  .sv-pro-fun > div{
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .sv-pro{
    padding: 20px;
    border-radius: 12px;
  }
  .sv-pro:hover {
    box-shadow: 0px 0px 16px 2px rgba(213, 207, 230, 0.62);
  }
  .sv-pro-icon{
    width: 46px;
    height: 46px;
    margin-right: 15px;
  }
  .sv-pro-icon .iconfont{
    font-size: 28px;
  }
  .sv-pro-text h5{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .sv-pro-text p{
    font-size: 15px;
  }
}
@media(min-width:1440px){
  .sv-pro-fun > div{
    margin-top: 12px;
    margin-bottom: 12px;
  }
  .sv-pro{
    padding: 20px;
    border-radius: 14px;
    transition: .3s ease-out;
  }
  .sv-pro:hover {
    box-shadow: 0 4px 20px rgba(0,28,85,.12)
  }
  .sv-pro-icon{
    width: 50px;
    height: 50px;
    margin-right: 15px;
  }
  .sv-pro-icon .iconfont{
    font-size: 32px;
  }
  .sv-pro-text h5{
    font-size: 16px;
    margin-bottom: 2px;
  }
  .sv-pro-text p{
    font-size: 15px;
  }
}
@media(min-width:1920px){
  .sv-pro-fun > div{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .sv-pro{
    padding: 30px;
    border-radius: 16px;
  }
  .sv-pro:hover {
    box-shadow: 0px 0px 16px 2px rgba(213, 207, 230, 0.62);
  }
  .sv-pro-icon{
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }
  .sv-pro-icon .iconfont{
    font-size: 32px;
  }
  .sv-pro-text h5{
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sv-pro-text p{
    font-size: 15px;
  }
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
  10%,20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg)
  }
  30%,50%,70%,90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
  }
  40%,60%,80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

/* 标题 */
@media(min-width: 0){
  .sv-pro-title{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .sv-pro-title.sv-no-max{
    max-width: none;
  }
  .sv-pro-title .sv-title{
    color: rgba(10,20,30,.9);
  }
  .sv-pro-title .sv-des{
    color: rgba(10,20,30,.7);
  }
}
@media(min-width: 0){
  .sv-pro-title{
    max-width: none;
  }
  .sv-pro-title .sv-title{
    font-size: 24px;
  }
  .sv-pro-title .sv-des-box{
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .sv-pro-title .sv-des{
    font-size: 15px;
  }
}
@media(min-width: 996px){
  .sv-pro-title{
    max-width: 860px;
  }
  .sv-pro-title .sv-title{
    font-size: 28px;
  }
  .sv-pro-title .sv-des-box{
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .sv-pro-title .sv-des{
    font-size: 15px;
  }
}
@media(min-width: 1440px){
  .sv-pro-title{
    max-width: 860px;
  }
  .sv-pro-title .sv-title{
    font-size: 36px;
  }
  .sv-pro-title .sv-des-box{
    margin-top: 12px;
    margin-bottom: 30px;
  }
  .sv-pro-title .sv-des{
    font-size: 16px;
  }
}
@media(min-width: 1920px){
  .sv-pro-title{
    max-width: 860px;
  }
  .sv-pro-title .sv-title{
    font-size: 40px;
  }
  .sv-pro-title .sv-des-box{
    margin-top: 15px;
    margin-bottom: 30px;
  }
  .sv-pro-title .sv-des{
    font-size: 16px;
  }
}

/* 栏内填充 */
@media(min-width: 0){
  .sv-pro-section{
    padding: 35px 0;
  }
}
@media(min-width: 996px){
  .sv-pro-section{
    padding: 45px 0;
  }
}
@media(min-width: 1440px){
  .sv-pro-section{
    padding: 55px 0;
  }
}
@media(min-width: 1920px){
  .sv-pro-section{
    padding: 60px 0;
  }
}


/* 截图tab swiper */
@media(min-width: 0){
  .swiper-pro {
    position: relative;
    width: 100%;
    padding-bottom: 30px;
    overflow: hidden;
  }
  .swiper-pro img{
    border-radius: 16px;
    border: 3px solid rgba(10,20,30,.08);
    box-shadow: 0 4px 15px rgba(0,28,85,.04);
  }
  .swiper-pro .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 100%;
    /* max-height: 500px; */
  }
  .swiper-pro .swiper-pagination{
    display: none;
    bottom: 0;
  }
  .swiper-pro .swiper-button-prev,
  .swiper-pro .swiper-button-next{
    width: 80px;
    height: 60px;
    background: none;
  } 
  .swiper-pro .sw-icon{
    color: #fff;
    width: 46px;
    height: 46px;
    background-color: rgba(10,20,30,.2);
    border-radius: 50%;
    transition: .3s ease-out;
  }
  .swiper-pro .sw-icon .iconfont{
    font-size: 20px;
  }
  .swiper-pro .swiper-button-prev:hover .sw-icon,
  .swiper-pro .swiper-button-next:hover .sw-icon{
    background-color: rgba(10,20,30,.3);
  }
  .swiper-pro.swiper-pc .swiper-slide img{
    max-height: 500px;
  }
}
@media(min-width: 0){
  .swiper-pro.swiper-mb .swiper-slide{
    max-width: 75%;
  }
  .swiper-pro .swiper-button-prev,
  .swiper-pro .swiper-button-next{
    display: none;
  }
}
@media(min-width: 996px){
  .swiper-pro.swiper-mb .swiper-slide{
    max-width: 30%;
  }
  .swiper-pro .swiper-button-prev,
  .swiper-pro .swiper-button-next{
    display: flex;
  }
}
@media(min-width: 1440px){
  .swiper-pro.swiper-mb .swiper-slide{
    max-width: 25%;
  }
}
@media(min-width: 1920px){
  .swiper-pro.swiper-mb .swiper-slide{
    max-width: 20%;
  }
}

/* 截图tab 弹窗 */
@media(min-width: 0){
  .sv-pro-album{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1040;
    background-color: rgba(0,0,0,.6);
  }
  .swiper-all{
    width: 100%;
    height: 100%;
  }
  .swiper-all .swiper-slide{
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0 !important;
  }
  .swiper-all .swiper-slide.swiper-slide-active{
    opacity: 1 !important;
  }
  .swiper-all .swiper-pagination{
    font-size: 16px;
    color: #fff;
    text-shadow: 0 0 1px rgba(10,20,30,.6);
  }
  .swiper-all .swiper-button-prev,
  .swiper-all .swiper-button-next{
    width: 80px;
    height: 60px;
    background: none;
  } 
  .swiper-all .sw-icon{
    color: rgba(255,255,255,.6);
    width: 56px;
    height: 56px;
    background-color: rgba(10,20,30,.2);
    border-radius: 50%;
    transition: .3s ease-out;
  }
  .swiper-all .sw-icon .iconfont{
    font-size: 22px;
  }
  .swiper-all .swiper-button-prev:hover .sw-icon,
  .swiper-all .swiper-button-next:hover .sw-icon{
    color: rgba(255,255,255,.8);
    background-color: rgba(10,20,30,.3);
  }
  .swiper-all .sv-btn-close{
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 9;
    width: 56px;
    height: 56px;
    cursor: pointer;
  }
  .swiper-all .sv-btn-close .iconfont{
    font-size: 20px;
  }
  .swiper-all .sv-btn-close:hover .sw-icon{
    color: rgba(255,255,255,.8);
    background-color: rgba(10,20,30,.3);
  }
}
@media(min-width: 0){
  .swiper-all{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .swiper-all .swiper-button-prev,
  .swiper-all .swiper-button-next{
    display: none;
  }
}
@media(min-width: 996px){
  .swiper-all{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .swiper-all .swiper-button-prev,
  .swiper-all .swiper-button-next{
    display: flex;
  }
}
@media(min-width: 1440px){
  
}
@media(min-width: 1920px){
  
}





/* 其他 */
@media(min-width: 0){
  
}
@media(min-width: 0){
  
}
@media(min-width: 996px){
  
}
@media(min-width: 1440px){
  
}
@media(min-width: 1920px){
  
}




/* tab */
@media(min-width: 0){
  /* 顶部二级菜单容器，布局 */
  .sv_header_submenu{
    display: flex;
  }
  /* 顶部二级菜单，中间 */
  .sv_submenu_center{
    flex: 1;
    overflow: hidden;
  }
  /* 顶部二级菜单，滑动slide，动画时间 */
  .sv_submenu_swiper .swiper-wrapper{
    transition: .3s ease-out;
  }
  .sv_submenu_swiper .swiper-wrapper.swiper-center{
    justify-content: center;
  }
  /* 滑动slide，宽度 */
  .sv_submenu_swiper .swiper-slide{
    width: auto;
  }
  /* 滑动菜单item，布局 */
  .sv_submenu_item{
    height: 100%;
  }
  .sv_submenu_item a{
    display: block;
    height: 100%;
  }
  /* 滑动菜单item，默认高度 */
  .sv_menu_item{
    height: 100%;
  }
  /* 滑动菜单item，高度，间距 */
  .sv_submenu_item .sv_title{
    color: rgba(10,20,30,.8);
    border-radius: 24px;
    background-color: rgba(240,242,244,1);
    cursor: pointer;
    transition: .3s ease-out;
  }
  .sv_submenu_item:hover .sv_title{
    background-color: rgba(230,232,234,1);
  }
  .sv_submenu_item.sv_active .sv_title{
    color: #fff;
    background-color: var(--m-color);
  }
  .sv_submenu_item.sv_active:hover .sv_title{
    background-color: var(--m-color);
  }
}

@media(min-width: 0){
  .sv_submenu_item .sv_title{
    font-size: 15px;
    width: auto;
    padding: 0 20px;
    height: 44px;
    line-height: 44px;
    margin: 10px 5px;
  }
}
@media(min-width: 996px){
  .sv_submenu_item .sv_title{
    font-size: 16px;
    width: auto;
    height: 44px;
    line-height: 44px;
    margin: 10px 10px;
  }
}

/* tab内容 */
.sv-tab-con .sv-tab-con-item{
  display: none;
}
.sv-tab-con .sv-tab-con-item.sv-active{
  display: block;
}


/* 筛选容器 */
@media(min-width: 0px){
  .sv-select-wrap{
    padding: 15px 0;
    box-shadow: 0 4px 20px rgba(0,28,85,.04);
  }
}
@media(min-width: 996px){
  .sv-select-wrap{
    padding: 30px 0;
    box-shadow: 0 4px 60px rgba(0,28,85,.04);
  }
}
@media(max-width:767px){
  .sv-select-wrap{
    margin-bottom: 3px;
  }
  .sv-select-wrap .container{
    padding-left: 6px;
    padding-right: 6px;
  }
}



/* 搜索 */
@media(min-width: 0px){
  /* 搜索容器 */
  .sv-search-box{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(22,93,255,.15);
    background-color: white;
  }
  .sv-search{
    position: relative;
    width: 600px;
    margin: 0 15px;
  }
  .sv-sear-main{
    padding: 15px 0;
  }
  .sv-sear-popup{
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    background-color: rgba(255,255,255,1);
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0,0,0,.2);
  }
  .sv-sear-popup .sv-btn-close{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: white;
    font-size: 16px;
  }
  .sv-sear-popup.sv-show{
    display: block;
  }

  /* 搜索输入框 */
  .sv-search-input{
    font-size: 15px;
    height: 40px;
    padding-left: 20px;
    padding-right: 0;
    background-color: rgba(240,242,244,1);
    border-radius: 20px;
  }
  .sv-search-input input{
    width: calc(100% - 80px);
    height: 38px;
    background-color: transparent;
  }
  .sv-search-input button{
    width: 80px;
    height: 40px;
    color: var(--m-color);
    border-radius: 20px;
  }
  .sv-search-input button:hover,
  .sv-search-input button:focus{
    background-color: rgba(22,93,255,.15);
    outline: none;
  }

  /* 热门搜索，历史搜索 */
  .sv-search-hot{
    padding: 20px;
  }
  .sv-hot-block{
    font-size: 14px;
    margin-bottom: 10px;
  }
  .sv-hot-block .sv-title{
    color: rgba(0,0,0,.5);
    line-height: 32px;
    margin-bottom: 10px;
  }
  .sv-list-hot a{
    display: block;
    line-height: 32px;
    padding: 0 20px;
    border-radius: 16px;
    background-color: rgba(244,246,248,1);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .sv-list-hot a:hover{
    color: var(--m-color);
    background-color: rgba(22,93,255,.15);
  }

  /* 搜索结果 */
  .sv-search-result{
    display: none;
  }
}
@media(max-width: 995px){
  .sv-search-box{
    height: 80px;
  }
  .sv-search-result{
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media(min-width: 996px){
  .sv-search-box{
    height: 90px;
  }
  .sv-search-result{
    margin-top: 20px;
  }
}
@media(min-width: 1280px){
  .sv-search-box{
    height: 90px;
  }
}



/* 产品下拉菜单 */
@media(min-width: 0px){
  .sv-hpro-box{
    display: flex;
    padding: 20px;
  }
  .sv-hpro-box .sv-btn-close{
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
    height: 60px;
    background-color: white;
  }
  .sv-hpro-box .sv-left{
    flex-shrink: 0;
  }
  .sv-hpro-box .sv-right{
    flex: 1;
  }
  .sv-hpro-box .sv-right .sw-scroll-inside{
    margin-bottom: 10px;
  }
  .sv-hpro-box .sv-right .sv-more{
    /* border-top: 1px solid rgba(0,0,0,.05); */
    transform: translateY(0px);
    /* background-color: rebeccapurple; */
  }
  .sv-hpro-box .sv-right .sv-more a{
    display: block;
    line-height: 30px;
    color: rgba(0,0,0,.5);
  }
  .sv-hpro-box .sv-right .sv-more a:hover{
    color: var(--m-color);
  }
  .sv-hpro-box .sv-item .sv-title-out{
    font-size: 16px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 10px;
  }
  .sv-hpro-box .sv-item-sub{
    display: flex;
    align-items: flex-start;
  }
  .sv-hpro-box .sv-item-sub .sv-title{
    position: relative;
    flex-shrink: 0;
    color: rgba(0,0,0,1);
  }
  .sv-hpro-box .sv-item-sub .sv-title::before{
    position: absolute;
    top: 50%;
    right: -20px;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid rgba(0,0,0,.2);
    border-right: 1px solid rgba(0,0,0,.2);
    transform: rotate(45deg) translateY(-50%);
  }
  .sv-hpro-box .sv-item-sub .sv-title a{
    display: block;
  }
  .sv-hpro-box .sv-item-sub .sv-con a{
    color: rgba(0,0,0,.5);
  }
  .sv-hpro-box .sv-item-sub .sv-active{
    color: var(--m-color) !important;
  }
  .sv-hpro-box .sv-item-sub .sv-con a:hover{
    color: var(--m-color);
  }
  .sv-hpro-box .sv-left .sv-item-sub .sv-title::before{
    display: none;
  }
}
@media(max-width: 995px){
  .sw-sollapse .sw-menu-soll .sw-down-pro{
    position: fixed !important;
    left: 0;
    top: 0;
  }
  .sw-sollapse .sw-menu-soll .sw-submenu-opened + .sw-down-pro{
    display: block !important;
    top: 0 !important;
    width: 100% !important;
  }
  .sv-hpro-box{
    font-size: 16px;
    flex-direction: column;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
  }
  .sv-hpro-box .sv-left{
    margin-bottom: 30px;
  }
  .sv-hpro-box .sv-left .sv-list{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .sv-hpro-box .sv-item-sub{
    line-height: 40px;
    margin-bottom: 10px;
  }
  .sv-hpro-box .sv-item-sub .sv-title{
    margin-right: 20px;
  }
  .sv-hpro-box .sv-right .sv-item-sub{
    flex-direction: column;
  }
  .sv-hpro-box .sv-item-sub .sv-con a{
    padding-right: 15px;
  }
  .sv-hpro-box .sv-item-sub .sv-con a+a{
    padding-left: 0;
  }
  .sv-hpro-box .sv-btn-close{
    display: flex;
  }
  .sv-hpro-box .sv-right .sw-scroll-inside{
    height: 100%;
    overflow: hidden;
  }
  .sv-hpro-box .sv-right .sv-more{
    display: none;
  }
}
@media(min-width: 996px){
  .sv-hpro-box{
    font-size: 15px;
    flex-direction: row;
    width: calc(100vw - 300px);
    height: calc(100vh - 100px);
    height: 600px;
  }
  .sv-hpro-box > .sv-left{
    width: 150px;
    padding-left: 10px;
  }
  .sv-hpro-box > .sv-right{
    padding-left: 30px;
  }
  .sv-hpro-box .sv-left{
    border-right: 1px solid rgba(0,0,0,.05);
  }
  .sv-hpro-box .sv-left .sv-list{
    display: block;
    padding-bottom: 30px;
  }
  .sv-hpro-box .sv-item-sub{
    line-height: 32px;
    margin-bottom: 10px;
  }
  .sv-hpro-box .sv-item-sub .sv-title{
    width: 170px;
    margin-right: 50px;
  }
  .sv-hpro-box .sv-right .sv-item-sub{
    flex-direction: row;
  }
  .sv-hpro-box .sv-item-sub .sv-con a{
    padding-left: 12px;
    padding-right: 12px;
  }
  .sv-hpro-box .sv-right .sw-scroll-inside{
    height: calc(100% - 80px);
  }
  .sv-hpro-box .sv-btn-close{
    display: none;
  }
}
@media(min-width: 1280px){
  .sv-hpro-box{
    font-size: 15px;
    flex-direction: row;
    width: 1000px;
    height: calc(100vh - 100px);
    height: 600px;
  }
  .sv-hpro-box > .sv-left{
    width: 180px;
    padding-left: 20px;
  }
  .sv-hpro-box > .sv-right{
    padding-left: 40px;
  }
  .sv-hpro-box .sv-left{
    border-right: 1px solid rgba(0,0,0,.05);
  }
  .sv-hpro-box .sv-left .sv-list{
    display: block;
    padding-bottom: 40px;
  }
  .sv-hpro-box .sv-item-sub{
    line-height: 40px;
    margin-bottom: 0;
  }
  .sv-hpro-box .sv-item-sub .sv-title{
    width: 170px;
    margin-right: 50px;
  }
  .sv-hpro-box .sv-right .sv-item-sub{
    flex-direction: row;
  }
  .sv-hpro-box .sv-item-sub .sv-con a{
    padding-left: 12px;
    padding-right: 12px;
  }
  .sv-hpro-box .sv-right .sw-scroll-inside{
    height: calc(100% - 80px);
  }
  .sv-hpro-box .sv-btn-close{
    display: none;
  }
}





