@charset "UTF-8";
@import url('https://fonts.googlefonts.cn/css?family=Montserrat:300,400,500,600,700,800');
@import "iconfont.css";

*,*:before,*:after{box-sizing:border-box;}

html {-webkit-text-size-adjust:none;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
img{max-width:100%;height:auto;width:auto\9;vertical-align:bottom;}
.video embed,.video object,.video iframe{width:100%;height:auto;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{margin:0;padding:0;outline:0;font-size:100%;background:transparent}
fieldset,img,input,button,hr{border:0;}
:focus {outline: 0;}
address, caption, cite, code, dfn, em,i, b,th, var, optgroup {font-style: normal;font-weight: normal;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
abbr, acronym {border: 0;font-variant: normal;}
input, button, textarea, select, optgroup, option {font-family: inherit;font-size: inherit;font-style: inherit;font-weight: inherit;}
code, kbd, samp, tt {font-size:100%;}
input, button, textarea, select {*font-size: 100%;}
ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}
caption, th {text-align: left;}
sup {vertical-align: super; font-size: large;}
sub {vertical-align: bottom; font-size: small;}
:link, :visited, ins {text-decoration: none;}

input::placeholder,select::placeholder,textarea::placeholder{opacity:0.8;}

blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: '';content: none;}

.cl{*zoom:1}
.cl:before,.cl:after{display:table;content:" ";}
.cl:after{clear:both;}

.uppercase{text-transform:uppercase;}
.hide{display:none;}
.wp{margin:0 auto;width:1400px;}
.wp2{margin:0 auto;max-width:1300px;}
.pr{position:relative;}
.fl{float:left !important;}.fr{float:right !important;}


@font-face {
    font-family: "AmsiProNormal";
    src: url('fonts/AmsiProNormal-Light.woff2') format('woff2'), url("fonts/AmsiProNormal-Light.woff") format("woff"), url("fonts/AmsiProNormal-Light.ttf") format("truetype");
    font-weight:300;
    font-style: normal;
}
@font-face {
    font-family: "AmsiProNormal";
    src: url('fonts/AmsiProNormal-Regular.woff2') format('woff2'), url("fonts/AmsiProNormal-Regular.woff") format("woff"), url("fonts/AmsiProNormal-Regular.ttf") format("truetype");
    font-weight:400;
    font-style: normal;
}
@font-face {
    font-family: "AmsiProNormal";
    src: url('fonts/AmsiProNormal-Bold.woff2') format('woff2'), url("fonts/AmsiProNormal-Bold.woff") format("woff"), url("fonts/AmsiProNormal-Bold.ttf") format("truetype");
    font-weight:700;
    font-style: normal;
}

body{color:#666;font-size:14px;font-family:Montserrat,'AmsiProNormal';background:#fff;max-width:1920px;margin:0 auto;overflow-x:hidden;}

a{color:inherit;}


/*---header---*/

.sitetop{display:none;background:#333;height:50px;}
.sitetop span{width:50px;height:50px;line-height:50px;text-align:center;cursor:pointer;}
.sitetop span.mo-header-search{margin-right:95px;}
.sitetop span i{color:#fff;font-size:24px;}

.mo-search{padding:10px 15px;display:none;border-bottom:1px solid #222;position:absolute;z-index:200;left:0;top:51px;width:100%;background:#333;box-sizing:border-box;}
.mo-search .form-control {float:left;display:block;box-sizing: border-box;width:85%;height:34px;padding: 6px 12px;font-size: 14px;line-height:1;color: #555;background-color: #fff;background-image: none;border:none;border-radius:4px 0 0 4px;}
.mo-search .submit_btn{float:left;width:15%;height:34px;line-height:34px;background:#DD3E00;border:none;font-size:18px;color:#fff;border-radius:0 4px 4px 0;}

.mo-leftmenu{background:#F5F5F5;position:fixed;top:0;left:0;bottom:0;overflow-x:hidden;box-sizing:content-box;width:70%;-webkit-overflow-scrolling:touch;z-index:105!important;-webkit-transition:all .4s cubic-bezier(0.7,0,0.2,1);-ms-transition:all .4s cubic-bezier(0.7,0,0.2,1);transition:all .4s cubic-bezier(0.7,0,0.2,1);-webkit-box-shadow:0 0 40px rgba(82,85,90,0.1);box-shadow:0 0 40px rgba(82,85,90,0.1);-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}
.mo-leftmenu .tit{height:50px;line-height:50px;background:#353535;}
.mo-leftmenu .tit h6{float:left;color:#fff;padding:0 0 0 20px;font-size:20px;font-weight:bold;font-family: "Times New Roman";}
.mo-leftmenu .tit span{float:right;cursor:pointer;width:50px;text-align:center;}
.mo-leftmenu .tit span i{color:#fff;font-size:16px;}
.mo-leftmenu > ul{}
.mo-leftmenu > ul > li{line-height:50px;font-size:15px;border-top:2px solid #e5e5e5;position:relative;}
.mo-leftmenu > ul > li > a{padding:0 0 0 20px;}
.mo-leftmenu > ul > li > i {position:absolute;color:#333;font-size:12px;top:5px;right:0;z-index:1;width:50px;line-height:40px;text-align:center;cursor:pointer;}
.mo-leftmenu > ul > li.active{}
.mo-leftmenu ul li a{color:#333;display: block;}
.mo-leftmenu ul li a:hover{text-decoration: none;}
.mo-leftmenu ul li ul{display:none;padding-bottom:10px;}
.mo-leftmenu ul li ul li{line-height:35px;}
.mo-leftmenu ul li ul li a{background:url("../images/d.png") no-repeat 25px center;padding:0 0 0 40px;}

.menu-transitioning{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}

/*---header---*/

.header{height:90px;width:100%;background:rgba(255,255,255,0.38);z-index:999;}
.home .header{position:absolute;top:0;height:90px;background:rgba(0,0,0,0.15);}

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

.header span.mo-header-menu{width:50px;height:50px;display:block;line-height:50px;font-size:24px;color:#fff;text-align:center;text-indent:-9999px;}
.header span.mo-header-menu i{font-size:24px;line-height:50px;}

.header .logo{}
.header .logo img{height:70px;}

.header-right{display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}



.nav > ul{font-size:0;text-align:center;}
.nav > ul > li{display:inline-block;position:relative;margin:0 22px;}
.nav > ul > li > a{display:block;font-size:18px;font-weight:600;color:#3b3b4f;padding:0 5px;height:30px;line-height:30px;text-align:center;position:relative;}
.nav > ul > li > a i{color:inherit;display:inline-block;font-size:14px;vertical-align:middle;transition:all 0.3s ease 0s;}

.nav > ul > li ul{position:absolute;width:220px;height:auto;left:0;text-align:left;top:44px;z-index:1000;border-radius:4px;padding:10px;background:#fff;box-shadow:rgba(0,0,0,0.14) 0 0 9px 0px;transform:rotate3d(1,0,0,-90deg);-webkit-transform: rotate3d(1,0,0,-90deg);-o-transform:rotate3d(1,0,0,-90deg);-webkit-transform-origin:0 0 0;-moz-transform-origin:0 0 0;transform-origin:0 0 0;-khtml-opacity:0;-moz-opacity:0;opacity:0;transition: transform 0.5s, opacity 0.3s;-webkit-transition: -webkit-transform 0.5s, opacity 0.3s;}
.nav > ul > li > ul::before{content:'';position:absolute;left:40px;margin:0;top:-8px;overflow:hidden;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;}
.nav > ul > li:nth-child(3) > ul::before{left:30px;}
.nav > ul > li > ul li{border-bottom:1px solid #EDEDED;position:relative;-webkit-text-stroke-width:0.2px;}
.nav > ul > li > ul li:last-child{border:none;}
.nav > ul > li > ul li > a{display:block;border-radius:4px;padding:9px 15px;color:#313131;font-size:15px;line-height:21px;text-transform:capitalize;}
.nav > ul > li > ul > li > a{padding-right:20px;}
.nav > ul > li > ul li > a i{position:absolute;right:10px;top:10px;font-size:11px;}
.nav > ul > li > ul li > a:hover{background:#FFC72C;color:#fff;}

.nav > ul > li > ul li ul{left:230px;top:0;}

.nav > ul > li:hover > a,.nav > ul > li.active > a{color:#FFC72C;}
.nav > ul > li:hover > a > i{transform:rotate(180deg);-o-transform: rotate(180deg);-webkit-transform: rotate(180deg);-moz-transform: rotate(180deg);}

.nav ul li:hover > ul{-moz-opacity:1;-khtml-opacity:1;opacity:1;transform:rotate3d(0,0,0,0);-webkit-transform:rotate3d(0,0,0,0);-o-transform:rotate3d(0,0,0,0);}


/*------------*/

.indexG{background:url(../images/ibg3.jpg) no-repeat center;background-size:cover;padding:80px 0;}
.indexG h3{font-size:60px;line-height:1;letter-spacing:-3px;color:#fff;font-weight:600;text-transform:uppercase;text-align:center;}
.indexG h3 em{color:#93c01f;font-weight:600;}
.indexG p{font-size:18px;color:#fff;margin:20px 0 0;text-align:center;}

.indexG ul{margin:80px 0 0;box-sizing:border-box;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;}
.indexG ul li{line-height:70px;height:70px;background:#fff;border-radius:35px;margin:0 30px;padding:0 46px;box-sizing:border-box;}
.indexG ul li a{background:url(../images/tel.png) no-repeat left center;padding:0 0 0 49px;font-size:16px;color:#000;font-weight:300;}
.indexG ul li:nth-child(2) a{background-image:url(../images/mail.png);}




footer{background:#D93744;}

.foot-form{padding:80px 0;display:flex;justify-content:space-between;align-items:center;}
.foot-form h3{font-size:40px;line-height:1;color:#fff;font-weight:700;width:115px;text-align:right;}

.foot-form .inquirbox{flex:1;margin-left:50px;}
.foot-form .inquirbox .row+.row{margin-top:12px;}
.foot-form .inquirbox input[type="text"],.foot-form .inquirbox textarea{padding:12px 20px;width:100%;background:rgba(255,255,255,0.2);font-size:17px;border:none;border-radius:3px;line-height:22px;color:#fff;}
.foot-form .inquirbox textarea{height:48px;}
.foot-form .inquirbox .submit{width:100%;line-height:48px;height:48px;font-size:24px;border-radius:3px;background:rgba(255,255,255,0.4);font-size:20px;color:#fff;padding:0;cursor:pointer;}
.foot-form .inquirbox .submit:hover{background:rgba(255,255,255,0.8);}



#footer{display:flex;justify-content:space-between;padding-bottom:50px;}
#footer h5{font-size:24px;color:#fff;line-height:1;font-weight:700;margin:0 0 20px;}

.foot-share{width:80px;}
.foot-share a{display:block;}
.foot-share a+a{margin-top:15px;}
.foot-share a i{font-size:30px;color:#fff;}
.foot-share a:hover i{color:rgba(255,255,255,0.6);}

.foot-nav ul{}
.foot-nav ul li{font-size:18px;line-height:24px;margin-bottom:10px;color:#fff;}
.foot-nav ul li a:hover{color:#fff;}

.foot-contact{width:360px;}
.foot-contact p{font-size:18px;line-height:24px;margin-bottom:10px;color:#fff;}
.foot-contact p a:hover{color:#fff;}

.copyright{border-top:1px solid rgba(255,255,255,0.1);padding:25px 0;text-align:center;}
.copyright p{font-size:16px;color:rgba(255,255,255,0.6);}

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

  .wp {
    width: 80%;
  }

}


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

  .wp {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

}

/*------------*/

.onlineservice-fixed-style{position:fixed;right:0;top:30%;z-index:199;}
.onlineservice-fixed-style ul{background-color:#383F44;}
.onlineservice-fixed-style ul li{border-bottom:1px solid rgba(255,255,255,.2);height:54px;width:54px;position:relative;}
.onlineservice-fixed-style ul li:last-child{border-bottom:0}
.onlineservice-fixed-style ul li a{color:#fff;position:absolute;padding:0;top:0;right:0;width:54px;transition:width .3s ease-in;display:-webkit-flex;display:flex;-webkit-align-items:center;align-items:center;}
.onlineservice-fixed-style ul li em{width:54px;height:54px;line-height:54px;text-align:center;}
.onlineservice-fixed-style ul li i{font-size:25px;vertical-align:middle;}

.onlineservice-fixed-style ul li span{display:none;font-size:16px;}

.onlineservice-fixed-style ul li a:hover{width:auto;padding-right:10px;background:rgba(147,192,31,0.9);}
.onlineservice-fixed-style ul li a:hover span{-webkit-flex:1;flex:1;display:-webkit-flex;display:flex;}





#gotop{position:fixed;bottom:100px;right:10px;height:40px;width:40px;line-height:40px;text-align:center;background:#E60012;-webkit-transition:all 0.4s ease 0s;transition:all 0.4s ease 0s;z-index:1000;cursor:pointer;display:none;border-radius:5px;}
#gotop i{color:#fff;font-size:18px;}
#gotop:hover {background:#353535;}

#footBar {position:fixed;bottom:0;left:0;width:100%;height:45px;display:none;z-index:999;background:#0160BC;border-top:1px solid rgba(255, 255, 255, 0.8);transition:all 0.6s ease 0s;-webkit-transition:all 0.6s ease 0s;}
#footBar li {width:25%;height:45px;float:left;text-align:center;border-left:1px solid rgba(255, 255, 255, 0.2);cursor:pointer;padding:6px 0 0 0;box-sizing: border-box;}
#footBar li:first-child {border-left:none;}
#footBar li a{display:block;height:45px;line-height:1;text-transform:uppercase;}
#footBar li i{color:#fff;font-size:20px;}
#footBar li span{display:block;color:#fff;font-size:12px;margin-top:3px;}


/*----page----*/
#pagesize{margin:40px 0 0;text-align:center;}
#pagesize ul{font-size:0;}
#pagesize ul li{display:inline-block;vertical-align:top;}
#pagesize ul li a{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;border:1px solid #bebebe;background:#fff;font-size:15px;}
#pagesize ul li a:hover{background:#3C3C4F;border:1px solid #3C3C4F;box-shadow: 0 1px 0 0 #fff;color: #fff !important;}
#pagesize ul li span{line-height:16px;padding:8px 13px;margin:0 2px;display:inline-block;font-size:14px;}
#pagesize ul li a.active{border:#3C3C4F 1px solid;background:#3C3C4F;color:#fff;}
#pagesize ul li a.disabled{color:#fff;border:1px solid #CECECE;background:#CECECE;}

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

#pagesize ul li a{padding:6px 10px;font-size:13px;}
#pagesize ul li span{padding:6px 10px;font-size:13px;}

}

/*----grid12----*/

.row {margin-right:-10px;margin-left:-10px;*zoom:1;overflow:hidden;}
.row:before,.row:after{display:table;content:" ";}
.row:after{clear:both;}

.col-xs-1,.col-sm-1,.col-md-1,.col-lg-1,.col-xs-2,.col-sm-2,.col-md-2,.col-lg-2,.col-xs-3,.col-sm-3,.col-md-3,.col-lg-3,.col-xs-4,.col-sm-4,.col-md-4,.col-lg-4,.col-xs-5,.col-sm-5,.col-md-5,.col-lg-5,.col-xs-6,.col-sm-6,.col-md-6,.col-lg-6,.col-xs-7,.col-sm-7,.col-md-7,.col-lg-7,.col-xs-8,.col-sm-8,.col-md-8,.col-lg-8,.col-xs-9,.col-sm-9,.col-md-9,.col-lg-9,.col-xs-10,.col-sm-10,.col-md-10,.col-lg-10,.col-xs-11,.col-sm-11,.col-md-11,.col-lg-11,.col-xs-12,.col-sm-12,.col-md-12,.col-lg-12{position:relative;min-height:1px;padding-right:10px;padding-left:10px;-webkit-box-sizing: border-box;box-sizing:border-box;}

.col-xs-1,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9,.col-xs-10,.col-xs-11,.col-xs-12{float:left;}
.col-xs-12{width:100%;}.col-xs-11{width:91.66666667%;}.col-xs-10{width:83.33333333%;}.col-xs-9{width:75%;}.col-xs-8{width:66.66666667%;}.col-xs-7{width:58.33333333%;}
.col-xs-6{width:50%;}.col-xs-5{width:41.66666667%;}.col-xs-4{width:33.33333333%;}.col-xs-3{width:25%;}.col-xs-2{width:16.66666667%;}.col-xs-1{width:8.33333333%;}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {float: left;}
  .col-sm-12{width:100%;}.col-sm-11{width:91.66666667%;}.col-sm-10{width:83.33333333%;}.col-sm-9{width:75%;}.col-sm-8{width:66.66666667%;}.col-sm-7{width:58.33333333%;}
  .col-sm-6{width:50%;}.col-sm-5{width:41.66666667%;}.col-sm-4{width:33.33333333%;}.col-sm-3{width:25%;}.col-sm-2{width:16.66666667%;}.col-sm-1{width:8.33333333%;}
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {float:left;}
  .col-md-12{width:100%;}.col-md-11{width:91.66666667%;}.col-md-10{width:83.33333333%;}.col-md-9{width:75%;}.col-md-8{width:66.66666667%;}.col-md-7{width:58.33333333%;}
  .col-md-6{width:50%;}.col-md-5{width:41.66666667%;}.col-md-4{width:33.33333333%;}.col-md-3{width:25%;}.col-md-2{width:16.66666667%;}.col-md-1{width:8.33333333%;}
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left;}
  .col-lg-12 {width:100%;}.col-lg-11{width:91.66666667%;}.col-lg-10{width:83.33333333%;}.col-lg-9{width:75%;}.col-lg-8{width:66.66666667%;}.col-lg-7{width:58.33333333%;}
  .col-lg-6{width:50%;}.col-lg-5{width:41.66666667%;}.col-lg-4{width:33.33333333%;}.col-lg-3{width:25%;}.col-lg-2{width:16.66666667%;}.col-lg-1{width:8.33333333%;}
}
.privacy{padding:80px 0;}
.privacy h3{font-size:36px;line-height:1;color:#000;text-align:center;font-weight:700;}
.privacy .pcontent{margin:40px 0 0;color:#666;font-size:17px;line-height:28px;}
.privacy .pcontent p ~ p{margin-top:10px;}
.privacy .pcontent strong{color:#000;}






/*首页产品分类板块*/
.parquetry-what-we-offer-block {
				background-color: #ffffff;
				padding: 30px 0;
				display: block;
				unicode-bidi: isolate;
				user-select: none;
			}

			@media (min-width: 768px) {
				.parquetry-what-we-offer-block {
					padding: 90px 0;
				}
			}

			@media (min-width: 992px) {
				.parquetry-what-we-offer-block {
					padding: 70px 0;
				}
			}

			.parquetry-what-we-offer-block .oh {
				position: relative;
				overflow: hidden;
			}

			.parquetry-what-we-offer-block .oh .title-decoration-lines {
				position: relative;
				overflow: hidden;
				width: 100%;
				text-align: center;
			}

			.parquetry-what-we-offer-block .oh .title-decoration-lines h6 {
				font-size: 14px;
				line-height: 1;
				font-weight: 500;
				letter-spacing: 0.1em;
			}

			.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content {
				position: relative;
				display: inline-block;
				padding: 0 16px;
				letter-spacing: 0.075em;
				font-weight: 600;
			}

			.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::before {
				left: 0;
				transform: translate3d(-100%, 0, 0);
				position: absolute;
				content: "";
				top: calc(50% - 2px);
				height: 1px;
				width: 100vw;
				background: #d7d7d7;
			}

			.parquetry-what-we-offer-block .oh .title-decoration-lines .title-decoration-lines-content::after {
				right: 0;
				transform: translate3d(100%, 0, 0);
				position: absolute;
				content: "";
				top: calc(50% - 2px);
				height: 1px;
				width: 100vw;
				background: #d7d7d7;
			}

			.parquetry-what-we-offer-block .content-view {
				margin-top: 40px;
			}

			.parquetry-what-we-offer-block .content-view .item {
				margin-bottom: 30px;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight {
				position: relative;
				text-align: left;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-sm .box-sportlight-arrow {
				width: 50px;
				margin-left: 15px;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-figure {
				display: block;
				overflow: hidden;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-figure .imageView {
				max-width: 450px;
				max-height: 400px;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-figure .bigView {
				max-height: 400px;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
				width: 100%;
				transition: all 0.3s ease;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
				display: flex;
				align-items: center;
				justify-content: space-between;
				padding: 10px 15px;
				border-width: 0 1px 1px 1px;
				border-style: solid;
				border-color: #e1e1e1;
				background: #ffffff;
				transition: all 0.3s ease-in-out;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-title {
				margin-top: 4px;
				font-weight: 400;
				letter-spacing: 0.025em;
				transition: all 0.3s ease-in-out;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-arrow {
				display: flex;
				align-items: center;
				justify-content: flex-end;
				flex-shrink: 0;
				width: 88px;
				margin-left: 20px;
				font-size: 0;
				line-height: 0;
				transition: all 0.25s ease;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before,
			.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
				display: inline-block;
				vertical-align: middle;
				content: "";
				transition: all 0.3s ease-in-out;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::before {
				height: 2px;
				width: 21px;
				margin-right: 4px;
				background-color: rgba(21, 21, 21, 0.21);
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-arrow::after {
				width: 0;
				height: 0;
				border-style: solid;
				border-width: 5px 0 5px 8px;
				border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-badge {
				position: absolute;
				overflow: hidden;
				padding: 6px 10px 3px 18px;
				top: 30px;
				right: 0;
				font-size: 27px;
				line-height: 1;
				font-weight: 400;
				letter-spacing: 0.025em;
				text-transform: uppercase;
				color: #151515;
				z-index: 1;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-badge::before {
				position: absolute;
				content: "";
				top: 0;
				right: 0;
				bottom: 0;
				left: 0;
				transform: skew(-10deg);
				transform-origin: 50% 100%;
				z-index: -1;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-sale {
				color: #ffffff;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-sale::before {
				background: #976f55;
			}

			.parquetry-what-we-offer-block .content-view .box-sportlight-new::before {
				background: #fbef89;
			}

			@media (min-width: 992px) {
				.parquetry-what-we-offer-block .content-view .box-sportlight-figure img {
					transform: scale(1.1);
					will-change: transform;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-figure img {
					transform: none;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-caption {
					background: var(--color-primary);
					border-color: var(--color-primary);
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title {
					color: #ffffff;
					letter-spacing: 0.08em;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a,
				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:focus,
				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:active {
					color: inherit;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-title a:hover {
					color: rgba(255, 255, 255, 0.8);
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::before {
					width: 100%;
					background-color: #ffffff;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight:hover .box-sportlight-arrow::after {
					border-left-color: #ffffff;
				}
			}

			@media (min-width: 768px) {
				.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
					padding-left: 20px;
					padding-right: 20px;
				}
			}

			@media (min-width: 992px) {
				.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
					padding: 15px 20px 15px 30px;
				}
			}

			@media (min-width: 1200px) {
				.parquetry-what-we-offer-block .content-view .box-sportlight-caption {
					padding: 25px 22px 25px 38px;
				}

				.parquetry-what-we-offer-block .content-view .box-sportlight-title {
					margin-top: 5px;
					font-size: 24px;
					line-height: 1;
					letter-spacing: -0.025em;
				}
			}