/*--for m09_head--*/
@charset "UTF-8";

/*---mo-header---*/

.m09-sitetop{background: var(--color-primary);height:42px;}
.m09-sitetop > .wp{height:100%;display:flex;justify-content:space-between;align-items:center;}

.m09-sitetop .sitetop-left{display:flex;align-items:center;}
.m09-sitetop .sitetop-left p{font-size:16px;color: #fff;}
.m09-sitetop .sitetop-left p:not(:first-child)::before{content:"|";margin:0 24px;}
.m09-sitetop .sitetop-left p a:hover{color:#fff;text-decoration: underline;}

.m09-sitetop .sitetop-right{display:flex;align-items:center;}
                                     
.m09-sitetop .serchbox{margin-right: 20px;border:1px solid #fff;border-radius:10px;}
.m09-sitetop .submit_text{border:none;width:200px;height:30px;line-height:30px;padding:0 0 0 12px;float:left;color:#fff;font-size:13px;background:none;box-sizing:border-box;}
.m09-sitetop .submit_btn{background: none;width:36px;height:30px;display:block;float:left;cursor:pointer;}
.m09-sitetop .submit_btn i{color:#fff;}
.m09-sitetop .sitetop-right .mob-menu-btn{display:none}
.m09-sitetop .sitetop-right .mob-menu-btn i{font-size:20px;color:#fff}                           
.m09-sitetop .sitetop-right .header-lang{position:relative;z-index:200;}
.m09-sitetop .sitetop-right .header-lang .box{height:34px;width:90px;border:1px solid #EBEBEB;cursor:pointer;display:flex;align-items:center;padding:0 7px;}
.m09-sitetop .sitetop-right .header-lang .box img{height:18px;}
.m09-sitetop .sitetop-right .header-lang .box em{margin:0 7px;line-height:18px;font-size:13px;color: #fff;text-transform:uppercase;}
.m09-sitetop .sitetop-right .header-lang .box i{line-height:18px;font-size:14px;color: #fff;}
.m09-sitetop .sitetop-right .header-lang .lang-box{width:200px;padding:15px;position:absolute;right:0;top:42px;z-index:200;background:#fff;transform:translate3d(0,10px,0);opacity:0;visibility:hidden;transition:all .4s ease 0s;box-shadow:0 0 10px rgba(63,62,62,0.2);}
.m09-sitetop .sitetop-right .header-lang .lang-box::before{content:'';position:absolute;right:37px;top:-8px;overflow:hidden;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;display:block;}
.m09-sitetop .sitetop-right .header-lang ul{max-height:160px;overflow-y:scroll;padding:5px 10px;border:1px solid #e5e5e5;display:flex;flex-wrap:wrap;}
.m09-sitetop .sitetop-right .header-lang ul li{line-height:20px;padding:5px 0;border-bottom:1px solid #f5f5f5;width:50%;}
.m09-sitetop .sitetop-right .header-lang ul li:last-child{border:none;}
.m09-sitetop .sitetop-right .header-lang ul li a{color:#333;font-size:12px;display:block;}
.m09-sitetop .sitetop-right .header-lang ul li a:hover{color:var(--color-primary);}
.m09-sitetop .sitetop-right .header-lang ul li img{vertical-align:middle;margin-right:7px;}
.m09-sitetop .sitetop-right .header-lang:hover .lang-box{opacity:1;visibility:visible;transform:translate3d(0,0,0);}

.m09-sitetop form  input::placeholder{
 color:#fff
}

.m49-mob-menu{position:fixed;top:0;bottom:0;height:100%;overflow-y:scroll;width:300px;background:#fff;padding:60px 20px 0;right:0;transform:translateX(100%);transition: 0.5s all;-webkit-overflow-scrolling:touch;z-index:10000!important;}
.m49-mob-menu .tit{text-align:center;}
.m49-mob-menu .tit img{height:40px;}
.m49-mob-menu .tit span{position:absolute;right:15px;top:15px;cursor:pointer;width:40px;height:40px;line-height:40px;text-align:center;display:block;}
.m49-mob-menu .tit span i{color:#333;font-size:22px;}

.m49-mob-menu .mobile-menu{margin:30px 0 0;}
.m49-mob-menu .mobile-menu > ul{}
.m49-mob-menu .mobile-menu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.m49-mob-menu .mobile-menu > ul > li > a{font-weight:500;padding:0 0 0 10px;font-family: var(--font-family2);font-weight: 500;}
.m49-mob-menu .mobile-menu > ul > li > em{position:absolute;color:#333;top:10px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m49-mob-menu .mobile-menu > ul > li > em i{font-size:14px;display:inline-block;transition:all 0.3s ease 0s;}
.m49-mob-menu .mobile-menu > ul > li.active{background:#F5F5F5;}
.m49-mob-menu .mobile-menu > ul > li.active > em i{transform:rotate(90deg);}
.m49-mob-menu .mobile-menu ul li a{color:#333;display: block;}
.m49-mob-menu .mobile-menu ul li a:hover{text-decoration: none;}
.m49-mob-menu .mobile-menu ul li ul{display:none;padding-bottom:10px;padding-left:20px;}
.m49-mob-menu .mobile-menu ul li ul li{line-height:22px;position:relative;}
.m49-mob-menu .mobile-menu ul li ul li em{position:absolute;color:#333;top:1px;right:0;z-index:1;width:30px;line-height:30px;text-align:center;cursor:pointer;}
.m49-mob-menu .mobile-menu ul li ul li em i{font-size:12px;display:inline-block;transition:all 0.3s ease 0s;}
.m49-mob-menu .mobile-menu ul li ul li a{padding:5px 0;margin-right:30px;}

.m49-mob-menu .mobile-menu ul li ul li.active em i{transform:rotate(90deg);}

.m49-mob-menu.menu-on{box-shadow:0 0 20px rgba(82,85,90,0.08);transform:translateX(0);}


/*---header---*/


.m09-header{background:#fff;height:108px;position:relative;border-bottom: 4px solid var(--color-primary);}
.m09-header.header-fix{position: fixed;top: -30px;left: 0;right: 0;z-index: 300;transform: translateY(30px);transition: transform 0.5s;}

.m09-header .wp{height:100%;display:flex;justify-content: space-between;align-items:center;}

.m09-header .logo img{height:90px;}


.m09-header .nav > ul{display:flex;}
.m09-header .nav > ul > li{position:relative;padding:0 20px;}
.m09-header .nav > ul > li > a{display:block;font-size: 18px;color:#000;line-height:30px;}

.m09-header .nav > ul > li:nth-child(3) > ul, .m09-header .nav > ul > li:nth-child(4) > ul {width: 650px;}
.m09-header .nav > ul > li:nth-child(3) > ul > li, .m09-header .nav > ul > li:nth-child(4) > ul > li {float: left;width: 50%;}

.m09-header .nav > ul > li ul{position:absolute;width:260px;height:auto;left:0;top:40px;z-index:1000;padding:3px 0 0;border-radius:4px;background:rgba(192, 52, 65, 0.8);box-shadow:rgba(0,0,0,0.12) 0px -6px 9px 0px;transform:rotate3d(1,0,0,-90deg);transform-origin:0 0 0;opacity:0;transition: transform 0.5s, opacity 0.3s;}
.m09-header .nav > ul > li > ul::before{content:'';position:absolute;left:50px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.m09-header .nav > ul > li ul > li{float:none;border-bottom:1px solid rgba(255,255,255,0.2);text-align:left;position:relative;}
.m09-header .nav > ul > li ul > li:last-child{border:none;}
.m09-header .nav > ul > li ul > li > a{display:block;padding:10px 20px;border:none;color:#fff;font-size:15px;line-height:22px;text-transform:capitalize;}
.m09-header .nav > ul > li ul > li:hover > a{/*! background:var(--color-primary); */color:#000;}
.m09-header .nav > ul > li ul > li > a i{position:absolute;right:10px;font-size:11px;}


.m09-header .nav > ul > li:hover > a,.m09-header .nav > ul > li.active > a{color:var(--color-primary);}
.m09-header .nav > ul > li:hover > a > i{transform:rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);}
.m09-header .nav > ul > li:hover > ul{opacity:1;transform:rotate3d(0,0,0,0);-webkit-transform:rotate3d(0,0,0,0);}


.m09-header .header_right{display:flex;align-items:center;}


.m09-header .search{margin:0 15px 0 0;position:relative;cursor:pointer;}
.m09-header .search i{color:#4C4A48;font-size:25px;}

.m09-header .mob-menu-btn{display:none;width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;}
.m09-header .mob-menu-btn i{color:#333;font-size:24px;}



@media screen and (max-width:1441px) {
.m09-header .logo img{height:55px;}
.m09-header .nav > ul > li{padding:0 15px;}
}

@media screen and (max-width:1367px) {
.m09-header .nav > ul > li > a{font-size:18px;}
}

@media screen and (max-width:1280px) {
.m09-sitetop .sitetop-left p{font-size:15px;}
.m09-sitetop .sitetop-left p:not(:last-child)::after{margin:0 20px;}
.m09-sitetop .sitetop-right .share a i{font-size:18px;}
.m09-header .nav > ul > li{padding:0 12px;}
.m09-header .nav > ul > li > a{font-size:17px;}
}


@media screen and (max-width:1171px) {
.m09-header .logo img{height:50px;}
.m09-header .nav > ul > li{padding:0 8px;}
.m09-header .nav > ul > li > a{font-size:16px;}
  
.m09-sitetop .sitetop-left p {font-size: 13px; }  
}

@media screen and (max-width:992px) {
.m09-header{height:90px;}
.m09-header .nav{display:none;}
.m09-header .mob-menu-btn{display:block;}

.search-box{top:90px;padding:30px 0;}
.search-box .serchbox{width:600px;}

}

@media screen and (max-width:991px){
.m09-sitetop .sitetop-left p:not(:last-child)::after{margin:0 15px;}
.m09-header{height:auto;padding:15px 0;}
.m09-header .logo img{height:45px;}

.search-box{top:80px;padding:30px 30px;}
.search-box .close{display:none;}
.search-box .serchbox{width:100%;}
.search-box .serchbox .submit_text{height:42px;line-height:42px;}
.search-box .serchbox .submit_btn{width:60px;height:42px;line-height:42px;}
.search-box .serchbox .submit_btn i{font-size:23px;}
  
  
.m09-sitetop .sitetop-left{display:none}
.m09-sitetop .sitetop-right .mob-menu-btn{display:block;margin-left: 15px;}  
.m09-sitetop > .wp {justify-content: end;}  
.m09-header .wp {justify-content: center;}  
}

@media screen and (max-width:576px){
.m09-sitetop .sitetop-left p:last-child{display:none;}
.m09-sitetop .sitetop-right .share a i{font-size:17px;}

.search-box{top:76px;padding:20px 20px;}
  
.m09-sitetop .submit_text {width: 150px;}
}

@media screen and (max-width:480px){
.m09-header .logo img{height:38px;}
.search-box{top:71px;padding:15px 15px;}
.search-box .serchbox .submit_text{height:36px;line-height:36px;}
.search-box .serchbox .submit_btn{width:50px;height:36px;line-height:36px;}
.search-box .serchbox .submit_btn i{font-size:21px;}
}

/*--for m31_sidebanner--*/
@charset "utf-8";


.m31-goodslist-sidebanner{position:relative;}
.m31-goodslist-sidebanner .txt{position:absolute;left:0;right:0;top:0;bottom:0;display:flex;justify-content:center;align-items:center;}
.m31-goodslist-sidebanner h1,.m31-goodslist-sidebanner h2{color:#fff;font-size:44px;font-weight:700;font-family:var(--font-family5);text-transform:uppercase;}
.m31-goodslist-sidebanner img{
width:100%;
}

.path{height:50px;line-height:50px;border-bottom:1px solid #EAEAEA;}
.path p{color:#666;font-size: 18px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.path p i{margin: 0 15px 0 0;font-size: 18px;color:#bb0303;}
.path p a{color:#666;}




@media screen and (max-width:1680px) {
.wp {width: 86%;}
}

@media screen and (max-width:1441px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 40px;}
}

@media screen and (max-width:1367px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 36px;}
}

@media screen and (max-width:1281px) {
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 32px;}
}

@media screen and (max-width:1171px){
.wp{padding-right:40px;padding-left:40px;width: 100%;}
}

@media screen and (max-width:992px){
.wp{padding-right:30px;padding-left:30px;}
}

@media screen and (max-width:768px){
.wp,.wp2{width:100%;padding-right:10px;box-sizing:border-box;padding-left:10px;}
.path p{font-size:14px;}
.m31-goodslist-sidebanner h1, .m31-goodslist-sidebanner h2 {font-size: 24px;}
}

/*--for m03_goodslist--*/
.m87-crumbs{background:#F2F6FA;padding:20px 0;}
.m87-crumbs p{color:#666;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.m87-crumbs p i{margin:0 5px 0 0;font-size:14px;}
.m87-crumbs p a{color:#666;}

@media screen and (max-width:480px){
.m87-crumbs{padding:15px 0 0;}
.m87-crumbs p{font-size:15px;}
}


.flex-between-warp{display:flex;justify-content:space-between;flex-wrap:wrap;}


.m87-goods-box{padding:40px 0 60px;background:#fff;}

.pro-left{width:calc(25% - 15px);position:relative;}

.sidemenu{margin:0 0 15px 0;}
.sidemenu h3{font-size:24px;display:block;color:#fff;height:52px;line-height:52px;padding:0 0 0 20px;background:#bb0303;position:relative;}
.sidemenu h3::after{display:none;font-family:"qico";content: "\e727";position:absolute;top:0;right:0;width:52px;height:52px;line-height:52px;text-align:center;font-size:20px;-webkit-transition: -webkit-transform .3s ease;transition: -webkit-transform .3s ease;transition: transform .3s ease;transition: transform .3s ease, -webkit-transform .3s ease;}
.sidemenu h3.active::after{-webkit-transform: rotate(45deg) scale(1.08);-ms-transform: rotate(45deg) scale(1.08);transform: rotate(45deg) scale(1.08);}

.sidemenu ul{}
.sidemenu ul li{border:1px solid #C9C9C9;margin:8px 0 0 0;background:#fff;}
.sidemenu ul li h5{height:45px;line-height:45px;display:block;padding:0 0 0 20px;font-size:15px;color:#333;cursor:pointer;}
.sidemenu ul li h5 a{color:#333;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.sidemenu ul li h5 a:hover{color:#DD3E00;text-decoration:underline;}
.sidemenu ul li h5 span{float:right;background:url('https://cdn-pro.analyspeed.com/762/upload/module/m87_goodslist/1750931949546593.png') no-repeat;width:11px;height:11px;display:block;margin:15px 10px 0 0;}

.sidemenu dl{display:none;}
.sidemenu dl dd{line-height:35px;border-bottom:1px dashed #C9C9C9;background:#fff;padding:0 20px;}
.sidemenu dl dd:last-child{border-bottom:none;}
.sidemenu dl dd a{background:url('https://cdn-pro.analyspeed.com/762/upload/module/m87_goodslist/1750988688360085.png') no-repeat left center;font-size:13px;padding-left:15px;color:#666;}
.sidemenu dl dd.active a,.sidemenu dl dd a:hover{color:#bb0303;font-weight:bold;}

.sidemenu ul li.active h5{border-bottom:1px dashed #C9C9C9;}
.sidemenu ul li.active h5 a{color:#bb0303;}
.sidemenu ul li.active span{background:url('https://cdn-pro.analyspeed.com/762/upload/module/m87_goodslist/1750931949532517.png') no-repeat;}
.sidemenu ul li.active dl{}


@media screen and (max-width:992px){
.pro-left{width:100%;}
.sidemenu h3::after{display:block;}
.sidemenu > ul{display:none;}
.side-news{display:none;}
}

@media screen and (max-width:768px){
.m87-goods-box{padding:20px 0 30px;}
.sidemenu > ul > li h5{font-size:17px;}
.sidemenu > ul > li > ul > li > a{font-size:15px;}
}

@media screen and (max-width:480px){
.sidemenu h3{font-size:18px;}
.sidemenu > ul > li h5{font-size:16px;}
.sidemenu > ul > li > ul > li > a{padding:8px 40px 8px 15px;}
.sidemenu > ul > li > ul > li > a::before{top:14px;}
}


.pro-right{width:calc(75% - 15px);}
                  
.pro-top{margin-bottom:15px;background:#F7F7F7;padding:20px;}
.pro-top h1{font-size:24px;color:#111;font-weight:600;}
.pro-top .t{font-size:16px;color:#545454;line-height:24px;margin:15px 0 0;}
.pro-top .t h5{font-size:18px;font-weight:500;color:#333;margin-top:10px;}
.pro-top .t p~p{margin-top:10px;}.pro-top{margin-bottom:15px;background:#F7F7F7;padding:20px;}
.pro-top h1{font-size:24px;color:#111;font-weight:600;}
.pro-top .t{font-size:16px;color:#545454;line-height:24px;margin:15px 0 0;}
.pro-top .t h5{font-size:18px;font-weight:500;color:#333;margin-top:10px;}
.pro-top .t p~p{margin-top:10px;}                  

.pro-list ul{display:flex;flex-wrap:wrap;margin:-15px -15px 0;}
.pro-list ul li{padding:15px;width: 22.333333%;text-align: center;background: #fff;border: 1px solid #C9C9C9;margin: 20px 0 0 2%;cursor: pointer;box-sizing: border-box;padding: 0;}
.pro-list ul li .box{/* padding:15px; */height:100%;background:#fff;/* border-radius:8px; */margin: 0;padding: 0;}
.pro-list ul li .pic{width:100%;display:block;overflow:hidden;}
.pro-list ul li .pic img{display:block;transition: 0.3s;}

.pro-list ul li .txt{text-align:center;font-size: 14px;background: #F1F1F1;position: relative;display: block;padding: 10px 0;align-items: center;align-content: center;}
.pro-list ul li .txt h5{font-size: 14px;color: #333;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.pro-list ul li .txt h5 a{}
.pro-list ul li .txt p{font-size:16px;line-height:1.7;font-weight:300;margin:20px 0 0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
.pro-list ul li:hover{
        border: 1px solid #dd3e00;
}
.pro-list ul li:hover .txt h5{
 color:#fff
}
.pro-list ul li:hover .txt{
    background:#bb0303;color:#fff
}

@media screen and (min-width:768px) {
.pro-list ul li:hover .pic img{transform:scale(1.05);}
}


@media screen and (max-width:1441px) {
.pro-list ul li .txt h5{font-size:19px;}
}

@media screen and (max-width:1280px) {
.pro-list ul li .txt h5{font-size:18px;}
.pro-list ul li .txt p{line-height:1.5;}
}

@media screen and (max-width:992px){
.pro-right{width:100%;}
}

@media screen and (max-width:768px){
.pro-list ul li{width:47%;}
.pro-list ul li .txt h5{font-size:16px;overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
  
  
}

@media screen and (max-width:480px){
.pro-list ul{margin:-10px -10px 0;}
.pro-list ul li .txt h5{font-size:14px;}
.pro-list ul li .txt p{font-size:15px;}
}






@media screen and (max-width:1281px){

}

@media screen and (max-width:992px){

}

@media screen and (max-width:480px){

}


@keyframes arrow-top-bottom {
0% {transform:translateY(0)}
25% {transform:translateY(-7px)}
50% {transform:translateY(0)}
75% {transform:translateY(7px)}
100% {transform:translateY(0)}
}

/*--for m92_foot--*/
@charset "UTF-8";

footer {background:#181413 url('images/footbg.jpg') no-repeat;background-size: 100% auto;border-top: 5px solid var(--color-active);}
footer h5 {font-size: 20px;color: #fff;line-height: 1.5;font-weight: 700;margin-bottom: 15px;}

.m92-foot {padding: 60px 0 80px;}
.m92-foot .wp {display: flex;justify-content: space-between;}
.m92-foot .foot-contact {width: 30%;}
.m92-foot .foot-contact p {font-size: 15px;color: #999;line-height: 2;}
.m92-foot .foot-contact .share {margin-top: 25px;}
.m92-foot .foot-contact .share a{display:inline-block;color:#fff;background:transparent;width:26px;height:26px;line-height:26px;text-align:center;box-sizing: border-box;transition: all .5s ease;}
.m92-foot .foot-contact .share a+a{margin-left:5px;}
.m92-foot .foot-contact .share a i{font-size:14px;color:#fff;}
.m92-foot .foot-contact .share a:hover{background:#bb0303;transform: translateY(-5px);}

.m92-foot .foot-list ul li,.m92-foot .foot-nav ul li {color: #999;font-size: 15px;line-height: 2;}

.m92-foot .foot-inquiry {width: 30%;}
.m92-foot .foot-inquiry form{display:flex;align-items:center;width: 100%;margin-top: 15px;border: 1px solid #999999;}
.m92-foot .foot-inquiry .post-text{flex:1;height:44px;line-height:44px;overflow:hidden;color:#fff;padding:0 15px;font-size:16px;background:transparent;}
.m92-foot .foot-inquiry .post-btn{width:50px;text-align:center;display:block;cursor:pointer;background: transparent;}
.m92-foot .foot-inquiry .post-btn i {font-size: 22px;color:#fff;}
.m92-foot .foot-inquiry p {color: #999;font-size: 15px;margin-top: 25px;}

.side-bar {top: 50%;margin-top: -130px;position: fixed;right: 10px;z-index: 299;transition:all .36s;}
.side-bar .text {position: relative;}
.side-bar .text .box{display: block;cursor: pointer;height: 50px;position: relative;text-align: center;box-sizing: border-box;width: 50px;text-align: center;margin-bottom: 5px;overflow: hidden;}
.side-bar .text .ico {width: 50px;height: 50px;transition: all .3s ease;}
.side-bar .text .ico i {display: inline-block;font-size: 28px;color: inherit;position: relative;line-height: 50px;}
.side-bar .text .ico.ico1 {background:#bb0303;color: #fff;}
.side-bar .text .ico.ico2 {position: absolute;left: 100%;top: 0;background: #fff;color: #bb0303;}

.side-bar .text:hover .ico.ico1,
.side-bar .text.active .ico.ico1{transform: translateX(-100%);}
.side-bar .text:hover .ico.ico2,
.side-bar .text.active .ico.ico2{transform: translateX(-100%);}

.side-bar .text .list{position:absolute;right:100%;top:0;display:none;}
.side-bar .text .list::before {content: '';position: absolute;right: 0;top: 19px;overflow: hidden;border-top: 8px solid transparent;border-right: 8px solid #fff;border-bottom: 8px solid transparent;display: block;}

.side-bar .text:hover .list,
.side-bar .text.active .list{display:block;}
.side-bar .text:hover .list p,
.side-bar .text.active .list p{width: max-content;line-height: 50px;padding: 0 10px;background:#bb0303;font-size: 15px;color: #fff;}

.side-bar .text .wx-box{position:absolute;right:100%;bottom:0;display:none;background: var(--color-active);padding: 10px;width: 150px;} 
.side-bar .text .wx-box::before {content: '';position: absolute;right: 0;bottom: 19px;overflow: hidden;border-top: 8px solid transparent;border-right: 8px solid #fff;border-bottom: 8px solid transparent;display: block;}
.side-bar .text .wx-box img{width:130px;}
.side-bar .text .wx-box span{font-size:14px;color:#fff;line-height:18px;letter-spacing:1px;display: block;text-align: center;}

.side-bar .text:hover .wx-box {display: block;}
                             
                           
                             

.inquiry-bar {position: fixed;bottom: 0;left: 10px;z-index: 300;}
.inquiry-bar .ico {display: flex;align-items: center;padding: 0 25px;background:#bb0303;height: 32px;border-radius: 5px 5px 0 0;cursor: pointer;}
.inquiry-bar .ico i {font-size: 18px;color: #fff;}
.inquiry-bar .ico p {font-size: 14px;color: #fff;margin-left: 5px;}
.inquiry-bar .inquiry-bar-box {background: #fff;border-radius: 10px 10px 0 0;overflow: hidden;transition: all .5s ease;transform: translateY(100%);position: absolute;bottom: 0;width: 440px;box-shadow: 0 0 10px #ccc;}
.inquiry-bar .inquiry-bar-box .tit {height: 40px;display: flex;align-items: center;justify-content: space-between;padding: 0 20px;background:#F2F5F9;}
.inquiry-bar .inquiry-bar-box .tit h3 {font-size: 20px;color: #333;font-weight: 700;line-height: 1;}
.inquiry-bar .inquiry-bar-box .tit i {color: #666;font-size: 18px;cursor: pointer;}
.inquiry-bar .inquiry-bar-box.inquiry-transitioning {transform: translateY(0);}
.inquiry-bar .inquiry-bar-box .inquirbox {padding: 10px;}
.inquiry-bar .inquiry-bar-box input[type="text"],.inquirbox textarea{padding:8px 12px;font-size:15px;width:100%;line-height:20px;text-align:left;color:#666;box-sizing:border-box;border-radius: 0;border: 1px solid #ccc;}
.inquiry-bar .inquiry-bar-box textarea{max-width:100%;width:100%;resize:none;}
.inquiry-bar .inquiry-bar-box .inquirbox .submit {margin: 0 auto;width: 100%;line-height: 40px;background:#bb0303;text-align: center;display: block;color: #fff;font-size: 16px;cursor: pointer;border-radius: 0;}
.inquiry-bar .row{margin-bottom:10px}
.m92-copy {font-size: 15px;line-height: 44px;color: rgba(255, 255, 255, 0.6);text-align: center;border-top: 1px solid #999;}



@media screen and (max-width: 991px) {
.m92-foot .wp {flex-direction: column;}  
.m92-foot .foot-contact {width: 100%;margin-bottom: 15px;}
.m92-foot .foot-inquiry {width: 100%;}  
.m92-foot .foot-list{width: 100%;margin-bottom: 15px;}  
.m92-foot .foot-nav{width: 100%;margin-bottom: 15px;}  
.m92-foot {padding: 30px 0;}  
.m92-copy {line-height: 28px;}  
}