@charset "utf-8";
*,*:before,*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.clearfloat{*zoom:1;}
.clearfloat:before,.clearfloat:after{content:""; display:table; line-height:0;visibility:hidden;}
.clearfloat:after{ clear:both;}
html {
	-webkit-tap-highlight-color: transparent
}

body {
	overflow-x: hidden;
	color: #333;
	font-size: 14px;
	font-family:'Microsoft Yahei',"Noto Sans SC","Source Han Sans CN",SourceHanSansCNRegular,Helvetica Neue,Helvetica,Arial;
	-webkit-overflow-scrolling: touch;
}

body,dd,dl,figure,form,h1,h2,h3,h4,h5,h6,p,td,th {
	margin: 0;
	padding: 0;
	border: 0
}

li,ol,ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle
}
/*图片*/

table {
	border-collapse: collapse;
	border-spacing: 0
}
.center {
    text-align: center;
}
a {
	background: transparent;
	color: inherit;
	text-decoration: none
}
a:hover{
	color:#a1060e;

}
::-webkit-scrollbar {
  width : 10px;  
  height: 1px;
  }
::-webkit-scrollbar-thumb {
  border-radius   : 10px;
  background-color: skyblue;
  background-image: -webkit-linear-gradient(
      45deg,
      rgba(255, 255, 255, 0.2) 25%,
      transparent 25%,
      transparent 50%,
      rgba(255, 255, 255, 0.2) 50%,
      rgba(255, 255, 255, 0.2) 75%,
      transparent 75%,
      transparent
  );
  }
::-webkit-scrollbar-track {
  box-shadow   : inset 0 0 5px rgba(0, 0, 0, 0.2);
  background   : #ededed;
  border-radius: 10px;
  }
.ovh {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fl {
    float: left;
}
.fr {
    float:right;
}
.fxx{display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;
    align-items: center;}
.fxx2{display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;justify-content: space-between;
}
.fxx3{display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-flex-wrap: wrap;-ms-flex-wrap: wrap;flex-wrap: wrap;}	
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}
.pics {
    width: 100%;
    overflow: hidden;
}
.pics img {width: 100%;	transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;
	}
.pic {
    width: 100%;
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	font-size: 14px
}

button {
	padding: 0
}

button,input,optgroup,select,textarea {
	outline: 0;
	 
	vertical-align: middle;
	font-family: 'Microsoft Yahei';
	    margin: 0;
	    color: #333;
	    border: 0;
	    outline: none;
	    background: none;
}


textarea {
	resize: none;
	font-size: 14px
}

textarea,.select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none
}

.select::-ms-expand {
	display: none
}


.clearfix::after,.mauto::after,.row::after,.hsms::after {
    display: table;
    content: ""
}

.clearfix:after,.mauto:after,.row:after,.hsms:after,.clear {
    clear: both
}
.clear {
	height: 0;
	clear: both
}

.mauto {

	margin: 0 auto
}

.db {
	display: block
}

.dn {
	display: none
}

.rel {
	position: relative
}

.abs {
	position: absolute
}

.fl {
	float: left
}

.fr {
	float: right
}

.ov {
	overflow: hidden
}

.tar {
	text-align: right
}

.tac {
	text-align: center
}

.fb {
	font-weight: bold
}

.wh1 {
	width: 100%;
	height: 100%
}

.dtm {
	display: table;
	margin: 0 auto
}

.els {
	display: inline-block;
	overflow: hidden;
	width: 100%;
	vertical-align: middle;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: break-word
}

.els2 {
	display: block;
	display: -webkit-box;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2
}

.po-auto {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%
}

.img-md img {
	transform: scale(1);
	-webkit-transform: scale(1);
transition:1s;
	-webkit-transition:1s;
	-moz-transition:1s;	
}
.bsc{color: #a1060e;}
.img-md:hover img {
-webkit-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); -moz-transform: scale(1.1); transform: scale(1.1);
}

.tra,a {
	transition: all .3s;
	-webkit-transition: all .3s
}

.cf {
	color: #fff
}

