table {
    caption-side: bottom;
    border-collapse: collapse
}
ul{list-style: none;padding-left: 0}
.table {
--bs-table-bg:transparent;
--bs-table-accent-bg:transparent;
--bs-table-striped-color:#212529;
--bs-table-striped-bg:rgba(0, 0, 0, 0.05);
--bs-table-active-color:#212529;
--bs-table-active-bg:rgba(0, 0, 0, 0.1);
--bs-table-hover-color:#212529;
--bs-table-hover-bg:rgba(0, 0, 0, 0.075);
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    vertical-align: top;
    border-color: #dee2e6
}
.table>:not(caption)>*>* {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg)
}
.table>tbody {
    vertical-align: inherit
}
.table>thead {
    vertical-align: bottom
}
.table>:not(:first-child) {
    border-top: 2px solid currentColor
}
.caption-top {
    caption-side: top
}
.table-sm>:not(caption)>*>* {
    padding: .25rem .25rem
}
.table-bordered>:not(caption)>* {
    border-width: 1px 0
}
.table-bordered>:not(caption)>*>* {
    border-width: 0 1px
}
.table-borderless>:not(caption)>*>* {
    border-bottom-width: 0
}
.table-borderless>:not(:first-child) {
    border-top-width: 0
}
.table-striped>tbody>tr:nth-of-type(odd)>* {
--bs-table-accent-bg:var(--bs-table-striped-bg);
    color: var(--bs-table-striped-color)
}
.table-active {
--bs-table-accent-bg:var(--bs-table-active-bg);
    color: var(--bs-table-active-color)
}
.table-hover>tbody>tr:hover>* {
--bs-table-accent-bg:var(--bs-table-hover-bg);
    color: var(--bs-table-hover-color)
}
.table-primary {
--bs-table-bg:#cfe2ff;
--bs-table-striped-bg:#c5d7f2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bacbe6;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfd1ec;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #bacbe6
}
.table-secondary {
--bs-table-bg:#e2e3e5;
--bs-table-striped-bg:#d7d8da;
--bs-table-striped-color:#000;
--bs-table-active-bg:#cbccce;
--bs-table-active-color:#000;
--bs-table-hover-bg:#d1d2d4;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #cbccce
}
.table-success {
--bs-table-bg:#d1e7dd;
--bs-table-striped-bg:#c7dbd2;
--bs-table-striped-color:#000;
--bs-table-active-bg:#bcd0c7;
--bs-table-active-color:#000;
--bs-table-hover-bg:#c1d6cc;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #bcd0c7
}
.table-info {
--bs-table-bg:#cff4fc;
--bs-table-striped-bg:#c5e8ef;
--bs-table-striped-color:#000;
--bs-table-active-bg:#badce3;
--bs-table-active-color:#000;
--bs-table-hover-bg:#bfe2e9;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #badce3
}
.table-warning {
--bs-table-bg:#fff3cd;
--bs-table-striped-bg:#f2e7c3;
--bs-table-striped-color:#000;
--bs-table-active-bg:#e6dbb9;
--bs-table-active-color:#000;
--bs-table-hover-bg:#ece1be;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #e6dbb9
}
.table-danger {
--bs-table-bg:#f8d7da;
--bs-table-striped-bg:#eccccf;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfc2c4;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5c7ca;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #dfc2c4
}
.table-light {
--bs-table-bg:#f8f9fa;
--bs-table-striped-bg:#ecedee;
--bs-table-striped-color:#000;
--bs-table-active-bg:#dfe0e1;
--bs-table-active-color:#000;
--bs-table-hover-bg:#e5e6e7;
--bs-table-hover-color:#000;
    color: #000;
    border-color: #dfe0e1
}
.table-dark {
--bs-table-bg:#212529;
--bs-table-striped-bg:#2c3034;
--bs-table-striped-color:#fff;
--bs-table-active-bg:#373b3e;
--bs-table-active-color:#fff;
--bs-table-hover-bg:#323539;
--bs-table-hover-color:#fff;
    color: #fff;
    border-color: #373b3e
}
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (max-width:575.98px) {
.table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
}