.c0 {
	color: #000
}

.c6 {
	color: #666
}

.baf {
	background: #fff
}

.li25 {
	line-height: 25px
}

.li30 {
	line-height: 30px
}

.f12 {
	font-size: 12px
}

.f16 {
	font-size: 16px
}
em, i {
    font-style: normal;
}
.dfcc,.dfccs,.dflc,.dflr,.dflrs,.dflcs {
	display: -webkit-flex;
	display: flex
}

.dfcc,.dfccs,.dflcs {
	justify-content: center;
	-webkit-justify-content: center
}

.dflc,.dfcc,.dfccs,.dflr,.dflrs {
	align-items: center;
	-webkit-align-items: center
}

.dflr {
	justify-content: space-between;
	-webkit-justify-content: space-between
}

.dflrs {
	justify-content: space-around;
	-webkit-justify-content: space-around
}

.dflcs,.dfccs {
    -webkit-flex-direction: column;
    flex-direction: column
}
.flex { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.flex_column { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }

.flex_wrap { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.flex_row_center { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.flex_row_start { -webkit-box-pack: start; -webkit-justify-content: flex-start; -ms-flex-pack: start; justify-content: flex-start; }

.flex_row_end { -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.flex_row_justify { -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.flex_column_center { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; }

.flex_column_start { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; }

.flex_column_end { -webkit-box-align: end; -webkit-align-items: flex-end; -ms-flex-align: end; align-items: flex-end; }

.flex1 { -webkit-box-flex: 1; -webkit-flex: 1; -ms-flex: 1; flex: 1; }

.flex_rank_1 { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }

.flex_rank_2 { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }

.animation {
	visibility: hidden;
	opacity: 0
}

.fadel,.fader,.fadeup,.fadez {
	visibility: visible
}

.fadeup {
	animation: slideInUp ease-out .6s forwards;
	-webkit-animation: slideInUp ease-out .6s forwards
}

@keyframes slideInUp {
	from {
		transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes fadeInUp {
	from {
		-webkit-transform: translate3d(0, 50%, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fadel {
	animation: slideInLeft ease-out .6s forwards;
	-webkit-animation: slideInLeft ease-out .6s forwards
}

@keyframes slideInLeft {
	from {
		transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes slideInLeft {
	from {
		-webkit-transform: translate3d(-50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fader {
	animation: slideInRight ease-out .6s forwards;
	-webkit-animation: slideInRight ease-out .6s forwards
}

@keyframes slideInRight {
	from {
		transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes slideInRight {
	from {
		-webkit-transform: translate3d(50%, 0, 0)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}

.fadez {
	animation: zoomIn ease-out .6s forwards;
	-webkit-animation: zoomIn ease-out .6s forwards
}

@keyframes zoomIn {
	from {
		transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1;
		transform: none
	}
}

@-webkit-keyframes zoomIn {
	from {
		-webkit-transform: scale3d(.3, .3, .3)
	}

	to {
		opacity: 1;
		-webkit-transform: none
	}
}


.imgs {
    position: relative;
	overflow: hidden;
}
.imgs img {
	width: 100%;
	height: auto;
}

.img,.imgs {
    overflow: hidden;
    background: #eee url(data:image/gif;base64,R0lGODlhEgASAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh/wtYTVAgRGF0YVhNUDw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpDMDFGMDBBNEVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpDMDFGMDBBNUVEMzUxMUU4QTY0RUU2ODg1MjRFRjdDMSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkMwMUYwMEEyRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkMwMUYwMEEzRUQzNTExRThBNjRFRTY4ODUyNEVGN0MxIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkECQgAAQAsAAAAABIAEgAAAiuMj6nLnQADBE7GWTE+2+jIgd4lWlRIdSbynaO7qjIJz2lpr06blT1cCToKACH5BAkJAAEALAAAAAASABIAAAItjI95wOrGwHMRVdpWhu1yqUleMFblRnboKa5uC36WGqe1+c6wzrPPOJEFh8MCACH5BAkJAAEALAAAAAASABIAAAIthIOpa7CvWjxQJvtw0NNdikjaeJBeWIKbKrKuY3brOcvxB79Qje93ptr1hIsCACH5BAkIAAEALAAAAAASABIAAAIvjB+gyK3QzEMzVrlsxvDMm2whBJaL2XEjJX7tS8JsnK7eKd/0zKORrfo5RMJgowAAIfkECQkAAQAsAAAAABIAEgAAAi6Mj6nLC48eYDLCerCpOnQOZeF2jZ4JTqJKTh9asqecWnRs5+8t5ysF6zWGREMBACH5BAUIAAEALAAAAAASABIAAAIsjI8Im63s3AJxPiqhsRlvxn1eYIWkdlLmCqKs6sbw+KbX3eFNHe1oLwImLAUAOw==) no-repeat center
}

.imgs img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.imgs {
    position: relative
}

.imgs img {
    position: absolute;
    top: 0;
    left: 0
}
.mt5 {
	margin-top: .05rem
}

.mt10 {
	margin-top: .1rem
}

.mt15 {
	margin-top: .15rem
}

.mt20 {
	margin-top: .2rem
}

.mt25 {
	margin-top: .25rem
}

.mt30 {
	margin-top: .3rem
}

.mt35 {
	margin-top: .35rem
}

.mt40 {
	margin-top: .4rem
}

.mt45 {
	margin-top: .45rem
}

.mt50 {
	margin-top: .5rem
}
.mt70 {
	margin-top: .7rem
}
.mr5 {
	margin-right: .05rem
}

.mr10 {
	margin-right: .1rem
}

.mr15 {
	margin-right: .15rem
}

.mr20 {
	margin-right: .2rem
}

.mr25 {
	margin-right: .25rem
}

.mr30 {
	margin-right: .3rem
}

.mr35 {
	margin-right: .35rem
}

.mr40 {
	margin-right: .4rem
}

.mr45 {
	margin-right: .45rem
}

.mr50 {
	margin-right: .5rem
}

.mb5 {
	margin-bottom: .05rem
}

.mb10 {
	margin-bottom: .1rem
}

.mb15 {
	margin-bottom: .15rem
}

.mb20 {
	margin-bottom: .2rem
}

.mb25 {
	margin-bottom: .25rem
}

.mb30 {
	margin-bottom: .3rem
}

.mb35 {
	margin-bottom: .35rem
}

.mb40 {
	margin-bottom: .4rem
}

.mb45 {
	margin-bottom: .45rem
}

.mb50 {
	margin-bottom: .5rem
}

.ml5 {
	margin-left: .05rem
}

.ml10 {
	margin-left: .1rem
}

.ml15 {
	margin-left: .15rem
}

.ml20 {
	margin-left: .2rem
}

.ml25 {
	margin-left: .25rem
}

.ml30 {
	margin-left: .3rem
}

.ml35 {
	margin-left: .35rem
}

.ml40 {
	margin-left: .4rem
}

.ml45 {
	margin-left: .45rem
}

.ml50 {
	margin-left: .5rem
}

.pt5 {
	padding-top: .05rem
}

.pt10 {
	padding-top: .1rem
}

.pt15 {
	padding-top: .15rem
}

.pt20 {
	padding-top: .2rem
}

.pt25 {
	padding-top: .25rem
}

.pt30 {
	padding-top: .3rem
}

.pt35 {
	padding-top: .35rem
}

.pt40 {
	padding-top: .4rem
}

.pt45 {
	padding-top: .45rem
}

.pt50 {
	padding-top: .5rem
}

.pr5 {
	padding-right: .05rem
}

.pr10 {
	padding-right: .1rem
}

.pr15 {
	padding-right: .15rem
}

.pr20 {
	padding-right: .2rem
}

.pr25 {
	padding-right: .25rem
}

.pr30 {
	padding-right: .3rem
}

.pr35 {
	padding-right: .35rem
}

.pr40 {
	padding-right: .4rem
}

.pr45 {
	padding-right: .45rem
}

.pr50 {
	padding-right: .5rem
}

.pb5 {
	padding-bottom: .05rem
}

.pb10 {
	padding-bottom: .1rem
}

.pb15 {
	padding-bottom: .15rem
}

.pb20 {
	padding-bottom: .2rem
}

.pb25 {
	padding-bottom: .25rem
}

.pb30 {
	padding-bottom: .3rem
}

.pb35 {
	padding-bottom: .35rem
}

.pb40 {
	padding-bottom: .4rem
}

.pb45 {
	padding-bottom: .45rem
}

.pb50 {
	padding-bottom: .5rem
}

.pl10 {
	padding-left: .1rem
}

.pl15 {
	padding-left: .15rem
}

.pl20 {
	padding-left: .2rem
}

.pl25 {
	padding-left: .25rem
}

.pl30 {
	padding-left: .3rem
}

.pl35 {
	padding-left: .35rem
}

.pl40 {
	padding-left: .4rem
}

.pl45 {
	padding-left: .45rem
}

.pl50 {
	padding-left: .5rem
}


.lg-12 {
	width: 100%
}

.lg-6 {
	width: 50%
}

.lg-4 {
	width: 33.33333333%
}

.lg-3 {
	width: 25%
}
.lg-3, .lg-4, .lg-6 {
    float: left;
}
.f18 {
    font-size: 18px;
}
@media (max-width:1024px) {
	.md-dn {
		display: none !important
	}

	.md-db {
		display: block !important
	}

	.md-12,.md-3,.md-4,.md-6 {
		float: left
	}

	.md-12 {
		width: 100% !important
	}

	.md-6 {
		width: 50% !important
	}

	.md-4 {
		width: 33.33333333% !important
	}

	.md-3 {
		width: 25% !important
	}
}

@media (max-width:767px) {
	.sm-3,.sm-4,.sm-6 {
		float: left
	}

	.sm-12 {
		width: 100% !important;
		    line-height: 32px;
	}

	.sm-6 {
		width: 50% !important
	}

	.sm-4 {
		width: 33.33333333% !important
	}

	.sm-3 {
		width: 25% !important
	}

	.sm-ha {
		height: auto !important
	}

	.sm-mt5 {
		margin-top: .05rem
	}

	.sm-mt10 {
		margin-top: .1rem
	}

	.sm-mt15 {
		margin-top: .15rem
	}

	.sm-mt20 {
		margin-top: .2rem
	}

	.sm-mt25 {
		margin-top: .25rem
	}

	.sm-mt30 {
		margin-top: .3rem
	}

	.sm-mt35 {
		margin-top: .35rem
	}

	.sm-mt40 {
		margin-top: .4rem
	}

	.sm-mt45 {
		margin-top: .45rem
	}

	.sm-mt50 {
		margin-top: .5rem
	}

	.sm-mt0 {
		margin-top: 0 !important
	}

	.sm-mr5 {
		margin-right: .05rem
	}

	.sm-mr10 {
		margin-right: .1rem
	}

	.sm-mr15 {
		margin-right: .15rem
	}

	.sm-mr20 {
		margin-right: .2rem
	}

	.sm-mr25 {
		margin-right: .25rem
	}

	.sm-mr30 {
		margin-right: .3rem
	}

	.sm-mr35 {
		margin-right: .35rem
	}

	.sm-mr40 {
		margin-right: .4rem
	}

	.sm-mr45 {
		margin-right: .45rem
	}

	.sm-mr50 {
		margin-right: .5rem
	}

	.sm-mr0 {
		margin-right: 0 !important
	}

	.sm-mb5 {
		margin-bottom: .05rem
	}

	.sm-mb10 {
		margin-bottom: .1rem
	}

	.sm-mb15 {
		margin-bottom: .15rem
	}

	.sm-mb20 {
		margin-bottom: .2rem
	}

	.sm-mb25 {
		margin-bottom: .25rem
	}

	.sm-mb30 {
		margin-bottom: .3rem
	}

	.sm-mb35 {
		margin-bottom: .35rem
	}

	.sm-mb40 {
		margin-bottom: .4rem
	}

	.sm-mb45 {
		margin-bottom: .45rem
	}

	.sm-mb50 {
		margin-bottom: .5rem
	}

	.sm-mb0 {
		margin-bottom: 0 !important
	}

	.sm-ml5 {
		margin-left: .05rem
	}

	.sm-ml10 {
		margin-left: .1rem
	}

	.sm-ml15 {
		margin-left: .15rem
	}

	.sm-ml20 {
		margin-left: .2rem
	}

	.sm-ml25 {
		margin-left: .25rem
	}

	.sm-ml30 {
		margin-left: .3rem
	}

	.sm-ml35 {
		margin-left: .35rem
	}

	.sm-ml40 {
		margin-left: .4rem
	}

	.sm-ml45 {
		margin-left: .45rem
	}

	.sm-ml50 {
		margin-left: .5rem
	}

	.sm-ml0 {
		margin-left: 0 !important
	}

	.sm-ml0 {
		margin: 0 !important
	}

	.sm-m0 {
		margin: 0 !important
	}

	.sm-pt5 {
		padding-top: .05rem
	}

	.sm-pt10 {
		padding-top: .1rem
	}

	.sm-pt15 {
		padding-top: .15rem
	}

	.sm-pt20 {
		padding-top: .2rem
	}

	.sm-pt25 {
		padding-top: .25rem
	}

	.sm-pt30 {
		padding-top: .3rem
	}

	.sm-pt35 {
		padding-top: .35rem
	}

	.sm-pt40 {
		padding-top: .4rem
	}

	.sm-pt45 {
		padding-top: .45rem
	}

	.sm-pt50 {
		padding-top: .5rem
	}

	.sm-pt0 {
		padding-top: 0 !important
	}

	.sm-pr5 {
		padding-right: .05rem
	}

	.sm-pr10 {
		padding-right: .1rem
	}

	.sm-pr15 {
		padding-right: .15rem
	}

	.sm-pr20 {
		padding-right: .2rem
	}

	.sm-pr25 {
		padding-right: .25rem
	}

	.sm-pr30 {
		padding-right: .3rem
	}

	.sm-pr35 {
		padding-right: .35rem
	}

	.sm-pr40 {
		padding-right: .4rem
	}

	.sm-pr45 {
		padding-right: .45rem
	}

	.sm-pr50 {
		padding-right: .5rem
	}

	.sm-pr0 {
		padding-right: 0 !important
	}

	.sm-pb5 {
		padding-right: .05rem
	}

	.sm-pb10 {
		padding-bottom: .1rem
	}

	.sm-pb15 {
		padding-bottom: .15rem
	}

	.sm-pb20 {
		padding-bottom: .2rem
	}

	.sm-pb25 {
		padding-bottom: .25rem
	}

	.sm-pb30 {
		padding-bottom: .3rem
	}

	.sm-pb35 {
		padding-bottom: .35rem
	}

	.sm-pb40 {
		padding-bottom: .4rem
	}

	.sm-pb45 {
		padding-bottom: .45rem
	}

	.sm-pb50 {
		padding-bottom: .5rem
	}

	.sm-pb0 {
		padding-bottom: 0 !important
	}

	.sm-pl10 {
		padding-left: .1rem
	}

	.sm-pl15 {
		padding-left: .15rem
	}

	.sm-pl20 {
		padding-left: .2rem
	}

	.sm-pl25 {
		padding-left: .25rem
	}

	.sm-pl30 {
		padding-left: .3rem
	}

	.sm-pl35 {
		padding-left: .35rem
	}

	.sm-pl40 {
		padding-left: .4rem
	}

	.sm-pl45 {
		padding-left: .45rem
	}

	.sm-pl50 {
		padding-left: .5rem
	}

	.sm-pl0 {
		padding-left: 0 !important
	}

	.sm-p0 {
		padding: 0 !important
	}

	.sm-db {
		display: block !important
	}


    .sm-dn {
        display: none !important
    }

}