@media (max-width:767.98px) {
.table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
}

@media (max-width:991.98px) {
.table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
}

@media (max-width:1199.98px) {
.table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
}

@media (max-width:1399.98px) {
.table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}
}





.brinyte-specification-top .title-1{font-size: 48px;}
.brinyte-specification-item .title-1{font-size: 24px;}

.brinyte-product-introduce .text-1 ul{
    margin: 0;
    display: block;
    list-style-type: disc;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 20px;
}
.brinyte-specification-list .table tr{border-bottom: 1px solid #ccc;}
.brinyte-specification-list .table tr:last-child{border-bottom: 0}
.brinyte-specification-list .table tr th{font-weight: normal;font-family: 'HmRegular'; text-align: left;font-size: 28px;padding: 25px 0;width: 25%}
.brinyte-specification-list .table tr td{font-weight: normal;font-family: 'HmRegular'; font-size: 22px;color: #666666;padding: 25px 0;width: 25%}
.search-1 .submit{
    background: url(../image/ss1.png) center no-repeat #003281;
    display: block;
    position: absolute;
    width: 20%;
    height: 100%;
    outline: none;
    cursor: pointer;
    font-size: 18px;
    right: 0;
    top: 0;
    z-index: 3;
    border: none;
    transition: ease .3s;
}
.search-1 button.submit:hover {
    background: url(../image/ss1.png) center no-repeat #f29700;
}
.pagination li{display: flex;justify-content: center;}
.pagination li a {
    color: #666;

}
.ywk-about-data .data li i svg, .ywk-about-data .data li i * {
    filter: hue-rotate(180deg);!important;
}


.brinyte-banner {position: relative;overflow: hidden;color: #fff;}
.brinyte-banner .left-text {width: 60%;z-index: 11;}
.brinyte-banner .left-text .title-1{overflow: hidden;}
.brinyte-banner .left-text .scrolldown-1 {margin-top: 8%;}
.brinyte-banner .left-text .scrolldown-1 i{display: inline-block;vertical-align: middle;width: 2.4rem;height: 2.4rem;background: url('../image/rd.svg') center no-repeat;background-size: 100%;filter: invert(1) grayscale(1) brightness(5);margin-right: 2rem;}
.brinyte-banner .left-text .scrolldown-1 span{display: inline-block;vertical-align: middle;margin-top: .5rem;}
.brinyte-banner .right-text {position: absolute;right: 7%;top: 37%;width: 45%;z-index: 12;transform: translateY(-20%);}
.brinyte-banner .topnav-1 {color: #b9babb;padding: 4% 0;position: relative;}
.brinyte-banner .topnav-1::before {content: '';width: 15%;height: 2px;background: #fff;opacity: 1;position: absolute;left: 0;bottom: 0;z-index: 1;}
.brinyte-banner .topnav-1::after {content: '';width: 100%;height: 2px;background: #fff;opacity: .2;position: absolute;left: 0;bottom: 0;}
.brinyte-banner .topnav-1 a {color: #fff;font-size: 40px;}
.brinyte-banner .topnav-1 span {color: #FFF; font-size: 40px; display: inline-block;vertical-align: middle;margin: 0 1rem;padding-bottom: 15px;}
.brinyte-banner .topnav-1 a.cur ,.brinyte-banner .topnav-1 a:hover{color: #fff;}
.brinyte-banner .bottomtext-1 {padding: 3% 0;overflow: hidden;}
.brinyte-banner .bottomtext-1 .text-1 {font-family:'HmLight' ;font-size: 20px; line-height: 1.5; color: #fff; overflow: hidden;opacity: 1;font-weight: normal;}
 
.brinyte-application {overflow: hidden;padding: 5% 0 3% 0;background: #f2f2f2;}
.brinyte-application-top {overflow: hidden;position: relative;}
.brinyte-application-recommend {overflow: hidden;background: #fff;position: relative;}
.brinyte-application-left {float: left;width: 60%;overflow: hidden;position: relative;}
.brinyte-application-right {width: 40%;height: 100%;overflow: hidden;position: absolute;right: 0;top: 0;}
.brinyte-application-right .text{text-align: center;margin-top: 10%;}
.brinyte-application-right .text .title-1 {color: #222222;padding: 1% 0;overflow: hidden;}
.brinyte-application-right .text .text-1 {color: #666666;}
.brinyte-application-right .products-color-2 {margin-top: 3%;position: relative;overflow: hidden;}
.brinyte-application-right .item-3 {position: absolute;width: 100%;left: 0;bottom: 0;z-index: 11;border-top: 1px solid #f5f5f5;}
.brinyte-application-right .item-3 li {list-style: none;margin: 0;padding: 0;text-align: center;width: 33.333%;float: left;padding: 7% 0;position: relative;}
.brinyte-application-right .item-3.num1 li {width: 100%;}
.brinyte-application-right .item-3.num2 li {width: 50%;}
.brinyte-application-right .item-3 li::after {content: '';width: 1px;height: 100%;position: absolute;right: 0;top: 0;background: #efeaea;}
.brinyte-application-right .item-3 .icon-1{position: relative;margin: auto;width: 4rem;height: 4rem;opacity: .4;}

.vh100{width: 100%;height: 100vh!important}

.ywk-index-banner .swiper-slide-active .text .title-2{color: #1e2d45;}

.ywk-index-banner .ywk-index-banner-container.left .text.bg-2{background: #333;
    width: 45%;
    padding: 30px;}

.swiper-wrapper.smooth {  
    transition-timing-function:linear !important;
    -webkit-transition-timing-function: linear !important;   
	  -moz-transition-timing-function: linear !important;
	  -ms-transition-timing-function: linear !important;
	  -o-transition-timing-function: linear !important;
	  transition-timing-function: linear !important;
}
.ywk-globalfootprint-item.ab{width: 100%}
.ywk-globalfootprint-item.ab li{width: 25%}
.ywk-index-product-type-item .title-1 span{    
    font-family: 'HmLight';
    font-size: 30px;
    position: relative;
    text-transform: uppercase;
    opacity: 1;
    color: #f39700;
}
.text-white{color: #fff!important}

.ywk-title.ab h2{font-size: 50px;padding-left: 5px}
.ywk-envicool-introduction .ywk-stockcode{
    color: #1e2d45;
    font-size: 18px;
    line-height: 30px;
    padding: 15px 0 15px 0;
    font-family: 'HmMedium';
    font-weight: normal;
    line-height: 1.4
}
.ywk-envicool-introduction.ab .ywk-introduction{
    font-family: 'HmLight';
    clear: both;
    font-size: 16px;
    line-height: 24px;
    color: #666e80;
    padding-bottom: 15px;
}
.ywk-content.spe{width: 100%}
.ywk-references-item.ab{padding: 5% 0 0 0}
.ywk-references-item.ab .img{width: 50%}
.ywk-references-item.ab .text .viewmore{margin-top: 0}
.ywk-references-item.ab .text{width: 41%;padding: 1.3% 1% 1.5% 1%;}
.ywk-globalfootprint-item.ab li i{right: 8%;top: 17.5%;}


.ywk-culture-l {position: relative;overflow: hidden;margin-top: 4%;width:35%;float: left;}
.ywk-culture-l li{position: relative;margin: 0;padding: 30px 0 ;list-style: none;border-bottom: 1px solid #e1e1e5;}
.ywk-culture-l strong{font-weight: normal;color: #003281;font-size: 30px;margin: 0;display: block;text-transform: uppercase;color: #1e2d45}
.ywk-culture-l p{display: block;padding:1px 0;overflow: hidden;margin: 5px 0;color: #666e80;font-size: 16px;padding-right: 30px;line-height: 24px}
.ywk-culture-l i{font-style: normal;color: #b8becc;font-size: 20px;position: absolute;right: 0;top:50%;margin-top: -28px;}

.img-ab{
    display: block;
    width: 100%;
    min-height: 670px;
}
.ywk-content-center ul li a.white{color:#003281}
.ywk-content-center ul li a.white:hover{color: #f39700}
/*.ywk-content-center ul:last-child strong{padding:5px 10px;background: #f08300;display: inline;border-radius: 15px}*/

.ywk-header-nav-show-content.ab{background:#f5f5f5;width:240px;height:auto;left:50%;right: auto;overflow: hidden;}
.ywk-header-nav-show-about.ab1 {
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin: 2% auto 6% auto;
    position: relative;
    font-size: 0;
}
.ywk-header-nav-show-about.ab1 ul {
    display: inline-block;
    width: 100%;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0;
    padding: 0;
    vertical-align: top;
    position: relative;
    /* border-right: 1px solid #d3d3d3; */
}

.ywk-header-nav-show-about.ab1 a{width: 60%;}
.ywk-header-nav-show-about.ab1 ul:last-child {
    border-right: 0;
}
.s-c{left: 39%!important}
.s-b{left: 69%!important}
.s-s{left: 76%!important}
.s-l{left: 83%!important}
.brinyte-specification-bottom .text-1{font-family: 'HMRegular'; font-size: 18px;padding-top: 3%}
.brinyte-recommendations-top .title-1{font-size: 48px;}
.list-paddingleft-2 li p{margin: 0;line-height: 1.8}

.ywk-content-center ul li h1{margin: 0 0}
.ywk-content-center ul li h1{font-size: 40px;font-weight: normal;font-family: 'HmBlack';margin: 0 0;list-style: none;color: #083984}
.border-bottom{border-bottom: 1px solid #e1e1e1;}

.ywk-content-center ul li a img{display: inline;width: 20px;height: auto;left: 2px;position: absolute}


.ywk-content-center ul li.sec{padding:5px 0 9.5px;}
.ywk-content-center ul li.border-bottom{max-width: 370px}
.ywk-content-center ul li.sec a{padding-left: 0}
.ywk-content-center ul.sec{width: 35%}
.ywk-content-center ul.sec2 strong{padding-bottom: 20px;}



.sub_nav .box,
.sub_nav
{
-webkit-transition: all 0.3s linear;
-moz-transition: all 0.3s linear;
-ms-transition: all 0.3s linear;
-o-transition: all 0.3s linear;
transition: all 0.3s linear;
}
.border-bottom-1{border-bottom: 1px solid rgba(255, 255, 255, 0.2);}


.sub_nav{ position:fixed; right:0px; top:50%; background:#fff; margin-top:-150px; z-index:15; -webkit-transform: translateZ(0);/*border-radius: 5px;*/box-shadow: 0px 0px 5px rgb(0 56 60 / 20%)}
.sub_nav ul{margin: 0}
.sub_nav li{ position:relative;border-bottom: 1px solid #e9e9e9}
.sub_nav .pd{ display:block;}
.sub_nav .h3 i{ width:50px; height:50px; line-height:50px; display:block; color:#f08300; text-align:center; font-size:20px;}
.sub_nav .box{ font-size: 18px;display:none; display:block; position:absolute; right:50px; white-space:nowrap; top:0px;border-right:1px solid rgba(255,255,255,0); height:50px; line-height:50px; color:#fff; width:0px; overflow:hidden; padding:0px;}
.sub_nav .box.two{ display:none; display:block; position:absolute; right:50px; white-space:nowrap; top:0px;border-right:1px solid rgba(255,255,255,0); height:80px; line-height:40px; color:#fff; width:0px; overflow:hidden; padding:0px;}
.sub_nav .ewm_box{ text-align:center; height:auto;}
.sub_nav .ewm_box img{ max-width:250px; height:auto; display:block;}
.sub_nav .ewm_box strong{ padding-top:10px; line-height:1.3; display:block;}
.sub_nav .box button{background: #333;color: #fff;cursor: pointer}
.sub_nav .pd:hover .h3 i{ background-color:#f08300;color: #fff}
.sub_nav .pd:hover .box{ display:block; background:#f08300; width:auto; border-color:rgba(255,255,255,1); padding-left:20px; padding-right:20px;}
.sub_nav .pd:hover .ewm_box{ padding:20px;}
.sub_nav .back_top{display: block}
.brinyte-application-type .title-1 img{width: 150px}
.ywk-product-detail-parameter.case{background: none;padding: 5% 0 0}
.m-0{margin: 0 0!important}
.ywk-product-detail-parameter.case .ywk-parameter-content .parameter-2{height: auto;}
.pt-0{padding-top: 0!important}


.ywk-application-scenarios-item .text .item-3 P{margin: 0 0}
.w-100{width: 100%}
.pb-30{padding-bottom: 30px;}
@media screen and (max-width: 3840px) { 
	html{font-size: 72.5%;} 
	.brinyte-product-nav a {margin-right: 5%;}
}


@media(max-width:1920px){
.search-btn1 {right: 15%;}  
	.brinyte-product-introduce {margin-top: 12%;}
	.brinyte-product-introduce-bottom {padding: 3% 0 3% 0;}
	.share-bottom ul,.choose-color-scheme ul {margin-top: 2%;}
    .brinyte-product-detail-picss {width: 66%;}
	.brinyte-product-nav a {margin-right: 4%;}
}
@media(max-width:1800px){
    .ywk-news-path{margin-top: 88px;}
    .brinyte-product-top.scrolld{top: 6.5rem}
    .brinyte-banner .bottomtext-1 .text-1{font-size: 16px;}
.brinyte-banner .topnav-1 a{font-size: 30px;}
    .brinyte-banner .topnav-1 span{font-size: 30px;}
}
@media(max-width:1680px){
    .swiper-button-prev, .swiper-button-next{width: 3rem;height: 3rem}
    .brinyte-product-introduce .botton-2 .more-1 a{line-height: 3.8rem}
    .more-1 i{width: .8rem;height: .8rem}
    .more-1 a, .more-1 strong{width: 17rem}
    .brinyte-product-introduce .botton-2 .more-1{margin-right: .5rem}
    .more-1 span{font-size: 12px;}
    .ywk-index-banner .ywk-index-banner-container.left .text.two{top:26%;}
    /*.ywk-header{background: url(../image/ydn/head-bg-1.png) no-repeat;background-size: cover;}*/
    .ywk-logo{margin-top: -39px}
    .ywk-references-item .textbg{height:80%}
    .ywk-about-culture{width: 95%}
    .ywk-references-item.ab .text .viewmore{margin-top: 0}
    .ywk-envicool-introduction .ywk-stockcode{font-size: 16px;}
    .ywk-title.ab h2{font-size: 45px}
    .ywk-title h2::before{top: -8px}
}
@media(max-width:1500px){
    .brinyte-application-select li{width: 48%;}
    .brinyte-product-detail-picss {width: 70%;}
	.brinyte-product-big-pics,.brinyte-product-introduce {margin-top: 0;width: 90%;position: absolute;top: 50%;transform: translateY(-50%);}
	.brinyte-product-introduce {width: 80%;right: 0;top: 40%;}
    /*.ywk-header{background: url(../image/ydn/head-bg-2.png) no-repeat;
    background-size: cover;}*/
    .ywk-header-nav-show-content.ab{left: 48%}
    .s-c{left: 37%!important}
    .s-b{left: 59%!important}
    .s-s{left: 66%!important}
    .s-l{left: 73%!important}
.ywk-index-banner .text .text-4{max-width: 40%}

}
@media(max-width:1400px){
    .brinyte-product-top-content .brinyte-path,.brinyte-path a span,.brinyte-product-nav span{font-size: 12px;}
    .brinyte-product-detail-picss {width: 74%;}
    .brinyte-banner .topnav-1 a{font-size: 20px;}
    .brinyte-banner .topnav-1 span{font-size: 20px;}
    
.ywk-header-nav-show-content.ab{left: 42%}
.s-c{left: 30%!important}
.s-b{left: 61%!important}
.s-s{left: 68%!important}
.s-l{left: 75%!important}
}
@media(max-width:1300px){
    .brinyte-product-introduce .title-1{font-size: 24px;}
    .brinyte-product-introduce .text-1{font-size: 12px}
.brinyte-product-detail-picss {width: 76%;}
	.brinyte-product-nav a {margin-right: 3%;}
.ywk-header{background:#fff}
    .brinyte-specification-top .title-1{font-size: 24px;}
    .brinyte-recommendations-top .title-1{font-size: 24px;}
    .brinyte-specification-list .table tr th{font-size: 18px;}
.brinyte-specification-list .table tr td{font-size: 16px;}
}

@media(max-width:1200px){
.brinyte-specification-bottom .text-1{font-size: 12px}
.brinyte-product-top.scrolld{top: 5rem}
.brinyte-product-detail-picss {width: 90%;}
.brinyte-banner .left-text {
    left: 5%;
    top: 10%;
    width: 90%;
    transform: none;
}
    .brinyte-banner .right-text {
    position: absolute;
    right: 5%;
    top: auto;
    width: 90%;
    transform: none;
    bottom: 5%;
}
.ywk-header .ywk-content{width: 100%;}
}

@media(max-width:1024px){
    .ywk-news-path{margin-top: 80px;}
.sub_nav{ left:0px; bottom:-10px; top:auto;}
.sub_nav li{ float:left; width:25%;}
.sub_nav .pd{ border-right:1px solid #fff;}
.sub_nav .h3 i{ width:auto;}
.sub_nav .box{ bottom:50px; top:auto; border-right:0px; left:0px; right:auto;}
.sub_nav .pd:hover .box{ display:none;}
.sub_nav .pd:hover .h3 i{ background:none;}
.sub_nav .back_top{display: none}
}

@media(max-width:991px){
    .ywk-content-center ul.sec2{display: none}
    .ywk-content-center ul.sec{width: 100%}
    .ywk-content-center ul li.border-bottom{max-width: 100%}
    .brinyte-specification-bottom{padding: 7% 5%;}
    .brinyte-product-detail-picss {width: 100%;}
	.brinyte-product-big-pics,.brinyte-product-introduce {margin-top: 0;width: 90%;position: relative;top: 20%;transform: none;}
	.brinyte-product-introduce {width: 80%;right: 0;top: 20%;} 
    .ywk-globalfootprint-item.ab li{width: 50%}
    .ywk-references-item .textbg{width: 100%;
    height: 80%;
    right: 0;
    top: 300px;
    background: #003281;
    position: absolute;
    z-index: 1;}
    .ywk-envicool-introduction.ab .ywk-introduction{max-width: 100%;padding-bottom: 30px}
    .ywk-culture-r{width: 100%}
    .ywk-references-item.ab .img{width: 100%}
.ywk-references-item.ab .text {
    width: 100%;
    position: relative;
    right: auto;
    top: auto;
    padding: 2% 2% 5% ;
    overflow: hidden;
}    
    .img-ab {
    display: block;
    width: 100%;
    min-height: 100%;
}
    
.ywk-culture-l{width: 100%}
    }

@media(max-width:860px){
    .brinyte-product .brinyte-application-search-top,.brinyte-product .brinyte-application-list-bottom{padding: 3%;}
.brinyte-product-big-pics,.brinyte-product-introduce {top: auto;}
    .brinyte-product-introduce {width: 80%;right: auto;top:auto;}
    .brinyte-product-introduce-bottom::after {display: none;}
    .brinyte-product-detail-left,.brinyte-product-id-number {width: 100%;float: none;}
    .brinyte-product-detail-left {margin: 0;height: auto;}
	.brinyte-product-big-pics {margin: 5%;width: 90%;}
	.brinyte-product-top {position: relative;left: auto;top: auto;width: 90%;margin: auto;}
	.brinyte-product-thumbnail-pics {position: relative;left: auto;bottom:auto;width: 90%;margin: 5%;}
	.brinyte-product-detail-right,.brinyte-product-introduce .text-1,.brinyte-influencer-reviews-top .text-1,.brinyte-service-consulting-item,
	.brinyte-service-note .title-1,.brinyte-service-note .text-1,.brinyte-products-faq {float: none;width: 100%;}
	.brinyte-product-introduce {margin: auto;margin-top: 5%;width: 90%;float: none;margin-right:auto;}
	.brinyte-product-detail-content {position: relative;left: auto;top: auto;width: 100%;height: auto;padding-top: 6rem;}
	.brinyte-product-introduce .overflow-scroll {height: auto;}
	.brinyte-product-detail .img-bg {display: none;}
	.brinyte-product-detail {padding: 5% 0;overflow: hidden;background: url('../image/ydn/detail.jpg') center no-repeat;background-size: cover;}
	.brinyte-product-introduce-bottom {position: relative;left: auto;bottom: auto;overflow: hidden;}
	.brinyte-product-introduce .botton-2 .more-1:last-child {margin-right: 0;}
	.brinyte-product-introduce .botton-2 .more-1{margin-right: 1rem;width: 45%;}
	.brinyte-product-introduce .botton-2 .more-1 a {width: 100%;}
	.brinyte-product-introduce {padding-bottom: 10%;}
    .brinyte-message-from-bottom .brinyte-message-item,.brinyte-product-id-number .inputnum-1,
	.brinyte-product-id-number .text-1,.brinyte-exploration-top .brinyte-exploration-item .img {width: 100%;margin: auto;}
    .brinyte-product-registration .brinyte-service-consulting-from li.from-2 {width: 100%;margin-top: 3%;}
	.brinyte-service-consulting-from li,.brinyte-product-id-number .inputnum-1 {margin-top: 3%;}
	.brinyte-product-registration {margin-top: 15%;}
	.brinyte-product-id-number .text {width: 80%;}
    .brinyte-product-top-content {width: 96%;}
	.brinyte-product-top {width: 100%;padding: 2% 0;}
	.brinyte-product-top.scrolld {top: 5rem;}
    .brinyte-product-nav ul {text-align: right;}
}

@media(max-width:640px){
    .ywk-index-banner .ywk-index-banner-container.left .text.one{top: 17%}
    .ywk-core-advantages-item{width: 95%}
    .ywk-core-advantages-item{left: 1%}
    .ywk-core-advantages-item a{width: 50%;}
    .ywk-core-advantages-item a{padding: 5% 5% 5% 18%;}
    .ywk-core-advantages-item strong{font-size: 12px;}
    .brinyte-banner .bottomtext-1 .text-1{font-size: 14px;}
    .ywk-page.sol{padding-top: 0;}
    .ywk-references-item .textbg{top: 210px;}
    .ywk-references-item.ab .text{padding: 2% 2% 10%;}
    .ywk-envicool-introduction.ab{padding: 7% 0 5% 0;}
    .ywk-title.ab h2{font-size: 35px}
}
@media(max-width:575px){
    .ywk-index-banner .ywk-index-banner-container.left .text{top:14%;}
    .ywk-index-banner .text .text-4, .ywk-index-banner .text .text-4.two, .ywk-index-banner .text .text-4.third{max-width: 100%;}
    .ywk-logo a{width: 292px;}
    .ywk-logo {margin-top: -29px;}
    .ywk-header-right-search{display: none;}
}
@media screen and (max-width: 460px) {
    .brinyte-product-top-content .brinyte-path {display: none;}
    .brinyte-product-nav {position: relative;right:auto;width: 100%;top: auto;text-align: left;}
    .brinyte-product-nav ul {float: none;width: 100%;display: block;text-align: left;}
	.brinyte-product-nav ul a {margin-right: 2rem;}
}
@media(max-width:400px){
    .ywk-page-banner.pro .banner-title.bottom35{bottom: 50%}
}